package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "body-parser@1.20.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "body-parser@1.20.1",
  10. "_id": "body-parser@1.20.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==",
  13. "_location": "/body-parser",
  14. "_phantomChildren": {
  15. "bytes": "3.1.2",
  16. "http-errors": "2.0.0",
  17. "iconv-lite": "0.4.24",
  18. "side-channel": "1.0.4",
  19. "unpipe": "1.0.0"
  20. },
  21. "_requested": {
  22. "type": "version",
  23. "registry": true,
  24. "raw": "body-parser@1.20.1",
  25. "name": "body-parser",
  26. "escapedName": "body-parser",
  27. "rawSpec": "1.20.1",
  28. "saveSpec": null,
  29. "fetchSpec": "1.20.1"
  30. },
  31. "_requiredBy": [
  32. "/express"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz",
  35. "_spec": "1.20.1",
  36. "_where": "E:\\2023\\5\\myjadmin",
  37. "bugs": {
  38. "url": "https://github.com/expressjs/body-parser/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Douglas Christopher Wilson",
  43. "email": "doug@somethingdoug.com"
  44. },
  45. {
  46. "name": "Jonathan Ong",
  47. "email": "me@jongleberry.com",
  48. "url": "http://jongleberry.com"
  49. }
  50. ],
  51. "dependencies": {
  52. "bytes": "3.1.2",
  53. "content-type": "~1.0.4",
  54. "debug": "2.6.9",
  55. "depd": "2.0.0",
  56. "destroy": "1.2.0",
  57. "http-errors": "2.0.0",
  58. "iconv-lite": "0.4.24",
  59. "on-finished": "2.4.1",
  60. "qs": "6.11.0",
  61. "raw-body": "2.5.1",
  62. "type-is": "~1.6.18",
  63. "unpipe": "1.0.0"
  64. },
  65. "description": "Node.js body parsing middleware",
  66. "devDependencies": {
  67. "eslint": "8.24.0",
  68. "eslint-config-standard": "14.1.1",
  69. "eslint-plugin-import": "2.26.0",
  70. "eslint-plugin-markdown": "3.0.0",
  71. "eslint-plugin-node": "11.1.0",
  72. "eslint-plugin-promise": "6.0.1",
  73. "eslint-plugin-standard": "4.1.0",
  74. "methods": "1.1.2",
  75. "mocha": "10.0.0",
  76. "nyc": "15.1.0",
  77. "safe-buffer": "5.2.1",
  78. "supertest": "6.3.0"
  79. },
  80. "engines": {
  81. "node": ">= 0.8",
  82. "npm": "1.2.8000 || >= 1.4.16"
  83. },
  84. "files": [
  85. "lib/",
  86. "LICENSE",
  87. "HISTORY.md",
  88. "SECURITY.md",
  89. "index.js"
  90. ],
  91. "homepage": "https://github.com/expressjs/body-parser#readme",
  92. "license": "MIT",
  93. "name": "body-parser",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/expressjs/body-parser.git"
  97. },
  98. "scripts": {
  99. "lint": "eslint .",
  100. "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
  101. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  102. "test-cov": "nyc --reporter=html --reporter=text npm test"
  103. },
  104. "version": "1.20.1"
  105. }