package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "[email protected]",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RPMAFUJP19WIet/99ngh6Iv8fzAbqum4Li7AD6DtGaW2RpMB/11xDoalPiJMTbu6I3hkbMVkATvZrqb9EEqeeQ==",
  6. "_location": "/raw-body",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "[email protected]",
  12. "name": "raw-body",
  13. "escapedName": "raw-body",
  14. "rawSpec": "2.4.2",
  15. "saveSpec": null,
  16. "fetchSpec": "2.4.2"
  17. },
  18. "_requiredBy": [
  19. "/body-parser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.2.tgz",
  22. "_shasum": "baf3e9c21eebced59dd6533ac872b71f7b61cb32",
  23. "_spec": "[email protected]",
  24. "_where": "/home/ubuntu/develop/src/daxia.dev/pkg/encrypt_utils/test_server/node_modules/body-parser",
  25. "author": {
  26. "name": "Jonathan Ong",
  27. "email": "[email protected]",
  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": "[email protected]"
  38. },
  39. {
  40. "name": "Raynos",
  41. "email": "[email protected]"
  42. }
  43. ],
  44. "dependencies": {
  45. "bytes": "3.1.1",
  46. "http-errors": "1.8.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": "7.32.0",
  55. "eslint-config-standard": "14.1.1",
  56. "eslint-plugin-import": "2.25.3",
  57. "eslint-plugin-markdown": "2.2.1",
  58. "eslint-plugin-node": "11.1.0",
  59. "eslint-plugin-promise": "5.1.1",
  60. "eslint-plugin-standard": "4.1.0",
  61. "mocha": "9.1.3",
  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. "index.d.ts",
  74. "index.js"
  75. ],
  76. "homepage": "https://github.com/stream-utils/raw-body#readme",
  77. "license": "MIT",
  78. "name": "raw-body",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/stream-utils/raw-body.git"
  82. },
  83. "scripts": {
  84. "lint": "eslint .",
  85. "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
  86. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  87. "test-cov": "nyc --reporter=html --reporter=text npm test"
  88. },
  89. "version": "2.4.2"
  90. }