forked from GauiPower/tt-homebrew
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
44 lines (44 loc) · 1.46 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
{
"name": "tt-homebrew",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"gmelib": "^0.2.3",
"minimist": "^1.2.8"
},
"devDependencies": {
"@types/node": "^22.7.4"
}
},
"node_modules/@types/node": {
"version": "22.7.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.4.tgz",
"integrity": "sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg==",
"dev": true,
"dependencies": {
"undici-types": "~6.19.2"
}
},
"node_modules/gmelib": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/gmelib/-/gmelib-0.2.3.tgz",
"integrity": "sha512-CiAoIi8+knMQC1LKv5stKukq3FztHqvxFbkaZyMgZDWa9ChqZGllYtLPXdlWUUV3TMYOgkTou93rL+kOKMIgtQ=="
},
"node_modules/minimist": {
"version": "1.2.8",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/undici-types": {
"version": "6.19.8",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
"dev": true
}
}
}