package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "name": "body-parser",
  3. "description": "Node.js body parsing middleware",
  4. "version": "1.9.0",
  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": "https://github.com/expressjs/body-parser"
  20. },
  21. "dependencies": {
  22. "bytes": "1.0.0",
  23. "depd": "~1.0.0",
  24. "iconv-lite": "0.4.4",
  25. "media-typer": "0.3.0",
  26. "on-finished": "2.1.0",
  27. "qs": "2.2.4",
  28. "raw-body": "1.3.0",
  29. "type-is": "~1.5.1"
  30. },
  31. "devDependencies": {
  32. "istanbul": "0.3.2",
  33. "mocha": "~1.21.4",
  34. "should": "~4.0.4",
  35. "supertest": "~0.13.0"
  36. },
  37. "files": [
  38. "lib/",
  39. "LICENSE",
  40. "HISTORY.md",
  41. "index.js"
  42. ],
  43. "engines": {
  44. "node": ">= 0.8"
  45. },
  46. "scripts": {
  47. "test": "mocha --require should --require test/support/env --reporter spec --check-leaks --bail test/",
  48. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
  49. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
  50. },
  51. "gitHead": "263f602e6ae34add6332c1eb4caa808893b0b711",
  52. "bugs": {
  53. "url": "https://github.com/expressjs/body-parser/issues"
  54. },
  55. "homepage": "https://github.com/expressjs/body-parser",
  56. "_id": "body-parser@1.9.0",
  57. "_shasum": "95d72943b1a4f67f56bbac9e0dcc837b68703605",
  58. "_from": "body-parser@^1.4.3",
  59. "_npmVersion": "1.4.21",
  60. "_npmUser": {
  61. "name": "dougwilson",
  62. "email": "doug@somethingdoug.com"
  63. },
  64. "maintainers": [
  65. {
  66. "name": "jongleberry",
  67. "email": "jonathanrichardong@gmail.com"
  68. },
  69. {
  70. "name": "dougwilson",
  71. "email": "doug@somethingdoug.com"
  72. },
  73. {
  74. "name": "tjholowaychuk",
  75. "email": "tj@vision-media.ca"
  76. },
  77. {
  78. "name": "shtylman",
  79. "email": "shtylman@gmail.com"
  80. },
  81. {
  82. "name": "mscdex",
  83. "email": "mscdex@mscdex.net"
  84. },
  85. {
  86. "name": "fishrock123",
  87. "email": "fishrock123@rocketmail.com"
  88. }
  89. ],
  90. "dist": {
  91. "shasum": "95d72943b1a4f67f56bbac9e0dcc837b68703605",
  92. "tarball": "http://registry.npmjs.org/body-parser/-/body-parser-1.9.0.tgz"
  93. },
  94. "directories": {},
  95. "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.9.0.tgz"
  96. }