mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2025-04-27 15:30:11 +08:00
47 lines
904 B
JSON
47 lines
904 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.3",
|
|
"main": "./index",
|
|
"jsnext:main": "index.mjs",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:teambition/merge2.git"
|
|
},
|
|
"homepage": "https://github.com/teambition/merge2",
|
|
"keywords": [
|
|
"merge2",
|
|
"multiple",
|
|
"sequence",
|
|
"parallel",
|
|
"merge",
|
|
"stream",
|
|
"merge stream",
|
|
"sync"
|
|
],
|
|
"engines": {
|
|
"node": ">= 4.5.0"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@std/esm": "^0.26.0",
|
|
"standard": "^12.0.1",
|
|
"through2": "^2.0.3",
|
|
"thunks": "^4.9.2",
|
|
"tman": "^1.8.1",
|
|
"to-through": "^2.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && tman"
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"index.js",
|
|
"index.mjs"
|
|
]
|
|
}
|