-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage-lock.json
43 lines (43 loc) · 1.14 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
{
"name": "@xpack-dev-tools/xbb-helper",
"version": "3.1.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@xpack-dev-tools/xbb-helper",
"version": "3.1.5",
"license": "MIT",
"devDependencies": {
"json": "^11.0.0",
"typescript": "~5.2.2"
}
},
"node_modules/json": {
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/json/-/json-11.0.0.tgz",
"integrity": "sha512-N/ITv3Yw9Za8cGxuQqSqrq6RHnlaHWZkAFavcfpH/R52522c26EbihMxnY7A1chxfXJ4d+cEFIsyTgfi9GihrA==",
"dev": true,
"bin": {
"json": "lib/json.js"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/typescript": {
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
"integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
}
}
}