33 lines
711 B
JSON
33 lines
711 B
JSON
|
|
{
|
||
|
|
"name": "merge2",
|
||
|
|
"description": "Merge multiple streams into one stream in sequence or parallel.",
|
||
|
|
"authors": [
|
||
|
|
"Yan Qing <admin@zensh.com>"
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"version": "1.2.2",
|
||
|
|
"main": "./index",
|
||
|
|
"jsnext:main": "index.mjs",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git@github.com:teambition/merge2.git"
|
||
|
|
},
|
||
|
|
"homepage": "https://github.com/teambition/merge2",
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 4.5.0"
|
||
|
|
},
|
||
|
|
"dependencies": {},
|
||
|
|
"devDependencies": {
|
||
|
|
"@std/esm": "^0.26.0",
|
||
|
|
"standard": "^11.0.1",
|
||
|
|
"through2": "^2.0.3",
|
||
|
|
"thunks": "^4.9.2",
|
||
|
|
"tman": "^1.7.4",
|
||
|
|
"to-through": "^2.0.0"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"README.md",
|
||
|
|
"index.js",
|
||
|
|
"index.mjs"
|
||
|
|
]
|
||
|
|
}
|