仲裁视频会议H5

package.json 2.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "raw-body@2.5.1",
  5. "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "raw-body@2.5.1",
  10. "_id": "raw-body@2.5.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==",
  13. "_location": "/raw-body",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "raw-body@2.5.1",
  19. "name": "raw-body",
  20. "escapedName": "raw-body",
  21. "rawSpec": "2.5.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.5.1"
  24. },
  25. "_requiredBy": [
  26. "/body-parser"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz",
  29. "_spec": "2.5.1",
  30. "_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
  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": "7.32.0",
  59. "eslint-config-standard": "14.1.1",
  60. "eslint-plugin-import": "2.25.4",
  61. "eslint-plugin-markdown": "2.2.1",
  62. "eslint-plugin-node": "11.1.0",
  63. "eslint-plugin-promise": "5.2.0",
  64. "eslint-plugin-standard": "4.1.0",
  65. "mocha": "9.2.1",
  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.1"
  95. }