source: trip-planner-front/node_modules/merge2/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 830 bytes
Line 
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}
Note: See TracBrowser for help on using the repository browser.