stream-blackhole
Version:
A silly writable stream that eats all data
26 lines (25 loc) • 621 B
JSON
{
"name": "stream-blackhole",
"version": "1.0.3",
"description": "A silly writable stream that eats all data",
"main": "index.js",
"scripts": {
"test": "echo you can test it by reading the code"
},
"repository": {
"type": "git",
"url": "https://github.com/Floby/node-stream-blackhole.git"
},
"keywords": [
"writable",
"stream",
"blackhole",
"noop"
],
"author": "Florent Jaby <florent.jaby@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Floby/node-stream-blackhole/issues"
},
"homepage": "https://github.com/Floby/node-stream-blackhole"
}