7fife-backend/node_modules/combined-stream/package.json

26 lines
640 B
JSON
Raw Normal View History

2024-03-07 13:01:44 +00:00
{
2024-03-11 12:29:54 +00:00
"author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",
"name": "combined-stream",
2024-03-07 13:01:44 +00:00
"description": "A stream that emits multiple other streams one after another.",
2024-03-11 12:29:54 +00:00
"version": "1.0.8",
2024-03-07 13:01:44 +00:00
"homepage": "https://github.com/felixge/node-combined-stream",
"repository": {
"type": "git",
"url": "git://github.com/felixge/node-combined-stream.git"
},
2024-03-11 12:29:54 +00:00
"main": "./lib/combined_stream",
2024-03-07 13:01:44 +00:00
"scripts": {
"test": "node test/run.js"
},
2024-03-11 12:29:54 +00:00
"engines": {
"node": ">= 0.8"
},
"dependencies": {
"delayed-stream": "~1.0.0"
},
"devDependencies": {
"far": "~0.0.7"
},
"license": "MIT"
2024-03-07 13:01:44 +00:00
}