blob: 6ad981144830946abfde70a77ff66ccc26c53aa5 [file] [log] [blame]
{
"author": "Rod Vagg <r@va.gg> (https://github.com/rvagg)",
"dependencies": {
"readable-stream": "2 || 3",
"xtend": "~4.0.1"
},
"description": "A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise",
"devDependencies": {
"bl": "~2.0.1",
"faucet": "0.0.1",
"nyc": "~13.1.0",
"stream-spigot": "~3.0.6",
"tape": "~4.9.1"
},
"keywords": [
"stream",
"streams2",
"through",
"transform"
],
"license": "MIT",
"main": "through2.js",
"name": "through2",
"repository": {
"type": "git",
"url": "https://github.com/rvagg/through2.git"
},
"scripts": {
"test": "nyc node test/test.js | faucet && nyc report"
},
"version": "3.0.0"
}