CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
package.json44 linesDownload Raw Back to merge2
1{2  "name": "merge2",3  "description": "Merge multiple streams into one stream in sequence or parallel.",4  "authors": [5    "Yan Qing <admin@zensh.com>"6  ],7  "license": "MIT",8  "version": "1.4.1",9  "main": "./index.js",10  "repository": {11    "type": "git",12    "url": "git@github.com:teambition/merge2.git"13  },14  "homepage": "https://github.com/teambition/merge2",15  "keywords": [16    "merge2",17    "multiple",18    "sequence",19    "parallel",20    "merge",21    "stream",22    "merge stream",23    "sync"24  ],25  "engines": {26    "node": ">= 8"27  },28  "dependencies": {},29  "devDependencies": {30    "standard": "^14.3.4",31    "through2": "^3.0.1",32    "thunks": "^4.9.6",33    "tman": "^1.10.0",34    "to-through": "^2.0.0"35  },36  "scripts": {37    "test": "standard && tman"38  },39  "files": [40    "README.md",41    "index.js"42  ]43}44