Son CV dans un terminal web en Javascript!
https://terminal-cv.gregandev.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
830 B
43 lines
830 B
{
|
|
"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"
|
|
]
|
|
}
|
|
|