package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "raw-body@^2.2.0",
  3. "_id": "raw-body@2.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==",
  6. "_location": "/raw-body",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "raw-body@^2.2.0",
  12. "name": "raw-body",
  13. "escapedName": "raw-body",
  14. "rawSpec": "^2.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.2.0"
  17. },
  18. "_requiredBy": [
  19. "/express/body-parser",
  20. "/pac-proxy-agent"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz",
  23. "_shasum": "fe1b1628b181b700215e5fd42389f98b71392857",
  24. "_spec": "raw-body@^2.2.0",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\pac-proxy-agent",
  26. "author": {
  27. "name": "Jonathan Ong",
  28. "email": "me@jongleberry.com",
  29. "url": "http://jongleberry.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/stream-utils/raw-body/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Douglas Christopher Wilson",
  38. "email": "doug@somethingdoug.com"
  39. },
  40. {
  41. "name": "Raynos",
  42. "email": "raynos2@gmail.com"
  43. }
  44. ],
  45. "dependencies": {
  46. "bytes": "3.1.2",
  47. "http-errors": "2.0.0",
  48. "iconv-lite": "0.4.24",
  49. "unpipe": "1.0.0"
  50. },
  51. "deprecated": false,
  52. "description": "Get and validate the raw body of a readable stream.",
  53. "devDependencies": {
  54. "bluebird": "3.7.2",
  55. "eslint": "7.32.0",
  56. "eslint-config-standard": "14.1.1",
  57. "eslint-plugin-import": "2.25.4",
  58. "eslint-plugin-markdown": "2.2.1",
  59. "eslint-plugin-node": "11.1.0",
  60. "eslint-plugin-promise": "5.2.0",
  61. "eslint-plugin-standard": "4.1.0",
  62. "mocha": "9.2.1",
  63. "nyc": "15.1.0",
  64. "readable-stream": "2.3.7",
  65. "safe-buffer": "5.2.1"
  66. },
  67. "engines": {
  68. "node": ">= 0.8"
  69. },
  70. "files": [
  71. "HISTORY.md",
  72. "LICENSE",
  73. "README.md",
  74. "SECURITY.md",
  75. "index.d.ts",
  76. "index.js"
  77. ],
  78. "homepage": "https://github.com/stream-utils/raw-body#readme",
  79. "license": "MIT",
  80. "name": "raw-body",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/stream-utils/raw-body.git"
  84. },
  85. "scripts": {
  86. "lint": "eslint .",
  87. "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
  88. "test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
  89. "test-cov": "nyc --reporter=html --reporter=text npm test"
  90. },
  91. "version": "2.5.1"
  92. }