wishthis/node_modules/lazystream/package.json

47 lines
1 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "lazystream",
"version": "1.0.1",
"description": "Open Node Streams on demand.",
"homepage": "https://github.com/jpommerening/node-lazystream",
2022-01-21 08:28:41 +00:00
"author": {
"name": "Jonas Pommerening",
"email": "jonas.pommerening@gmail.com",
"url": "https://npmjs.org/~jpommerening"
},
"contributors": [
2022-04-08 10:55:35 +00:00
"Mario Casciaro <mariocasciaro@gmail.com>"
2022-01-21 08:28:41 +00:00
],
2022-04-08 10:55:35 +00:00
"repository": {
"type": "git",
"url": "https://github.com/jpommerening/node-lazystream.git"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"bugs": {
"url": "https://github.com/jpommerening/node-lazystream/issues"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"license": "MIT",
"main": "lib/lazystream.js",
2022-01-21 08:28:41 +00:00
"engines": {
"node": ">= 0.6.3"
},
2022-04-08 10:55:35 +00:00
"scripts": {
"test": "nodeunit test/readable_test.js test/writable_test.js test/pipe_test.js test/fs_test.js"
},
2022-01-21 08:28:41 +00:00
"files": [
"lib/lazystream.js",
"test/*.js",
"test/*.md"
],
2022-04-08 10:55:35 +00:00
"dependencies": {
"readable-stream": "^2.0.5"
},
"devDependencies": {
"nodeunit": "^0.9.1"
},
2022-01-21 08:28:41 +00:00
"keywords": [
"emfile",
"lazy",
"streams",
"stream"
2022-04-08 10:55:35 +00:00
]
2022-01-21 08:28:41 +00:00
}