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.
 
 
 
 

93 lines
2.4 KiB

{
"_args": [
[
"lazystream@^1.0.0",
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/decompress/node_modules/vinyl-fs"
]
],
"_from": "lazystream@>=1.0.0 <2.0.0",
"_id": "lazystream@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/lazystream",
"_nodeVersion": "4.1.2",
"_npmUser": {
"email": "jonas.pommerening@gmail.com",
"name": "jpommerening"
},
"_npmVersion": "2.14.6",
"_phantomChildren": {},
"_requested": {
"name": "lazystream",
"raw": "lazystream@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/decompress/vinyl-fs",
"/download/vinyl-fs"
],
"_resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz",
"_shasum": "f6995fe0f820392f61396be89462407bb77168e4",
"_shrinkwrap": null,
"_spec": "lazystream@^1.0.0",
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/decompress/node_modules/vinyl-fs",
"author": {
"email": "jonas.pommerening@gmail.com",
"name": "Jonas Pommerening",
"url": "https://npmjs.org/~jpommerening"
},
"bugs": {
"url": "https://github.com/jpommerening/node-lazystream/issues"
},
"contributors": [
{
"email": "mariocasciaro@gmail.com",
"name": "Mario Casciaro"
}
],
"dependencies": {
"readable-stream": "^2.0.5"
},
"description": "Open Node Streams on demand.",
"devDependencies": {
"nodeunit": "^0.9.1"
},
"directories": {},
"dist": {
"shasum": "f6995fe0f820392f61396be89462407bb77168e4",
"tarball": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz"
},
"engines": {
"node": ">= 0.6.3"
},
"gitHead": "f1f047c1957c75d39da6d4c21bb1d5196427d6c6",
"homepage": "https://github.com/jpommerening/node-lazystream",
"keywords": [
"emfile",
"lazy",
"streams",
"stream"
],
"license": "MIT",
"main": "lib/lazystream.js",
"maintainers": [
{
"email": "jonas.pommerening@gmail.com",
"name": "jpommerening"
}
],
"name": "lazystream",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jpommerening/node-lazystream.git"
},
"scripts": {
"test": "nodeunit test/readable_test.js test/writable_test.js test/pipe_test.js test/fs_test.js"
},
"version": "1.0.0"
}