mirror of
https://github.com/wishthis/wishthis.git
synced 2025-12-26 16:58:27 -05:00
31 lines
719 B
JSON
31 lines
719 B
JSON
{
|
|
"name": "ternary-stream",
|
|
"description": "Fork stream based on passed condition, and collect down-stream",
|
|
"version": "3.0.0",
|
|
"homepage": "https://github.com/robrich/ternary-stream",
|
|
"repository": "git://github.com/robrich/ternary-stream.git",
|
|
"author": "Rob Richardson (http://robrich.org/)",
|
|
"main": "./index.js",
|
|
"keywords": [
|
|
"conditional",
|
|
"if",
|
|
"ternary",
|
|
"stream"
|
|
],
|
|
"dependencies": {
|
|
"duplexify": "^4.1.1",
|
|
"fork-stream": "^0.0.4",
|
|
"merge-stream": "^2.0.0",
|
|
"through2": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"jshint": "^2.9.4",
|
|
"mocha": "^6.1.4",
|
|
"should": "^13.2.3"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha && jshint ."
|
|
},
|
|
"license": "MIT"
|
|
}
|