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.

95 lines
2.4 KiB

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