wishthis/node_modules/lazystream/package.json
2022-02-23 17:41:13 +01:00

77 lines
1.8 KiB
JSON

{
"_args": [
[
"lazystream@1.0.1",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "lazystream@1.0.1",
"_id": "lazystream@1.0.1",
"_inBundle": false,
"_integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
"_location": "/lazystream",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "lazystream@1.0.1",
"name": "lazystream",
"escapedName": "lazystream",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/vinyl-fs"
],
"_resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Jonas Pommerening",
"email": "jonas.pommerening@gmail.com",
"url": "https://npmjs.org/~jpommerening"
},
"bugs": {
"url": "https://github.com/jpommerening/node-lazystream/issues"
},
"contributors": [
{
"name": "Mario Casciaro",
"email": "mariocasciaro@gmail.com"
}
],
"dependencies": {
"readable-stream": "^2.0.5"
},
"description": "Open Node Streams on demand.",
"devDependencies": {
"nodeunit": "^0.9.1"
},
"engines": {
"node": ">= 0.6.3"
},
"files": [
"lib/lazystream.js",
"test/*.js",
"test/*.md"
],
"homepage": "https://github.com/jpommerening/node-lazystream",
"keywords": [
"emfile",
"lazy",
"streams",
"stream"
],
"license": "MIT",
"main": "lib/lazystream.js",
"name": "lazystream",
"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.1"
}