package.json 2.5 KB

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