package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. "_requested": {
  9. "type": "version",
  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.3.tgz",
  22. "_shasum": "1953431221c6fb5cd63c4b36d53fab0928e548c6",
  23. "_spec": "body-parser@1.20.3",
  24. "_where": "E:\\vue_project\\el-table-column\\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.0",
  47. "iconv-lite": "0.4.24",
  48. "on-finished": "2.4.1",
  49. "qs": "6.13.0",
  50. "raw-body": "2.5.2",
  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. "SECURITY.md",
  79. "index.js"
  80. ],
  81. "homepage": "https://github.com/expressjs/body-parser#readme",
  82. "license": "MIT",
  83. "name": "body-parser",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/expressjs/body-parser.git"
  87. },
  88. "scripts": {
  89. "lint": "eslint .",
  90. "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
  91. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  92. "test-cov": "nyc --reporter=html --reporter=text npm test"
  93. },
  94. "version": "1.20.3"
  95. }