package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "body-parser@~1.13.2",
  3. "_id": "body-parser@1.13.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-wIzzMMM1jhUQFqBXRvE/ApyX+pc=",
  6. "_location": "/body-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "body-parser@~1.13.2",
  12. "name": "body-parser",
  13. "escapedName": "body-parser",
  14. "rawSpec": "~1.13.2",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.13.2"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.13.3.tgz",
  23. "_shasum": "c08cf330c3358e151016a05746f13f029c97fa97",
  24. "_spec": "body-parser@~1.13.2",
  25. "_where": "C:\\socket\\chatroom-myclient",
  26. "bugs": {
  27. "url": "https://github.com/expressjs/body-parser/issues"
  28. },
  29. "bundleDependencies": false,
  30. "contributors": [
  31. {
  32. "name": "Douglas Christopher Wilson",
  33. "email": "doug@somethingdoug.com"
  34. },
  35. {
  36. "name": "Jonathan Ong",
  37. "email": "me@jongleberry.com",
  38. "url": "http://jongleberry.com"
  39. }
  40. ],
  41. "dependencies": {
  42. "bytes": "2.1.0",
  43. "content-type": "~1.0.1",
  44. "debug": "~2.2.0",
  45. "depd": "~1.0.1",
  46. "http-errors": "~1.3.1",
  47. "iconv-lite": "0.4.11",
  48. "on-finished": "~2.3.0",
  49. "qs": "4.0.0",
  50. "raw-body": "~2.1.2",
  51. "type-is": "~1.6.6"
  52. },
  53. "deprecated": false,
  54. "description": "Node.js body parsing middleware",
  55. "devDependencies": {
  56. "istanbul": "0.3.17",
  57. "methods": "~1.1.1",
  58. "mocha": "2.2.5",
  59. "supertest": "1.0.1"
  60. },
  61. "engines": {
  62. "node": ">= 0.8"
  63. },
  64. "files": [
  65. "lib/",
  66. "LICENSE",
  67. "HISTORY.md",
  68. "index.js"
  69. ],
  70. "homepage": "https://github.com/expressjs/body-parser#readme",
  71. "license": "MIT",
  72. "name": "body-parser",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/expressjs/body-parser.git"
  76. },
  77. "scripts": {
  78. "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
  79. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
  80. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
  81. },
  82. "version": "1.13.3"
  83. }