package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "body-parser@1.20.3",
  3. "_id": "body-parser@1.20.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==",
  6. "_location": "/body-parser",
  7. "_phantomChildren": {
  8. "ms": "2.0.0",
  9. "side-channel": "1.1.0"
  10. },
  11. "_requested": {
  12. "type": "version",
  13. "registry": true,
  14. "raw": "body-parser@1.20.3",
  15. "name": "body-parser",
  16. "escapedName": "body-parser",
  17. "rawSpec": "1.20.3",
  18. "saveSpec": null,
  19. "fetchSpec": "1.20.3"
  20. },
  21. "_requiredBy": [
  22. "/express"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/body-parser/-/body-parser-1.20.3.tgz",
  25. "_shasum": "1953431221c6fb5cd63c4b36d53fab0928e548c6",
  26. "_spec": "body-parser@1.20.3",
  27. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\express",
  28. "bugs": {
  29. "url": "https://github.com/expressjs/body-parser/issues"
  30. },
  31. "bundleDependencies": false,
  32. "contributors": [
  33. {
  34. "name": "Douglas Christopher Wilson",
  35. "email": "doug@somethingdoug.com"
  36. },
  37. {
  38. "name": "Jonathan Ong",
  39. "email": "me@jongleberry.com",
  40. "url": "http://jongleberry.com"
  41. }
  42. ],
  43. "dependencies": {
  44. "bytes": "3.1.2",
  45. "content-type": "~1.0.5",
  46. "debug": "2.6.9",
  47. "depd": "2.0.0",
  48. "destroy": "1.2.0",
  49. "http-errors": "2.0.0",
  50. "iconv-lite": "0.4.24",
  51. "on-finished": "2.4.1",
  52. "qs": "6.13.0",
  53. "raw-body": "2.5.2",
  54. "type-is": "~1.6.18",
  55. "unpipe": "1.0.0"
  56. },
  57. "deprecated": false,
  58. "description": "Node.js body parsing middleware",
  59. "devDependencies": {
  60. "eslint": "8.34.0",
  61. "eslint-config-standard": "14.1.1",
  62. "eslint-plugin-import": "2.27.5",
  63. "eslint-plugin-markdown": "3.0.0",
  64. "eslint-plugin-node": "11.1.0",
  65. "eslint-plugin-promise": "6.1.1",
  66. "eslint-plugin-standard": "4.1.0",
  67. "methods": "1.1.2",
  68. "mocha": "10.2.0",
  69. "nyc": "15.1.0",
  70. "safe-buffer": "5.2.1",
  71. "supertest": "6.3.3"
  72. },
  73. "engines": {
  74. "node": ">= 0.8",
  75. "npm": "1.2.8000 || >= 1.4.16"
  76. },
  77. "files": [
  78. "lib/",
  79. "LICENSE",
  80. "HISTORY.md",
  81. "SECURITY.md",
  82. "index.js"
  83. ],
  84. "homepage": "https://github.com/expressjs/body-parser#readme",
  85. "license": "MIT",
  86. "name": "body-parser",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/expressjs/body-parser.git"
  90. },
  91. "scripts": {
  92. "lint": "eslint .",
  93. "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
  94. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  95. "test-cov": "nyc --reporter=html --reporter=text npm test"
  96. },
  97. "version": "1.20.3"
  98. }