package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "name": "body-parser",
  3. "description": "Node.js body parsing middleware",
  4. "version": "1.4.3",
  5. "author": {
  6. "name": "Jonathan Ong",
  7. "email": "me@jongleberry.com",
  8. "url": "http://jongleberry.com"
  9. },
  10. "contributors": [
  11. {
  12. "name": "Douglas Christopher Wilson",
  13. "email": "doug@somethingdoug.com"
  14. }
  15. ],
  16. "license": "MIT",
  17. "repository": {
  18. "type": "git",
  19. "url": "git://github.com/expressjs/body-parser"
  20. },
  21. "dependencies": {
  22. "bytes": "1.0.0",
  23. "depd": "0.3.0",
  24. "iconv-lite": "0.4.3",
  25. "media-typer": "0.2.0",
  26. "qs": "0.6.6",
  27. "raw-body": "1.2.2",
  28. "type-is": "1.3.1"
  29. },
  30. "devDependencies": {
  31. "istanbul": "0.2.10",
  32. "mocha": "~1.20.1",
  33. "should": "~4.0.4",
  34. "supertest": "~0.13.0"
  35. },
  36. "engines": {
  37. "node": ">= 0.8"
  38. },
  39. "scripts": {
  40. "test": "mocha --require should --require test/support/env --reporter spec --check-leaks --bail test/",
  41. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
  42. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/expressjs/body-parser/issues"
  46. },
  47. "homepage": "https://github.com/expressjs/body-parser",
  48. "_id": "body-parser@1.4.3",
  49. "dist": {
  50. "shasum": "4727952cff4af0773eefa4b226c2f4122f5e234d",
  51. "tarball": "http://registry.npmjs.org/body-parser/-/body-parser-1.4.3.tgz"
  52. },
  53. "_from": "body-parser@>=1.4.3 <1.5.0",
  54. "_npmVersion": "1.4.3",
  55. "_npmUser": {
  56. "name": "dougwilson",
  57. "email": "doug@somethingdoug.com"
  58. },
  59. "maintainers": [
  60. {
  61. "name": "jongleberry",
  62. "email": "jonathanrichardong@gmail.com"
  63. },
  64. {
  65. "name": "dougwilson",
  66. "email": "doug@somethingdoug.com"
  67. },
  68. {
  69. "name": "tjholowaychuk",
  70. "email": "tj@vision-media.ca"
  71. },
  72. {
  73. "name": "shtylman",
  74. "email": "shtylman@gmail.com"
  75. },
  76. {
  77. "name": "mscdex",
  78. "email": "mscdex@mscdex.net"
  79. },
  80. {
  81. "name": "fishrock123",
  82. "email": "fishrock123@rocketmail.com"
  83. }
  84. ],
  85. "directories": {},
  86. "_shasum": "4727952cff4af0773eefa4b226c2f4122f5e234d",
  87. "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.4.3.tgz"
  88. }