package.json 2.4 KB

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