You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99 lines
2.5 KiB

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