-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
66 lines (66 loc) · 1.81 KB
/
Copy pathpackage-lock.json
File metadata and controls
66 lines (66 loc) · 1.81 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
{
"name": "gm-skill",
"version": "2.0.1941",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "gm-skill",
"version": "2.0.1941",
"license": "MIT",
"dependencies": {
"ccsniff": "^1.1.30",
"gm-plugkit": "^2.0.1941",
"gmsniff": "^1.0.42"
},
"bin": {
"gm": "bin/install.js",
"gm-install": "bin/install.js",
"gm-skill": "bin/install.js",
"gm-skill-bootstrap": "bin/bootstrap.js"
},
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/ccsniff": {
"version": "1.1.30",
"resolved": "https://registry.npmjs.org/ccsniff/-/ccsniff-1.1.30.tgz",
"integrity": "sha512-hS8qlJKfI1HEz6oNPs46slQm6GUwjXZoFemb3dLnLR4UkP8PKRCGloG4KbaIGFBvFmGR9U1GQHB6tYqBpiRTRQ==",
"bin": {
"ccsniff": "src/cli.js"
},
"engines": {
"node": ">=18"
},
"peerDependencies": {
"express": "^4 || ^5"
},
"peerDependenciesMeta": {
"express": {
"optional": true
}
}
},
"node_modules/gm-plugkit": {
"version": "2.0.1941",
"resolved": "https://registry.npmjs.org/gm-plugkit/-/gm-plugkit-2.0.1941.tgz",
"integrity": "sha512-y5qJ3v2HSzjFtSjJM+RqE9lGBfLrA13XZG3y2xeeTb94i4bbL/PQrB8+FdSyU4i1srhkqftzlN4r1dAsdl7GMg==",
"bin": {
"gm-plugkit": "cli.js",
"plugkit-wasm-wrapper": "plugkit-wasm-wrapper.js"
}
},
"node_modules/gmsniff": {
"version": "1.0.42",
"resolved": "https://registry.npmjs.org/gmsniff/-/gmsniff-1.0.42.tgz",
"integrity": "sha512-DFb13oMZ7Hb4G2FSJN3ORMxZaH/U9Yv/WRUrwixOKAXMkxZSa/+PycA3TQwqG0UbLNG80nck95BTqX/oNx0ucg==",
"bin": {
"gmsniff": "src/cli.js"
},
"engines": {
"node": ">=18"
}
}
}
}