keyframekit 1.1.9 → 1.2.1

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.
Files changed (46) hide show
  1. package/README.md +8 -1
  2. package/dist/KeyframeKit.d.ts +3 -3
  3. package/dist/KeyframeKit.d.ts.map +1 -1
  4. package/dist/KeyframeKit.js +3 -3
  5. package/dist/KeyframeKit.js.map +1 -1
  6. package/dist/KeyframeKit.min.js +1 -0
  7. package/dist/KeyframeKit.min.js.map +1 -0
  8. package/package.json +7 -4
  9. package/src/KeyframeKit.ts +6 -6
  10. package/docs/.vitepress/components/Playground/Playground.js +0 -243
  11. package/docs/.vitepress/components/Playground/Playground.vue +0 -208
  12. package/docs/.vitepress/components/Playground/defaultExample.js +0 -175
  13. package/docs/.vitepress/components/Playground/interFont.js +0 -14
  14. package/docs/.vitepress/components/Playground/themes/githubDark.js +0 -402
  15. package/docs/.vitepress/components/Playground/themes/githubLight.js +0 -399
  16. package/docs/.vitepress/components/Playground/themes.js +0 -24
  17. package/docs/.vitepress/config.ts +0 -87
  18. package/docs/.vitepress/referenceNavigation.ts +0 -37
  19. package/docs/.vitepress/theme/base-styles.css +0 -104
  20. package/docs/.vitepress/theme/env.d.ts +0 -5
  21. package/docs/.vitepress/theme/index.ts +0 -40
  22. package/docs/docs/get-started.md +0 -133
  23. package/docs/docs/index.md +0 -17
  24. package/docs/docs/public/icon.png +0 -0
  25. package/docs/docs/public/og-image.png +0 -0
  26. package/docs/docs/public/playground/KeyframeKit/dist/KeyframeKit.d.ts +0 -172
  27. package/docs/docs/public/playground/KeyframeKit/dist/KeyframeKit.d.ts.map +0 -1
  28. package/docs/docs/public/playground/KeyframeKit/dist/KeyframeKit.js +0 -327
  29. package/docs/docs/public/playground/KeyframeKit/dist/KeyframeKit.js.map +0 -1
  30. package/docs/docs/reference/classes/KeyframeEffectParameters.md +0 -97
  31. package/docs/docs/reference/classes/ParsedKeyframes.md +0 -49
  32. package/docs/docs/reference/index.md +0 -20
  33. package/docs/docs/reference/interfaces/KeyframesFactory.md +0 -180
  34. package/docs/docs/reference/navigation.json +0 -64
  35. package/docs/docs/reference/type-aliases/CSSStyleSheetSource.md +0 -7
  36. package/docs/docs/reference/type-aliases/KeyframeArgument.md +0 -9
  37. package/docs/docs/reference/type-aliases/ParsedKeyframesRules.md +0 -15
  38. package/docs/docs/reference/variables/default.md +0 -7
  39. package/docs/package-lock.json +0 -2321
  40. package/docs/package.json +0 -22
  41. package/docs/typedoc/plugin-markdown-mdn-links-fix.js +0 -43
  42. package/docs/typedoc/plugin-param-names.js +0 -17
  43. package/docs/typedoc.config.js +0 -78
  44. package/rollup.config.js +0 -42
  45. package/tsconfig.json +0 -47
  46. package/vercel.json +0 -14
@@ -1,2321 +0,0 @@
1
- {
2
- "name": "docs",
3
- "lockfileVersion": 3,
4
- "requires": true,
5
- "packages": {
6
- "": {
7
- "dependencies": {
8
- "@monaco-editor/loader": "^1.7.0",
9
- "vitepress": "^2.0.0-alpha.16",
10
- "vue": "^3.5.28"
11
- },
12
- "devDependencies": {
13
- "typedoc": "^0.28.17",
14
- "typedoc-plugin-markdown": "^4.10.0",
15
- "typedoc-plugin-mdn-links": "^5.1.1",
16
- "typedoc-plugin-no-inherit": "^1.6.1"
17
- }
18
- },
19
- "node_modules/@babel/helper-string-parser": {
20
- "version": "7.27.1",
21
- "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
22
- "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
23
- "license": "MIT",
24
- "engines": {
25
- "node": ">=6.9.0"
26
- }
27
- },
28
- "node_modules/@babel/helper-validator-identifier": {
29
- "version": "7.28.5",
30
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
31
- "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
32
- "license": "MIT",
33
- "engines": {
34
- "node": ">=6.9.0"
35
- }
36
- },
37
- "node_modules/@babel/parser": {
38
- "version": "7.29.0",
39
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz",
40
- "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
41
- "license": "MIT",
42
- "dependencies": {
43
- "@babel/types": "^7.29.0"
44
- },
45
- "bin": {
46
- "parser": "bin/babel-parser.js"
47
- },
48
- "engines": {
49
- "node": ">=6.0.0"
50
- }
51
- },
52
- "node_modules/@babel/types": {
53
- "version": "7.29.0",
54
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
55
- "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
56
- "license": "MIT",
57
- "dependencies": {
58
- "@babel/helper-string-parser": "^7.27.1",
59
- "@babel/helper-validator-identifier": "^7.28.5"
60
- },
61
- "engines": {
62
- "node": ">=6.9.0"
63
- }
64
- },
65
- "node_modules/@docsearch/css": {
66
- "version": "4.6.0",
67
- "resolved": "https://registry.npmjs.org/@docsearch/css/-/css-4.6.0.tgz",
68
- "integrity": "sha512-YlcAimkXclvqta47g47efzCM5CFxDwv2ClkDfEs/fC/Ak0OxPH2b3czwa4o8O1TRBf+ujFF2RiUwszz2fPVNJQ==",
69
- "license": "MIT"
70
- },
71
- "node_modules/@docsearch/js": {
72
- "version": "4.6.0",
73
- "resolved": "https://registry.npmjs.org/@docsearch/js/-/js-4.6.0.tgz",
74
- "integrity": "sha512-9/rbgkm/BgTq46cwxIohvSAz3koOFjnPpg0mwkJItAfzKbQIj+310PvwtgUY1YITDuGCag6yOL50GW2DBkaaBw==",
75
- "license": "MIT"
76
- },
77
- "node_modules/@docsearch/sidepanel-js": {
78
- "version": "4.6.0",
79
- "resolved": "https://registry.npmjs.org/@docsearch/sidepanel-js/-/sidepanel-js-4.6.0.tgz",
80
- "integrity": "sha512-lFT5KLwlzUmpoGArCScNoK41l9a22JYsEPwBzMrz+/ILVR5Ax87UphCuiyDFQWEvEmbwzn/kJx5W/O5BUlN1Rw==",
81
- "license": "MIT"
82
- },
83
- "node_modules/@esbuild/aix-ppc64": {
84
- "version": "0.27.3",
85
- "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz",
86
- "integrity": "sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==",
87
- "cpu": [
88
- "ppc64"
89
- ],
90
- "license": "MIT",
91
- "optional": true,
92
- "os": [
93
- "aix"
94
- ],
95
- "engines": {
96
- "node": ">=18"
97
- }
98
- },
99
- "node_modules/@esbuild/android-arm": {
100
- "version": "0.27.3",
101
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.3.tgz",
102
- "integrity": "sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==",
103
- "cpu": [
104
- "arm"
105
- ],
106
- "license": "MIT",
107
- "optional": true,
108
- "os": [
109
- "android"
110
- ],
111
- "engines": {
112
- "node": ">=18"
113
- }
114
- },
115
- "node_modules/@esbuild/android-arm64": {
116
- "version": "0.27.3",
117
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.3.tgz",
118
- "integrity": "sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==",
119
- "cpu": [
120
- "arm64"
121
- ],
122
- "license": "MIT",
123
- "optional": true,
124
- "os": [
125
- "android"
126
- ],
127
- "engines": {
128
- "node": ">=18"
129
- }
130
- },
131
- "node_modules/@esbuild/android-x64": {
132
- "version": "0.27.3",
133
- "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.3.tgz",
134
- "integrity": "sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==",
135
- "cpu": [
136
- "x64"
137
- ],
138
- "license": "MIT",
139
- "optional": true,
140
- "os": [
141
- "android"
142
- ],
143
- "engines": {
144
- "node": ">=18"
145
- }
146
- },
147
- "node_modules/@esbuild/darwin-arm64": {
148
- "version": "0.27.3",
149
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.3.tgz",
150
- "integrity": "sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==",
151
- "cpu": [
152
- "arm64"
153
- ],
154
- "license": "MIT",
155
- "optional": true,
156
- "os": [
157
- "darwin"
158
- ],
159
- "engines": {
160
- "node": ">=18"
161
- }
162
- },
163
- "node_modules/@esbuild/darwin-x64": {
164
- "version": "0.27.3",
165
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.3.tgz",
166
- "integrity": "sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==",
167
- "cpu": [
168
- "x64"
169
- ],
170
- "license": "MIT",
171
- "optional": true,
172
- "os": [
173
- "darwin"
174
- ],
175
- "engines": {
176
- "node": ">=18"
177
- }
178
- },
179
- "node_modules/@esbuild/freebsd-arm64": {
180
- "version": "0.27.3",
181
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.3.tgz",
182
- "integrity": "sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==",
183
- "cpu": [
184
- "arm64"
185
- ],
186
- "license": "MIT",
187
- "optional": true,
188
- "os": [
189
- "freebsd"
190
- ],
191
- "engines": {
192
- "node": ">=18"
193
- }
194
- },
195
- "node_modules/@esbuild/freebsd-x64": {
196
- "version": "0.27.3",
197
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.3.tgz",
198
- "integrity": "sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==",
199
- "cpu": [
200
- "x64"
201
- ],
202
- "license": "MIT",
203
- "optional": true,
204
- "os": [
205
- "freebsd"
206
- ],
207
- "engines": {
208
- "node": ">=18"
209
- }
210
- },
211
- "node_modules/@esbuild/linux-arm": {
212
- "version": "0.27.3",
213
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.3.tgz",
214
- "integrity": "sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==",
215
- "cpu": [
216
- "arm"
217
- ],
218
- "license": "MIT",
219
- "optional": true,
220
- "os": [
221
- "linux"
222
- ],
223
- "engines": {
224
- "node": ">=18"
225
- }
226
- },
227
- "node_modules/@esbuild/linux-arm64": {
228
- "version": "0.27.3",
229
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.3.tgz",
230
- "integrity": "sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==",
231
- "cpu": [
232
- "arm64"
233
- ],
234
- "license": "MIT",
235
- "optional": true,
236
- "os": [
237
- "linux"
238
- ],
239
- "engines": {
240
- "node": ">=18"
241
- }
242
- },
243
- "node_modules/@esbuild/linux-ia32": {
244
- "version": "0.27.3",
245
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.3.tgz",
246
- "integrity": "sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==",
247
- "cpu": [
248
- "ia32"
249
- ],
250
- "license": "MIT",
251
- "optional": true,
252
- "os": [
253
- "linux"
254
- ],
255
- "engines": {
256
- "node": ">=18"
257
- }
258
- },
259
- "node_modules/@esbuild/linux-loong64": {
260
- "version": "0.27.3",
261
- "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.3.tgz",
262
- "integrity": "sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==",
263
- "cpu": [
264
- "loong64"
265
- ],
266
- "license": "MIT",
267
- "optional": true,
268
- "os": [
269
- "linux"
270
- ],
271
- "engines": {
272
- "node": ">=18"
273
- }
274
- },
275
- "node_modules/@esbuild/linux-mips64el": {
276
- "version": "0.27.3",
277
- "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.3.tgz",
278
- "integrity": "sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==",
279
- "cpu": [
280
- "mips64el"
281
- ],
282
- "license": "MIT",
283
- "optional": true,
284
- "os": [
285
- "linux"
286
- ],
287
- "engines": {
288
- "node": ">=18"
289
- }
290
- },
291
- "node_modules/@esbuild/linux-ppc64": {
292
- "version": "0.27.3",
293
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.3.tgz",
294
- "integrity": "sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==",
295
- "cpu": [
296
- "ppc64"
297
- ],
298
- "license": "MIT",
299
- "optional": true,
300
- "os": [
301
- "linux"
302
- ],
303
- "engines": {
304
- "node": ">=18"
305
- }
306
- },
307
- "node_modules/@esbuild/linux-riscv64": {
308
- "version": "0.27.3",
309
- "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.3.tgz",
310
- "integrity": "sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==",
311
- "cpu": [
312
- "riscv64"
313
- ],
314
- "license": "MIT",
315
- "optional": true,
316
- "os": [
317
- "linux"
318
- ],
319
- "engines": {
320
- "node": ">=18"
321
- }
322
- },
323
- "node_modules/@esbuild/linux-s390x": {
324
- "version": "0.27.3",
325
- "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.3.tgz",
326
- "integrity": "sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==",
327
- "cpu": [
328
- "s390x"
329
- ],
330
- "license": "MIT",
331
- "optional": true,
332
- "os": [
333
- "linux"
334
- ],
335
- "engines": {
336
- "node": ">=18"
337
- }
338
- },
339
- "node_modules/@esbuild/linux-x64": {
340
- "version": "0.27.3",
341
- "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.3.tgz",
342
- "integrity": "sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==",
343
- "cpu": [
344
- "x64"
345
- ],
346
- "license": "MIT",
347
- "optional": true,
348
- "os": [
349
- "linux"
350
- ],
351
- "engines": {
352
- "node": ">=18"
353
- }
354
- },
355
- "node_modules/@esbuild/netbsd-arm64": {
356
- "version": "0.27.3",
357
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.3.tgz",
358
- "integrity": "sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==",
359
- "cpu": [
360
- "arm64"
361
- ],
362
- "license": "MIT",
363
- "optional": true,
364
- "os": [
365
- "netbsd"
366
- ],
367
- "engines": {
368
- "node": ">=18"
369
- }
370
- },
371
- "node_modules/@esbuild/netbsd-x64": {
372
- "version": "0.27.3",
373
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.3.tgz",
374
- "integrity": "sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==",
375
- "cpu": [
376
- "x64"
377
- ],
378
- "license": "MIT",
379
- "optional": true,
380
- "os": [
381
- "netbsd"
382
- ],
383
- "engines": {
384
- "node": ">=18"
385
- }
386
- },
387
- "node_modules/@esbuild/openbsd-arm64": {
388
- "version": "0.27.3",
389
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.3.tgz",
390
- "integrity": "sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==",
391
- "cpu": [
392
- "arm64"
393
- ],
394
- "license": "MIT",
395
- "optional": true,
396
- "os": [
397
- "openbsd"
398
- ],
399
- "engines": {
400
- "node": ">=18"
401
- }
402
- },
403
- "node_modules/@esbuild/openbsd-x64": {
404
- "version": "0.27.3",
405
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.3.tgz",
406
- "integrity": "sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==",
407
- "cpu": [
408
- "x64"
409
- ],
410
- "license": "MIT",
411
- "optional": true,
412
- "os": [
413
- "openbsd"
414
- ],
415
- "engines": {
416
- "node": ">=18"
417
- }
418
- },
419
- "node_modules/@esbuild/openharmony-arm64": {
420
- "version": "0.27.3",
421
- "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.3.tgz",
422
- "integrity": "sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==",
423
- "cpu": [
424
- "arm64"
425
- ],
426
- "license": "MIT",
427
- "optional": true,
428
- "os": [
429
- "openharmony"
430
- ],
431
- "engines": {
432
- "node": ">=18"
433
- }
434
- },
435
- "node_modules/@esbuild/sunos-x64": {
436
- "version": "0.27.3",
437
- "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.3.tgz",
438
- "integrity": "sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==",
439
- "cpu": [
440
- "x64"
441
- ],
442
- "license": "MIT",
443
- "optional": true,
444
- "os": [
445
- "sunos"
446
- ],
447
- "engines": {
448
- "node": ">=18"
449
- }
450
- },
451
- "node_modules/@esbuild/win32-arm64": {
452
- "version": "0.27.3",
453
- "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.3.tgz",
454
- "integrity": "sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==",
455
- "cpu": [
456
- "arm64"
457
- ],
458
- "license": "MIT",
459
- "optional": true,
460
- "os": [
461
- "win32"
462
- ],
463
- "engines": {
464
- "node": ">=18"
465
- }
466
- },
467
- "node_modules/@esbuild/win32-ia32": {
468
- "version": "0.27.3",
469
- "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.3.tgz",
470
- "integrity": "sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==",
471
- "cpu": [
472
- "ia32"
473
- ],
474
- "license": "MIT",
475
- "optional": true,
476
- "os": [
477
- "win32"
478
- ],
479
- "engines": {
480
- "node": ">=18"
481
- }
482
- },
483
- "node_modules/@esbuild/win32-x64": {
484
- "version": "0.27.3",
485
- "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz",
486
- "integrity": "sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==",
487
- "cpu": [
488
- "x64"
489
- ],
490
- "license": "MIT",
491
- "optional": true,
492
- "os": [
493
- "win32"
494
- ],
495
- "engines": {
496
- "node": ">=18"
497
- }
498
- },
499
- "node_modules/@gerrit0/mini-shiki": {
500
- "version": "3.22.0",
501
- "resolved": "https://registry.npmjs.org/@gerrit0/mini-shiki/-/mini-shiki-3.22.0.tgz",
502
- "integrity": "sha512-jMpciqEVUBKE1QwU64S4saNMzpsSza6diNCk4MWAeCxO2+LFi2FIFmL2S0VDLzEJCxuvCbU783xi8Hp/gkM5CQ==",
503
- "dev": true,
504
- "license": "MIT",
505
- "dependencies": {
506
- "@shikijs/engine-oniguruma": "^3.22.0",
507
- "@shikijs/langs": "^3.22.0",
508
- "@shikijs/themes": "^3.22.0",
509
- "@shikijs/types": "^3.22.0",
510
- "@shikijs/vscode-textmate": "^10.0.2"
511
- }
512
- },
513
- "node_modules/@iconify-json/simple-icons": {
514
- "version": "1.2.71",
515
- "resolved": "https://registry.npmjs.org/@iconify-json/simple-icons/-/simple-icons-1.2.71.tgz",
516
- "integrity": "sha512-rNoDFbq1fAYiEexBvrw613/xiUOPEu5MKVV/X8lI64AgdTzLQUUemr9f9fplxUMPoxCBP2rWzlhOEeTHk/Sf0Q==",
517
- "license": "CC0-1.0",
518
- "dependencies": {
519
- "@iconify/types": "*"
520
- }
521
- },
522
- "node_modules/@iconify/types": {
523
- "version": "2.0.0",
524
- "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz",
525
- "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
526
- "license": "MIT"
527
- },
528
- "node_modules/@jridgewell/sourcemap-codec": {
529
- "version": "1.5.5",
530
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
531
- "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
532
- "license": "MIT"
533
- },
534
- "node_modules/@monaco-editor/loader": {
535
- "version": "1.7.0",
536
- "resolved": "https://registry.npmjs.org/@monaco-editor/loader/-/loader-1.7.0.tgz",
537
- "integrity": "sha512-gIwR1HrJrrx+vfyOhYmCZ0/JcWqG5kbfG7+d3f/C1LXk2EvzAbHSg3MQ5lO2sMlo9izoAZ04shohfKLVT6crVA==",
538
- "license": "MIT",
539
- "dependencies": {
540
- "state-local": "^1.0.6"
541
- }
542
- },
543
- "node_modules/@rolldown/pluginutils": {
544
- "version": "1.0.0-rc.2",
545
- "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.2.tgz",
546
- "integrity": "sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==",
547
- "license": "MIT"
548
- },
549
- "node_modules/@rollup/rollup-android-arm-eabi": {
550
- "version": "4.59.0",
551
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.59.0.tgz",
552
- "integrity": "sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==",
553
- "cpu": [
554
- "arm"
555
- ],
556
- "license": "MIT",
557
- "optional": true,
558
- "os": [
559
- "android"
560
- ]
561
- },
562
- "node_modules/@rollup/rollup-android-arm64": {
563
- "version": "4.59.0",
564
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.59.0.tgz",
565
- "integrity": "sha512-hZ+Zxj3SySm4A/DylsDKZAeVg0mvi++0PYVceVyX7hemkw7OreKdCvW2oQ3T1FMZvCaQXqOTHb8qmBShoqk69Q==",
566
- "cpu": [
567
- "arm64"
568
- ],
569
- "license": "MIT",
570
- "optional": true,
571
- "os": [
572
- "android"
573
- ]
574
- },
575
- "node_modules/@rollup/rollup-darwin-arm64": {
576
- "version": "4.59.0",
577
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.59.0.tgz",
578
- "integrity": "sha512-W2Psnbh1J8ZJw0xKAd8zdNgF9HRLkdWwwdWqubSVk0pUuQkoHnv7rx4GiF9rT4t5DIZGAsConRE3AxCdJ4m8rg==",
579
- "cpu": [
580
- "arm64"
581
- ],
582
- "license": "MIT",
583
- "optional": true,
584
- "os": [
585
- "darwin"
586
- ]
587
- },
588
- "node_modules/@rollup/rollup-darwin-x64": {
589
- "version": "4.59.0",
590
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.59.0.tgz",
591
- "integrity": "sha512-ZW2KkwlS4lwTv7ZVsYDiARfFCnSGhzYPdiOU4IM2fDbL+QGlyAbjgSFuqNRbSthybLbIJ915UtZBtmuLrQAT/w==",
592
- "cpu": [
593
- "x64"
594
- ],
595
- "license": "MIT",
596
- "optional": true,
597
- "os": [
598
- "darwin"
599
- ]
600
- },
601
- "node_modules/@rollup/rollup-freebsd-arm64": {
602
- "version": "4.59.0",
603
- "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.59.0.tgz",
604
- "integrity": "sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==",
605
- "cpu": [
606
- "arm64"
607
- ],
608
- "license": "MIT",
609
- "optional": true,
610
- "os": [
611
- "freebsd"
612
- ]
613
- },
614
- "node_modules/@rollup/rollup-freebsd-x64": {
615
- "version": "4.59.0",
616
- "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.59.0.tgz",
617
- "integrity": "sha512-d3DuZi2KzTMjImrxoHIAODUZYoUUMsuUiY4SRRcJy6NJoZ6iIqWnJu9IScV9jXysyGMVuW+KNzZvBLOcpdl3Vg==",
618
- "cpu": [
619
- "x64"
620
- ],
621
- "license": "MIT",
622
- "optional": true,
623
- "os": [
624
- "freebsd"
625
- ]
626
- },
627
- "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
628
- "version": "4.59.0",
629
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.59.0.tgz",
630
- "integrity": "sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==",
631
- "cpu": [
632
- "arm"
633
- ],
634
- "license": "MIT",
635
- "optional": true,
636
- "os": [
637
- "linux"
638
- ]
639
- },
640
- "node_modules/@rollup/rollup-linux-arm-musleabihf": {
641
- "version": "4.59.0",
642
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.59.0.tgz",
643
- "integrity": "sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==",
644
- "cpu": [
645
- "arm"
646
- ],
647
- "license": "MIT",
648
- "optional": true,
649
- "os": [
650
- "linux"
651
- ]
652
- },
653
- "node_modules/@rollup/rollup-linux-arm64-gnu": {
654
- "version": "4.59.0",
655
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.59.0.tgz",
656
- "integrity": "sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==",
657
- "cpu": [
658
- "arm64"
659
- ],
660
- "license": "MIT",
661
- "optional": true,
662
- "os": [
663
- "linux"
664
- ]
665
- },
666
- "node_modules/@rollup/rollup-linux-arm64-musl": {
667
- "version": "4.59.0",
668
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.59.0.tgz",
669
- "integrity": "sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==",
670
- "cpu": [
671
- "arm64"
672
- ],
673
- "license": "MIT",
674
- "optional": true,
675
- "os": [
676
- "linux"
677
- ]
678
- },
679
- "node_modules/@rollup/rollup-linux-loong64-gnu": {
680
- "version": "4.59.0",
681
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.59.0.tgz",
682
- "integrity": "sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==",
683
- "cpu": [
684
- "loong64"
685
- ],
686
- "license": "MIT",
687
- "optional": true,
688
- "os": [
689
- "linux"
690
- ]
691
- },
692
- "node_modules/@rollup/rollup-linux-loong64-musl": {
693
- "version": "4.59.0",
694
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.59.0.tgz",
695
- "integrity": "sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==",
696
- "cpu": [
697
- "loong64"
698
- ],
699
- "license": "MIT",
700
- "optional": true,
701
- "os": [
702
- "linux"
703
- ]
704
- },
705
- "node_modules/@rollup/rollup-linux-ppc64-gnu": {
706
- "version": "4.59.0",
707
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.59.0.tgz",
708
- "integrity": "sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==",
709
- "cpu": [
710
- "ppc64"
711
- ],
712
- "license": "MIT",
713
- "optional": true,
714
- "os": [
715
- "linux"
716
- ]
717
- },
718
- "node_modules/@rollup/rollup-linux-ppc64-musl": {
719
- "version": "4.59.0",
720
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.59.0.tgz",
721
- "integrity": "sha512-+2kLtQ4xT3AiIxkzFVFXfsmlZiG5FXYW7ZyIIvGA7Bdeuh9Z0aN4hVyXS/G1E9bTP/vqszNIN/pUKCk/BTHsKA==",
722
- "cpu": [
723
- "ppc64"
724
- ],
725
- "license": "MIT",
726
- "optional": true,
727
- "os": [
728
- "linux"
729
- ]
730
- },
731
- "node_modules/@rollup/rollup-linux-riscv64-gnu": {
732
- "version": "4.59.0",
733
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.59.0.tgz",
734
- "integrity": "sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==",
735
- "cpu": [
736
- "riscv64"
737
- ],
738
- "license": "MIT",
739
- "optional": true,
740
- "os": [
741
- "linux"
742
- ]
743
- },
744
- "node_modules/@rollup/rollup-linux-riscv64-musl": {
745
- "version": "4.59.0",
746
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.59.0.tgz",
747
- "integrity": "sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==",
748
- "cpu": [
749
- "riscv64"
750
- ],
751
- "license": "MIT",
752
- "optional": true,
753
- "os": [
754
- "linux"
755
- ]
756
- },
757
- "node_modules/@rollup/rollup-linux-s390x-gnu": {
758
- "version": "4.59.0",
759
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.59.0.tgz",
760
- "integrity": "sha512-oF87Ie3uAIvORFBpwnCvUzdeYUqi2wY6jRFWJAy1qus/udHFYIkplYRW+wo+GRUP4sKzYdmE1Y3+rY5Gc4ZO+w==",
761
- "cpu": [
762
- "s390x"
763
- ],
764
- "license": "MIT",
765
- "optional": true,
766
- "os": [
767
- "linux"
768
- ]
769
- },
770
- "node_modules/@rollup/rollup-linux-x64-gnu": {
771
- "version": "4.59.0",
772
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.59.0.tgz",
773
- "integrity": "sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==",
774
- "cpu": [
775
- "x64"
776
- ],
777
- "license": "MIT",
778
- "optional": true,
779
- "os": [
780
- "linux"
781
- ]
782
- },
783
- "node_modules/@rollup/rollup-linux-x64-musl": {
784
- "version": "4.59.0",
785
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.59.0.tgz",
786
- "integrity": "sha512-2UdiwS/9cTAx7qIUZB/fWtToJwvt0Vbo0zmnYt7ED35KPg13Q0ym1g442THLC7VyI6JfYTP4PiSOWyoMdV2/xg==",
787
- "cpu": [
788
- "x64"
789
- ],
790
- "license": "MIT",
791
- "optional": true,
792
- "os": [
793
- "linux"
794
- ]
795
- },
796
- "node_modules/@rollup/rollup-openbsd-x64": {
797
- "version": "4.59.0",
798
- "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.59.0.tgz",
799
- "integrity": "sha512-M3bLRAVk6GOwFlPTIxVBSYKUaqfLrn8l0psKinkCFxl4lQvOSz8ZrKDz2gxcBwHFpci0B6rttydI4IpS4IS/jQ==",
800
- "cpu": [
801
- "x64"
802
- ],
803
- "license": "MIT",
804
- "optional": true,
805
- "os": [
806
- "openbsd"
807
- ]
808
- },
809
- "node_modules/@rollup/rollup-openharmony-arm64": {
810
- "version": "4.59.0",
811
- "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.59.0.tgz",
812
- "integrity": "sha512-tt9KBJqaqp5i5HUZzoafHZX8b5Q2Fe7UjYERADll83O4fGqJ49O1FsL6LpdzVFQcpwvnyd0i+K/VSwu/o/nWlA==",
813
- "cpu": [
814
- "arm64"
815
- ],
816
- "license": "MIT",
817
- "optional": true,
818
- "os": [
819
- "openharmony"
820
- ]
821
- },
822
- "node_modules/@rollup/rollup-win32-arm64-msvc": {
823
- "version": "4.59.0",
824
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.59.0.tgz",
825
- "integrity": "sha512-V5B6mG7OrGTwnxaNUzZTDTjDS7F75PO1ae6MJYdiMu60sq0CqN5CVeVsbhPxalupvTX8gXVSU9gq+Rx1/hvu6A==",
826
- "cpu": [
827
- "arm64"
828
- ],
829
- "license": "MIT",
830
- "optional": true,
831
- "os": [
832
- "win32"
833
- ]
834
- },
835
- "node_modules/@rollup/rollup-win32-ia32-msvc": {
836
- "version": "4.59.0",
837
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.59.0.tgz",
838
- "integrity": "sha512-UKFMHPuM9R0iBegwzKF4y0C4J9u8C6MEJgFuXTBerMk7EJ92GFVFYBfOZaSGLu6COf7FxpQNqhNS4c4icUPqxA==",
839
- "cpu": [
840
- "ia32"
841
- ],
842
- "license": "MIT",
843
- "optional": true,
844
- "os": [
845
- "win32"
846
- ]
847
- },
848
- "node_modules/@rollup/rollup-win32-x64-gnu": {
849
- "version": "4.59.0",
850
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.59.0.tgz",
851
- "integrity": "sha512-laBkYlSS1n2L8fSo1thDNGrCTQMmxjYY5G0WFWjFFYZkKPjsMBsgJfGf4TLxXrF6RyhI60L8TMOjBMvXiTcxeA==",
852
- "cpu": [
853
- "x64"
854
- ],
855
- "license": "MIT",
856
- "optional": true,
857
- "os": [
858
- "win32"
859
- ]
860
- },
861
- "node_modules/@rollup/rollup-win32-x64-msvc": {
862
- "version": "4.59.0",
863
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.59.0.tgz",
864
- "integrity": "sha512-2HRCml6OztYXyJXAvdDXPKcawukWY2GpR5/nxKp4iBgiO3wcoEGkAaqctIbZcNB6KlUQBIqt8VYkNSj2397EfA==",
865
- "cpu": [
866
- "x64"
867
- ],
868
- "license": "MIT",
869
- "optional": true,
870
- "os": [
871
- "win32"
872
- ]
873
- },
874
- "node_modules/@shikijs/core": {
875
- "version": "3.23.0",
876
- "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.23.0.tgz",
877
- "integrity": "sha512-NSWQz0riNb67xthdm5br6lAkvpDJRTgB36fxlo37ZzM2yq0PQFFzbd8psqC2XMPgCzo1fW6cVi18+ArJ44wqgA==",
878
- "license": "MIT",
879
- "dependencies": {
880
- "@shikijs/types": "3.23.0",
881
- "@shikijs/vscode-textmate": "^10.0.2",
882
- "@types/hast": "^3.0.4",
883
- "hast-util-to-html": "^9.0.5"
884
- }
885
- },
886
- "node_modules/@shikijs/engine-javascript": {
887
- "version": "3.23.0",
888
- "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-3.23.0.tgz",
889
- "integrity": "sha512-aHt9eiGFobmWR5uqJUViySI1bHMqrAgamWE1TYSUoftkAeCCAiGawPMwM+VCadylQtF4V3VNOZ5LmfItH5f3yA==",
890
- "license": "MIT",
891
- "dependencies": {
892
- "@shikijs/types": "3.23.0",
893
- "@shikijs/vscode-textmate": "^10.0.2",
894
- "oniguruma-to-es": "^4.3.4"
895
- }
896
- },
897
- "node_modules/@shikijs/engine-oniguruma": {
898
- "version": "3.23.0",
899
- "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.23.0.tgz",
900
- "integrity": "sha512-1nWINwKXxKKLqPibT5f4pAFLej9oZzQTsby8942OTlsJzOBZ0MWKiwzMsd+jhzu8YPCHAswGnnN1YtQfirL35g==",
901
- "license": "MIT",
902
- "dependencies": {
903
- "@shikijs/types": "3.23.0",
904
- "@shikijs/vscode-textmate": "^10.0.2"
905
- }
906
- },
907
- "node_modules/@shikijs/langs": {
908
- "version": "3.23.0",
909
- "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.23.0.tgz",
910
- "integrity": "sha512-2Ep4W3Re5aB1/62RSYQInK9mM3HsLeB91cHqznAJMuylqjzNVAVCMnNWRHFtcNHXsoNRayP9z1qj4Sq3nMqYXg==",
911
- "license": "MIT",
912
- "dependencies": {
913
- "@shikijs/types": "3.23.0"
914
- }
915
- },
916
- "node_modules/@shikijs/themes": {
917
- "version": "3.23.0",
918
- "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.23.0.tgz",
919
- "integrity": "sha512-5qySYa1ZgAT18HR/ypENL9cUSGOeI2x+4IvYJu4JgVJdizn6kG4ia5Q1jDEOi7gTbN4RbuYtmHh0W3eccOrjMA==",
920
- "license": "MIT",
921
- "dependencies": {
922
- "@shikijs/types": "3.23.0"
923
- }
924
- },
925
- "node_modules/@shikijs/transformers": {
926
- "version": "3.23.0",
927
- "resolved": "https://registry.npmjs.org/@shikijs/transformers/-/transformers-3.23.0.tgz",
928
- "integrity": "sha512-F9msZVxdF+krQNSdQ4V+Ja5QemeAoTQ2jxt7nJCwhDsdF1JWS3KxIQXA3lQbyKwS3J61oHRUSv4jYWv3CkaKTQ==",
929
- "license": "MIT",
930
- "dependencies": {
931
- "@shikijs/core": "3.23.0",
932
- "@shikijs/types": "3.23.0"
933
- }
934
- },
935
- "node_modules/@shikijs/types": {
936
- "version": "3.23.0",
937
- "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.23.0.tgz",
938
- "integrity": "sha512-3JZ5HXOZfYjsYSk0yPwBrkupyYSLpAE26Qc0HLghhZNGTZg/SKxXIIgoxOpmmeQP0RRSDJTk1/vPfw9tbw+jSQ==",
939
- "license": "MIT",
940
- "dependencies": {
941
- "@shikijs/vscode-textmate": "^10.0.2",
942
- "@types/hast": "^3.0.4"
943
- }
944
- },
945
- "node_modules/@shikijs/vscode-textmate": {
946
- "version": "10.0.2",
947
- "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz",
948
- "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==",
949
- "license": "MIT"
950
- },
951
- "node_modules/@types/estree": {
952
- "version": "1.0.8",
953
- "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
954
- "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
955
- "license": "MIT"
956
- },
957
- "node_modules/@types/hast": {
958
- "version": "3.0.4",
959
- "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
960
- "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
961
- "license": "MIT",
962
- "dependencies": {
963
- "@types/unist": "*"
964
- }
965
- },
966
- "node_modules/@types/linkify-it": {
967
- "version": "5.0.0",
968
- "resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz",
969
- "integrity": "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==",
970
- "license": "MIT"
971
- },
972
- "node_modules/@types/markdown-it": {
973
- "version": "14.1.2",
974
- "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.1.2.tgz",
975
- "integrity": "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==",
976
- "license": "MIT",
977
- "dependencies": {
978
- "@types/linkify-it": "^5",
979
- "@types/mdurl": "^2"
980
- }
981
- },
982
- "node_modules/@types/mdast": {
983
- "version": "4.0.4",
984
- "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
985
- "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
986
- "license": "MIT",
987
- "dependencies": {
988
- "@types/unist": "*"
989
- }
990
- },
991
- "node_modules/@types/mdurl": {
992
- "version": "2.0.0",
993
- "resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-2.0.0.tgz",
994
- "integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==",
995
- "license": "MIT"
996
- },
997
- "node_modules/@types/unist": {
998
- "version": "3.0.3",
999
- "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
1000
- "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
1001
- "license": "MIT"
1002
- },
1003
- "node_modules/@types/web-bluetooth": {
1004
- "version": "0.0.21",
1005
- "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz",
1006
- "integrity": "sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==",
1007
- "license": "MIT"
1008
- },
1009
- "node_modules/@ungap/structured-clone": {
1010
- "version": "1.3.0",
1011
- "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
1012
- "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
1013
- "license": "ISC"
1014
- },
1015
- "node_modules/@vitejs/plugin-vue": {
1016
- "version": "6.0.4",
1017
- "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.4.tgz",
1018
- "integrity": "sha512-uM5iXipgYIn13UUQCZNdWkYk+sysBeA97d5mHsAoAt1u/wpN3+zxOmsVJWosuzX+IMGRzeYUNytztrYznboIkQ==",
1019
- "license": "MIT",
1020
- "dependencies": {
1021
- "@rolldown/pluginutils": "1.0.0-rc.2"
1022
- },
1023
- "engines": {
1024
- "node": "^20.19.0 || >=22.12.0"
1025
- },
1026
- "peerDependencies": {
1027
- "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0",
1028
- "vue": "^3.2.25"
1029
- }
1030
- },
1031
- "node_modules/@vue/compiler-core": {
1032
- "version": "3.5.28",
1033
- "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.28.tgz",
1034
- "integrity": "sha512-kviccYxTgoE8n6OCw96BNdYlBg2GOWfBuOW4Vqwrt7mSKWKwFVvI8egdTltqRgITGPsTFYtKYfxIG8ptX2PJHQ==",
1035
- "license": "MIT",
1036
- "dependencies": {
1037
- "@babel/parser": "^7.29.0",
1038
- "@vue/shared": "3.5.28",
1039
- "entities": "^7.0.1",
1040
- "estree-walker": "^2.0.2",
1041
- "source-map-js": "^1.2.1"
1042
- }
1043
- },
1044
- "node_modules/@vue/compiler-core/node_modules/entities": {
1045
- "version": "7.0.1",
1046
- "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
1047
- "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
1048
- "license": "BSD-2-Clause",
1049
- "engines": {
1050
- "node": ">=0.12"
1051
- },
1052
- "funding": {
1053
- "url": "https://github.com/fb55/entities?sponsor=1"
1054
- }
1055
- },
1056
- "node_modules/@vue/compiler-dom": {
1057
- "version": "3.5.28",
1058
- "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.28.tgz",
1059
- "integrity": "sha512-/1ZepxAb159jKR1btkefDP+J2xuWL5V3WtleRmxaT+K2Aqiek/Ab/+Ebrw2pPj0sdHO8ViAyyJWfhXXOP/+LQA==",
1060
- "license": "MIT",
1061
- "dependencies": {
1062
- "@vue/compiler-core": "3.5.28",
1063
- "@vue/shared": "3.5.28"
1064
- }
1065
- },
1066
- "node_modules/@vue/compiler-sfc": {
1067
- "version": "3.5.28",
1068
- "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.28.tgz",
1069
- "integrity": "sha512-6TnKMiNkd6u6VeVDhZn/07KhEZuBSn43Wd2No5zaP5s3xm8IqFTHBj84HJah4UepSUJTro5SoqqlOY22FKY96g==",
1070
- "license": "MIT",
1071
- "dependencies": {
1072
- "@babel/parser": "^7.29.0",
1073
- "@vue/compiler-core": "3.5.28",
1074
- "@vue/compiler-dom": "3.5.28",
1075
- "@vue/compiler-ssr": "3.5.28",
1076
- "@vue/shared": "3.5.28",
1077
- "estree-walker": "^2.0.2",
1078
- "magic-string": "^0.30.21",
1079
- "postcss": "^8.5.6",
1080
- "source-map-js": "^1.2.1"
1081
- }
1082
- },
1083
- "node_modules/@vue/compiler-ssr": {
1084
- "version": "3.5.28",
1085
- "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.28.tgz",
1086
- "integrity": "sha512-JCq//9w1qmC6UGLWJX7RXzrGpKkroubey/ZFqTpvEIDJEKGgntuDMqkuWiZvzTzTA5h2qZvFBFHY7fAAa9475g==",
1087
- "license": "MIT",
1088
- "dependencies": {
1089
- "@vue/compiler-dom": "3.5.28",
1090
- "@vue/shared": "3.5.28"
1091
- }
1092
- },
1093
- "node_modules/@vue/devtools-api": {
1094
- "version": "8.0.7",
1095
- "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-8.0.7.tgz",
1096
- "integrity": "sha512-tc1TXAxclsn55JblLkFVcIRG7MeSJC4fWsPjfM7qu/IcmPUYnQ5Q8vzWwBpyDY24ZjmZTUCCwjRSNbx58IhlAA==",
1097
- "license": "MIT",
1098
- "dependencies": {
1099
- "@vue/devtools-kit": "^8.0.7"
1100
- }
1101
- },
1102
- "node_modules/@vue/devtools-kit": {
1103
- "version": "8.0.7",
1104
- "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-8.0.7.tgz",
1105
- "integrity": "sha512-H6esJGHGl5q0E9iV3m2EoBQHJ+V83WMW83A0/+Fn95eZ2iIvdsq4+UCS6yT/Fdd4cGZSchx/MdWDreM3WqMsDw==",
1106
- "license": "MIT",
1107
- "dependencies": {
1108
- "@vue/devtools-shared": "^8.0.7",
1109
- "birpc": "^2.6.1",
1110
- "hookable": "^5.5.3",
1111
- "perfect-debounce": "^2.0.0"
1112
- }
1113
- },
1114
- "node_modules/@vue/devtools-shared": {
1115
- "version": "8.0.7",
1116
- "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-8.0.7.tgz",
1117
- "integrity": "sha512-CgAb9oJH5NUmbQRdYDj/1zMiaICYSLtm+B1kxcP72LBrifGAjUmt8bx52dDH1gWRPlQgxGPqpAMKavzVirAEhA==",
1118
- "license": "MIT"
1119
- },
1120
- "node_modules/@vue/reactivity": {
1121
- "version": "3.5.28",
1122
- "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.28.tgz",
1123
- "integrity": "sha512-gr5hEsxvn+RNyu9/9o1WtdYdwDjg5FgjUSBEkZWqgTKlo/fvwZ2+8W6AfKsc9YN2k/+iHYdS9vZYAhpi10kNaw==",
1124
- "license": "MIT",
1125
- "dependencies": {
1126
- "@vue/shared": "3.5.28"
1127
- }
1128
- },
1129
- "node_modules/@vue/runtime-core": {
1130
- "version": "3.5.28",
1131
- "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.28.tgz",
1132
- "integrity": "sha512-POVHTdbgnrBBIpnbYU4y7pOMNlPn2QVxVzkvEA2pEgvzbelQq4ZOUxbp2oiyo+BOtiYlm8Q44wShHJoBvDPAjQ==",
1133
- "license": "MIT",
1134
- "dependencies": {
1135
- "@vue/reactivity": "3.5.28",
1136
- "@vue/shared": "3.5.28"
1137
- }
1138
- },
1139
- "node_modules/@vue/runtime-dom": {
1140
- "version": "3.5.28",
1141
- "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.28.tgz",
1142
- "integrity": "sha512-4SXxSF8SXYMuhAIkT+eBRqOkWEfPu6nhccrzrkioA6l0boiq7sp18HCOov9qWJA5HML61kW8p/cB4MmBiG9dSA==",
1143
- "license": "MIT",
1144
- "dependencies": {
1145
- "@vue/reactivity": "3.5.28",
1146
- "@vue/runtime-core": "3.5.28",
1147
- "@vue/shared": "3.5.28",
1148
- "csstype": "^3.2.3"
1149
- }
1150
- },
1151
- "node_modules/@vue/server-renderer": {
1152
- "version": "3.5.28",
1153
- "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.28.tgz",
1154
- "integrity": "sha512-pf+5ECKGj8fX95bNincbzJ6yp6nyzuLDhYZCeFxUNp8EBrQpPpQaLX3nNCp49+UbgbPun3CeVE+5CXVV1Xydfg==",
1155
- "license": "MIT",
1156
- "dependencies": {
1157
- "@vue/compiler-ssr": "3.5.28",
1158
- "@vue/shared": "3.5.28"
1159
- },
1160
- "peerDependencies": {
1161
- "vue": "3.5.28"
1162
- }
1163
- },
1164
- "node_modules/@vue/shared": {
1165
- "version": "3.5.28",
1166
- "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.28.tgz",
1167
- "integrity": "sha512-cfWa1fCGBxrvaHRhvV3Is0MgmrbSCxYTXCSCau2I0a1Xw1N1pHAvkWCiXPRAqjvToILvguNyEwjevUqAuBQWvQ==",
1168
- "license": "MIT"
1169
- },
1170
- "node_modules/@vueuse/core": {
1171
- "version": "14.2.1",
1172
- "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-14.2.1.tgz",
1173
- "integrity": "sha512-3vwDzV+GDUNpdegRY6kzpLm4Igptq+GA0QkJ3W61Iv27YWwW/ufSlOfgQIpN6FZRMG0mkaz4gglJRtq5SeJyIQ==",
1174
- "license": "MIT",
1175
- "dependencies": {
1176
- "@types/web-bluetooth": "^0.0.21",
1177
- "@vueuse/metadata": "14.2.1",
1178
- "@vueuse/shared": "14.2.1"
1179
- },
1180
- "funding": {
1181
- "url": "https://github.com/sponsors/antfu"
1182
- },
1183
- "peerDependencies": {
1184
- "vue": "^3.5.0"
1185
- }
1186
- },
1187
- "node_modules/@vueuse/integrations": {
1188
- "version": "14.2.1",
1189
- "resolved": "https://registry.npmjs.org/@vueuse/integrations/-/integrations-14.2.1.tgz",
1190
- "integrity": "sha512-2LIUpBi/67PoXJGqSDQUF0pgQWpNHh7beiA+KG2AbybcNm+pTGWT6oPGlBgUoDWmYwfeQqM/uzOHqcILpKL7nA==",
1191
- "license": "MIT",
1192
- "dependencies": {
1193
- "@vueuse/core": "14.2.1",
1194
- "@vueuse/shared": "14.2.1"
1195
- },
1196
- "funding": {
1197
- "url": "https://github.com/sponsors/antfu"
1198
- },
1199
- "peerDependencies": {
1200
- "async-validator": "^4",
1201
- "axios": "^1",
1202
- "change-case": "^5",
1203
- "drauu": "^0.4",
1204
- "focus-trap": "^7 || ^8",
1205
- "fuse.js": "^7",
1206
- "idb-keyval": "^6",
1207
- "jwt-decode": "^4",
1208
- "nprogress": "^0.2",
1209
- "qrcode": "^1.5",
1210
- "sortablejs": "^1",
1211
- "universal-cookie": "^7 || ^8",
1212
- "vue": "^3.5.0"
1213
- },
1214
- "peerDependenciesMeta": {
1215
- "async-validator": {
1216
- "optional": true
1217
- },
1218
- "axios": {
1219
- "optional": true
1220
- },
1221
- "change-case": {
1222
- "optional": true
1223
- },
1224
- "drauu": {
1225
- "optional": true
1226
- },
1227
- "focus-trap": {
1228
- "optional": true
1229
- },
1230
- "fuse.js": {
1231
- "optional": true
1232
- },
1233
- "idb-keyval": {
1234
- "optional": true
1235
- },
1236
- "jwt-decode": {
1237
- "optional": true
1238
- },
1239
- "nprogress": {
1240
- "optional": true
1241
- },
1242
- "qrcode": {
1243
- "optional": true
1244
- },
1245
- "sortablejs": {
1246
- "optional": true
1247
- },
1248
- "universal-cookie": {
1249
- "optional": true
1250
- }
1251
- }
1252
- },
1253
- "node_modules/@vueuse/metadata": {
1254
- "version": "14.2.1",
1255
- "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-14.2.1.tgz",
1256
- "integrity": "sha512-1ButlVtj5Sb/HDtIy1HFr1VqCP4G6Ypqt5MAo0lCgjokrk2mvQKsK2uuy0vqu/Ks+sHfuHo0B9Y9jn9xKdjZsw==",
1257
- "license": "MIT",
1258
- "funding": {
1259
- "url": "https://github.com/sponsors/antfu"
1260
- }
1261
- },
1262
- "node_modules/@vueuse/shared": {
1263
- "version": "14.2.1",
1264
- "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-14.2.1.tgz",
1265
- "integrity": "sha512-shTJncjV9JTI4oVNyF1FQonetYAiTBd+Qj7cY89SWbXSkx7gyhrgtEdF2ZAVWS1S3SHlaROO6F2IesJxQEkZBw==",
1266
- "license": "MIT",
1267
- "funding": {
1268
- "url": "https://github.com/sponsors/antfu"
1269
- },
1270
- "peerDependencies": {
1271
- "vue": "^3.5.0"
1272
- }
1273
- },
1274
- "node_modules/argparse": {
1275
- "version": "2.0.1",
1276
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
1277
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
1278
- "dev": true,
1279
- "license": "Python-2.0"
1280
- },
1281
- "node_modules/balanced-match": {
1282
- "version": "1.0.2",
1283
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
1284
- "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
1285
- "dev": true,
1286
- "license": "MIT"
1287
- },
1288
- "node_modules/birpc": {
1289
- "version": "2.9.0",
1290
- "resolved": "https://registry.npmjs.org/birpc/-/birpc-2.9.0.tgz",
1291
- "integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==",
1292
- "license": "MIT",
1293
- "funding": {
1294
- "url": "https://github.com/sponsors/antfu"
1295
- }
1296
- },
1297
- "node_modules/brace-expansion": {
1298
- "version": "2.0.2",
1299
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
1300
- "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
1301
- "dev": true,
1302
- "license": "MIT",
1303
- "dependencies": {
1304
- "balanced-match": "^1.0.0"
1305
- }
1306
- },
1307
- "node_modules/ccount": {
1308
- "version": "2.0.1",
1309
- "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
1310
- "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
1311
- "license": "MIT",
1312
- "funding": {
1313
- "type": "github",
1314
- "url": "https://github.com/sponsors/wooorm"
1315
- }
1316
- },
1317
- "node_modules/character-entities-html4": {
1318
- "version": "2.1.0",
1319
- "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
1320
- "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
1321
- "license": "MIT",
1322
- "funding": {
1323
- "type": "github",
1324
- "url": "https://github.com/sponsors/wooorm"
1325
- }
1326
- },
1327
- "node_modules/character-entities-legacy": {
1328
- "version": "3.0.0",
1329
- "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
1330
- "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
1331
- "license": "MIT",
1332
- "funding": {
1333
- "type": "github",
1334
- "url": "https://github.com/sponsors/wooorm"
1335
- }
1336
- },
1337
- "node_modules/comma-separated-tokens": {
1338
- "version": "2.0.3",
1339
- "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
1340
- "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
1341
- "license": "MIT",
1342
- "funding": {
1343
- "type": "github",
1344
- "url": "https://github.com/sponsors/wooorm"
1345
- }
1346
- },
1347
- "node_modules/csstype": {
1348
- "version": "3.2.3",
1349
- "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
1350
- "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
1351
- "license": "MIT"
1352
- },
1353
- "node_modules/dequal": {
1354
- "version": "2.0.3",
1355
- "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
1356
- "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
1357
- "license": "MIT",
1358
- "engines": {
1359
- "node": ">=6"
1360
- }
1361
- },
1362
- "node_modules/devlop": {
1363
- "version": "1.1.0",
1364
- "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
1365
- "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
1366
- "license": "MIT",
1367
- "dependencies": {
1368
- "dequal": "^2.0.0"
1369
- },
1370
- "funding": {
1371
- "type": "github",
1372
- "url": "https://github.com/sponsors/wooorm"
1373
- }
1374
- },
1375
- "node_modules/entities": {
1376
- "version": "4.5.0",
1377
- "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
1378
- "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
1379
- "dev": true,
1380
- "license": "BSD-2-Clause",
1381
- "engines": {
1382
- "node": ">=0.12"
1383
- },
1384
- "funding": {
1385
- "url": "https://github.com/fb55/entities?sponsor=1"
1386
- }
1387
- },
1388
- "node_modules/esbuild": {
1389
- "version": "0.27.3",
1390
- "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.3.tgz",
1391
- "integrity": "sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==",
1392
- "hasInstallScript": true,
1393
- "license": "MIT",
1394
- "bin": {
1395
- "esbuild": "bin/esbuild"
1396
- },
1397
- "engines": {
1398
- "node": ">=18"
1399
- },
1400
- "optionalDependencies": {
1401
- "@esbuild/aix-ppc64": "0.27.3",
1402
- "@esbuild/android-arm": "0.27.3",
1403
- "@esbuild/android-arm64": "0.27.3",
1404
- "@esbuild/android-x64": "0.27.3",
1405
- "@esbuild/darwin-arm64": "0.27.3",
1406
- "@esbuild/darwin-x64": "0.27.3",
1407
- "@esbuild/freebsd-arm64": "0.27.3",
1408
- "@esbuild/freebsd-x64": "0.27.3",
1409
- "@esbuild/linux-arm": "0.27.3",
1410
- "@esbuild/linux-arm64": "0.27.3",
1411
- "@esbuild/linux-ia32": "0.27.3",
1412
- "@esbuild/linux-loong64": "0.27.3",
1413
- "@esbuild/linux-mips64el": "0.27.3",
1414
- "@esbuild/linux-ppc64": "0.27.3",
1415
- "@esbuild/linux-riscv64": "0.27.3",
1416
- "@esbuild/linux-s390x": "0.27.3",
1417
- "@esbuild/linux-x64": "0.27.3",
1418
- "@esbuild/netbsd-arm64": "0.27.3",
1419
- "@esbuild/netbsd-x64": "0.27.3",
1420
- "@esbuild/openbsd-arm64": "0.27.3",
1421
- "@esbuild/openbsd-x64": "0.27.3",
1422
- "@esbuild/openharmony-arm64": "0.27.3",
1423
- "@esbuild/sunos-x64": "0.27.3",
1424
- "@esbuild/win32-arm64": "0.27.3",
1425
- "@esbuild/win32-ia32": "0.27.3",
1426
- "@esbuild/win32-x64": "0.27.3"
1427
- }
1428
- },
1429
- "node_modules/estree-walker": {
1430
- "version": "2.0.2",
1431
- "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
1432
- "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
1433
- "license": "MIT"
1434
- },
1435
- "node_modules/fdir": {
1436
- "version": "6.5.0",
1437
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
1438
- "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
1439
- "license": "MIT",
1440
- "engines": {
1441
- "node": ">=12.0.0"
1442
- },
1443
- "peerDependencies": {
1444
- "picomatch": "^3 || ^4"
1445
- },
1446
- "peerDependenciesMeta": {
1447
- "picomatch": {
1448
- "optional": true
1449
- }
1450
- }
1451
- },
1452
- "node_modules/focus-trap": {
1453
- "version": "7.8.0",
1454
- "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.8.0.tgz",
1455
- "integrity": "sha512-/yNdlIkpWbM0ptxno3ONTuf+2g318kh2ez3KSeZN5dZ8YC6AAmgeWz+GasYYiBJPFaYcSAPeu4GfhUaChzIJXA==",
1456
- "license": "MIT",
1457
- "dependencies": {
1458
- "tabbable": "^6.4.0"
1459
- }
1460
- },
1461
- "node_modules/fsevents": {
1462
- "version": "2.3.3",
1463
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
1464
- "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
1465
- "hasInstallScript": true,
1466
- "license": "MIT",
1467
- "optional": true,
1468
- "os": [
1469
- "darwin"
1470
- ],
1471
- "engines": {
1472
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1473
- }
1474
- },
1475
- "node_modules/hast-util-to-html": {
1476
- "version": "9.0.5",
1477
- "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz",
1478
- "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==",
1479
- "license": "MIT",
1480
- "dependencies": {
1481
- "@types/hast": "^3.0.0",
1482
- "@types/unist": "^3.0.0",
1483
- "ccount": "^2.0.0",
1484
- "comma-separated-tokens": "^2.0.0",
1485
- "hast-util-whitespace": "^3.0.0",
1486
- "html-void-elements": "^3.0.0",
1487
- "mdast-util-to-hast": "^13.0.0",
1488
- "property-information": "^7.0.0",
1489
- "space-separated-tokens": "^2.0.0",
1490
- "stringify-entities": "^4.0.0",
1491
- "zwitch": "^2.0.4"
1492
- },
1493
- "funding": {
1494
- "type": "opencollective",
1495
- "url": "https://opencollective.com/unified"
1496
- }
1497
- },
1498
- "node_modules/hast-util-whitespace": {
1499
- "version": "3.0.0",
1500
- "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
1501
- "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
1502
- "license": "MIT",
1503
- "dependencies": {
1504
- "@types/hast": "^3.0.0"
1505
- },
1506
- "funding": {
1507
- "type": "opencollective",
1508
- "url": "https://opencollective.com/unified"
1509
- }
1510
- },
1511
- "node_modules/hookable": {
1512
- "version": "5.5.3",
1513
- "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
1514
- "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
1515
- "license": "MIT"
1516
- },
1517
- "node_modules/html-void-elements": {
1518
- "version": "3.0.0",
1519
- "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz",
1520
- "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
1521
- "license": "MIT",
1522
- "funding": {
1523
- "type": "github",
1524
- "url": "https://github.com/sponsors/wooorm"
1525
- }
1526
- },
1527
- "node_modules/linkify-it": {
1528
- "version": "5.0.0",
1529
- "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
1530
- "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
1531
- "dev": true,
1532
- "license": "MIT",
1533
- "dependencies": {
1534
- "uc.micro": "^2.0.0"
1535
- }
1536
- },
1537
- "node_modules/lunr": {
1538
- "version": "2.3.9",
1539
- "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz",
1540
- "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==",
1541
- "dev": true,
1542
- "license": "MIT"
1543
- },
1544
- "node_modules/magic-string": {
1545
- "version": "0.30.21",
1546
- "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
1547
- "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
1548
- "license": "MIT",
1549
- "dependencies": {
1550
- "@jridgewell/sourcemap-codec": "^1.5.5"
1551
- }
1552
- },
1553
- "node_modules/mark.js": {
1554
- "version": "8.11.1",
1555
- "resolved": "https://registry.npmjs.org/mark.js/-/mark.js-8.11.1.tgz",
1556
- "integrity": "sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==",
1557
- "license": "MIT"
1558
- },
1559
- "node_modules/markdown-it": {
1560
- "version": "14.1.1",
1561
- "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.1.tgz",
1562
- "integrity": "sha512-BuU2qnTti9YKgK5N+IeMubp14ZUKUUw7yeJbkjtosvHiP0AZ5c8IAgEMk79D0eC8F23r4Ac/q8cAIFdm2FtyoA==",
1563
- "dev": true,
1564
- "license": "MIT",
1565
- "dependencies": {
1566
- "argparse": "^2.0.1",
1567
- "entities": "^4.4.0",
1568
- "linkify-it": "^5.0.0",
1569
- "mdurl": "^2.0.0",
1570
- "punycode.js": "^2.3.1",
1571
- "uc.micro": "^2.1.0"
1572
- },
1573
- "bin": {
1574
- "markdown-it": "bin/markdown-it.mjs"
1575
- }
1576
- },
1577
- "node_modules/mdast-util-to-hast": {
1578
- "version": "13.2.1",
1579
- "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz",
1580
- "integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==",
1581
- "license": "MIT",
1582
- "dependencies": {
1583
- "@types/hast": "^3.0.0",
1584
- "@types/mdast": "^4.0.0",
1585
- "@ungap/structured-clone": "^1.0.0",
1586
- "devlop": "^1.0.0",
1587
- "micromark-util-sanitize-uri": "^2.0.0",
1588
- "trim-lines": "^3.0.0",
1589
- "unist-util-position": "^5.0.0",
1590
- "unist-util-visit": "^5.0.0",
1591
- "vfile": "^6.0.0"
1592
- },
1593
- "funding": {
1594
- "type": "opencollective",
1595
- "url": "https://opencollective.com/unified"
1596
- }
1597
- },
1598
- "node_modules/mdurl": {
1599
- "version": "2.0.0",
1600
- "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
1601
- "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==",
1602
- "dev": true,
1603
- "license": "MIT"
1604
- },
1605
- "node_modules/micromark-util-character": {
1606
- "version": "2.1.1",
1607
- "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
1608
- "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
1609
- "funding": [
1610
- {
1611
- "type": "GitHub Sponsors",
1612
- "url": "https://github.com/sponsors/unifiedjs"
1613
- },
1614
- {
1615
- "type": "OpenCollective",
1616
- "url": "https://opencollective.com/unified"
1617
- }
1618
- ],
1619
- "license": "MIT",
1620
- "dependencies": {
1621
- "micromark-util-symbol": "^2.0.0",
1622
- "micromark-util-types": "^2.0.0"
1623
- }
1624
- },
1625
- "node_modules/micromark-util-encode": {
1626
- "version": "2.0.1",
1627
- "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
1628
- "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
1629
- "funding": [
1630
- {
1631
- "type": "GitHub Sponsors",
1632
- "url": "https://github.com/sponsors/unifiedjs"
1633
- },
1634
- {
1635
- "type": "OpenCollective",
1636
- "url": "https://opencollective.com/unified"
1637
- }
1638
- ],
1639
- "license": "MIT"
1640
- },
1641
- "node_modules/micromark-util-sanitize-uri": {
1642
- "version": "2.0.1",
1643
- "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
1644
- "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
1645
- "funding": [
1646
- {
1647
- "type": "GitHub Sponsors",
1648
- "url": "https://github.com/sponsors/unifiedjs"
1649
- },
1650
- {
1651
- "type": "OpenCollective",
1652
- "url": "https://opencollective.com/unified"
1653
- }
1654
- ],
1655
- "license": "MIT",
1656
- "dependencies": {
1657
- "micromark-util-character": "^2.0.0",
1658
- "micromark-util-encode": "^2.0.0",
1659
- "micromark-util-symbol": "^2.0.0"
1660
- }
1661
- },
1662
- "node_modules/micromark-util-symbol": {
1663
- "version": "2.0.1",
1664
- "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
1665
- "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
1666
- "funding": [
1667
- {
1668
- "type": "GitHub Sponsors",
1669
- "url": "https://github.com/sponsors/unifiedjs"
1670
- },
1671
- {
1672
- "type": "OpenCollective",
1673
- "url": "https://opencollective.com/unified"
1674
- }
1675
- ],
1676
- "license": "MIT"
1677
- },
1678
- "node_modules/micromark-util-types": {
1679
- "version": "2.0.2",
1680
- "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
1681
- "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
1682
- "funding": [
1683
- {
1684
- "type": "GitHub Sponsors",
1685
- "url": "https://github.com/sponsors/unifiedjs"
1686
- },
1687
- {
1688
- "type": "OpenCollective",
1689
- "url": "https://opencollective.com/unified"
1690
- }
1691
- ],
1692
- "license": "MIT"
1693
- },
1694
- "node_modules/minimatch": {
1695
- "version": "9.0.9",
1696
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
1697
- "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
1698
- "dev": true,
1699
- "license": "ISC",
1700
- "dependencies": {
1701
- "brace-expansion": "^2.0.2"
1702
- },
1703
- "engines": {
1704
- "node": ">=16 || 14 >=14.17"
1705
- },
1706
- "funding": {
1707
- "url": "https://github.com/sponsors/isaacs"
1708
- }
1709
- },
1710
- "node_modules/minisearch": {
1711
- "version": "7.2.0",
1712
- "resolved": "https://registry.npmjs.org/minisearch/-/minisearch-7.2.0.tgz",
1713
- "integrity": "sha512-dqT2XBYUOZOiC5t2HRnwADjhNS2cecp9u+TJRiJ1Qp/f5qjkeT5APcGPjHw+bz89Ms8Jp+cG4AlE+QZ/QnDglg==",
1714
- "license": "MIT"
1715
- },
1716
- "node_modules/nanoid": {
1717
- "version": "3.3.11",
1718
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
1719
- "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
1720
- "funding": [
1721
- {
1722
- "type": "github",
1723
- "url": "https://github.com/sponsors/ai"
1724
- }
1725
- ],
1726
- "license": "MIT",
1727
- "bin": {
1728
- "nanoid": "bin/nanoid.cjs"
1729
- },
1730
- "engines": {
1731
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
1732
- }
1733
- },
1734
- "node_modules/oniguruma-parser": {
1735
- "version": "0.12.1",
1736
- "resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.12.1.tgz",
1737
- "integrity": "sha512-8Unqkvk1RYc6yq2WBYRj4hdnsAxVze8i7iPfQr8e4uSP3tRv0rpZcbGUDvxfQQcdwHt/e9PrMvGCsa8OqG9X3w==",
1738
- "license": "MIT"
1739
- },
1740
- "node_modules/oniguruma-to-es": {
1741
- "version": "4.3.4",
1742
- "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.4.tgz",
1743
- "integrity": "sha512-3VhUGN3w2eYxnTzHn+ikMI+fp/96KoRSVK9/kMTcFqj1NRDh2IhQCKvYxDnWePKRXY/AqH+Fuiyb7VHSzBjHfA==",
1744
- "license": "MIT",
1745
- "dependencies": {
1746
- "oniguruma-parser": "^0.12.1",
1747
- "regex": "^6.0.1",
1748
- "regex-recursion": "^6.0.2"
1749
- }
1750
- },
1751
- "node_modules/perfect-debounce": {
1752
- "version": "2.1.0",
1753
- "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
1754
- "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
1755
- "license": "MIT"
1756
- },
1757
- "node_modules/picocolors": {
1758
- "version": "1.1.1",
1759
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
1760
- "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
1761
- "license": "ISC"
1762
- },
1763
- "node_modules/picomatch": {
1764
- "version": "4.0.3",
1765
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
1766
- "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
1767
- "license": "MIT",
1768
- "engines": {
1769
- "node": ">=12"
1770
- },
1771
- "funding": {
1772
- "url": "https://github.com/sponsors/jonschlinkert"
1773
- }
1774
- },
1775
- "node_modules/postcss": {
1776
- "version": "8.5.6",
1777
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
1778
- "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
1779
- "funding": [
1780
- {
1781
- "type": "opencollective",
1782
- "url": "https://opencollective.com/postcss/"
1783
- },
1784
- {
1785
- "type": "tidelift",
1786
- "url": "https://tidelift.com/funding/github/npm/postcss"
1787
- },
1788
- {
1789
- "type": "github",
1790
- "url": "https://github.com/sponsors/ai"
1791
- }
1792
- ],
1793
- "license": "MIT",
1794
- "dependencies": {
1795
- "nanoid": "^3.3.11",
1796
- "picocolors": "^1.1.1",
1797
- "source-map-js": "^1.2.1"
1798
- },
1799
- "engines": {
1800
- "node": "^10 || ^12 || >=14"
1801
- }
1802
- },
1803
- "node_modules/property-information": {
1804
- "version": "7.1.0",
1805
- "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz",
1806
- "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==",
1807
- "license": "MIT",
1808
- "funding": {
1809
- "type": "github",
1810
- "url": "https://github.com/sponsors/wooorm"
1811
- }
1812
- },
1813
- "node_modules/punycode.js": {
1814
- "version": "2.3.1",
1815
- "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz",
1816
- "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
1817
- "dev": true,
1818
- "license": "MIT",
1819
- "engines": {
1820
- "node": ">=6"
1821
- }
1822
- },
1823
- "node_modules/regex": {
1824
- "version": "6.1.0",
1825
- "resolved": "https://registry.npmjs.org/regex/-/regex-6.1.0.tgz",
1826
- "integrity": "sha512-6VwtthbV4o/7+OaAF9I5L5V3llLEsoPyq9P1JVXkedTP33c7MfCG0/5NOPcSJn0TzXcG9YUrR0gQSWioew3LDg==",
1827
- "license": "MIT",
1828
- "dependencies": {
1829
- "regex-utilities": "^2.3.0"
1830
- }
1831
- },
1832
- "node_modules/regex-recursion": {
1833
- "version": "6.0.2",
1834
- "resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-6.0.2.tgz",
1835
- "integrity": "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==",
1836
- "license": "MIT",
1837
- "dependencies": {
1838
- "regex-utilities": "^2.3.0"
1839
- }
1840
- },
1841
- "node_modules/regex-utilities": {
1842
- "version": "2.3.0",
1843
- "resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz",
1844
- "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==",
1845
- "license": "MIT"
1846
- },
1847
- "node_modules/rollup": {
1848
- "version": "4.59.0",
1849
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.59.0.tgz",
1850
- "integrity": "sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==",
1851
- "license": "MIT",
1852
- "dependencies": {
1853
- "@types/estree": "1.0.8"
1854
- },
1855
- "bin": {
1856
- "rollup": "dist/bin/rollup"
1857
- },
1858
- "engines": {
1859
- "node": ">=18.0.0",
1860
- "npm": ">=8.0.0"
1861
- },
1862
- "optionalDependencies": {
1863
- "@rollup/rollup-android-arm-eabi": "4.59.0",
1864
- "@rollup/rollup-android-arm64": "4.59.0",
1865
- "@rollup/rollup-darwin-arm64": "4.59.0",
1866
- "@rollup/rollup-darwin-x64": "4.59.0",
1867
- "@rollup/rollup-freebsd-arm64": "4.59.0",
1868
- "@rollup/rollup-freebsd-x64": "4.59.0",
1869
- "@rollup/rollup-linux-arm-gnueabihf": "4.59.0",
1870
- "@rollup/rollup-linux-arm-musleabihf": "4.59.0",
1871
- "@rollup/rollup-linux-arm64-gnu": "4.59.0",
1872
- "@rollup/rollup-linux-arm64-musl": "4.59.0",
1873
- "@rollup/rollup-linux-loong64-gnu": "4.59.0",
1874
- "@rollup/rollup-linux-loong64-musl": "4.59.0",
1875
- "@rollup/rollup-linux-ppc64-gnu": "4.59.0",
1876
- "@rollup/rollup-linux-ppc64-musl": "4.59.0",
1877
- "@rollup/rollup-linux-riscv64-gnu": "4.59.0",
1878
- "@rollup/rollup-linux-riscv64-musl": "4.59.0",
1879
- "@rollup/rollup-linux-s390x-gnu": "4.59.0",
1880
- "@rollup/rollup-linux-x64-gnu": "4.59.0",
1881
- "@rollup/rollup-linux-x64-musl": "4.59.0",
1882
- "@rollup/rollup-openbsd-x64": "4.59.0",
1883
- "@rollup/rollup-openharmony-arm64": "4.59.0",
1884
- "@rollup/rollup-win32-arm64-msvc": "4.59.0",
1885
- "@rollup/rollup-win32-ia32-msvc": "4.59.0",
1886
- "@rollup/rollup-win32-x64-gnu": "4.59.0",
1887
- "@rollup/rollup-win32-x64-msvc": "4.59.0",
1888
- "fsevents": "~2.3.2"
1889
- }
1890
- },
1891
- "node_modules/shiki": {
1892
- "version": "3.23.0",
1893
- "resolved": "https://registry.npmjs.org/shiki/-/shiki-3.23.0.tgz",
1894
- "integrity": "sha512-55Dj73uq9ZXL5zyeRPzHQsK7Nbyt6Y10k5s7OjuFZGMhpp4r/rsLBH0o/0fstIzX1Lep9VxefWljK/SKCzygIA==",
1895
- "license": "MIT",
1896
- "dependencies": {
1897
- "@shikijs/core": "3.23.0",
1898
- "@shikijs/engine-javascript": "3.23.0",
1899
- "@shikijs/engine-oniguruma": "3.23.0",
1900
- "@shikijs/langs": "3.23.0",
1901
- "@shikijs/themes": "3.23.0",
1902
- "@shikijs/types": "3.23.0",
1903
- "@shikijs/vscode-textmate": "^10.0.2",
1904
- "@types/hast": "^3.0.4"
1905
- }
1906
- },
1907
- "node_modules/source-map-js": {
1908
- "version": "1.2.1",
1909
- "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
1910
- "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
1911
- "license": "BSD-3-Clause",
1912
- "engines": {
1913
- "node": ">=0.10.0"
1914
- }
1915
- },
1916
- "node_modules/space-separated-tokens": {
1917
- "version": "2.0.2",
1918
- "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
1919
- "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
1920
- "license": "MIT",
1921
- "funding": {
1922
- "type": "github",
1923
- "url": "https://github.com/sponsors/wooorm"
1924
- }
1925
- },
1926
- "node_modules/state-local": {
1927
- "version": "1.0.7",
1928
- "resolved": "https://registry.npmjs.org/state-local/-/state-local-1.0.7.tgz",
1929
- "integrity": "sha512-HTEHMNieakEnoe33shBYcZ7NX83ACUjCu8c40iOGEZsngj9zRnkqS9j1pqQPXwobB0ZcVTk27REb7COQ0UR59w==",
1930
- "license": "MIT"
1931
- },
1932
- "node_modules/stringify-entities": {
1933
- "version": "4.0.4",
1934
- "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
1935
- "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
1936
- "license": "MIT",
1937
- "dependencies": {
1938
- "character-entities-html4": "^2.0.0",
1939
- "character-entities-legacy": "^3.0.0"
1940
- },
1941
- "funding": {
1942
- "type": "github",
1943
- "url": "https://github.com/sponsors/wooorm"
1944
- }
1945
- },
1946
- "node_modules/tabbable": {
1947
- "version": "6.4.0",
1948
- "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.4.0.tgz",
1949
- "integrity": "sha512-05PUHKSNE8ou2dwIxTngl4EzcnsCDZGJ/iCLtDflR/SHB/ny14rXc+qU5P4mG9JkusiV7EivzY9Mhm55AzAvCg==",
1950
- "license": "MIT"
1951
- },
1952
- "node_modules/tinyglobby": {
1953
- "version": "0.2.15",
1954
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
1955
- "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
1956
- "license": "MIT",
1957
- "dependencies": {
1958
- "fdir": "^6.5.0",
1959
- "picomatch": "^4.0.3"
1960
- },
1961
- "engines": {
1962
- "node": ">=12.0.0"
1963
- },
1964
- "funding": {
1965
- "url": "https://github.com/sponsors/SuperchupuDev"
1966
- }
1967
- },
1968
- "node_modules/trim-lines": {
1969
- "version": "3.0.1",
1970
- "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
1971
- "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
1972
- "license": "MIT",
1973
- "funding": {
1974
- "type": "github",
1975
- "url": "https://github.com/sponsors/wooorm"
1976
- }
1977
- },
1978
- "node_modules/typedoc": {
1979
- "version": "0.28.17",
1980
- "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.28.17.tgz",
1981
- "integrity": "sha512-ZkJ2G7mZrbxrKxinTQMjFqsCoYY6a5Luwv2GKbTnBCEgV2ihYm5CflA9JnJAwH0pZWavqfYxmDkFHPt4yx2oDQ==",
1982
- "dev": true,
1983
- "license": "Apache-2.0",
1984
- "dependencies": {
1985
- "@gerrit0/mini-shiki": "^3.17.0",
1986
- "lunr": "^2.3.9",
1987
- "markdown-it": "^14.1.0",
1988
- "minimatch": "^9.0.5",
1989
- "yaml": "^2.8.1"
1990
- },
1991
- "bin": {
1992
- "typedoc": "bin/typedoc"
1993
- },
1994
- "engines": {
1995
- "node": ">= 18",
1996
- "pnpm": ">= 10"
1997
- },
1998
- "peerDependencies": {
1999
- "typescript": "5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x || 5.9.x"
2000
- }
2001
- },
2002
- "node_modules/typedoc-plugin-markdown": {
2003
- "version": "4.10.0",
2004
- "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.10.0.tgz",
2005
- "integrity": "sha512-psrg8Rtnv4HPWCsoxId+MzEN8TVK5jeKCnTbnGAbTBqcDapR9hM41bJT/9eAyKn9C2MDG9Qjh3MkltAYuLDoXg==",
2006
- "dev": true,
2007
- "license": "MIT",
2008
- "engines": {
2009
- "node": ">= 18"
2010
- },
2011
- "peerDependencies": {
2012
- "typedoc": "0.28.x"
2013
- }
2014
- },
2015
- "node_modules/typedoc-plugin-mdn-links": {
2016
- "version": "5.1.1",
2017
- "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-5.1.1.tgz",
2018
- "integrity": "sha512-fLlYudnlGkE9uspOEm/SBXwr+G0RbxoDZiHAVsCg+5NwKe2aUxjZK1YyQfleNZydImanzkX2oUJF29xbEeOSWw==",
2019
- "dev": true,
2020
- "license": "MIT",
2021
- "peerDependencies": {
2022
- "typedoc": "0.27.x || 0.28.x"
2023
- }
2024
- },
2025
- "node_modules/typedoc-plugin-no-inherit": {
2026
- "version": "1.6.1",
2027
- "resolved": "https://registry.npmjs.org/typedoc-plugin-no-inherit/-/typedoc-plugin-no-inherit-1.6.1.tgz",
2028
- "integrity": "sha512-+qf0RkO5YR9kUBBS1HqzzDOsWOnLcXTtGL0f2ia4jDQAjGrtF0+po/0R8k3UNtBqyDzL273aaV3FIGHEX+U/tg==",
2029
- "dev": true,
2030
- "license": "MIT",
2031
- "peerDependencies": {
2032
- "typedoc": "0.26.x || 0.27.x || 0.28.x"
2033
- }
2034
- },
2035
- "node_modules/typescript": {
2036
- "version": "5.9.3",
2037
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
2038
- "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
2039
- "devOptional": true,
2040
- "license": "Apache-2.0",
2041
- "peer": true,
2042
- "bin": {
2043
- "tsc": "bin/tsc",
2044
- "tsserver": "bin/tsserver"
2045
- },
2046
- "engines": {
2047
- "node": ">=14.17"
2048
- }
2049
- },
2050
- "node_modules/uc.micro": {
2051
- "version": "2.1.0",
2052
- "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
2053
- "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
2054
- "dev": true,
2055
- "license": "MIT"
2056
- },
2057
- "node_modules/unist-util-is": {
2058
- "version": "6.0.1",
2059
- "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
2060
- "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
2061
- "license": "MIT",
2062
- "dependencies": {
2063
- "@types/unist": "^3.0.0"
2064
- },
2065
- "funding": {
2066
- "type": "opencollective",
2067
- "url": "https://opencollective.com/unified"
2068
- }
2069
- },
2070
- "node_modules/unist-util-position": {
2071
- "version": "5.0.0",
2072
- "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
2073
- "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
2074
- "license": "MIT",
2075
- "dependencies": {
2076
- "@types/unist": "^3.0.0"
2077
- },
2078
- "funding": {
2079
- "type": "opencollective",
2080
- "url": "https://opencollective.com/unified"
2081
- }
2082
- },
2083
- "node_modules/unist-util-stringify-position": {
2084
- "version": "4.0.0",
2085
- "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
2086
- "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
2087
- "license": "MIT",
2088
- "dependencies": {
2089
- "@types/unist": "^3.0.0"
2090
- },
2091
- "funding": {
2092
- "type": "opencollective",
2093
- "url": "https://opencollective.com/unified"
2094
- }
2095
- },
2096
- "node_modules/unist-util-visit": {
2097
- "version": "5.1.0",
2098
- "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz",
2099
- "integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==",
2100
- "license": "MIT",
2101
- "dependencies": {
2102
- "@types/unist": "^3.0.0",
2103
- "unist-util-is": "^6.0.0",
2104
- "unist-util-visit-parents": "^6.0.0"
2105
- },
2106
- "funding": {
2107
- "type": "opencollective",
2108
- "url": "https://opencollective.com/unified"
2109
- }
2110
- },
2111
- "node_modules/unist-util-visit-parents": {
2112
- "version": "6.0.2",
2113
- "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
2114
- "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
2115
- "license": "MIT",
2116
- "dependencies": {
2117
- "@types/unist": "^3.0.0",
2118
- "unist-util-is": "^6.0.0"
2119
- },
2120
- "funding": {
2121
- "type": "opencollective",
2122
- "url": "https://opencollective.com/unified"
2123
- }
2124
- },
2125
- "node_modules/vfile": {
2126
- "version": "6.0.3",
2127
- "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
2128
- "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
2129
- "license": "MIT",
2130
- "dependencies": {
2131
- "@types/unist": "^3.0.0",
2132
- "vfile-message": "^4.0.0"
2133
- },
2134
- "funding": {
2135
- "type": "opencollective",
2136
- "url": "https://opencollective.com/unified"
2137
- }
2138
- },
2139
- "node_modules/vfile-message": {
2140
- "version": "4.0.3",
2141
- "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz",
2142
- "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
2143
- "license": "MIT",
2144
- "dependencies": {
2145
- "@types/unist": "^3.0.0",
2146
- "unist-util-stringify-position": "^4.0.0"
2147
- },
2148
- "funding": {
2149
- "type": "opencollective",
2150
- "url": "https://opencollective.com/unified"
2151
- }
2152
- },
2153
- "node_modules/vite": {
2154
- "version": "7.3.1",
2155
- "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz",
2156
- "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==",
2157
- "license": "MIT",
2158
- "dependencies": {
2159
- "esbuild": "^0.27.0",
2160
- "fdir": "^6.5.0",
2161
- "picomatch": "^4.0.3",
2162
- "postcss": "^8.5.6",
2163
- "rollup": "^4.43.0",
2164
- "tinyglobby": "^0.2.15"
2165
- },
2166
- "bin": {
2167
- "vite": "bin/vite.js"
2168
- },
2169
- "engines": {
2170
- "node": "^20.19.0 || >=22.12.0"
2171
- },
2172
- "funding": {
2173
- "url": "https://github.com/vitejs/vite?sponsor=1"
2174
- },
2175
- "optionalDependencies": {
2176
- "fsevents": "~2.3.3"
2177
- },
2178
- "peerDependencies": {
2179
- "@types/node": "^20.19.0 || >=22.12.0",
2180
- "jiti": ">=1.21.0",
2181
- "less": "^4.0.0",
2182
- "lightningcss": "^1.21.0",
2183
- "sass": "^1.70.0",
2184
- "sass-embedded": "^1.70.0",
2185
- "stylus": ">=0.54.8",
2186
- "sugarss": "^5.0.0",
2187
- "terser": "^5.16.0",
2188
- "tsx": "^4.8.1",
2189
- "yaml": "^2.4.2"
2190
- },
2191
- "peerDependenciesMeta": {
2192
- "@types/node": {
2193
- "optional": true
2194
- },
2195
- "jiti": {
2196
- "optional": true
2197
- },
2198
- "less": {
2199
- "optional": true
2200
- },
2201
- "lightningcss": {
2202
- "optional": true
2203
- },
2204
- "sass": {
2205
- "optional": true
2206
- },
2207
- "sass-embedded": {
2208
- "optional": true
2209
- },
2210
- "stylus": {
2211
- "optional": true
2212
- },
2213
- "sugarss": {
2214
- "optional": true
2215
- },
2216
- "terser": {
2217
- "optional": true
2218
- },
2219
- "tsx": {
2220
- "optional": true
2221
- },
2222
- "yaml": {
2223
- "optional": true
2224
- }
2225
- }
2226
- },
2227
- "node_modules/vitepress": {
2228
- "version": "2.0.0-alpha.16",
2229
- "resolved": "https://registry.npmjs.org/vitepress/-/vitepress-2.0.0-alpha.16.tgz",
2230
- "integrity": "sha512-w1nwsefDVIsje7BZr2tsKxkZutDGjG0YoQ2yxO7+a9tvYVqfljYbwj5LMYkPy8Tb7YbPwa22HtIhk62jbrvuEQ==",
2231
- "license": "MIT",
2232
- "dependencies": {
2233
- "@docsearch/css": "^4.5.3",
2234
- "@docsearch/js": "^4.5.3",
2235
- "@docsearch/sidepanel-js": "^4.5.3",
2236
- "@iconify-json/simple-icons": "^1.2.68",
2237
- "@shikijs/core": "^3.21.0",
2238
- "@shikijs/transformers": "^3.21.0",
2239
- "@shikijs/types": "^3.21.0",
2240
- "@types/markdown-it": "^14.1.2",
2241
- "@vitejs/plugin-vue": "^6.0.3",
2242
- "@vue/devtools-api": "^8.0.5",
2243
- "@vue/shared": "^3.5.27",
2244
- "@vueuse/core": "^14.1.0",
2245
- "@vueuse/integrations": "^14.1.0",
2246
- "focus-trap": "^7.8.0",
2247
- "mark.js": "8.11.1",
2248
- "minisearch": "^7.2.0",
2249
- "shiki": "^3.21.0",
2250
- "vite": "^7.3.1",
2251
- "vue": "^3.5.27"
2252
- },
2253
- "bin": {
2254
- "vitepress": "bin/vitepress.js"
2255
- },
2256
- "peerDependencies": {
2257
- "markdown-it-mathjax3": "^4",
2258
- "oxc-minify": "*",
2259
- "postcss": "^8"
2260
- },
2261
- "peerDependenciesMeta": {
2262
- "markdown-it-mathjax3": {
2263
- "optional": true
2264
- },
2265
- "oxc-minify": {
2266
- "optional": true
2267
- },
2268
- "postcss": {
2269
- "optional": true
2270
- }
2271
- }
2272
- },
2273
- "node_modules/vue": {
2274
- "version": "3.5.28",
2275
- "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.28.tgz",
2276
- "integrity": "sha512-BRdrNfeoccSoIZeIhyPBfvWSLFP4q8J3u8Ju8Ug5vu3LdD+yTM13Sg4sKtljxozbnuMu1NB1X5HBHRYUzFocKg==",
2277
- "license": "MIT",
2278
- "dependencies": {
2279
- "@vue/compiler-dom": "3.5.28",
2280
- "@vue/compiler-sfc": "3.5.28",
2281
- "@vue/runtime-dom": "3.5.28",
2282
- "@vue/server-renderer": "3.5.28",
2283
- "@vue/shared": "3.5.28"
2284
- },
2285
- "peerDependencies": {
2286
- "typescript": "*"
2287
- },
2288
- "peerDependenciesMeta": {
2289
- "typescript": {
2290
- "optional": true
2291
- }
2292
- }
2293
- },
2294
- "node_modules/yaml": {
2295
- "version": "2.8.2",
2296
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz",
2297
- "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
2298
- "devOptional": true,
2299
- "license": "ISC",
2300
- "bin": {
2301
- "yaml": "bin.mjs"
2302
- },
2303
- "engines": {
2304
- "node": ">= 14.6"
2305
- },
2306
- "funding": {
2307
- "url": "https://github.com/sponsors/eemeli"
2308
- }
2309
- },
2310
- "node_modules/zwitch": {
2311
- "version": "2.0.4",
2312
- "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
2313
- "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
2314
- "license": "MIT",
2315
- "funding": {
2316
- "type": "github",
2317
- "url": "https://github.com/sponsors/wooorm"
2318
- }
2319
- }
2320
- }
2321
- }