wishthis/node_modules/through2/package.json

34 lines
745 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "through2",
"version": "2.0.5",
"description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
"main": "through2.js",
"scripts": {
"test": "node test/test.js | faucet"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"repository": {
"type": "git",
"url": "https://github.com/rvagg/through2.git"
2022-02-23 16:41:13 +00:00
},
"keywords": [
"stream",
"streams2",
"through",
"transform"
],
2022-04-08 10:55:35 +00:00
"author": "Rod Vagg <r@va.gg> (https://github.com/rvagg)",
2022-02-23 16:41:13 +00:00
"license": "MIT",
2022-04-08 10:55:35 +00:00
"dependencies": {
"readable-stream": "~2.3.6",
"xtend": "~4.0.1"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"devDependencies": {
"bl": "~2.0.1",
"faucet": "0.0.1",
"nyc": "~13.1.0",
"safe-buffer": "~5.1.2",
"stream-spigot": "~3.0.6",
"tape": "~4.9.1"
}
2022-01-21 08:28:41 +00:00
}