forked from k-koehler/gguf-tensor-overrider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
67 lines (67 loc) · 2.16 KB
/
package-lock.json
File metadata and controls
67 lines (67 loc) · 2.16 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
67
{
"name": "nvidia-gguf-optimizer",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "nvidia-gguf-optimizer",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@huggingface/gguf": "^0.1.17",
"commander": "^14.0.0"
},
"devDependencies": {
"@types/node": "^24.0.7"
}
},
"node_modules/@huggingface/gguf": {
"version": "0.1.17",
"resolved": "https://registry.npmjs.org/@huggingface/gguf/-/gguf-0.1.17.tgz",
"integrity": "sha512-1+OEut+Ti2cBxyI/hnD8SwhaiJeIImNNGB1NlG8eTGk5RYXT0SER3W87ebcvK0dUuq/Gyaje81Fd/dku0Fyr1Q==",
"license": "MIT",
"dependencies": {
"@huggingface/tasks": "^0.19.5"
},
"bin": {
"gguf-view": "dist/cli.js"
},
"engines": {
"node": ">=20"
}
},
"node_modules/@huggingface/tasks": {
"version": "0.19.19",
"resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.19.19.tgz",
"integrity": "sha512-+hXA5pk8gnaWc0BK/s5e68rwsucjPJjdoSBx9MCkRwVgVS0JwXCF5EbaSBSDt4CUDsq1uj33RbdQt/K9l2mJLg==",
"license": "MIT"
},
"node_modules/@types/node": {
"version": "24.0.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.7.tgz",
"integrity": "sha512-YIEUUr4yf8q8oQoXPpSlnvKNVKDQlPMWrmOcgzoduo7kvA2UF0/BwJ/eMKFTiTtkNL17I0M6Xe2tvwFU7be6iw==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~7.8.0"
}
},
"node_modules/commander": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.0.tgz",
"integrity": "sha512-2uM9rYjPvyq39NwLRqaiLtWHyDC1FvryJDa2ATTVims5YAS4PupsEQsDvP14FqhFr0P49CYDugi59xaxJlTXRA==",
"license": "MIT",
"engines": {
"node": ">=20"
}
},
"node_modules/undici-types": {
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz",
"integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==",
"dev": true,
"license": "MIT"
}
}
}