-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
65 lines (65 loc) · 1.96 KB
/
Copy pathpackage-lock.json
File metadata and controls
65 lines (65 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "mono-repo",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"emoji-random": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/emoji-random/-/emoji-random-0.1.2.tgz",
"integrity": "sha1-nV6Hjr0h+/mq7w7O0DGdq3hY55s="
},
"git-up": {
"version": "2.0.9",
"resolved": "https://registry.npmjs.org/git-up/-/git-up-2.0.9.tgz",
"integrity": "sha1-IZv9J8gtrurYSVvrOG3Bjq5jY20=",
"requires": {
"is-ssh": "1.3.0",
"parse-url": "1.3.11"
}
},
"git-url-parse": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-7.0.1.tgz",
"integrity": "sha1-Gj3/xuqp42NN7txY4g2eMxBtPUE=",
"requires": {
"git-up": "2.0.9"
}
},
"is-ssh": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.3.0.tgz",
"integrity": "sha1-6+oRaaJhTaOSpjdANmw84EnY3/Y=",
"requires": {
"protocols": "1.4.6"
}
},
"os-tmpdir": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
"integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ="
},
"parse-url": {
"version": "1.3.11",
"resolved": "https://registry.npmjs.org/parse-url/-/parse-url-1.3.11.tgz",
"integrity": "sha1-V8FUKKuKiSsfQ4aWRccR0OFEtVQ=",
"requires": {
"is-ssh": "1.3.0",
"protocols": "1.4.6"
}
},
"protocols": {
"version": "1.4.6",
"resolved": "https://registry.npmjs.org/protocols/-/protocols-1.4.6.tgz",
"integrity": "sha1-+LsmPqG1/Xp2BNJri+Ob13Z4v4o="
},
"tmp": {
"version": "0.0.33",
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
"integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
"requires": {
"os-tmpdir": "1.0.2"
}
}
}
}