package.json 2.6 KB

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