package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "body-parser",
  3. "_id": "body-parser@1.20.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg==",
  6. "_location": "/body-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "body-parser",
  12. "name": "body-parser",
  13. "escapedName": "body-parser",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/",
  21. "/express"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/body-parser/-/body-parser-1.20.0.tgz",
  24. "_shasum": "3de69bd89011c11573d7bfee6a64f11b6bd27cc5",
  25. "_spec": "body-parser",
  26. "_where": "C:\\Users\\86186\\Desktop\\小程序\\mini_huahua_service",
  27. "bugs": {
  28. "url": "https://github.com/expressjs/body-parser/issues"
  29. },
  30. "bundleDependencies": false,
  31. "contributors": [
  32. {
  33. "name": "Douglas Christopher Wilson",
  34. "email": "doug@somethingdoug.com"
  35. },
  36. {
  37. "name": "Jonathan Ong",
  38. "email": "me@jongleberry.com",
  39. "url": "http://jongleberry.com"
  40. }
  41. ],
  42. "dependencies": {
  43. "bytes": "3.1.2",
  44. "content-type": "~1.0.4",
  45. "debug": "2.6.9",
  46. "depd": "2.0.0",
  47. "destroy": "1.2.0",
  48. "http-errors": "2.0.0",
  49. "iconv-lite": "0.4.24",
  50. "on-finished": "2.4.1",
  51. "qs": "6.10.3",
  52. "raw-body": "2.5.1",
  53. "type-is": "~1.6.18",
  54. "unpipe": "1.0.0"
  55. },
  56. "deprecated": false,
  57. "description": "Node.js body parsing middleware",
  58. "devDependencies": {
  59. "eslint": "7.32.0",
  60. "eslint-config-standard": "14.1.1",
  61. "eslint-plugin-import": "2.25.4",
  62. "eslint-plugin-markdown": "2.2.1",
  63. "eslint-plugin-node": "11.1.0",
  64. "eslint-plugin-promise": "5.2.0",
  65. "eslint-plugin-standard": "4.1.0",
  66. "methods": "1.1.2",
  67. "mocha": "9.2.2",
  68. "nyc": "15.1.0",
  69. "safe-buffer": "5.2.1",
  70. "supertest": "6.2.2"
  71. },
  72. "engines": {
  73. "node": ">= 0.8",
  74. "npm": "1.2.8000 || >= 1.4.16"
  75. },
  76. "files": [
  77. "lib/",
  78. "LICENSE",
  79. "HISTORY.md",
  80. "SECURITY.md",
  81. "index.js"
  82. ],
  83. "homepage": "https://github.com/expressjs/body-parser#readme",
  84. "license": "MIT",
  85. "name": "body-parser",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/expressjs/body-parser.git"
  89. },
  90. "scripts": {
  91. "lint": "eslint .",
  92. "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
  93. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  94. "test-cov": "nyc --reporter=html --reporter=text npm test"
  95. },
  96. "version": "1.20.0"
  97. }