This repository has been archived on 2021-05-23. You can view files and clone it, but cannot push or open issues or pull requests.
simpledash/bulma/node_modules/merge2/package.json

44 lines
830 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.4.1",
"main": "./index.js",
"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": ">= 8"
},
"dependencies": {},
"devDependencies": {
"standard": "^14.3.4",
"through2": "^3.0.1",
"thunks": "^4.9.6",
"tman": "^1.10.0",
"to-through": "^2.0.0"
},
"scripts": {
"test": "standard && tman"
},
"files": [
"README.md",
"index.js"
]
}