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

Last change on this file since 84d0fbb was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
2 "_args": [
3 [
4 "merge2@1.4.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "merge2@1.4.1",
10 "_id": "merge2@1.4.1",
11 "_inBundle": false,
12 "_integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
13 "_location": "/merge2",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "merge2@1.4.1",
19 "name": "merge2",
20 "escapedName": "merge2",
21 "rawSpec": "1.4.1",
22 "saveSpec": null,
23 "fetchSpec": "1.4.1"
24 },
25 "_requiredBy": [
26 "/fast-glob",
27 "/globby"
28 ],
29 "_resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
30 "_spec": "1.4.1",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "authors": [
33 "Yan Qing <admin@zensh.com>"
34 ],
35 "bugs": {
36 "url": "https://github.com/teambition/merge2/issues"
37 },
38 "dependencies": {},
39 "description": "Merge multiple streams into one stream in sequence or parallel.",
40 "devDependencies": {
41 "standard": "^14.3.4",
42 "through2": "^3.0.1",
43 "thunks": "^4.9.6",
44 "tman": "^1.10.0",
45 "to-through": "^2.0.0"
46 },
47 "engines": {
48 "node": ">= 8"
49 },
50 "files": [
51 "README.md",
52 "index.js"
53 ],
54 "homepage": "https://github.com/teambition/merge2",
55 "keywords": [
56 "merge2",
57 "multiple",
58 "sequence",
59 "parallel",
60 "merge",
61 "stream",
62 "merge stream",
63 "sync"
64 ],
65 "license": "MIT",
66 "main": "./index.js",
67 "name": "merge2",
68 "repository": {
69 "type": "git",
70 "url": "git+ssh://git@github.com/teambition/merge2.git"
71 },
72 "scripts": {
73 "test": "standard && tman"
74 },
75 "version": "1.4.1"
76}
Note: See TracBrowser for help on using the repository browser.