@yoamigo.com/cli 0.1.16 → 0.1.19

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,3586 @@
1
+ {
2
+ "name": "my-yoamigo-template",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "my-yoamigo-template",
9
+ "version": "1.0.0",
10
+ "dependencies": {
11
+ "@tiptap/core": "^3.11.1",
12
+ "@tiptap/extension-link": "^3.11.1",
13
+ "@tiptap/extension-text-style": "^3.11.1",
14
+ "@tiptap/pm": "^3.11.1",
15
+ "@tiptap/react": "^3.11.1",
16
+ "@tiptap/starter-kit": "^3.11.1",
17
+ "@yoamigo.com/core": "^0.1.7",
18
+ "dompurify": "^3.2.3",
19
+ "react": "^19.2.1",
20
+ "react-dom": "^19.2.1"
21
+ },
22
+ "devDependencies": {
23
+ "@preact/preset-vite": "^2.8.0",
24
+ "@tailwindcss/postcss": "^4.1.17",
25
+ "@types/react": "^19.2.1",
26
+ "@types/react-dom": "^19.2.1",
27
+ "@vitejs/plugin-react": "^5.1.0",
28
+ "postcss": "^8.4.49",
29
+ "tailwindcss": "^4.1.17",
30
+ "typescript": "^5.9.3",
31
+ "vite": "^7.2.4"
32
+ }
33
+ },
34
+ "node_modules/@alloc/quick-lru": {
35
+ "version": "5.2.0",
36
+ "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
37
+ "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
38
+ "dev": true,
39
+ "license": "MIT",
40
+ "engines": {
41
+ "node": ">=10"
42
+ },
43
+ "funding": {
44
+ "url": "https://github.com/sponsors/sindresorhus"
45
+ }
46
+ },
47
+ "node_modules/@babel/code-frame": {
48
+ "version": "7.27.1",
49
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
50
+ "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
51
+ "license": "MIT",
52
+ "dependencies": {
53
+ "@babel/helper-validator-identifier": "^7.27.1",
54
+ "js-tokens": "^4.0.0",
55
+ "picocolors": "^1.1.1"
56
+ },
57
+ "engines": {
58
+ "node": ">=6.9.0"
59
+ }
60
+ },
61
+ "node_modules/@babel/compat-data": {
62
+ "version": "7.28.5",
63
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
64
+ "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
65
+ "license": "MIT",
66
+ "engines": {
67
+ "node": ">=6.9.0"
68
+ }
69
+ },
70
+ "node_modules/@babel/core": {
71
+ "version": "7.28.5",
72
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
73
+ "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
74
+ "license": "MIT",
75
+ "dependencies": {
76
+ "@babel/code-frame": "^7.27.1",
77
+ "@babel/generator": "^7.28.5",
78
+ "@babel/helper-compilation-targets": "^7.27.2",
79
+ "@babel/helper-module-transforms": "^7.28.3",
80
+ "@babel/helpers": "^7.28.4",
81
+ "@babel/parser": "^7.28.5",
82
+ "@babel/template": "^7.27.2",
83
+ "@babel/traverse": "^7.28.5",
84
+ "@babel/types": "^7.28.5",
85
+ "@jridgewell/remapping": "^2.3.5",
86
+ "convert-source-map": "^2.0.0",
87
+ "debug": "^4.1.0",
88
+ "gensync": "^1.0.0-beta.2",
89
+ "json5": "^2.2.3",
90
+ "semver": "^6.3.1"
91
+ },
92
+ "engines": {
93
+ "node": ">=6.9.0"
94
+ },
95
+ "funding": {
96
+ "type": "opencollective",
97
+ "url": "https://opencollective.com/babel"
98
+ }
99
+ },
100
+ "node_modules/@babel/generator": {
101
+ "version": "7.28.5",
102
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
103
+ "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
104
+ "license": "MIT",
105
+ "dependencies": {
106
+ "@babel/parser": "^7.28.5",
107
+ "@babel/types": "^7.28.5",
108
+ "@jridgewell/gen-mapping": "^0.3.12",
109
+ "@jridgewell/trace-mapping": "^0.3.28",
110
+ "jsesc": "^3.0.2"
111
+ },
112
+ "engines": {
113
+ "node": ">=6.9.0"
114
+ }
115
+ },
116
+ "node_modules/@babel/helper-annotate-as-pure": {
117
+ "version": "7.27.3",
118
+ "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
119
+ "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
120
+ "license": "MIT",
121
+ "dependencies": {
122
+ "@babel/types": "^7.27.3"
123
+ },
124
+ "engines": {
125
+ "node": ">=6.9.0"
126
+ }
127
+ },
128
+ "node_modules/@babel/helper-compilation-targets": {
129
+ "version": "7.27.2",
130
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
131
+ "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
132
+ "license": "MIT",
133
+ "dependencies": {
134
+ "@babel/compat-data": "^7.27.2",
135
+ "@babel/helper-validator-option": "^7.27.1",
136
+ "browserslist": "^4.24.0",
137
+ "lru-cache": "^5.1.1",
138
+ "semver": "^6.3.1"
139
+ },
140
+ "engines": {
141
+ "node": ">=6.9.0"
142
+ }
143
+ },
144
+ "node_modules/@babel/helper-globals": {
145
+ "version": "7.28.0",
146
+ "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
147
+ "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
148
+ "license": "MIT",
149
+ "engines": {
150
+ "node": ">=6.9.0"
151
+ }
152
+ },
153
+ "node_modules/@babel/helper-module-imports": {
154
+ "version": "7.27.1",
155
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
156
+ "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
157
+ "license": "MIT",
158
+ "dependencies": {
159
+ "@babel/traverse": "^7.27.1",
160
+ "@babel/types": "^7.27.1"
161
+ },
162
+ "engines": {
163
+ "node": ">=6.9.0"
164
+ }
165
+ },
166
+ "node_modules/@babel/helper-module-transforms": {
167
+ "version": "7.28.3",
168
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
169
+ "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
170
+ "license": "MIT",
171
+ "dependencies": {
172
+ "@babel/helper-module-imports": "^7.27.1",
173
+ "@babel/helper-validator-identifier": "^7.27.1",
174
+ "@babel/traverse": "^7.28.3"
175
+ },
176
+ "engines": {
177
+ "node": ">=6.9.0"
178
+ },
179
+ "peerDependencies": {
180
+ "@babel/core": "^7.0.0"
181
+ }
182
+ },
183
+ "node_modules/@babel/helper-plugin-utils": {
184
+ "version": "7.27.1",
185
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
186
+ "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
187
+ "license": "MIT",
188
+ "engines": {
189
+ "node": ">=6.9.0"
190
+ }
191
+ },
192
+ "node_modules/@babel/helper-string-parser": {
193
+ "version": "7.27.1",
194
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
195
+ "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
196
+ "license": "MIT",
197
+ "engines": {
198
+ "node": ">=6.9.0"
199
+ }
200
+ },
201
+ "node_modules/@babel/helper-validator-identifier": {
202
+ "version": "7.28.5",
203
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
204
+ "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
205
+ "license": "MIT",
206
+ "engines": {
207
+ "node": ">=6.9.0"
208
+ }
209
+ },
210
+ "node_modules/@babel/helper-validator-option": {
211
+ "version": "7.27.1",
212
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
213
+ "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
214
+ "license": "MIT",
215
+ "engines": {
216
+ "node": ">=6.9.0"
217
+ }
218
+ },
219
+ "node_modules/@babel/helpers": {
220
+ "version": "7.28.4",
221
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
222
+ "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
223
+ "license": "MIT",
224
+ "dependencies": {
225
+ "@babel/template": "^7.27.2",
226
+ "@babel/types": "^7.28.4"
227
+ },
228
+ "engines": {
229
+ "node": ">=6.9.0"
230
+ }
231
+ },
232
+ "node_modules/@babel/parser": {
233
+ "version": "7.28.5",
234
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
235
+ "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
236
+ "license": "MIT",
237
+ "dependencies": {
238
+ "@babel/types": "^7.28.5"
239
+ },
240
+ "bin": {
241
+ "parser": "bin/babel-parser.js"
242
+ },
243
+ "engines": {
244
+ "node": ">=6.0.0"
245
+ }
246
+ },
247
+ "node_modules/@babel/plugin-syntax-jsx": {
248
+ "version": "7.27.1",
249
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
250
+ "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
251
+ "license": "MIT",
252
+ "dependencies": {
253
+ "@babel/helper-plugin-utils": "^7.27.1"
254
+ },
255
+ "engines": {
256
+ "node": ">=6.9.0"
257
+ },
258
+ "peerDependencies": {
259
+ "@babel/core": "^7.0.0-0"
260
+ }
261
+ },
262
+ "node_modules/@babel/plugin-transform-react-jsx": {
263
+ "version": "7.27.1",
264
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.27.1.tgz",
265
+ "integrity": "sha512-2KH4LWGSrJIkVf5tSiBFYuXDAoWRq2MMwgivCf+93dd0GQi8RXLjKA/0EvRnVV5G0hrHczsquXuD01L8s6dmBw==",
266
+ "license": "MIT",
267
+ "dependencies": {
268
+ "@babel/helper-annotate-as-pure": "^7.27.1",
269
+ "@babel/helper-module-imports": "^7.27.1",
270
+ "@babel/helper-plugin-utils": "^7.27.1",
271
+ "@babel/plugin-syntax-jsx": "^7.27.1",
272
+ "@babel/types": "^7.27.1"
273
+ },
274
+ "engines": {
275
+ "node": ">=6.9.0"
276
+ },
277
+ "peerDependencies": {
278
+ "@babel/core": "^7.0.0-0"
279
+ }
280
+ },
281
+ "node_modules/@babel/plugin-transform-react-jsx-development": {
282
+ "version": "7.27.1",
283
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.27.1.tgz",
284
+ "integrity": "sha512-ykDdF5yI4f1WrAolLqeF3hmYU12j9ntLQl/AOG1HAS21jxyg1Q0/J/tpREuYLfatGdGmXp/3yS0ZA76kOlVq9Q==",
285
+ "license": "MIT",
286
+ "dependencies": {
287
+ "@babel/plugin-transform-react-jsx": "^7.27.1"
288
+ },
289
+ "engines": {
290
+ "node": ">=6.9.0"
291
+ },
292
+ "peerDependencies": {
293
+ "@babel/core": "^7.0.0-0"
294
+ }
295
+ },
296
+ "node_modules/@babel/plugin-transform-react-jsx-self": {
297
+ "version": "7.27.1",
298
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz",
299
+ "integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==",
300
+ "license": "MIT",
301
+ "dependencies": {
302
+ "@babel/helper-plugin-utils": "^7.27.1"
303
+ },
304
+ "engines": {
305
+ "node": ">=6.9.0"
306
+ },
307
+ "peerDependencies": {
308
+ "@babel/core": "^7.0.0-0"
309
+ }
310
+ },
311
+ "node_modules/@babel/plugin-transform-react-jsx-source": {
312
+ "version": "7.27.1",
313
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz",
314
+ "integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==",
315
+ "license": "MIT",
316
+ "dependencies": {
317
+ "@babel/helper-plugin-utils": "^7.27.1"
318
+ },
319
+ "engines": {
320
+ "node": ">=6.9.0"
321
+ },
322
+ "peerDependencies": {
323
+ "@babel/core": "^7.0.0-0"
324
+ }
325
+ },
326
+ "node_modules/@babel/template": {
327
+ "version": "7.27.2",
328
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
329
+ "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
330
+ "license": "MIT",
331
+ "dependencies": {
332
+ "@babel/code-frame": "^7.27.1",
333
+ "@babel/parser": "^7.27.2",
334
+ "@babel/types": "^7.27.1"
335
+ },
336
+ "engines": {
337
+ "node": ">=6.9.0"
338
+ }
339
+ },
340
+ "node_modules/@babel/traverse": {
341
+ "version": "7.28.5",
342
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
343
+ "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
344
+ "license": "MIT",
345
+ "dependencies": {
346
+ "@babel/code-frame": "^7.27.1",
347
+ "@babel/generator": "^7.28.5",
348
+ "@babel/helper-globals": "^7.28.0",
349
+ "@babel/parser": "^7.28.5",
350
+ "@babel/template": "^7.27.2",
351
+ "@babel/types": "^7.28.5",
352
+ "debug": "^4.3.1"
353
+ },
354
+ "engines": {
355
+ "node": ">=6.9.0"
356
+ }
357
+ },
358
+ "node_modules/@babel/types": {
359
+ "version": "7.28.5",
360
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
361
+ "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
362
+ "license": "MIT",
363
+ "dependencies": {
364
+ "@babel/helper-string-parser": "^7.27.1",
365
+ "@babel/helper-validator-identifier": "^7.28.5"
366
+ },
367
+ "engines": {
368
+ "node": ">=6.9.0"
369
+ }
370
+ },
371
+ "node_modules/@esbuild/aix-ppc64": {
372
+ "version": "0.27.1",
373
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.1.tgz",
374
+ "integrity": "sha512-HHB50pdsBX6k47S4u5g/CaLjqS3qwaOVE5ILsq64jyzgMhLuCuZ8rGzM9yhsAjfjkbgUPMzZEPa7DAp7yz6vuA==",
375
+ "cpu": [
376
+ "ppc64"
377
+ ],
378
+ "license": "MIT",
379
+ "optional": true,
380
+ "os": [
381
+ "aix"
382
+ ],
383
+ "engines": {
384
+ "node": ">=18"
385
+ }
386
+ },
387
+ "node_modules/@esbuild/android-arm": {
388
+ "version": "0.27.1",
389
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.1.tgz",
390
+ "integrity": "sha512-kFqa6/UcaTbGm/NncN9kzVOODjhZW8e+FRdSeypWe6j33gzclHtwlANs26JrupOntlcWmB0u8+8HZo8s7thHvg==",
391
+ "cpu": [
392
+ "arm"
393
+ ],
394
+ "license": "MIT",
395
+ "optional": true,
396
+ "os": [
397
+ "android"
398
+ ],
399
+ "engines": {
400
+ "node": ">=18"
401
+ }
402
+ },
403
+ "node_modules/@esbuild/android-arm64": {
404
+ "version": "0.27.1",
405
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.1.tgz",
406
+ "integrity": "sha512-45fuKmAJpxnQWixOGCrS+ro4Uvb4Re9+UTieUY2f8AEc+t7d4AaZ6eUJ3Hva7dtrxAAWHtlEFsXFMAgNnGU9uQ==",
407
+ "cpu": [
408
+ "arm64"
409
+ ],
410
+ "license": "MIT",
411
+ "optional": true,
412
+ "os": [
413
+ "android"
414
+ ],
415
+ "engines": {
416
+ "node": ">=18"
417
+ }
418
+ },
419
+ "node_modules/@esbuild/android-x64": {
420
+ "version": "0.27.1",
421
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.1.tgz",
422
+ "integrity": "sha512-LBEpOz0BsgMEeHgenf5aqmn/lLNTFXVfoWMUox8CtWWYK9X4jmQzWjoGoNb8lmAYml/tQ/Ysvm8q7szu7BoxRQ==",
423
+ "cpu": [
424
+ "x64"
425
+ ],
426
+ "license": "MIT",
427
+ "optional": true,
428
+ "os": [
429
+ "android"
430
+ ],
431
+ "engines": {
432
+ "node": ">=18"
433
+ }
434
+ },
435
+ "node_modules/@esbuild/darwin-arm64": {
436
+ "version": "0.27.1",
437
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.1.tgz",
438
+ "integrity": "sha512-veg7fL8eMSCVKL7IW4pxb54QERtedFDfY/ASrumK/SbFsXnRazxY4YykN/THYqFnFwJ0aVjiUrVG2PwcdAEqQQ==",
439
+ "cpu": [
440
+ "arm64"
441
+ ],
442
+ "license": "MIT",
443
+ "optional": true,
444
+ "os": [
445
+ "darwin"
446
+ ],
447
+ "engines": {
448
+ "node": ">=18"
449
+ }
450
+ },
451
+ "node_modules/@esbuild/darwin-x64": {
452
+ "version": "0.27.1",
453
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.1.tgz",
454
+ "integrity": "sha512-+3ELd+nTzhfWb07Vol7EZ+5PTbJ/u74nC6iv4/lwIU99Ip5uuY6QoIf0Hn4m2HoV0qcnRivN3KSqc+FyCHjoVQ==",
455
+ "cpu": [
456
+ "x64"
457
+ ],
458
+ "license": "MIT",
459
+ "optional": true,
460
+ "os": [
461
+ "darwin"
462
+ ],
463
+ "engines": {
464
+ "node": ">=18"
465
+ }
466
+ },
467
+ "node_modules/@esbuild/freebsd-arm64": {
468
+ "version": "0.27.1",
469
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.1.tgz",
470
+ "integrity": "sha512-/8Rfgns4XD9XOSXlzUDepG8PX+AVWHliYlUkFI3K3GB6tqbdjYqdhcb4BKRd7C0BhZSoaCxhv8kTcBrcZWP+xg==",
471
+ "cpu": [
472
+ "arm64"
473
+ ],
474
+ "license": "MIT",
475
+ "optional": true,
476
+ "os": [
477
+ "freebsd"
478
+ ],
479
+ "engines": {
480
+ "node": ">=18"
481
+ }
482
+ },
483
+ "node_modules/@esbuild/freebsd-x64": {
484
+ "version": "0.27.1",
485
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.1.tgz",
486
+ "integrity": "sha512-GITpD8dK9C+r+5yRT/UKVT36h/DQLOHdwGVwwoHidlnA168oD3uxA878XloXebK4Ul3gDBBIvEdL7go9gCUFzQ==",
487
+ "cpu": [
488
+ "x64"
489
+ ],
490
+ "license": "MIT",
491
+ "optional": true,
492
+ "os": [
493
+ "freebsd"
494
+ ],
495
+ "engines": {
496
+ "node": ">=18"
497
+ }
498
+ },
499
+ "node_modules/@esbuild/linux-arm": {
500
+ "version": "0.27.1",
501
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.1.tgz",
502
+ "integrity": "sha512-ieMID0JRZY/ZeCrsFQ3Y3NlHNCqIhTprJfDgSB3/lv5jJZ8FX3hqPyXWhe+gvS5ARMBJ242PM+VNz/ctNj//eA==",
503
+ "cpu": [
504
+ "arm"
505
+ ],
506
+ "license": "MIT",
507
+ "optional": true,
508
+ "os": [
509
+ "linux"
510
+ ],
511
+ "engines": {
512
+ "node": ">=18"
513
+ }
514
+ },
515
+ "node_modules/@esbuild/linux-arm64": {
516
+ "version": "0.27.1",
517
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.1.tgz",
518
+ "integrity": "sha512-W9//kCrh/6in9rWIBdKaMtuTTzNj6jSeG/haWBADqLLa9P8O5YSRDzgD5y9QBok4AYlzS6ARHifAb75V6G670Q==",
519
+ "cpu": [
520
+ "arm64"
521
+ ],
522
+ "license": "MIT",
523
+ "optional": true,
524
+ "os": [
525
+ "linux"
526
+ ],
527
+ "engines": {
528
+ "node": ">=18"
529
+ }
530
+ },
531
+ "node_modules/@esbuild/linux-ia32": {
532
+ "version": "0.27.1",
533
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.1.tgz",
534
+ "integrity": "sha512-VIUV4z8GD8rtSVMfAj1aXFahsi/+tcoXXNYmXgzISL+KB381vbSTNdeZHHHIYqFyXcoEhu9n5cT+05tRv13rlw==",
535
+ "cpu": [
536
+ "ia32"
537
+ ],
538
+ "license": "MIT",
539
+ "optional": true,
540
+ "os": [
541
+ "linux"
542
+ ],
543
+ "engines": {
544
+ "node": ">=18"
545
+ }
546
+ },
547
+ "node_modules/@esbuild/linux-loong64": {
548
+ "version": "0.27.1",
549
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.1.tgz",
550
+ "integrity": "sha512-l4rfiiJRN7sTNI//ff65zJ9z8U+k6zcCg0LALU5iEWzY+a1mVZ8iWC1k5EsNKThZ7XCQ6YWtsZ8EWYm7r1UEsg==",
551
+ "cpu": [
552
+ "loong64"
553
+ ],
554
+ "license": "MIT",
555
+ "optional": true,
556
+ "os": [
557
+ "linux"
558
+ ],
559
+ "engines": {
560
+ "node": ">=18"
561
+ }
562
+ },
563
+ "node_modules/@esbuild/linux-mips64el": {
564
+ "version": "0.27.1",
565
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.1.tgz",
566
+ "integrity": "sha512-U0bEuAOLvO/DWFdygTHWY8C067FXz+UbzKgxYhXC0fDieFa0kDIra1FAhsAARRJbvEyso8aAqvPdNxzWuStBnA==",
567
+ "cpu": [
568
+ "mips64el"
569
+ ],
570
+ "license": "MIT",
571
+ "optional": true,
572
+ "os": [
573
+ "linux"
574
+ ],
575
+ "engines": {
576
+ "node": ">=18"
577
+ }
578
+ },
579
+ "node_modules/@esbuild/linux-ppc64": {
580
+ "version": "0.27.1",
581
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.1.tgz",
582
+ "integrity": "sha512-NzdQ/Xwu6vPSf/GkdmRNsOfIeSGnh7muundsWItmBsVpMoNPVpM61qNzAVY3pZ1glzzAxLR40UyYM23eaDDbYQ==",
583
+ "cpu": [
584
+ "ppc64"
585
+ ],
586
+ "license": "MIT",
587
+ "optional": true,
588
+ "os": [
589
+ "linux"
590
+ ],
591
+ "engines": {
592
+ "node": ">=18"
593
+ }
594
+ },
595
+ "node_modules/@esbuild/linux-riscv64": {
596
+ "version": "0.27.1",
597
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.1.tgz",
598
+ "integrity": "sha512-7zlw8p3IApcsN7mFw0O1Z1PyEk6PlKMu18roImfl3iQHTnr/yAfYv6s4hXPidbDoI2Q0pW+5xeoM4eTCC0UdrQ==",
599
+ "cpu": [
600
+ "riscv64"
601
+ ],
602
+ "license": "MIT",
603
+ "optional": true,
604
+ "os": [
605
+ "linux"
606
+ ],
607
+ "engines": {
608
+ "node": ">=18"
609
+ }
610
+ },
611
+ "node_modules/@esbuild/linux-s390x": {
612
+ "version": "0.27.1",
613
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.1.tgz",
614
+ "integrity": "sha512-cGj5wli+G+nkVQdZo3+7FDKC25Uh4ZVwOAK6A06Hsvgr8WqBBuOy/1s+PUEd/6Je+vjfm6stX0kmib5b/O2Ykw==",
615
+ "cpu": [
616
+ "s390x"
617
+ ],
618
+ "license": "MIT",
619
+ "optional": true,
620
+ "os": [
621
+ "linux"
622
+ ],
623
+ "engines": {
624
+ "node": ">=18"
625
+ }
626
+ },
627
+ "node_modules/@esbuild/linux-x64": {
628
+ "version": "0.27.1",
629
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.1.tgz",
630
+ "integrity": "sha512-z3H/HYI9MM0HTv3hQZ81f+AKb+yEoCRlUby1F80vbQ5XdzEMyY/9iNlAmhqiBKw4MJXwfgsh7ERGEOhrM1niMA==",
631
+ "cpu": [
632
+ "x64"
633
+ ],
634
+ "license": "MIT",
635
+ "optional": true,
636
+ "os": [
637
+ "linux"
638
+ ],
639
+ "engines": {
640
+ "node": ">=18"
641
+ }
642
+ },
643
+ "node_modules/@esbuild/netbsd-arm64": {
644
+ "version": "0.27.1",
645
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.1.tgz",
646
+ "integrity": "sha512-wzC24DxAvk8Em01YmVXyjl96Mr+ecTPyOuADAvjGg+fyBpGmxmcr2E5ttf7Im8D0sXZihpxzO1isus8MdjMCXQ==",
647
+ "cpu": [
648
+ "arm64"
649
+ ],
650
+ "license": "MIT",
651
+ "optional": true,
652
+ "os": [
653
+ "netbsd"
654
+ ],
655
+ "engines": {
656
+ "node": ">=18"
657
+ }
658
+ },
659
+ "node_modules/@esbuild/netbsd-x64": {
660
+ "version": "0.27.1",
661
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.1.tgz",
662
+ "integrity": "sha512-1YQ8ybGi2yIXswu6eNzJsrYIGFpnlzEWRl6iR5gMgmsrR0FcNoV1m9k9sc3PuP5rUBLshOZylc9nqSgymI+TYg==",
663
+ "cpu": [
664
+ "x64"
665
+ ],
666
+ "license": "MIT",
667
+ "optional": true,
668
+ "os": [
669
+ "netbsd"
670
+ ],
671
+ "engines": {
672
+ "node": ">=18"
673
+ }
674
+ },
675
+ "node_modules/@esbuild/openbsd-arm64": {
676
+ "version": "0.27.1",
677
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.1.tgz",
678
+ "integrity": "sha512-5Z+DzLCrq5wmU7RDaMDe2DVXMRm2tTDvX2KU14JJVBN2CT/qov7XVix85QoJqHltpvAOZUAc3ndU56HSMWrv8g==",
679
+ "cpu": [
680
+ "arm64"
681
+ ],
682
+ "license": "MIT",
683
+ "optional": true,
684
+ "os": [
685
+ "openbsd"
686
+ ],
687
+ "engines": {
688
+ "node": ">=18"
689
+ }
690
+ },
691
+ "node_modules/@esbuild/openbsd-x64": {
692
+ "version": "0.27.1",
693
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.1.tgz",
694
+ "integrity": "sha512-Q73ENzIdPF5jap4wqLtsfh8YbYSZ8Q0wnxplOlZUOyZy7B4ZKW8DXGWgTCZmF8VWD7Tciwv5F4NsRf6vYlZtqg==",
695
+ "cpu": [
696
+ "x64"
697
+ ],
698
+ "license": "MIT",
699
+ "optional": true,
700
+ "os": [
701
+ "openbsd"
702
+ ],
703
+ "engines": {
704
+ "node": ">=18"
705
+ }
706
+ },
707
+ "node_modules/@esbuild/openharmony-arm64": {
708
+ "version": "0.27.1",
709
+ "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.1.tgz",
710
+ "integrity": "sha512-ajbHrGM/XiK+sXM0JzEbJAen+0E+JMQZ2l4RR4VFwvV9JEERx+oxtgkpoKv1SevhjavK2z2ReHk32pjzktWbGg==",
711
+ "cpu": [
712
+ "arm64"
713
+ ],
714
+ "license": "MIT",
715
+ "optional": true,
716
+ "os": [
717
+ "openharmony"
718
+ ],
719
+ "engines": {
720
+ "node": ">=18"
721
+ }
722
+ },
723
+ "node_modules/@esbuild/sunos-x64": {
724
+ "version": "0.27.1",
725
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.1.tgz",
726
+ "integrity": "sha512-IPUW+y4VIjuDVn+OMzHc5FV4GubIwPnsz6ubkvN8cuhEqH81NovB53IUlrlBkPMEPxvNnf79MGBoz8rZ2iW8HA==",
727
+ "cpu": [
728
+ "x64"
729
+ ],
730
+ "license": "MIT",
731
+ "optional": true,
732
+ "os": [
733
+ "sunos"
734
+ ],
735
+ "engines": {
736
+ "node": ">=18"
737
+ }
738
+ },
739
+ "node_modules/@esbuild/win32-arm64": {
740
+ "version": "0.27.1",
741
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.1.tgz",
742
+ "integrity": "sha512-RIVRWiljWA6CdVu8zkWcRmGP7iRRIIwvhDKem8UMBjPql2TXM5PkDVvvrzMtj1V+WFPB4K7zkIGM7VzRtFkjdg==",
743
+ "cpu": [
744
+ "arm64"
745
+ ],
746
+ "license": "MIT",
747
+ "optional": true,
748
+ "os": [
749
+ "win32"
750
+ ],
751
+ "engines": {
752
+ "node": ">=18"
753
+ }
754
+ },
755
+ "node_modules/@esbuild/win32-ia32": {
756
+ "version": "0.27.1",
757
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.1.tgz",
758
+ "integrity": "sha512-2BR5M8CPbptC1AK5JbJT1fWrHLvejwZidKx3UMSF0ecHMa+smhi16drIrCEggkgviBwLYd5nwrFLSl5Kho96RQ==",
759
+ "cpu": [
760
+ "ia32"
761
+ ],
762
+ "license": "MIT",
763
+ "optional": true,
764
+ "os": [
765
+ "win32"
766
+ ],
767
+ "engines": {
768
+ "node": ">=18"
769
+ }
770
+ },
771
+ "node_modules/@esbuild/win32-x64": {
772
+ "version": "0.27.1",
773
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.1.tgz",
774
+ "integrity": "sha512-d5X6RMYv6taIymSk8JBP+nxv8DQAMY6A51GPgusqLdK9wBz5wWIXy1KjTck6HnjE9hqJzJRdk+1p/t5soSbCtw==",
775
+ "cpu": [
776
+ "x64"
777
+ ],
778
+ "license": "MIT",
779
+ "optional": true,
780
+ "os": [
781
+ "win32"
782
+ ],
783
+ "engines": {
784
+ "node": ">=18"
785
+ }
786
+ },
787
+ "node_modules/@floating-ui/core": {
788
+ "version": "1.7.3",
789
+ "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.3.tgz",
790
+ "integrity": "sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==",
791
+ "license": "MIT",
792
+ "optional": true,
793
+ "dependencies": {
794
+ "@floating-ui/utils": "^0.2.10"
795
+ }
796
+ },
797
+ "node_modules/@floating-ui/dom": {
798
+ "version": "1.7.4",
799
+ "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.4.tgz",
800
+ "integrity": "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==",
801
+ "license": "MIT",
802
+ "optional": true,
803
+ "dependencies": {
804
+ "@floating-ui/core": "^1.7.3",
805
+ "@floating-ui/utils": "^0.2.10"
806
+ }
807
+ },
808
+ "node_modules/@floating-ui/utils": {
809
+ "version": "0.2.10",
810
+ "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz",
811
+ "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==",
812
+ "license": "MIT",
813
+ "optional": true
814
+ },
815
+ "node_modules/@jridgewell/gen-mapping": {
816
+ "version": "0.3.13",
817
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
818
+ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
819
+ "license": "MIT",
820
+ "dependencies": {
821
+ "@jridgewell/sourcemap-codec": "^1.5.0",
822
+ "@jridgewell/trace-mapping": "^0.3.24"
823
+ }
824
+ },
825
+ "node_modules/@jridgewell/remapping": {
826
+ "version": "2.3.5",
827
+ "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
828
+ "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
829
+ "license": "MIT",
830
+ "dependencies": {
831
+ "@jridgewell/gen-mapping": "^0.3.5",
832
+ "@jridgewell/trace-mapping": "^0.3.24"
833
+ }
834
+ },
835
+ "node_modules/@jridgewell/resolve-uri": {
836
+ "version": "3.1.2",
837
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
838
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
839
+ "license": "MIT",
840
+ "engines": {
841
+ "node": ">=6.0.0"
842
+ }
843
+ },
844
+ "node_modules/@jridgewell/sourcemap-codec": {
845
+ "version": "1.5.5",
846
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
847
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
848
+ "license": "MIT"
849
+ },
850
+ "node_modules/@jridgewell/trace-mapping": {
851
+ "version": "0.3.31",
852
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
853
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
854
+ "license": "MIT",
855
+ "dependencies": {
856
+ "@jridgewell/resolve-uri": "^3.1.0",
857
+ "@jridgewell/sourcemap-codec": "^1.4.14"
858
+ }
859
+ },
860
+ "node_modules/@preact/preset-vite": {
861
+ "version": "2.10.2",
862
+ "resolved": "https://registry.npmjs.org/@preact/preset-vite/-/preset-vite-2.10.2.tgz",
863
+ "integrity": "sha512-K9wHlJOtkE+cGqlyQ5v9kL3Ge0Ql4LlIZjkUTL+1zf3nNdF88F9UZN6VTV8jdzBX9Fl7WSzeNMSDG7qECPmSmg==",
864
+ "license": "MIT",
865
+ "dependencies": {
866
+ "@babel/plugin-transform-react-jsx": "^7.22.15",
867
+ "@babel/plugin-transform-react-jsx-development": "^7.22.5",
868
+ "@prefresh/vite": "^2.4.1",
869
+ "@rollup/pluginutils": "^4.1.1",
870
+ "babel-plugin-transform-hook-names": "^1.0.2",
871
+ "debug": "^4.3.4",
872
+ "picocolors": "^1.1.1",
873
+ "vite-prerender-plugin": "^0.5.3"
874
+ },
875
+ "peerDependencies": {
876
+ "@babel/core": "7.x",
877
+ "vite": "2.x || 3.x || 4.x || 5.x || 6.x || 7.x"
878
+ }
879
+ },
880
+ "node_modules/@prefresh/babel-plugin": {
881
+ "version": "0.5.2",
882
+ "resolved": "https://registry.npmjs.org/@prefresh/babel-plugin/-/babel-plugin-0.5.2.tgz",
883
+ "integrity": "sha512-AOl4HG6dAxWkJ5ndPHBgBa49oo/9bOiJuRDKHLSTyH+Fd9x00shTXpdiTj1W41l6oQIwUOAgJeHMn4QwIDpHkA==",
884
+ "license": "MIT"
885
+ },
886
+ "node_modules/@prefresh/core": {
887
+ "version": "1.5.9",
888
+ "resolved": "https://registry.npmjs.org/@prefresh/core/-/core-1.5.9.tgz",
889
+ "integrity": "sha512-IKBKCPaz34OFVC+adiQ2qaTF5qdztO2/4ZPf4KsRTgjKosWqxVXmEbxCiUydYZRY8GVie+DQlKzQr9gt6HQ+EQ==",
890
+ "license": "MIT",
891
+ "peerDependencies": {
892
+ "preact": "^10.0.0 || ^11.0.0-0"
893
+ }
894
+ },
895
+ "node_modules/@prefresh/utils": {
896
+ "version": "1.2.1",
897
+ "resolved": "https://registry.npmjs.org/@prefresh/utils/-/utils-1.2.1.tgz",
898
+ "integrity": "sha512-vq/sIuN5nYfYzvyayXI4C2QkprfNaHUQ9ZX+3xLD8nL3rWyzpxOm1+K7RtMbhd+66QcaISViK7amjnheQ/4WZw==",
899
+ "license": "MIT"
900
+ },
901
+ "node_modules/@prefresh/vite": {
902
+ "version": "2.4.11",
903
+ "resolved": "https://registry.npmjs.org/@prefresh/vite/-/vite-2.4.11.tgz",
904
+ "integrity": "sha512-/XjURQqdRiCG3NpMmWqE9kJwrg9IchIOWHzulCfqg2sRe/8oQ1g5De7xrk9lbqPIQLn7ntBkKdqWXIj4E9YXyg==",
905
+ "license": "MIT",
906
+ "dependencies": {
907
+ "@babel/core": "^7.22.1",
908
+ "@prefresh/babel-plugin": "0.5.2",
909
+ "@prefresh/core": "^1.5.0",
910
+ "@prefresh/utils": "^1.2.0",
911
+ "@rollup/pluginutils": "^4.2.1"
912
+ },
913
+ "peerDependencies": {
914
+ "preact": "^10.4.0 || ^11.0.0-0",
915
+ "vite": ">=2.0.0"
916
+ }
917
+ },
918
+ "node_modules/@remirror/core-constants": {
919
+ "version": "3.0.0",
920
+ "resolved": "https://registry.npmjs.org/@remirror/core-constants/-/core-constants-3.0.0.tgz",
921
+ "integrity": "sha512-42aWfPrimMfDKDi4YegyS7x+/0tlzaqwPQCULLanv3DMIlu96KTJR0fM5isWX2UViOqlGnX6YFgqWepcX+XMNg==",
922
+ "license": "MIT"
923
+ },
924
+ "node_modules/@rolldown/pluginutils": {
925
+ "version": "1.0.0-beta.53",
926
+ "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.53.tgz",
927
+ "integrity": "sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==",
928
+ "license": "MIT"
929
+ },
930
+ "node_modules/@rollup/pluginutils": {
931
+ "version": "4.2.1",
932
+ "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz",
933
+ "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==",
934
+ "license": "MIT",
935
+ "dependencies": {
936
+ "estree-walker": "^2.0.1",
937
+ "picomatch": "^2.2.2"
938
+ },
939
+ "engines": {
940
+ "node": ">= 8.0.0"
941
+ }
942
+ },
943
+ "node_modules/@rollup/rollup-android-arm-eabi": {
944
+ "version": "4.53.5",
945
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.53.5.tgz",
946
+ "integrity": "sha512-iDGS/h7D8t7tvZ1t6+WPK04KD0MwzLZrG0se1hzBjSi5fyxlsiggoJHwh18PCFNn7tG43OWb6pdZ6Y+rMlmyNQ==",
947
+ "cpu": [
948
+ "arm"
949
+ ],
950
+ "license": "MIT",
951
+ "optional": true,
952
+ "os": [
953
+ "android"
954
+ ]
955
+ },
956
+ "node_modules/@rollup/rollup-android-arm64": {
957
+ "version": "4.53.5",
958
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.53.5.tgz",
959
+ "integrity": "sha512-wrSAViWvZHBMMlWk6EJhvg8/rjxzyEhEdgfMMjREHEq11EtJ6IP6yfcCH57YAEca2Oe3FNCE9DSTgU70EIGmVw==",
960
+ "cpu": [
961
+ "arm64"
962
+ ],
963
+ "license": "MIT",
964
+ "optional": true,
965
+ "os": [
966
+ "android"
967
+ ]
968
+ },
969
+ "node_modules/@rollup/rollup-darwin-arm64": {
970
+ "version": "4.53.5",
971
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.53.5.tgz",
972
+ "integrity": "sha512-S87zZPBmRO6u1YXQLwpveZm4JfPpAa6oHBX7/ghSiGH3rz/KDgAu1rKdGutV+WUI6tKDMbaBJomhnT30Y2t4VQ==",
973
+ "cpu": [
974
+ "arm64"
975
+ ],
976
+ "license": "MIT",
977
+ "optional": true,
978
+ "os": [
979
+ "darwin"
980
+ ]
981
+ },
982
+ "node_modules/@rollup/rollup-darwin-x64": {
983
+ "version": "4.53.5",
984
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.53.5.tgz",
985
+ "integrity": "sha512-YTbnsAaHo6VrAczISxgpTva8EkfQus0VPEVJCEaboHtZRIb6h6j0BNxRBOwnDciFTZLDPW5r+ZBmhL/+YpTZgA==",
986
+ "cpu": [
987
+ "x64"
988
+ ],
989
+ "license": "MIT",
990
+ "optional": true,
991
+ "os": [
992
+ "darwin"
993
+ ]
994
+ },
995
+ "node_modules/@rollup/rollup-freebsd-arm64": {
996
+ "version": "4.53.5",
997
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.53.5.tgz",
998
+ "integrity": "sha512-1T8eY2J8rKJWzaznV7zedfdhD1BqVs1iqILhmHDq/bqCUZsrMt+j8VCTHhP0vdfbHK3e1IQ7VYx3jlKqwlf+vw==",
999
+ "cpu": [
1000
+ "arm64"
1001
+ ],
1002
+ "license": "MIT",
1003
+ "optional": true,
1004
+ "os": [
1005
+ "freebsd"
1006
+ ]
1007
+ },
1008
+ "node_modules/@rollup/rollup-freebsd-x64": {
1009
+ "version": "4.53.5",
1010
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.53.5.tgz",
1011
+ "integrity": "sha512-sHTiuXyBJApxRn+VFMaw1U+Qsz4kcNlxQ742snICYPrY+DDL8/ZbaC4DVIB7vgZmp3jiDaKA0WpBdP0aqPJoBQ==",
1012
+ "cpu": [
1013
+ "x64"
1014
+ ],
1015
+ "license": "MIT",
1016
+ "optional": true,
1017
+ "os": [
1018
+ "freebsd"
1019
+ ]
1020
+ },
1021
+ "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
1022
+ "version": "4.53.5",
1023
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.53.5.tgz",
1024
+ "integrity": "sha512-dV3T9MyAf0w8zPVLVBptVlzaXxka6xg1f16VAQmjg+4KMSTWDvhimI/Y6mp8oHwNrmnmVl9XxJ/w/mO4uIQONA==",
1025
+ "cpu": [
1026
+ "arm"
1027
+ ],
1028
+ "license": "MIT",
1029
+ "optional": true,
1030
+ "os": [
1031
+ "linux"
1032
+ ]
1033
+ },
1034
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
1035
+ "version": "4.53.5",
1036
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.53.5.tgz",
1037
+ "integrity": "sha512-wIGYC1x/hyjP+KAu9+ewDI+fi5XSNiUi9Bvg6KGAh2TsNMA3tSEs+Sh6jJ/r4BV/bx/CyWu2ue9kDnIdRyafcQ==",
1038
+ "cpu": [
1039
+ "arm"
1040
+ ],
1041
+ "license": "MIT",
1042
+ "optional": true,
1043
+ "os": [
1044
+ "linux"
1045
+ ]
1046
+ },
1047
+ "node_modules/@rollup/rollup-linux-arm64-gnu": {
1048
+ "version": "4.53.5",
1049
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.53.5.tgz",
1050
+ "integrity": "sha512-Y+qVA0D9d0y2FRNiG9oM3Hut/DgODZbU9I8pLLPwAsU0tUKZ49cyV1tzmB/qRbSzGvY8lpgGkJuMyuhH7Ma+Vg==",
1051
+ "cpu": [
1052
+ "arm64"
1053
+ ],
1054
+ "license": "MIT",
1055
+ "optional": true,
1056
+ "os": [
1057
+ "linux"
1058
+ ]
1059
+ },
1060
+ "node_modules/@rollup/rollup-linux-arm64-musl": {
1061
+ "version": "4.53.5",
1062
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.53.5.tgz",
1063
+ "integrity": "sha512-juaC4bEgJsyFVfqhtGLz8mbopaWD+WeSOYr5E16y+1of6KQjc0BpwZLuxkClqY1i8sco+MdyoXPNiCkQou09+g==",
1064
+ "cpu": [
1065
+ "arm64"
1066
+ ],
1067
+ "license": "MIT",
1068
+ "optional": true,
1069
+ "os": [
1070
+ "linux"
1071
+ ]
1072
+ },
1073
+ "node_modules/@rollup/rollup-linux-loong64-gnu": {
1074
+ "version": "4.53.5",
1075
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.53.5.tgz",
1076
+ "integrity": "sha512-rIEC0hZ17A42iXtHX+EPJVL/CakHo+tT7W0pbzdAGuWOt2jxDFh7A/lRhsNHBcqL4T36+UiAgwO8pbmn3dE8wA==",
1077
+ "cpu": [
1078
+ "loong64"
1079
+ ],
1080
+ "license": "MIT",
1081
+ "optional": true,
1082
+ "os": [
1083
+ "linux"
1084
+ ]
1085
+ },
1086
+ "node_modules/@rollup/rollup-linux-ppc64-gnu": {
1087
+ "version": "4.53.5",
1088
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.53.5.tgz",
1089
+ "integrity": "sha512-T7l409NhUE552RcAOcmJHj3xyZ2h7vMWzcwQI0hvn5tqHh3oSoclf9WgTl+0QqffWFG8MEVZZP1/OBglKZx52Q==",
1090
+ "cpu": [
1091
+ "ppc64"
1092
+ ],
1093
+ "license": "MIT",
1094
+ "optional": true,
1095
+ "os": [
1096
+ "linux"
1097
+ ]
1098
+ },
1099
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
1100
+ "version": "4.53.5",
1101
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.53.5.tgz",
1102
+ "integrity": "sha512-7OK5/GhxbnrMcxIFoYfhV/TkknarkYC1hqUw1wU2xUN3TVRLNT5FmBv4KkheSG2xZ6IEbRAhTooTV2+R5Tk0lQ==",
1103
+ "cpu": [
1104
+ "riscv64"
1105
+ ],
1106
+ "license": "MIT",
1107
+ "optional": true,
1108
+ "os": [
1109
+ "linux"
1110
+ ]
1111
+ },
1112
+ "node_modules/@rollup/rollup-linux-riscv64-musl": {
1113
+ "version": "4.53.5",
1114
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.53.5.tgz",
1115
+ "integrity": "sha512-GwuDBE/PsXaTa76lO5eLJTyr2k8QkPipAyOrs4V/KJufHCZBJ495VCGJol35grx9xryk4V+2zd3Ri+3v7NPh+w==",
1116
+ "cpu": [
1117
+ "riscv64"
1118
+ ],
1119
+ "license": "MIT",
1120
+ "optional": true,
1121
+ "os": [
1122
+ "linux"
1123
+ ]
1124
+ },
1125
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
1126
+ "version": "4.53.5",
1127
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.53.5.tgz",
1128
+ "integrity": "sha512-IAE1Ziyr1qNfnmiQLHBURAD+eh/zH1pIeJjeShleII7Vj8kyEm2PF77o+lf3WTHDpNJcu4IXJxNO0Zluro8bOw==",
1129
+ "cpu": [
1130
+ "s390x"
1131
+ ],
1132
+ "license": "MIT",
1133
+ "optional": true,
1134
+ "os": [
1135
+ "linux"
1136
+ ]
1137
+ },
1138
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
1139
+ "version": "4.53.5",
1140
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.53.5.tgz",
1141
+ "integrity": "sha512-Pg6E+oP7GvZ4XwgRJBuSXZjcqpIW3yCBhK4BcsANvb47qMvAbCjR6E+1a/U2WXz1JJxp9/4Dno3/iSJLcm5auw==",
1142
+ "cpu": [
1143
+ "x64"
1144
+ ],
1145
+ "license": "MIT",
1146
+ "optional": true,
1147
+ "os": [
1148
+ "linux"
1149
+ ]
1150
+ },
1151
+ "node_modules/@rollup/rollup-linux-x64-musl": {
1152
+ "version": "4.53.5",
1153
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.53.5.tgz",
1154
+ "integrity": "sha512-txGtluxDKTxaMDzUduGP0wdfng24y1rygUMnmlUJ88fzCCULCLn7oE5kb2+tRB+MWq1QDZT6ObT5RrR8HFRKqg==",
1155
+ "cpu": [
1156
+ "x64"
1157
+ ],
1158
+ "license": "MIT",
1159
+ "optional": true,
1160
+ "os": [
1161
+ "linux"
1162
+ ]
1163
+ },
1164
+ "node_modules/@rollup/rollup-openharmony-arm64": {
1165
+ "version": "4.53.5",
1166
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.53.5.tgz",
1167
+ "integrity": "sha512-3DFiLPnTxiOQV993fMc+KO8zXHTcIjgaInrqlG8zDp1TlhYl6WgrOHuJkJQ6M8zHEcntSJsUp1XFZSY8C1DYbg==",
1168
+ "cpu": [
1169
+ "arm64"
1170
+ ],
1171
+ "license": "MIT",
1172
+ "optional": true,
1173
+ "os": [
1174
+ "openharmony"
1175
+ ]
1176
+ },
1177
+ "node_modules/@rollup/rollup-win32-arm64-msvc": {
1178
+ "version": "4.53.5",
1179
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.53.5.tgz",
1180
+ "integrity": "sha512-nggc/wPpNTgjGg75hu+Q/3i32R00Lq1B6N1DO7MCU340MRKL3WZJMjA9U4K4gzy3dkZPXm9E1Nc81FItBVGRlA==",
1181
+ "cpu": [
1182
+ "arm64"
1183
+ ],
1184
+ "license": "MIT",
1185
+ "optional": true,
1186
+ "os": [
1187
+ "win32"
1188
+ ]
1189
+ },
1190
+ "node_modules/@rollup/rollup-win32-ia32-msvc": {
1191
+ "version": "4.53.5",
1192
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.53.5.tgz",
1193
+ "integrity": "sha512-U/54pTbdQpPLBdEzCT6NBCFAfSZMvmjr0twhnD9f4EIvlm9wy3jjQ38yQj1AGznrNO65EWQMgm/QUjuIVrYF9w==",
1194
+ "cpu": [
1195
+ "ia32"
1196
+ ],
1197
+ "license": "MIT",
1198
+ "optional": true,
1199
+ "os": [
1200
+ "win32"
1201
+ ]
1202
+ },
1203
+ "node_modules/@rollup/rollup-win32-x64-gnu": {
1204
+ "version": "4.53.5",
1205
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.53.5.tgz",
1206
+ "integrity": "sha512-2NqKgZSuLH9SXBBV2dWNRCZmocgSOx8OJSdpRaEcRlIfX8YrKxUT6z0F1NpvDVhOsl190UFTRh2F2WDWWCYp3A==",
1207
+ "cpu": [
1208
+ "x64"
1209
+ ],
1210
+ "license": "MIT",
1211
+ "optional": true,
1212
+ "os": [
1213
+ "win32"
1214
+ ]
1215
+ },
1216
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
1217
+ "version": "4.53.5",
1218
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.53.5.tgz",
1219
+ "integrity": "sha512-JRpZUhCfhZ4keB5v0fe02gQJy05GqboPOaxvjugW04RLSYYoB/9t2lx2u/tMs/Na/1NXfY8QYjgRljRpN+MjTQ==",
1220
+ "cpu": [
1221
+ "x64"
1222
+ ],
1223
+ "license": "MIT",
1224
+ "optional": true,
1225
+ "os": [
1226
+ "win32"
1227
+ ]
1228
+ },
1229
+ "node_modules/@tailwindcss/node": {
1230
+ "version": "4.1.18",
1231
+ "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.18.tgz",
1232
+ "integrity": "sha512-DoR7U1P7iYhw16qJ49fgXUlry1t4CpXeErJHnQ44JgTSKMaZUdf17cfn5mHchfJ4KRBZRFA/Coo+MUF5+gOaCQ==",
1233
+ "dev": true,
1234
+ "license": "MIT",
1235
+ "dependencies": {
1236
+ "@jridgewell/remapping": "^2.3.4",
1237
+ "enhanced-resolve": "^5.18.3",
1238
+ "jiti": "^2.6.1",
1239
+ "lightningcss": "1.30.2",
1240
+ "magic-string": "^0.30.21",
1241
+ "source-map-js": "^1.2.1",
1242
+ "tailwindcss": "4.1.18"
1243
+ }
1244
+ },
1245
+ "node_modules/@tailwindcss/oxide": {
1246
+ "version": "4.1.18",
1247
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.18.tgz",
1248
+ "integrity": "sha512-EgCR5tTS5bUSKQgzeMClT6iCY3ToqE1y+ZB0AKldj809QXk1Y+3jB0upOYZrn9aGIzPtUsP7sX4QQ4XtjBB95A==",
1249
+ "dev": true,
1250
+ "license": "MIT",
1251
+ "engines": {
1252
+ "node": ">= 10"
1253
+ },
1254
+ "optionalDependencies": {
1255
+ "@tailwindcss/oxide-android-arm64": "4.1.18",
1256
+ "@tailwindcss/oxide-darwin-arm64": "4.1.18",
1257
+ "@tailwindcss/oxide-darwin-x64": "4.1.18",
1258
+ "@tailwindcss/oxide-freebsd-x64": "4.1.18",
1259
+ "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.18",
1260
+ "@tailwindcss/oxide-linux-arm64-gnu": "4.1.18",
1261
+ "@tailwindcss/oxide-linux-arm64-musl": "4.1.18",
1262
+ "@tailwindcss/oxide-linux-x64-gnu": "4.1.18",
1263
+ "@tailwindcss/oxide-linux-x64-musl": "4.1.18",
1264
+ "@tailwindcss/oxide-wasm32-wasi": "4.1.18",
1265
+ "@tailwindcss/oxide-win32-arm64-msvc": "4.1.18",
1266
+ "@tailwindcss/oxide-win32-x64-msvc": "4.1.18"
1267
+ }
1268
+ },
1269
+ "node_modules/@tailwindcss/oxide-android-arm64": {
1270
+ "version": "4.1.18",
1271
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.18.tgz",
1272
+ "integrity": "sha512-dJHz7+Ugr9U/diKJA0W6N/6/cjI+ZTAoxPf9Iz9BFRF2GzEX8IvXxFIi/dZBloVJX/MZGvRuFA9rqwdiIEZQ0Q==",
1273
+ "cpu": [
1274
+ "arm64"
1275
+ ],
1276
+ "dev": true,
1277
+ "license": "MIT",
1278
+ "optional": true,
1279
+ "os": [
1280
+ "android"
1281
+ ],
1282
+ "engines": {
1283
+ "node": ">= 10"
1284
+ }
1285
+ },
1286
+ "node_modules/@tailwindcss/oxide-darwin-arm64": {
1287
+ "version": "4.1.18",
1288
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.18.tgz",
1289
+ "integrity": "sha512-Gc2q4Qhs660bhjyBSKgq6BYvwDz4G+BuyJ5H1xfhmDR3D8HnHCmT/BSkvSL0vQLy/nkMLY20PQ2OoYMO15Jd0A==",
1290
+ "cpu": [
1291
+ "arm64"
1292
+ ],
1293
+ "dev": true,
1294
+ "license": "MIT",
1295
+ "optional": true,
1296
+ "os": [
1297
+ "darwin"
1298
+ ],
1299
+ "engines": {
1300
+ "node": ">= 10"
1301
+ }
1302
+ },
1303
+ "node_modules/@tailwindcss/oxide-darwin-x64": {
1304
+ "version": "4.1.18",
1305
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.18.tgz",
1306
+ "integrity": "sha512-FL5oxr2xQsFrc3X9o1fjHKBYBMD1QZNyc1Xzw/h5Qu4XnEBi3dZn96HcHm41c/euGV+GRiXFfh2hUCyKi/e+yw==",
1307
+ "cpu": [
1308
+ "x64"
1309
+ ],
1310
+ "dev": true,
1311
+ "license": "MIT",
1312
+ "optional": true,
1313
+ "os": [
1314
+ "darwin"
1315
+ ],
1316
+ "engines": {
1317
+ "node": ">= 10"
1318
+ }
1319
+ },
1320
+ "node_modules/@tailwindcss/oxide-freebsd-x64": {
1321
+ "version": "4.1.18",
1322
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.18.tgz",
1323
+ "integrity": "sha512-Fj+RHgu5bDodmV1dM9yAxlfJwkkWvLiRjbhuO2LEtwtlYlBgiAT4x/j5wQr1tC3SANAgD+0YcmWVrj8R9trVMA==",
1324
+ "cpu": [
1325
+ "x64"
1326
+ ],
1327
+ "dev": true,
1328
+ "license": "MIT",
1329
+ "optional": true,
1330
+ "os": [
1331
+ "freebsd"
1332
+ ],
1333
+ "engines": {
1334
+ "node": ">= 10"
1335
+ }
1336
+ },
1337
+ "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
1338
+ "version": "4.1.18",
1339
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.18.tgz",
1340
+ "integrity": "sha512-Fp+Wzk/Ws4dZn+LV2Nqx3IilnhH51YZoRaYHQsVq3RQvEl+71VGKFpkfHrLM/Li+kt5c0DJe/bHXK1eHgDmdiA==",
1341
+ "cpu": [
1342
+ "arm"
1343
+ ],
1344
+ "dev": true,
1345
+ "license": "MIT",
1346
+ "optional": true,
1347
+ "os": [
1348
+ "linux"
1349
+ ],
1350
+ "engines": {
1351
+ "node": ">= 10"
1352
+ }
1353
+ },
1354
+ "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
1355
+ "version": "4.1.18",
1356
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.18.tgz",
1357
+ "integrity": "sha512-S0n3jboLysNbh55Vrt7pk9wgpyTTPD0fdQeh7wQfMqLPM/Hrxi+dVsLsPrycQjGKEQk85Kgbx+6+QnYNiHalnw==",
1358
+ "cpu": [
1359
+ "arm64"
1360
+ ],
1361
+ "dev": true,
1362
+ "license": "MIT",
1363
+ "optional": true,
1364
+ "os": [
1365
+ "linux"
1366
+ ],
1367
+ "engines": {
1368
+ "node": ">= 10"
1369
+ }
1370
+ },
1371
+ "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
1372
+ "version": "4.1.18",
1373
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.18.tgz",
1374
+ "integrity": "sha512-1px92582HkPQlaaCkdRcio71p8bc8i/ap5807tPRDK/uw953cauQBT8c5tVGkOwrHMfc2Yh6UuxaH4vtTjGvHg==",
1375
+ "cpu": [
1376
+ "arm64"
1377
+ ],
1378
+ "dev": true,
1379
+ "license": "MIT",
1380
+ "optional": true,
1381
+ "os": [
1382
+ "linux"
1383
+ ],
1384
+ "engines": {
1385
+ "node": ">= 10"
1386
+ }
1387
+ },
1388
+ "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
1389
+ "version": "4.1.18",
1390
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.18.tgz",
1391
+ "integrity": "sha512-v3gyT0ivkfBLoZGF9LyHmts0Isc8jHZyVcbzio6Wpzifg/+5ZJpDiRiUhDLkcr7f/r38SWNe7ucxmGW3j3Kb/g==",
1392
+ "cpu": [
1393
+ "x64"
1394
+ ],
1395
+ "dev": true,
1396
+ "license": "MIT",
1397
+ "optional": true,
1398
+ "os": [
1399
+ "linux"
1400
+ ],
1401
+ "engines": {
1402
+ "node": ">= 10"
1403
+ }
1404
+ },
1405
+ "node_modules/@tailwindcss/oxide-linux-x64-musl": {
1406
+ "version": "4.1.18",
1407
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.18.tgz",
1408
+ "integrity": "sha512-bhJ2y2OQNlcRwwgOAGMY0xTFStt4/wyU6pvI6LSuZpRgKQwxTec0/3Scu91O8ir7qCR3AuepQKLU/kX99FouqQ==",
1409
+ "cpu": [
1410
+ "x64"
1411
+ ],
1412
+ "dev": true,
1413
+ "license": "MIT",
1414
+ "optional": true,
1415
+ "os": [
1416
+ "linux"
1417
+ ],
1418
+ "engines": {
1419
+ "node": ">= 10"
1420
+ }
1421
+ },
1422
+ "node_modules/@tailwindcss/oxide-wasm32-wasi": {
1423
+ "version": "4.1.18",
1424
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.18.tgz",
1425
+ "integrity": "sha512-LffYTvPjODiP6PT16oNeUQJzNVyJl1cjIebq/rWWBF+3eDst5JGEFSc5cWxyRCJ0Mxl+KyIkqRxk1XPEs9x8TA==",
1426
+ "bundleDependencies": [
1427
+ "@napi-rs/wasm-runtime",
1428
+ "@emnapi/core",
1429
+ "@emnapi/runtime",
1430
+ "@tybys/wasm-util",
1431
+ "@emnapi/wasi-threads",
1432
+ "tslib"
1433
+ ],
1434
+ "cpu": [
1435
+ "wasm32"
1436
+ ],
1437
+ "dev": true,
1438
+ "license": "MIT",
1439
+ "optional": true,
1440
+ "dependencies": {
1441
+ "@emnapi/core": "^1.7.1",
1442
+ "@emnapi/runtime": "^1.7.1",
1443
+ "@emnapi/wasi-threads": "^1.1.0",
1444
+ "@napi-rs/wasm-runtime": "^1.1.0",
1445
+ "@tybys/wasm-util": "^0.10.1",
1446
+ "tslib": "^2.4.0"
1447
+ },
1448
+ "engines": {
1449
+ "node": ">=14.0.0"
1450
+ }
1451
+ },
1452
+ "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
1453
+ "version": "4.1.18",
1454
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.18.tgz",
1455
+ "integrity": "sha512-HjSA7mr9HmC8fu6bdsZvZ+dhjyGCLdotjVOgLA2vEqxEBZaQo9YTX4kwgEvPCpRh8o4uWc4J/wEoFzhEmjvPbA==",
1456
+ "cpu": [
1457
+ "arm64"
1458
+ ],
1459
+ "dev": true,
1460
+ "license": "MIT",
1461
+ "optional": true,
1462
+ "os": [
1463
+ "win32"
1464
+ ],
1465
+ "engines": {
1466
+ "node": ">= 10"
1467
+ }
1468
+ },
1469
+ "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
1470
+ "version": "4.1.18",
1471
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.18.tgz",
1472
+ "integrity": "sha512-bJWbyYpUlqamC8dpR7pfjA0I7vdF6t5VpUGMWRkXVE3AXgIZjYUYAK7II1GNaxR8J1SSrSrppRar8G++JekE3Q==",
1473
+ "cpu": [
1474
+ "x64"
1475
+ ],
1476
+ "dev": true,
1477
+ "license": "MIT",
1478
+ "optional": true,
1479
+ "os": [
1480
+ "win32"
1481
+ ],
1482
+ "engines": {
1483
+ "node": ">= 10"
1484
+ }
1485
+ },
1486
+ "node_modules/@tailwindcss/postcss": {
1487
+ "version": "4.1.18",
1488
+ "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.18.tgz",
1489
+ "integrity": "sha512-Ce0GFnzAOuPyfV5SxjXGn0CubwGcuDB0zcdaPuCSzAa/2vII24JTkH+I6jcbXLb1ctjZMZZI6OjDaLPJQL1S0g==",
1490
+ "dev": true,
1491
+ "license": "MIT",
1492
+ "dependencies": {
1493
+ "@alloc/quick-lru": "^5.2.0",
1494
+ "@tailwindcss/node": "4.1.18",
1495
+ "@tailwindcss/oxide": "4.1.18",
1496
+ "postcss": "^8.4.41",
1497
+ "tailwindcss": "4.1.18"
1498
+ }
1499
+ },
1500
+ "node_modules/@tiptap/core": {
1501
+ "version": "3.13.0",
1502
+ "resolved": "https://registry.npmjs.org/@tiptap/core/-/core-3.13.0.tgz",
1503
+ "integrity": "sha512-iUelgiTMgPVMpY5ZqASUpk8mC8HuR9FWKaDzK27w9oWip9tuB54Z8mePTxNcQaSPb6ErzEaC8x8egrRt7OsdGQ==",
1504
+ "license": "MIT",
1505
+ "funding": {
1506
+ "type": "github",
1507
+ "url": "https://github.com/sponsors/ueberdosis"
1508
+ },
1509
+ "peerDependencies": {
1510
+ "@tiptap/pm": "^3.13.0"
1511
+ }
1512
+ },
1513
+ "node_modules/@tiptap/extension-blockquote": {
1514
+ "version": "3.13.0",
1515
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-blockquote/-/extension-blockquote-3.13.0.tgz",
1516
+ "integrity": "sha512-K1z/PAIIwEmiWbzrP//4cC7iG1TZknDlF1yb42G7qkx2S2X4P0NiqX7sKOej3yqrPjKjGwPujLMSuDnCF87QkQ==",
1517
+ "license": "MIT",
1518
+ "funding": {
1519
+ "type": "github",
1520
+ "url": "https://github.com/sponsors/ueberdosis"
1521
+ },
1522
+ "peerDependencies": {
1523
+ "@tiptap/core": "^3.13.0"
1524
+ }
1525
+ },
1526
+ "node_modules/@tiptap/extension-bold": {
1527
+ "version": "3.13.0",
1528
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-bold/-/extension-bold-3.13.0.tgz",
1529
+ "integrity": "sha512-VYiDN9EEwR6ShaDLclG8mphkb/wlIzqfk7hxaKboq1G+NSDj8PcaSI9hldKKtTCLeaSNu6UR5nkdu/YHdzYWTw==",
1530
+ "license": "MIT",
1531
+ "funding": {
1532
+ "type": "github",
1533
+ "url": "https://github.com/sponsors/ueberdosis"
1534
+ },
1535
+ "peerDependencies": {
1536
+ "@tiptap/core": "^3.13.0"
1537
+ }
1538
+ },
1539
+ "node_modules/@tiptap/extension-bubble-menu": {
1540
+ "version": "3.13.0",
1541
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-bubble-menu/-/extension-bubble-menu-3.13.0.tgz",
1542
+ "integrity": "sha512-qZ3j2DBsqP9DjG2UlExQ+tHMRhAnWlCKNreKddKocb/nAFrPdBCtvkqIEu+68zPlbLD4ukpoyjUklRJg+NipFg==",
1543
+ "license": "MIT",
1544
+ "optional": true,
1545
+ "dependencies": {
1546
+ "@floating-ui/dom": "^1.0.0"
1547
+ },
1548
+ "funding": {
1549
+ "type": "github",
1550
+ "url": "https://github.com/sponsors/ueberdosis"
1551
+ },
1552
+ "peerDependencies": {
1553
+ "@tiptap/core": "^3.13.0",
1554
+ "@tiptap/pm": "^3.13.0"
1555
+ }
1556
+ },
1557
+ "node_modules/@tiptap/extension-bullet-list": {
1558
+ "version": "3.13.0",
1559
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-bullet-list/-/extension-bullet-list-3.13.0.tgz",
1560
+ "integrity": "sha512-fFQmmEUoPzRGiQJ/KKutG35ZX21GE+1UCDo8Q6PoWH7Al9lex47nvyeU1BiDYOhcTKgIaJRtEH5lInsOsRJcSA==",
1561
+ "license": "MIT",
1562
+ "funding": {
1563
+ "type": "github",
1564
+ "url": "https://github.com/sponsors/ueberdosis"
1565
+ },
1566
+ "peerDependencies": {
1567
+ "@tiptap/extension-list": "^3.13.0"
1568
+ }
1569
+ },
1570
+ "node_modules/@tiptap/extension-code": {
1571
+ "version": "3.13.0",
1572
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-code/-/extension-code-3.13.0.tgz",
1573
+ "integrity": "sha512-sF5raBni6iSVpXWvwJCAcOXw5/kZ+djDHx1YSGWhopm4+fsj0xW7GvVO+VTwiFjZGKSw+K5NeAxzcQTJZd3Vhw==",
1574
+ "license": "MIT",
1575
+ "funding": {
1576
+ "type": "github",
1577
+ "url": "https://github.com/sponsors/ueberdosis"
1578
+ },
1579
+ "peerDependencies": {
1580
+ "@tiptap/core": "^3.13.0"
1581
+ }
1582
+ },
1583
+ "node_modules/@tiptap/extension-code-block": {
1584
+ "version": "3.13.0",
1585
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-code-block/-/extension-code-block-3.13.0.tgz",
1586
+ "integrity": "sha512-kIwfQ4iqootsWg9e74iYJK54/YMIj6ahUxEltjZRML5z/h4gTDcQt2eTpnEC8yjDjHeUVOR94zH9auCySyk9CQ==",
1587
+ "license": "MIT",
1588
+ "funding": {
1589
+ "type": "github",
1590
+ "url": "https://github.com/sponsors/ueberdosis"
1591
+ },
1592
+ "peerDependencies": {
1593
+ "@tiptap/core": "^3.13.0",
1594
+ "@tiptap/pm": "^3.13.0"
1595
+ }
1596
+ },
1597
+ "node_modules/@tiptap/extension-document": {
1598
+ "version": "3.13.0",
1599
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-document/-/extension-document-3.13.0.tgz",
1600
+ "integrity": "sha512-RjU7hTJwjKXIdY57o/Pc+Yr8swLkrwT7PBQ/m+LCX5oO/V2wYoWCjoBYnK5KSHrWlNy/aLzC33BvLeqZZ9nzlQ==",
1601
+ "license": "MIT",
1602
+ "funding": {
1603
+ "type": "github",
1604
+ "url": "https://github.com/sponsors/ueberdosis"
1605
+ },
1606
+ "peerDependencies": {
1607
+ "@tiptap/core": "^3.13.0"
1608
+ }
1609
+ },
1610
+ "node_modules/@tiptap/extension-dropcursor": {
1611
+ "version": "3.13.0",
1612
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-dropcursor/-/extension-dropcursor-3.13.0.tgz",
1613
+ "integrity": "sha512-m7GPT3c/83ni+bbU8c+3dpNa8ug+aQ4phNB1Q52VQG3oTonDJnZS7WCtn3lB/Hi1LqoqMtEHwhepU2eD+JeXqQ==",
1614
+ "license": "MIT",
1615
+ "funding": {
1616
+ "type": "github",
1617
+ "url": "https://github.com/sponsors/ueberdosis"
1618
+ },
1619
+ "peerDependencies": {
1620
+ "@tiptap/extensions": "^3.13.0"
1621
+ }
1622
+ },
1623
+ "node_modules/@tiptap/extension-floating-menu": {
1624
+ "version": "3.13.0",
1625
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-floating-menu/-/extension-floating-menu-3.13.0.tgz",
1626
+ "integrity": "sha512-OsezV2cMofZM4c13gvgi93IEYBUzZgnu8BXTYZQiQYekz4bX4uulBmLa1KOA9EN71FzS+SoLkXHU0YzlbLjlxA==",
1627
+ "license": "MIT",
1628
+ "optional": true,
1629
+ "funding": {
1630
+ "type": "github",
1631
+ "url": "https://github.com/sponsors/ueberdosis"
1632
+ },
1633
+ "peerDependencies": {
1634
+ "@floating-ui/dom": "^1.0.0",
1635
+ "@tiptap/core": "^3.13.0",
1636
+ "@tiptap/pm": "^3.13.0"
1637
+ }
1638
+ },
1639
+ "node_modules/@tiptap/extension-gapcursor": {
1640
+ "version": "3.13.0",
1641
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-gapcursor/-/extension-gapcursor-3.13.0.tgz",
1642
+ "integrity": "sha512-KVxjQKkd964nin+1IdM2Dvej/Jy4JTMcMgq5seusUhJ9T9P8F9s2D5Iefwgkps3OCzub/aF+eAsZe+1P5KSIgA==",
1643
+ "license": "MIT",
1644
+ "funding": {
1645
+ "type": "github",
1646
+ "url": "https://github.com/sponsors/ueberdosis"
1647
+ },
1648
+ "peerDependencies": {
1649
+ "@tiptap/extensions": "^3.13.0"
1650
+ }
1651
+ },
1652
+ "node_modules/@tiptap/extension-hard-break": {
1653
+ "version": "3.13.0",
1654
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-hard-break/-/extension-hard-break-3.13.0.tgz",
1655
+ "integrity": "sha512-nH1OBaO+/pakhu+P1jF208mPgB70IKlrR/9d46RMYoYbqJTNf4KVLx5lHAOHytIhjcNg+MjyTfJWfkK+dyCCyg==",
1656
+ "license": "MIT",
1657
+ "funding": {
1658
+ "type": "github",
1659
+ "url": "https://github.com/sponsors/ueberdosis"
1660
+ },
1661
+ "peerDependencies": {
1662
+ "@tiptap/core": "^3.13.0"
1663
+ }
1664
+ },
1665
+ "node_modules/@tiptap/extension-heading": {
1666
+ "version": "3.13.0",
1667
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-heading/-/extension-heading-3.13.0.tgz",
1668
+ "integrity": "sha512-8VKWX8waYPtUWN97J89em9fOtxNteh6pvUEd0htcOAtoxjt2uZjbW5N4lKyWhNKifZBrVhH2Cc2NUPuftCVgxw==",
1669
+ "license": "MIT",
1670
+ "funding": {
1671
+ "type": "github",
1672
+ "url": "https://github.com/sponsors/ueberdosis"
1673
+ },
1674
+ "peerDependencies": {
1675
+ "@tiptap/core": "^3.13.0"
1676
+ }
1677
+ },
1678
+ "node_modules/@tiptap/extension-horizontal-rule": {
1679
+ "version": "3.13.0",
1680
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-3.13.0.tgz",
1681
+ "integrity": "sha512-ZUFyORtjj22ib8ykbxRhWFQOTZjNKqOsMQjaAGof30cuD2DN5J5pMz7Haj2fFRtLpugWYH+f0Mi+WumQXC3hCw==",
1682
+ "license": "MIT",
1683
+ "funding": {
1684
+ "type": "github",
1685
+ "url": "https://github.com/sponsors/ueberdosis"
1686
+ },
1687
+ "peerDependencies": {
1688
+ "@tiptap/core": "^3.13.0",
1689
+ "@tiptap/pm": "^3.13.0"
1690
+ }
1691
+ },
1692
+ "node_modules/@tiptap/extension-italic": {
1693
+ "version": "3.13.0",
1694
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-italic/-/extension-italic-3.13.0.tgz",
1695
+ "integrity": "sha512-XbVTgmzk1kgUMTirA6AGdLTcKHUvEJoh3R4qMdPtwwygEOe7sBuvKuLtF6AwUtpnOM+Y3tfWUTNEDWv9AcEdww==",
1696
+ "license": "MIT",
1697
+ "funding": {
1698
+ "type": "github",
1699
+ "url": "https://github.com/sponsors/ueberdosis"
1700
+ },
1701
+ "peerDependencies": {
1702
+ "@tiptap/core": "^3.13.0"
1703
+ }
1704
+ },
1705
+ "node_modules/@tiptap/extension-link": {
1706
+ "version": "3.13.0",
1707
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-link/-/extension-link-3.13.0.tgz",
1708
+ "integrity": "sha512-LuFPJ5GoL12GHW4A+USsj60O90pLcwUPdvEUSWewl9USyG6gnLnY/j5ZOXPYH7LiwYW8+lhq7ABwrDF2PKyBbA==",
1709
+ "license": "MIT",
1710
+ "dependencies": {
1711
+ "linkifyjs": "^4.3.2"
1712
+ },
1713
+ "funding": {
1714
+ "type": "github",
1715
+ "url": "https://github.com/sponsors/ueberdosis"
1716
+ },
1717
+ "peerDependencies": {
1718
+ "@tiptap/core": "^3.13.0",
1719
+ "@tiptap/pm": "^3.13.0"
1720
+ }
1721
+ },
1722
+ "node_modules/@tiptap/extension-list": {
1723
+ "version": "3.13.0",
1724
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-list/-/extension-list-3.13.0.tgz",
1725
+ "integrity": "sha512-MMFH0jQ4LeCPkJJFyZ77kt6eM/vcKujvTbMzW1xSHCIEA6s4lEcx9QdZMPpfmnOvTzeoVKR4nsu2t2qT9ZXzAw==",
1726
+ "license": "MIT",
1727
+ "funding": {
1728
+ "type": "github",
1729
+ "url": "https://github.com/sponsors/ueberdosis"
1730
+ },
1731
+ "peerDependencies": {
1732
+ "@tiptap/core": "^3.13.0",
1733
+ "@tiptap/pm": "^3.13.0"
1734
+ }
1735
+ },
1736
+ "node_modules/@tiptap/extension-list-item": {
1737
+ "version": "3.13.0",
1738
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-list-item/-/extension-list-item-3.13.0.tgz",
1739
+ "integrity": "sha512-63NbcS/XeQP2jcdDEnEAE3rjJICDj8y1SN1h/MsJmSt1LusnEo8WQ2ub86QELO6XnD3M04V03cY6Knf6I5mTkw==",
1740
+ "license": "MIT",
1741
+ "funding": {
1742
+ "type": "github",
1743
+ "url": "https://github.com/sponsors/ueberdosis"
1744
+ },
1745
+ "peerDependencies": {
1746
+ "@tiptap/extension-list": "^3.13.0"
1747
+ }
1748
+ },
1749
+ "node_modules/@tiptap/extension-list-keymap": {
1750
+ "version": "3.13.0",
1751
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-list-keymap/-/extension-list-keymap-3.13.0.tgz",
1752
+ "integrity": "sha512-P+HtIa1iwosb1feFc8B/9MN5EAwzS+/dZ0UH0CTF2E4wnp5Z9OMxKl1IYjfiCwHzZrU5Let+S/maOvJR/EmV0g==",
1753
+ "license": "MIT",
1754
+ "funding": {
1755
+ "type": "github",
1756
+ "url": "https://github.com/sponsors/ueberdosis"
1757
+ },
1758
+ "peerDependencies": {
1759
+ "@tiptap/extension-list": "^3.13.0"
1760
+ }
1761
+ },
1762
+ "node_modules/@tiptap/extension-ordered-list": {
1763
+ "version": "3.13.0",
1764
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-ordered-list/-/extension-ordered-list-3.13.0.tgz",
1765
+ "integrity": "sha512-QuDyLzuK/3vCvx9GeKhgvHWrGECBzmJyAx6gli2HY+Iil7XicbfltV4nvhIxgxzpx3LDHLKzJN9pBi+2MzX60g==",
1766
+ "license": "MIT",
1767
+ "funding": {
1768
+ "type": "github",
1769
+ "url": "https://github.com/sponsors/ueberdosis"
1770
+ },
1771
+ "peerDependencies": {
1772
+ "@tiptap/extension-list": "^3.13.0"
1773
+ }
1774
+ },
1775
+ "node_modules/@tiptap/extension-paragraph": {
1776
+ "version": "3.13.0",
1777
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-paragraph/-/extension-paragraph-3.13.0.tgz",
1778
+ "integrity": "sha512-9csQde1i0yeZI5oQQ9e1GYNtGL2JcC2d8Fwtw9FsGC8yz2W0h+Fmk+3bc2kobbtO5LGqupSc1fKM8fAg5rSRDg==",
1779
+ "license": "MIT",
1780
+ "funding": {
1781
+ "type": "github",
1782
+ "url": "https://github.com/sponsors/ueberdosis"
1783
+ },
1784
+ "peerDependencies": {
1785
+ "@tiptap/core": "^3.13.0"
1786
+ }
1787
+ },
1788
+ "node_modules/@tiptap/extension-strike": {
1789
+ "version": "3.13.0",
1790
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-strike/-/extension-strike-3.13.0.tgz",
1791
+ "integrity": "sha512-VHhWNqTAMOfrC48m2FcPIZB0nhl6XHQviAV16SBc+EFznKNv9tQUsqQrnuQ2y6ZVfqq5UxvZ3hKF/JlN/Ff7xw==",
1792
+ "license": "MIT",
1793
+ "funding": {
1794
+ "type": "github",
1795
+ "url": "https://github.com/sponsors/ueberdosis"
1796
+ },
1797
+ "peerDependencies": {
1798
+ "@tiptap/core": "^3.13.0"
1799
+ }
1800
+ },
1801
+ "node_modules/@tiptap/extension-text": {
1802
+ "version": "3.13.0",
1803
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-text/-/extension-text-3.13.0.tgz",
1804
+ "integrity": "sha512-VcZIna93rixw7hRkHGCxDbL3kvJWi80vIT25a2pXg0WP1e7Pi3nBYvZIL4SQtkbBCji9EHrbZx3p8nNPzfazYw==",
1805
+ "license": "MIT",
1806
+ "funding": {
1807
+ "type": "github",
1808
+ "url": "https://github.com/sponsors/ueberdosis"
1809
+ },
1810
+ "peerDependencies": {
1811
+ "@tiptap/core": "^3.13.0"
1812
+ }
1813
+ },
1814
+ "node_modules/@tiptap/extension-text-style": {
1815
+ "version": "3.13.0",
1816
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-text-style/-/extension-text-style-3.13.0.tgz",
1817
+ "integrity": "sha512-M7ob3pfYNYgFPihncEp33r9477hXQgC8j3iU8BsewvPlSx2bMSy5jp2XHDXyEX8dV6flr7acH4GkXXw+DHpaPA==",
1818
+ "license": "MIT",
1819
+ "funding": {
1820
+ "type": "github",
1821
+ "url": "https://github.com/sponsors/ueberdosis"
1822
+ },
1823
+ "peerDependencies": {
1824
+ "@tiptap/core": "^3.13.0"
1825
+ }
1826
+ },
1827
+ "node_modules/@tiptap/extension-underline": {
1828
+ "version": "3.13.0",
1829
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-underline/-/extension-underline-3.13.0.tgz",
1830
+ "integrity": "sha512-VDQi+UYw0tFnfghpthJTFmtJ3yx90kXeDwFvhmT8G+O+si5VmP05xYDBYBmYCix5jqKigJxEASiBL0gYOgMDEg==",
1831
+ "license": "MIT",
1832
+ "funding": {
1833
+ "type": "github",
1834
+ "url": "https://github.com/sponsors/ueberdosis"
1835
+ },
1836
+ "peerDependencies": {
1837
+ "@tiptap/core": "^3.13.0"
1838
+ }
1839
+ },
1840
+ "node_modules/@tiptap/extensions": {
1841
+ "version": "3.13.0",
1842
+ "resolved": "https://registry.npmjs.org/@tiptap/extensions/-/extensions-3.13.0.tgz",
1843
+ "integrity": "sha512-i7O0ptSibEtTy+2PIPsNKEvhTvMaFJg1W4Oxfnbuxvaigs7cJV9Q0lwDUcc7CPsNw2T1+44wcxg431CzTvdYoA==",
1844
+ "license": "MIT",
1845
+ "funding": {
1846
+ "type": "github",
1847
+ "url": "https://github.com/sponsors/ueberdosis"
1848
+ },
1849
+ "peerDependencies": {
1850
+ "@tiptap/core": "^3.13.0",
1851
+ "@tiptap/pm": "^3.13.0"
1852
+ }
1853
+ },
1854
+ "node_modules/@tiptap/pm": {
1855
+ "version": "3.13.0",
1856
+ "resolved": "https://registry.npmjs.org/@tiptap/pm/-/pm-3.13.0.tgz",
1857
+ "integrity": "sha512-WKR4ucALq+lwx0WJZW17CspeTpXorbIOpvKv5mulZica6QxqfMhn8n1IXCkDws/mCoLRx4Drk5d377tIjFNsvQ==",
1858
+ "license": "MIT",
1859
+ "dependencies": {
1860
+ "prosemirror-changeset": "^2.3.0",
1861
+ "prosemirror-collab": "^1.3.1",
1862
+ "prosemirror-commands": "^1.6.2",
1863
+ "prosemirror-dropcursor": "^1.8.1",
1864
+ "prosemirror-gapcursor": "^1.3.2",
1865
+ "prosemirror-history": "^1.4.1",
1866
+ "prosemirror-inputrules": "^1.4.0",
1867
+ "prosemirror-keymap": "^1.2.2",
1868
+ "prosemirror-markdown": "^1.13.1",
1869
+ "prosemirror-menu": "^1.2.4",
1870
+ "prosemirror-model": "^1.24.1",
1871
+ "prosemirror-schema-basic": "^1.2.3",
1872
+ "prosemirror-schema-list": "^1.5.0",
1873
+ "prosemirror-state": "^1.4.3",
1874
+ "prosemirror-tables": "^1.6.4",
1875
+ "prosemirror-trailing-node": "^3.0.0",
1876
+ "prosemirror-transform": "^1.10.2",
1877
+ "prosemirror-view": "^1.38.1"
1878
+ },
1879
+ "funding": {
1880
+ "type": "github",
1881
+ "url": "https://github.com/sponsors/ueberdosis"
1882
+ }
1883
+ },
1884
+ "node_modules/@tiptap/react": {
1885
+ "version": "3.13.0",
1886
+ "resolved": "https://registry.npmjs.org/@tiptap/react/-/react-3.13.0.tgz",
1887
+ "integrity": "sha512-VqpqNZ9qtPr3pWK4NsZYxXgLSEiAnzl6oS7tEGmkkvJbcGSC+F7R13Xc9twv/zT5QCLxaHdEbmxHbuAIkrMgJQ==",
1888
+ "license": "MIT",
1889
+ "dependencies": {
1890
+ "@types/use-sync-external-store": "^0.0.6",
1891
+ "fast-equals": "^5.3.3",
1892
+ "use-sync-external-store": "^1.4.0"
1893
+ },
1894
+ "funding": {
1895
+ "type": "github",
1896
+ "url": "https://github.com/sponsors/ueberdosis"
1897
+ },
1898
+ "optionalDependencies": {
1899
+ "@tiptap/extension-bubble-menu": "^3.13.0",
1900
+ "@tiptap/extension-floating-menu": "^3.13.0"
1901
+ },
1902
+ "peerDependencies": {
1903
+ "@tiptap/core": "^3.13.0",
1904
+ "@tiptap/pm": "^3.13.0",
1905
+ "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
1906
+ "@types/react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
1907
+ "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
1908
+ "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
1909
+ }
1910
+ },
1911
+ "node_modules/@tiptap/starter-kit": {
1912
+ "version": "3.13.0",
1913
+ "resolved": "https://registry.npmjs.org/@tiptap/starter-kit/-/starter-kit-3.13.0.tgz",
1914
+ "integrity": "sha512-Ojn6sRub04CRuyQ+9wqN62JUOMv+rG1vXhc2s6DCBCpu28lkCMMW+vTe7kXJcEdbot82+5swPbERw9vohswFzg==",
1915
+ "license": "MIT",
1916
+ "dependencies": {
1917
+ "@tiptap/core": "^3.13.0",
1918
+ "@tiptap/extension-blockquote": "^3.13.0",
1919
+ "@tiptap/extension-bold": "^3.13.0",
1920
+ "@tiptap/extension-bullet-list": "^3.13.0",
1921
+ "@tiptap/extension-code": "^3.13.0",
1922
+ "@tiptap/extension-code-block": "^3.13.0",
1923
+ "@tiptap/extension-document": "^3.13.0",
1924
+ "@tiptap/extension-dropcursor": "^3.13.0",
1925
+ "@tiptap/extension-gapcursor": "^3.13.0",
1926
+ "@tiptap/extension-hard-break": "^3.13.0",
1927
+ "@tiptap/extension-heading": "^3.13.0",
1928
+ "@tiptap/extension-horizontal-rule": "^3.13.0",
1929
+ "@tiptap/extension-italic": "^3.13.0",
1930
+ "@tiptap/extension-link": "^3.13.0",
1931
+ "@tiptap/extension-list": "^3.13.0",
1932
+ "@tiptap/extension-list-item": "^3.13.0",
1933
+ "@tiptap/extension-list-keymap": "^3.13.0",
1934
+ "@tiptap/extension-ordered-list": "^3.13.0",
1935
+ "@tiptap/extension-paragraph": "^3.13.0",
1936
+ "@tiptap/extension-strike": "^3.13.0",
1937
+ "@tiptap/extension-text": "^3.13.0",
1938
+ "@tiptap/extension-underline": "^3.13.0",
1939
+ "@tiptap/extensions": "^3.13.0",
1940
+ "@tiptap/pm": "^3.13.0"
1941
+ },
1942
+ "funding": {
1943
+ "type": "github",
1944
+ "url": "https://github.com/sponsors/ueberdosis"
1945
+ }
1946
+ },
1947
+ "node_modules/@types/babel__core": {
1948
+ "version": "7.20.5",
1949
+ "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
1950
+ "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
1951
+ "license": "MIT",
1952
+ "dependencies": {
1953
+ "@babel/parser": "^7.20.7",
1954
+ "@babel/types": "^7.20.7",
1955
+ "@types/babel__generator": "*",
1956
+ "@types/babel__template": "*",
1957
+ "@types/babel__traverse": "*"
1958
+ }
1959
+ },
1960
+ "node_modules/@types/babel__generator": {
1961
+ "version": "7.27.0",
1962
+ "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
1963
+ "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
1964
+ "license": "MIT",
1965
+ "dependencies": {
1966
+ "@babel/types": "^7.0.0"
1967
+ }
1968
+ },
1969
+ "node_modules/@types/babel__template": {
1970
+ "version": "7.4.4",
1971
+ "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
1972
+ "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
1973
+ "license": "MIT",
1974
+ "dependencies": {
1975
+ "@babel/parser": "^7.1.0",
1976
+ "@babel/types": "^7.0.0"
1977
+ }
1978
+ },
1979
+ "node_modules/@types/babel__traverse": {
1980
+ "version": "7.28.0",
1981
+ "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
1982
+ "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
1983
+ "license": "MIT",
1984
+ "dependencies": {
1985
+ "@babel/types": "^7.28.2"
1986
+ }
1987
+ },
1988
+ "node_modules/@types/estree": {
1989
+ "version": "1.0.8",
1990
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
1991
+ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
1992
+ "license": "MIT"
1993
+ },
1994
+ "node_modules/@types/linkify-it": {
1995
+ "version": "5.0.0",
1996
+ "resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz",
1997
+ "integrity": "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==",
1998
+ "license": "MIT"
1999
+ },
2000
+ "node_modules/@types/markdown-it": {
2001
+ "version": "14.1.2",
2002
+ "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.1.2.tgz",
2003
+ "integrity": "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==",
2004
+ "license": "MIT",
2005
+ "dependencies": {
2006
+ "@types/linkify-it": "^5",
2007
+ "@types/mdurl": "^2"
2008
+ }
2009
+ },
2010
+ "node_modules/@types/mdurl": {
2011
+ "version": "2.0.0",
2012
+ "resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-2.0.0.tgz",
2013
+ "integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==",
2014
+ "license": "MIT"
2015
+ },
2016
+ "node_modules/@types/react": {
2017
+ "version": "19.2.7",
2018
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.7.tgz",
2019
+ "integrity": "sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==",
2020
+ "license": "MIT",
2021
+ "dependencies": {
2022
+ "csstype": "^3.2.2"
2023
+ }
2024
+ },
2025
+ "node_modules/@types/react-dom": {
2026
+ "version": "19.2.3",
2027
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
2028
+ "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
2029
+ "license": "MIT",
2030
+ "peerDependencies": {
2031
+ "@types/react": "^19.2.0"
2032
+ }
2033
+ },
2034
+ "node_modules/@types/trusted-types": {
2035
+ "version": "2.0.7",
2036
+ "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
2037
+ "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
2038
+ "license": "MIT",
2039
+ "optional": true
2040
+ },
2041
+ "node_modules/@types/use-sync-external-store": {
2042
+ "version": "0.0.6",
2043
+ "resolved": "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.6.tgz",
2044
+ "integrity": "sha512-zFDAD+tlpf2r4asuHEj0XH6pY6i0g5NeAHPn+15wk3BV6JA69eERFXC1gyGThDkVa1zCyKr5jox1+2LbV/AMLg==",
2045
+ "license": "MIT"
2046
+ },
2047
+ "node_modules/@vitejs/plugin-react": {
2048
+ "version": "5.1.2",
2049
+ "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.1.2.tgz",
2050
+ "integrity": "sha512-EcA07pHJouywpzsoTUqNh5NwGayl2PPVEJKUSinGGSxFGYn+shYbqMGBg6FXDqgXum9Ou/ecb+411ssw8HImJQ==",
2051
+ "license": "MIT",
2052
+ "dependencies": {
2053
+ "@babel/core": "^7.28.5",
2054
+ "@babel/plugin-transform-react-jsx-self": "^7.27.1",
2055
+ "@babel/plugin-transform-react-jsx-source": "^7.27.1",
2056
+ "@rolldown/pluginutils": "1.0.0-beta.53",
2057
+ "@types/babel__core": "^7.20.5",
2058
+ "react-refresh": "^0.18.0"
2059
+ },
2060
+ "engines": {
2061
+ "node": "^20.19.0 || >=22.12.0"
2062
+ },
2063
+ "peerDependencies": {
2064
+ "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
2065
+ }
2066
+ },
2067
+ "node_modules/@yoamigo.com/core": {
2068
+ "version": "0.1.7",
2069
+ "resolved": "https://registry.npmjs.org/@yoamigo.com/core/-/core-0.1.7.tgz",
2070
+ "integrity": "sha512-vGSDiLNkI4dC1bLGzGlTVGdbRJvDtbRNXhtptDYPkqBHGhdJ+vk6r9Nb85RqbPJWCH8PAdqkAVSfmqjiJxNcUA==",
2071
+ "license": "SEE LICENSE IN LICENSE",
2072
+ "dependencies": {
2073
+ "clsx": "^2.1.1",
2074
+ "preact": "^10.27.2",
2075
+ "wouter": "^3.8.0"
2076
+ },
2077
+ "peerDependencies": {
2078
+ "@preact/preset-vite": "^2.0.0",
2079
+ "@tiptap/core": "^3.0.0",
2080
+ "@tiptap/extension-link": "^3.0.0",
2081
+ "@tiptap/extension-text-style": "^3.0.0",
2082
+ "@tiptap/pm": "^3.0.0",
2083
+ "@tiptap/react": "^3.0.0",
2084
+ "@tiptap/starter-kit": "^3.0.0",
2085
+ "@vitejs/plugin-react": "^5.0.0",
2086
+ "dompurify": "^3.0.0",
2087
+ "react": "^18.0.0 || ^19.0.0",
2088
+ "react-dom": "^18.0.0 || ^19.0.0",
2089
+ "vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
2090
+ },
2091
+ "peerDependenciesMeta": {
2092
+ "@tiptap/core": {
2093
+ "optional": true
2094
+ },
2095
+ "@tiptap/extension-link": {
2096
+ "optional": true
2097
+ },
2098
+ "@tiptap/extension-text-style": {
2099
+ "optional": true
2100
+ },
2101
+ "@tiptap/pm": {
2102
+ "optional": true
2103
+ },
2104
+ "@tiptap/react": {
2105
+ "optional": true
2106
+ },
2107
+ "@tiptap/starter-kit": {
2108
+ "optional": true
2109
+ },
2110
+ "dompurify": {
2111
+ "optional": true
2112
+ },
2113
+ "react": {
2114
+ "optional": true
2115
+ },
2116
+ "react-dom": {
2117
+ "optional": true
2118
+ },
2119
+ "vite": {
2120
+ "optional": true
2121
+ }
2122
+ }
2123
+ },
2124
+ "node_modules/argparse": {
2125
+ "version": "2.0.1",
2126
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
2127
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
2128
+ "license": "Python-2.0"
2129
+ },
2130
+ "node_modules/babel-plugin-transform-hook-names": {
2131
+ "version": "1.0.2",
2132
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-hook-names/-/babel-plugin-transform-hook-names-1.0.2.tgz",
2133
+ "integrity": "sha512-5gafyjyyBTTdX/tQQ0hRgu4AhNHG/hqWi0ZZmg2xvs2FgRkJXzDNKBZCyoYqgFkovfDrgM8OoKg8karoUvWeCw==",
2134
+ "license": "MIT",
2135
+ "peerDependencies": {
2136
+ "@babel/core": "^7.12.10"
2137
+ }
2138
+ },
2139
+ "node_modules/baseline-browser-mapping": {
2140
+ "version": "2.9.7",
2141
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.7.tgz",
2142
+ "integrity": "sha512-k9xFKplee6KIio3IDbwj+uaCLpqzOwakOgmqzPezM0sFJlFKcg30vk2wOiAJtkTSfx0SSQDSe8q+mWA/fSH5Zg==",
2143
+ "license": "Apache-2.0",
2144
+ "bin": {
2145
+ "baseline-browser-mapping": "dist/cli.js"
2146
+ }
2147
+ },
2148
+ "node_modules/boolbase": {
2149
+ "version": "1.0.0",
2150
+ "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
2151
+ "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
2152
+ "license": "ISC"
2153
+ },
2154
+ "node_modules/browserslist": {
2155
+ "version": "4.28.1",
2156
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
2157
+ "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
2158
+ "funding": [
2159
+ {
2160
+ "type": "opencollective",
2161
+ "url": "https://opencollective.com/browserslist"
2162
+ },
2163
+ {
2164
+ "type": "tidelift",
2165
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
2166
+ },
2167
+ {
2168
+ "type": "github",
2169
+ "url": "https://github.com/sponsors/ai"
2170
+ }
2171
+ ],
2172
+ "license": "MIT",
2173
+ "dependencies": {
2174
+ "baseline-browser-mapping": "^2.9.0",
2175
+ "caniuse-lite": "^1.0.30001759",
2176
+ "electron-to-chromium": "^1.5.263",
2177
+ "node-releases": "^2.0.27",
2178
+ "update-browserslist-db": "^1.2.0"
2179
+ },
2180
+ "bin": {
2181
+ "browserslist": "cli.js"
2182
+ },
2183
+ "engines": {
2184
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
2185
+ }
2186
+ },
2187
+ "node_modules/caniuse-lite": {
2188
+ "version": "1.0.30001760",
2189
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001760.tgz",
2190
+ "integrity": "sha512-7AAMPcueWELt1p3mi13HR/LHH0TJLT11cnwDJEs3xA4+CK/PLKeO9Kl1oru24htkyUKtkGCvAx4ohB0Ttry8Dw==",
2191
+ "funding": [
2192
+ {
2193
+ "type": "opencollective",
2194
+ "url": "https://opencollective.com/browserslist"
2195
+ },
2196
+ {
2197
+ "type": "tidelift",
2198
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
2199
+ },
2200
+ {
2201
+ "type": "github",
2202
+ "url": "https://github.com/sponsors/ai"
2203
+ }
2204
+ ],
2205
+ "license": "CC-BY-4.0"
2206
+ },
2207
+ "node_modules/clsx": {
2208
+ "version": "2.1.1",
2209
+ "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
2210
+ "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
2211
+ "license": "MIT",
2212
+ "engines": {
2213
+ "node": ">=6"
2214
+ }
2215
+ },
2216
+ "node_modules/convert-source-map": {
2217
+ "version": "2.0.0",
2218
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
2219
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
2220
+ "license": "MIT"
2221
+ },
2222
+ "node_modules/crelt": {
2223
+ "version": "1.0.6",
2224
+ "resolved": "https://registry.npmjs.org/crelt/-/crelt-1.0.6.tgz",
2225
+ "integrity": "sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==",
2226
+ "license": "MIT"
2227
+ },
2228
+ "node_modules/css-select": {
2229
+ "version": "5.2.2",
2230
+ "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz",
2231
+ "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==",
2232
+ "license": "BSD-2-Clause",
2233
+ "dependencies": {
2234
+ "boolbase": "^1.0.0",
2235
+ "css-what": "^6.1.0",
2236
+ "domhandler": "^5.0.2",
2237
+ "domutils": "^3.0.1",
2238
+ "nth-check": "^2.0.1"
2239
+ },
2240
+ "funding": {
2241
+ "url": "https://github.com/sponsors/fb55"
2242
+ }
2243
+ },
2244
+ "node_modules/css-what": {
2245
+ "version": "6.2.2",
2246
+ "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz",
2247
+ "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
2248
+ "license": "BSD-2-Clause",
2249
+ "engines": {
2250
+ "node": ">= 6"
2251
+ },
2252
+ "funding": {
2253
+ "url": "https://github.com/sponsors/fb55"
2254
+ }
2255
+ },
2256
+ "node_modules/csstype": {
2257
+ "version": "3.2.3",
2258
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
2259
+ "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
2260
+ "license": "MIT"
2261
+ },
2262
+ "node_modules/debug": {
2263
+ "version": "4.4.3",
2264
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
2265
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
2266
+ "license": "MIT",
2267
+ "dependencies": {
2268
+ "ms": "^2.1.3"
2269
+ },
2270
+ "engines": {
2271
+ "node": ">=6.0"
2272
+ },
2273
+ "peerDependenciesMeta": {
2274
+ "supports-color": {
2275
+ "optional": true
2276
+ }
2277
+ }
2278
+ },
2279
+ "node_modules/detect-libc": {
2280
+ "version": "2.1.2",
2281
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
2282
+ "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
2283
+ "devOptional": true,
2284
+ "license": "Apache-2.0",
2285
+ "engines": {
2286
+ "node": ">=8"
2287
+ }
2288
+ },
2289
+ "node_modules/dom-serializer": {
2290
+ "version": "2.0.0",
2291
+ "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
2292
+ "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
2293
+ "license": "MIT",
2294
+ "dependencies": {
2295
+ "domelementtype": "^2.3.0",
2296
+ "domhandler": "^5.0.2",
2297
+ "entities": "^4.2.0"
2298
+ },
2299
+ "funding": {
2300
+ "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
2301
+ }
2302
+ },
2303
+ "node_modules/domelementtype": {
2304
+ "version": "2.3.0",
2305
+ "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
2306
+ "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
2307
+ "funding": [
2308
+ {
2309
+ "type": "github",
2310
+ "url": "https://github.com/sponsors/fb55"
2311
+ }
2312
+ ],
2313
+ "license": "BSD-2-Clause"
2314
+ },
2315
+ "node_modules/domhandler": {
2316
+ "version": "5.0.3",
2317
+ "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
2318
+ "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
2319
+ "license": "BSD-2-Clause",
2320
+ "dependencies": {
2321
+ "domelementtype": "^2.3.0"
2322
+ },
2323
+ "engines": {
2324
+ "node": ">= 4"
2325
+ },
2326
+ "funding": {
2327
+ "url": "https://github.com/fb55/domhandler?sponsor=1"
2328
+ }
2329
+ },
2330
+ "node_modules/dompurify": {
2331
+ "version": "3.3.1",
2332
+ "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.1.tgz",
2333
+ "integrity": "sha512-qkdCKzLNtrgPFP1Vo+98FRzJnBRGe4ffyCea9IwHB1fyxPOeNTHpLKYGd4Uk9xvNoH0ZoOjwZxNptyMwqrId1Q==",
2334
+ "license": "(MPL-2.0 OR Apache-2.0)",
2335
+ "optionalDependencies": {
2336
+ "@types/trusted-types": "^2.0.7"
2337
+ }
2338
+ },
2339
+ "node_modules/domutils": {
2340
+ "version": "3.2.2",
2341
+ "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz",
2342
+ "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
2343
+ "license": "BSD-2-Clause",
2344
+ "dependencies": {
2345
+ "dom-serializer": "^2.0.0",
2346
+ "domelementtype": "^2.3.0",
2347
+ "domhandler": "^5.0.3"
2348
+ },
2349
+ "funding": {
2350
+ "url": "https://github.com/fb55/domutils?sponsor=1"
2351
+ }
2352
+ },
2353
+ "node_modules/electron-to-chromium": {
2354
+ "version": "1.5.267",
2355
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.267.tgz",
2356
+ "integrity": "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==",
2357
+ "license": "ISC"
2358
+ },
2359
+ "node_modules/enhanced-resolve": {
2360
+ "version": "5.18.4",
2361
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.4.tgz",
2362
+ "integrity": "sha512-LgQMM4WXU3QI+SYgEc2liRgznaD5ojbmY3sb8LxyguVkIg5FxdpTkvk72te2R38/TGKxH634oLxXRGY6d7AP+Q==",
2363
+ "dev": true,
2364
+ "license": "MIT",
2365
+ "dependencies": {
2366
+ "graceful-fs": "^4.2.4",
2367
+ "tapable": "^2.2.0"
2368
+ },
2369
+ "engines": {
2370
+ "node": ">=10.13.0"
2371
+ }
2372
+ },
2373
+ "node_modules/entities": {
2374
+ "version": "4.5.0",
2375
+ "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
2376
+ "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
2377
+ "license": "BSD-2-Clause",
2378
+ "engines": {
2379
+ "node": ">=0.12"
2380
+ },
2381
+ "funding": {
2382
+ "url": "https://github.com/fb55/entities?sponsor=1"
2383
+ }
2384
+ },
2385
+ "node_modules/esbuild": {
2386
+ "version": "0.27.1",
2387
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.1.tgz",
2388
+ "integrity": "sha512-yY35KZckJJuVVPXpvjgxiCuVEJT67F6zDeVTv4rizyPrfGBUpZQsvmxnN+C371c2esD/hNMjj4tpBhuueLN7aA==",
2389
+ "hasInstallScript": true,
2390
+ "license": "MIT",
2391
+ "bin": {
2392
+ "esbuild": "bin/esbuild"
2393
+ },
2394
+ "engines": {
2395
+ "node": ">=18"
2396
+ },
2397
+ "optionalDependencies": {
2398
+ "@esbuild/aix-ppc64": "0.27.1",
2399
+ "@esbuild/android-arm": "0.27.1",
2400
+ "@esbuild/android-arm64": "0.27.1",
2401
+ "@esbuild/android-x64": "0.27.1",
2402
+ "@esbuild/darwin-arm64": "0.27.1",
2403
+ "@esbuild/darwin-x64": "0.27.1",
2404
+ "@esbuild/freebsd-arm64": "0.27.1",
2405
+ "@esbuild/freebsd-x64": "0.27.1",
2406
+ "@esbuild/linux-arm": "0.27.1",
2407
+ "@esbuild/linux-arm64": "0.27.1",
2408
+ "@esbuild/linux-ia32": "0.27.1",
2409
+ "@esbuild/linux-loong64": "0.27.1",
2410
+ "@esbuild/linux-mips64el": "0.27.1",
2411
+ "@esbuild/linux-ppc64": "0.27.1",
2412
+ "@esbuild/linux-riscv64": "0.27.1",
2413
+ "@esbuild/linux-s390x": "0.27.1",
2414
+ "@esbuild/linux-x64": "0.27.1",
2415
+ "@esbuild/netbsd-arm64": "0.27.1",
2416
+ "@esbuild/netbsd-x64": "0.27.1",
2417
+ "@esbuild/openbsd-arm64": "0.27.1",
2418
+ "@esbuild/openbsd-x64": "0.27.1",
2419
+ "@esbuild/openharmony-arm64": "0.27.1",
2420
+ "@esbuild/sunos-x64": "0.27.1",
2421
+ "@esbuild/win32-arm64": "0.27.1",
2422
+ "@esbuild/win32-ia32": "0.27.1",
2423
+ "@esbuild/win32-x64": "0.27.1"
2424
+ }
2425
+ },
2426
+ "node_modules/escalade": {
2427
+ "version": "3.2.0",
2428
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
2429
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
2430
+ "license": "MIT",
2431
+ "engines": {
2432
+ "node": ">=6"
2433
+ }
2434
+ },
2435
+ "node_modules/escape-string-regexp": {
2436
+ "version": "4.0.0",
2437
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
2438
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
2439
+ "license": "MIT",
2440
+ "engines": {
2441
+ "node": ">=10"
2442
+ },
2443
+ "funding": {
2444
+ "url": "https://github.com/sponsors/sindresorhus"
2445
+ }
2446
+ },
2447
+ "node_modules/estree-walker": {
2448
+ "version": "2.0.2",
2449
+ "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
2450
+ "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
2451
+ "license": "MIT"
2452
+ },
2453
+ "node_modules/fast-equals": {
2454
+ "version": "5.4.0",
2455
+ "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.4.0.tgz",
2456
+ "integrity": "sha512-jt2DW/aNFNwke7AUd+Z+e6pz39KO5rzdbbFCg2sGafS4mk13MI7Z8O5z9cADNn5lhGODIgLwug6TZO2ctf7kcw==",
2457
+ "license": "MIT",
2458
+ "engines": {
2459
+ "node": ">=6.0.0"
2460
+ }
2461
+ },
2462
+ "node_modules/fsevents": {
2463
+ "version": "2.3.3",
2464
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
2465
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
2466
+ "hasInstallScript": true,
2467
+ "license": "MIT",
2468
+ "optional": true,
2469
+ "os": [
2470
+ "darwin"
2471
+ ],
2472
+ "engines": {
2473
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
2474
+ }
2475
+ },
2476
+ "node_modules/gensync": {
2477
+ "version": "1.0.0-beta.2",
2478
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
2479
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
2480
+ "license": "MIT",
2481
+ "engines": {
2482
+ "node": ">=6.9.0"
2483
+ }
2484
+ },
2485
+ "node_modules/graceful-fs": {
2486
+ "version": "4.2.11",
2487
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
2488
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
2489
+ "dev": true,
2490
+ "license": "ISC"
2491
+ },
2492
+ "node_modules/he": {
2493
+ "version": "1.2.0",
2494
+ "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
2495
+ "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
2496
+ "license": "MIT",
2497
+ "bin": {
2498
+ "he": "bin/he"
2499
+ }
2500
+ },
2501
+ "node_modules/jiti": {
2502
+ "version": "2.6.1",
2503
+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
2504
+ "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
2505
+ "devOptional": true,
2506
+ "license": "MIT",
2507
+ "bin": {
2508
+ "jiti": "lib/jiti-cli.mjs"
2509
+ }
2510
+ },
2511
+ "node_modules/js-tokens": {
2512
+ "version": "4.0.0",
2513
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
2514
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
2515
+ "license": "MIT"
2516
+ },
2517
+ "node_modules/jsesc": {
2518
+ "version": "3.1.0",
2519
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
2520
+ "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
2521
+ "license": "MIT",
2522
+ "bin": {
2523
+ "jsesc": "bin/jsesc"
2524
+ },
2525
+ "engines": {
2526
+ "node": ">=6"
2527
+ }
2528
+ },
2529
+ "node_modules/json5": {
2530
+ "version": "2.2.3",
2531
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
2532
+ "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
2533
+ "license": "MIT",
2534
+ "bin": {
2535
+ "json5": "lib/cli.js"
2536
+ },
2537
+ "engines": {
2538
+ "node": ">=6"
2539
+ }
2540
+ },
2541
+ "node_modules/kolorist": {
2542
+ "version": "1.8.0",
2543
+ "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz",
2544
+ "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==",
2545
+ "license": "MIT"
2546
+ },
2547
+ "node_modules/lightningcss": {
2548
+ "version": "1.30.2",
2549
+ "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.2.tgz",
2550
+ "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==",
2551
+ "devOptional": true,
2552
+ "license": "MPL-2.0",
2553
+ "dependencies": {
2554
+ "detect-libc": "^2.0.3"
2555
+ },
2556
+ "engines": {
2557
+ "node": ">= 12.0.0"
2558
+ },
2559
+ "funding": {
2560
+ "type": "opencollective",
2561
+ "url": "https://opencollective.com/parcel"
2562
+ },
2563
+ "optionalDependencies": {
2564
+ "lightningcss-android-arm64": "1.30.2",
2565
+ "lightningcss-darwin-arm64": "1.30.2",
2566
+ "lightningcss-darwin-x64": "1.30.2",
2567
+ "lightningcss-freebsd-x64": "1.30.2",
2568
+ "lightningcss-linux-arm-gnueabihf": "1.30.2",
2569
+ "lightningcss-linux-arm64-gnu": "1.30.2",
2570
+ "lightningcss-linux-arm64-musl": "1.30.2",
2571
+ "lightningcss-linux-x64-gnu": "1.30.2",
2572
+ "lightningcss-linux-x64-musl": "1.30.2",
2573
+ "lightningcss-win32-arm64-msvc": "1.30.2",
2574
+ "lightningcss-win32-x64-msvc": "1.30.2"
2575
+ }
2576
+ },
2577
+ "node_modules/lightningcss-android-arm64": {
2578
+ "version": "1.30.2",
2579
+ "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz",
2580
+ "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==",
2581
+ "cpu": [
2582
+ "arm64"
2583
+ ],
2584
+ "license": "MPL-2.0",
2585
+ "optional": true,
2586
+ "os": [
2587
+ "android"
2588
+ ],
2589
+ "engines": {
2590
+ "node": ">= 12.0.0"
2591
+ },
2592
+ "funding": {
2593
+ "type": "opencollective",
2594
+ "url": "https://opencollective.com/parcel"
2595
+ }
2596
+ },
2597
+ "node_modules/lightningcss-darwin-arm64": {
2598
+ "version": "1.30.2",
2599
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz",
2600
+ "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==",
2601
+ "cpu": [
2602
+ "arm64"
2603
+ ],
2604
+ "license": "MPL-2.0",
2605
+ "optional": true,
2606
+ "os": [
2607
+ "darwin"
2608
+ ],
2609
+ "engines": {
2610
+ "node": ">= 12.0.0"
2611
+ },
2612
+ "funding": {
2613
+ "type": "opencollective",
2614
+ "url": "https://opencollective.com/parcel"
2615
+ }
2616
+ },
2617
+ "node_modules/lightningcss-darwin-x64": {
2618
+ "version": "1.30.2",
2619
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz",
2620
+ "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==",
2621
+ "cpu": [
2622
+ "x64"
2623
+ ],
2624
+ "license": "MPL-2.0",
2625
+ "optional": true,
2626
+ "os": [
2627
+ "darwin"
2628
+ ],
2629
+ "engines": {
2630
+ "node": ">= 12.0.0"
2631
+ },
2632
+ "funding": {
2633
+ "type": "opencollective",
2634
+ "url": "https://opencollective.com/parcel"
2635
+ }
2636
+ },
2637
+ "node_modules/lightningcss-freebsd-x64": {
2638
+ "version": "1.30.2",
2639
+ "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz",
2640
+ "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==",
2641
+ "cpu": [
2642
+ "x64"
2643
+ ],
2644
+ "license": "MPL-2.0",
2645
+ "optional": true,
2646
+ "os": [
2647
+ "freebsd"
2648
+ ],
2649
+ "engines": {
2650
+ "node": ">= 12.0.0"
2651
+ },
2652
+ "funding": {
2653
+ "type": "opencollective",
2654
+ "url": "https://opencollective.com/parcel"
2655
+ }
2656
+ },
2657
+ "node_modules/lightningcss-linux-arm-gnueabihf": {
2658
+ "version": "1.30.2",
2659
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz",
2660
+ "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==",
2661
+ "cpu": [
2662
+ "arm"
2663
+ ],
2664
+ "license": "MPL-2.0",
2665
+ "optional": true,
2666
+ "os": [
2667
+ "linux"
2668
+ ],
2669
+ "engines": {
2670
+ "node": ">= 12.0.0"
2671
+ },
2672
+ "funding": {
2673
+ "type": "opencollective",
2674
+ "url": "https://opencollective.com/parcel"
2675
+ }
2676
+ },
2677
+ "node_modules/lightningcss-linux-arm64-gnu": {
2678
+ "version": "1.30.2",
2679
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz",
2680
+ "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==",
2681
+ "cpu": [
2682
+ "arm64"
2683
+ ],
2684
+ "license": "MPL-2.0",
2685
+ "optional": true,
2686
+ "os": [
2687
+ "linux"
2688
+ ],
2689
+ "engines": {
2690
+ "node": ">= 12.0.0"
2691
+ },
2692
+ "funding": {
2693
+ "type": "opencollective",
2694
+ "url": "https://opencollective.com/parcel"
2695
+ }
2696
+ },
2697
+ "node_modules/lightningcss-linux-arm64-musl": {
2698
+ "version": "1.30.2",
2699
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz",
2700
+ "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==",
2701
+ "cpu": [
2702
+ "arm64"
2703
+ ],
2704
+ "license": "MPL-2.0",
2705
+ "optional": true,
2706
+ "os": [
2707
+ "linux"
2708
+ ],
2709
+ "engines": {
2710
+ "node": ">= 12.0.0"
2711
+ },
2712
+ "funding": {
2713
+ "type": "opencollective",
2714
+ "url": "https://opencollective.com/parcel"
2715
+ }
2716
+ },
2717
+ "node_modules/lightningcss-linux-x64-gnu": {
2718
+ "version": "1.30.2",
2719
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz",
2720
+ "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==",
2721
+ "cpu": [
2722
+ "x64"
2723
+ ],
2724
+ "license": "MPL-2.0",
2725
+ "optional": true,
2726
+ "os": [
2727
+ "linux"
2728
+ ],
2729
+ "engines": {
2730
+ "node": ">= 12.0.0"
2731
+ },
2732
+ "funding": {
2733
+ "type": "opencollective",
2734
+ "url": "https://opencollective.com/parcel"
2735
+ }
2736
+ },
2737
+ "node_modules/lightningcss-linux-x64-musl": {
2738
+ "version": "1.30.2",
2739
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz",
2740
+ "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==",
2741
+ "cpu": [
2742
+ "x64"
2743
+ ],
2744
+ "license": "MPL-2.0",
2745
+ "optional": true,
2746
+ "os": [
2747
+ "linux"
2748
+ ],
2749
+ "engines": {
2750
+ "node": ">= 12.0.0"
2751
+ },
2752
+ "funding": {
2753
+ "type": "opencollective",
2754
+ "url": "https://opencollective.com/parcel"
2755
+ }
2756
+ },
2757
+ "node_modules/lightningcss-win32-arm64-msvc": {
2758
+ "version": "1.30.2",
2759
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz",
2760
+ "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==",
2761
+ "cpu": [
2762
+ "arm64"
2763
+ ],
2764
+ "license": "MPL-2.0",
2765
+ "optional": true,
2766
+ "os": [
2767
+ "win32"
2768
+ ],
2769
+ "engines": {
2770
+ "node": ">= 12.0.0"
2771
+ },
2772
+ "funding": {
2773
+ "type": "opencollective",
2774
+ "url": "https://opencollective.com/parcel"
2775
+ }
2776
+ },
2777
+ "node_modules/lightningcss-win32-x64-msvc": {
2778
+ "version": "1.30.2",
2779
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz",
2780
+ "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==",
2781
+ "cpu": [
2782
+ "x64"
2783
+ ],
2784
+ "license": "MPL-2.0",
2785
+ "optional": true,
2786
+ "os": [
2787
+ "win32"
2788
+ ],
2789
+ "engines": {
2790
+ "node": ">= 12.0.0"
2791
+ },
2792
+ "funding": {
2793
+ "type": "opencollective",
2794
+ "url": "https://opencollective.com/parcel"
2795
+ }
2796
+ },
2797
+ "node_modules/linkify-it": {
2798
+ "version": "5.0.0",
2799
+ "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
2800
+ "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
2801
+ "license": "MIT",
2802
+ "dependencies": {
2803
+ "uc.micro": "^2.0.0"
2804
+ }
2805
+ },
2806
+ "node_modules/linkifyjs": {
2807
+ "version": "4.3.2",
2808
+ "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.3.2.tgz",
2809
+ "integrity": "sha512-NT1CJtq3hHIreOianA8aSXn6Cw0JzYOuDQbOrSPe7gqFnCpKP++MQe3ODgO3oh2GJFORkAAdqredOa60z63GbA==",
2810
+ "license": "MIT"
2811
+ },
2812
+ "node_modules/lru-cache": {
2813
+ "version": "5.1.1",
2814
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
2815
+ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
2816
+ "license": "ISC",
2817
+ "dependencies": {
2818
+ "yallist": "^3.0.2"
2819
+ }
2820
+ },
2821
+ "node_modules/magic-string": {
2822
+ "version": "0.30.21",
2823
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
2824
+ "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
2825
+ "license": "MIT",
2826
+ "dependencies": {
2827
+ "@jridgewell/sourcemap-codec": "^1.5.5"
2828
+ }
2829
+ },
2830
+ "node_modules/markdown-it": {
2831
+ "version": "14.1.0",
2832
+ "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz",
2833
+ "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
2834
+ "license": "MIT",
2835
+ "dependencies": {
2836
+ "argparse": "^2.0.1",
2837
+ "entities": "^4.4.0",
2838
+ "linkify-it": "^5.0.0",
2839
+ "mdurl": "^2.0.0",
2840
+ "punycode.js": "^2.3.1",
2841
+ "uc.micro": "^2.1.0"
2842
+ },
2843
+ "bin": {
2844
+ "markdown-it": "bin/markdown-it.mjs"
2845
+ }
2846
+ },
2847
+ "node_modules/mdurl": {
2848
+ "version": "2.0.0",
2849
+ "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
2850
+ "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==",
2851
+ "license": "MIT"
2852
+ },
2853
+ "node_modules/mitt": {
2854
+ "version": "3.0.1",
2855
+ "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
2856
+ "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
2857
+ "license": "MIT"
2858
+ },
2859
+ "node_modules/ms": {
2860
+ "version": "2.1.3",
2861
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
2862
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2863
+ "license": "MIT"
2864
+ },
2865
+ "node_modules/nanoid": {
2866
+ "version": "3.3.11",
2867
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
2868
+ "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
2869
+ "funding": [
2870
+ {
2871
+ "type": "github",
2872
+ "url": "https://github.com/sponsors/ai"
2873
+ }
2874
+ ],
2875
+ "license": "MIT",
2876
+ "bin": {
2877
+ "nanoid": "bin/nanoid.cjs"
2878
+ },
2879
+ "engines": {
2880
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2881
+ }
2882
+ },
2883
+ "node_modules/node-html-parser": {
2884
+ "version": "6.1.13",
2885
+ "resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-6.1.13.tgz",
2886
+ "integrity": "sha512-qIsTMOY4C/dAa5Q5vsobRpOOvPfC4pB61UVW2uSwZNUp0QU/jCekTal1vMmbO0DgdHeLUJpv/ARmDqErVxA3Sg==",
2887
+ "license": "MIT",
2888
+ "dependencies": {
2889
+ "css-select": "^5.1.0",
2890
+ "he": "1.2.0"
2891
+ }
2892
+ },
2893
+ "node_modules/node-releases": {
2894
+ "version": "2.0.27",
2895
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
2896
+ "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
2897
+ "license": "MIT"
2898
+ },
2899
+ "node_modules/nth-check": {
2900
+ "version": "2.1.1",
2901
+ "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
2902
+ "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
2903
+ "license": "BSD-2-Clause",
2904
+ "dependencies": {
2905
+ "boolbase": "^1.0.0"
2906
+ },
2907
+ "funding": {
2908
+ "url": "https://github.com/fb55/nth-check?sponsor=1"
2909
+ }
2910
+ },
2911
+ "node_modules/orderedmap": {
2912
+ "version": "2.1.1",
2913
+ "resolved": "https://registry.npmjs.org/orderedmap/-/orderedmap-2.1.1.tgz",
2914
+ "integrity": "sha512-TvAWxi0nDe1j/rtMcWcIj94+Ffe6n7zhow33h40SKxmsmozs6dz/e+EajymfoFcHd7sxNn8yHM8839uixMOV6g==",
2915
+ "license": "MIT"
2916
+ },
2917
+ "node_modules/picocolors": {
2918
+ "version": "1.1.1",
2919
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
2920
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
2921
+ "license": "ISC"
2922
+ },
2923
+ "node_modules/picomatch": {
2924
+ "version": "2.3.1",
2925
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
2926
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
2927
+ "license": "MIT",
2928
+ "engines": {
2929
+ "node": ">=8.6"
2930
+ },
2931
+ "funding": {
2932
+ "url": "https://github.com/sponsors/jonschlinkert"
2933
+ }
2934
+ },
2935
+ "node_modules/postcss": {
2936
+ "version": "8.5.6",
2937
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
2938
+ "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
2939
+ "funding": [
2940
+ {
2941
+ "type": "opencollective",
2942
+ "url": "https://opencollective.com/postcss/"
2943
+ },
2944
+ {
2945
+ "type": "tidelift",
2946
+ "url": "https://tidelift.com/funding/github/npm/postcss"
2947
+ },
2948
+ {
2949
+ "type": "github",
2950
+ "url": "https://github.com/sponsors/ai"
2951
+ }
2952
+ ],
2953
+ "license": "MIT",
2954
+ "dependencies": {
2955
+ "nanoid": "^3.3.11",
2956
+ "picocolors": "^1.1.1",
2957
+ "source-map-js": "^1.2.1"
2958
+ },
2959
+ "engines": {
2960
+ "node": "^10 || ^12 || >=14"
2961
+ }
2962
+ },
2963
+ "node_modules/preact": {
2964
+ "version": "10.28.0",
2965
+ "resolved": "https://registry.npmjs.org/preact/-/preact-10.28.0.tgz",
2966
+ "integrity": "sha512-rytDAoiXr3+t6OIP3WGlDd0ouCUG1iCWzkcY3++Nreuoi17y6T5i/zRhe6uYfoVcxq6YU+sBtJouuRDsq8vvqA==",
2967
+ "license": "MIT",
2968
+ "funding": {
2969
+ "type": "opencollective",
2970
+ "url": "https://opencollective.com/preact"
2971
+ }
2972
+ },
2973
+ "node_modules/prosemirror-changeset": {
2974
+ "version": "2.3.1",
2975
+ "resolved": "https://registry.npmjs.org/prosemirror-changeset/-/prosemirror-changeset-2.3.1.tgz",
2976
+ "integrity": "sha512-j0kORIBm8ayJNl3zQvD1TTPHJX3g042et6y/KQhZhnPrruO8exkTgG8X+NRpj7kIyMMEx74Xb3DyMIBtO0IKkQ==",
2977
+ "license": "MIT",
2978
+ "dependencies": {
2979
+ "prosemirror-transform": "^1.0.0"
2980
+ }
2981
+ },
2982
+ "node_modules/prosemirror-collab": {
2983
+ "version": "1.3.1",
2984
+ "resolved": "https://registry.npmjs.org/prosemirror-collab/-/prosemirror-collab-1.3.1.tgz",
2985
+ "integrity": "sha512-4SnynYR9TTYaQVXd/ieUvsVV4PDMBzrq2xPUWutHivDuOshZXqQ5rGbZM84HEaXKbLdItse7weMGOUdDVcLKEQ==",
2986
+ "license": "MIT",
2987
+ "dependencies": {
2988
+ "prosemirror-state": "^1.0.0"
2989
+ }
2990
+ },
2991
+ "node_modules/prosemirror-commands": {
2992
+ "version": "1.7.1",
2993
+ "resolved": "https://registry.npmjs.org/prosemirror-commands/-/prosemirror-commands-1.7.1.tgz",
2994
+ "integrity": "sha512-rT7qZnQtx5c0/y/KlYaGvtG411S97UaL6gdp6RIZ23DLHanMYLyfGBV5DtSnZdthQql7W+lEVbpSfwtO8T+L2w==",
2995
+ "license": "MIT",
2996
+ "dependencies": {
2997
+ "prosemirror-model": "^1.0.0",
2998
+ "prosemirror-state": "^1.0.0",
2999
+ "prosemirror-transform": "^1.10.2"
3000
+ }
3001
+ },
3002
+ "node_modules/prosemirror-dropcursor": {
3003
+ "version": "1.8.2",
3004
+ "resolved": "https://registry.npmjs.org/prosemirror-dropcursor/-/prosemirror-dropcursor-1.8.2.tgz",
3005
+ "integrity": "sha512-CCk6Gyx9+Tt2sbYk5NK0nB1ukHi2ryaRgadV/LvyNuO3ena1payM2z6Cg0vO1ebK8cxbzo41ku2DE5Axj1Zuiw==",
3006
+ "license": "MIT",
3007
+ "dependencies": {
3008
+ "prosemirror-state": "^1.0.0",
3009
+ "prosemirror-transform": "^1.1.0",
3010
+ "prosemirror-view": "^1.1.0"
3011
+ }
3012
+ },
3013
+ "node_modules/prosemirror-gapcursor": {
3014
+ "version": "1.4.0",
3015
+ "resolved": "https://registry.npmjs.org/prosemirror-gapcursor/-/prosemirror-gapcursor-1.4.0.tgz",
3016
+ "integrity": "sha512-z00qvurSdCEWUIulij/isHaqu4uLS8r/Fi61IbjdIPJEonQgggbJsLnstW7Lgdk4zQ68/yr6B6bf7sJXowIgdQ==",
3017
+ "license": "MIT",
3018
+ "dependencies": {
3019
+ "prosemirror-keymap": "^1.0.0",
3020
+ "prosemirror-model": "^1.0.0",
3021
+ "prosemirror-state": "^1.0.0",
3022
+ "prosemirror-view": "^1.0.0"
3023
+ }
3024
+ },
3025
+ "node_modules/prosemirror-history": {
3026
+ "version": "1.5.0",
3027
+ "resolved": "https://registry.npmjs.org/prosemirror-history/-/prosemirror-history-1.5.0.tgz",
3028
+ "integrity": "sha512-zlzTiH01eKA55UAf1MEjtssJeHnGxO0j4K4Dpx+gnmX9n+SHNlDqI2oO1Kv1iPN5B1dm5fsljCfqKF9nFL6HRg==",
3029
+ "license": "MIT",
3030
+ "dependencies": {
3031
+ "prosemirror-state": "^1.2.2",
3032
+ "prosemirror-transform": "^1.0.0",
3033
+ "prosemirror-view": "^1.31.0",
3034
+ "rope-sequence": "^1.3.0"
3035
+ }
3036
+ },
3037
+ "node_modules/prosemirror-inputrules": {
3038
+ "version": "1.5.1",
3039
+ "resolved": "https://registry.npmjs.org/prosemirror-inputrules/-/prosemirror-inputrules-1.5.1.tgz",
3040
+ "integrity": "sha512-7wj4uMjKaXWAQ1CDgxNzNtR9AlsuwzHfdFH1ygEHA2KHF2DOEaXl1CJfNPAKCg9qNEh4rum975QLaCiQPyY6Fw==",
3041
+ "license": "MIT",
3042
+ "dependencies": {
3043
+ "prosemirror-state": "^1.0.0",
3044
+ "prosemirror-transform": "^1.0.0"
3045
+ }
3046
+ },
3047
+ "node_modules/prosemirror-keymap": {
3048
+ "version": "1.2.3",
3049
+ "resolved": "https://registry.npmjs.org/prosemirror-keymap/-/prosemirror-keymap-1.2.3.tgz",
3050
+ "integrity": "sha512-4HucRlpiLd1IPQQXNqeo81BGtkY8Ai5smHhKW9jjPKRc2wQIxksg7Hl1tTI2IfT2B/LgX6bfYvXxEpJl7aKYKw==",
3051
+ "license": "MIT",
3052
+ "dependencies": {
3053
+ "prosemirror-state": "^1.0.0",
3054
+ "w3c-keyname": "^2.2.0"
3055
+ }
3056
+ },
3057
+ "node_modules/prosemirror-markdown": {
3058
+ "version": "1.13.2",
3059
+ "resolved": "https://registry.npmjs.org/prosemirror-markdown/-/prosemirror-markdown-1.13.2.tgz",
3060
+ "integrity": "sha512-FPD9rHPdA9fqzNmIIDhhnYQ6WgNoSWX9StUZ8LEKapaXU9i6XgykaHKhp6XMyXlOWetmaFgGDS/nu/w9/vUc5g==",
3061
+ "license": "MIT",
3062
+ "dependencies": {
3063
+ "@types/markdown-it": "^14.0.0",
3064
+ "markdown-it": "^14.0.0",
3065
+ "prosemirror-model": "^1.25.0"
3066
+ }
3067
+ },
3068
+ "node_modules/prosemirror-menu": {
3069
+ "version": "1.2.5",
3070
+ "resolved": "https://registry.npmjs.org/prosemirror-menu/-/prosemirror-menu-1.2.5.tgz",
3071
+ "integrity": "sha512-qwXzynnpBIeg1D7BAtjOusR+81xCp53j7iWu/IargiRZqRjGIlQuu1f3jFi+ehrHhWMLoyOQTSRx/IWZJqOYtQ==",
3072
+ "license": "MIT",
3073
+ "dependencies": {
3074
+ "crelt": "^1.0.0",
3075
+ "prosemirror-commands": "^1.0.0",
3076
+ "prosemirror-history": "^1.0.0",
3077
+ "prosemirror-state": "^1.0.0"
3078
+ }
3079
+ },
3080
+ "node_modules/prosemirror-model": {
3081
+ "version": "1.25.4",
3082
+ "resolved": "https://registry.npmjs.org/prosemirror-model/-/prosemirror-model-1.25.4.tgz",
3083
+ "integrity": "sha512-PIM7E43PBxKce8OQeezAs9j4TP+5yDpZVbuurd1h5phUxEKIu+G2a+EUZzIC5nS1mJktDJWzbqS23n1tsAf5QA==",
3084
+ "license": "MIT",
3085
+ "dependencies": {
3086
+ "orderedmap": "^2.0.0"
3087
+ }
3088
+ },
3089
+ "node_modules/prosemirror-schema-basic": {
3090
+ "version": "1.2.4",
3091
+ "resolved": "https://registry.npmjs.org/prosemirror-schema-basic/-/prosemirror-schema-basic-1.2.4.tgz",
3092
+ "integrity": "sha512-ELxP4TlX3yr2v5rM7Sb70SqStq5NvI15c0j9j/gjsrO5vaw+fnnpovCLEGIcpeGfifkuqJwl4fon6b+KdrODYQ==",
3093
+ "license": "MIT",
3094
+ "dependencies": {
3095
+ "prosemirror-model": "^1.25.0"
3096
+ }
3097
+ },
3098
+ "node_modules/prosemirror-schema-list": {
3099
+ "version": "1.5.1",
3100
+ "resolved": "https://registry.npmjs.org/prosemirror-schema-list/-/prosemirror-schema-list-1.5.1.tgz",
3101
+ "integrity": "sha512-927lFx/uwyQaGwJxLWCZRkjXG0p48KpMj6ueoYiu4JX05GGuGcgzAy62dfiV8eFZftgyBUvLx76RsMe20fJl+Q==",
3102
+ "license": "MIT",
3103
+ "dependencies": {
3104
+ "prosemirror-model": "^1.0.0",
3105
+ "prosemirror-state": "^1.0.0",
3106
+ "prosemirror-transform": "^1.7.3"
3107
+ }
3108
+ },
3109
+ "node_modules/prosemirror-state": {
3110
+ "version": "1.4.4",
3111
+ "resolved": "https://registry.npmjs.org/prosemirror-state/-/prosemirror-state-1.4.4.tgz",
3112
+ "integrity": "sha512-6jiYHH2CIGbCfnxdHbXZ12gySFY/fz/ulZE333G6bPqIZ4F+TXo9ifiR86nAHpWnfoNjOb3o5ESi7J8Uz1jXHw==",
3113
+ "license": "MIT",
3114
+ "dependencies": {
3115
+ "prosemirror-model": "^1.0.0",
3116
+ "prosemirror-transform": "^1.0.0",
3117
+ "prosemirror-view": "^1.27.0"
3118
+ }
3119
+ },
3120
+ "node_modules/prosemirror-tables": {
3121
+ "version": "1.8.3",
3122
+ "resolved": "https://registry.npmjs.org/prosemirror-tables/-/prosemirror-tables-1.8.3.tgz",
3123
+ "integrity": "sha512-wbqCR/RlRPRe41a4LFtmhKElzBEfBTdtAYWNIGHM6X2e24NN/MTNUKyXjjphfAfdQce37Kh/5yf765mLPYDe7Q==",
3124
+ "license": "MIT",
3125
+ "dependencies": {
3126
+ "prosemirror-keymap": "^1.2.3",
3127
+ "prosemirror-model": "^1.25.4",
3128
+ "prosemirror-state": "^1.4.4",
3129
+ "prosemirror-transform": "^1.10.5",
3130
+ "prosemirror-view": "^1.41.4"
3131
+ }
3132
+ },
3133
+ "node_modules/prosemirror-trailing-node": {
3134
+ "version": "3.0.0",
3135
+ "resolved": "https://registry.npmjs.org/prosemirror-trailing-node/-/prosemirror-trailing-node-3.0.0.tgz",
3136
+ "integrity": "sha512-xiun5/3q0w5eRnGYfNlW1uU9W6x5MoFKWwq/0TIRgt09lv7Hcser2QYV8t4muXbEr+Fwo0geYn79Xs4GKywrRQ==",
3137
+ "license": "MIT",
3138
+ "dependencies": {
3139
+ "@remirror/core-constants": "3.0.0",
3140
+ "escape-string-regexp": "^4.0.0"
3141
+ },
3142
+ "peerDependencies": {
3143
+ "prosemirror-model": "^1.22.1",
3144
+ "prosemirror-state": "^1.4.2",
3145
+ "prosemirror-view": "^1.33.8"
3146
+ }
3147
+ },
3148
+ "node_modules/prosemirror-transform": {
3149
+ "version": "1.10.5",
3150
+ "resolved": "https://registry.npmjs.org/prosemirror-transform/-/prosemirror-transform-1.10.5.tgz",
3151
+ "integrity": "sha512-RPDQCxIDhIBb1o36xxwsaeAvivO8VLJcgBtzmOwQ64bMtsVFh5SSuJ6dWSxO1UsHTiTXPCgQm3PDJt7p6IOLbw==",
3152
+ "license": "MIT",
3153
+ "dependencies": {
3154
+ "prosemirror-model": "^1.21.0"
3155
+ }
3156
+ },
3157
+ "node_modules/prosemirror-view": {
3158
+ "version": "1.41.4",
3159
+ "resolved": "https://registry.npmjs.org/prosemirror-view/-/prosemirror-view-1.41.4.tgz",
3160
+ "integrity": "sha512-WkKgnyjNncri03Gjaz3IFWvCAE94XoiEgvtr0/r2Xw7R8/IjK3sKLSiDoCHWcsXSAinVaKlGRZDvMCsF1kbzjA==",
3161
+ "license": "MIT",
3162
+ "dependencies": {
3163
+ "prosemirror-model": "^1.20.0",
3164
+ "prosemirror-state": "^1.0.0",
3165
+ "prosemirror-transform": "^1.1.0"
3166
+ }
3167
+ },
3168
+ "node_modules/punycode.js": {
3169
+ "version": "2.3.1",
3170
+ "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz",
3171
+ "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
3172
+ "license": "MIT",
3173
+ "engines": {
3174
+ "node": ">=6"
3175
+ }
3176
+ },
3177
+ "node_modules/react": {
3178
+ "version": "19.2.3",
3179
+ "resolved": "https://registry.npmjs.org/react/-/react-19.2.3.tgz",
3180
+ "integrity": "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==",
3181
+ "license": "MIT",
3182
+ "engines": {
3183
+ "node": ">=0.10.0"
3184
+ }
3185
+ },
3186
+ "node_modules/react-dom": {
3187
+ "version": "19.2.3",
3188
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.3.tgz",
3189
+ "integrity": "sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg==",
3190
+ "license": "MIT",
3191
+ "dependencies": {
3192
+ "scheduler": "^0.27.0"
3193
+ },
3194
+ "peerDependencies": {
3195
+ "react": "^19.2.3"
3196
+ }
3197
+ },
3198
+ "node_modules/react-refresh": {
3199
+ "version": "0.18.0",
3200
+ "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.18.0.tgz",
3201
+ "integrity": "sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==",
3202
+ "license": "MIT",
3203
+ "engines": {
3204
+ "node": ">=0.10.0"
3205
+ }
3206
+ },
3207
+ "node_modules/regexparam": {
3208
+ "version": "3.0.0",
3209
+ "resolved": "https://registry.npmjs.org/regexparam/-/regexparam-3.0.0.tgz",
3210
+ "integrity": "sha512-RSYAtP31mvYLkAHrOlh25pCNQ5hWnT106VukGaaFfuJrZFkGRX5GhUAdPqpSDXxOhA2c4akmRuplv1mRqnBn6Q==",
3211
+ "license": "MIT",
3212
+ "engines": {
3213
+ "node": ">=8"
3214
+ }
3215
+ },
3216
+ "node_modules/rollup": {
3217
+ "version": "4.53.5",
3218
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.53.5.tgz",
3219
+ "integrity": "sha512-iTNAbFSlRpcHeeWu73ywU/8KuU/LZmNCSxp6fjQkJBD3ivUb8tpDrXhIxEzA05HlYMEwmtaUnb3RP+YNv162OQ==",
3220
+ "license": "MIT",
3221
+ "dependencies": {
3222
+ "@types/estree": "1.0.8"
3223
+ },
3224
+ "bin": {
3225
+ "rollup": "dist/bin/rollup"
3226
+ },
3227
+ "engines": {
3228
+ "node": ">=18.0.0",
3229
+ "npm": ">=8.0.0"
3230
+ },
3231
+ "optionalDependencies": {
3232
+ "@rollup/rollup-android-arm-eabi": "4.53.5",
3233
+ "@rollup/rollup-android-arm64": "4.53.5",
3234
+ "@rollup/rollup-darwin-arm64": "4.53.5",
3235
+ "@rollup/rollup-darwin-x64": "4.53.5",
3236
+ "@rollup/rollup-freebsd-arm64": "4.53.5",
3237
+ "@rollup/rollup-freebsd-x64": "4.53.5",
3238
+ "@rollup/rollup-linux-arm-gnueabihf": "4.53.5",
3239
+ "@rollup/rollup-linux-arm-musleabihf": "4.53.5",
3240
+ "@rollup/rollup-linux-arm64-gnu": "4.53.5",
3241
+ "@rollup/rollup-linux-arm64-musl": "4.53.5",
3242
+ "@rollup/rollup-linux-loong64-gnu": "4.53.5",
3243
+ "@rollup/rollup-linux-ppc64-gnu": "4.53.5",
3244
+ "@rollup/rollup-linux-riscv64-gnu": "4.53.5",
3245
+ "@rollup/rollup-linux-riscv64-musl": "4.53.5",
3246
+ "@rollup/rollup-linux-s390x-gnu": "4.53.5",
3247
+ "@rollup/rollup-linux-x64-gnu": "4.53.5",
3248
+ "@rollup/rollup-linux-x64-musl": "4.53.5",
3249
+ "@rollup/rollup-openharmony-arm64": "4.53.5",
3250
+ "@rollup/rollup-win32-arm64-msvc": "4.53.5",
3251
+ "@rollup/rollup-win32-ia32-msvc": "4.53.5",
3252
+ "@rollup/rollup-win32-x64-gnu": "4.53.5",
3253
+ "@rollup/rollup-win32-x64-msvc": "4.53.5",
3254
+ "fsevents": "~2.3.2"
3255
+ }
3256
+ },
3257
+ "node_modules/rope-sequence": {
3258
+ "version": "1.3.4",
3259
+ "resolved": "https://registry.npmjs.org/rope-sequence/-/rope-sequence-1.3.4.tgz",
3260
+ "integrity": "sha512-UT5EDe2cu2E/6O4igUr5PSFs23nvvukicWHx6GnOPlHAiiYbzNuCRQCuiUdHJQcqKalLKlrYJnjY0ySGsXNQXQ==",
3261
+ "license": "MIT"
3262
+ },
3263
+ "node_modules/scheduler": {
3264
+ "version": "0.27.0",
3265
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
3266
+ "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
3267
+ "license": "MIT"
3268
+ },
3269
+ "node_modules/semver": {
3270
+ "version": "6.3.1",
3271
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
3272
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
3273
+ "license": "ISC",
3274
+ "bin": {
3275
+ "semver": "bin/semver.js"
3276
+ }
3277
+ },
3278
+ "node_modules/simple-code-frame": {
3279
+ "version": "1.3.0",
3280
+ "resolved": "https://registry.npmjs.org/simple-code-frame/-/simple-code-frame-1.3.0.tgz",
3281
+ "integrity": "sha512-MB4pQmETUBlNs62BBeRjIFGeuy/x6gGKh7+eRUemn1rCFhqo7K+4slPqsyizCbcbYLnaYqaoZ2FWsZ/jN06D8w==",
3282
+ "license": "MIT",
3283
+ "dependencies": {
3284
+ "kolorist": "^1.6.0"
3285
+ }
3286
+ },
3287
+ "node_modules/source-map": {
3288
+ "version": "0.7.6",
3289
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz",
3290
+ "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==",
3291
+ "license": "BSD-3-Clause",
3292
+ "engines": {
3293
+ "node": ">= 12"
3294
+ }
3295
+ },
3296
+ "node_modules/source-map-js": {
3297
+ "version": "1.2.1",
3298
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
3299
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
3300
+ "license": "BSD-3-Clause",
3301
+ "engines": {
3302
+ "node": ">=0.10.0"
3303
+ }
3304
+ },
3305
+ "node_modules/stack-trace": {
3306
+ "version": "1.0.0-pre2",
3307
+ "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-1.0.0-pre2.tgz",
3308
+ "integrity": "sha512-2ztBJRek8IVofG9DBJqdy2N5kulaacX30Nz7xmkYF6ale9WBVmIy6mFBchvGX7Vx/MyjBhx+Rcxqrj+dbOnQ6A==",
3309
+ "license": "MIT",
3310
+ "engines": {
3311
+ "node": ">=16"
3312
+ }
3313
+ },
3314
+ "node_modules/tailwindcss": {
3315
+ "version": "4.1.18",
3316
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.18.tgz",
3317
+ "integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==",
3318
+ "dev": true,
3319
+ "license": "MIT"
3320
+ },
3321
+ "node_modules/tapable": {
3322
+ "version": "2.3.0",
3323
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz",
3324
+ "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
3325
+ "dev": true,
3326
+ "license": "MIT",
3327
+ "engines": {
3328
+ "node": ">=6"
3329
+ },
3330
+ "funding": {
3331
+ "type": "opencollective",
3332
+ "url": "https://opencollective.com/webpack"
3333
+ }
3334
+ },
3335
+ "node_modules/tinyglobby": {
3336
+ "version": "0.2.15",
3337
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
3338
+ "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
3339
+ "license": "MIT",
3340
+ "dependencies": {
3341
+ "fdir": "^6.5.0",
3342
+ "picomatch": "^4.0.3"
3343
+ },
3344
+ "engines": {
3345
+ "node": ">=12.0.0"
3346
+ },
3347
+ "funding": {
3348
+ "url": "https://github.com/sponsors/SuperchupuDev"
3349
+ }
3350
+ },
3351
+ "node_modules/tinyglobby/node_modules/fdir": {
3352
+ "version": "6.5.0",
3353
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
3354
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
3355
+ "license": "MIT",
3356
+ "engines": {
3357
+ "node": ">=12.0.0"
3358
+ },
3359
+ "peerDependencies": {
3360
+ "picomatch": "^3 || ^4"
3361
+ },
3362
+ "peerDependenciesMeta": {
3363
+ "picomatch": {
3364
+ "optional": true
3365
+ }
3366
+ }
3367
+ },
3368
+ "node_modules/tinyglobby/node_modules/picomatch": {
3369
+ "version": "4.0.3",
3370
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
3371
+ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
3372
+ "license": "MIT",
3373
+ "engines": {
3374
+ "node": ">=12"
3375
+ },
3376
+ "funding": {
3377
+ "url": "https://github.com/sponsors/jonschlinkert"
3378
+ }
3379
+ },
3380
+ "node_modules/typescript": {
3381
+ "version": "5.9.3",
3382
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
3383
+ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
3384
+ "dev": true,
3385
+ "license": "Apache-2.0",
3386
+ "bin": {
3387
+ "tsc": "bin/tsc",
3388
+ "tsserver": "bin/tsserver"
3389
+ },
3390
+ "engines": {
3391
+ "node": ">=14.17"
3392
+ }
3393
+ },
3394
+ "node_modules/uc.micro": {
3395
+ "version": "2.1.0",
3396
+ "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
3397
+ "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
3398
+ "license": "MIT"
3399
+ },
3400
+ "node_modules/update-browserslist-db": {
3401
+ "version": "1.2.2",
3402
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.2.tgz",
3403
+ "integrity": "sha512-E85pfNzMQ9jpKkA7+TJAi4TJN+tBCuWh5rUcS/sv6cFi+1q9LYDwDI5dpUL0u/73EElyQ8d3TEaeW4sPedBqYA==",
3404
+ "funding": [
3405
+ {
3406
+ "type": "opencollective",
3407
+ "url": "https://opencollective.com/browserslist"
3408
+ },
3409
+ {
3410
+ "type": "tidelift",
3411
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
3412
+ },
3413
+ {
3414
+ "type": "github",
3415
+ "url": "https://github.com/sponsors/ai"
3416
+ }
3417
+ ],
3418
+ "license": "MIT",
3419
+ "dependencies": {
3420
+ "escalade": "^3.2.0",
3421
+ "picocolors": "^1.1.1"
3422
+ },
3423
+ "bin": {
3424
+ "update-browserslist-db": "cli.js"
3425
+ },
3426
+ "peerDependencies": {
3427
+ "browserslist": ">= 4.21.0"
3428
+ }
3429
+ },
3430
+ "node_modules/use-sync-external-store": {
3431
+ "version": "1.6.0",
3432
+ "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz",
3433
+ "integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==",
3434
+ "license": "MIT",
3435
+ "peerDependencies": {
3436
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
3437
+ }
3438
+ },
3439
+ "node_modules/vite": {
3440
+ "version": "7.3.0",
3441
+ "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.0.tgz",
3442
+ "integrity": "sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg==",
3443
+ "license": "MIT",
3444
+ "dependencies": {
3445
+ "esbuild": "^0.27.0",
3446
+ "fdir": "^6.5.0",
3447
+ "picomatch": "^4.0.3",
3448
+ "postcss": "^8.5.6",
3449
+ "rollup": "^4.43.0",
3450
+ "tinyglobby": "^0.2.15"
3451
+ },
3452
+ "bin": {
3453
+ "vite": "bin/vite.js"
3454
+ },
3455
+ "engines": {
3456
+ "node": "^20.19.0 || >=22.12.0"
3457
+ },
3458
+ "funding": {
3459
+ "url": "https://github.com/vitejs/vite?sponsor=1"
3460
+ },
3461
+ "optionalDependencies": {
3462
+ "fsevents": "~2.3.3"
3463
+ },
3464
+ "peerDependencies": {
3465
+ "@types/node": "^20.19.0 || >=22.12.0",
3466
+ "jiti": ">=1.21.0",
3467
+ "less": "^4.0.0",
3468
+ "lightningcss": "^1.21.0",
3469
+ "sass": "^1.70.0",
3470
+ "sass-embedded": "^1.70.0",
3471
+ "stylus": ">=0.54.8",
3472
+ "sugarss": "^5.0.0",
3473
+ "terser": "^5.16.0",
3474
+ "tsx": "^4.8.1",
3475
+ "yaml": "^2.4.2"
3476
+ },
3477
+ "peerDependenciesMeta": {
3478
+ "@types/node": {
3479
+ "optional": true
3480
+ },
3481
+ "jiti": {
3482
+ "optional": true
3483
+ },
3484
+ "less": {
3485
+ "optional": true
3486
+ },
3487
+ "lightningcss": {
3488
+ "optional": true
3489
+ },
3490
+ "sass": {
3491
+ "optional": true
3492
+ },
3493
+ "sass-embedded": {
3494
+ "optional": true
3495
+ },
3496
+ "stylus": {
3497
+ "optional": true
3498
+ },
3499
+ "sugarss": {
3500
+ "optional": true
3501
+ },
3502
+ "terser": {
3503
+ "optional": true
3504
+ },
3505
+ "tsx": {
3506
+ "optional": true
3507
+ },
3508
+ "yaml": {
3509
+ "optional": true
3510
+ }
3511
+ }
3512
+ },
3513
+ "node_modules/vite-prerender-plugin": {
3514
+ "version": "0.5.12",
3515
+ "resolved": "https://registry.npmjs.org/vite-prerender-plugin/-/vite-prerender-plugin-0.5.12.tgz",
3516
+ "integrity": "sha512-EiwhbMn+flg14EysbLTmZSzq8NGTxhytgK3bf4aGRF1evWLGwZiHiUJ1KZDvbxgKbMf2pG6fJWGEa3UZXOnR1g==",
3517
+ "license": "MIT",
3518
+ "dependencies": {
3519
+ "kolorist": "^1.8.0",
3520
+ "magic-string": "0.x >= 0.26.0",
3521
+ "node-html-parser": "^6.1.12",
3522
+ "simple-code-frame": "^1.3.0",
3523
+ "source-map": "^0.7.4",
3524
+ "stack-trace": "^1.0.0-pre2"
3525
+ },
3526
+ "peerDependencies": {
3527
+ "vite": "5.x || 6.x || 7.x"
3528
+ }
3529
+ },
3530
+ "node_modules/vite/node_modules/fdir": {
3531
+ "version": "6.5.0",
3532
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
3533
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
3534
+ "license": "MIT",
3535
+ "engines": {
3536
+ "node": ">=12.0.0"
3537
+ },
3538
+ "peerDependencies": {
3539
+ "picomatch": "^3 || ^4"
3540
+ },
3541
+ "peerDependenciesMeta": {
3542
+ "picomatch": {
3543
+ "optional": true
3544
+ }
3545
+ }
3546
+ },
3547
+ "node_modules/vite/node_modules/picomatch": {
3548
+ "version": "4.0.3",
3549
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
3550
+ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
3551
+ "license": "MIT",
3552
+ "engines": {
3553
+ "node": ">=12"
3554
+ },
3555
+ "funding": {
3556
+ "url": "https://github.com/sponsors/jonschlinkert"
3557
+ }
3558
+ },
3559
+ "node_modules/w3c-keyname": {
3560
+ "version": "2.2.8",
3561
+ "resolved": "https://registry.npmjs.org/w3c-keyname/-/w3c-keyname-2.2.8.tgz",
3562
+ "integrity": "sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==",
3563
+ "license": "MIT"
3564
+ },
3565
+ "node_modules/wouter": {
3566
+ "version": "3.8.1",
3567
+ "resolved": "https://registry.npmjs.org/wouter/-/wouter-3.8.1.tgz",
3568
+ "integrity": "sha512-4rIFV23qZqFMfiZ2jrLPsABULZGyogmU8TRWN3jJoPa+8izkQcWQ6zV5ZJFp/Ky9D6Zpt1mOHOqL9FHbOO3DNA==",
3569
+ "license": "Unlicense",
3570
+ "dependencies": {
3571
+ "mitt": "^3.0.1",
3572
+ "regexparam": "^3.0.0",
3573
+ "use-sync-external-store": "^1.0.0"
3574
+ },
3575
+ "peerDependencies": {
3576
+ "react": ">=16.8.0"
3577
+ }
3578
+ },
3579
+ "node_modules/yallist": {
3580
+ "version": "3.1.1",
3581
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
3582
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
3583
+ "license": "ISC"
3584
+ }
3585
+ }
3586
+ }