-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
69 lines (69 loc) · 2.15 KB
/
package-lock.json
File metadata and controls
69 lines (69 loc) · 2.15 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
66
67
68
69
{
"name": "unsafe",
"version": "0.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"async-cache": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/async-cache/-/async-cache-0.1.5.tgz",
"integrity": "sha1-t805bSlaqMUoKbvjDsM7YkJgBto=",
"requires": {
"lru-cache": "2.3.1"
}
},
"colors": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
"integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM="
},
"fd": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/fd/-/fd-0.0.2.tgz",
"integrity": "sha1-4O2yvXqIzIbdnxY5HLqDJBj9h+4="
},
"github-markdown-css": {
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/github-markdown-css/-/github-markdown-css-2.9.0.tgz",
"integrity": "sha1-pUstl0V9Up8iJV+xznj8JNrMCns="
},
"graceful-fs": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz",
"integrity": "sha1-FaSAaldUfLLS2/J/QuiajDRRs2Q=",
"optional": true
},
"ip": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
"integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo="
},
"lru-cache": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.3.1.tgz",
"integrity": "sha1-s632s9hW6VTiw5DmzvIggSRaU9Y="
},
"mime": {
"version": "1.2.11",
"resolved": "https://registry.npmjs.org/mime/-/mime-1.2.11.tgz",
"integrity": "sha1-WCA+7Ybjpe8XrtK32evUfwpg3RA="
},
"negotiator": {
"version": "0.2.8",
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.2.8.tgz",
"integrity": "sha1-rf0gejh1xNNwlXKcLnwoPFui7nI="
},
"st": {
"version": "0.2.4",
"resolved": "https://registry.npmjs.org/st/-/st-0.2.4.tgz",
"integrity": "sha1-lzGPVUhf/L5whuIrQNYXWJI8/6A=",
"requires": {
"async-cache": "0.1.5",
"fd": "0.0.2",
"graceful-fs": "1.2.3",
"mime": "1.2.11",
"negotiator": "0.2.8"
}
}
}
}