You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

93 lines
2.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "raw-body@2.4.0",
  5. "/home/guest/socket"
  6. ]
  7. ],
  8. "_from": "raw-body@2.4.0",
  9. "_id": "raw-body@2.4.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==",
  12. "_location": "/raw-body",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "raw-body@2.4.0",
  18. "name": "raw-body",
  19. "escapedName": "raw-body",
  20. "rawSpec": "2.4.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.4.0"
  23. },
  24. "_requiredBy": [
  25. "/body-parser"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz",
  28. "_spec": "2.4.0",
  29. "_where": "/home/guest/socket",
  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.0",
  50. "http-errors": "1.7.2",
  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.5.4",
  57. "eslint": "5.16.0",
  58. "eslint-config-standard": "12.0.0",
  59. "eslint-plugin-import": "2.16.0",
  60. "eslint-plugin-markdown": "1.0.0",
  61. "eslint-plugin-node": "8.0.1",
  62. "eslint-plugin-promise": "4.1.1",
  63. "eslint-plugin-standard": "4.0.0",
  64. "istanbul": "0.4.5",
  65. "mocha": "6.1.3",
  66. "readable-stream": "2.3.6",
  67. "safe-buffer": "5.1.2"
  68. },
  69. "engines": {
  70. "node": ">= 0.8"
  71. },
  72. "files": [
  73. "HISTORY.md",
  74. "LICENSE",
  75. "README.md",
  76. "index.d.ts",
  77. "index.js"
  78. ],
  79. "homepage": "https://github.com/stream-utils/raw-body#readme",
  80. "license": "MIT",
  81. "name": "raw-body",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/stream-utils/raw-body.git"
  85. },
  86. "scripts": {
  87. "lint": "eslint --plugin markdown --ext js,md .",
  88. "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
  89. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
  90. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
  91. },
  92. "version": "2.4.0"
  93. }