A photo manager for VRChat.
1lockfileVersion: '6.0'
2
3settings:
4 autoInstallPeers: true
5 excludeLinksFromLockfile: false
6
7dependencies:
8 '@tauri-apps/api':
9 specifier: ^1.5.2
10 version: 1.5.2
11 '@types/animejs':
12 specifier: ^3.1.12
13 version: 3.1.12
14 animejs:
15 specifier: ^3.2.2
16 version: 3.2.2
17 solid-js:
18 specifier: ^1.7.8
19 version: 1.7.8
20
21devDependencies:
22 '@tauri-apps/cli':
23 specifier: ^1.5.8
24 version: 1.5.8
25 typescript:
26 specifier: ^5.0.2
27 version: 5.0.2
28 vite:
29 specifier: ^5.0.0
30 version: 5.0.0
31 vite-plugin-solid:
32 specifier: ^2.8.0
33 version: 2.8.0(solid-js@1.7.8)(vite@5.0.0)
34
35packages:
36
37 /@ampproject/remapping@2.2.1:
38 resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==}
39 engines: {node: '>=6.0.0'}
40 dependencies:
41 '@jridgewell/gen-mapping': 0.3.3
42 '@jridgewell/trace-mapping': 0.3.22
43 dev: true
44
45 /@babel/code-frame@7.23.5:
46 resolution: {integrity: sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==}
47 engines: {node: '>=6.9.0'}
48 dependencies:
49 '@babel/highlight': 7.23.4
50 chalk: 2.4.2
51 dev: true
52
53 /@babel/compat-data@7.23.5:
54 resolution: {integrity: sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==}
55 engines: {node: '>=6.9.0'}
56 dev: true
57
58 /@babel/core@7.23.9:
59 resolution: {integrity: sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==}
60 engines: {node: '>=6.9.0'}
61 dependencies:
62 '@ampproject/remapping': 2.2.1
63 '@babel/code-frame': 7.23.5
64 '@babel/generator': 7.23.6
65 '@babel/helper-compilation-targets': 7.23.6
66 '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.9)
67 '@babel/helpers': 7.23.9
68 '@babel/parser': 7.23.9
69 '@babel/template': 7.23.9
70 '@babel/traverse': 7.23.9
71 '@babel/types': 7.23.9
72 convert-source-map: 2.0.0
73 debug: 4.3.4
74 gensync: 1.0.0-beta.2
75 json5: 2.2.3
76 semver: 6.3.1
77 transitivePeerDependencies:
78 - supports-color
79 dev: true
80
81 /@babel/generator@7.23.6:
82 resolution: {integrity: sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==}
83 engines: {node: '>=6.9.0'}
84 dependencies:
85 '@babel/types': 7.23.9
86 '@jridgewell/gen-mapping': 0.3.3
87 '@jridgewell/trace-mapping': 0.3.22
88 jsesc: 2.5.2
89 dev: true
90
91 /@babel/helper-annotate-as-pure@7.22.5:
92 resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==}
93 engines: {node: '>=6.9.0'}
94 dependencies:
95 '@babel/types': 7.23.9
96 dev: true
97
98 /@babel/helper-compilation-targets@7.23.6:
99 resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==}
100 engines: {node: '>=6.9.0'}
101 dependencies:
102 '@babel/compat-data': 7.23.5
103 '@babel/helper-validator-option': 7.23.5
104 browserslist: 4.22.3
105 lru-cache: 5.1.1
106 semver: 6.3.1
107 dev: true
108
109 /@babel/helper-create-class-features-plugin@7.23.10(@babel/core@7.23.9):
110 resolution: {integrity: sha512-2XpP2XhkXzgxecPNEEK8Vz8Asj9aRxt08oKOqtiZoqV2UGZ5T+EkyP9sXQ9nwMxBIG34a7jmasVqoMop7VdPUw==}
111 engines: {node: '>=6.9.0'}
112 peerDependencies:
113 '@babel/core': ^7.0.0
114 dependencies:
115 '@babel/core': 7.23.9
116 '@babel/helper-annotate-as-pure': 7.22.5
117 '@babel/helper-environment-visitor': 7.22.20
118 '@babel/helper-function-name': 7.23.0
119 '@babel/helper-member-expression-to-functions': 7.23.0
120 '@babel/helper-optimise-call-expression': 7.22.5
121 '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.9)
122 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
123 '@babel/helper-split-export-declaration': 7.22.6
124 semver: 6.3.1
125 dev: true
126
127 /@babel/helper-environment-visitor@7.22.20:
128 resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==}
129 engines: {node: '>=6.9.0'}
130 dev: true
131
132 /@babel/helper-function-name@7.23.0:
133 resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==}
134 engines: {node: '>=6.9.0'}
135 dependencies:
136 '@babel/template': 7.23.9
137 '@babel/types': 7.23.9
138 dev: true
139
140 /@babel/helper-hoist-variables@7.22.5:
141 resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==}
142 engines: {node: '>=6.9.0'}
143 dependencies:
144 '@babel/types': 7.23.9
145 dev: true
146
147 /@babel/helper-member-expression-to-functions@7.23.0:
148 resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==}
149 engines: {node: '>=6.9.0'}
150 dependencies:
151 '@babel/types': 7.23.9
152 dev: true
153
154 /@babel/helper-module-imports@7.18.6:
155 resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==}
156 engines: {node: '>=6.9.0'}
157 dependencies:
158 '@babel/types': 7.23.9
159 dev: true
160
161 /@babel/helper-module-imports@7.22.15:
162 resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==}
163 engines: {node: '>=6.9.0'}
164 dependencies:
165 '@babel/types': 7.23.9
166 dev: true
167
168 /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.9):
169 resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==}
170 engines: {node: '>=6.9.0'}
171 peerDependencies:
172 '@babel/core': ^7.0.0
173 dependencies:
174 '@babel/core': 7.23.9
175 '@babel/helper-environment-visitor': 7.22.20
176 '@babel/helper-module-imports': 7.22.15
177 '@babel/helper-simple-access': 7.22.5
178 '@babel/helper-split-export-declaration': 7.22.6
179 '@babel/helper-validator-identifier': 7.22.20
180 dev: true
181
182 /@babel/helper-optimise-call-expression@7.22.5:
183 resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==}
184 engines: {node: '>=6.9.0'}
185 dependencies:
186 '@babel/types': 7.23.9
187 dev: true
188
189 /@babel/helper-plugin-utils@7.22.5:
190 resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==}
191 engines: {node: '>=6.9.0'}
192 dev: true
193
194 /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.9):
195 resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==}
196 engines: {node: '>=6.9.0'}
197 peerDependencies:
198 '@babel/core': ^7.0.0
199 dependencies:
200 '@babel/core': 7.23.9
201 '@babel/helper-environment-visitor': 7.22.20
202 '@babel/helper-member-expression-to-functions': 7.23.0
203 '@babel/helper-optimise-call-expression': 7.22.5
204 dev: true
205
206 /@babel/helper-simple-access@7.22.5:
207 resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==}
208 engines: {node: '>=6.9.0'}
209 dependencies:
210 '@babel/types': 7.23.9
211 dev: true
212
213 /@babel/helper-skip-transparent-expression-wrappers@7.22.5:
214 resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==}
215 engines: {node: '>=6.9.0'}
216 dependencies:
217 '@babel/types': 7.23.9
218 dev: true
219
220 /@babel/helper-split-export-declaration@7.22.6:
221 resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==}
222 engines: {node: '>=6.9.0'}
223 dependencies:
224 '@babel/types': 7.23.9
225 dev: true
226
227 /@babel/helper-string-parser@7.23.4:
228 resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==}
229 engines: {node: '>=6.9.0'}
230 dev: true
231
232 /@babel/helper-validator-identifier@7.22.20:
233 resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==}
234 engines: {node: '>=6.9.0'}
235 dev: true
236
237 /@babel/helper-validator-option@7.23.5:
238 resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==}
239 engines: {node: '>=6.9.0'}
240 dev: true
241
242 /@babel/helpers@7.23.9:
243 resolution: {integrity: sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ==}
244 engines: {node: '>=6.9.0'}
245 dependencies:
246 '@babel/template': 7.23.9
247 '@babel/traverse': 7.23.9
248 '@babel/types': 7.23.9
249 transitivePeerDependencies:
250 - supports-color
251 dev: true
252
253 /@babel/highlight@7.23.4:
254 resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==}
255 engines: {node: '>=6.9.0'}
256 dependencies:
257 '@babel/helper-validator-identifier': 7.22.20
258 chalk: 2.4.2
259 js-tokens: 4.0.0
260 dev: true
261
262 /@babel/parser@7.23.9:
263 resolution: {integrity: sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==}
264 engines: {node: '>=6.0.0'}
265 hasBin: true
266 dependencies:
267 '@babel/types': 7.23.9
268 dev: true
269
270 /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.9):
271 resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==}
272 engines: {node: '>=6.9.0'}
273 peerDependencies:
274 '@babel/core': ^7.0.0-0
275 dependencies:
276 '@babel/core': 7.23.9
277 '@babel/helper-plugin-utils': 7.22.5
278 dev: true
279
280 /@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.23.9):
281 resolution: {integrity: sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==}
282 engines: {node: '>=6.9.0'}
283 peerDependencies:
284 '@babel/core': ^7.0.0-0
285 dependencies:
286 '@babel/core': 7.23.9
287 '@babel/helper-plugin-utils': 7.22.5
288 dev: true
289
290 /@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.9):
291 resolution: {integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==}
292 engines: {node: '>=6.9.0'}
293 peerDependencies:
294 '@babel/core': ^7.0.0-0
295 dependencies:
296 '@babel/core': 7.23.9
297 '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.9)
298 '@babel/helper-plugin-utils': 7.22.5
299 '@babel/helper-simple-access': 7.22.5
300 dev: true
301
302 /@babel/plugin-transform-typescript@7.23.6(@babel/core@7.23.9):
303 resolution: {integrity: sha512-6cBG5mBvUu4VUD04OHKnYzbuHNP8huDsD3EDqqpIpsswTDoqHCjLoHb6+QgsV1WsT2nipRqCPgxD3LXnEO7XfA==}
304 engines: {node: '>=6.9.0'}
305 peerDependencies:
306 '@babel/core': ^7.0.0-0
307 dependencies:
308 '@babel/core': 7.23.9
309 '@babel/helper-annotate-as-pure': 7.22.5
310 '@babel/helper-create-class-features-plugin': 7.23.10(@babel/core@7.23.9)
311 '@babel/helper-plugin-utils': 7.22.5
312 '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.9)
313 dev: true
314
315 /@babel/preset-typescript@7.23.3(@babel/core@7.23.9):
316 resolution: {integrity: sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==}
317 engines: {node: '>=6.9.0'}
318 peerDependencies:
319 '@babel/core': ^7.0.0-0
320 dependencies:
321 '@babel/core': 7.23.9
322 '@babel/helper-plugin-utils': 7.22.5
323 '@babel/helper-validator-option': 7.23.5
324 '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.9)
325 '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.9)
326 '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.23.9)
327 dev: true
328
329 /@babel/template@7.23.9:
330 resolution: {integrity: sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==}
331 engines: {node: '>=6.9.0'}
332 dependencies:
333 '@babel/code-frame': 7.23.5
334 '@babel/parser': 7.23.9
335 '@babel/types': 7.23.9
336 dev: true
337
338 /@babel/traverse@7.23.9:
339 resolution: {integrity: sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==}
340 engines: {node: '>=6.9.0'}
341 dependencies:
342 '@babel/code-frame': 7.23.5
343 '@babel/generator': 7.23.6
344 '@babel/helper-environment-visitor': 7.22.20
345 '@babel/helper-function-name': 7.23.0
346 '@babel/helper-hoist-variables': 7.22.5
347 '@babel/helper-split-export-declaration': 7.22.6
348 '@babel/parser': 7.23.9
349 '@babel/types': 7.23.9
350 debug: 4.3.4
351 globals: 11.12.0
352 transitivePeerDependencies:
353 - supports-color
354 dev: true
355
356 /@babel/types@7.23.9:
357 resolution: {integrity: sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==}
358 engines: {node: '>=6.9.0'}
359 dependencies:
360 '@babel/helper-string-parser': 7.23.4
361 '@babel/helper-validator-identifier': 7.22.20
362 to-fast-properties: 2.0.0
363 dev: true
364
365 /@esbuild/aix-ppc64@0.19.12:
366 resolution: {integrity: sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==}
367 engines: {node: '>=12'}
368 cpu: [ppc64]
369 os: [aix]
370 requiresBuild: true
371 dev: true
372 optional: true
373
374 /@esbuild/android-arm64@0.19.12:
375 resolution: {integrity: sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==}
376 engines: {node: '>=12'}
377 cpu: [arm64]
378 os: [android]
379 requiresBuild: true
380 dev: true
381 optional: true
382
383 /@esbuild/android-arm@0.19.12:
384 resolution: {integrity: sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==}
385 engines: {node: '>=12'}
386 cpu: [arm]
387 os: [android]
388 requiresBuild: true
389 dev: true
390 optional: true
391
392 /@esbuild/android-x64@0.19.12:
393 resolution: {integrity: sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==}
394 engines: {node: '>=12'}
395 cpu: [x64]
396 os: [android]
397 requiresBuild: true
398 dev: true
399 optional: true
400
401 /@esbuild/darwin-arm64@0.19.12:
402 resolution: {integrity: sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==}
403 engines: {node: '>=12'}
404 cpu: [arm64]
405 os: [darwin]
406 requiresBuild: true
407 dev: true
408 optional: true
409
410 /@esbuild/darwin-x64@0.19.12:
411 resolution: {integrity: sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==}
412 engines: {node: '>=12'}
413 cpu: [x64]
414 os: [darwin]
415 requiresBuild: true
416 dev: true
417 optional: true
418
419 /@esbuild/freebsd-arm64@0.19.12:
420 resolution: {integrity: sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==}
421 engines: {node: '>=12'}
422 cpu: [arm64]
423 os: [freebsd]
424 requiresBuild: true
425 dev: true
426 optional: true
427
428 /@esbuild/freebsd-x64@0.19.12:
429 resolution: {integrity: sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==}
430 engines: {node: '>=12'}
431 cpu: [x64]
432 os: [freebsd]
433 requiresBuild: true
434 dev: true
435 optional: true
436
437 /@esbuild/linux-arm64@0.19.12:
438 resolution: {integrity: sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==}
439 engines: {node: '>=12'}
440 cpu: [arm64]
441 os: [linux]
442 requiresBuild: true
443 dev: true
444 optional: true
445
446 /@esbuild/linux-arm@0.19.12:
447 resolution: {integrity: sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==}
448 engines: {node: '>=12'}
449 cpu: [arm]
450 os: [linux]
451 requiresBuild: true
452 dev: true
453 optional: true
454
455 /@esbuild/linux-ia32@0.19.12:
456 resolution: {integrity: sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==}
457 engines: {node: '>=12'}
458 cpu: [ia32]
459 os: [linux]
460 requiresBuild: true
461 dev: true
462 optional: true
463
464 /@esbuild/linux-loong64@0.19.12:
465 resolution: {integrity: sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==}
466 engines: {node: '>=12'}
467 cpu: [loong64]
468 os: [linux]
469 requiresBuild: true
470 dev: true
471 optional: true
472
473 /@esbuild/linux-mips64el@0.19.12:
474 resolution: {integrity: sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==}
475 engines: {node: '>=12'}
476 cpu: [mips64el]
477 os: [linux]
478 requiresBuild: true
479 dev: true
480 optional: true
481
482 /@esbuild/linux-ppc64@0.19.12:
483 resolution: {integrity: sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==}
484 engines: {node: '>=12'}
485 cpu: [ppc64]
486 os: [linux]
487 requiresBuild: true
488 dev: true
489 optional: true
490
491 /@esbuild/linux-riscv64@0.19.12:
492 resolution: {integrity: sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==}
493 engines: {node: '>=12'}
494 cpu: [riscv64]
495 os: [linux]
496 requiresBuild: true
497 dev: true
498 optional: true
499
500 /@esbuild/linux-s390x@0.19.12:
501 resolution: {integrity: sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==}
502 engines: {node: '>=12'}
503 cpu: [s390x]
504 os: [linux]
505 requiresBuild: true
506 dev: true
507 optional: true
508
509 /@esbuild/linux-x64@0.19.12:
510 resolution: {integrity: sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==}
511 engines: {node: '>=12'}
512 cpu: [x64]
513 os: [linux]
514 requiresBuild: true
515 dev: true
516 optional: true
517
518 /@esbuild/netbsd-x64@0.19.12:
519 resolution: {integrity: sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==}
520 engines: {node: '>=12'}
521 cpu: [x64]
522 os: [netbsd]
523 requiresBuild: true
524 dev: true
525 optional: true
526
527 /@esbuild/openbsd-x64@0.19.12:
528 resolution: {integrity: sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==}
529 engines: {node: '>=12'}
530 cpu: [x64]
531 os: [openbsd]
532 requiresBuild: true
533 dev: true
534 optional: true
535
536 /@esbuild/sunos-x64@0.19.12:
537 resolution: {integrity: sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==}
538 engines: {node: '>=12'}
539 cpu: [x64]
540 os: [sunos]
541 requiresBuild: true
542 dev: true
543 optional: true
544
545 /@esbuild/win32-arm64@0.19.12:
546 resolution: {integrity: sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==}
547 engines: {node: '>=12'}
548 cpu: [arm64]
549 os: [win32]
550 requiresBuild: true
551 dev: true
552 optional: true
553
554 /@esbuild/win32-ia32@0.19.12:
555 resolution: {integrity: sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==}
556 engines: {node: '>=12'}
557 cpu: [ia32]
558 os: [win32]
559 requiresBuild: true
560 dev: true
561 optional: true
562
563 /@esbuild/win32-x64@0.19.12:
564 resolution: {integrity: sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==}
565 engines: {node: '>=12'}
566 cpu: [x64]
567 os: [win32]
568 requiresBuild: true
569 dev: true
570 optional: true
571
572 /@jridgewell/gen-mapping@0.3.3:
573 resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==}
574 engines: {node: '>=6.0.0'}
575 dependencies:
576 '@jridgewell/set-array': 1.1.2
577 '@jridgewell/sourcemap-codec': 1.4.15
578 '@jridgewell/trace-mapping': 0.3.22
579 dev: true
580
581 /@jridgewell/resolve-uri@3.1.1:
582 resolution: {integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==}
583 engines: {node: '>=6.0.0'}
584 dev: true
585
586 /@jridgewell/set-array@1.1.2:
587 resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==}
588 engines: {node: '>=6.0.0'}
589 dev: true
590
591 /@jridgewell/sourcemap-codec@1.4.15:
592 resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==}
593 dev: true
594
595 /@jridgewell/trace-mapping@0.3.22:
596 resolution: {integrity: sha512-Wf963MzWtA2sjrNt+g18IAln9lKnlRp+K2eH4jjIoF1wYeq3aMREpG09xhlhdzS0EjwU7qmUJYangWa+151vZw==}
597 dependencies:
598 '@jridgewell/resolve-uri': 3.1.1
599 '@jridgewell/sourcemap-codec': 1.4.15
600 dev: true
601
602 /@rollup/rollup-android-arm-eabi@4.10.0:
603 resolution: {integrity: sha512-/MeDQmcD96nVoRumKUljsYOLqfv1YFJps+0pTrb2Z9Nl/w5qNUysMaWQsrd1mvAlNT4yza1iVyIu4Q4AgF6V3A==}
604 cpu: [arm]
605 os: [android]
606 requiresBuild: true
607 dev: true
608 optional: true
609
610 /@rollup/rollup-android-arm64@4.10.0:
611 resolution: {integrity: sha512-lvu0jK97mZDJdpZKDnZI93I0Om8lSDaiPx3OiCk0RXn3E8CMPJNS/wxjAvSJJzhhZpfjXsjLWL8LnS6qET4VNQ==}
612 cpu: [arm64]
613 os: [android]
614 requiresBuild: true
615 dev: true
616 optional: true
617
618 /@rollup/rollup-darwin-arm64@4.10.0:
619 resolution: {integrity: sha512-uFpayx8I8tyOvDkD7X6n0PriDRWxcqEjqgtlxnUA/G9oS93ur9aZ8c8BEpzFmsed1TH5WZNG5IONB8IiW90TQg==}
620 cpu: [arm64]
621 os: [darwin]
622 requiresBuild: true
623 dev: true
624 optional: true
625
626 /@rollup/rollup-darwin-x64@4.10.0:
627 resolution: {integrity: sha512-nIdCX03qFKoR/MwQegQBK+qZoSpO3LESurVAC6s6jazLA1Mpmgzo3Nj3H1vydXp/JM29bkCiuF7tDuToj4+U9Q==}
628 cpu: [x64]
629 os: [darwin]
630 requiresBuild: true
631 dev: true
632 optional: true
633
634 /@rollup/rollup-linux-arm-gnueabihf@4.10.0:
635 resolution: {integrity: sha512-Fz7a+y5sYhYZMQFRkOyCs4PLhICAnxRX/GnWYReaAoruUzuRtcf+Qnw+T0CoAWbHCuz2gBUwmWnUgQ67fb3FYw==}
636 cpu: [arm]
637 os: [linux]
638 requiresBuild: true
639 dev: true
640 optional: true
641
642 /@rollup/rollup-linux-arm64-gnu@4.10.0:
643 resolution: {integrity: sha512-yPtF9jIix88orwfTi0lJiqINnlWo6p93MtZEoaehZnmCzEmLL0eqjA3eGVeyQhMtxdV+Mlsgfwhh0+M/k1/V7Q==}
644 cpu: [arm64]
645 os: [linux]
646 requiresBuild: true
647 dev: true
648 optional: true
649
650 /@rollup/rollup-linux-arm64-musl@4.10.0:
651 resolution: {integrity: sha512-9GW9yA30ib+vfFiwjX+N7PnjTnCMiUffhWj4vkG4ukYv1kJ4T9gHNg8zw+ChsOccM27G9yXrEtMScf1LaCuoWQ==}
652 cpu: [arm64]
653 os: [linux]
654 requiresBuild: true
655 dev: true
656 optional: true
657
658 /@rollup/rollup-linux-riscv64-gnu@4.10.0:
659 resolution: {integrity: sha512-X1ES+V4bMq2ws5fF4zHornxebNxMXye0ZZjUrzOrf7UMx1d6wMQtfcchZ8SqUnQPPHdOyOLW6fTcUiFgHFadRA==}
660 cpu: [riscv64]
661 os: [linux]
662 requiresBuild: true
663 dev: true
664 optional: true
665
666 /@rollup/rollup-linux-x64-gnu@4.10.0:
667 resolution: {integrity: sha512-w/5OpT2EnI/Xvypw4FIhV34jmNqU5PZjZue2l2Y3ty1Ootm3SqhI+AmfhlUYGBTd9JnpneZCDnt3uNOiOBkMyw==}
668 cpu: [x64]
669 os: [linux]
670 requiresBuild: true
671 dev: true
672 optional: true
673
674 /@rollup/rollup-linux-x64-musl@4.10.0:
675 resolution: {integrity: sha512-q/meftEe3QlwQiGYxD9rWwB21DoKQ9Q8wA40of/of6yGHhZuGfZO0c3WYkN9dNlopHlNT3mf5BPsUSxoPuVQaw==}
676 cpu: [x64]
677 os: [linux]
678 requiresBuild: true
679 dev: true
680 optional: true
681
682 /@rollup/rollup-win32-arm64-msvc@4.10.0:
683 resolution: {integrity: sha512-NrR6667wlUfP0BHaEIKgYM/2va+Oj+RjZSASbBMnszM9k+1AmliRjHc3lJIiOehtSSjqYiO7R6KLNrWOX+YNSQ==}
684 cpu: [arm64]
685 os: [win32]
686 requiresBuild: true
687 dev: true
688 optional: true
689
690 /@rollup/rollup-win32-ia32-msvc@4.10.0:
691 resolution: {integrity: sha512-FV0Tpt84LPYDduIDcXvEC7HKtyXxdvhdAOvOeWMWbQNulxViH2O07QXkT/FffX4FqEI02jEbCJbr+YcuKdyyMg==}
692 cpu: [ia32]
693 os: [win32]
694 requiresBuild: true
695 dev: true
696 optional: true
697
698 /@rollup/rollup-win32-x64-msvc@4.10.0:
699 resolution: {integrity: sha512-OZoJd+o5TaTSQeFFQ6WjFCiltiYVjIdsXxwu/XZ8qRpsvMQr4UsVrE5UyT9RIvsnuF47DqkJKhhVZ2Q9YW9IpQ==}
700 cpu: [x64]
701 os: [win32]
702 requiresBuild: true
703 dev: true
704 optional: true
705
706 /@tauri-apps/api@1.5.2:
707 resolution: {integrity: sha512-tZK3XJiIUnUdHN7rGqA+j57dvT3/7z2bEiPfWmO3uAymv2JMBJrfGwbyDWLjGue37UVhh0gLYSkA9wV+/bASwA==}
708 engines: {node: '>= 14.6.0', npm: '>= 6.6.0', yarn: '>= 1.19.1'}
709 dev: false
710
711 /@tauri-apps/cli-darwin-arm64@1.5.8:
712 resolution: {integrity: sha512-/AksDWfAt3NUSt8Rq2a3gTLASChKzldPVUjmJhcbtsuzFg2nx5g+hhOHxfBYzss2Te1K5mzlu+73LAMy1Sb9Gw==}
713 engines: {node: '>= 10'}
714 cpu: [arm64]
715 os: [darwin]
716 requiresBuild: true
717 dev: true
718 optional: true
719
720 /@tauri-apps/cli-darwin-x64@1.5.8:
721 resolution: {integrity: sha512-gcfSh+BFRDdbIGpggZ1+5R5SgToz2A9LthH8P4ak3OHagDzDvI6ov6zy2UQE3XDWJKdnlna2rSR1dIuRZ0T9bA==}
722 engines: {node: '>= 10'}
723 cpu: [x64]
724 os: [darwin]
725 requiresBuild: true
726 dev: true
727 optional: true
728
729 /@tauri-apps/cli-linux-arm-gnueabihf@1.5.8:
730 resolution: {integrity: sha512-ZHQYuOBGvZubPnh5n8bNaN2VMxPBZWs26960FGQWamm9569UV/TNDHb6mD0Jjk9o0f9P+f98qNhuu5Y37P+vfQ==}
731 engines: {node: '>= 10'}
732 cpu: [arm]
733 os: [linux]
734 requiresBuild: true
735 dev: true
736 optional: true
737
738 /@tauri-apps/cli-linux-arm64-gnu@1.5.8:
739 resolution: {integrity: sha512-FFs28Ew3R2EFPYKuyAIouTbp6YnR+shAmJGFNnVy7ibKHL0wxamVKqv1N5N9gUUr+EhbZu2syMBRfG9XQ5mgng==}
740 engines: {node: '>= 10'}
741 cpu: [arm64]
742 os: [linux]
743 requiresBuild: true
744 dev: true
745 optional: true
746
747 /@tauri-apps/cli-linux-arm64-musl@1.5.8:
748 resolution: {integrity: sha512-dEYvNyLMmWD0jb30FNfVPXmBq6OGg6is3km+4RlGg8tZU5Zvq78ClUZtaZuER+N/hv27+Uc6UHl9X3hin8cGGw==}
749 engines: {node: '>= 10'}
750 cpu: [arm64]
751 os: [linux]
752 requiresBuild: true
753 dev: true
754 optional: true
755
756 /@tauri-apps/cli-linux-x64-gnu@1.5.8:
757 resolution: {integrity: sha512-ut3TDbtLXmZhz6Q4wim57PV02wG+AfuLSWRPhTL9MsPsg/E7Y6sJhv0bIMAq6SwC59RCH52ZGft6RH7samV2NQ==}
758 engines: {node: '>= 10'}
759 cpu: [x64]
760 os: [linux]
761 requiresBuild: true
762 dev: true
763 optional: true
764
765 /@tauri-apps/cli-linux-x64-musl@1.5.8:
766 resolution: {integrity: sha512-k6ei7ETXVZlNpFOhl/8Cnj709UbEr+VuY9xKK/HgwvNfjA5f8HQ9TSKk/Um7oeT1Y61/eEcvcgF/hDURhFJDPQ==}
767 engines: {node: '>= 10'}
768 cpu: [x64]
769 os: [linux]
770 requiresBuild: true
771 dev: true
772 optional: true
773
774 /@tauri-apps/cli-win32-arm64-msvc@1.5.8:
775 resolution: {integrity: sha512-l6zm31x1inkS2K5e7otUZ90XBoK+xr2KJObFCZbzmluBE+LM0fgIXCrj7xwH/f0RCUX3VY9HHx4EIo7eLGBXKQ==}
776 engines: {node: '>= 10'}
777 cpu: [arm64]
778 os: [win32]
779 requiresBuild: true
780 dev: true
781 optional: true
782
783 /@tauri-apps/cli-win32-ia32-msvc@1.5.8:
784 resolution: {integrity: sha512-0k3YpWl6PKV4Qp2N52Sb45egXafSgQXcBaO7TIJG4EDfaEf5f6StN+hYSzdnrq9idrK5x9DDCPuebZTuJ+Q8EA==}
785 engines: {node: '>= 10'}
786 cpu: [ia32]
787 os: [win32]
788 requiresBuild: true
789 dev: true
790 optional: true
791
792 /@tauri-apps/cli-win32-x64-msvc@1.5.8:
793 resolution: {integrity: sha512-XjBg8VMswmD9JAHKlb10NRPfBVAZoiOJBbPRte+GP1BUQtqDnbIYcOLSnUCmNZoy3fUBJuKJUBT9tDCbkMr5fQ==}
794 engines: {node: '>= 10'}
795 cpu: [x64]
796 os: [win32]
797 requiresBuild: true
798 dev: true
799 optional: true
800
801 /@tauri-apps/cli@1.5.8:
802 resolution: {integrity: sha512-c/mzk5vjjfxtH5uNXSc9h1eiprsolnoBcUwAa4/SZ3gxJ176CwrUKODz3cZBOnzs8omwagwgSN/j7K8NrdFL9g==}
803 engines: {node: '>= 10'}
804 hasBin: true
805 optionalDependencies:
806 '@tauri-apps/cli-darwin-arm64': 1.5.8
807 '@tauri-apps/cli-darwin-x64': 1.5.8
808 '@tauri-apps/cli-linux-arm-gnueabihf': 1.5.8
809 '@tauri-apps/cli-linux-arm64-gnu': 1.5.8
810 '@tauri-apps/cli-linux-arm64-musl': 1.5.8
811 '@tauri-apps/cli-linux-x64-gnu': 1.5.8
812 '@tauri-apps/cli-linux-x64-musl': 1.5.8
813 '@tauri-apps/cli-win32-arm64-msvc': 1.5.8
814 '@tauri-apps/cli-win32-ia32-msvc': 1.5.8
815 '@tauri-apps/cli-win32-x64-msvc': 1.5.8
816 dev: true
817
818 /@types/animejs@3.1.12:
819 resolution: {integrity: sha512-fpdH+ZtlO0kqjTOqRaBdsEmvpRNOayI8k4EVkEtitL5l6wducDOXk0rgQgfZqWf/ZX9DzXrHf257S5i9xTcISQ==}
820 dev: false
821
822 /@types/babel__core@7.20.5:
823 resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==}
824 dependencies:
825 '@babel/parser': 7.23.9
826 '@babel/types': 7.23.9
827 '@types/babel__generator': 7.6.8
828 '@types/babel__template': 7.4.4
829 '@types/babel__traverse': 7.20.5
830 dev: true
831
832 /@types/babel__generator@7.6.8:
833 resolution: {integrity: sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==}
834 dependencies:
835 '@babel/types': 7.23.9
836 dev: true
837
838 /@types/babel__template@7.4.4:
839 resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==}
840 dependencies:
841 '@babel/parser': 7.23.9
842 '@babel/types': 7.23.9
843 dev: true
844
845 /@types/babel__traverse@7.20.5:
846 resolution: {integrity: sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==}
847 dependencies:
848 '@babel/types': 7.23.9
849 dev: true
850
851 /@types/estree@1.0.5:
852 resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==}
853 dev: true
854
855 /animejs@3.2.2:
856 resolution: {integrity: sha512-Ao95qWLpDPXXM+WrmwcKbl6uNlC5tjnowlaRYtuVDHHoygjtIPfDUoK9NthrlZsQSKjZXlmji2TrBUAVbiH0LQ==}
857 dev: false
858
859 /ansi-styles@3.2.1:
860 resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==}
861 engines: {node: '>=4'}
862 dependencies:
863 color-convert: 1.9.3
864 dev: true
865
866 /babel-plugin-jsx-dom-expressions@0.37.16(@babel/core@7.23.9):
867 resolution: {integrity: sha512-ItMD16axbk+FqVb9vIbc7AOpNowy46VaSUHaMYPn+erPGpMCxsahQ1Iv+qhPMthjxtn5ROVMZ5AJtQvzjxjiNA==}
868 peerDependencies:
869 '@babel/core': ^7.20.12
870 dependencies:
871 '@babel/core': 7.23.9
872 '@babel/helper-module-imports': 7.18.6
873 '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.9)
874 '@babel/types': 7.23.9
875 html-entities: 2.3.3
876 validate-html-nesting: 1.2.2
877 dev: true
878
879 /babel-preset-solid@1.8.12(@babel/core@7.23.9):
880 resolution: {integrity: sha512-Fx1dYokeRwouWqjLkdobA6qvTAPxFSEU2c5PlkfJjlNyONlSMJQPaX0Bae5pc+5/LNteb9BseOp4UHwQu6VC9Q==}
881 peerDependencies:
882 '@babel/core': ^7.0.0
883 dependencies:
884 '@babel/core': 7.23.9
885 babel-plugin-jsx-dom-expressions: 0.37.16(@babel/core@7.23.9)
886 dev: true
887
888 /browserslist@4.22.3:
889 resolution: {integrity: sha512-UAp55yfwNv0klWNapjs/ktHoguxuQNGnOzxYmfnXIS+8AsRDZkSDxg7R1AX3GKzn078SBI5dzwzj/Yx0Or0e3A==}
890 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
891 hasBin: true
892 dependencies:
893 caniuse-lite: 1.0.30001585
894 electron-to-chromium: 1.4.665
895 node-releases: 2.0.14
896 update-browserslist-db: 1.0.13(browserslist@4.22.3)
897 dev: true
898
899 /caniuse-lite@1.0.30001585:
900 resolution: {integrity: sha512-yr2BWR1yLXQ8fMpdS/4ZZXpseBgE7o4g41x3a6AJOqZuOi+iE/WdJYAuZ6Y95i4Ohd2Y+9MzIWRR+uGABH4s3Q==}
901 dev: true
902
903 /chalk@2.4.2:
904 resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
905 engines: {node: '>=4'}
906 dependencies:
907 ansi-styles: 3.2.1
908 escape-string-regexp: 1.0.5
909 supports-color: 5.5.0
910 dev: true
911
912 /color-convert@1.9.3:
913 resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==}
914 dependencies:
915 color-name: 1.1.3
916 dev: true
917
918 /color-name@1.1.3:
919 resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==}
920 dev: true
921
922 /convert-source-map@2.0.0:
923 resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
924 dev: true
925
926 /csstype@3.1.3:
927 resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
928
929 /debug@4.3.4:
930 resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==}
931 engines: {node: '>=6.0'}
932 peerDependencies:
933 supports-color: '*'
934 peerDependenciesMeta:
935 supports-color:
936 optional: true
937 dependencies:
938 ms: 2.1.2
939 dev: true
940
941 /electron-to-chromium@1.4.665:
942 resolution: {integrity: sha512-UpyCWObBoD+nSZgOC2ToaIdZB0r9GhqT2WahPKiSki6ckkSuKhQNso8V2PrFcHBMleI/eqbKgVQgVC4Wni4ilw==}
943 dev: true
944
945 /esbuild@0.19.12:
946 resolution: {integrity: sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==}
947 engines: {node: '>=12'}
948 hasBin: true
949 requiresBuild: true
950 optionalDependencies:
951 '@esbuild/aix-ppc64': 0.19.12
952 '@esbuild/android-arm': 0.19.12
953 '@esbuild/android-arm64': 0.19.12
954 '@esbuild/android-x64': 0.19.12
955 '@esbuild/darwin-arm64': 0.19.12
956 '@esbuild/darwin-x64': 0.19.12
957 '@esbuild/freebsd-arm64': 0.19.12
958 '@esbuild/freebsd-x64': 0.19.12
959 '@esbuild/linux-arm': 0.19.12
960 '@esbuild/linux-arm64': 0.19.12
961 '@esbuild/linux-ia32': 0.19.12
962 '@esbuild/linux-loong64': 0.19.12
963 '@esbuild/linux-mips64el': 0.19.12
964 '@esbuild/linux-ppc64': 0.19.12
965 '@esbuild/linux-riscv64': 0.19.12
966 '@esbuild/linux-s390x': 0.19.12
967 '@esbuild/linux-x64': 0.19.12
968 '@esbuild/netbsd-x64': 0.19.12
969 '@esbuild/openbsd-x64': 0.19.12
970 '@esbuild/sunos-x64': 0.19.12
971 '@esbuild/win32-arm64': 0.19.12
972 '@esbuild/win32-ia32': 0.19.12
973 '@esbuild/win32-x64': 0.19.12
974 dev: true
975
976 /escalade@3.1.2:
977 resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==}
978 engines: {node: '>=6'}
979 dev: true
980
981 /escape-string-regexp@1.0.5:
982 resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
983 engines: {node: '>=0.8.0'}
984 dev: true
985
986 /fsevents@2.3.3:
987 resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
988 engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
989 os: [darwin]
990 requiresBuild: true
991 dev: true
992 optional: true
993
994 /gensync@1.0.0-beta.2:
995 resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
996 engines: {node: '>=6.9.0'}
997 dev: true
998
999 /globals@11.12.0:
1000 resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
1001 engines: {node: '>=4'}
1002 dev: true
1003
1004 /has-flag@3.0.0:
1005 resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==}
1006 engines: {node: '>=4'}
1007 dev: true
1008
1009 /html-entities@2.3.3:
1010 resolution: {integrity: sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==}
1011 dev: true
1012
1013 /is-what@4.1.16:
1014 resolution: {integrity: sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==}
1015 engines: {node: '>=12.13'}
1016 dev: true
1017
1018 /js-tokens@4.0.0:
1019 resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
1020 dev: true
1021
1022 /jsesc@2.5.2:
1023 resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==}
1024 engines: {node: '>=4'}
1025 hasBin: true
1026 dev: true
1027
1028 /json5@2.2.3:
1029 resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
1030 engines: {node: '>=6'}
1031 hasBin: true
1032 dev: true
1033
1034 /lru-cache@5.1.1:
1035 resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
1036 dependencies:
1037 yallist: 3.1.1
1038 dev: true
1039
1040 /merge-anything@5.1.7:
1041 resolution: {integrity: sha512-eRtbOb1N5iyH0tkQDAoQ4Ipsp/5qSR79Dzrz8hEPxRX10RWWR/iQXdoKmBSRCThY1Fh5EhISDtpSc93fpxUniQ==}
1042 engines: {node: '>=12.13'}
1043 dependencies:
1044 is-what: 4.1.16
1045 dev: true
1046
1047 /ms@2.1.2:
1048 resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
1049 dev: true
1050
1051 /nanoid@3.3.7:
1052 resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==}
1053 engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
1054 hasBin: true
1055 dev: true
1056
1057 /node-releases@2.0.14:
1058 resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==}
1059 dev: true
1060
1061 /picocolors@1.0.0:
1062 resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
1063 dev: true
1064
1065 /postcss@8.4.35:
1066 resolution: {integrity: sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==}
1067 engines: {node: ^10 || ^12 || >=14}
1068 dependencies:
1069 nanoid: 3.3.7
1070 picocolors: 1.0.0
1071 source-map-js: 1.0.2
1072 dev: true
1073
1074 /rollup@4.10.0:
1075 resolution: {integrity: sha512-t2v9G2AKxcQ8yrG+WGxctBes1AomT0M4ND7jTFBCVPXQ/WFTvNSefIrNSmLKhIKBrvN8SG+CZslimJcT3W2u2g==}
1076 engines: {node: '>=18.0.0', npm: '>=8.0.0'}
1077 hasBin: true
1078 dependencies:
1079 '@types/estree': 1.0.5
1080 optionalDependencies:
1081 '@rollup/rollup-android-arm-eabi': 4.10.0
1082 '@rollup/rollup-android-arm64': 4.10.0
1083 '@rollup/rollup-darwin-arm64': 4.10.0
1084 '@rollup/rollup-darwin-x64': 4.10.0
1085 '@rollup/rollup-linux-arm-gnueabihf': 4.10.0
1086 '@rollup/rollup-linux-arm64-gnu': 4.10.0
1087 '@rollup/rollup-linux-arm64-musl': 4.10.0
1088 '@rollup/rollup-linux-riscv64-gnu': 4.10.0
1089 '@rollup/rollup-linux-x64-gnu': 4.10.0
1090 '@rollup/rollup-linux-x64-musl': 4.10.0
1091 '@rollup/rollup-win32-arm64-msvc': 4.10.0
1092 '@rollup/rollup-win32-ia32-msvc': 4.10.0
1093 '@rollup/rollup-win32-x64-msvc': 4.10.0
1094 fsevents: 2.3.3
1095 dev: true
1096
1097 /semver@6.3.1:
1098 resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
1099 hasBin: true
1100 dev: true
1101
1102 /seroval@0.5.1:
1103 resolution: {integrity: sha512-ZfhQVB59hmIauJG5Ydynupy8KHyr5imGNtdDhbZG68Ufh1Ynkv9KOYOAABf71oVbQxJ8VkWnMHAjEHE7fWkH5g==}
1104 engines: {node: '>=10'}
1105
1106 /solid-js@1.7.8:
1107 resolution: {integrity: sha512-XHBWk1FvFd0JMKljko7FfhefJMTSgYEuVKcQ2a8hzRXfiuSJAGsrPPafqEo+f6l+e8Oe3cROSpIL6kbzjC1fjQ==}
1108 dependencies:
1109 csstype: 3.1.3
1110 seroval: 0.5.1
1111
1112 /solid-refresh@0.5.3(solid-js@1.7.8):
1113 resolution: {integrity: sha512-Otg5it5sjOdZbQZJnvo99TEBAr6J7PQ5AubZLNU6szZzg3RQQ5MX04oteBIIGDs0y2Qv8aXKm9e44V8z+UnFdw==}
1114 peerDependencies:
1115 solid-js: ^1.3
1116 dependencies:
1117 '@babel/generator': 7.23.6
1118 '@babel/helper-module-imports': 7.22.15
1119 '@babel/types': 7.23.9
1120 solid-js: 1.7.8
1121 dev: true
1122
1123 /source-map-js@1.0.2:
1124 resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==}
1125 engines: {node: '>=0.10.0'}
1126 dev: true
1127
1128 /supports-color@5.5.0:
1129 resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==}
1130 engines: {node: '>=4'}
1131 dependencies:
1132 has-flag: 3.0.0
1133 dev: true
1134
1135 /to-fast-properties@2.0.0:
1136 resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
1137 engines: {node: '>=4'}
1138 dev: true
1139
1140 /typescript@5.0.2:
1141 resolution: {integrity: sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==}
1142 engines: {node: '>=12.20'}
1143 hasBin: true
1144 dev: true
1145
1146 /update-browserslist-db@1.0.13(browserslist@4.22.3):
1147 resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==}
1148 hasBin: true
1149 peerDependencies:
1150 browserslist: '>= 4.21.0'
1151 dependencies:
1152 browserslist: 4.22.3
1153 escalade: 3.1.2
1154 picocolors: 1.0.0
1155 dev: true
1156
1157 /validate-html-nesting@1.2.2:
1158 resolution: {integrity: sha512-hGdgQozCsQJMyfK5urgFcWEqsSSrK63Awe0t/IMR0bZ0QMtnuaiHzThW81guu3qx9abLi99NEuiaN6P9gVYsNg==}
1159 dev: true
1160
1161 /vite-plugin-solid@2.8.0(solid-js@1.7.8)(vite@5.0.0):
1162 resolution: {integrity: sha512-n5FAm7ZmTl94VWUoiJCgG7bouF2NlC9CA1wY/qbVnkFbYDWk++bFWyNoU48aLJ+lMtzNeYzJypJXOHzFKxL9xA==}
1163 peerDependencies:
1164 solid-js: ^1.7.2
1165 vite: ^3.0.0 || ^4.0.0 || ^5.0.0
1166 dependencies:
1167 '@babel/core': 7.23.9
1168 '@babel/preset-typescript': 7.23.3(@babel/core@7.23.9)
1169 '@types/babel__core': 7.20.5
1170 babel-preset-solid: 1.8.12(@babel/core@7.23.9)
1171 merge-anything: 5.1.7
1172 solid-js: 1.7.8
1173 solid-refresh: 0.5.3(solid-js@1.7.8)
1174 vite: 5.0.0
1175 vitefu: 0.2.5(vite@5.0.0)
1176 transitivePeerDependencies:
1177 - supports-color
1178 dev: true
1179
1180 /vite@5.0.0:
1181 resolution: {integrity: sha512-ESJVM59mdyGpsiNAeHQOR/0fqNoOyWPYesFto8FFZugfmhdHx8Fzd8sF3Q/xkVhZsyOxHfdM7ieiVAorI9RjFw==}
1182 engines: {node: ^18.0.0 || >=20.0.0}
1183 hasBin: true
1184 peerDependencies:
1185 '@types/node': ^18.0.0 || >=20.0.0
1186 less: '*'
1187 lightningcss: ^1.21.0
1188 sass: '*'
1189 stylus: '*'
1190 sugarss: '*'
1191 terser: ^5.4.0
1192 peerDependenciesMeta:
1193 '@types/node':
1194 optional: true
1195 less:
1196 optional: true
1197 lightningcss:
1198 optional: true
1199 sass:
1200 optional: true
1201 stylus:
1202 optional: true
1203 sugarss:
1204 optional: true
1205 terser:
1206 optional: true
1207 dependencies:
1208 esbuild: 0.19.12
1209 postcss: 8.4.35
1210 rollup: 4.10.0
1211 optionalDependencies:
1212 fsevents: 2.3.3
1213 dev: true
1214
1215 /vitefu@0.2.5(vite@5.0.0):
1216 resolution: {integrity: sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==}
1217 peerDependencies:
1218 vite: ^3.0.0 || ^4.0.0 || ^5.0.0
1219 peerDependenciesMeta:
1220 vite:
1221 optional: true
1222 dependencies:
1223 vite: 5.0.0
1224 dev: true
1225
1226 /yallist@3.1.1:
1227 resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
1228 dev: true