destroy-on-hwm
Version:
Destroy a writable stream if it hits the high water mark
32 lines (31 loc) • 780 B
JSON
{
"name": "destroy-on-hwm",
"description": "Destroy a writable stream if it hits the high water mark",
"version": "1.0.0",
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
"license": "MIT",
"repository": "stream-utils/destroy-on-hwm",
"dependencies": {
"destroy": "^1.0.3"
},
"devDependencies": {
"istanbul": "0",
"mocha": "2",
"readable-stream": "^1.0.33"
},
"scripts": {
"test": "mocha --reporter spec",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
},
"keywords": [
"stream",
"high",
"water",
"mark",
"destroy"
],
"files": [
"index.js"
]
}