forked from NXY666/Jsjiemi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
71 lines (71 loc) · 1.42 KB
/
package-lock.json
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
70
71
{
"name": "jsjiemi",
"version": "2.14.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "jsjiemi",
"version": "2.14.0",
"license": "AGPL-3.0",
"optionalDependencies": {
"vm2": "^3.9.13"
}
},
"node_modules/acorn": {
"version": "8.7.1",
"license": "MIT",
"optional": true,
"bin": {
"acorn": "bin/acorn"
},
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/acorn-walk": {
"version": "8.2.0",
"license": "MIT",
"optional": true,
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/vm2": {
"version": "3.9.13",
"resolved": "https://registry.npmmirror.com/vm2/-/vm2-3.9.13.tgz",
"integrity": "sha512-0rvxpB8P8Shm4wX2EKOiMp7H2zq+HUE/UwodY0pCZXs9IffIKZq6vUti5OgkVCTakKo9e/fgO4X1fkwfjWxE3Q==",
"optional": true,
"dependencies": {
"acorn": "^8.7.0",
"acorn-walk": "^8.2.0"
},
"bin": {
"vm2": "bin/vm2"
},
"engines": {
"node": ">=6.0"
}
}
},
"dependencies": {
"acorn": {
"version": "8.7.1",
"optional": true
},
"acorn-walk": {
"version": "8.2.0",
"optional": true
},
"vm2": {
"version": "3.9.13",
"resolved": "https://registry.npmmirror.com/vm2/-/vm2-3.9.13.tgz",
"integrity": "sha512-0rvxpB8P8Shm4wX2EKOiMp7H2zq+HUE/UwodY0pCZXs9IffIKZq6vUti5OgkVCTakKo9e/fgO4X1fkwfjWxE3Q==",
"optional": true,
"requires": {
"acorn": "^8.7.0",
"acorn-walk": "^8.2.0"
}
}
}
}