-
-
Notifications
You must be signed in to change notification settings - Fork 194
Expand file tree
/
Copy pathpackage-lock.json
More file actions
38 lines (38 loc) · 877 Bytes
/
package-lock.json
File metadata and controls
38 lines (38 loc) · 877 Bytes
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
{
"name": "@node-llama-cpp/linux-x64-cuda-ext",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@node-llama-cpp/linux-x64-cuda-ext",
"version": "0.1.0",
"cpu": [
"x64"
],
"license": "MIT",
"os": [
"linux"
],
"devDependencies": {
"typescript": "^5.2.2"
},
"engines": {
"node": ">=20.0.0"
}
},
"node_modules/typescript": {
"version": "5.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz",
"integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
}
}
}