package.json 2.4 KB

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