blob: 52107bff5e2a7c825204a435dfc7cf4037be026d [file] [log] [blame]
{
"_from": "readable-stream@>=2.0.2 <3.0.0",
"_id": "readable-stream@2.0.2",
"_location": "/npm/sha/readable-stream",
"_nodeVersion": "2.3.0",
"_npmUser": {
"email": "calvin.metcalf@gmail.com",
"name": "cwmma"
},
"_npmVersion": "2.11.1",
"_phantomChildren": {},
"_requiredBy": [
"/npm/sha"
],
"_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.2.tgz",
"_shasum": "bec81beae8cf455168bc2e5b2b31f5bcfaed9b1b",
"_shrinkwrap": null,
"browser": {
"util": false
},
"bugs": {
"url": "https://github.com/nodejs/readable-stream/issues"
},
"dependencies": {
"core-util-is": "~1.0.0",
"inherits": "~2.0.1",
"isarray": "0.0.1",
"process-nextick-args": "~1.0.0",
"string_decoder": "~0.10.x",
"util-deprecate": "~1.0.1"
},
"description": "Streams3, a user-land copy of the stream library from iojs v2.x",
"devDependencies": {
"tap": "~0.2.6",
"tape": "~4.0.0",
"zuul": "~3.0.0"
},
"directories": {},
"dist": {
"shasum": "bec81beae8cf455168bc2e5b2b31f5bcfaed9b1b",
"tarball": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.2.tgz"
},
"gitHead": "1a70134a71196eeabb5e27bc7580faaa68d30513",
"homepage": "https://github.com/nodejs/readable-stream#readme",
"keywords": [
"readable",
"stream",
"pipe"
],
"license": "MIT",
"main": "readable.js",
"maintainers": [
{
"email": "isaacs@npmjs.com",
"name": "isaacs"
},
{
"email": "nathan@tootallnate.net",
"name": "tootallnate"
},
{
"email": "rod@vagg.org",
"name": "rvagg"
},
{
"email": "calvin.metcalf@gmail.com",
"name": "cwmma"
}
],
"name": "readable-stream",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/nodejs/readable-stream.git"
},
"scripts": {
"browser": "zuul --browser-name $BROWSER_NAME --browser-version $BROWSER_VERSION -- test/browser.js",
"test": "tap test/parallel/*.js"
},
"version": "2.0.2"
}