inkblot 0.2.1 → 0.2.2

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,1167 @@
1
+ {
2
+ "name": "inkblot",
3
+ "lockfileVersion": 3,
4
+ "requires": true,
5
+ "packages": {
6
+ "": {
7
+ "dependencies": {
8
+ "ninja-keys": "^1.2.2"
9
+ },
10
+ "devDependencies": {
11
+ "@tailwindcss/cli": "^4.1.18",
12
+ "@tailwindcss/typography": "^0.5.19",
13
+ "tailwindcss": "^4.1.18"
14
+ }
15
+ },
16
+ "node_modules/@jridgewell/gen-mapping": {
17
+ "version": "0.3.13",
18
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
19
+ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
20
+ "dev": true,
21
+ "license": "MIT",
22
+ "dependencies": {
23
+ "@jridgewell/sourcemap-codec": "^1.5.0",
24
+ "@jridgewell/trace-mapping": "^0.3.24"
25
+ }
26
+ },
27
+ "node_modules/@jridgewell/remapping": {
28
+ "version": "2.3.5",
29
+ "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
30
+ "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
31
+ "dev": true,
32
+ "license": "MIT",
33
+ "dependencies": {
34
+ "@jridgewell/gen-mapping": "^0.3.5",
35
+ "@jridgewell/trace-mapping": "^0.3.24"
36
+ }
37
+ },
38
+ "node_modules/@jridgewell/resolve-uri": {
39
+ "version": "3.1.2",
40
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
41
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
42
+ "dev": true,
43
+ "license": "MIT",
44
+ "engines": {
45
+ "node": ">=6.0.0"
46
+ }
47
+ },
48
+ "node_modules/@jridgewell/sourcemap-codec": {
49
+ "version": "1.5.5",
50
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
51
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
52
+ "dev": true,
53
+ "license": "MIT"
54
+ },
55
+ "node_modules/@jridgewell/trace-mapping": {
56
+ "version": "0.3.31",
57
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
58
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
59
+ "dev": true,
60
+ "license": "MIT",
61
+ "dependencies": {
62
+ "@jridgewell/resolve-uri": "^3.1.0",
63
+ "@jridgewell/sourcemap-codec": "^1.4.14"
64
+ }
65
+ },
66
+ "node_modules/@lit-labs/ssr-dom-shim": {
67
+ "version": "1.5.1",
68
+ "license": "BSD-3-Clause"
69
+ },
70
+ "node_modules/@lit/reactive-element": {
71
+ "version": "1.6.3",
72
+ "license": "BSD-3-Clause",
73
+ "dependencies": {
74
+ "@lit-labs/ssr-dom-shim": "^1.0.0"
75
+ }
76
+ },
77
+ "node_modules/@material/mwc-icon": {
78
+ "version": "0.25.3",
79
+ "license": "Apache-2.0",
80
+ "dependencies": {
81
+ "lit": "^2.0.0",
82
+ "tslib": "^2.0.1"
83
+ }
84
+ },
85
+ "node_modules/@parcel/watcher": {
86
+ "version": "2.5.6",
87
+ "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.6.tgz",
88
+ "integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==",
89
+ "dev": true,
90
+ "hasInstallScript": true,
91
+ "license": "MIT",
92
+ "dependencies": {
93
+ "detect-libc": "^2.0.3",
94
+ "is-glob": "^4.0.3",
95
+ "node-addon-api": "^7.0.0",
96
+ "picomatch": "^4.0.3"
97
+ },
98
+ "engines": {
99
+ "node": ">= 10.0.0"
100
+ },
101
+ "funding": {
102
+ "type": "opencollective",
103
+ "url": "https://opencollective.com/parcel"
104
+ },
105
+ "optionalDependencies": {
106
+ "@parcel/watcher-android-arm64": "2.5.6",
107
+ "@parcel/watcher-darwin-arm64": "2.5.6",
108
+ "@parcel/watcher-darwin-x64": "2.5.6",
109
+ "@parcel/watcher-freebsd-x64": "2.5.6",
110
+ "@parcel/watcher-linux-arm-glibc": "2.5.6",
111
+ "@parcel/watcher-linux-arm-musl": "2.5.6",
112
+ "@parcel/watcher-linux-arm64-glibc": "2.5.6",
113
+ "@parcel/watcher-linux-arm64-musl": "2.5.6",
114
+ "@parcel/watcher-linux-x64-glibc": "2.5.6",
115
+ "@parcel/watcher-linux-x64-musl": "2.5.6",
116
+ "@parcel/watcher-win32-arm64": "2.5.6",
117
+ "@parcel/watcher-win32-ia32": "2.5.6",
118
+ "@parcel/watcher-win32-x64": "2.5.6"
119
+ }
120
+ },
121
+ "node_modules/@parcel/watcher-android-arm64": {
122
+ "version": "2.5.6",
123
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.6.tgz",
124
+ "integrity": "sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==",
125
+ "cpu": [
126
+ "arm64"
127
+ ],
128
+ "dev": true,
129
+ "license": "MIT",
130
+ "optional": true,
131
+ "os": [
132
+ "android"
133
+ ],
134
+ "engines": {
135
+ "node": ">= 10.0.0"
136
+ },
137
+ "funding": {
138
+ "type": "opencollective",
139
+ "url": "https://opencollective.com/parcel"
140
+ }
141
+ },
142
+ "node_modules/@parcel/watcher-darwin-arm64": {
143
+ "version": "2.5.6",
144
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.6.tgz",
145
+ "integrity": "sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==",
146
+ "cpu": [
147
+ "arm64"
148
+ ],
149
+ "dev": true,
150
+ "license": "MIT",
151
+ "optional": true,
152
+ "os": [
153
+ "darwin"
154
+ ],
155
+ "engines": {
156
+ "node": ">= 10.0.0"
157
+ },
158
+ "funding": {
159
+ "type": "opencollective",
160
+ "url": "https://opencollective.com/parcel"
161
+ }
162
+ },
163
+ "node_modules/@parcel/watcher-darwin-x64": {
164
+ "version": "2.5.6",
165
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.6.tgz",
166
+ "integrity": "sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==",
167
+ "cpu": [
168
+ "x64"
169
+ ],
170
+ "dev": true,
171
+ "license": "MIT",
172
+ "optional": true,
173
+ "os": [
174
+ "darwin"
175
+ ],
176
+ "engines": {
177
+ "node": ">= 10.0.0"
178
+ },
179
+ "funding": {
180
+ "type": "opencollective",
181
+ "url": "https://opencollective.com/parcel"
182
+ }
183
+ },
184
+ "node_modules/@parcel/watcher-freebsd-x64": {
185
+ "version": "2.5.6",
186
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.6.tgz",
187
+ "integrity": "sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==",
188
+ "cpu": [
189
+ "x64"
190
+ ],
191
+ "dev": true,
192
+ "license": "MIT",
193
+ "optional": true,
194
+ "os": [
195
+ "freebsd"
196
+ ],
197
+ "engines": {
198
+ "node": ">= 10.0.0"
199
+ },
200
+ "funding": {
201
+ "type": "opencollective",
202
+ "url": "https://opencollective.com/parcel"
203
+ }
204
+ },
205
+ "node_modules/@parcel/watcher-linux-arm-glibc": {
206
+ "version": "2.5.6",
207
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.6.tgz",
208
+ "integrity": "sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==",
209
+ "cpu": [
210
+ "arm"
211
+ ],
212
+ "dev": true,
213
+ "license": "MIT",
214
+ "optional": true,
215
+ "os": [
216
+ "linux"
217
+ ],
218
+ "engines": {
219
+ "node": ">= 10.0.0"
220
+ },
221
+ "funding": {
222
+ "type": "opencollective",
223
+ "url": "https://opencollective.com/parcel"
224
+ }
225
+ },
226
+ "node_modules/@parcel/watcher-linux-arm-musl": {
227
+ "version": "2.5.6",
228
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.6.tgz",
229
+ "integrity": "sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==",
230
+ "cpu": [
231
+ "arm"
232
+ ],
233
+ "dev": true,
234
+ "license": "MIT",
235
+ "optional": true,
236
+ "os": [
237
+ "linux"
238
+ ],
239
+ "engines": {
240
+ "node": ">= 10.0.0"
241
+ },
242
+ "funding": {
243
+ "type": "opencollective",
244
+ "url": "https://opencollective.com/parcel"
245
+ }
246
+ },
247
+ "node_modules/@parcel/watcher-linux-arm64-glibc": {
248
+ "version": "2.5.6",
249
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.6.tgz",
250
+ "integrity": "sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==",
251
+ "cpu": [
252
+ "arm64"
253
+ ],
254
+ "dev": true,
255
+ "license": "MIT",
256
+ "optional": true,
257
+ "os": [
258
+ "linux"
259
+ ],
260
+ "engines": {
261
+ "node": ">= 10.0.0"
262
+ },
263
+ "funding": {
264
+ "type": "opencollective",
265
+ "url": "https://opencollective.com/parcel"
266
+ }
267
+ },
268
+ "node_modules/@parcel/watcher-linux-arm64-musl": {
269
+ "version": "2.5.6",
270
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.6.tgz",
271
+ "integrity": "sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==",
272
+ "cpu": [
273
+ "arm64"
274
+ ],
275
+ "dev": true,
276
+ "license": "MIT",
277
+ "optional": true,
278
+ "os": [
279
+ "linux"
280
+ ],
281
+ "engines": {
282
+ "node": ">= 10.0.0"
283
+ },
284
+ "funding": {
285
+ "type": "opencollective",
286
+ "url": "https://opencollective.com/parcel"
287
+ }
288
+ },
289
+ "node_modules/@parcel/watcher-linux-x64-glibc": {
290
+ "version": "2.5.6",
291
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.6.tgz",
292
+ "integrity": "sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==",
293
+ "cpu": [
294
+ "x64"
295
+ ],
296
+ "dev": true,
297
+ "license": "MIT",
298
+ "optional": true,
299
+ "os": [
300
+ "linux"
301
+ ],
302
+ "engines": {
303
+ "node": ">= 10.0.0"
304
+ },
305
+ "funding": {
306
+ "type": "opencollective",
307
+ "url": "https://opencollective.com/parcel"
308
+ }
309
+ },
310
+ "node_modules/@parcel/watcher-linux-x64-musl": {
311
+ "version": "2.5.6",
312
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.6.tgz",
313
+ "integrity": "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==",
314
+ "cpu": [
315
+ "x64"
316
+ ],
317
+ "dev": true,
318
+ "license": "MIT",
319
+ "optional": true,
320
+ "os": [
321
+ "linux"
322
+ ],
323
+ "engines": {
324
+ "node": ">= 10.0.0"
325
+ },
326
+ "funding": {
327
+ "type": "opencollective",
328
+ "url": "https://opencollective.com/parcel"
329
+ }
330
+ },
331
+ "node_modules/@parcel/watcher-win32-arm64": {
332
+ "version": "2.5.6",
333
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.6.tgz",
334
+ "integrity": "sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==",
335
+ "cpu": [
336
+ "arm64"
337
+ ],
338
+ "dev": true,
339
+ "license": "MIT",
340
+ "optional": true,
341
+ "os": [
342
+ "win32"
343
+ ],
344
+ "engines": {
345
+ "node": ">= 10.0.0"
346
+ },
347
+ "funding": {
348
+ "type": "opencollective",
349
+ "url": "https://opencollective.com/parcel"
350
+ }
351
+ },
352
+ "node_modules/@parcel/watcher-win32-ia32": {
353
+ "version": "2.5.6",
354
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.6.tgz",
355
+ "integrity": "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==",
356
+ "cpu": [
357
+ "ia32"
358
+ ],
359
+ "dev": true,
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/@parcel/watcher-win32-x64": {
374
+ "version": "2.5.6",
375
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.6.tgz",
376
+ "integrity": "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==",
377
+ "cpu": [
378
+ "x64"
379
+ ],
380
+ "dev": true,
381
+ "license": "MIT",
382
+ "optional": true,
383
+ "os": [
384
+ "win32"
385
+ ],
386
+ "engines": {
387
+ "node": ">= 10.0.0"
388
+ },
389
+ "funding": {
390
+ "type": "opencollective",
391
+ "url": "https://opencollective.com/parcel"
392
+ }
393
+ },
394
+ "node_modules/@tailwindcss/cli": {
395
+ "version": "4.1.18",
396
+ "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.1.18.tgz",
397
+ "integrity": "sha512-sMZ+lZbDyxwjD2E0L7oRUjJ01Ffjtme5OtjvvnC+cV4CEDcbqzbp25TCpxHj6kWLU9+DlqJOiNgSOgctC2aZmg==",
398
+ "dev": true,
399
+ "license": "MIT",
400
+ "dependencies": {
401
+ "@parcel/watcher": "^2.5.1",
402
+ "@tailwindcss/node": "4.1.18",
403
+ "@tailwindcss/oxide": "4.1.18",
404
+ "enhanced-resolve": "^5.18.3",
405
+ "mri": "^1.2.0",
406
+ "picocolors": "^1.1.1",
407
+ "tailwindcss": "4.1.18"
408
+ },
409
+ "bin": {
410
+ "tailwindcss": "dist/index.mjs"
411
+ }
412
+ },
413
+ "node_modules/@tailwindcss/node": {
414
+ "version": "4.1.18",
415
+ "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.18.tgz",
416
+ "integrity": "sha512-DoR7U1P7iYhw16qJ49fgXUlry1t4CpXeErJHnQ44JgTSKMaZUdf17cfn5mHchfJ4KRBZRFA/Coo+MUF5+gOaCQ==",
417
+ "dev": true,
418
+ "license": "MIT",
419
+ "dependencies": {
420
+ "@jridgewell/remapping": "^2.3.4",
421
+ "enhanced-resolve": "^5.18.3",
422
+ "jiti": "^2.6.1",
423
+ "lightningcss": "1.30.2",
424
+ "magic-string": "^0.30.21",
425
+ "source-map-js": "^1.2.1",
426
+ "tailwindcss": "4.1.18"
427
+ }
428
+ },
429
+ "node_modules/@tailwindcss/oxide": {
430
+ "version": "4.1.18",
431
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.18.tgz",
432
+ "integrity": "sha512-EgCR5tTS5bUSKQgzeMClT6iCY3ToqE1y+ZB0AKldj809QXk1Y+3jB0upOYZrn9aGIzPtUsP7sX4QQ4XtjBB95A==",
433
+ "dev": true,
434
+ "license": "MIT",
435
+ "engines": {
436
+ "node": ">= 10"
437
+ },
438
+ "optionalDependencies": {
439
+ "@tailwindcss/oxide-android-arm64": "4.1.18",
440
+ "@tailwindcss/oxide-darwin-arm64": "4.1.18",
441
+ "@tailwindcss/oxide-darwin-x64": "4.1.18",
442
+ "@tailwindcss/oxide-freebsd-x64": "4.1.18",
443
+ "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.18",
444
+ "@tailwindcss/oxide-linux-arm64-gnu": "4.1.18",
445
+ "@tailwindcss/oxide-linux-arm64-musl": "4.1.18",
446
+ "@tailwindcss/oxide-linux-x64-gnu": "4.1.18",
447
+ "@tailwindcss/oxide-linux-x64-musl": "4.1.18",
448
+ "@tailwindcss/oxide-wasm32-wasi": "4.1.18",
449
+ "@tailwindcss/oxide-win32-arm64-msvc": "4.1.18",
450
+ "@tailwindcss/oxide-win32-x64-msvc": "4.1.18"
451
+ }
452
+ },
453
+ "node_modules/@tailwindcss/oxide-android-arm64": {
454
+ "version": "4.1.18",
455
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.18.tgz",
456
+ "integrity": "sha512-dJHz7+Ugr9U/diKJA0W6N/6/cjI+ZTAoxPf9Iz9BFRF2GzEX8IvXxFIi/dZBloVJX/MZGvRuFA9rqwdiIEZQ0Q==",
457
+ "cpu": [
458
+ "arm64"
459
+ ],
460
+ "dev": true,
461
+ "license": "MIT",
462
+ "optional": true,
463
+ "os": [
464
+ "android"
465
+ ],
466
+ "engines": {
467
+ "node": ">= 10"
468
+ }
469
+ },
470
+ "node_modules/@tailwindcss/oxide-darwin-arm64": {
471
+ "version": "4.1.18",
472
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.18.tgz",
473
+ "integrity": "sha512-Gc2q4Qhs660bhjyBSKgq6BYvwDz4G+BuyJ5H1xfhmDR3D8HnHCmT/BSkvSL0vQLy/nkMLY20PQ2OoYMO15Jd0A==",
474
+ "cpu": [
475
+ "arm64"
476
+ ],
477
+ "dev": true,
478
+ "license": "MIT",
479
+ "optional": true,
480
+ "os": [
481
+ "darwin"
482
+ ],
483
+ "engines": {
484
+ "node": ">= 10"
485
+ }
486
+ },
487
+ "node_modules/@tailwindcss/oxide-darwin-x64": {
488
+ "version": "4.1.18",
489
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.18.tgz",
490
+ "integrity": "sha512-FL5oxr2xQsFrc3X9o1fjHKBYBMD1QZNyc1Xzw/h5Qu4XnEBi3dZn96HcHm41c/euGV+GRiXFfh2hUCyKi/e+yw==",
491
+ "cpu": [
492
+ "x64"
493
+ ],
494
+ "dev": true,
495
+ "license": "MIT",
496
+ "optional": true,
497
+ "os": [
498
+ "darwin"
499
+ ],
500
+ "engines": {
501
+ "node": ">= 10"
502
+ }
503
+ },
504
+ "node_modules/@tailwindcss/oxide-freebsd-x64": {
505
+ "version": "4.1.18",
506
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.18.tgz",
507
+ "integrity": "sha512-Fj+RHgu5bDodmV1dM9yAxlfJwkkWvLiRjbhuO2LEtwtlYlBgiAT4x/j5wQr1tC3SANAgD+0YcmWVrj8R9trVMA==",
508
+ "cpu": [
509
+ "x64"
510
+ ],
511
+ "dev": true,
512
+ "license": "MIT",
513
+ "optional": true,
514
+ "os": [
515
+ "freebsd"
516
+ ],
517
+ "engines": {
518
+ "node": ">= 10"
519
+ }
520
+ },
521
+ "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
522
+ "version": "4.1.18",
523
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.18.tgz",
524
+ "integrity": "sha512-Fp+Wzk/Ws4dZn+LV2Nqx3IilnhH51YZoRaYHQsVq3RQvEl+71VGKFpkfHrLM/Li+kt5c0DJe/bHXK1eHgDmdiA==",
525
+ "cpu": [
526
+ "arm"
527
+ ],
528
+ "dev": true,
529
+ "license": "MIT",
530
+ "optional": true,
531
+ "os": [
532
+ "linux"
533
+ ],
534
+ "engines": {
535
+ "node": ">= 10"
536
+ }
537
+ },
538
+ "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
539
+ "version": "4.1.18",
540
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.18.tgz",
541
+ "integrity": "sha512-S0n3jboLysNbh55Vrt7pk9wgpyTTPD0fdQeh7wQfMqLPM/Hrxi+dVsLsPrycQjGKEQk85Kgbx+6+QnYNiHalnw==",
542
+ "cpu": [
543
+ "arm64"
544
+ ],
545
+ "dev": true,
546
+ "license": "MIT",
547
+ "optional": true,
548
+ "os": [
549
+ "linux"
550
+ ],
551
+ "engines": {
552
+ "node": ">= 10"
553
+ }
554
+ },
555
+ "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
556
+ "version": "4.1.18",
557
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.18.tgz",
558
+ "integrity": "sha512-1px92582HkPQlaaCkdRcio71p8bc8i/ap5807tPRDK/uw953cauQBT8c5tVGkOwrHMfc2Yh6UuxaH4vtTjGvHg==",
559
+ "cpu": [
560
+ "arm64"
561
+ ],
562
+ "dev": true,
563
+ "license": "MIT",
564
+ "optional": true,
565
+ "os": [
566
+ "linux"
567
+ ],
568
+ "engines": {
569
+ "node": ">= 10"
570
+ }
571
+ },
572
+ "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
573
+ "version": "4.1.18",
574
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.18.tgz",
575
+ "integrity": "sha512-v3gyT0ivkfBLoZGF9LyHmts0Isc8jHZyVcbzio6Wpzifg/+5ZJpDiRiUhDLkcr7f/r38SWNe7ucxmGW3j3Kb/g==",
576
+ "cpu": [
577
+ "x64"
578
+ ],
579
+ "dev": true,
580
+ "license": "MIT",
581
+ "optional": true,
582
+ "os": [
583
+ "linux"
584
+ ],
585
+ "engines": {
586
+ "node": ">= 10"
587
+ }
588
+ },
589
+ "node_modules/@tailwindcss/oxide-linux-x64-musl": {
590
+ "version": "4.1.18",
591
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.18.tgz",
592
+ "integrity": "sha512-bhJ2y2OQNlcRwwgOAGMY0xTFStt4/wyU6pvI6LSuZpRgKQwxTec0/3Scu91O8ir7qCR3AuepQKLU/kX99FouqQ==",
593
+ "cpu": [
594
+ "x64"
595
+ ],
596
+ "dev": true,
597
+ "license": "MIT",
598
+ "optional": true,
599
+ "os": [
600
+ "linux"
601
+ ],
602
+ "engines": {
603
+ "node": ">= 10"
604
+ }
605
+ },
606
+ "node_modules/@tailwindcss/oxide-wasm32-wasi": {
607
+ "version": "4.1.18",
608
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.18.tgz",
609
+ "integrity": "sha512-LffYTvPjODiP6PT16oNeUQJzNVyJl1cjIebq/rWWBF+3eDst5JGEFSc5cWxyRCJ0Mxl+KyIkqRxk1XPEs9x8TA==",
610
+ "bundleDependencies": [
611
+ "@napi-rs/wasm-runtime",
612
+ "@emnapi/core",
613
+ "@emnapi/runtime",
614
+ "@tybys/wasm-util",
615
+ "@emnapi/wasi-threads",
616
+ "tslib"
617
+ ],
618
+ "cpu": [
619
+ "wasm32"
620
+ ],
621
+ "dev": true,
622
+ "license": "MIT",
623
+ "optional": true,
624
+ "dependencies": {
625
+ "@emnapi/core": "^1.7.1",
626
+ "@emnapi/runtime": "^1.7.1",
627
+ "@emnapi/wasi-threads": "^1.1.0",
628
+ "@napi-rs/wasm-runtime": "^1.1.0",
629
+ "@tybys/wasm-util": "^0.10.1",
630
+ "tslib": "^2.4.0"
631
+ },
632
+ "engines": {
633
+ "node": ">=14.0.0"
634
+ }
635
+ },
636
+ "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
637
+ "version": "4.1.18",
638
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.18.tgz",
639
+ "integrity": "sha512-HjSA7mr9HmC8fu6bdsZvZ+dhjyGCLdotjVOgLA2vEqxEBZaQo9YTX4kwgEvPCpRh8o4uWc4J/wEoFzhEmjvPbA==",
640
+ "cpu": [
641
+ "arm64"
642
+ ],
643
+ "dev": true,
644
+ "license": "MIT",
645
+ "optional": true,
646
+ "os": [
647
+ "win32"
648
+ ],
649
+ "engines": {
650
+ "node": ">= 10"
651
+ }
652
+ },
653
+ "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
654
+ "version": "4.1.18",
655
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.18.tgz",
656
+ "integrity": "sha512-bJWbyYpUlqamC8dpR7pfjA0I7vdF6t5VpUGMWRkXVE3AXgIZjYUYAK7II1GNaxR8J1SSrSrppRar8G++JekE3Q==",
657
+ "cpu": [
658
+ "x64"
659
+ ],
660
+ "dev": true,
661
+ "license": "MIT",
662
+ "optional": true,
663
+ "os": [
664
+ "win32"
665
+ ],
666
+ "engines": {
667
+ "node": ">= 10"
668
+ }
669
+ },
670
+ "node_modules/@tailwindcss/typography": {
671
+ "version": "0.5.19",
672
+ "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.19.tgz",
673
+ "integrity": "sha512-w31dd8HOx3k9vPtcQh5QHP9GwKcgbMp87j58qi6xgiBnFFtKEAgCWnDw4qUT8aHwkCp8bKvb/KGKWWHedP0AAg==",
674
+ "dev": true,
675
+ "license": "MIT",
676
+ "dependencies": {
677
+ "postcss-selector-parser": "6.0.10"
678
+ },
679
+ "peerDependencies": {
680
+ "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1"
681
+ }
682
+ },
683
+ "node_modules/@types/trusted-types": {
684
+ "version": "2.0.7",
685
+ "license": "MIT"
686
+ },
687
+ "node_modules/cssesc": {
688
+ "version": "3.0.0",
689
+ "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
690
+ "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
691
+ "dev": true,
692
+ "license": "MIT",
693
+ "bin": {
694
+ "cssesc": "bin/cssesc"
695
+ },
696
+ "engines": {
697
+ "node": ">=4"
698
+ }
699
+ },
700
+ "node_modules/detect-libc": {
701
+ "version": "2.1.2",
702
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
703
+ "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
704
+ "dev": true,
705
+ "license": "Apache-2.0",
706
+ "engines": {
707
+ "node": ">=8"
708
+ }
709
+ },
710
+ "node_modules/enhanced-resolve": {
711
+ "version": "5.18.4",
712
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.4.tgz",
713
+ "integrity": "sha512-LgQMM4WXU3QI+SYgEc2liRgznaD5ojbmY3sb8LxyguVkIg5FxdpTkvk72te2R38/TGKxH634oLxXRGY6d7AP+Q==",
714
+ "dev": true,
715
+ "license": "MIT",
716
+ "dependencies": {
717
+ "graceful-fs": "^4.2.4",
718
+ "tapable": "^2.2.0"
719
+ },
720
+ "engines": {
721
+ "node": ">=10.13.0"
722
+ }
723
+ },
724
+ "node_modules/graceful-fs": {
725
+ "version": "4.2.11",
726
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
727
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
728
+ "dev": true,
729
+ "license": "ISC"
730
+ },
731
+ "node_modules/hotkeys-js": {
732
+ "version": "3.8.7",
733
+ "license": "MIT"
734
+ },
735
+ "node_modules/is-extglob": {
736
+ "version": "2.1.1",
737
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
738
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
739
+ "dev": true,
740
+ "license": "MIT",
741
+ "engines": {
742
+ "node": ">=0.10.0"
743
+ }
744
+ },
745
+ "node_modules/is-glob": {
746
+ "version": "4.0.3",
747
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
748
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
749
+ "dev": true,
750
+ "license": "MIT",
751
+ "dependencies": {
752
+ "is-extglob": "^2.1.1"
753
+ },
754
+ "engines": {
755
+ "node": ">=0.10.0"
756
+ }
757
+ },
758
+ "node_modules/jiti": {
759
+ "version": "2.6.1",
760
+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
761
+ "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
762
+ "dev": true,
763
+ "license": "MIT",
764
+ "bin": {
765
+ "jiti": "lib/jiti-cli.mjs"
766
+ }
767
+ },
768
+ "node_modules/lightningcss": {
769
+ "version": "1.30.2",
770
+ "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.2.tgz",
771
+ "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==",
772
+ "dev": true,
773
+ "license": "MPL-2.0",
774
+ "dependencies": {
775
+ "detect-libc": "^2.0.3"
776
+ },
777
+ "engines": {
778
+ "node": ">= 12.0.0"
779
+ },
780
+ "funding": {
781
+ "type": "opencollective",
782
+ "url": "https://opencollective.com/parcel"
783
+ },
784
+ "optionalDependencies": {
785
+ "lightningcss-android-arm64": "1.30.2",
786
+ "lightningcss-darwin-arm64": "1.30.2",
787
+ "lightningcss-darwin-x64": "1.30.2",
788
+ "lightningcss-freebsd-x64": "1.30.2",
789
+ "lightningcss-linux-arm-gnueabihf": "1.30.2",
790
+ "lightningcss-linux-arm64-gnu": "1.30.2",
791
+ "lightningcss-linux-arm64-musl": "1.30.2",
792
+ "lightningcss-linux-x64-gnu": "1.30.2",
793
+ "lightningcss-linux-x64-musl": "1.30.2",
794
+ "lightningcss-win32-arm64-msvc": "1.30.2",
795
+ "lightningcss-win32-x64-msvc": "1.30.2"
796
+ }
797
+ },
798
+ "node_modules/lightningcss-android-arm64": {
799
+ "version": "1.30.2",
800
+ "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz",
801
+ "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==",
802
+ "cpu": [
803
+ "arm64"
804
+ ],
805
+ "dev": true,
806
+ "license": "MPL-2.0",
807
+ "optional": true,
808
+ "os": [
809
+ "android"
810
+ ],
811
+ "engines": {
812
+ "node": ">= 12.0.0"
813
+ },
814
+ "funding": {
815
+ "type": "opencollective",
816
+ "url": "https://opencollective.com/parcel"
817
+ }
818
+ },
819
+ "node_modules/lightningcss-darwin-arm64": {
820
+ "version": "1.30.2",
821
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz",
822
+ "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==",
823
+ "cpu": [
824
+ "arm64"
825
+ ],
826
+ "dev": true,
827
+ "license": "MPL-2.0",
828
+ "optional": true,
829
+ "os": [
830
+ "darwin"
831
+ ],
832
+ "engines": {
833
+ "node": ">= 12.0.0"
834
+ },
835
+ "funding": {
836
+ "type": "opencollective",
837
+ "url": "https://opencollective.com/parcel"
838
+ }
839
+ },
840
+ "node_modules/lightningcss-darwin-x64": {
841
+ "version": "1.30.2",
842
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz",
843
+ "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==",
844
+ "cpu": [
845
+ "x64"
846
+ ],
847
+ "dev": true,
848
+ "license": "MPL-2.0",
849
+ "optional": true,
850
+ "os": [
851
+ "darwin"
852
+ ],
853
+ "engines": {
854
+ "node": ">= 12.0.0"
855
+ },
856
+ "funding": {
857
+ "type": "opencollective",
858
+ "url": "https://opencollective.com/parcel"
859
+ }
860
+ },
861
+ "node_modules/lightningcss-freebsd-x64": {
862
+ "version": "1.30.2",
863
+ "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz",
864
+ "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==",
865
+ "cpu": [
866
+ "x64"
867
+ ],
868
+ "dev": true,
869
+ "license": "MPL-2.0",
870
+ "optional": true,
871
+ "os": [
872
+ "freebsd"
873
+ ],
874
+ "engines": {
875
+ "node": ">= 12.0.0"
876
+ },
877
+ "funding": {
878
+ "type": "opencollective",
879
+ "url": "https://opencollective.com/parcel"
880
+ }
881
+ },
882
+ "node_modules/lightningcss-linux-arm-gnueabihf": {
883
+ "version": "1.30.2",
884
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz",
885
+ "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==",
886
+ "cpu": [
887
+ "arm"
888
+ ],
889
+ "dev": true,
890
+ "license": "MPL-2.0",
891
+ "optional": true,
892
+ "os": [
893
+ "linux"
894
+ ],
895
+ "engines": {
896
+ "node": ">= 12.0.0"
897
+ },
898
+ "funding": {
899
+ "type": "opencollective",
900
+ "url": "https://opencollective.com/parcel"
901
+ }
902
+ },
903
+ "node_modules/lightningcss-linux-arm64-gnu": {
904
+ "version": "1.30.2",
905
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz",
906
+ "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==",
907
+ "cpu": [
908
+ "arm64"
909
+ ],
910
+ "dev": true,
911
+ "license": "MPL-2.0",
912
+ "optional": true,
913
+ "os": [
914
+ "linux"
915
+ ],
916
+ "engines": {
917
+ "node": ">= 12.0.0"
918
+ },
919
+ "funding": {
920
+ "type": "opencollective",
921
+ "url": "https://opencollective.com/parcel"
922
+ }
923
+ },
924
+ "node_modules/lightningcss-linux-arm64-musl": {
925
+ "version": "1.30.2",
926
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz",
927
+ "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==",
928
+ "cpu": [
929
+ "arm64"
930
+ ],
931
+ "dev": true,
932
+ "license": "MPL-2.0",
933
+ "optional": true,
934
+ "os": [
935
+ "linux"
936
+ ],
937
+ "engines": {
938
+ "node": ">= 12.0.0"
939
+ },
940
+ "funding": {
941
+ "type": "opencollective",
942
+ "url": "https://opencollective.com/parcel"
943
+ }
944
+ },
945
+ "node_modules/lightningcss-linux-x64-gnu": {
946
+ "version": "1.30.2",
947
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz",
948
+ "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==",
949
+ "cpu": [
950
+ "x64"
951
+ ],
952
+ "dev": true,
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-musl": {
967
+ "version": "1.30.2",
968
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz",
969
+ "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==",
970
+ "cpu": [
971
+ "x64"
972
+ ],
973
+ "dev": true,
974
+ "license": "MPL-2.0",
975
+ "optional": true,
976
+ "os": [
977
+ "linux"
978
+ ],
979
+ "engines": {
980
+ "node": ">= 12.0.0"
981
+ },
982
+ "funding": {
983
+ "type": "opencollective",
984
+ "url": "https://opencollective.com/parcel"
985
+ }
986
+ },
987
+ "node_modules/lightningcss-win32-arm64-msvc": {
988
+ "version": "1.30.2",
989
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz",
990
+ "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==",
991
+ "cpu": [
992
+ "arm64"
993
+ ],
994
+ "dev": true,
995
+ "license": "MPL-2.0",
996
+ "optional": true,
997
+ "os": [
998
+ "win32"
999
+ ],
1000
+ "engines": {
1001
+ "node": ">= 12.0.0"
1002
+ },
1003
+ "funding": {
1004
+ "type": "opencollective",
1005
+ "url": "https://opencollective.com/parcel"
1006
+ }
1007
+ },
1008
+ "node_modules/lightningcss-win32-x64-msvc": {
1009
+ "version": "1.30.2",
1010
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz",
1011
+ "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==",
1012
+ "cpu": [
1013
+ "x64"
1014
+ ],
1015
+ "dev": true,
1016
+ "license": "MPL-2.0",
1017
+ "optional": true,
1018
+ "os": [
1019
+ "win32"
1020
+ ],
1021
+ "engines": {
1022
+ "node": ">= 12.0.0"
1023
+ },
1024
+ "funding": {
1025
+ "type": "opencollective",
1026
+ "url": "https://opencollective.com/parcel"
1027
+ }
1028
+ },
1029
+ "node_modules/lit": {
1030
+ "version": "2.2.6",
1031
+ "license": "BSD-3-Clause",
1032
+ "dependencies": {
1033
+ "@lit/reactive-element": "^1.3.0",
1034
+ "lit-element": "^3.2.0",
1035
+ "lit-html": "^2.2.0"
1036
+ }
1037
+ },
1038
+ "node_modules/lit-element": {
1039
+ "version": "3.3.3",
1040
+ "license": "BSD-3-Clause",
1041
+ "dependencies": {
1042
+ "@lit-labs/ssr-dom-shim": "^1.1.0",
1043
+ "@lit/reactive-element": "^1.3.0",
1044
+ "lit-html": "^2.8.0"
1045
+ }
1046
+ },
1047
+ "node_modules/lit-html": {
1048
+ "version": "2.8.0",
1049
+ "license": "BSD-3-Clause",
1050
+ "dependencies": {
1051
+ "@types/trusted-types": "^2.0.2"
1052
+ }
1053
+ },
1054
+ "node_modules/magic-string": {
1055
+ "version": "0.30.21",
1056
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
1057
+ "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
1058
+ "dev": true,
1059
+ "license": "MIT",
1060
+ "dependencies": {
1061
+ "@jridgewell/sourcemap-codec": "^1.5.5"
1062
+ }
1063
+ },
1064
+ "node_modules/mri": {
1065
+ "version": "1.2.0",
1066
+ "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
1067
+ "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==",
1068
+ "dev": true,
1069
+ "license": "MIT",
1070
+ "engines": {
1071
+ "node": ">=4"
1072
+ }
1073
+ },
1074
+ "node_modules/ninja-keys": {
1075
+ "version": "1.2.2",
1076
+ "license": "MIT",
1077
+ "dependencies": {
1078
+ "@material/mwc-icon": "0.25.3",
1079
+ "hotkeys-js": "3.8.7",
1080
+ "lit": "2.2.6"
1081
+ }
1082
+ },
1083
+ "node_modules/node-addon-api": {
1084
+ "version": "7.1.1",
1085
+ "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
1086
+ "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
1087
+ "dev": true,
1088
+ "license": "MIT"
1089
+ },
1090
+ "node_modules/picocolors": {
1091
+ "version": "1.1.1",
1092
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
1093
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
1094
+ "dev": true,
1095
+ "license": "ISC"
1096
+ },
1097
+ "node_modules/picomatch": {
1098
+ "version": "4.0.3",
1099
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
1100
+ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
1101
+ "dev": true,
1102
+ "license": "MIT",
1103
+ "engines": {
1104
+ "node": ">=12"
1105
+ },
1106
+ "funding": {
1107
+ "url": "https://github.com/sponsors/jonschlinkert"
1108
+ }
1109
+ },
1110
+ "node_modules/postcss-selector-parser": {
1111
+ "version": "6.0.10",
1112
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz",
1113
+ "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==",
1114
+ "dev": true,
1115
+ "license": "MIT",
1116
+ "dependencies": {
1117
+ "cssesc": "^3.0.0",
1118
+ "util-deprecate": "^1.0.2"
1119
+ },
1120
+ "engines": {
1121
+ "node": ">=4"
1122
+ }
1123
+ },
1124
+ "node_modules/source-map-js": {
1125
+ "version": "1.2.1",
1126
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
1127
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
1128
+ "dev": true,
1129
+ "license": "BSD-3-Clause",
1130
+ "engines": {
1131
+ "node": ">=0.10.0"
1132
+ }
1133
+ },
1134
+ "node_modules/tailwindcss": {
1135
+ "version": "4.1.18",
1136
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.18.tgz",
1137
+ "integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==",
1138
+ "dev": true,
1139
+ "license": "MIT"
1140
+ },
1141
+ "node_modules/tapable": {
1142
+ "version": "2.3.0",
1143
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz",
1144
+ "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
1145
+ "dev": true,
1146
+ "license": "MIT",
1147
+ "engines": {
1148
+ "node": ">=6"
1149
+ },
1150
+ "funding": {
1151
+ "type": "opencollective",
1152
+ "url": "https://opencollective.com/webpack"
1153
+ }
1154
+ },
1155
+ "node_modules/tslib": {
1156
+ "version": "2.8.1",
1157
+ "license": "0BSD"
1158
+ },
1159
+ "node_modules/util-deprecate": {
1160
+ "version": "1.0.2",
1161
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
1162
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
1163
+ "dev": true,
1164
+ "license": "MIT"
1165
+ }
1166
+ }
1167
+ }