package.json 2.5 KB

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