-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage-lock.json
More file actions
53 lines (53 loc) · 1.59 KB
/
package-lock.json
File metadata and controls
53 lines (53 loc) · 1.59 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
{
"name": "nbbs",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"ansi-escape-sequences": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/ansi-escape-sequences/-/ansi-escape-sequences-2.2.2.tgz",
"integrity": "sha1-F0x41vi33nX4lXroHH9yIQxwFjU=",
"requires": {
"array-back": "^1.0.2",
"collect-all": "~0.2.1"
}
},
"array-back": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/array-back/-/array-back-1.0.4.tgz",
"integrity": "sha1-ZEun8JX3/898Q7Xw3DnTwfA8Bjs=",
"requires": {
"typical": "^2.6.0"
}
},
"collect-all": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/collect-all/-/collect-all-0.2.1.tgz",
"integrity": "sha1-ciX7RYXCLU/6yIbwq69avFY6Gmo=",
"requires": {
"stream-connect": "^1.0.1",
"stream-via": "~0.1.0",
"typical": "^2.3.0"
}
},
"stream-connect": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/stream-connect/-/stream-connect-1.0.2.tgz",
"integrity": "sha1-GLyB8u2zW4tdmoAJIAqYUxRCipc=",
"requires": {
"array-back": "^1.0.2"
}
},
"stream-via": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/stream-via/-/stream-via-0.1.1.tgz",
"integrity": "sha1-DO5d+clZ+x0/TtpIGfKJ1fkgWvw="
},
"typical": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/typical/-/typical-2.6.1.tgz",
"integrity": "sha1-XAgOXWYcu+OCWdLnCjxyU+hziB0="
}
}
}