package.json 2.5 KB

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