package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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. "side-channel": "1.1.0"
  9. },
  10. "_requested": {
  11. "type": "version",
  12. "registry": true,
  13. "raw": "body-parser@1.20.3",
  14. "name": "body-parser",
  15. "escapedName": "body-parser",
  16. "rawSpec": "1.20.3",
  17. "saveSpec": null,
  18. "fetchSpec": "1.20.3"
  19. },
  20. "_requiredBy": [
  21. "/express"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/body-parser/-/body-parser-1.20.3.tgz",
  24. "_shasum": "1953431221c6fb5cd63c4b36d53fab0928e548c6",
  25. "_spec": "body-parser@1.20.3",
  26. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\express",
  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.5",
  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.13.0",
  52. "raw-body": "2.5.2",
  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": "8.34.0",
  60. "eslint-config-standard": "14.1.1",
  61. "eslint-plugin-import": "2.27.5",
  62. "eslint-plugin-markdown": "3.0.0",
  63. "eslint-plugin-node": "11.1.0",
  64. "eslint-plugin-promise": "6.1.1",
  65. "eslint-plugin-standard": "4.1.0",
  66. "methods": "1.1.2",
  67. "mocha": "10.2.0",
  68. "nyc": "15.1.0",
  69. "safe-buffer": "5.2.1",
  70. "supertest": "6.3.3"
  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.3"
  97. }