cmux/node_modules/promisepipe/package.json
2026-01-29 17:36:26 -08:00

27 lines
553 B
JSON

{
"name": "promisepipe",
"version": "3.0.0",
"description": "Pipe node.js streams safely with Promises",
"main": "index.js",
"scripts": {
"test": "mocha test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/epeli/node-promisepipe"
},
"keywords": [
"promise",
"stream"
],
"author": "Esa-Matti Suuronen",
"license": "MIT",
"bugs": {
"url": "https://github.com/epeli/node-promisepipe/issues"
},
"devDependencies": {
"mocha": "^3.2.0",
"mz": "^2.6.0"
},
"dependencies": {}
}