package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "raw-body@2.5.1",
  3. "_id": "raw-body@2.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==",
  6. "_location": "/raw-body",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "raw-body@2.5.1",
  12. "name": "raw-body",
  13. "escapedName": "raw-body",
  14. "rawSpec": "2.5.1",
  15. "saveSpec": null,
  16. "fetchSpec": "2.5.1"
  17. },
  18. "_requiredBy": [
  19. "/webpack-dev-server/body-parser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz",
  22. "_shasum": "fe1b1628b181b700215e5fd42389f98b71392857",
  23. "_spec": "raw-body@2.5.1",
  24. "_where": "/Users/lihai/jolijoli/pad_spa/node_modules/webpack-dev-server/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.0",
  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.4",
  57. "eslint-plugin-markdown": "2.2.1",
  58. "eslint-plugin-node": "11.1.0",
  59. "eslint-plugin-promise": "5.2.0",
  60. "eslint-plugin-standard": "4.1.0",
  61. "mocha": "9.2.1",
  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. "SECURITY.md",
  74. "index.d.ts",
  75. "index.js"
  76. ],
  77. "homepage": "https://github.com/stream-utils/raw-body#readme",
  78. "license": "MIT",
  79. "name": "raw-body",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/stream-utils/raw-body.git"
  83. },
  84. "scripts": {
  85. "lint": "eslint .",
  86. "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
  87. "test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
  88. "test-cov": "nyc --reporter=html --reporter=text npm test"
  89. },
  90. "version": "2.5.1"
  91. }