breadkit-render 0.1.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.
data/package-lock.json ADDED
@@ -0,0 +1,1172 @@
1
+ {
2
+ "name": "breadkit-render-site",
3
+ "version": "0.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "breadkit-render-site",
9
+ "version": "0.0.0",
10
+ "devDependencies": {
11
+ "@tailwindcss/cli": "4.3.3",
12
+ "tailwindcss": "4.3.3"
13
+ }
14
+ },
15
+ "node_modules/@jridgewell/gen-mapping": {
16
+ "version": "0.3.13",
17
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
18
+ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
19
+ "dev": true,
20
+ "license": "MIT",
21
+ "dependencies": {
22
+ "@jridgewell/sourcemap-codec": "^1.5.0",
23
+ "@jridgewell/trace-mapping": "^0.3.24"
24
+ }
25
+ },
26
+ "node_modules/@jridgewell/remapping": {
27
+ "version": "2.3.5",
28
+ "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
29
+ "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
30
+ "dev": true,
31
+ "license": "MIT",
32
+ "dependencies": {
33
+ "@jridgewell/gen-mapping": "^0.3.5",
34
+ "@jridgewell/trace-mapping": "^0.3.24"
35
+ }
36
+ },
37
+ "node_modules/@jridgewell/resolve-uri": {
38
+ "version": "3.1.2",
39
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
40
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
41
+ "dev": true,
42
+ "license": "MIT",
43
+ "engines": {
44
+ "node": ">=6.0.0"
45
+ }
46
+ },
47
+ "node_modules/@jridgewell/sourcemap-codec": {
48
+ "version": "1.6.0",
49
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.6.0.tgz",
50
+ "integrity": "sha512-T7jf+5zgsZHwNJ4lvQ7/aezbyk0nNX+zJVWpmHA7VYsEx7a7qr5Rg5IbtJFqkgze5Y2sruq1RUY8Q837Od7iFw==",
51
+ "dev": true,
52
+ "license": "MIT"
53
+ },
54
+ "node_modules/@jridgewell/trace-mapping": {
55
+ "version": "0.3.31",
56
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
57
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
58
+ "dev": true,
59
+ "license": "MIT",
60
+ "dependencies": {
61
+ "@jridgewell/resolve-uri": "^3.1.0",
62
+ "@jridgewell/sourcemap-codec": "^1.4.14"
63
+ }
64
+ },
65
+ "node_modules/@parcel/watcher": {
66
+ "version": "2.5.1",
67
+ "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz",
68
+ "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
69
+ "dev": true,
70
+ "hasInstallScript": true,
71
+ "license": "MIT",
72
+ "dependencies": {
73
+ "detect-libc": "^1.0.3",
74
+ "is-glob": "^4.0.3",
75
+ "micromatch": "^4.0.5",
76
+ "node-addon-api": "^7.0.0"
77
+ },
78
+ "engines": {
79
+ "node": ">= 10.0.0"
80
+ },
81
+ "funding": {
82
+ "type": "opencollective",
83
+ "url": "https://opencollective.com/parcel"
84
+ },
85
+ "optionalDependencies": {
86
+ "@parcel/watcher-android-arm64": "2.5.1",
87
+ "@parcel/watcher-darwin-arm64": "2.5.1",
88
+ "@parcel/watcher-darwin-x64": "2.5.1",
89
+ "@parcel/watcher-freebsd-x64": "2.5.1",
90
+ "@parcel/watcher-linux-arm-glibc": "2.5.1",
91
+ "@parcel/watcher-linux-arm-musl": "2.5.1",
92
+ "@parcel/watcher-linux-arm64-glibc": "2.5.1",
93
+ "@parcel/watcher-linux-arm64-musl": "2.5.1",
94
+ "@parcel/watcher-linux-x64-glibc": "2.5.1",
95
+ "@parcel/watcher-linux-x64-musl": "2.5.1",
96
+ "@parcel/watcher-win32-arm64": "2.5.1",
97
+ "@parcel/watcher-win32-ia32": "2.5.1",
98
+ "@parcel/watcher-win32-x64": "2.5.1"
99
+ }
100
+ },
101
+ "node_modules/@parcel/watcher-android-arm64": {
102
+ "version": "2.5.1",
103
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
104
+ "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
105
+ "cpu": [
106
+ "arm64"
107
+ ],
108
+ "dev": true,
109
+ "license": "MIT",
110
+ "optional": true,
111
+ "os": [
112
+ "android"
113
+ ],
114
+ "engines": {
115
+ "node": ">= 10.0.0"
116
+ },
117
+ "funding": {
118
+ "type": "opencollective",
119
+ "url": "https://opencollective.com/parcel"
120
+ }
121
+ },
122
+ "node_modules/@parcel/watcher-darwin-arm64": {
123
+ "version": "2.5.1",
124
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
125
+ "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
126
+ "cpu": [
127
+ "arm64"
128
+ ],
129
+ "dev": true,
130
+ "license": "MIT",
131
+ "optional": true,
132
+ "os": [
133
+ "darwin"
134
+ ],
135
+ "engines": {
136
+ "node": ">= 10.0.0"
137
+ },
138
+ "funding": {
139
+ "type": "opencollective",
140
+ "url": "https://opencollective.com/parcel"
141
+ }
142
+ },
143
+ "node_modules/@parcel/watcher-darwin-x64": {
144
+ "version": "2.5.1",
145
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
146
+ "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
147
+ "cpu": [
148
+ "x64"
149
+ ],
150
+ "dev": true,
151
+ "license": "MIT",
152
+ "optional": true,
153
+ "os": [
154
+ "darwin"
155
+ ],
156
+ "engines": {
157
+ "node": ">= 10.0.0"
158
+ },
159
+ "funding": {
160
+ "type": "opencollective",
161
+ "url": "https://opencollective.com/parcel"
162
+ }
163
+ },
164
+ "node_modules/@parcel/watcher-freebsd-x64": {
165
+ "version": "2.5.1",
166
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
167
+ "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
168
+ "cpu": [
169
+ "x64"
170
+ ],
171
+ "dev": true,
172
+ "license": "MIT",
173
+ "optional": true,
174
+ "os": [
175
+ "freebsd"
176
+ ],
177
+ "engines": {
178
+ "node": ">= 10.0.0"
179
+ },
180
+ "funding": {
181
+ "type": "opencollective",
182
+ "url": "https://opencollective.com/parcel"
183
+ }
184
+ },
185
+ "node_modules/@parcel/watcher-linux-arm-glibc": {
186
+ "version": "2.5.1",
187
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
188
+ "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
189
+ "cpu": [
190
+ "arm"
191
+ ],
192
+ "dev": true,
193
+ "libc": [
194
+ "glibc"
195
+ ],
196
+ "license": "MIT",
197
+ "optional": true,
198
+ "os": [
199
+ "linux"
200
+ ],
201
+ "engines": {
202
+ "node": ">= 10.0.0"
203
+ },
204
+ "funding": {
205
+ "type": "opencollective",
206
+ "url": "https://opencollective.com/parcel"
207
+ }
208
+ },
209
+ "node_modules/@parcel/watcher-linux-arm-musl": {
210
+ "version": "2.5.1",
211
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
212
+ "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
213
+ "cpu": [
214
+ "arm"
215
+ ],
216
+ "dev": true,
217
+ "libc": [
218
+ "musl"
219
+ ],
220
+ "license": "MIT",
221
+ "optional": true,
222
+ "os": [
223
+ "linux"
224
+ ],
225
+ "engines": {
226
+ "node": ">= 10.0.0"
227
+ },
228
+ "funding": {
229
+ "type": "opencollective",
230
+ "url": "https://opencollective.com/parcel"
231
+ }
232
+ },
233
+ "node_modules/@parcel/watcher-linux-arm64-glibc": {
234
+ "version": "2.5.1",
235
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
236
+ "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
237
+ "cpu": [
238
+ "arm64"
239
+ ],
240
+ "dev": true,
241
+ "libc": [
242
+ "glibc"
243
+ ],
244
+ "license": "MIT",
245
+ "optional": true,
246
+ "os": [
247
+ "linux"
248
+ ],
249
+ "engines": {
250
+ "node": ">= 10.0.0"
251
+ },
252
+ "funding": {
253
+ "type": "opencollective",
254
+ "url": "https://opencollective.com/parcel"
255
+ }
256
+ },
257
+ "node_modules/@parcel/watcher-linux-arm64-musl": {
258
+ "version": "2.5.1",
259
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
260
+ "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
261
+ "cpu": [
262
+ "arm64"
263
+ ],
264
+ "dev": true,
265
+ "libc": [
266
+ "musl"
267
+ ],
268
+ "license": "MIT",
269
+ "optional": true,
270
+ "os": [
271
+ "linux"
272
+ ],
273
+ "engines": {
274
+ "node": ">= 10.0.0"
275
+ },
276
+ "funding": {
277
+ "type": "opencollective",
278
+ "url": "https://opencollective.com/parcel"
279
+ }
280
+ },
281
+ "node_modules/@parcel/watcher-linux-x64-glibc": {
282
+ "version": "2.5.1",
283
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
284
+ "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
285
+ "cpu": [
286
+ "x64"
287
+ ],
288
+ "dev": true,
289
+ "libc": [
290
+ "glibc"
291
+ ],
292
+ "license": "MIT",
293
+ "optional": true,
294
+ "os": [
295
+ "linux"
296
+ ],
297
+ "engines": {
298
+ "node": ">= 10.0.0"
299
+ },
300
+ "funding": {
301
+ "type": "opencollective",
302
+ "url": "https://opencollective.com/parcel"
303
+ }
304
+ },
305
+ "node_modules/@parcel/watcher-linux-x64-musl": {
306
+ "version": "2.5.1",
307
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
308
+ "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
309
+ "cpu": [
310
+ "x64"
311
+ ],
312
+ "dev": true,
313
+ "libc": [
314
+ "musl"
315
+ ],
316
+ "license": "MIT",
317
+ "optional": true,
318
+ "os": [
319
+ "linux"
320
+ ],
321
+ "engines": {
322
+ "node": ">= 10.0.0"
323
+ },
324
+ "funding": {
325
+ "type": "opencollective",
326
+ "url": "https://opencollective.com/parcel"
327
+ }
328
+ },
329
+ "node_modules/@parcel/watcher-win32-arm64": {
330
+ "version": "2.5.1",
331
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
332
+ "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
333
+ "cpu": [
334
+ "arm64"
335
+ ],
336
+ "dev": true,
337
+ "license": "MIT",
338
+ "optional": true,
339
+ "os": [
340
+ "win32"
341
+ ],
342
+ "engines": {
343
+ "node": ">= 10.0.0"
344
+ },
345
+ "funding": {
346
+ "type": "opencollective",
347
+ "url": "https://opencollective.com/parcel"
348
+ }
349
+ },
350
+ "node_modules/@parcel/watcher-win32-ia32": {
351
+ "version": "2.5.1",
352
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
353
+ "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
354
+ "cpu": [
355
+ "ia32"
356
+ ],
357
+ "dev": true,
358
+ "license": "MIT",
359
+ "optional": true,
360
+ "os": [
361
+ "win32"
362
+ ],
363
+ "engines": {
364
+ "node": ">= 10.0.0"
365
+ },
366
+ "funding": {
367
+ "type": "opencollective",
368
+ "url": "https://opencollective.com/parcel"
369
+ }
370
+ },
371
+ "node_modules/@parcel/watcher-win32-x64": {
372
+ "version": "2.5.1",
373
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
374
+ "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
375
+ "cpu": [
376
+ "x64"
377
+ ],
378
+ "dev": true,
379
+ "license": "MIT",
380
+ "optional": true,
381
+ "os": [
382
+ "win32"
383
+ ],
384
+ "engines": {
385
+ "node": ">= 10.0.0"
386
+ },
387
+ "funding": {
388
+ "type": "opencollective",
389
+ "url": "https://opencollective.com/parcel"
390
+ }
391
+ },
392
+ "node_modules/@tailwindcss/cli": {
393
+ "version": "4.3.3",
394
+ "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.3.3.tgz",
395
+ "integrity": "sha512-ZvS/n1ZHOBKcVlhkt8l5NNr1EDXk1NboYO5CYDOs6NUmvT9z6bzkwsosaJftY57T/3gWNzWMJzIXLodZC8ssdw==",
396
+ "dev": true,
397
+ "license": "MIT",
398
+ "dependencies": {
399
+ "@parcel/watcher": "2.5.1",
400
+ "@tailwindcss/node": "4.3.3",
401
+ "@tailwindcss/oxide": "4.3.3",
402
+ "enhanced-resolve": "^5.24.1",
403
+ "mri": "^1.2.0",
404
+ "picocolors": "^1.1.1",
405
+ "tailwindcss": "4.3.3"
406
+ },
407
+ "bin": {
408
+ "tailwindcss": "dist/index.mjs"
409
+ }
410
+ },
411
+ "node_modules/@tailwindcss/node": {
412
+ "version": "4.3.3",
413
+ "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.3.3.tgz",
414
+ "integrity": "sha512-/T8IKEsf9VTU6tLjgC7+sv2mOPtQxzE2jMw7u4Tt40Tx+QSZxpzh95/H6cMKoja9XuW7iMdLJYBB0o9G1CaAgg==",
415
+ "dev": true,
416
+ "license": "MIT",
417
+ "dependencies": {
418
+ "@jridgewell/remapping": "^2.3.5",
419
+ "enhanced-resolve": "^5.24.1",
420
+ "jiti": "^2.7.0",
421
+ "lightningcss": "1.32.0",
422
+ "magic-string": "^0.30.21",
423
+ "source-map-js": "^1.2.1",
424
+ "tailwindcss": "4.3.3"
425
+ }
426
+ },
427
+ "node_modules/@tailwindcss/oxide": {
428
+ "version": "4.3.3",
429
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.3.tgz",
430
+ "integrity": "sha512-krXjAikiaFSPaK/FkAQT5UTx3VormQaiZ5hBFlJZ9UFQGB/rwg1MZIhHAG9smMQRTdyJxP6Qt5MwMtdyU5FWrA==",
431
+ "dev": true,
432
+ "license": "MIT",
433
+ "engines": {
434
+ "node": ">= 20"
435
+ },
436
+ "optionalDependencies": {
437
+ "@tailwindcss/oxide-android-arm64": "4.3.3",
438
+ "@tailwindcss/oxide-darwin-arm64": "4.3.3",
439
+ "@tailwindcss/oxide-darwin-x64": "4.3.3",
440
+ "@tailwindcss/oxide-freebsd-x64": "4.3.3",
441
+ "@tailwindcss/oxide-linux-arm-gnueabihf": "4.3.3",
442
+ "@tailwindcss/oxide-linux-arm64-gnu": "4.3.3",
443
+ "@tailwindcss/oxide-linux-arm64-musl": "4.3.3",
444
+ "@tailwindcss/oxide-linux-x64-gnu": "4.3.3",
445
+ "@tailwindcss/oxide-linux-x64-musl": "4.3.3",
446
+ "@tailwindcss/oxide-wasm32-wasi": "4.3.3",
447
+ "@tailwindcss/oxide-win32-arm64-msvc": "4.3.3",
448
+ "@tailwindcss/oxide-win32-x64-msvc": "4.3.3"
449
+ }
450
+ },
451
+ "node_modules/@tailwindcss/oxide-android-arm64": {
452
+ "version": "4.3.3",
453
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.3.3.tgz",
454
+ "integrity": "sha512-Y85A2gmPSkl5Ve5qR86GL4HT509cFqQh1aes9p3sSkyTPwt0Pppf3GkwGe4JPACcRYjgJIEhQgM6dBClnr0NYw==",
455
+ "cpu": [
456
+ "arm64"
457
+ ],
458
+ "dev": true,
459
+ "license": "MIT",
460
+ "optional": true,
461
+ "os": [
462
+ "android"
463
+ ],
464
+ "engines": {
465
+ "node": ">= 20"
466
+ }
467
+ },
468
+ "node_modules/@tailwindcss/oxide-darwin-arm64": {
469
+ "version": "4.3.3",
470
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.3.3.tgz",
471
+ "integrity": "sha512-BiaWatpBcERQFDlOjRDpIVXuFK5PJez5SA4JMg6VYZdBYU+qKfV/vqjcIs+IYmtitf1xYQZTwXvU/8y4lfZUGw==",
472
+ "cpu": [
473
+ "arm64"
474
+ ],
475
+ "dev": true,
476
+ "license": "MIT",
477
+ "optional": true,
478
+ "os": [
479
+ "darwin"
480
+ ],
481
+ "engines": {
482
+ "node": ">= 20"
483
+ }
484
+ },
485
+ "node_modules/@tailwindcss/oxide-darwin-x64": {
486
+ "version": "4.3.3",
487
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.3.3.tgz",
488
+ "integrity": "sha512-fAeUqfV5ndhxRwai8cXGzdLvul9utWOmeTkv69unv4ZXixjn61Z+p9lCWdwOwA3TYboG3BwdVuN/RDjhBRl0mw==",
489
+ "cpu": [
490
+ "x64"
491
+ ],
492
+ "dev": true,
493
+ "license": "MIT",
494
+ "optional": true,
495
+ "os": [
496
+ "darwin"
497
+ ],
498
+ "engines": {
499
+ "node": ">= 20"
500
+ }
501
+ },
502
+ "node_modules/@tailwindcss/oxide-freebsd-x64": {
503
+ "version": "4.3.3",
504
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.3.3.tgz",
505
+ "integrity": "sha512-iyf5bV6+wnAlflVeEy7R25dupxTNECZN5QMI0qNT6eT+EgaGdZcKhGkr5SdoaWiLJ3spLqIY9VCeSGrwmtg4kw==",
506
+ "cpu": [
507
+ "x64"
508
+ ],
509
+ "dev": true,
510
+ "license": "MIT",
511
+ "optional": true,
512
+ "os": [
513
+ "freebsd"
514
+ ],
515
+ "engines": {
516
+ "node": ">= 20"
517
+ }
518
+ },
519
+ "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
520
+ "version": "4.3.3",
521
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.3.3.tgz",
522
+ "integrity": "sha512-aAYUprJAJQWWbRrPvtjdroZ56Md+JM8pMiopS6xGEwDfLhqj+2ver2p4nU4Mb3CRqcMmNBjo8KkUgcxhkzVQGQ==",
523
+ "cpu": [
524
+ "arm"
525
+ ],
526
+ "dev": true,
527
+ "license": "MIT",
528
+ "optional": true,
529
+ "os": [
530
+ "linux"
531
+ ],
532
+ "engines": {
533
+ "node": ">= 20"
534
+ }
535
+ },
536
+ "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
537
+ "version": "4.3.3",
538
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.3.3.tgz",
539
+ "integrity": "sha512-nDxldcEENOxZRzC2uu9jrutZdAAQtb+8WWDCSnWL1zvBk1+FN+x6MtDViPB5AJMfttVCUhehGWus3XBPgatM/w==",
540
+ "cpu": [
541
+ "arm64"
542
+ ],
543
+ "dev": true,
544
+ "libc": [
545
+ "glibc"
546
+ ],
547
+ "license": "MIT",
548
+ "optional": true,
549
+ "os": [
550
+ "linux"
551
+ ],
552
+ "engines": {
553
+ "node": ">= 20"
554
+ }
555
+ },
556
+ "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
557
+ "version": "4.3.3",
558
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.3.3.tgz",
559
+ "integrity": "sha512-Md44bD6veX/PC5iyF8cDVnw4HBIANZepRZZ7a8DQOvkfo5WUBwcp6iAuCUz23u+4SUkhJlD3eL7hNdW8ezd/kA==",
560
+ "cpu": [
561
+ "arm64"
562
+ ],
563
+ "dev": true,
564
+ "libc": [
565
+ "musl"
566
+ ],
567
+ "license": "MIT",
568
+ "optional": true,
569
+ "os": [
570
+ "linux"
571
+ ],
572
+ "engines": {
573
+ "node": ">= 20"
574
+ }
575
+ },
576
+ "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
577
+ "version": "4.3.3",
578
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.3.3.tgz",
579
+ "integrity": "sha512-tx7us1muwOKAKWao2v/GaafFeQboE6aj88vC6ziN2NCGcRm8gWUhwjzg+YdVB1e4boAtdtma4L43onunI6NS4w==",
580
+ "cpu": [
581
+ "x64"
582
+ ],
583
+ "dev": true,
584
+ "libc": [
585
+ "glibc"
586
+ ],
587
+ "license": "MIT",
588
+ "optional": true,
589
+ "os": [
590
+ "linux"
591
+ ],
592
+ "engines": {
593
+ "node": ">= 20"
594
+ }
595
+ },
596
+ "node_modules/@tailwindcss/oxide-linux-x64-musl": {
597
+ "version": "4.3.3",
598
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.3.3.tgz",
599
+ "integrity": "sha512-SJxX60smvHgasZoBy11dX6YRjXJFovwWBoedhbQPOBzgFWBHGB+TVPWB9BxzR7TTxU8FQZAI2AyiNCMzFm8Img==",
600
+ "cpu": [
601
+ "x64"
602
+ ],
603
+ "dev": true,
604
+ "libc": [
605
+ "musl"
606
+ ],
607
+ "license": "MIT",
608
+ "optional": true,
609
+ "os": [
610
+ "linux"
611
+ ],
612
+ "engines": {
613
+ "node": ">= 20"
614
+ }
615
+ },
616
+ "node_modules/@tailwindcss/oxide-wasm32-wasi": {
617
+ "version": "4.3.3",
618
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.3.3.tgz",
619
+ "integrity": "sha512-jx1+rPhY/5Ympkktd656HBWEBLxP7dH06losBLjjf5vgCODXvi9KhtftWcMIwTFIDqBr7cRnQkdLnAG+IOlGvQ==",
620
+ "bundleDependencies": [
621
+ "@napi-rs/wasm-runtime",
622
+ "@emnapi/core",
623
+ "@emnapi/runtime",
624
+ "@tybys/wasm-util",
625
+ "@emnapi/wasi-threads",
626
+ "tslib"
627
+ ],
628
+ "cpu": [
629
+ "wasm32"
630
+ ],
631
+ "dev": true,
632
+ "license": "MIT",
633
+ "optional": true,
634
+ "dependencies": {
635
+ "@emnapi/core": "^1.11.1",
636
+ "@emnapi/runtime": "^1.11.1",
637
+ "@emnapi/wasi-threads": "^1.2.2",
638
+ "@napi-rs/wasm-runtime": "^1.1.4",
639
+ "@tybys/wasm-util": "^0.10.2",
640
+ "tslib": "^2.8.1"
641
+ },
642
+ "engines": {
643
+ "node": ">=14.0.0"
644
+ }
645
+ },
646
+ "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
647
+ "version": "4.3.3",
648
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.3.tgz",
649
+ "integrity": "sha512-3rc292Ca2ceK6Ulcc/bAVnTs/3nDtoPhyEKlgPv+yQJQi/JS/AMJlqzxvlDacL1nekbrcf6bTqp/jV4qgnPxNQ==",
650
+ "cpu": [
651
+ "arm64"
652
+ ],
653
+ "dev": true,
654
+ "license": "MIT",
655
+ "optional": true,
656
+ "os": [
657
+ "win32"
658
+ ],
659
+ "engines": {
660
+ "node": ">= 20"
661
+ }
662
+ },
663
+ "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
664
+ "version": "4.3.3",
665
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.3.3.tgz",
666
+ "integrity": "sha512-yJ0pwIVc/nYeGoV02WtsN8KYyLQv7kyI2wDnkezyJlGGjkd4QLwDGAwl47YpPJeuI0M0ObaXGSPjvWDPeTPggw==",
667
+ "cpu": [
668
+ "x64"
669
+ ],
670
+ "dev": true,
671
+ "license": "MIT",
672
+ "optional": true,
673
+ "os": [
674
+ "win32"
675
+ ],
676
+ "engines": {
677
+ "node": ">= 20"
678
+ }
679
+ },
680
+ "node_modules/braces": {
681
+ "version": "3.0.3",
682
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
683
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
684
+ "dev": true,
685
+ "license": "MIT",
686
+ "dependencies": {
687
+ "fill-range": "^7.1.1"
688
+ },
689
+ "engines": {
690
+ "node": ">=8"
691
+ }
692
+ },
693
+ "node_modules/detect-libc": {
694
+ "version": "1.0.3",
695
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
696
+ "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
697
+ "dev": true,
698
+ "license": "Apache-2.0",
699
+ "bin": {
700
+ "detect-libc": "bin/detect-libc.js"
701
+ },
702
+ "engines": {
703
+ "node": ">=0.10"
704
+ }
705
+ },
706
+ "node_modules/enhanced-resolve": {
707
+ "version": "5.25.1",
708
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.25.1.tgz",
709
+ "integrity": "sha512-nGXts5znJzmWPu+mIE9izCOzdg63oJca2mDzGWWTth7sr4aCToKcoyFVBQwN75Ij5Pf6p510EwkTqViTRzDV+w==",
710
+ "dev": true,
711
+ "license": "MIT",
712
+ "dependencies": {
713
+ "graceful-fs": "^4.2.4",
714
+ "tapable": "^2.3.3"
715
+ },
716
+ "engines": {
717
+ "node": ">=10.13.0"
718
+ }
719
+ },
720
+ "node_modules/fill-range": {
721
+ "version": "7.1.1",
722
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
723
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
724
+ "dev": true,
725
+ "license": "MIT",
726
+ "dependencies": {
727
+ "to-regex-range": "^5.0.1"
728
+ },
729
+ "engines": {
730
+ "node": ">=8"
731
+ }
732
+ },
733
+ "node_modules/graceful-fs": {
734
+ "version": "4.2.11",
735
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
736
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
737
+ "dev": true,
738
+ "license": "ISC"
739
+ },
740
+ "node_modules/is-extglob": {
741
+ "version": "2.1.1",
742
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
743
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
744
+ "dev": true,
745
+ "license": "MIT",
746
+ "engines": {
747
+ "node": ">=0.10.0"
748
+ }
749
+ },
750
+ "node_modules/is-glob": {
751
+ "version": "4.0.3",
752
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
753
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
754
+ "dev": true,
755
+ "license": "MIT",
756
+ "dependencies": {
757
+ "is-extglob": "^2.1.1"
758
+ },
759
+ "engines": {
760
+ "node": ">=0.10.0"
761
+ }
762
+ },
763
+ "node_modules/is-number": {
764
+ "version": "7.0.0",
765
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
766
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
767
+ "dev": true,
768
+ "license": "MIT",
769
+ "engines": {
770
+ "node": ">=0.12.0"
771
+ }
772
+ },
773
+ "node_modules/jiti": {
774
+ "version": "2.7.0",
775
+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.7.0.tgz",
776
+ "integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==",
777
+ "dev": true,
778
+ "license": "MIT",
779
+ "bin": {
780
+ "jiti": "lib/jiti-cli.mjs"
781
+ }
782
+ },
783
+ "node_modules/lightningcss": {
784
+ "version": "1.32.0",
785
+ "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
786
+ "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
787
+ "dev": true,
788
+ "license": "MPL-2.0",
789
+ "dependencies": {
790
+ "detect-libc": "^2.0.3"
791
+ },
792
+ "engines": {
793
+ "node": ">= 12.0.0"
794
+ },
795
+ "funding": {
796
+ "type": "opencollective",
797
+ "url": "https://opencollective.com/parcel"
798
+ },
799
+ "optionalDependencies": {
800
+ "lightningcss-android-arm64": "1.32.0",
801
+ "lightningcss-darwin-arm64": "1.32.0",
802
+ "lightningcss-darwin-x64": "1.32.0",
803
+ "lightningcss-freebsd-x64": "1.32.0",
804
+ "lightningcss-linux-arm-gnueabihf": "1.32.0",
805
+ "lightningcss-linux-arm64-gnu": "1.32.0",
806
+ "lightningcss-linux-arm64-musl": "1.32.0",
807
+ "lightningcss-linux-x64-gnu": "1.32.0",
808
+ "lightningcss-linux-x64-musl": "1.32.0",
809
+ "lightningcss-win32-arm64-msvc": "1.32.0",
810
+ "lightningcss-win32-x64-msvc": "1.32.0"
811
+ }
812
+ },
813
+ "node_modules/lightningcss-android-arm64": {
814
+ "version": "1.32.0",
815
+ "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
816
+ "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
817
+ "cpu": [
818
+ "arm64"
819
+ ],
820
+ "dev": true,
821
+ "license": "MPL-2.0",
822
+ "optional": true,
823
+ "os": [
824
+ "android"
825
+ ],
826
+ "engines": {
827
+ "node": ">= 12.0.0"
828
+ },
829
+ "funding": {
830
+ "type": "opencollective",
831
+ "url": "https://opencollective.com/parcel"
832
+ }
833
+ },
834
+ "node_modules/lightningcss-darwin-arm64": {
835
+ "version": "1.32.0",
836
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
837
+ "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
838
+ "cpu": [
839
+ "arm64"
840
+ ],
841
+ "dev": true,
842
+ "license": "MPL-2.0",
843
+ "optional": true,
844
+ "os": [
845
+ "darwin"
846
+ ],
847
+ "engines": {
848
+ "node": ">= 12.0.0"
849
+ },
850
+ "funding": {
851
+ "type": "opencollective",
852
+ "url": "https://opencollective.com/parcel"
853
+ }
854
+ },
855
+ "node_modules/lightningcss-darwin-x64": {
856
+ "version": "1.32.0",
857
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
858
+ "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
859
+ "cpu": [
860
+ "x64"
861
+ ],
862
+ "dev": true,
863
+ "license": "MPL-2.0",
864
+ "optional": true,
865
+ "os": [
866
+ "darwin"
867
+ ],
868
+ "engines": {
869
+ "node": ">= 12.0.0"
870
+ },
871
+ "funding": {
872
+ "type": "opencollective",
873
+ "url": "https://opencollective.com/parcel"
874
+ }
875
+ },
876
+ "node_modules/lightningcss-freebsd-x64": {
877
+ "version": "1.32.0",
878
+ "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
879
+ "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
880
+ "cpu": [
881
+ "x64"
882
+ ],
883
+ "dev": true,
884
+ "license": "MPL-2.0",
885
+ "optional": true,
886
+ "os": [
887
+ "freebsd"
888
+ ],
889
+ "engines": {
890
+ "node": ">= 12.0.0"
891
+ },
892
+ "funding": {
893
+ "type": "opencollective",
894
+ "url": "https://opencollective.com/parcel"
895
+ }
896
+ },
897
+ "node_modules/lightningcss-linux-arm-gnueabihf": {
898
+ "version": "1.32.0",
899
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
900
+ "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
901
+ "cpu": [
902
+ "arm"
903
+ ],
904
+ "dev": true,
905
+ "license": "MPL-2.0",
906
+ "optional": true,
907
+ "os": [
908
+ "linux"
909
+ ],
910
+ "engines": {
911
+ "node": ">= 12.0.0"
912
+ },
913
+ "funding": {
914
+ "type": "opencollective",
915
+ "url": "https://opencollective.com/parcel"
916
+ }
917
+ },
918
+ "node_modules/lightningcss-linux-arm64-gnu": {
919
+ "version": "1.32.0",
920
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
921
+ "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
922
+ "cpu": [
923
+ "arm64"
924
+ ],
925
+ "dev": true,
926
+ "libc": [
927
+ "glibc"
928
+ ],
929
+ "license": "MPL-2.0",
930
+ "optional": true,
931
+ "os": [
932
+ "linux"
933
+ ],
934
+ "engines": {
935
+ "node": ">= 12.0.0"
936
+ },
937
+ "funding": {
938
+ "type": "opencollective",
939
+ "url": "https://opencollective.com/parcel"
940
+ }
941
+ },
942
+ "node_modules/lightningcss-linux-arm64-musl": {
943
+ "version": "1.32.0",
944
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
945
+ "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
946
+ "cpu": [
947
+ "arm64"
948
+ ],
949
+ "dev": true,
950
+ "libc": [
951
+ "musl"
952
+ ],
953
+ "license": "MPL-2.0",
954
+ "optional": true,
955
+ "os": [
956
+ "linux"
957
+ ],
958
+ "engines": {
959
+ "node": ">= 12.0.0"
960
+ },
961
+ "funding": {
962
+ "type": "opencollective",
963
+ "url": "https://opencollective.com/parcel"
964
+ }
965
+ },
966
+ "node_modules/lightningcss-linux-x64-gnu": {
967
+ "version": "1.32.0",
968
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
969
+ "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
970
+ "cpu": [
971
+ "x64"
972
+ ],
973
+ "dev": true,
974
+ "libc": [
975
+ "glibc"
976
+ ],
977
+ "license": "MPL-2.0",
978
+ "optional": true,
979
+ "os": [
980
+ "linux"
981
+ ],
982
+ "engines": {
983
+ "node": ">= 12.0.0"
984
+ },
985
+ "funding": {
986
+ "type": "opencollective",
987
+ "url": "https://opencollective.com/parcel"
988
+ }
989
+ },
990
+ "node_modules/lightningcss-linux-x64-musl": {
991
+ "version": "1.32.0",
992
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
993
+ "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
994
+ "cpu": [
995
+ "x64"
996
+ ],
997
+ "dev": true,
998
+ "libc": [
999
+ "musl"
1000
+ ],
1001
+ "license": "MPL-2.0",
1002
+ "optional": true,
1003
+ "os": [
1004
+ "linux"
1005
+ ],
1006
+ "engines": {
1007
+ "node": ">= 12.0.0"
1008
+ },
1009
+ "funding": {
1010
+ "type": "opencollective",
1011
+ "url": "https://opencollective.com/parcel"
1012
+ }
1013
+ },
1014
+ "node_modules/lightningcss-win32-arm64-msvc": {
1015
+ "version": "1.32.0",
1016
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
1017
+ "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
1018
+ "cpu": [
1019
+ "arm64"
1020
+ ],
1021
+ "dev": true,
1022
+ "license": "MPL-2.0",
1023
+ "optional": true,
1024
+ "os": [
1025
+ "win32"
1026
+ ],
1027
+ "engines": {
1028
+ "node": ">= 12.0.0"
1029
+ },
1030
+ "funding": {
1031
+ "type": "opencollective",
1032
+ "url": "https://opencollective.com/parcel"
1033
+ }
1034
+ },
1035
+ "node_modules/lightningcss-win32-x64-msvc": {
1036
+ "version": "1.32.0",
1037
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
1038
+ "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
1039
+ "cpu": [
1040
+ "x64"
1041
+ ],
1042
+ "dev": true,
1043
+ "license": "MPL-2.0",
1044
+ "optional": true,
1045
+ "os": [
1046
+ "win32"
1047
+ ],
1048
+ "engines": {
1049
+ "node": ">= 12.0.0"
1050
+ },
1051
+ "funding": {
1052
+ "type": "opencollective",
1053
+ "url": "https://opencollective.com/parcel"
1054
+ }
1055
+ },
1056
+ "node_modules/lightningcss/node_modules/detect-libc": {
1057
+ "version": "2.1.2",
1058
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
1059
+ "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
1060
+ "dev": true,
1061
+ "license": "Apache-2.0",
1062
+ "engines": {
1063
+ "node": ">=8"
1064
+ }
1065
+ },
1066
+ "node_modules/magic-string": {
1067
+ "version": "0.30.21",
1068
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
1069
+ "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
1070
+ "dev": true,
1071
+ "license": "MIT",
1072
+ "dependencies": {
1073
+ "@jridgewell/sourcemap-codec": "^1.5.5"
1074
+ }
1075
+ },
1076
+ "node_modules/micromatch": {
1077
+ "version": "4.0.8",
1078
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
1079
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
1080
+ "dev": true,
1081
+ "license": "MIT",
1082
+ "dependencies": {
1083
+ "braces": "^3.0.3",
1084
+ "picomatch": "^2.3.1"
1085
+ },
1086
+ "engines": {
1087
+ "node": ">=8.6"
1088
+ }
1089
+ },
1090
+ "node_modules/mri": {
1091
+ "version": "1.2.0",
1092
+ "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
1093
+ "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==",
1094
+ "dev": true,
1095
+ "license": "MIT",
1096
+ "engines": {
1097
+ "node": ">=4"
1098
+ }
1099
+ },
1100
+ "node_modules/node-addon-api": {
1101
+ "version": "7.1.1",
1102
+ "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
1103
+ "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
1104
+ "dev": true,
1105
+ "license": "MIT"
1106
+ },
1107
+ "node_modules/picocolors": {
1108
+ "version": "1.1.1",
1109
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
1110
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
1111
+ "dev": true,
1112
+ "license": "ISC"
1113
+ },
1114
+ "node_modules/picomatch": {
1115
+ "version": "2.3.2",
1116
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
1117
+ "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
1118
+ "dev": true,
1119
+ "license": "MIT",
1120
+ "engines": {
1121
+ "node": ">=8.6"
1122
+ },
1123
+ "funding": {
1124
+ "url": "https://github.com/sponsors/jonschlinkert"
1125
+ }
1126
+ },
1127
+ "node_modules/source-map-js": {
1128
+ "version": "1.2.1",
1129
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
1130
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
1131
+ "dev": true,
1132
+ "license": "BSD-3-Clause",
1133
+ "engines": {
1134
+ "node": ">=0.10.0"
1135
+ }
1136
+ },
1137
+ "node_modules/tailwindcss": {
1138
+ "version": "4.3.3",
1139
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.3.tgz",
1140
+ "integrity": "sha512-gOhV3P7ufE62QDGg1zVaTgCR+EtPv92k2nIhVcVKcLmxT1sUBsQGhnZj175j+MqRt4zLF7ic+sCYjfhxMxj7YQ==",
1141
+ "dev": true,
1142
+ "license": "MIT"
1143
+ },
1144
+ "node_modules/tapable": {
1145
+ "version": "2.3.3",
1146
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz",
1147
+ "integrity": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==",
1148
+ "dev": true,
1149
+ "license": "MIT",
1150
+ "engines": {
1151
+ "node": ">=6"
1152
+ },
1153
+ "funding": {
1154
+ "type": "opencollective",
1155
+ "url": "https://opencollective.com/webpack"
1156
+ }
1157
+ },
1158
+ "node_modules/to-regex-range": {
1159
+ "version": "5.0.1",
1160
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
1161
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
1162
+ "dev": true,
1163
+ "license": "MIT",
1164
+ "dependencies": {
1165
+ "is-number": "^7.0.0"
1166
+ },
1167
+ "engines": {
1168
+ "node": ">=8.0"
1169
+ }
1170
+ }
1171
+ }
1172
+ }