package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "body-parser@1.19.0",
  3. "_id": "body-parser@1.19.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==",
  6. "_location": "/body-parser",
  7. "_phantomChildren": {
  8. "ee-first": "1.1.1",
  9. "iconv-lite": "0.4.24",
  10. "statuses": "1.5.0",
  11. "unpipe": "1.0.0"
  12. },
  13. "_requested": {
  14. "type": "version",
  15. "registry": true,
  16. "raw": "body-parser@1.19.0",
  17. "name": "body-parser",
  18. "escapedName": "body-parser",
  19. "rawSpec": "1.19.0",
  20. "saveSpec": null,
  21. "fetchSpec": "1.19.0"
  22. },
  23. "_requiredBy": [
  24. "#DEV:/"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz",
  27. "_shasum": "96b2709e57c9c4e09a6fd66a8fd979844f69f08a",
  28. "_spec": "body-parser@1.19.0",
  29. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  30. "bugs": {
  31. "url": "https://github.com/expressjs/body-parser/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Douglas Christopher Wilson",
  37. "email": "doug@somethingdoug.com"
  38. },
  39. {
  40. "name": "Jonathan Ong",
  41. "email": "me@jongleberry.com",
  42. "url": "http://jongleberry.com"
  43. }
  44. ],
  45. "dependencies": {
  46. "bytes": "3.1.0",
  47. "content-type": "~1.0.4",
  48. "debug": "2.6.9",
  49. "depd": "~1.1.2",
  50. "http-errors": "1.7.2",
  51. "iconv-lite": "0.4.24",
  52. "on-finished": "~2.3.0",
  53. "qs": "6.7.0",
  54. "raw-body": "2.4.0",
  55. "type-is": "~1.6.17"
  56. },
  57. "deprecated": false,
  58. "description": "Node.js body parsing middleware",
  59. "devDependencies": {
  60. "eslint": "5.16.0",
  61. "eslint-config-standard": "12.0.0",
  62. "eslint-plugin-import": "2.17.2",
  63. "eslint-plugin-markdown": "1.0.0",
  64. "eslint-plugin-node": "8.0.1",
  65. "eslint-plugin-promise": "4.1.1",
  66. "eslint-plugin-standard": "4.0.0",
  67. "istanbul": "0.4.5",
  68. "methods": "1.1.2",
  69. "mocha": "6.1.4",
  70. "safe-buffer": "5.1.2",
  71. "supertest": "4.0.2"
  72. },
  73. "engines": {
  74. "node": ">= 0.8"
  75. },
  76. "files": [
  77. "lib/",
  78. "LICENSE",
  79. "HISTORY.md",
  80. "index.js"
  81. ],
  82. "homepage": "https://github.com/expressjs/body-parser#readme",
  83. "license": "MIT",
  84. "name": "body-parser",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/expressjs/body-parser.git"
  88. },
  89. "scripts": {
  90. "lint": "eslint --plugin markdown --ext js,md .",
  91. "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
  92. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
  93. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
  94. },
  95. "version": "1.19.0"
  96. }