package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "raw-body@~2.5.3",
  3. "_id": "raw-body@2.5.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==",
  6. "_location": "/raw-body",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "raw-body@~2.5.3",
  12. "name": "raw-body",
  13. "escapedName": "raw-body",
  14. "rawSpec": "~2.5.3",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.5.3"
  17. },
  18. "_requiredBy": [
  19. "/body-parser"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/raw-body/-/raw-body-2.5.3.tgz",
  22. "_shasum": "11c6650ee770a7de1b494f197927de0c923822e2",
  23. "_spec": "raw-body@~2.5.3",
  24. "_where": "E:\\git\\2021项目\\安科院大屏\\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.1",
  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. "LICENSE",
  71. "README.md",
  72. "index.d.ts",
  73. "index.js"
  74. ],
  75. "homepage": "https://github.com/stream-utils/raw-body#readme",
  76. "license": "MIT",
  77. "name": "raw-body",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/stream-utils/raw-body.git"
  81. },
  82. "scripts": {
  83. "lint": "eslint .",
  84. "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
  85. "test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
  86. "test-cov": "nyc --reporter=html --reporter=text npm test"
  87. },
  88. "version": "2.5.3"
  89. }