package.json 2.6 KB

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