wagtail-tw-blocks 0.1.0__py3-none-any.whl

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.
@@ -0,0 +1,1326 @@
1
+ {
2
+ "name": "ui",
3
+ "lockfileVersion": 3,
4
+ "requires": true,
5
+ "packages": {
6
+ "": {
7
+ "dependencies": {
8
+ "@tailwindcss/cli": "^4.1.11",
9
+ "tailwindcss": "^4.1.11"
10
+ },
11
+ "devDependencies": {
12
+ "@tailwindcss/typography": "^0.5.16",
13
+ "daisyui": "^5.0.50",
14
+ "prettier": "^3.6.2",
15
+ "prettier-plugin-tailwindcss": "^0.6.14"
16
+ }
17
+ },
18
+ "node_modules/@ampproject/remapping": {
19
+ "version": "2.3.0",
20
+ "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
21
+ "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
22
+ "license": "Apache-2.0",
23
+ "dependencies": {
24
+ "@jridgewell/gen-mapping": "^0.3.5",
25
+ "@jridgewell/trace-mapping": "^0.3.24"
26
+ },
27
+ "engines": {
28
+ "node": ">=6.0.0"
29
+ }
30
+ },
31
+ "node_modules/@isaacs/fs-minipass": {
32
+ "version": "4.0.1",
33
+ "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
34
+ "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
35
+ "license": "ISC",
36
+ "dependencies": {
37
+ "minipass": "^7.0.4"
38
+ },
39
+ "engines": {
40
+ "node": ">=18.0.0"
41
+ }
42
+ },
43
+ "node_modules/@jridgewell/gen-mapping": {
44
+ "version": "0.3.12",
45
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz",
46
+ "integrity": "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==",
47
+ "license": "MIT",
48
+ "dependencies": {
49
+ "@jridgewell/sourcemap-codec": "^1.5.0",
50
+ "@jridgewell/trace-mapping": "^0.3.24"
51
+ }
52
+ },
53
+ "node_modules/@jridgewell/resolve-uri": {
54
+ "version": "3.1.2",
55
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
56
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
57
+ "license": "MIT",
58
+ "engines": {
59
+ "node": ">=6.0.0"
60
+ }
61
+ },
62
+ "node_modules/@jridgewell/sourcemap-codec": {
63
+ "version": "1.5.4",
64
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz",
65
+ "integrity": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==",
66
+ "license": "MIT"
67
+ },
68
+ "node_modules/@jridgewell/trace-mapping": {
69
+ "version": "0.3.29",
70
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz",
71
+ "integrity": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==",
72
+ "license": "MIT",
73
+ "dependencies": {
74
+ "@jridgewell/resolve-uri": "^3.1.0",
75
+ "@jridgewell/sourcemap-codec": "^1.4.14"
76
+ }
77
+ },
78
+ "node_modules/@parcel/watcher": {
79
+ "version": "2.5.1",
80
+ "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz",
81
+ "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
82
+ "hasInstallScript": true,
83
+ "license": "MIT",
84
+ "dependencies": {
85
+ "detect-libc": "^1.0.3",
86
+ "is-glob": "^4.0.3",
87
+ "micromatch": "^4.0.5",
88
+ "node-addon-api": "^7.0.0"
89
+ },
90
+ "engines": {
91
+ "node": ">= 10.0.0"
92
+ },
93
+ "funding": {
94
+ "type": "opencollective",
95
+ "url": "https://opencollective.com/parcel"
96
+ },
97
+ "optionalDependencies": {
98
+ "@parcel/watcher-android-arm64": "2.5.1",
99
+ "@parcel/watcher-darwin-arm64": "2.5.1",
100
+ "@parcel/watcher-darwin-x64": "2.5.1",
101
+ "@parcel/watcher-freebsd-x64": "2.5.1",
102
+ "@parcel/watcher-linux-arm-glibc": "2.5.1",
103
+ "@parcel/watcher-linux-arm-musl": "2.5.1",
104
+ "@parcel/watcher-linux-arm64-glibc": "2.5.1",
105
+ "@parcel/watcher-linux-arm64-musl": "2.5.1",
106
+ "@parcel/watcher-linux-x64-glibc": "2.5.1",
107
+ "@parcel/watcher-linux-x64-musl": "2.5.1",
108
+ "@parcel/watcher-win32-arm64": "2.5.1",
109
+ "@parcel/watcher-win32-ia32": "2.5.1",
110
+ "@parcel/watcher-win32-x64": "2.5.1"
111
+ }
112
+ },
113
+ "node_modules/@parcel/watcher-android-arm64": {
114
+ "version": "2.5.1",
115
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
116
+ "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
117
+ "cpu": [
118
+ "arm64"
119
+ ],
120
+ "license": "MIT",
121
+ "optional": true,
122
+ "os": [
123
+ "android"
124
+ ],
125
+ "engines": {
126
+ "node": ">= 10.0.0"
127
+ },
128
+ "funding": {
129
+ "type": "opencollective",
130
+ "url": "https://opencollective.com/parcel"
131
+ }
132
+ },
133
+ "node_modules/@parcel/watcher-darwin-arm64": {
134
+ "version": "2.5.1",
135
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
136
+ "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
137
+ "cpu": [
138
+ "arm64"
139
+ ],
140
+ "license": "MIT",
141
+ "optional": true,
142
+ "os": [
143
+ "darwin"
144
+ ],
145
+ "engines": {
146
+ "node": ">= 10.0.0"
147
+ },
148
+ "funding": {
149
+ "type": "opencollective",
150
+ "url": "https://opencollective.com/parcel"
151
+ }
152
+ },
153
+ "node_modules/@parcel/watcher-darwin-x64": {
154
+ "version": "2.5.1",
155
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
156
+ "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
157
+ "cpu": [
158
+ "x64"
159
+ ],
160
+ "license": "MIT",
161
+ "optional": true,
162
+ "os": [
163
+ "darwin"
164
+ ],
165
+ "engines": {
166
+ "node": ">= 10.0.0"
167
+ },
168
+ "funding": {
169
+ "type": "opencollective",
170
+ "url": "https://opencollective.com/parcel"
171
+ }
172
+ },
173
+ "node_modules/@parcel/watcher-freebsd-x64": {
174
+ "version": "2.5.1",
175
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
176
+ "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
177
+ "cpu": [
178
+ "x64"
179
+ ],
180
+ "license": "MIT",
181
+ "optional": true,
182
+ "os": [
183
+ "freebsd"
184
+ ],
185
+ "engines": {
186
+ "node": ">= 10.0.0"
187
+ },
188
+ "funding": {
189
+ "type": "opencollective",
190
+ "url": "https://opencollective.com/parcel"
191
+ }
192
+ },
193
+ "node_modules/@parcel/watcher-linux-arm-glibc": {
194
+ "version": "2.5.1",
195
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
196
+ "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
197
+ "cpu": [
198
+ "arm"
199
+ ],
200
+ "license": "MIT",
201
+ "optional": true,
202
+ "os": [
203
+ "linux"
204
+ ],
205
+ "engines": {
206
+ "node": ">= 10.0.0"
207
+ },
208
+ "funding": {
209
+ "type": "opencollective",
210
+ "url": "https://opencollective.com/parcel"
211
+ }
212
+ },
213
+ "node_modules/@parcel/watcher-linux-arm-musl": {
214
+ "version": "2.5.1",
215
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
216
+ "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
217
+ "cpu": [
218
+ "arm"
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
+ "license": "MIT",
241
+ "optional": true,
242
+ "os": [
243
+ "linux"
244
+ ],
245
+ "engines": {
246
+ "node": ">= 10.0.0"
247
+ },
248
+ "funding": {
249
+ "type": "opencollective",
250
+ "url": "https://opencollective.com/parcel"
251
+ }
252
+ },
253
+ "node_modules/@parcel/watcher-linux-arm64-musl": {
254
+ "version": "2.5.1",
255
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
256
+ "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
257
+ "cpu": [
258
+ "arm64"
259
+ ],
260
+ "license": "MIT",
261
+ "optional": true,
262
+ "os": [
263
+ "linux"
264
+ ],
265
+ "engines": {
266
+ "node": ">= 10.0.0"
267
+ },
268
+ "funding": {
269
+ "type": "opencollective",
270
+ "url": "https://opencollective.com/parcel"
271
+ }
272
+ },
273
+ "node_modules/@parcel/watcher-linux-x64-glibc": {
274
+ "version": "2.5.1",
275
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
276
+ "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
277
+ "cpu": [
278
+ "x64"
279
+ ],
280
+ "license": "MIT",
281
+ "optional": true,
282
+ "os": [
283
+ "linux"
284
+ ],
285
+ "engines": {
286
+ "node": ">= 10.0.0"
287
+ },
288
+ "funding": {
289
+ "type": "opencollective",
290
+ "url": "https://opencollective.com/parcel"
291
+ }
292
+ },
293
+ "node_modules/@parcel/watcher-linux-x64-musl": {
294
+ "version": "2.5.1",
295
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
296
+ "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
297
+ "cpu": [
298
+ "x64"
299
+ ],
300
+ "license": "MIT",
301
+ "optional": true,
302
+ "os": [
303
+ "linux"
304
+ ],
305
+ "engines": {
306
+ "node": ">= 10.0.0"
307
+ },
308
+ "funding": {
309
+ "type": "opencollective",
310
+ "url": "https://opencollective.com/parcel"
311
+ }
312
+ },
313
+ "node_modules/@parcel/watcher-win32-arm64": {
314
+ "version": "2.5.1",
315
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
316
+ "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
317
+ "cpu": [
318
+ "arm64"
319
+ ],
320
+ "license": "MIT",
321
+ "optional": true,
322
+ "os": [
323
+ "win32"
324
+ ],
325
+ "engines": {
326
+ "node": ">= 10.0.0"
327
+ },
328
+ "funding": {
329
+ "type": "opencollective",
330
+ "url": "https://opencollective.com/parcel"
331
+ }
332
+ },
333
+ "node_modules/@parcel/watcher-win32-ia32": {
334
+ "version": "2.5.1",
335
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
336
+ "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
337
+ "cpu": [
338
+ "ia32"
339
+ ],
340
+ "license": "MIT",
341
+ "optional": true,
342
+ "os": [
343
+ "win32"
344
+ ],
345
+ "engines": {
346
+ "node": ">= 10.0.0"
347
+ },
348
+ "funding": {
349
+ "type": "opencollective",
350
+ "url": "https://opencollective.com/parcel"
351
+ }
352
+ },
353
+ "node_modules/@parcel/watcher-win32-x64": {
354
+ "version": "2.5.1",
355
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
356
+ "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
357
+ "cpu": [
358
+ "x64"
359
+ ],
360
+ "license": "MIT",
361
+ "optional": true,
362
+ "os": [
363
+ "win32"
364
+ ],
365
+ "engines": {
366
+ "node": ">= 10.0.0"
367
+ },
368
+ "funding": {
369
+ "type": "opencollective",
370
+ "url": "https://opencollective.com/parcel"
371
+ }
372
+ },
373
+ "node_modules/@tailwindcss/cli": {
374
+ "version": "4.1.11",
375
+ "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.1.11.tgz",
376
+ "integrity": "sha512-7RAFOrVaXCFz5ooEG36Kbh+sMJiI2j4+Ozp71smgjnLfBRu7DTfoq8DsTvzse2/6nDeo2M3vS/FGaxfDgr3rtQ==",
377
+ "license": "MIT",
378
+ "dependencies": {
379
+ "@parcel/watcher": "^2.5.1",
380
+ "@tailwindcss/node": "4.1.11",
381
+ "@tailwindcss/oxide": "4.1.11",
382
+ "enhanced-resolve": "^5.18.1",
383
+ "mri": "^1.2.0",
384
+ "picocolors": "^1.1.1",
385
+ "tailwindcss": "4.1.11"
386
+ },
387
+ "bin": {
388
+ "tailwindcss": "dist/index.mjs"
389
+ }
390
+ },
391
+ "node_modules/@tailwindcss/node": {
392
+ "version": "4.1.11",
393
+ "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.11.tgz",
394
+ "integrity": "sha512-yzhzuGRmv5QyU9qLNg4GTlYI6STedBWRE7NjxP45CsFYYq9taI0zJXZBMqIC/c8fViNLhmrbpSFS57EoxUmD6Q==",
395
+ "license": "MIT",
396
+ "dependencies": {
397
+ "@ampproject/remapping": "^2.3.0",
398
+ "enhanced-resolve": "^5.18.1",
399
+ "jiti": "^2.4.2",
400
+ "lightningcss": "1.30.1",
401
+ "magic-string": "^0.30.17",
402
+ "source-map-js": "^1.2.1",
403
+ "tailwindcss": "4.1.11"
404
+ }
405
+ },
406
+ "node_modules/@tailwindcss/oxide": {
407
+ "version": "4.1.11",
408
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.11.tgz",
409
+ "integrity": "sha512-Q69XzrtAhuyfHo+5/HMgr1lAiPP/G40OMFAnws7xcFEYqcypZmdW8eGXaOUIeOl1dzPJBPENXgbjsOyhg2nkrg==",
410
+ "hasInstallScript": true,
411
+ "license": "MIT",
412
+ "dependencies": {
413
+ "detect-libc": "^2.0.4",
414
+ "tar": "^7.4.3"
415
+ },
416
+ "engines": {
417
+ "node": ">= 10"
418
+ },
419
+ "optionalDependencies": {
420
+ "@tailwindcss/oxide-android-arm64": "4.1.11",
421
+ "@tailwindcss/oxide-darwin-arm64": "4.1.11",
422
+ "@tailwindcss/oxide-darwin-x64": "4.1.11",
423
+ "@tailwindcss/oxide-freebsd-x64": "4.1.11",
424
+ "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.11",
425
+ "@tailwindcss/oxide-linux-arm64-gnu": "4.1.11",
426
+ "@tailwindcss/oxide-linux-arm64-musl": "4.1.11",
427
+ "@tailwindcss/oxide-linux-x64-gnu": "4.1.11",
428
+ "@tailwindcss/oxide-linux-x64-musl": "4.1.11",
429
+ "@tailwindcss/oxide-wasm32-wasi": "4.1.11",
430
+ "@tailwindcss/oxide-win32-arm64-msvc": "4.1.11",
431
+ "@tailwindcss/oxide-win32-x64-msvc": "4.1.11"
432
+ }
433
+ },
434
+ "node_modules/@tailwindcss/oxide-android-arm64": {
435
+ "version": "4.1.11",
436
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.11.tgz",
437
+ "integrity": "sha512-3IfFuATVRUMZZprEIx9OGDjG3Ou3jG4xQzNTvjDoKmU9JdmoCohQJ83MYd0GPnQIu89YoJqvMM0G3uqLRFtetg==",
438
+ "cpu": [
439
+ "arm64"
440
+ ],
441
+ "license": "MIT",
442
+ "optional": true,
443
+ "os": [
444
+ "android"
445
+ ],
446
+ "engines": {
447
+ "node": ">= 10"
448
+ }
449
+ },
450
+ "node_modules/@tailwindcss/oxide-darwin-arm64": {
451
+ "version": "4.1.11",
452
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.11.tgz",
453
+ "integrity": "sha512-ESgStEOEsyg8J5YcMb1xl8WFOXfeBmrhAwGsFxxB2CxY9evy63+AtpbDLAyRkJnxLy2WsD1qF13E97uQyP1lfQ==",
454
+ "cpu": [
455
+ "arm64"
456
+ ],
457
+ "license": "MIT",
458
+ "optional": true,
459
+ "os": [
460
+ "darwin"
461
+ ],
462
+ "engines": {
463
+ "node": ">= 10"
464
+ }
465
+ },
466
+ "node_modules/@tailwindcss/oxide-darwin-x64": {
467
+ "version": "4.1.11",
468
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.11.tgz",
469
+ "integrity": "sha512-EgnK8kRchgmgzG6jE10UQNaH9Mwi2n+yw1jWmof9Vyg2lpKNX2ioe7CJdf9M5f8V9uaQxInenZkOxnTVL3fhAw==",
470
+ "cpu": [
471
+ "x64"
472
+ ],
473
+ "license": "MIT",
474
+ "optional": true,
475
+ "os": [
476
+ "darwin"
477
+ ],
478
+ "engines": {
479
+ "node": ">= 10"
480
+ }
481
+ },
482
+ "node_modules/@tailwindcss/oxide-freebsd-x64": {
483
+ "version": "4.1.11",
484
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.11.tgz",
485
+ "integrity": "sha512-xdqKtbpHs7pQhIKmqVpxStnY1skuNh4CtbcyOHeX1YBE0hArj2romsFGb6yUmzkq/6M24nkxDqU8GYrKrz+UcA==",
486
+ "cpu": [
487
+ "x64"
488
+ ],
489
+ "license": "MIT",
490
+ "optional": true,
491
+ "os": [
492
+ "freebsd"
493
+ ],
494
+ "engines": {
495
+ "node": ">= 10"
496
+ }
497
+ },
498
+ "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
499
+ "version": "4.1.11",
500
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.11.tgz",
501
+ "integrity": "sha512-ryHQK2eyDYYMwB5wZL46uoxz2zzDZsFBwfjssgB7pzytAeCCa6glsiJGjhTEddq/4OsIjsLNMAiMlHNYnkEEeg==",
502
+ "cpu": [
503
+ "arm"
504
+ ],
505
+ "license": "MIT",
506
+ "optional": true,
507
+ "os": [
508
+ "linux"
509
+ ],
510
+ "engines": {
511
+ "node": ">= 10"
512
+ }
513
+ },
514
+ "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
515
+ "version": "4.1.11",
516
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.11.tgz",
517
+ "integrity": "sha512-mYwqheq4BXF83j/w75ewkPJmPZIqqP1nhoghS9D57CLjsh3Nfq0m4ftTotRYtGnZd3eCztgbSPJ9QhfC91gDZQ==",
518
+ "cpu": [
519
+ "arm64"
520
+ ],
521
+ "license": "MIT",
522
+ "optional": true,
523
+ "os": [
524
+ "linux"
525
+ ],
526
+ "engines": {
527
+ "node": ">= 10"
528
+ }
529
+ },
530
+ "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
531
+ "version": "4.1.11",
532
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.11.tgz",
533
+ "integrity": "sha512-m/NVRFNGlEHJrNVk3O6I9ggVuNjXHIPoD6bqay/pubtYC9QIdAMpS+cswZQPBLvVvEF6GtSNONbDkZrjWZXYNQ==",
534
+ "cpu": [
535
+ "arm64"
536
+ ],
537
+ "license": "MIT",
538
+ "optional": true,
539
+ "os": [
540
+ "linux"
541
+ ],
542
+ "engines": {
543
+ "node": ">= 10"
544
+ }
545
+ },
546
+ "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
547
+ "version": "4.1.11",
548
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.11.tgz",
549
+ "integrity": "sha512-YW6sblI7xukSD2TdbbaeQVDysIm/UPJtObHJHKxDEcW2exAtY47j52f8jZXkqE1krdnkhCMGqP3dbniu1Te2Fg==",
550
+ "cpu": [
551
+ "x64"
552
+ ],
553
+ "license": "MIT",
554
+ "optional": true,
555
+ "os": [
556
+ "linux"
557
+ ],
558
+ "engines": {
559
+ "node": ">= 10"
560
+ }
561
+ },
562
+ "node_modules/@tailwindcss/oxide-linux-x64-musl": {
563
+ "version": "4.1.11",
564
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.11.tgz",
565
+ "integrity": "sha512-e3C/RRhGunWYNC3aSF7exsQkdXzQ/M+aYuZHKnw4U7KQwTJotnWsGOIVih0s2qQzmEzOFIJ3+xt7iq67K/p56Q==",
566
+ "cpu": [
567
+ "x64"
568
+ ],
569
+ "license": "MIT",
570
+ "optional": true,
571
+ "os": [
572
+ "linux"
573
+ ],
574
+ "engines": {
575
+ "node": ">= 10"
576
+ }
577
+ },
578
+ "node_modules/@tailwindcss/oxide-wasm32-wasi": {
579
+ "version": "4.1.11",
580
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.11.tgz",
581
+ "integrity": "sha512-Xo1+/GU0JEN/C/dvcammKHzeM6NqKovG+6921MR6oadee5XPBaKOumrJCXvopJ/Qb5TH7LX/UAywbqrP4lax0g==",
582
+ "bundleDependencies": [
583
+ "@napi-rs/wasm-runtime",
584
+ "@emnapi/core",
585
+ "@emnapi/runtime",
586
+ "@tybys/wasm-util",
587
+ "@emnapi/wasi-threads",
588
+ "tslib"
589
+ ],
590
+ "cpu": [
591
+ "wasm32"
592
+ ],
593
+ "license": "MIT",
594
+ "optional": true,
595
+ "dependencies": {
596
+ "@emnapi/core": "^1.4.3",
597
+ "@emnapi/runtime": "^1.4.3",
598
+ "@emnapi/wasi-threads": "^1.0.2",
599
+ "@napi-rs/wasm-runtime": "^0.2.11",
600
+ "@tybys/wasm-util": "^0.9.0",
601
+ "tslib": "^2.8.0"
602
+ },
603
+ "engines": {
604
+ "node": ">=14.0.0"
605
+ }
606
+ },
607
+ "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
608
+ "version": "4.1.11",
609
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.11.tgz",
610
+ "integrity": "sha512-UgKYx5PwEKrac3GPNPf6HVMNhUIGuUh4wlDFR2jYYdkX6pL/rn73zTq/4pzUm8fOjAn5L8zDeHp9iXmUGOXZ+w==",
611
+ "cpu": [
612
+ "arm64"
613
+ ],
614
+ "license": "MIT",
615
+ "optional": true,
616
+ "os": [
617
+ "win32"
618
+ ],
619
+ "engines": {
620
+ "node": ">= 10"
621
+ }
622
+ },
623
+ "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
624
+ "version": "4.1.11",
625
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.11.tgz",
626
+ "integrity": "sha512-YfHoggn1j0LK7wR82TOucWc5LDCguHnoS879idHekmmiR7g9HUtMw9MI0NHatS28u/Xlkfi9w5RJWgz2Dl+5Qg==",
627
+ "cpu": [
628
+ "x64"
629
+ ],
630
+ "license": "MIT",
631
+ "optional": true,
632
+ "os": [
633
+ "win32"
634
+ ],
635
+ "engines": {
636
+ "node": ">= 10"
637
+ }
638
+ },
639
+ "node_modules/@tailwindcss/oxide/node_modules/detect-libc": {
640
+ "version": "2.0.4",
641
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz",
642
+ "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==",
643
+ "license": "Apache-2.0",
644
+ "engines": {
645
+ "node": ">=8"
646
+ }
647
+ },
648
+ "node_modules/@tailwindcss/typography": {
649
+ "version": "0.5.16",
650
+ "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.16.tgz",
651
+ "integrity": "sha512-0wDLwCVF5V3x3b1SGXPCDcdsbDHMBe+lkFzBRaHeLvNi+nrrnZ1lA18u+OTWO8iSWU2GxUOCvlXtDuqftc1oiA==",
652
+ "dev": true,
653
+ "license": "MIT",
654
+ "dependencies": {
655
+ "lodash.castarray": "^4.4.0",
656
+ "lodash.isplainobject": "^4.0.6",
657
+ "lodash.merge": "^4.6.2",
658
+ "postcss-selector-parser": "6.0.10"
659
+ },
660
+ "peerDependencies": {
661
+ "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1"
662
+ }
663
+ },
664
+ "node_modules/braces": {
665
+ "version": "3.0.3",
666
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
667
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
668
+ "license": "MIT",
669
+ "dependencies": {
670
+ "fill-range": "^7.1.1"
671
+ },
672
+ "engines": {
673
+ "node": ">=8"
674
+ }
675
+ },
676
+ "node_modules/chownr": {
677
+ "version": "3.0.0",
678
+ "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz",
679
+ "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
680
+ "license": "BlueOak-1.0.0",
681
+ "engines": {
682
+ "node": ">=18"
683
+ }
684
+ },
685
+ "node_modules/cssesc": {
686
+ "version": "3.0.0",
687
+ "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
688
+ "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
689
+ "dev": true,
690
+ "license": "MIT",
691
+ "bin": {
692
+ "cssesc": "bin/cssesc"
693
+ },
694
+ "engines": {
695
+ "node": ">=4"
696
+ }
697
+ },
698
+ "node_modules/daisyui": {
699
+ "version": "5.0.50",
700
+ "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.0.50.tgz",
701
+ "integrity": "sha512-c1PweK5RI1C76q58FKvbS4jzgyNJSP6CGTQ+KkZYzADdJoERnOxFoeLfDHmQgxLpjEzlYhFMXCeodQNLCC9bow==",
702
+ "dev": true,
703
+ "license": "MIT",
704
+ "funding": {
705
+ "url": "https://github.com/saadeghi/daisyui?sponsor=1"
706
+ }
707
+ },
708
+ "node_modules/detect-libc": {
709
+ "version": "1.0.3",
710
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
711
+ "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
712
+ "license": "Apache-2.0",
713
+ "bin": {
714
+ "detect-libc": "bin/detect-libc.js"
715
+ },
716
+ "engines": {
717
+ "node": ">=0.10"
718
+ }
719
+ },
720
+ "node_modules/enhanced-resolve": {
721
+ "version": "5.18.2",
722
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.2.tgz",
723
+ "integrity": "sha512-6Jw4sE1maoRJo3q8MsSIn2onJFbLTOjY9hlx4DZXmOKvLRd1Ok2kXmAGXaafL2+ijsJZ1ClYbl/pmqr9+k4iUQ==",
724
+ "license": "MIT",
725
+ "dependencies": {
726
+ "graceful-fs": "^4.2.4",
727
+ "tapable": "^2.2.0"
728
+ },
729
+ "engines": {
730
+ "node": ">=10.13.0"
731
+ }
732
+ },
733
+ "node_modules/fill-range": {
734
+ "version": "7.1.1",
735
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
736
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
737
+ "license": "MIT",
738
+ "dependencies": {
739
+ "to-regex-range": "^5.0.1"
740
+ },
741
+ "engines": {
742
+ "node": ">=8"
743
+ }
744
+ },
745
+ "node_modules/graceful-fs": {
746
+ "version": "4.2.11",
747
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
748
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
749
+ "license": "ISC"
750
+ },
751
+ "node_modules/is-extglob": {
752
+ "version": "2.1.1",
753
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
754
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
755
+ "license": "MIT",
756
+ "engines": {
757
+ "node": ">=0.10.0"
758
+ }
759
+ },
760
+ "node_modules/is-glob": {
761
+ "version": "4.0.3",
762
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
763
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
764
+ "license": "MIT",
765
+ "dependencies": {
766
+ "is-extglob": "^2.1.1"
767
+ },
768
+ "engines": {
769
+ "node": ">=0.10.0"
770
+ }
771
+ },
772
+ "node_modules/is-number": {
773
+ "version": "7.0.0",
774
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
775
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
776
+ "license": "MIT",
777
+ "engines": {
778
+ "node": ">=0.12.0"
779
+ }
780
+ },
781
+ "node_modules/jiti": {
782
+ "version": "2.4.2",
783
+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.4.2.tgz",
784
+ "integrity": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==",
785
+ "license": "MIT",
786
+ "bin": {
787
+ "jiti": "lib/jiti-cli.mjs"
788
+ }
789
+ },
790
+ "node_modules/lightningcss": {
791
+ "version": "1.30.1",
792
+ "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.1.tgz",
793
+ "integrity": "sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==",
794
+ "license": "MPL-2.0",
795
+ "dependencies": {
796
+ "detect-libc": "^2.0.3"
797
+ },
798
+ "engines": {
799
+ "node": ">= 12.0.0"
800
+ },
801
+ "funding": {
802
+ "type": "opencollective",
803
+ "url": "https://opencollective.com/parcel"
804
+ },
805
+ "optionalDependencies": {
806
+ "lightningcss-darwin-arm64": "1.30.1",
807
+ "lightningcss-darwin-x64": "1.30.1",
808
+ "lightningcss-freebsd-x64": "1.30.1",
809
+ "lightningcss-linux-arm-gnueabihf": "1.30.1",
810
+ "lightningcss-linux-arm64-gnu": "1.30.1",
811
+ "lightningcss-linux-arm64-musl": "1.30.1",
812
+ "lightningcss-linux-x64-gnu": "1.30.1",
813
+ "lightningcss-linux-x64-musl": "1.30.1",
814
+ "lightningcss-win32-arm64-msvc": "1.30.1",
815
+ "lightningcss-win32-x64-msvc": "1.30.1"
816
+ }
817
+ },
818
+ "node_modules/lightningcss-darwin-arm64": {
819
+ "version": "1.30.1",
820
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.1.tgz",
821
+ "integrity": "sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==",
822
+ "cpu": [
823
+ "arm64"
824
+ ],
825
+ "license": "MPL-2.0",
826
+ "optional": true,
827
+ "os": [
828
+ "darwin"
829
+ ],
830
+ "engines": {
831
+ "node": ">= 12.0.0"
832
+ },
833
+ "funding": {
834
+ "type": "opencollective",
835
+ "url": "https://opencollective.com/parcel"
836
+ }
837
+ },
838
+ "node_modules/lightningcss-darwin-x64": {
839
+ "version": "1.30.1",
840
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.1.tgz",
841
+ "integrity": "sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==",
842
+ "cpu": [
843
+ "x64"
844
+ ],
845
+ "license": "MPL-2.0",
846
+ "optional": true,
847
+ "os": [
848
+ "darwin"
849
+ ],
850
+ "engines": {
851
+ "node": ">= 12.0.0"
852
+ },
853
+ "funding": {
854
+ "type": "opencollective",
855
+ "url": "https://opencollective.com/parcel"
856
+ }
857
+ },
858
+ "node_modules/lightningcss-freebsd-x64": {
859
+ "version": "1.30.1",
860
+ "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.1.tgz",
861
+ "integrity": "sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==",
862
+ "cpu": [
863
+ "x64"
864
+ ],
865
+ "license": "MPL-2.0",
866
+ "optional": true,
867
+ "os": [
868
+ "freebsd"
869
+ ],
870
+ "engines": {
871
+ "node": ">= 12.0.0"
872
+ },
873
+ "funding": {
874
+ "type": "opencollective",
875
+ "url": "https://opencollective.com/parcel"
876
+ }
877
+ },
878
+ "node_modules/lightningcss-linux-arm-gnueabihf": {
879
+ "version": "1.30.1",
880
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.1.tgz",
881
+ "integrity": "sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==",
882
+ "cpu": [
883
+ "arm"
884
+ ],
885
+ "license": "MPL-2.0",
886
+ "optional": true,
887
+ "os": [
888
+ "linux"
889
+ ],
890
+ "engines": {
891
+ "node": ">= 12.0.0"
892
+ },
893
+ "funding": {
894
+ "type": "opencollective",
895
+ "url": "https://opencollective.com/parcel"
896
+ }
897
+ },
898
+ "node_modules/lightningcss-linux-arm64-gnu": {
899
+ "version": "1.30.1",
900
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.1.tgz",
901
+ "integrity": "sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==",
902
+ "cpu": [
903
+ "arm64"
904
+ ],
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-musl": {
919
+ "version": "1.30.1",
920
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.1.tgz",
921
+ "integrity": "sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==",
922
+ "cpu": [
923
+ "arm64"
924
+ ],
925
+ "license": "MPL-2.0",
926
+ "optional": true,
927
+ "os": [
928
+ "linux"
929
+ ],
930
+ "engines": {
931
+ "node": ">= 12.0.0"
932
+ },
933
+ "funding": {
934
+ "type": "opencollective",
935
+ "url": "https://opencollective.com/parcel"
936
+ }
937
+ },
938
+ "node_modules/lightningcss-linux-x64-gnu": {
939
+ "version": "1.30.1",
940
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.1.tgz",
941
+ "integrity": "sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==",
942
+ "cpu": [
943
+ "x64"
944
+ ],
945
+ "license": "MPL-2.0",
946
+ "optional": true,
947
+ "os": [
948
+ "linux"
949
+ ],
950
+ "engines": {
951
+ "node": ">= 12.0.0"
952
+ },
953
+ "funding": {
954
+ "type": "opencollective",
955
+ "url": "https://opencollective.com/parcel"
956
+ }
957
+ },
958
+ "node_modules/lightningcss-linux-x64-musl": {
959
+ "version": "1.30.1",
960
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.1.tgz",
961
+ "integrity": "sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==",
962
+ "cpu": [
963
+ "x64"
964
+ ],
965
+ "license": "MPL-2.0",
966
+ "optional": true,
967
+ "os": [
968
+ "linux"
969
+ ],
970
+ "engines": {
971
+ "node": ">= 12.0.0"
972
+ },
973
+ "funding": {
974
+ "type": "opencollective",
975
+ "url": "https://opencollective.com/parcel"
976
+ }
977
+ },
978
+ "node_modules/lightningcss-win32-arm64-msvc": {
979
+ "version": "1.30.1",
980
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.1.tgz",
981
+ "integrity": "sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==",
982
+ "cpu": [
983
+ "arm64"
984
+ ],
985
+ "license": "MPL-2.0",
986
+ "optional": true,
987
+ "os": [
988
+ "win32"
989
+ ],
990
+ "engines": {
991
+ "node": ">= 12.0.0"
992
+ },
993
+ "funding": {
994
+ "type": "opencollective",
995
+ "url": "https://opencollective.com/parcel"
996
+ }
997
+ },
998
+ "node_modules/lightningcss-win32-x64-msvc": {
999
+ "version": "1.30.1",
1000
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.1.tgz",
1001
+ "integrity": "sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==",
1002
+ "cpu": [
1003
+ "x64"
1004
+ ],
1005
+ "license": "MPL-2.0",
1006
+ "optional": true,
1007
+ "os": [
1008
+ "win32"
1009
+ ],
1010
+ "engines": {
1011
+ "node": ">= 12.0.0"
1012
+ },
1013
+ "funding": {
1014
+ "type": "opencollective",
1015
+ "url": "https://opencollective.com/parcel"
1016
+ }
1017
+ },
1018
+ "node_modules/lightningcss/node_modules/detect-libc": {
1019
+ "version": "2.0.4",
1020
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz",
1021
+ "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==",
1022
+ "license": "Apache-2.0",
1023
+ "engines": {
1024
+ "node": ">=8"
1025
+ }
1026
+ },
1027
+ "node_modules/lodash.castarray": {
1028
+ "version": "4.4.0",
1029
+ "resolved": "https://registry.npmjs.org/lodash.castarray/-/lodash.castarray-4.4.0.tgz",
1030
+ "integrity": "sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q==",
1031
+ "dev": true,
1032
+ "license": "MIT"
1033
+ },
1034
+ "node_modules/lodash.isplainobject": {
1035
+ "version": "4.0.6",
1036
+ "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
1037
+ "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==",
1038
+ "dev": true,
1039
+ "license": "MIT"
1040
+ },
1041
+ "node_modules/lodash.merge": {
1042
+ "version": "4.6.2",
1043
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
1044
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
1045
+ "dev": true,
1046
+ "license": "MIT"
1047
+ },
1048
+ "node_modules/magic-string": {
1049
+ "version": "0.30.17",
1050
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz",
1051
+ "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
1052
+ "license": "MIT",
1053
+ "dependencies": {
1054
+ "@jridgewell/sourcemap-codec": "^1.5.0"
1055
+ }
1056
+ },
1057
+ "node_modules/micromatch": {
1058
+ "version": "4.0.8",
1059
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
1060
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
1061
+ "license": "MIT",
1062
+ "dependencies": {
1063
+ "braces": "^3.0.3",
1064
+ "picomatch": "^2.3.1"
1065
+ },
1066
+ "engines": {
1067
+ "node": ">=8.6"
1068
+ }
1069
+ },
1070
+ "node_modules/minipass": {
1071
+ "version": "7.1.2",
1072
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
1073
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
1074
+ "license": "ISC",
1075
+ "engines": {
1076
+ "node": ">=16 || 14 >=14.17"
1077
+ }
1078
+ },
1079
+ "node_modules/minizlib": {
1080
+ "version": "3.0.2",
1081
+ "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.2.tgz",
1082
+ "integrity": "sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==",
1083
+ "license": "MIT",
1084
+ "dependencies": {
1085
+ "minipass": "^7.1.2"
1086
+ },
1087
+ "engines": {
1088
+ "node": ">= 18"
1089
+ }
1090
+ },
1091
+ "node_modules/mkdirp": {
1092
+ "version": "3.0.1",
1093
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz",
1094
+ "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==",
1095
+ "license": "MIT",
1096
+ "bin": {
1097
+ "mkdirp": "dist/cjs/src/bin.js"
1098
+ },
1099
+ "engines": {
1100
+ "node": ">=10"
1101
+ },
1102
+ "funding": {
1103
+ "url": "https://github.com/sponsors/isaacs"
1104
+ }
1105
+ },
1106
+ "node_modules/mri": {
1107
+ "version": "1.2.0",
1108
+ "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
1109
+ "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==",
1110
+ "license": "MIT",
1111
+ "engines": {
1112
+ "node": ">=4"
1113
+ }
1114
+ },
1115
+ "node_modules/node-addon-api": {
1116
+ "version": "7.1.1",
1117
+ "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
1118
+ "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
1119
+ "license": "MIT"
1120
+ },
1121
+ "node_modules/picocolors": {
1122
+ "version": "1.1.1",
1123
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
1124
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
1125
+ "license": "ISC"
1126
+ },
1127
+ "node_modules/picomatch": {
1128
+ "version": "2.3.1",
1129
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
1130
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
1131
+ "license": "MIT",
1132
+ "engines": {
1133
+ "node": ">=8.6"
1134
+ },
1135
+ "funding": {
1136
+ "url": "https://github.com/sponsors/jonschlinkert"
1137
+ }
1138
+ },
1139
+ "node_modules/postcss-selector-parser": {
1140
+ "version": "6.0.10",
1141
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz",
1142
+ "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==",
1143
+ "dev": true,
1144
+ "license": "MIT",
1145
+ "dependencies": {
1146
+ "cssesc": "^3.0.0",
1147
+ "util-deprecate": "^1.0.2"
1148
+ },
1149
+ "engines": {
1150
+ "node": ">=4"
1151
+ }
1152
+ },
1153
+ "node_modules/prettier": {
1154
+ "version": "3.6.2",
1155
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz",
1156
+ "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==",
1157
+ "dev": true,
1158
+ "license": "MIT",
1159
+ "bin": {
1160
+ "prettier": "bin/prettier.cjs"
1161
+ },
1162
+ "engines": {
1163
+ "node": ">=14"
1164
+ },
1165
+ "funding": {
1166
+ "url": "https://github.com/prettier/prettier?sponsor=1"
1167
+ }
1168
+ },
1169
+ "node_modules/prettier-plugin-tailwindcss": {
1170
+ "version": "0.6.14",
1171
+ "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.14.tgz",
1172
+ "integrity": "sha512-pi2e/+ZygeIqntN+vC573BcW5Cve8zUB0SSAGxqpB4f96boZF4M3phPVoOFCeypwkpRYdi7+jQ5YJJUwrkGUAg==",
1173
+ "dev": true,
1174
+ "license": "MIT",
1175
+ "engines": {
1176
+ "node": ">=14.21.3"
1177
+ },
1178
+ "peerDependencies": {
1179
+ "@ianvs/prettier-plugin-sort-imports": "*",
1180
+ "@prettier/plugin-hermes": "*",
1181
+ "@prettier/plugin-oxc": "*",
1182
+ "@prettier/plugin-pug": "*",
1183
+ "@shopify/prettier-plugin-liquid": "*",
1184
+ "@trivago/prettier-plugin-sort-imports": "*",
1185
+ "@zackad/prettier-plugin-twig": "*",
1186
+ "prettier": "^3.0",
1187
+ "prettier-plugin-astro": "*",
1188
+ "prettier-plugin-css-order": "*",
1189
+ "prettier-plugin-import-sort": "*",
1190
+ "prettier-plugin-jsdoc": "*",
1191
+ "prettier-plugin-marko": "*",
1192
+ "prettier-plugin-multiline-arrays": "*",
1193
+ "prettier-plugin-organize-attributes": "*",
1194
+ "prettier-plugin-organize-imports": "*",
1195
+ "prettier-plugin-sort-imports": "*",
1196
+ "prettier-plugin-style-order": "*",
1197
+ "prettier-plugin-svelte": "*"
1198
+ },
1199
+ "peerDependenciesMeta": {
1200
+ "@ianvs/prettier-plugin-sort-imports": {
1201
+ "optional": true
1202
+ },
1203
+ "@prettier/plugin-hermes": {
1204
+ "optional": true
1205
+ },
1206
+ "@prettier/plugin-oxc": {
1207
+ "optional": true
1208
+ },
1209
+ "@prettier/plugin-pug": {
1210
+ "optional": true
1211
+ },
1212
+ "@shopify/prettier-plugin-liquid": {
1213
+ "optional": true
1214
+ },
1215
+ "@trivago/prettier-plugin-sort-imports": {
1216
+ "optional": true
1217
+ },
1218
+ "@zackad/prettier-plugin-twig": {
1219
+ "optional": true
1220
+ },
1221
+ "prettier-plugin-astro": {
1222
+ "optional": true
1223
+ },
1224
+ "prettier-plugin-css-order": {
1225
+ "optional": true
1226
+ },
1227
+ "prettier-plugin-import-sort": {
1228
+ "optional": true
1229
+ },
1230
+ "prettier-plugin-jsdoc": {
1231
+ "optional": true
1232
+ },
1233
+ "prettier-plugin-marko": {
1234
+ "optional": true
1235
+ },
1236
+ "prettier-plugin-multiline-arrays": {
1237
+ "optional": true
1238
+ },
1239
+ "prettier-plugin-organize-attributes": {
1240
+ "optional": true
1241
+ },
1242
+ "prettier-plugin-organize-imports": {
1243
+ "optional": true
1244
+ },
1245
+ "prettier-plugin-sort-imports": {
1246
+ "optional": true
1247
+ },
1248
+ "prettier-plugin-style-order": {
1249
+ "optional": true
1250
+ },
1251
+ "prettier-plugin-svelte": {
1252
+ "optional": true
1253
+ }
1254
+ }
1255
+ },
1256
+ "node_modules/source-map-js": {
1257
+ "version": "1.2.1",
1258
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
1259
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
1260
+ "license": "BSD-3-Clause",
1261
+ "engines": {
1262
+ "node": ">=0.10.0"
1263
+ }
1264
+ },
1265
+ "node_modules/tailwindcss": {
1266
+ "version": "4.1.11",
1267
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.11.tgz",
1268
+ "integrity": "sha512-2E9TBm6MDD/xKYe+dvJZAmg3yxIEDNRc0jwlNyDg/4Fil2QcSLjFKGVff0lAf1jjeaArlG/M75Ey/EYr/OJtBA==",
1269
+ "license": "MIT"
1270
+ },
1271
+ "node_modules/tapable": {
1272
+ "version": "2.2.2",
1273
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.2.tgz",
1274
+ "integrity": "sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==",
1275
+ "license": "MIT",
1276
+ "engines": {
1277
+ "node": ">=6"
1278
+ }
1279
+ },
1280
+ "node_modules/tar": {
1281
+ "version": "7.4.3",
1282
+ "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.3.tgz",
1283
+ "integrity": "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==",
1284
+ "license": "ISC",
1285
+ "dependencies": {
1286
+ "@isaacs/fs-minipass": "^4.0.0",
1287
+ "chownr": "^3.0.0",
1288
+ "minipass": "^7.1.2",
1289
+ "minizlib": "^3.0.1",
1290
+ "mkdirp": "^3.0.1",
1291
+ "yallist": "^5.0.0"
1292
+ },
1293
+ "engines": {
1294
+ "node": ">=18"
1295
+ }
1296
+ },
1297
+ "node_modules/to-regex-range": {
1298
+ "version": "5.0.1",
1299
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
1300
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
1301
+ "license": "MIT",
1302
+ "dependencies": {
1303
+ "is-number": "^7.0.0"
1304
+ },
1305
+ "engines": {
1306
+ "node": ">=8.0"
1307
+ }
1308
+ },
1309
+ "node_modules/util-deprecate": {
1310
+ "version": "1.0.2",
1311
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
1312
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
1313
+ "dev": true,
1314
+ "license": "MIT"
1315
+ },
1316
+ "node_modules/yallist": {
1317
+ "version": "5.0.0",
1318
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz",
1319
+ "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
1320
+ "license": "BlueOak-1.0.0",
1321
+ "engines": {
1322
+ "node": ">=18"
1323
+ }
1324
+ }
1325
+ }
1326
+ }