nouveau-theatre-de-besancon/node_modules/collect-stream/package.json
2024-09-20 10:32:49 +02:00

34 lines
734 B
JSON

{
"name": "collect-stream",
"description": "Collect a readable stream's output and errors",
"version": "1.2.1",
"repository": {
"type": "git",
"url": "git://github.com/juliangruber/collect-stream.git"
},
"homepage": "https://github.com/juliangruber/collect-stream",
"main": "build.js",
"scripts": {
"test": "make test"
},
"dependencies": {
"once": "^1.3.0",
"concat-stream": "^1.2.0"
},
"devDependencies": {
"babel": "^5.8.21",
"tape": "~2.1.0",
"through": "~2.3.4"
},
"keywords": [
"collect",
"stream",
"concat"
],
"author": {
"name": "Julian Gruber",
"email": "mail@juliangruber.com",
"url": "http://juliangruber.com"
},
"license": "MIT"
}