-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage-lock.json
More file actions
108 lines (108 loc) · 3.04 KB
/
package-lock.json
File metadata and controls
108 lines (108 loc) · 3.04 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "example",
"version": "0.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "example",
"version": "0.0.0",
"dependencies": {
"glfw-raub": "^6.4.0",
"image-raub": "^5.2.0"
}
},
"node_modules/addon-tools-raub": {
"version": "9.3.0",
"resolved": "https://registry.npmjs.org/addon-tools-raub/-/addon-tools-raub-9.3.0.tgz",
"integrity": "sha512-YZnTOK7KbMnIZOyOtAo/TOQ80XfYgL8oYhNAi2qlrVV+YduOA+VWBixD3+vybjQvWLJOhWvDIue/QEjkROVPKA==",
"license": "MIT",
"engines": {
"node": ">=22.14.0",
"npm": ">=10.9.2"
},
"peerDependencies": {
"node-addon-api": "^8.3.0"
},
"peerDependenciesMeta": {
"node-addon-api": {
"optional": true
}
}
},
"node_modules/deps-freeimage-raub": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/deps-freeimage-raub/-/deps-freeimage-raub-6.2.0.tgz",
"integrity": "sha512-fhHovPGehCpsnVXZG074E99lOsF9vOWYXWiztLxEHEoZNbFVT2qvQsMEVxSsWEJWiMrvDX/Dwd1T+9G3RZkAwA==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"addon-tools-raub": "^9.3.0"
},
"engines": {
"node": ">=22.14.0",
"npm": ">=10.9.2"
}
},
"node_modules/deps-opengl-raub": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/deps-opengl-raub/-/deps-opengl-raub-7.2.0.tgz",
"integrity": "sha512-TcMRA3s956xdnZG0jzJ59wz7uSdNRwP8XfwMZUpQI2bz1o3NLia1lo32DDhl9hbe509vIdWAZ7pgNAQhe53QjQ==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"addon-tools-raub": "^9.3.0"
},
"engines": {
"node": ">=22.14.0",
"npm": ">=10.9.2"
}
},
"node_modules/glfw-raub": {
"version": "6.4.0",
"resolved": "https://registry.npmjs.org/glfw-raub/-/glfw-raub-6.4.0.tgz",
"integrity": "sha512-n7aW2E83xwrFbTh4jSzfihY3r3UiRbqfkEGRC1gGC//vEUGmCfnOSSDXHmSQfyW67FtAD8CX8CtaNJ2jAVTSbA==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"addon-tools-raub": "^9.3.0",
"deps-opengl-raub": "^7.2.0",
"segfault-raub": "^3.2.0"
},
"engines": {
"node": ">=22.14.0",
"npm": ">=10.9.2"
}
},
"node_modules/image-raub": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/image-raub/-/image-raub-5.2.0.tgz",
"integrity": "sha512-kKtkbYQoUpLbsZ1OFFC0gsS0SfBj4dq3Bpwusz7dp42UR700mUU8R+ixXuULGbI/4WODD2P/UDjz2iNbt425PQ==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"addon-tools-raub": "^9.3.0",
"deps-freeimage-raub": "^6.2.0",
"segfault-raub": "^3.2.0"
},
"engines": {
"node": ">=22.14.0",
"npm": ">=10.9.2"
}
},
"node_modules/segfault-raub": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/segfault-raub/-/segfault-raub-3.2.0.tgz",
"integrity": "sha512-Q1f3K6fAS3lvZwzkxn9bdljCCjZBSAV18lHon8XMAFuwOIicqbKf67v+Bzo9Nof68wlVzKePCi7pXoLegT/YYw==",
"hasInstallScript": true,
"license": "MIT, BSD-3-Clause, BSD-2-Clause",
"dependencies": {
"addon-tools-raub": "^9.3.0"
},
"engines": {
"node": ">=22.14.0",
"npm": ">=10.9.2"
}
}
}
}