mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
133 lines
3.4 KiB
133 lines
3.4 KiB
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "readable-stream@2.1.5",
|
|
"scope": null,
|
|
"escapedName": "readable-stream",
|
|
"name": "readable-stream",
|
|
"rawSpec": "2.1.5",
|
|
"spec": "2.1.5",
|
|
"type": "version"
|
|
},
|
|
"/Users/zkat/Documents/code/npm"
|
|
]
|
|
],
|
|
"_from": "readable-stream@2.1.5",
|
|
"_id": "readable-stream@2.1.5",
|
|
"_inCache": true,
|
|
"_location": "/readable-stream",
|
|
"_nodeVersion": "5.12.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-16-east.internal.npmjs.com",
|
|
"tmp": "tmp/readable-stream-2.1.5.tgz_1471463532993_0.15824943827465177"
|
|
},
|
|
"_npmUser": {
|
|
"name": "cwmma",
|
|
"email": "calvin.metcalf@gmail.com"
|
|
},
|
|
"_npmVersion": "3.8.6",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "readable-stream@2.1.5",
|
|
"scope": null,
|
|
"escapedName": "readable-stream",
|
|
"name": "readable-stream",
|
|
"rawSpec": "2.1.5",
|
|
"spec": "2.1.5",
|
|
"type": "version"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/",
|
|
"/fs-write-stream-atomic",
|
|
"/node-gyp/npmlog/are-we-there-yet",
|
|
"/npm-registry-client/npmlog/are-we-there-yet",
|
|
"/npmlog/are-we-there-yet",
|
|
"/sha",
|
|
"/tap",
|
|
"/tap/tap-parser"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.1.5.tgz",
|
|
"_shasum": "66fa8b720e1438b364681f2ad1a63c618448c9d0",
|
|
"_shrinkwrap": null,
|
|
"_spec": "readable-stream@2.1.5",
|
|
"_where": "/Users/zkat/Documents/code/npm",
|
|
"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",
|
|
"babel-polyfill": "^6.9.1",
|
|
"nyc": "^6.4.0",
|
|
"tap": "~0.7.1",
|
|
"tape": "~4.5.1",
|
|
"zuul": "~3.10.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "66fa8b720e1438b364681f2ad1a63c618448c9d0",
|
|
"tarball": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.1.5.tgz"
|
|
},
|
|
"gitHead": "758c8b3845af855fde736b6a7f58a15fba00d1e7",
|
|
"homepage": "https://github.com/nodejs/readable-stream#readme",
|
|
"keywords": [
|
|
"readable",
|
|
"stream",
|
|
"pipe"
|
|
],
|
|
"license": "MIT",
|
|
"main": "readable.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "isaacs",
|
|
"email": "isaacs@npmjs.com"
|
|
},
|
|
{
|
|
"name": "tootallnate",
|
|
"email": "nathan@tootallnate.net"
|
|
},
|
|
{
|
|
"name": "rvagg",
|
|
"email": "rod@vagg.org"
|
|
},
|
|
{
|
|
"name": "cwmma",
|
|
"email": "calvin.metcalf@gmail.com"
|
|
}
|
|
],
|
|
"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 --browser-retries 2 -- test/browser.js",
|
|
"cover": "nyc npm test",
|
|
"local": "zuul --local 3000 --no-coverage -- test/browser.js",
|
|
"report": "nyc report --reporter=lcov",
|
|
"test": "tap test/parallel/*.js test/ours/*.js",
|
|
"write-zuul": "printf \"ui: tape\nbrowsers:\n - name: $BROWSER_NAME\n version: $BROWSER_VERSION\n\">.zuul.yml"
|
|
},
|
|
"version": "2.1.5"
|
|
}
|
|
|