package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "read-all-stream@^3.0.0",
  6. "scope": null,
  7. "escapedName": "read-all-stream",
  8. "name": "read-all-stream",
  9. "rawSpec": "^3.0.0",
  10. "spec": ">=3.0.0 <4.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/got"
  14. ]
  15. ],
  16. "_from": "read-all-stream@>=3.0.0 <4.0.0",
  17. "_id": "read-all-stream@3.1.0",
  18. "_inCache": true,
  19. "_location": "/read-all-stream",
  20. "_nodeVersion": "4.2.4",
  21. "_npmUser": {
  22. "name": "floatdrop",
  23. "email": "floatdrop@gmail.com"
  24. },
  25. "_npmVersion": "2.14.12",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "read-all-stream@^3.0.0",
  29. "scope": null,
  30. "escapedName": "read-all-stream",
  31. "name": "read-all-stream",
  32. "rawSpec": "^3.0.0",
  33. "spec": ">=3.0.0 <4.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/got"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/read-all-stream/-/read-all-stream-3.1.0.tgz",
  40. "_shasum": "35c3e177f2078ef789ee4bfafa4373074eaef4fa",
  41. "_shrinkwrap": null,
  42. "_spec": "read-all-stream@^3.0.0",
  43. "_where": "/home/robert/workspace/xmlrpc/node_modules/got",
  44. "author": {
  45. "name": "Vsevolod Strukchinsky",
  46. "email": "floatdrop@gmail.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/floatdrop/read-all-stream/issues"
  50. },
  51. "dependencies": {
  52. "pinkie-promise": "^2.0.0",
  53. "readable-stream": "^2.0.0"
  54. },
  55. "description": "Read all stream content and pass it to callback",
  56. "devDependencies": {
  57. "mocha": "*"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "35c3e177f2078ef789ee4bfafa4373074eaef4fa",
  62. "tarball": "https://registry.npmjs.org/read-all-stream/-/read-all-stream-3.1.0.tgz"
  63. },
  64. "engines": {
  65. "node": ">=0.10.0"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "gitHead": "636cb4f64d9bf5261c7c42d257071b528caa7888",
  71. "homepage": "https://github.com/floatdrop/read-all-stream",
  72. "keywords": [
  73. "stream",
  74. "read",
  75. "buffer",
  76. "callback"
  77. ],
  78. "license": "MIT",
  79. "maintainers": [
  80. {
  81. "name": "floatdrop",
  82. "email": "floatdrop@gmail.com"
  83. }
  84. ],
  85. "name": "read-all-stream",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/floatdrop/read-all-stream.git"
  91. },
  92. "scripts": {
  93. "test": "mocha"
  94. },
  95. "version": "3.1.0"
  96. }