forked from xpack-dev-tools/arm-none-eabi-gcc-xpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
45 lines (45 loc) · 1.24 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
{
"name": "@xpack-dev-tools/arm-none-eabi-gcc",
"version": "12.3.1-1.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@xpack-dev-tools/arm-none-eabi-gcc",
"version": "12.3.1-1.1.1",
"license": "MIT",
"devDependencies": {
"liquidjs": "^10.8.4"
}
},
"node_modules/commander": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz",
"integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==",
"dev": true,
"engines": {
"node": ">=14"
}
},
"node_modules/liquidjs": {
"version": "10.8.4",
"resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.8.4.tgz",
"integrity": "sha512-HSpYAFBVWxhwWsTKPBJgPm3bnwwIzAZjy17XhX7uJCKJ8H6A1YstZSFmPqMmWfSuJOg43RSx+qWVSA1Fu3+B2w==",
"dev": true,
"dependencies": {
"commander": "^10.0.0"
},
"bin": {
"liquid": "bin/liquid.js",
"liquidjs": "bin/liquid.js"
},
"engines": {
"node": ">=14"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/liquidjs"
}
}
}
}