You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
2.5 KiB

  1. {
  2. "name": "body-parser",
  3. "description": "Node.js body parsing middleware",
  4. "version": "1.15.2",
  5. "contributors": [
  6. {
  7. "name": "Douglas Christopher Wilson",
  8. "email": "doug@somethingdoug.com"
  9. },
  10. {
  11. "name": "Jonathan Ong",
  12. "email": "me@jongleberry.com",
  13. "url": "http://jongleberry.com"
  14. }
  15. ],
  16. "license": "MIT",
  17. "repository": {
  18. "type": "git",
  19. "url": "git+https://github.com/expressjs/body-parser.git"
  20. },
  21. "dependencies": {
  22. "bytes": "2.4.0",
  23. "content-type": "~1.0.2",
  24. "debug": "~2.2.0",
  25. "depd": "~1.1.0",
  26. "http-errors": "~1.5.0",
  27. "iconv-lite": "0.4.13",
  28. "on-finished": "~2.3.0",
  29. "qs": "6.2.0",
  30. "raw-body": "~2.1.7",
  31. "type-is": "~1.6.13"
  32. },
  33. "devDependencies": {
  34. "eslint": "2.13.0",
  35. "eslint-config-standard": "5.3.1",
  36. "eslint-plugin-promise": "1.3.2",
  37. "eslint-plugin-standard": "1.3.2",
  38. "istanbul": "0.4.3",
  39. "methods": "1.1.2",
  40. "mocha": "2.5.3",
  41. "supertest": "1.1.0"
  42. },
  43. "files": [
  44. "lib/",
  45. "LICENSE",
  46. "HISTORY.md",
  47. "index.js"
  48. ],
  49. "engines": {
  50. "node": ">= 0.8"
  51. },
  52. "scripts": {
  53. "lint": "eslint **/*.js",
  54. "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
  55. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
  56. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
  57. },
  58. "gitHead": "3c8218446d919a5e87fa696971fb7f69b10afc1c",
  59. "bugs": {
  60. "url": "https://github.com/expressjs/body-parser/issues"
  61. },
  62. "homepage": "https://github.com/expressjs/body-parser#readme",
  63. "_id": "body-parser@1.15.2",
  64. "_shasum": "d7578cf4f1d11d5f6ea804cef35dc7a7ff6dae67",
  65. "_from": "body-parser@>=1.5.1 <2.0.0",
  66. "_npmVersion": "2.15.1",
  67. "_nodeVersion": "4.4.3",
  68. "_npmUser": {
  69. "name": "dougwilson",
  70. "email": "doug@somethingdoug.com"
  71. },
  72. "dist": {
  73. "shasum": "d7578cf4f1d11d5f6ea804cef35dc7a7ff6dae67",
  74. "tarball": "https://registry.npmjs.org/body-parser/-/body-parser-1.15.2.tgz"
  75. },
  76. "maintainers": [
  77. {
  78. "name": "dougwilson",
  79. "email": "doug@somethingdoug.com"
  80. }
  81. ],
  82. "_npmOperationalInternal": {
  83. "host": "packages-12-west.internal.npmjs.com",
  84. "tmp": "tmp/body-parser-1.15.2.tgz_1466393694089_0.7908455491997302"
  85. },
  86. "directories": {},
  87. "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.15.2.tgz",
  88. "readme": "ERROR: No README data found!"
  89. }