wishthis/node_modules/multipipe/package.json

17 lines
320 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "multipipe",
"version": "0.1.2",
"description": "pipe streams with centralized error handling",
"license": "MIT",
"repository": "juliangruber/multipipe",
2022-01-21 08:28:41 +00:00
"dependencies": {
"duplexer2": "0.0.2"
},
"devDependencies": {
"mocha": "~1.17.0"
},
"scripts": {
"test": "make test"
2022-04-08 10:55:35 +00:00
}
2022-01-21 08:28:41 +00:00
}