pass-stream
Version:
pass-through stream which can filter/adapt and pause data as it passes through (streams2)
44 lines (43 loc) • 943 B
JSON
{
"name": "pass-stream",
"description": "pass-through stream which can filter/adapt and pause data as it passes through (streams2)",
"version": "1.0.0",
"author": "Jeff Barczewski <jeff.barczewski@gmail.com>",
"repository": {
"type": "git",
"url": "http://github.com/jeffbski/pass-stream.git"
},
"bugs": {
"url": "http://github.com/jeffbski/pass-stream/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/jeffbski/pass-stream/raw/master/LICENSE"
}
],
"main": "lib/pass-stream",
"engines": {
"node": ">=0.10"
},
"dependencies": {},
"devDependencies": {
"mocha": "~1.9.0",
"chai": "~1.5.0",
"chai-stack": "~1.3.1"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha ./test/*.mocha.js"
},
"keywords": [
"stream",
"streams2",
"filter",
"transform",
"through",
"pipe",
"pause",
"drain",
"buffer"
]
}