2016-10-10 03:43:44 +02:00
|
|
|
{
|
2016-11-03 01:33:53 +01:00
|
|
|
"name": "through2",
|
2017-04-20 03:09:25 +02:00
|
|
|
"version": "2.0.3",
|
2016-11-03 01:33:53 +01:00
|
|
|
"description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
|
|
|
|
"main": "through2.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "node test/test.js | faucet",
|
|
|
|
"test-local": "brtapsauce-local test/basic-test.js"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/rvagg/through2.git"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"keywords": [
|
|
|
|
"stream",
|
|
|
|
"streams2",
|
|
|
|
"through",
|
|
|
|
"transform"
|
2016-10-10 03:43:44 +02:00
|
|
|
],
|
2016-11-03 01:33:53 +01:00
|
|
|
"author": "Rod Vagg <r@va.gg> (https://github.com/rvagg)",
|
|
|
|
"license": "MIT",
|
2016-10-10 03:43:44 +02:00
|
|
|
"dependencies": {
|
2017-04-20 03:09:25 +02:00
|
|
|
"readable-stream": "^2.1.5",
|
|
|
|
"xtend": "~4.0.1"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-04-20 03:09:25 +02:00
|
|
|
"bl": "~1.1.2",
|
2016-10-10 03:43:44 +02:00
|
|
|
"faucet": "0.0.1",
|
|
|
|
"stream-spigot": "~3.0.5",
|
2017-04-20 03:09:25 +02:00
|
|
|
"tape": "~4.6.2"
|
2016-11-03 01:33:53 +01:00
|
|
|
}
|
2016-10-10 03:43:44 +02:00
|
|
|
}
|