-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage-lock.json
More file actions
56 lines (56 loc) · 1.31 KB
/
package-lock.json
File metadata and controls
56 lines (56 loc) · 1.31 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
{
"name": "ags2-shell",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"ags": "*",
"gnim": "*"
}
},
"../../../../nix/store/0g4idf5i3kkxapwa4zffr9y4w58rsk7a-ags-js-lib": {
"name": "ags",
"version": "3.0.0",
"license": "LGPL-2.1",
"os": [
"linux"
],
"devDependencies": {
"@eslint/js": "latest",
"eslint": "latest",
"typescript": "latest",
"typescript-eslint": "latest"
},
"engines": {
"gjs": ">=1.79.0"
},
"funding": {
"type": "kofi",
"url": "https://ko-fi.com/aylur"
},
"peerDependencies": {
"gnim": "^1.6.3"
}
},
"../../../../nix/store/0g4idf5i3kkxapwa4zffr9y4w58rsk7a-ags-js-lib/node_modules/gnim": {
"version": "1.6.5",
"license": "MIT",
"engines": {
"gjs": ">=1.79.0"
},
"funding": {
"type": "kofi",
"url": "https://ko-fi.com/aylur"
}
},
"node_modules/ags": {
"resolved": "../../../../nix/store/0g4idf5i3kkxapwa4zffr9y4w58rsk7a-ags-js-lib",
"link": true
},
"node_modules/gnim": {
"resolved": "../../../../nix/store/0g4idf5i3kkxapwa4zffr9y4w58rsk7a-ags-js-lib/node_modules/gnim",
"link": true
}
}
}