-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
34 lines (34 loc) · 1.05 KB
/
package-lock.json
File metadata and controls
34 lines (34 loc) · 1.05 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
{
"name": "ghost242.github.io",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"exactjs": "^0.0.1",
"execjs": "^1.0.7"
}
},
"node_modules/colors": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz",
"integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==",
"engines": {
"node": ">=0.1.90"
}
},
"node_modules/exactjs": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/exactjs/-/exactjs-0.0.1.tgz",
"integrity": "sha512-K29JJpiEGRnNh2FEvH6cbPmsASSWODG4f8MycLHaNyvxzNQYZr9c1/sNDkBfprNAPsE8joTd7lH4ZJne1ZiEkQ=="
},
"node_modules/execjs": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/execjs/-/execjs-1.0.7.tgz",
"integrity": "sha512-Hc9L2LYlr3Zy/uHG0dFYpLNKk07WndrcLfeUrwjapVrEvdpZCK5SPPzbSjr3B3q7fb7zAVZz23upPX2IBoEgDw==",
"dependencies": {
"colors": "*"
}
}
}
}