blob: 69fd6760af5d1b98a77aa472db4d65b99aa142d6 [file] [log] [blame]
{
"_from": "readable-stream@>=2.1.4 <2.2.0",
"_id": "readable-stream@2.1.4",
"_location": "/npm/readable-stream",
"_nodeVersion": "5.11.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/readable-stream-2.1.4.tgz_1463679605032_0.6917394688352942"
},
"_npmUser": {
"email": "calvin.metcalf@gmail.com",
"name": "cwmma"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {},
"_requiredBy": [
"/npm",
"/npm/fs-write-stream-atomic",
"/npm/npmlog/are-we-there-yet"
],
"_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.1.4.tgz",
"_shasum": "70b9791c6fcb8480db44bd155a0f6bb58f172468",
"_shrinkwrap": null,
"browser": {
"util": false
},
"bugs": {
"url": "https://github.com/nodejs/readable-stream/issues"
},
"dependencies": {
"buffer-shims": "^1.0.0",
"core-util-is": "~1.0.0",
"inherits": "~2.0.1",
"isarray": "~1.0.0",
"process-nextick-args": "~1.0.6",
"string_decoder": "~0.10.x",
"util-deprecate": "~1.0.1"
},
"description": "Streams3, a user-land copy of the stream library from Node.js",
"devDependencies": {
"assert": "~1.4.0",
"nyc": "^6.4.0",
"tap": "~0.7.1",
"tape": "~4.5.1",
"zuul": "~3.9.0",
"zuul-ngrok": "^4.0.0"
},
"directories": {},
"dist": {
"shasum": "70b9791c6fcb8480db44bd155a0f6bb58f172468",
"tarball": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.1.4.tgz"
},
"gitHead": "7752832fba237929388dea6c96911a0a6379abfc",
"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",
"nyc": {
"include": [
"lib/**.js"
]
},
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/nodejs/readable-stream.git"
},
"scripts": {
"browser": "npm run write-zuul && zuul -- test/browser.js",
"cover": "nyc npm test",
"local": "zuul --local -- test/browser.js",
"report": "nyc report --reporter=lcov",
"test": "tap test/parallel/*.js test/ours/*.js",
"write-zuul": "printf \"ui: tape\ntunnel: ngrok\nbrowsers:\n - name: $BROWSER_NAME\n version: $BROWSER_VERSION\n\">.zuul.yml"
},
"version": "2.1.4"
}