package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "raw-body@2.4.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "raw-body@2.4.0",
  10. "_id": "raw-body@2.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==",
  13. "_location": "/raw-body",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "raw-body@2.4.0",
  19. "name": "raw-body",
  20. "escapedName": "raw-body",
  21. "rawSpec": "2.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.4.0"
  24. },
  25. "_requiredBy": [
  26. "/body-parser"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz",
  29. "_spec": "2.4.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Jonathan Ong",
  33. "email": "me@jongleberry.com",
  34. "url": "http://jongleberry.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/stream-utils/raw-body/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Douglas Christopher Wilson",
  42. "email": "doug@somethingdoug.com"
  43. },
  44. {
  45. "name": "Raynos",
  46. "email": "raynos2@gmail.com"
  47. }
  48. ],
  49. "dependencies": {
  50. "bytes": "3.1.0",
  51. "http-errors": "1.7.2",
  52. "iconv-lite": "0.4.24",
  53. "unpipe": "1.0.0"
  54. },
  55. "description": "Get and validate the raw body of a readable stream.",
  56. "devDependencies": {
  57. "bluebird": "3.5.4",
  58. "eslint": "5.16.0",
  59. "eslint-config-standard": "12.0.0",
  60. "eslint-plugin-import": "2.16.0",
  61. "eslint-plugin-markdown": "1.0.0",
  62. "eslint-plugin-node": "8.0.1",
  63. "eslint-plugin-promise": "4.1.1",
  64. "eslint-plugin-standard": "4.0.0",
  65. "istanbul": "0.4.5",
  66. "mocha": "6.1.3",
  67. "readable-stream": "2.3.6",
  68. "safe-buffer": "5.1.2"
  69. },
  70. "engines": {
  71. "node": ">= 0.8"
  72. },
  73. "files": [
  74. "HISTORY.md",
  75. "LICENSE",
  76. "README.md",
  77. "index.d.ts",
  78. "index.js"
  79. ],
  80. "homepage": "https://github.com/stream-utils/raw-body#readme",
  81. "license": "MIT",
  82. "name": "raw-body",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/stream-utils/raw-body.git"
  86. },
  87. "scripts": {
  88. "lint": "eslint --plugin markdown --ext js,md .",
  89. "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
  90. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
  91. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
  92. },
  93. "version": "2.4.0"
  94. }