package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "raw-body@2.4.0",
  3. "_id": "raw-body@2.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==",
  6. "_location": "/raw-body",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "raw-body@2.4.0",
  12. "name": "raw-body",
  13. "escapedName": "raw-body",
  14. "rawSpec": "2.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "2.4.0"
  17. },
  18. "_requiredBy": [
  19. "/body-parser",
  20. "/pac-proxy-agent"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz",
  23. "_shasum": "a1ce6fb9c9bc356ca52e89256ab59059e13d0332",
  24. "_spec": "raw-body@2.4.0",
  25. "_where": "C:\\Users\\brin\\Desktop\\Personnel\\FatboarProject-develop\\FatboarProject\\express-server\\node_modules\\body-parser",
  26. "author": {
  27. "name": "Jonathan Ong",
  28. "email": "me@jongleberry.com",
  29. "url": "http://jongleberry.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/stream-utils/raw-body/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Douglas Christopher Wilson",
  38. "email": "doug@somethingdoug.com"
  39. },
  40. {
  41. "name": "Raynos",
  42. "email": "raynos2@gmail.com"
  43. }
  44. ],
  45. "dependencies": {
  46. "bytes": "3.1.0",
  47. "http-errors": "1.7.2",
  48. "iconv-lite": "0.4.24",
  49. "unpipe": "1.0.0"
  50. },
  51. "deprecated": false,
  52. "description": "Get and validate the raw body of a readable stream.",
  53. "devDependencies": {
  54. "bluebird": "3.5.4",
  55. "eslint": "5.16.0",
  56. "eslint-config-standard": "12.0.0",
  57. "eslint-plugin-import": "2.16.0",
  58. "eslint-plugin-markdown": "1.0.0",
  59. "eslint-plugin-node": "8.0.1",
  60. "eslint-plugin-promise": "4.1.1",
  61. "eslint-plugin-standard": "4.0.0",
  62. "istanbul": "0.4.5",
  63. "mocha": "6.1.3",
  64. "readable-stream": "2.3.6",
  65. "safe-buffer": "5.1.2"
  66. },
  67. "engines": {
  68. "node": ">= 0.8"
  69. },
  70. "files": [
  71. "HISTORY.md",
  72. "LICENSE",
  73. "README.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 --plugin markdown --ext js,md .",
  86. "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
  87. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
  88. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
  89. },
  90. "version": "2.4.0"
  91. }