designlang 4.0.0 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +56 -2
- package/bin/design-extract.js +76 -1
- package/package.json +1 -1
- package/src/apply.js +65 -0
- package/src/crawler.js +91 -8
- package/src/darkdiff.js +65 -0
- package/src/extractors/animations.js +40 -4
- package/src/extractors/components.js +23 -0
- package/src/extractors/fonts.js +82 -0
- package/src/extractors/gradients.js +80 -0
- package/src/extractors/icons.js +80 -0
- package/src/extractors/images.js +76 -0
- package/src/extractors/interactions.js +3 -2
- package/src/extractors/responsive.js +3 -2
- package/src/extractors/zindex.js +65 -0
- package/src/formatters/markdown.js +98 -0
- package/src/index.js +13 -1
- package/website/.claude/launch.json +11 -0
- package/website/AGENTS.md +5 -0
- package/website/CLAUDE.md +1 -0
- package/website/README.md +36 -0
- package/website/app/api/extract/route.js +85 -0
- package/website/app/components/Extractor.js +184 -0
- package/website/app/favicon.ico +0 -0
- package/website/app/globals.css +723 -0
- package/website/app/layout.js +19 -0
- package/website/app/page.js +175 -0
- package/website/jsconfig.json +7 -0
- package/website/next.config.mjs +15 -0
- package/website/package-lock.json +1268 -0
- package/website/package.json +18 -0
- package/website/public/file.svg +1 -0
- package/website/public/globe.svg +1 -0
- package/website/public/next.svg +1 -0
- package/website/public/vercel.svg +1 -0
- package/website/public/window.svg +1 -0
- package/designlang.png +0 -0
|
@@ -0,0 +1,1268 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "website",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "website",
|
|
9
|
+
"version": "0.1.0",
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"@sparticuz/chromium": "^147.0.0",
|
|
12
|
+
"jszip": "^3.10.1",
|
|
13
|
+
"next": "16.2.3",
|
|
14
|
+
"playwright-core": "^1.59.1",
|
|
15
|
+
"react": "19.2.4",
|
|
16
|
+
"react-dom": "19.2.4"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"node_modules/@emnapi/runtime": {
|
|
20
|
+
"version": "1.9.2",
|
|
21
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.2.tgz",
|
|
22
|
+
"integrity": "sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==",
|
|
23
|
+
"license": "MIT",
|
|
24
|
+
"optional": true,
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"tslib": "^2.4.0"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"node_modules/@img/colour": {
|
|
30
|
+
"version": "1.1.0",
|
|
31
|
+
"resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
|
|
32
|
+
"integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
|
|
33
|
+
"license": "MIT",
|
|
34
|
+
"optional": true,
|
|
35
|
+
"engines": {
|
|
36
|
+
"node": ">=18"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"node_modules/@img/sharp-darwin-arm64": {
|
|
40
|
+
"version": "0.34.5",
|
|
41
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
|
|
42
|
+
"integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
|
|
43
|
+
"cpu": [
|
|
44
|
+
"arm64"
|
|
45
|
+
],
|
|
46
|
+
"license": "Apache-2.0",
|
|
47
|
+
"optional": true,
|
|
48
|
+
"os": [
|
|
49
|
+
"darwin"
|
|
50
|
+
],
|
|
51
|
+
"engines": {
|
|
52
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
53
|
+
},
|
|
54
|
+
"funding": {
|
|
55
|
+
"url": "https://opencollective.com/libvips"
|
|
56
|
+
},
|
|
57
|
+
"optionalDependencies": {
|
|
58
|
+
"@img/sharp-libvips-darwin-arm64": "1.2.4"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"node_modules/@img/sharp-darwin-x64": {
|
|
62
|
+
"version": "0.34.5",
|
|
63
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
|
|
64
|
+
"integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
|
|
65
|
+
"cpu": [
|
|
66
|
+
"x64"
|
|
67
|
+
],
|
|
68
|
+
"license": "Apache-2.0",
|
|
69
|
+
"optional": true,
|
|
70
|
+
"os": [
|
|
71
|
+
"darwin"
|
|
72
|
+
],
|
|
73
|
+
"engines": {
|
|
74
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
75
|
+
},
|
|
76
|
+
"funding": {
|
|
77
|
+
"url": "https://opencollective.com/libvips"
|
|
78
|
+
},
|
|
79
|
+
"optionalDependencies": {
|
|
80
|
+
"@img/sharp-libvips-darwin-x64": "1.2.4"
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"node_modules/@img/sharp-libvips-darwin-arm64": {
|
|
84
|
+
"version": "1.2.4",
|
|
85
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
|
|
86
|
+
"integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
|
|
87
|
+
"cpu": [
|
|
88
|
+
"arm64"
|
|
89
|
+
],
|
|
90
|
+
"license": "LGPL-3.0-or-later",
|
|
91
|
+
"optional": true,
|
|
92
|
+
"os": [
|
|
93
|
+
"darwin"
|
|
94
|
+
],
|
|
95
|
+
"funding": {
|
|
96
|
+
"url": "https://opencollective.com/libvips"
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"node_modules/@img/sharp-libvips-darwin-x64": {
|
|
100
|
+
"version": "1.2.4",
|
|
101
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
|
|
102
|
+
"integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
|
|
103
|
+
"cpu": [
|
|
104
|
+
"x64"
|
|
105
|
+
],
|
|
106
|
+
"license": "LGPL-3.0-or-later",
|
|
107
|
+
"optional": true,
|
|
108
|
+
"os": [
|
|
109
|
+
"darwin"
|
|
110
|
+
],
|
|
111
|
+
"funding": {
|
|
112
|
+
"url": "https://opencollective.com/libvips"
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
"node_modules/@img/sharp-libvips-linux-arm": {
|
|
116
|
+
"version": "1.2.4",
|
|
117
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
|
|
118
|
+
"integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
|
|
119
|
+
"cpu": [
|
|
120
|
+
"arm"
|
|
121
|
+
],
|
|
122
|
+
"license": "LGPL-3.0-or-later",
|
|
123
|
+
"optional": true,
|
|
124
|
+
"os": [
|
|
125
|
+
"linux"
|
|
126
|
+
],
|
|
127
|
+
"funding": {
|
|
128
|
+
"url": "https://opencollective.com/libvips"
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
"node_modules/@img/sharp-libvips-linux-arm64": {
|
|
132
|
+
"version": "1.2.4",
|
|
133
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
|
|
134
|
+
"integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
|
|
135
|
+
"cpu": [
|
|
136
|
+
"arm64"
|
|
137
|
+
],
|
|
138
|
+
"license": "LGPL-3.0-or-later",
|
|
139
|
+
"optional": true,
|
|
140
|
+
"os": [
|
|
141
|
+
"linux"
|
|
142
|
+
],
|
|
143
|
+
"funding": {
|
|
144
|
+
"url": "https://opencollective.com/libvips"
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
"node_modules/@img/sharp-libvips-linux-ppc64": {
|
|
148
|
+
"version": "1.2.4",
|
|
149
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
|
|
150
|
+
"integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
|
|
151
|
+
"cpu": [
|
|
152
|
+
"ppc64"
|
|
153
|
+
],
|
|
154
|
+
"license": "LGPL-3.0-or-later",
|
|
155
|
+
"optional": true,
|
|
156
|
+
"os": [
|
|
157
|
+
"linux"
|
|
158
|
+
],
|
|
159
|
+
"funding": {
|
|
160
|
+
"url": "https://opencollective.com/libvips"
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
"node_modules/@img/sharp-libvips-linux-riscv64": {
|
|
164
|
+
"version": "1.2.4",
|
|
165
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
|
|
166
|
+
"integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
|
|
167
|
+
"cpu": [
|
|
168
|
+
"riscv64"
|
|
169
|
+
],
|
|
170
|
+
"license": "LGPL-3.0-or-later",
|
|
171
|
+
"optional": true,
|
|
172
|
+
"os": [
|
|
173
|
+
"linux"
|
|
174
|
+
],
|
|
175
|
+
"funding": {
|
|
176
|
+
"url": "https://opencollective.com/libvips"
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"node_modules/@img/sharp-libvips-linux-s390x": {
|
|
180
|
+
"version": "1.2.4",
|
|
181
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
|
|
182
|
+
"integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
|
|
183
|
+
"cpu": [
|
|
184
|
+
"s390x"
|
|
185
|
+
],
|
|
186
|
+
"license": "LGPL-3.0-or-later",
|
|
187
|
+
"optional": true,
|
|
188
|
+
"os": [
|
|
189
|
+
"linux"
|
|
190
|
+
],
|
|
191
|
+
"funding": {
|
|
192
|
+
"url": "https://opencollective.com/libvips"
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
"node_modules/@img/sharp-libvips-linux-x64": {
|
|
196
|
+
"version": "1.2.4",
|
|
197
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
|
|
198
|
+
"integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
|
|
199
|
+
"cpu": [
|
|
200
|
+
"x64"
|
|
201
|
+
],
|
|
202
|
+
"license": "LGPL-3.0-or-later",
|
|
203
|
+
"optional": true,
|
|
204
|
+
"os": [
|
|
205
|
+
"linux"
|
|
206
|
+
],
|
|
207
|
+
"funding": {
|
|
208
|
+
"url": "https://opencollective.com/libvips"
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
"node_modules/@img/sharp-libvips-linuxmusl-arm64": {
|
|
212
|
+
"version": "1.2.4",
|
|
213
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
|
|
214
|
+
"integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
|
|
215
|
+
"cpu": [
|
|
216
|
+
"arm64"
|
|
217
|
+
],
|
|
218
|
+
"license": "LGPL-3.0-or-later",
|
|
219
|
+
"optional": true,
|
|
220
|
+
"os": [
|
|
221
|
+
"linux"
|
|
222
|
+
],
|
|
223
|
+
"funding": {
|
|
224
|
+
"url": "https://opencollective.com/libvips"
|
|
225
|
+
}
|
|
226
|
+
},
|
|
227
|
+
"node_modules/@img/sharp-libvips-linuxmusl-x64": {
|
|
228
|
+
"version": "1.2.4",
|
|
229
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
|
|
230
|
+
"integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
|
|
231
|
+
"cpu": [
|
|
232
|
+
"x64"
|
|
233
|
+
],
|
|
234
|
+
"license": "LGPL-3.0-or-later",
|
|
235
|
+
"optional": true,
|
|
236
|
+
"os": [
|
|
237
|
+
"linux"
|
|
238
|
+
],
|
|
239
|
+
"funding": {
|
|
240
|
+
"url": "https://opencollective.com/libvips"
|
|
241
|
+
}
|
|
242
|
+
},
|
|
243
|
+
"node_modules/@img/sharp-linux-arm": {
|
|
244
|
+
"version": "0.34.5",
|
|
245
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
|
|
246
|
+
"integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
|
|
247
|
+
"cpu": [
|
|
248
|
+
"arm"
|
|
249
|
+
],
|
|
250
|
+
"license": "Apache-2.0",
|
|
251
|
+
"optional": true,
|
|
252
|
+
"os": [
|
|
253
|
+
"linux"
|
|
254
|
+
],
|
|
255
|
+
"engines": {
|
|
256
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
257
|
+
},
|
|
258
|
+
"funding": {
|
|
259
|
+
"url": "https://opencollective.com/libvips"
|
|
260
|
+
},
|
|
261
|
+
"optionalDependencies": {
|
|
262
|
+
"@img/sharp-libvips-linux-arm": "1.2.4"
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
"node_modules/@img/sharp-linux-arm64": {
|
|
266
|
+
"version": "0.34.5",
|
|
267
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
|
|
268
|
+
"integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
|
|
269
|
+
"cpu": [
|
|
270
|
+
"arm64"
|
|
271
|
+
],
|
|
272
|
+
"license": "Apache-2.0",
|
|
273
|
+
"optional": true,
|
|
274
|
+
"os": [
|
|
275
|
+
"linux"
|
|
276
|
+
],
|
|
277
|
+
"engines": {
|
|
278
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
279
|
+
},
|
|
280
|
+
"funding": {
|
|
281
|
+
"url": "https://opencollective.com/libvips"
|
|
282
|
+
},
|
|
283
|
+
"optionalDependencies": {
|
|
284
|
+
"@img/sharp-libvips-linux-arm64": "1.2.4"
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
"node_modules/@img/sharp-linux-ppc64": {
|
|
288
|
+
"version": "0.34.5",
|
|
289
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
|
|
290
|
+
"integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
|
|
291
|
+
"cpu": [
|
|
292
|
+
"ppc64"
|
|
293
|
+
],
|
|
294
|
+
"license": "Apache-2.0",
|
|
295
|
+
"optional": true,
|
|
296
|
+
"os": [
|
|
297
|
+
"linux"
|
|
298
|
+
],
|
|
299
|
+
"engines": {
|
|
300
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
301
|
+
},
|
|
302
|
+
"funding": {
|
|
303
|
+
"url": "https://opencollective.com/libvips"
|
|
304
|
+
},
|
|
305
|
+
"optionalDependencies": {
|
|
306
|
+
"@img/sharp-libvips-linux-ppc64": "1.2.4"
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
"node_modules/@img/sharp-linux-riscv64": {
|
|
310
|
+
"version": "0.34.5",
|
|
311
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
|
|
312
|
+
"integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
|
|
313
|
+
"cpu": [
|
|
314
|
+
"riscv64"
|
|
315
|
+
],
|
|
316
|
+
"license": "Apache-2.0",
|
|
317
|
+
"optional": true,
|
|
318
|
+
"os": [
|
|
319
|
+
"linux"
|
|
320
|
+
],
|
|
321
|
+
"engines": {
|
|
322
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
323
|
+
},
|
|
324
|
+
"funding": {
|
|
325
|
+
"url": "https://opencollective.com/libvips"
|
|
326
|
+
},
|
|
327
|
+
"optionalDependencies": {
|
|
328
|
+
"@img/sharp-libvips-linux-riscv64": "1.2.4"
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
"node_modules/@img/sharp-linux-s390x": {
|
|
332
|
+
"version": "0.34.5",
|
|
333
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
|
|
334
|
+
"integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
|
|
335
|
+
"cpu": [
|
|
336
|
+
"s390x"
|
|
337
|
+
],
|
|
338
|
+
"license": "Apache-2.0",
|
|
339
|
+
"optional": true,
|
|
340
|
+
"os": [
|
|
341
|
+
"linux"
|
|
342
|
+
],
|
|
343
|
+
"engines": {
|
|
344
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
345
|
+
},
|
|
346
|
+
"funding": {
|
|
347
|
+
"url": "https://opencollective.com/libvips"
|
|
348
|
+
},
|
|
349
|
+
"optionalDependencies": {
|
|
350
|
+
"@img/sharp-libvips-linux-s390x": "1.2.4"
|
|
351
|
+
}
|
|
352
|
+
},
|
|
353
|
+
"node_modules/@img/sharp-linux-x64": {
|
|
354
|
+
"version": "0.34.5",
|
|
355
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
|
|
356
|
+
"integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
|
|
357
|
+
"cpu": [
|
|
358
|
+
"x64"
|
|
359
|
+
],
|
|
360
|
+
"license": "Apache-2.0",
|
|
361
|
+
"optional": true,
|
|
362
|
+
"os": [
|
|
363
|
+
"linux"
|
|
364
|
+
],
|
|
365
|
+
"engines": {
|
|
366
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
367
|
+
},
|
|
368
|
+
"funding": {
|
|
369
|
+
"url": "https://opencollective.com/libvips"
|
|
370
|
+
},
|
|
371
|
+
"optionalDependencies": {
|
|
372
|
+
"@img/sharp-libvips-linux-x64": "1.2.4"
|
|
373
|
+
}
|
|
374
|
+
},
|
|
375
|
+
"node_modules/@img/sharp-linuxmusl-arm64": {
|
|
376
|
+
"version": "0.34.5",
|
|
377
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
|
|
378
|
+
"integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
|
|
379
|
+
"cpu": [
|
|
380
|
+
"arm64"
|
|
381
|
+
],
|
|
382
|
+
"license": "Apache-2.0",
|
|
383
|
+
"optional": true,
|
|
384
|
+
"os": [
|
|
385
|
+
"linux"
|
|
386
|
+
],
|
|
387
|
+
"engines": {
|
|
388
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
389
|
+
},
|
|
390
|
+
"funding": {
|
|
391
|
+
"url": "https://opencollective.com/libvips"
|
|
392
|
+
},
|
|
393
|
+
"optionalDependencies": {
|
|
394
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
|
|
395
|
+
}
|
|
396
|
+
},
|
|
397
|
+
"node_modules/@img/sharp-linuxmusl-x64": {
|
|
398
|
+
"version": "0.34.5",
|
|
399
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
|
|
400
|
+
"integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
|
|
401
|
+
"cpu": [
|
|
402
|
+
"x64"
|
|
403
|
+
],
|
|
404
|
+
"license": "Apache-2.0",
|
|
405
|
+
"optional": true,
|
|
406
|
+
"os": [
|
|
407
|
+
"linux"
|
|
408
|
+
],
|
|
409
|
+
"engines": {
|
|
410
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
411
|
+
},
|
|
412
|
+
"funding": {
|
|
413
|
+
"url": "https://opencollective.com/libvips"
|
|
414
|
+
},
|
|
415
|
+
"optionalDependencies": {
|
|
416
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.2.4"
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
"node_modules/@img/sharp-wasm32": {
|
|
420
|
+
"version": "0.34.5",
|
|
421
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
|
|
422
|
+
"integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
|
|
423
|
+
"cpu": [
|
|
424
|
+
"wasm32"
|
|
425
|
+
],
|
|
426
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
|
|
427
|
+
"optional": true,
|
|
428
|
+
"dependencies": {
|
|
429
|
+
"@emnapi/runtime": "^1.7.0"
|
|
430
|
+
},
|
|
431
|
+
"engines": {
|
|
432
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
433
|
+
},
|
|
434
|
+
"funding": {
|
|
435
|
+
"url": "https://opencollective.com/libvips"
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
"node_modules/@img/sharp-win32-arm64": {
|
|
439
|
+
"version": "0.34.5",
|
|
440
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
|
|
441
|
+
"integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
|
|
442
|
+
"cpu": [
|
|
443
|
+
"arm64"
|
|
444
|
+
],
|
|
445
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
446
|
+
"optional": true,
|
|
447
|
+
"os": [
|
|
448
|
+
"win32"
|
|
449
|
+
],
|
|
450
|
+
"engines": {
|
|
451
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
452
|
+
},
|
|
453
|
+
"funding": {
|
|
454
|
+
"url": "https://opencollective.com/libvips"
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
"node_modules/@img/sharp-win32-ia32": {
|
|
458
|
+
"version": "0.34.5",
|
|
459
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
|
|
460
|
+
"integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
|
|
461
|
+
"cpu": [
|
|
462
|
+
"ia32"
|
|
463
|
+
],
|
|
464
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
465
|
+
"optional": true,
|
|
466
|
+
"os": [
|
|
467
|
+
"win32"
|
|
468
|
+
],
|
|
469
|
+
"engines": {
|
|
470
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
471
|
+
},
|
|
472
|
+
"funding": {
|
|
473
|
+
"url": "https://opencollective.com/libvips"
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
"node_modules/@img/sharp-win32-x64": {
|
|
477
|
+
"version": "0.34.5",
|
|
478
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
|
|
479
|
+
"integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
|
|
480
|
+
"cpu": [
|
|
481
|
+
"x64"
|
|
482
|
+
],
|
|
483
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
484
|
+
"optional": true,
|
|
485
|
+
"os": [
|
|
486
|
+
"win32"
|
|
487
|
+
],
|
|
488
|
+
"engines": {
|
|
489
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
490
|
+
},
|
|
491
|
+
"funding": {
|
|
492
|
+
"url": "https://opencollective.com/libvips"
|
|
493
|
+
}
|
|
494
|
+
},
|
|
495
|
+
"node_modules/@next/env": {
|
|
496
|
+
"version": "16.2.3",
|
|
497
|
+
"resolved": "https://registry.npmjs.org/@next/env/-/env-16.2.3.tgz",
|
|
498
|
+
"integrity": "sha512-ZWXyj4uNu4GCWQw9cjRxWlbD+33mcDszIo9iQxFnBX3Wmgq9ulaSJcl6VhuWx5pCWqqD+9W6Wfz7N0lM5lYPMA==",
|
|
499
|
+
"license": "MIT"
|
|
500
|
+
},
|
|
501
|
+
"node_modules/@next/swc-darwin-arm64": {
|
|
502
|
+
"version": "16.2.3",
|
|
503
|
+
"resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.2.3.tgz",
|
|
504
|
+
"integrity": "sha512-u37KDKTKQ+OQLvY+z7SNXixwo4Q2/IAJFDzU1fYe66IbCE51aDSAzkNDkWmLN0yjTUh4BKBd+hb69jYn6qqqSg==",
|
|
505
|
+
"cpu": [
|
|
506
|
+
"arm64"
|
|
507
|
+
],
|
|
508
|
+
"license": "MIT",
|
|
509
|
+
"optional": true,
|
|
510
|
+
"os": [
|
|
511
|
+
"darwin"
|
|
512
|
+
],
|
|
513
|
+
"engines": {
|
|
514
|
+
"node": ">= 10"
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
"node_modules/@next/swc-darwin-x64": {
|
|
518
|
+
"version": "16.2.3",
|
|
519
|
+
"resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-16.2.3.tgz",
|
|
520
|
+
"integrity": "sha512-gHjL/qy6Q6CG3176FWbAKyKh9IfntKZTB3RY/YOJdDFpHGsUDXVH38U4mMNpHVGXmeYW4wj22dMp1lTfmu/bTQ==",
|
|
521
|
+
"cpu": [
|
|
522
|
+
"x64"
|
|
523
|
+
],
|
|
524
|
+
"license": "MIT",
|
|
525
|
+
"optional": true,
|
|
526
|
+
"os": [
|
|
527
|
+
"darwin"
|
|
528
|
+
],
|
|
529
|
+
"engines": {
|
|
530
|
+
"node": ">= 10"
|
|
531
|
+
}
|
|
532
|
+
},
|
|
533
|
+
"node_modules/@next/swc-linux-arm64-gnu": {
|
|
534
|
+
"version": "16.2.3",
|
|
535
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.2.3.tgz",
|
|
536
|
+
"integrity": "sha512-U6vtblPtU/P14Y/b/n9ZY0GOxbbIhTFuaFR7F4/uMBidCi2nSdaOFhA0Go81L61Zd6527+yvuX44T4ksnf8T+Q==",
|
|
537
|
+
"cpu": [
|
|
538
|
+
"arm64"
|
|
539
|
+
],
|
|
540
|
+
"license": "MIT",
|
|
541
|
+
"optional": true,
|
|
542
|
+
"os": [
|
|
543
|
+
"linux"
|
|
544
|
+
],
|
|
545
|
+
"engines": {
|
|
546
|
+
"node": ">= 10"
|
|
547
|
+
}
|
|
548
|
+
},
|
|
549
|
+
"node_modules/@next/swc-linux-arm64-musl": {
|
|
550
|
+
"version": "16.2.3",
|
|
551
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.2.3.tgz",
|
|
552
|
+
"integrity": "sha512-/YV0LgjHUmfhQpn9bVoGc4x4nan64pkhWR5wyEV8yCOfwwrH630KpvRg86olQHTwHIn1z59uh6JwKvHq1h4QEw==",
|
|
553
|
+
"cpu": [
|
|
554
|
+
"arm64"
|
|
555
|
+
],
|
|
556
|
+
"license": "MIT",
|
|
557
|
+
"optional": true,
|
|
558
|
+
"os": [
|
|
559
|
+
"linux"
|
|
560
|
+
],
|
|
561
|
+
"engines": {
|
|
562
|
+
"node": ">= 10"
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
"node_modules/@next/swc-linux-x64-gnu": {
|
|
566
|
+
"version": "16.2.3",
|
|
567
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.2.3.tgz",
|
|
568
|
+
"integrity": "sha512-/HiWEcp+WMZ7VajuiMEFGZ6cg0+aYZPqCJD3YJEfpVWQsKYSjXQG06vJP6F1rdA03COD9Fef4aODs3YxKx+RDQ==",
|
|
569
|
+
"cpu": [
|
|
570
|
+
"x64"
|
|
571
|
+
],
|
|
572
|
+
"license": "MIT",
|
|
573
|
+
"optional": true,
|
|
574
|
+
"os": [
|
|
575
|
+
"linux"
|
|
576
|
+
],
|
|
577
|
+
"engines": {
|
|
578
|
+
"node": ">= 10"
|
|
579
|
+
}
|
|
580
|
+
},
|
|
581
|
+
"node_modules/@next/swc-linux-x64-musl": {
|
|
582
|
+
"version": "16.2.3",
|
|
583
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.2.3.tgz",
|
|
584
|
+
"integrity": "sha512-Kt44hGJfZSefebhk/7nIdivoDr3Ugp5+oNz9VvF3GUtfxutucUIHfIO0ZYO8QlOPDQloUVQn4NVC/9JvHRk9hw==",
|
|
585
|
+
"cpu": [
|
|
586
|
+
"x64"
|
|
587
|
+
],
|
|
588
|
+
"license": "MIT",
|
|
589
|
+
"optional": true,
|
|
590
|
+
"os": [
|
|
591
|
+
"linux"
|
|
592
|
+
],
|
|
593
|
+
"engines": {
|
|
594
|
+
"node": ">= 10"
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
"node_modules/@next/swc-win32-arm64-msvc": {
|
|
598
|
+
"version": "16.2.3",
|
|
599
|
+
"resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.2.3.tgz",
|
|
600
|
+
"integrity": "sha512-O2NZ9ie3Tq6xj5Z5CSwBT3+aWAMW2PIZ4egUi9MaWLkwaehgtB7YZjPm+UpcNpKOme0IQuqDcor7BsW6QBiQBw==",
|
|
601
|
+
"cpu": [
|
|
602
|
+
"arm64"
|
|
603
|
+
],
|
|
604
|
+
"license": "MIT",
|
|
605
|
+
"optional": true,
|
|
606
|
+
"os": [
|
|
607
|
+
"win32"
|
|
608
|
+
],
|
|
609
|
+
"engines": {
|
|
610
|
+
"node": ">= 10"
|
|
611
|
+
}
|
|
612
|
+
},
|
|
613
|
+
"node_modules/@next/swc-win32-x64-msvc": {
|
|
614
|
+
"version": "16.2.3",
|
|
615
|
+
"resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.2.3.tgz",
|
|
616
|
+
"integrity": "sha512-Ibm29/GgB/ab5n7XKqlStkm54qqZE8v2FnijUPBgrd67FWrac45o/RsNlaOWjme/B5UqeWt/8KM4aWBwA1D2Kw==",
|
|
617
|
+
"cpu": [
|
|
618
|
+
"x64"
|
|
619
|
+
],
|
|
620
|
+
"license": "MIT",
|
|
621
|
+
"optional": true,
|
|
622
|
+
"os": [
|
|
623
|
+
"win32"
|
|
624
|
+
],
|
|
625
|
+
"engines": {
|
|
626
|
+
"node": ">= 10"
|
|
627
|
+
}
|
|
628
|
+
},
|
|
629
|
+
"node_modules/@sparticuz/chromium": {
|
|
630
|
+
"version": "147.0.0",
|
|
631
|
+
"resolved": "https://registry.npmjs.org/@sparticuz/chromium/-/chromium-147.0.0.tgz",
|
|
632
|
+
"integrity": "sha512-4ZKeAQQa8up2mt675qSitztLdbQrlf8BKdC5naeap+5Mv1OV1OlJdPoU+EJC/p5sQUJUQmN4r+q5+EhaaOUHpQ==",
|
|
633
|
+
"license": "MIT",
|
|
634
|
+
"dependencies": {
|
|
635
|
+
"follow-redirects": "^1.15.11",
|
|
636
|
+
"tar-fs": "^3.1.2"
|
|
637
|
+
},
|
|
638
|
+
"engines": {
|
|
639
|
+
"node": ">=20.11.0"
|
|
640
|
+
}
|
|
641
|
+
},
|
|
642
|
+
"node_modules/@swc/helpers": {
|
|
643
|
+
"version": "0.5.15",
|
|
644
|
+
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz",
|
|
645
|
+
"integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
|
|
646
|
+
"license": "Apache-2.0",
|
|
647
|
+
"dependencies": {
|
|
648
|
+
"tslib": "^2.8.0"
|
|
649
|
+
}
|
|
650
|
+
},
|
|
651
|
+
"node_modules/b4a": {
|
|
652
|
+
"version": "1.8.0",
|
|
653
|
+
"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.8.0.tgz",
|
|
654
|
+
"integrity": "sha512-qRuSmNSkGQaHwNbM7J78Wwy+ghLEYF1zNrSeMxj4Kgw6y33O3mXcQ6Ie9fRvfU/YnxWkOchPXbaLb73TkIsfdg==",
|
|
655
|
+
"license": "Apache-2.0",
|
|
656
|
+
"peerDependencies": {
|
|
657
|
+
"react-native-b4a": "*"
|
|
658
|
+
},
|
|
659
|
+
"peerDependenciesMeta": {
|
|
660
|
+
"react-native-b4a": {
|
|
661
|
+
"optional": true
|
|
662
|
+
}
|
|
663
|
+
}
|
|
664
|
+
},
|
|
665
|
+
"node_modules/bare-events": {
|
|
666
|
+
"version": "2.8.2",
|
|
667
|
+
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.2.tgz",
|
|
668
|
+
"integrity": "sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==",
|
|
669
|
+
"license": "Apache-2.0",
|
|
670
|
+
"peerDependencies": {
|
|
671
|
+
"bare-abort-controller": "*"
|
|
672
|
+
},
|
|
673
|
+
"peerDependenciesMeta": {
|
|
674
|
+
"bare-abort-controller": {
|
|
675
|
+
"optional": true
|
|
676
|
+
}
|
|
677
|
+
}
|
|
678
|
+
},
|
|
679
|
+
"node_modules/bare-fs": {
|
|
680
|
+
"version": "4.7.1",
|
|
681
|
+
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.7.1.tgz",
|
|
682
|
+
"integrity": "sha512-WDRsyVN52eAx/lBamKD6uyw8H4228h/x0sGGGegOamM2cd7Pag88GfMQalobXI+HaEUxpCkbKQUDOQqt9wawRw==",
|
|
683
|
+
"license": "Apache-2.0",
|
|
684
|
+
"dependencies": {
|
|
685
|
+
"bare-events": "^2.5.4",
|
|
686
|
+
"bare-path": "^3.0.0",
|
|
687
|
+
"bare-stream": "^2.6.4",
|
|
688
|
+
"bare-url": "^2.2.2",
|
|
689
|
+
"fast-fifo": "^1.3.2"
|
|
690
|
+
},
|
|
691
|
+
"engines": {
|
|
692
|
+
"bare": ">=1.16.0"
|
|
693
|
+
},
|
|
694
|
+
"peerDependencies": {
|
|
695
|
+
"bare-buffer": "*"
|
|
696
|
+
},
|
|
697
|
+
"peerDependenciesMeta": {
|
|
698
|
+
"bare-buffer": {
|
|
699
|
+
"optional": true
|
|
700
|
+
}
|
|
701
|
+
}
|
|
702
|
+
},
|
|
703
|
+
"node_modules/bare-os": {
|
|
704
|
+
"version": "3.8.7",
|
|
705
|
+
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.8.7.tgz",
|
|
706
|
+
"integrity": "sha512-G4Gr1UsGeEy2qtDTZwL7JFLo2wapUarz7iTMcYcMFdS89AIQuBoyjgXZz0Utv7uHs3xA9LckhVbeBi8lEQrC+w==",
|
|
707
|
+
"license": "Apache-2.0",
|
|
708
|
+
"engines": {
|
|
709
|
+
"bare": ">=1.14.0"
|
|
710
|
+
}
|
|
711
|
+
},
|
|
712
|
+
"node_modules/bare-path": {
|
|
713
|
+
"version": "3.0.0",
|
|
714
|
+
"resolved": "https://registry.npmjs.org/bare-path/-/bare-path-3.0.0.tgz",
|
|
715
|
+
"integrity": "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==",
|
|
716
|
+
"license": "Apache-2.0",
|
|
717
|
+
"dependencies": {
|
|
718
|
+
"bare-os": "^3.0.1"
|
|
719
|
+
}
|
|
720
|
+
},
|
|
721
|
+
"node_modules/bare-stream": {
|
|
722
|
+
"version": "2.13.0",
|
|
723
|
+
"resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.13.0.tgz",
|
|
724
|
+
"integrity": "sha512-3zAJRZMDFGjdn+RVnNpF9kuELw+0Fl3lpndM4NcEOhb9zwtSo/deETfuIwMSE5BXanA0FrN1qVjffGwAg2Y7EA==",
|
|
725
|
+
"license": "Apache-2.0",
|
|
726
|
+
"dependencies": {
|
|
727
|
+
"streamx": "^2.25.0",
|
|
728
|
+
"teex": "^1.0.1"
|
|
729
|
+
},
|
|
730
|
+
"peerDependencies": {
|
|
731
|
+
"bare-abort-controller": "*",
|
|
732
|
+
"bare-buffer": "*",
|
|
733
|
+
"bare-events": "*"
|
|
734
|
+
},
|
|
735
|
+
"peerDependenciesMeta": {
|
|
736
|
+
"bare-abort-controller": {
|
|
737
|
+
"optional": true
|
|
738
|
+
},
|
|
739
|
+
"bare-buffer": {
|
|
740
|
+
"optional": true
|
|
741
|
+
},
|
|
742
|
+
"bare-events": {
|
|
743
|
+
"optional": true
|
|
744
|
+
}
|
|
745
|
+
}
|
|
746
|
+
},
|
|
747
|
+
"node_modules/bare-url": {
|
|
748
|
+
"version": "2.4.0",
|
|
749
|
+
"resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.0.tgz",
|
|
750
|
+
"integrity": "sha512-NSTU5WN+fy/L0DDenfE8SXQna4voXuW0FHM7wH8i3/q9khUSchfPbPezO4zSFMnDGIf9YE+mt/RWhZgNRKRIXA==",
|
|
751
|
+
"license": "Apache-2.0",
|
|
752
|
+
"dependencies": {
|
|
753
|
+
"bare-path": "^3.0.0"
|
|
754
|
+
}
|
|
755
|
+
},
|
|
756
|
+
"node_modules/baseline-browser-mapping": {
|
|
757
|
+
"version": "2.10.19",
|
|
758
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.19.tgz",
|
|
759
|
+
"integrity": "sha512-qCkNLi2sfBOn8XhZQ0FXsT1Ki/Yo5P90hrkRamVFRS7/KV9hpfA4HkoWNU152+8w0zPjnxo5psx5NL3PSGgv5g==",
|
|
760
|
+
"license": "Apache-2.0",
|
|
761
|
+
"bin": {
|
|
762
|
+
"baseline-browser-mapping": "dist/cli.cjs"
|
|
763
|
+
},
|
|
764
|
+
"engines": {
|
|
765
|
+
"node": ">=6.0.0"
|
|
766
|
+
}
|
|
767
|
+
},
|
|
768
|
+
"node_modules/caniuse-lite": {
|
|
769
|
+
"version": "1.0.30001788",
|
|
770
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001788.tgz",
|
|
771
|
+
"integrity": "sha512-6q8HFp+lOQtcf7wBK+uEenxymVWkGKkjFpCvw5W25cmMwEDU45p1xQFBQv8JDlMMry7eNxyBaR+qxgmTUZkIRQ==",
|
|
772
|
+
"funding": [
|
|
773
|
+
{
|
|
774
|
+
"type": "opencollective",
|
|
775
|
+
"url": "https://opencollective.com/browserslist"
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"type": "tidelift",
|
|
779
|
+
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"type": "github",
|
|
783
|
+
"url": "https://github.com/sponsors/ai"
|
|
784
|
+
}
|
|
785
|
+
],
|
|
786
|
+
"license": "CC-BY-4.0"
|
|
787
|
+
},
|
|
788
|
+
"node_modules/client-only": {
|
|
789
|
+
"version": "0.0.1",
|
|
790
|
+
"resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
|
|
791
|
+
"integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
|
|
792
|
+
"license": "MIT"
|
|
793
|
+
},
|
|
794
|
+
"node_modules/core-util-is": {
|
|
795
|
+
"version": "1.0.3",
|
|
796
|
+
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
|
|
797
|
+
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
|
|
798
|
+
"license": "MIT"
|
|
799
|
+
},
|
|
800
|
+
"node_modules/detect-libc": {
|
|
801
|
+
"version": "2.1.2",
|
|
802
|
+
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
803
|
+
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
|
804
|
+
"license": "Apache-2.0",
|
|
805
|
+
"optional": true,
|
|
806
|
+
"engines": {
|
|
807
|
+
"node": ">=8"
|
|
808
|
+
}
|
|
809
|
+
},
|
|
810
|
+
"node_modules/end-of-stream": {
|
|
811
|
+
"version": "1.4.5",
|
|
812
|
+
"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz",
|
|
813
|
+
"integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
|
|
814
|
+
"license": "MIT",
|
|
815
|
+
"dependencies": {
|
|
816
|
+
"once": "^1.4.0"
|
|
817
|
+
}
|
|
818
|
+
},
|
|
819
|
+
"node_modules/events-universal": {
|
|
820
|
+
"version": "1.0.1",
|
|
821
|
+
"resolved": "https://registry.npmjs.org/events-universal/-/events-universal-1.0.1.tgz",
|
|
822
|
+
"integrity": "sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==",
|
|
823
|
+
"license": "Apache-2.0",
|
|
824
|
+
"dependencies": {
|
|
825
|
+
"bare-events": "^2.7.0"
|
|
826
|
+
}
|
|
827
|
+
},
|
|
828
|
+
"node_modules/fast-fifo": {
|
|
829
|
+
"version": "1.3.2",
|
|
830
|
+
"resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
|
|
831
|
+
"integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
|
|
832
|
+
"license": "MIT"
|
|
833
|
+
},
|
|
834
|
+
"node_modules/follow-redirects": {
|
|
835
|
+
"version": "1.16.0",
|
|
836
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
|
|
837
|
+
"integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
|
|
838
|
+
"funding": [
|
|
839
|
+
{
|
|
840
|
+
"type": "individual",
|
|
841
|
+
"url": "https://github.com/sponsors/RubenVerborgh"
|
|
842
|
+
}
|
|
843
|
+
],
|
|
844
|
+
"license": "MIT",
|
|
845
|
+
"engines": {
|
|
846
|
+
"node": ">=4.0"
|
|
847
|
+
},
|
|
848
|
+
"peerDependenciesMeta": {
|
|
849
|
+
"debug": {
|
|
850
|
+
"optional": true
|
|
851
|
+
}
|
|
852
|
+
}
|
|
853
|
+
},
|
|
854
|
+
"node_modules/immediate": {
|
|
855
|
+
"version": "3.0.6",
|
|
856
|
+
"resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz",
|
|
857
|
+
"integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==",
|
|
858
|
+
"license": "MIT"
|
|
859
|
+
},
|
|
860
|
+
"node_modules/inherits": {
|
|
861
|
+
"version": "2.0.4",
|
|
862
|
+
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
|
863
|
+
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
864
|
+
"license": "ISC"
|
|
865
|
+
},
|
|
866
|
+
"node_modules/isarray": {
|
|
867
|
+
"version": "1.0.0",
|
|
868
|
+
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
|
|
869
|
+
"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
|
|
870
|
+
"license": "MIT"
|
|
871
|
+
},
|
|
872
|
+
"node_modules/jszip": {
|
|
873
|
+
"version": "3.10.1",
|
|
874
|
+
"resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz",
|
|
875
|
+
"integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==",
|
|
876
|
+
"license": "(MIT OR GPL-3.0-or-later)",
|
|
877
|
+
"dependencies": {
|
|
878
|
+
"lie": "~3.3.0",
|
|
879
|
+
"pako": "~1.0.2",
|
|
880
|
+
"readable-stream": "~2.3.6",
|
|
881
|
+
"setimmediate": "^1.0.5"
|
|
882
|
+
}
|
|
883
|
+
},
|
|
884
|
+
"node_modules/lie": {
|
|
885
|
+
"version": "3.3.0",
|
|
886
|
+
"resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz",
|
|
887
|
+
"integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==",
|
|
888
|
+
"license": "MIT",
|
|
889
|
+
"dependencies": {
|
|
890
|
+
"immediate": "~3.0.5"
|
|
891
|
+
}
|
|
892
|
+
},
|
|
893
|
+
"node_modules/nanoid": {
|
|
894
|
+
"version": "3.3.11",
|
|
895
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
|
|
896
|
+
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
|
897
|
+
"funding": [
|
|
898
|
+
{
|
|
899
|
+
"type": "github",
|
|
900
|
+
"url": "https://github.com/sponsors/ai"
|
|
901
|
+
}
|
|
902
|
+
],
|
|
903
|
+
"license": "MIT",
|
|
904
|
+
"bin": {
|
|
905
|
+
"nanoid": "bin/nanoid.cjs"
|
|
906
|
+
},
|
|
907
|
+
"engines": {
|
|
908
|
+
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
909
|
+
}
|
|
910
|
+
},
|
|
911
|
+
"node_modules/next": {
|
|
912
|
+
"version": "16.2.3",
|
|
913
|
+
"resolved": "https://registry.npmjs.org/next/-/next-16.2.3.tgz",
|
|
914
|
+
"integrity": "sha512-9V3zV4oZFza3PVev5/poB9g0dEafVcgNyQ8eTRop8GvxZjV2G15FC5ARuG1eFD42QgeYkzJBJzHghNP8Ad9xtA==",
|
|
915
|
+
"license": "MIT",
|
|
916
|
+
"dependencies": {
|
|
917
|
+
"@next/env": "16.2.3",
|
|
918
|
+
"@swc/helpers": "0.5.15",
|
|
919
|
+
"baseline-browser-mapping": "^2.9.19",
|
|
920
|
+
"caniuse-lite": "^1.0.30001579",
|
|
921
|
+
"postcss": "8.4.31",
|
|
922
|
+
"styled-jsx": "5.1.6"
|
|
923
|
+
},
|
|
924
|
+
"bin": {
|
|
925
|
+
"next": "dist/bin/next"
|
|
926
|
+
},
|
|
927
|
+
"engines": {
|
|
928
|
+
"node": ">=20.9.0"
|
|
929
|
+
},
|
|
930
|
+
"optionalDependencies": {
|
|
931
|
+
"@next/swc-darwin-arm64": "16.2.3",
|
|
932
|
+
"@next/swc-darwin-x64": "16.2.3",
|
|
933
|
+
"@next/swc-linux-arm64-gnu": "16.2.3",
|
|
934
|
+
"@next/swc-linux-arm64-musl": "16.2.3",
|
|
935
|
+
"@next/swc-linux-x64-gnu": "16.2.3",
|
|
936
|
+
"@next/swc-linux-x64-musl": "16.2.3",
|
|
937
|
+
"@next/swc-win32-arm64-msvc": "16.2.3",
|
|
938
|
+
"@next/swc-win32-x64-msvc": "16.2.3",
|
|
939
|
+
"sharp": "^0.34.5"
|
|
940
|
+
},
|
|
941
|
+
"peerDependencies": {
|
|
942
|
+
"@opentelemetry/api": "^1.1.0",
|
|
943
|
+
"@playwright/test": "^1.51.1",
|
|
944
|
+
"babel-plugin-react-compiler": "*",
|
|
945
|
+
"react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
|
|
946
|
+
"react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
|
|
947
|
+
"sass": "^1.3.0"
|
|
948
|
+
},
|
|
949
|
+
"peerDependenciesMeta": {
|
|
950
|
+
"@opentelemetry/api": {
|
|
951
|
+
"optional": true
|
|
952
|
+
},
|
|
953
|
+
"@playwright/test": {
|
|
954
|
+
"optional": true
|
|
955
|
+
},
|
|
956
|
+
"babel-plugin-react-compiler": {
|
|
957
|
+
"optional": true
|
|
958
|
+
},
|
|
959
|
+
"sass": {
|
|
960
|
+
"optional": true
|
|
961
|
+
}
|
|
962
|
+
}
|
|
963
|
+
},
|
|
964
|
+
"node_modules/once": {
|
|
965
|
+
"version": "1.4.0",
|
|
966
|
+
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
967
|
+
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
|
968
|
+
"license": "ISC",
|
|
969
|
+
"dependencies": {
|
|
970
|
+
"wrappy": "1"
|
|
971
|
+
}
|
|
972
|
+
},
|
|
973
|
+
"node_modules/pako": {
|
|
974
|
+
"version": "1.0.11",
|
|
975
|
+
"resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
|
|
976
|
+
"integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==",
|
|
977
|
+
"license": "(MIT AND Zlib)"
|
|
978
|
+
},
|
|
979
|
+
"node_modules/picocolors": {
|
|
980
|
+
"version": "1.1.1",
|
|
981
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
982
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
983
|
+
"license": "ISC"
|
|
984
|
+
},
|
|
985
|
+
"node_modules/playwright-core": {
|
|
986
|
+
"version": "1.59.1",
|
|
987
|
+
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.59.1.tgz",
|
|
988
|
+
"integrity": "sha512-HBV/RJg81z5BiiZ9yPzIiClYV/QMsDCKUyogwH9p3MCP6IYjUFu/MActgYAvK0oWyV9NlwM3GLBjADyWgydVyg==",
|
|
989
|
+
"license": "Apache-2.0",
|
|
990
|
+
"bin": {
|
|
991
|
+
"playwright-core": "cli.js"
|
|
992
|
+
},
|
|
993
|
+
"engines": {
|
|
994
|
+
"node": ">=18"
|
|
995
|
+
}
|
|
996
|
+
},
|
|
997
|
+
"node_modules/postcss": {
|
|
998
|
+
"version": "8.4.31",
|
|
999
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
|
|
1000
|
+
"integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
|
|
1001
|
+
"funding": [
|
|
1002
|
+
{
|
|
1003
|
+
"type": "opencollective",
|
|
1004
|
+
"url": "https://opencollective.com/postcss/"
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"type": "tidelift",
|
|
1008
|
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"type": "github",
|
|
1012
|
+
"url": "https://github.com/sponsors/ai"
|
|
1013
|
+
}
|
|
1014
|
+
],
|
|
1015
|
+
"license": "MIT",
|
|
1016
|
+
"dependencies": {
|
|
1017
|
+
"nanoid": "^3.3.6",
|
|
1018
|
+
"picocolors": "^1.0.0",
|
|
1019
|
+
"source-map-js": "^1.0.2"
|
|
1020
|
+
},
|
|
1021
|
+
"engines": {
|
|
1022
|
+
"node": "^10 || ^12 || >=14"
|
|
1023
|
+
}
|
|
1024
|
+
},
|
|
1025
|
+
"node_modules/process-nextick-args": {
|
|
1026
|
+
"version": "2.0.1",
|
|
1027
|
+
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
|
|
1028
|
+
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
|
|
1029
|
+
"license": "MIT"
|
|
1030
|
+
},
|
|
1031
|
+
"node_modules/pump": {
|
|
1032
|
+
"version": "3.0.4",
|
|
1033
|
+
"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.4.tgz",
|
|
1034
|
+
"integrity": "sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==",
|
|
1035
|
+
"license": "MIT",
|
|
1036
|
+
"dependencies": {
|
|
1037
|
+
"end-of-stream": "^1.1.0",
|
|
1038
|
+
"once": "^1.3.1"
|
|
1039
|
+
}
|
|
1040
|
+
},
|
|
1041
|
+
"node_modules/react": {
|
|
1042
|
+
"version": "19.2.4",
|
|
1043
|
+
"resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz",
|
|
1044
|
+
"integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==",
|
|
1045
|
+
"license": "MIT",
|
|
1046
|
+
"engines": {
|
|
1047
|
+
"node": ">=0.10.0"
|
|
1048
|
+
}
|
|
1049
|
+
},
|
|
1050
|
+
"node_modules/react-dom": {
|
|
1051
|
+
"version": "19.2.4",
|
|
1052
|
+
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz",
|
|
1053
|
+
"integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==",
|
|
1054
|
+
"license": "MIT",
|
|
1055
|
+
"dependencies": {
|
|
1056
|
+
"scheduler": "^0.27.0"
|
|
1057
|
+
},
|
|
1058
|
+
"peerDependencies": {
|
|
1059
|
+
"react": "^19.2.4"
|
|
1060
|
+
}
|
|
1061
|
+
},
|
|
1062
|
+
"node_modules/readable-stream": {
|
|
1063
|
+
"version": "2.3.8",
|
|
1064
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
|
|
1065
|
+
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
1066
|
+
"license": "MIT",
|
|
1067
|
+
"dependencies": {
|
|
1068
|
+
"core-util-is": "~1.0.0",
|
|
1069
|
+
"inherits": "~2.0.3",
|
|
1070
|
+
"isarray": "~1.0.0",
|
|
1071
|
+
"process-nextick-args": "~2.0.0",
|
|
1072
|
+
"safe-buffer": "~5.1.1",
|
|
1073
|
+
"string_decoder": "~1.1.1",
|
|
1074
|
+
"util-deprecate": "~1.0.1"
|
|
1075
|
+
}
|
|
1076
|
+
},
|
|
1077
|
+
"node_modules/safe-buffer": {
|
|
1078
|
+
"version": "5.1.2",
|
|
1079
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
1080
|
+
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
1081
|
+
"license": "MIT"
|
|
1082
|
+
},
|
|
1083
|
+
"node_modules/scheduler": {
|
|
1084
|
+
"version": "0.27.0",
|
|
1085
|
+
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
|
|
1086
|
+
"integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
|
|
1087
|
+
"license": "MIT"
|
|
1088
|
+
},
|
|
1089
|
+
"node_modules/semver": {
|
|
1090
|
+
"version": "7.7.4",
|
|
1091
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
|
|
1092
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
1093
|
+
"license": "ISC",
|
|
1094
|
+
"optional": true,
|
|
1095
|
+
"bin": {
|
|
1096
|
+
"semver": "bin/semver.js"
|
|
1097
|
+
},
|
|
1098
|
+
"engines": {
|
|
1099
|
+
"node": ">=10"
|
|
1100
|
+
}
|
|
1101
|
+
},
|
|
1102
|
+
"node_modules/setimmediate": {
|
|
1103
|
+
"version": "1.0.5",
|
|
1104
|
+
"resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
|
|
1105
|
+
"integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==",
|
|
1106
|
+
"license": "MIT"
|
|
1107
|
+
},
|
|
1108
|
+
"node_modules/sharp": {
|
|
1109
|
+
"version": "0.34.5",
|
|
1110
|
+
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
|
|
1111
|
+
"integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
|
|
1112
|
+
"hasInstallScript": true,
|
|
1113
|
+
"license": "Apache-2.0",
|
|
1114
|
+
"optional": true,
|
|
1115
|
+
"dependencies": {
|
|
1116
|
+
"@img/colour": "^1.0.0",
|
|
1117
|
+
"detect-libc": "^2.1.2",
|
|
1118
|
+
"semver": "^7.7.3"
|
|
1119
|
+
},
|
|
1120
|
+
"engines": {
|
|
1121
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
1122
|
+
},
|
|
1123
|
+
"funding": {
|
|
1124
|
+
"url": "https://opencollective.com/libvips"
|
|
1125
|
+
},
|
|
1126
|
+
"optionalDependencies": {
|
|
1127
|
+
"@img/sharp-darwin-arm64": "0.34.5",
|
|
1128
|
+
"@img/sharp-darwin-x64": "0.34.5",
|
|
1129
|
+
"@img/sharp-libvips-darwin-arm64": "1.2.4",
|
|
1130
|
+
"@img/sharp-libvips-darwin-x64": "1.2.4",
|
|
1131
|
+
"@img/sharp-libvips-linux-arm": "1.2.4",
|
|
1132
|
+
"@img/sharp-libvips-linux-arm64": "1.2.4",
|
|
1133
|
+
"@img/sharp-libvips-linux-ppc64": "1.2.4",
|
|
1134
|
+
"@img/sharp-libvips-linux-riscv64": "1.2.4",
|
|
1135
|
+
"@img/sharp-libvips-linux-s390x": "1.2.4",
|
|
1136
|
+
"@img/sharp-libvips-linux-x64": "1.2.4",
|
|
1137
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
|
|
1138
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.2.4",
|
|
1139
|
+
"@img/sharp-linux-arm": "0.34.5",
|
|
1140
|
+
"@img/sharp-linux-arm64": "0.34.5",
|
|
1141
|
+
"@img/sharp-linux-ppc64": "0.34.5",
|
|
1142
|
+
"@img/sharp-linux-riscv64": "0.34.5",
|
|
1143
|
+
"@img/sharp-linux-s390x": "0.34.5",
|
|
1144
|
+
"@img/sharp-linux-x64": "0.34.5",
|
|
1145
|
+
"@img/sharp-linuxmusl-arm64": "0.34.5",
|
|
1146
|
+
"@img/sharp-linuxmusl-x64": "0.34.5",
|
|
1147
|
+
"@img/sharp-wasm32": "0.34.5",
|
|
1148
|
+
"@img/sharp-win32-arm64": "0.34.5",
|
|
1149
|
+
"@img/sharp-win32-ia32": "0.34.5",
|
|
1150
|
+
"@img/sharp-win32-x64": "0.34.5"
|
|
1151
|
+
}
|
|
1152
|
+
},
|
|
1153
|
+
"node_modules/source-map-js": {
|
|
1154
|
+
"version": "1.2.1",
|
|
1155
|
+
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
1156
|
+
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
1157
|
+
"license": "BSD-3-Clause",
|
|
1158
|
+
"engines": {
|
|
1159
|
+
"node": ">=0.10.0"
|
|
1160
|
+
}
|
|
1161
|
+
},
|
|
1162
|
+
"node_modules/streamx": {
|
|
1163
|
+
"version": "2.25.0",
|
|
1164
|
+
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.25.0.tgz",
|
|
1165
|
+
"integrity": "sha512-0nQuG6jf1w+wddNEEXCF4nTg3LtufWINB5eFEN+5TNZW7KWJp6x87+JFL43vaAUPyCfH1wID+mNVyW6OHtFamg==",
|
|
1166
|
+
"license": "MIT",
|
|
1167
|
+
"dependencies": {
|
|
1168
|
+
"events-universal": "^1.0.0",
|
|
1169
|
+
"fast-fifo": "^1.3.2",
|
|
1170
|
+
"text-decoder": "^1.1.0"
|
|
1171
|
+
}
|
|
1172
|
+
},
|
|
1173
|
+
"node_modules/string_decoder": {
|
|
1174
|
+
"version": "1.1.1",
|
|
1175
|
+
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
1176
|
+
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
1177
|
+
"license": "MIT",
|
|
1178
|
+
"dependencies": {
|
|
1179
|
+
"safe-buffer": "~5.1.0"
|
|
1180
|
+
}
|
|
1181
|
+
},
|
|
1182
|
+
"node_modules/styled-jsx": {
|
|
1183
|
+
"version": "5.1.6",
|
|
1184
|
+
"resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz",
|
|
1185
|
+
"integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
|
|
1186
|
+
"license": "MIT",
|
|
1187
|
+
"dependencies": {
|
|
1188
|
+
"client-only": "0.0.1"
|
|
1189
|
+
},
|
|
1190
|
+
"engines": {
|
|
1191
|
+
"node": ">= 12.0.0"
|
|
1192
|
+
},
|
|
1193
|
+
"peerDependencies": {
|
|
1194
|
+
"react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
|
|
1195
|
+
},
|
|
1196
|
+
"peerDependenciesMeta": {
|
|
1197
|
+
"@babel/core": {
|
|
1198
|
+
"optional": true
|
|
1199
|
+
},
|
|
1200
|
+
"babel-plugin-macros": {
|
|
1201
|
+
"optional": true
|
|
1202
|
+
}
|
|
1203
|
+
}
|
|
1204
|
+
},
|
|
1205
|
+
"node_modules/tar-fs": {
|
|
1206
|
+
"version": "3.1.2",
|
|
1207
|
+
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.2.tgz",
|
|
1208
|
+
"integrity": "sha512-QGxxTxxyleAdyM3kpFs14ymbYmNFrfY+pHj7Z8FgtbZ7w2//VAgLMac7sT6nRpIHjppXO2AwwEOg0bPFVRcmXw==",
|
|
1209
|
+
"license": "MIT",
|
|
1210
|
+
"dependencies": {
|
|
1211
|
+
"pump": "^3.0.0",
|
|
1212
|
+
"tar-stream": "^3.1.5"
|
|
1213
|
+
},
|
|
1214
|
+
"optionalDependencies": {
|
|
1215
|
+
"bare-fs": "^4.0.1",
|
|
1216
|
+
"bare-path": "^3.0.0"
|
|
1217
|
+
}
|
|
1218
|
+
},
|
|
1219
|
+
"node_modules/tar-stream": {
|
|
1220
|
+
"version": "3.1.8",
|
|
1221
|
+
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.8.tgz",
|
|
1222
|
+
"integrity": "sha512-U6QpVRyCGHva435KoNWy9PRoi2IFYCgtEhq9nmrPPpbRacPs9IH4aJ3gbrFC8dPcXvdSZ4XXfXT5Fshbp2MtlQ==",
|
|
1223
|
+
"license": "MIT",
|
|
1224
|
+
"dependencies": {
|
|
1225
|
+
"b4a": "^1.6.4",
|
|
1226
|
+
"bare-fs": "^4.5.5",
|
|
1227
|
+
"fast-fifo": "^1.2.0",
|
|
1228
|
+
"streamx": "^2.15.0"
|
|
1229
|
+
}
|
|
1230
|
+
},
|
|
1231
|
+
"node_modules/teex": {
|
|
1232
|
+
"version": "1.0.1",
|
|
1233
|
+
"resolved": "https://registry.npmjs.org/teex/-/teex-1.0.1.tgz",
|
|
1234
|
+
"integrity": "sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==",
|
|
1235
|
+
"license": "MIT",
|
|
1236
|
+
"dependencies": {
|
|
1237
|
+
"streamx": "^2.12.5"
|
|
1238
|
+
}
|
|
1239
|
+
},
|
|
1240
|
+
"node_modules/text-decoder": {
|
|
1241
|
+
"version": "1.2.7",
|
|
1242
|
+
"resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.7.tgz",
|
|
1243
|
+
"integrity": "sha512-vlLytXkeP4xvEq2otHeJfSQIRyWxo/oZGEbXrtEEF9Hnmrdly59sUbzZ/QgyWuLYHctCHxFF4tRQZNQ9k60ExQ==",
|
|
1244
|
+
"license": "Apache-2.0",
|
|
1245
|
+
"dependencies": {
|
|
1246
|
+
"b4a": "^1.6.4"
|
|
1247
|
+
}
|
|
1248
|
+
},
|
|
1249
|
+
"node_modules/tslib": {
|
|
1250
|
+
"version": "2.8.1",
|
|
1251
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
1252
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
1253
|
+
"license": "0BSD"
|
|
1254
|
+
},
|
|
1255
|
+
"node_modules/util-deprecate": {
|
|
1256
|
+
"version": "1.0.2",
|
|
1257
|
+
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
1258
|
+
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
|
|
1259
|
+
"license": "MIT"
|
|
1260
|
+
},
|
|
1261
|
+
"node_modules/wrappy": {
|
|
1262
|
+
"version": "1.0.2",
|
|
1263
|
+
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
1264
|
+
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
|
1265
|
+
"license": "ISC"
|
|
1266
|
+
}
|
|
1267
|
+
}
|
|
1268
|
+
}
|