{ "_from": "read-all-stream@^3.0.0", "_id": "read-all-stream@3.1.0", "_inBundle": false, "_integrity": "sha1-NcPhd/IHjveJ7kv6+kNzB06u9Po=", "_location": "/read-all-stream", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "read-all-stream@^3.0.0", "name": "read-all-stream", "escapedName": "read-all-stream", "rawSpec": "^3.0.0", "saveSpec": null, "fetchSpec": "^3.0.0" }, "_requiredBy": [ "/got" ], "_resolved": "https://registry.npmjs.org/read-all-stream/-/read-all-stream-3.1.0.tgz", "_shasum": "35c3e177f2078ef789ee4bfafa4373074eaef4fa", "_spec": "read-all-stream@^3.0.0", "_where": "/home/mwinter/www/unboundedpress/node_modules/got", "author": { "name": "Vsevolod Strukchinsky", "email": "floatdrop@gmail.com" }, "bugs": { "url": "https://github.com/floatdrop/read-all-stream/issues" }, "bundleDependencies": false, "dependencies": { "pinkie-promise": "^2.0.0", "readable-stream": "^2.0.0" }, "deprecated": false, "description": "Read all stream content and pass it to callback", "devDependencies": { "mocha": "*" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/floatdrop/read-all-stream#readme", "keywords": [ "stream", "read", "buffer", "callback" ], "license": "MIT", "name": "read-all-stream", "repository": { "type": "git", "url": "git+https://github.com/floatdrop/read-all-stream.git" }, "scripts": { "test": "mocha" }, "version": "3.1.0" }