coding-friend-cli 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/dist/chunk-6CGGT2FD.js +32 -0
  2. package/dist/chunk-6DUFTBTO.js +14 -0
  3. package/dist/chunk-AQXTNLQD.js +39 -0
  4. package/dist/chunk-HRVSKMNA.js +31 -0
  5. package/dist/chunk-IUTXHCP7.js +28 -0
  6. package/dist/chunk-KZT4AFDW.js +44 -0
  7. package/dist/chunk-VHZQ6KEU.js +73 -0
  8. package/dist/host-3GAEZKKJ.js +83 -0
  9. package/dist/index.d.ts +1 -0
  10. package/dist/index.js +34 -0
  11. package/dist/init-ONRXFOZ5.js +431 -0
  12. package/dist/json-2XS56OJY.js +10 -0
  13. package/dist/mcp-LMMIFH4B.js +104 -0
  14. package/dist/postinstall.d.ts +1 -0
  15. package/dist/postinstall.js +8 -0
  16. package/dist/statusline-7D6YU5YM.js +64 -0
  17. package/dist/update-K5PYOB52.js +160 -0
  18. package/lib/learn-host/next-env.d.ts +6 -0
  19. package/lib/learn-host/next.config.ts +9 -0
  20. package/lib/learn-host/package-lock.json +3943 -0
  21. package/lib/learn-host/package.json +31 -0
  22. package/lib/learn-host/postcss.config.mjs +7 -0
  23. package/lib/learn-host/scripts/build-search-index.ts +11 -0
  24. package/lib/learn-host/src/app/[category]/[slug]/page.tsx +61 -0
  25. package/lib/learn-host/src/app/[category]/page.tsx +35 -0
  26. package/lib/learn-host/src/app/globals.css +31 -0
  27. package/lib/learn-host/src/app/layout.tsx +32 -0
  28. package/lib/learn-host/src/app/page.tsx +63 -0
  29. package/lib/learn-host/src/app/search/page.tsx +94 -0
  30. package/lib/learn-host/src/app/search/search-index.json +42 -0
  31. package/lib/learn-host/src/components/Breadcrumbs.tsx +28 -0
  32. package/lib/learn-host/src/components/DocCard.tsx +32 -0
  33. package/lib/learn-host/src/components/MarkdownRenderer.tsx +13 -0
  34. package/lib/learn-host/src/components/MobileNav.tsx +56 -0
  35. package/lib/learn-host/src/components/SearchBar.tsx +36 -0
  36. package/lib/learn-host/src/components/Sidebar.tsx +44 -0
  37. package/lib/learn-host/src/components/TagBadge.tsx +12 -0
  38. package/lib/learn-host/src/components/ThemeToggle.tsx +30 -0
  39. package/lib/learn-host/src/lib/docs.ts +113 -0
  40. package/lib/learn-host/src/lib/search.ts +27 -0
  41. package/lib/learn-host/src/lib/types.ts +31 -0
  42. package/lib/learn-host/tsconfig.json +21 -0
  43. package/lib/learn-mcp/package-lock.json +1829 -0
  44. package/lib/learn-mcp/package.json +24 -0
  45. package/lib/learn-mcp/src/bin/learn-mcp.ts +2 -0
  46. package/lib/learn-mcp/src/index.ts +17 -0
  47. package/lib/learn-mcp/src/lib/docs.ts +199 -0
  48. package/lib/learn-mcp/src/lib/knowledge.ts +95 -0
  49. package/lib/learn-mcp/src/lib/types.ts +36 -0
  50. package/lib/learn-mcp/src/server.ts +22 -0
  51. package/lib/learn-mcp/src/tools/create-doc.ts +29 -0
  52. package/lib/learn-mcp/src/tools/get-review-list.ts +29 -0
  53. package/lib/learn-mcp/src/tools/improve-doc.ts +95 -0
  54. package/lib/learn-mcp/src/tools/list-categories.ts +19 -0
  55. package/lib/learn-mcp/src/tools/list-docs.ts +30 -0
  56. package/lib/learn-mcp/src/tools/read-doc.ts +29 -0
  57. package/lib/learn-mcp/src/tools/search-docs.ts +23 -0
  58. package/lib/learn-mcp/src/tools/track-knowledge.ts +35 -0
  59. package/lib/learn-mcp/src/tools/update-doc.ts +43 -0
  60. package/lib/learn-mcp/tsconfig.json +15 -0
  61. package/package.json +47 -0
@@ -0,0 +1,3943 @@
1
+ {
2
+ "name": "coding-friend-learn-host",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "coding-friend-learn-host",
9
+ "version": "1.0.0",
10
+ "dependencies": {
11
+ "gray-matter": "^4.0.3",
12
+ "next": "^15.1.0",
13
+ "next-themes": "^0.4.0",
14
+ "react": "^19.0.0",
15
+ "react-dom": "^19.0.0",
16
+ "react-markdown": "^9.0.0",
17
+ "rehype-highlight": "^7.0.0",
18
+ "remark-gfm": "^4.0.0"
19
+ },
20
+ "devDependencies": {
21
+ "@tailwindcss/postcss": "^4.0.0",
22
+ "@tailwindcss/typography": "^0.5.0",
23
+ "@types/node": "^22.0.0",
24
+ "@types/react": "^19.0.0",
25
+ "@types/react-dom": "^19.0.0",
26
+ "tailwindcss": "^4.0.0",
27
+ "tsx": "^4.0.0",
28
+ "typescript": "^5.7.0"
29
+ }
30
+ },
31
+ "node_modules/@alloc/quick-lru": {
32
+ "version": "5.2.0",
33
+ "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
34
+ "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
35
+ "dev": true,
36
+ "license": "MIT",
37
+ "engines": {
38
+ "node": ">=10"
39
+ },
40
+ "funding": {
41
+ "url": "https://github.com/sponsors/sindresorhus"
42
+ }
43
+ },
44
+ "node_modules/@emnapi/runtime": {
45
+ "version": "1.8.1",
46
+ "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.8.1.tgz",
47
+ "integrity": "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==",
48
+ "license": "MIT",
49
+ "optional": true,
50
+ "dependencies": {
51
+ "tslib": "^2.4.0"
52
+ }
53
+ },
54
+ "node_modules/@esbuild/aix-ppc64": {
55
+ "version": "0.27.3",
56
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz",
57
+ "integrity": "sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==",
58
+ "cpu": [
59
+ "ppc64"
60
+ ],
61
+ "dev": true,
62
+ "license": "MIT",
63
+ "optional": true,
64
+ "os": [
65
+ "aix"
66
+ ],
67
+ "engines": {
68
+ "node": ">=18"
69
+ }
70
+ },
71
+ "node_modules/@esbuild/android-arm": {
72
+ "version": "0.27.3",
73
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.3.tgz",
74
+ "integrity": "sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==",
75
+ "cpu": [
76
+ "arm"
77
+ ],
78
+ "dev": true,
79
+ "license": "MIT",
80
+ "optional": true,
81
+ "os": [
82
+ "android"
83
+ ],
84
+ "engines": {
85
+ "node": ">=18"
86
+ }
87
+ },
88
+ "node_modules/@esbuild/android-arm64": {
89
+ "version": "0.27.3",
90
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.3.tgz",
91
+ "integrity": "sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==",
92
+ "cpu": [
93
+ "arm64"
94
+ ],
95
+ "dev": true,
96
+ "license": "MIT",
97
+ "optional": true,
98
+ "os": [
99
+ "android"
100
+ ],
101
+ "engines": {
102
+ "node": ">=18"
103
+ }
104
+ },
105
+ "node_modules/@esbuild/android-x64": {
106
+ "version": "0.27.3",
107
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.3.tgz",
108
+ "integrity": "sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==",
109
+ "cpu": [
110
+ "x64"
111
+ ],
112
+ "dev": true,
113
+ "license": "MIT",
114
+ "optional": true,
115
+ "os": [
116
+ "android"
117
+ ],
118
+ "engines": {
119
+ "node": ">=18"
120
+ }
121
+ },
122
+ "node_modules/@esbuild/darwin-arm64": {
123
+ "version": "0.27.3",
124
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.3.tgz",
125
+ "integrity": "sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==",
126
+ "cpu": [
127
+ "arm64"
128
+ ],
129
+ "dev": true,
130
+ "license": "MIT",
131
+ "optional": true,
132
+ "os": [
133
+ "darwin"
134
+ ],
135
+ "engines": {
136
+ "node": ">=18"
137
+ }
138
+ },
139
+ "node_modules/@esbuild/darwin-x64": {
140
+ "version": "0.27.3",
141
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.3.tgz",
142
+ "integrity": "sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==",
143
+ "cpu": [
144
+ "x64"
145
+ ],
146
+ "dev": true,
147
+ "license": "MIT",
148
+ "optional": true,
149
+ "os": [
150
+ "darwin"
151
+ ],
152
+ "engines": {
153
+ "node": ">=18"
154
+ }
155
+ },
156
+ "node_modules/@esbuild/freebsd-arm64": {
157
+ "version": "0.27.3",
158
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.3.tgz",
159
+ "integrity": "sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==",
160
+ "cpu": [
161
+ "arm64"
162
+ ],
163
+ "dev": true,
164
+ "license": "MIT",
165
+ "optional": true,
166
+ "os": [
167
+ "freebsd"
168
+ ],
169
+ "engines": {
170
+ "node": ">=18"
171
+ }
172
+ },
173
+ "node_modules/@esbuild/freebsd-x64": {
174
+ "version": "0.27.3",
175
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.3.tgz",
176
+ "integrity": "sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==",
177
+ "cpu": [
178
+ "x64"
179
+ ],
180
+ "dev": true,
181
+ "license": "MIT",
182
+ "optional": true,
183
+ "os": [
184
+ "freebsd"
185
+ ],
186
+ "engines": {
187
+ "node": ">=18"
188
+ }
189
+ },
190
+ "node_modules/@esbuild/linux-arm": {
191
+ "version": "0.27.3",
192
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.3.tgz",
193
+ "integrity": "sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==",
194
+ "cpu": [
195
+ "arm"
196
+ ],
197
+ "dev": true,
198
+ "license": "MIT",
199
+ "optional": true,
200
+ "os": [
201
+ "linux"
202
+ ],
203
+ "engines": {
204
+ "node": ">=18"
205
+ }
206
+ },
207
+ "node_modules/@esbuild/linux-arm64": {
208
+ "version": "0.27.3",
209
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.3.tgz",
210
+ "integrity": "sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==",
211
+ "cpu": [
212
+ "arm64"
213
+ ],
214
+ "dev": true,
215
+ "license": "MIT",
216
+ "optional": true,
217
+ "os": [
218
+ "linux"
219
+ ],
220
+ "engines": {
221
+ "node": ">=18"
222
+ }
223
+ },
224
+ "node_modules/@esbuild/linux-ia32": {
225
+ "version": "0.27.3",
226
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.3.tgz",
227
+ "integrity": "sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==",
228
+ "cpu": [
229
+ "ia32"
230
+ ],
231
+ "dev": true,
232
+ "license": "MIT",
233
+ "optional": true,
234
+ "os": [
235
+ "linux"
236
+ ],
237
+ "engines": {
238
+ "node": ">=18"
239
+ }
240
+ },
241
+ "node_modules/@esbuild/linux-loong64": {
242
+ "version": "0.27.3",
243
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.3.tgz",
244
+ "integrity": "sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==",
245
+ "cpu": [
246
+ "loong64"
247
+ ],
248
+ "dev": true,
249
+ "license": "MIT",
250
+ "optional": true,
251
+ "os": [
252
+ "linux"
253
+ ],
254
+ "engines": {
255
+ "node": ">=18"
256
+ }
257
+ },
258
+ "node_modules/@esbuild/linux-mips64el": {
259
+ "version": "0.27.3",
260
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.3.tgz",
261
+ "integrity": "sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==",
262
+ "cpu": [
263
+ "mips64el"
264
+ ],
265
+ "dev": true,
266
+ "license": "MIT",
267
+ "optional": true,
268
+ "os": [
269
+ "linux"
270
+ ],
271
+ "engines": {
272
+ "node": ">=18"
273
+ }
274
+ },
275
+ "node_modules/@esbuild/linux-ppc64": {
276
+ "version": "0.27.3",
277
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.3.tgz",
278
+ "integrity": "sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==",
279
+ "cpu": [
280
+ "ppc64"
281
+ ],
282
+ "dev": true,
283
+ "license": "MIT",
284
+ "optional": true,
285
+ "os": [
286
+ "linux"
287
+ ],
288
+ "engines": {
289
+ "node": ">=18"
290
+ }
291
+ },
292
+ "node_modules/@esbuild/linux-riscv64": {
293
+ "version": "0.27.3",
294
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.3.tgz",
295
+ "integrity": "sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==",
296
+ "cpu": [
297
+ "riscv64"
298
+ ],
299
+ "dev": true,
300
+ "license": "MIT",
301
+ "optional": true,
302
+ "os": [
303
+ "linux"
304
+ ],
305
+ "engines": {
306
+ "node": ">=18"
307
+ }
308
+ },
309
+ "node_modules/@esbuild/linux-s390x": {
310
+ "version": "0.27.3",
311
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.3.tgz",
312
+ "integrity": "sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==",
313
+ "cpu": [
314
+ "s390x"
315
+ ],
316
+ "dev": true,
317
+ "license": "MIT",
318
+ "optional": true,
319
+ "os": [
320
+ "linux"
321
+ ],
322
+ "engines": {
323
+ "node": ">=18"
324
+ }
325
+ },
326
+ "node_modules/@esbuild/linux-x64": {
327
+ "version": "0.27.3",
328
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.3.tgz",
329
+ "integrity": "sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==",
330
+ "cpu": [
331
+ "x64"
332
+ ],
333
+ "dev": true,
334
+ "license": "MIT",
335
+ "optional": true,
336
+ "os": [
337
+ "linux"
338
+ ],
339
+ "engines": {
340
+ "node": ">=18"
341
+ }
342
+ },
343
+ "node_modules/@esbuild/netbsd-arm64": {
344
+ "version": "0.27.3",
345
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.3.tgz",
346
+ "integrity": "sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==",
347
+ "cpu": [
348
+ "arm64"
349
+ ],
350
+ "dev": true,
351
+ "license": "MIT",
352
+ "optional": true,
353
+ "os": [
354
+ "netbsd"
355
+ ],
356
+ "engines": {
357
+ "node": ">=18"
358
+ }
359
+ },
360
+ "node_modules/@esbuild/netbsd-x64": {
361
+ "version": "0.27.3",
362
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.3.tgz",
363
+ "integrity": "sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==",
364
+ "cpu": [
365
+ "x64"
366
+ ],
367
+ "dev": true,
368
+ "license": "MIT",
369
+ "optional": true,
370
+ "os": [
371
+ "netbsd"
372
+ ],
373
+ "engines": {
374
+ "node": ">=18"
375
+ }
376
+ },
377
+ "node_modules/@esbuild/openbsd-arm64": {
378
+ "version": "0.27.3",
379
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.3.tgz",
380
+ "integrity": "sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==",
381
+ "cpu": [
382
+ "arm64"
383
+ ],
384
+ "dev": true,
385
+ "license": "MIT",
386
+ "optional": true,
387
+ "os": [
388
+ "openbsd"
389
+ ],
390
+ "engines": {
391
+ "node": ">=18"
392
+ }
393
+ },
394
+ "node_modules/@esbuild/openbsd-x64": {
395
+ "version": "0.27.3",
396
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.3.tgz",
397
+ "integrity": "sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==",
398
+ "cpu": [
399
+ "x64"
400
+ ],
401
+ "dev": true,
402
+ "license": "MIT",
403
+ "optional": true,
404
+ "os": [
405
+ "openbsd"
406
+ ],
407
+ "engines": {
408
+ "node": ">=18"
409
+ }
410
+ },
411
+ "node_modules/@esbuild/openharmony-arm64": {
412
+ "version": "0.27.3",
413
+ "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.3.tgz",
414
+ "integrity": "sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==",
415
+ "cpu": [
416
+ "arm64"
417
+ ],
418
+ "dev": true,
419
+ "license": "MIT",
420
+ "optional": true,
421
+ "os": [
422
+ "openharmony"
423
+ ],
424
+ "engines": {
425
+ "node": ">=18"
426
+ }
427
+ },
428
+ "node_modules/@esbuild/sunos-x64": {
429
+ "version": "0.27.3",
430
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.3.tgz",
431
+ "integrity": "sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==",
432
+ "cpu": [
433
+ "x64"
434
+ ],
435
+ "dev": true,
436
+ "license": "MIT",
437
+ "optional": true,
438
+ "os": [
439
+ "sunos"
440
+ ],
441
+ "engines": {
442
+ "node": ">=18"
443
+ }
444
+ },
445
+ "node_modules/@esbuild/win32-arm64": {
446
+ "version": "0.27.3",
447
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.3.tgz",
448
+ "integrity": "sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==",
449
+ "cpu": [
450
+ "arm64"
451
+ ],
452
+ "dev": true,
453
+ "license": "MIT",
454
+ "optional": true,
455
+ "os": [
456
+ "win32"
457
+ ],
458
+ "engines": {
459
+ "node": ">=18"
460
+ }
461
+ },
462
+ "node_modules/@esbuild/win32-ia32": {
463
+ "version": "0.27.3",
464
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.3.tgz",
465
+ "integrity": "sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==",
466
+ "cpu": [
467
+ "ia32"
468
+ ],
469
+ "dev": true,
470
+ "license": "MIT",
471
+ "optional": true,
472
+ "os": [
473
+ "win32"
474
+ ],
475
+ "engines": {
476
+ "node": ">=18"
477
+ }
478
+ },
479
+ "node_modules/@esbuild/win32-x64": {
480
+ "version": "0.27.3",
481
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz",
482
+ "integrity": "sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==",
483
+ "cpu": [
484
+ "x64"
485
+ ],
486
+ "dev": true,
487
+ "license": "MIT",
488
+ "optional": true,
489
+ "os": [
490
+ "win32"
491
+ ],
492
+ "engines": {
493
+ "node": ">=18"
494
+ }
495
+ },
496
+ "node_modules/@img/colour": {
497
+ "version": "1.0.0",
498
+ "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.0.0.tgz",
499
+ "integrity": "sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==",
500
+ "license": "MIT",
501
+ "optional": true,
502
+ "engines": {
503
+ "node": ">=18"
504
+ }
505
+ },
506
+ "node_modules/@img/sharp-darwin-arm64": {
507
+ "version": "0.34.5",
508
+ "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
509
+ "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
510
+ "cpu": [
511
+ "arm64"
512
+ ],
513
+ "license": "Apache-2.0",
514
+ "optional": true,
515
+ "os": [
516
+ "darwin"
517
+ ],
518
+ "engines": {
519
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
520
+ },
521
+ "funding": {
522
+ "url": "https://opencollective.com/libvips"
523
+ },
524
+ "optionalDependencies": {
525
+ "@img/sharp-libvips-darwin-arm64": "1.2.4"
526
+ }
527
+ },
528
+ "node_modules/@img/sharp-darwin-x64": {
529
+ "version": "0.34.5",
530
+ "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
531
+ "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
532
+ "cpu": [
533
+ "x64"
534
+ ],
535
+ "license": "Apache-2.0",
536
+ "optional": true,
537
+ "os": [
538
+ "darwin"
539
+ ],
540
+ "engines": {
541
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
542
+ },
543
+ "funding": {
544
+ "url": "https://opencollective.com/libvips"
545
+ },
546
+ "optionalDependencies": {
547
+ "@img/sharp-libvips-darwin-x64": "1.2.4"
548
+ }
549
+ },
550
+ "node_modules/@img/sharp-libvips-darwin-arm64": {
551
+ "version": "1.2.4",
552
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
553
+ "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
554
+ "cpu": [
555
+ "arm64"
556
+ ],
557
+ "license": "LGPL-3.0-or-later",
558
+ "optional": true,
559
+ "os": [
560
+ "darwin"
561
+ ],
562
+ "funding": {
563
+ "url": "https://opencollective.com/libvips"
564
+ }
565
+ },
566
+ "node_modules/@img/sharp-libvips-darwin-x64": {
567
+ "version": "1.2.4",
568
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
569
+ "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
570
+ "cpu": [
571
+ "x64"
572
+ ],
573
+ "license": "LGPL-3.0-or-later",
574
+ "optional": true,
575
+ "os": [
576
+ "darwin"
577
+ ],
578
+ "funding": {
579
+ "url": "https://opencollective.com/libvips"
580
+ }
581
+ },
582
+ "node_modules/@img/sharp-libvips-linux-arm": {
583
+ "version": "1.2.4",
584
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
585
+ "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
586
+ "cpu": [
587
+ "arm"
588
+ ],
589
+ "license": "LGPL-3.0-or-later",
590
+ "optional": true,
591
+ "os": [
592
+ "linux"
593
+ ],
594
+ "funding": {
595
+ "url": "https://opencollective.com/libvips"
596
+ }
597
+ },
598
+ "node_modules/@img/sharp-libvips-linux-arm64": {
599
+ "version": "1.2.4",
600
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
601
+ "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
602
+ "cpu": [
603
+ "arm64"
604
+ ],
605
+ "license": "LGPL-3.0-or-later",
606
+ "optional": true,
607
+ "os": [
608
+ "linux"
609
+ ],
610
+ "funding": {
611
+ "url": "https://opencollective.com/libvips"
612
+ }
613
+ },
614
+ "node_modules/@img/sharp-libvips-linux-ppc64": {
615
+ "version": "1.2.4",
616
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
617
+ "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
618
+ "cpu": [
619
+ "ppc64"
620
+ ],
621
+ "license": "LGPL-3.0-or-later",
622
+ "optional": true,
623
+ "os": [
624
+ "linux"
625
+ ],
626
+ "funding": {
627
+ "url": "https://opencollective.com/libvips"
628
+ }
629
+ },
630
+ "node_modules/@img/sharp-libvips-linux-riscv64": {
631
+ "version": "1.2.4",
632
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
633
+ "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
634
+ "cpu": [
635
+ "riscv64"
636
+ ],
637
+ "license": "LGPL-3.0-or-later",
638
+ "optional": true,
639
+ "os": [
640
+ "linux"
641
+ ],
642
+ "funding": {
643
+ "url": "https://opencollective.com/libvips"
644
+ }
645
+ },
646
+ "node_modules/@img/sharp-libvips-linux-s390x": {
647
+ "version": "1.2.4",
648
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
649
+ "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
650
+ "cpu": [
651
+ "s390x"
652
+ ],
653
+ "license": "LGPL-3.0-or-later",
654
+ "optional": true,
655
+ "os": [
656
+ "linux"
657
+ ],
658
+ "funding": {
659
+ "url": "https://opencollective.com/libvips"
660
+ }
661
+ },
662
+ "node_modules/@img/sharp-libvips-linux-x64": {
663
+ "version": "1.2.4",
664
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
665
+ "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
666
+ "cpu": [
667
+ "x64"
668
+ ],
669
+ "license": "LGPL-3.0-or-later",
670
+ "optional": true,
671
+ "os": [
672
+ "linux"
673
+ ],
674
+ "funding": {
675
+ "url": "https://opencollective.com/libvips"
676
+ }
677
+ },
678
+ "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
679
+ "version": "1.2.4",
680
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
681
+ "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
682
+ "cpu": [
683
+ "arm64"
684
+ ],
685
+ "license": "LGPL-3.0-or-later",
686
+ "optional": true,
687
+ "os": [
688
+ "linux"
689
+ ],
690
+ "funding": {
691
+ "url": "https://opencollective.com/libvips"
692
+ }
693
+ },
694
+ "node_modules/@img/sharp-libvips-linuxmusl-x64": {
695
+ "version": "1.2.4",
696
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
697
+ "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
698
+ "cpu": [
699
+ "x64"
700
+ ],
701
+ "license": "LGPL-3.0-or-later",
702
+ "optional": true,
703
+ "os": [
704
+ "linux"
705
+ ],
706
+ "funding": {
707
+ "url": "https://opencollective.com/libvips"
708
+ }
709
+ },
710
+ "node_modules/@img/sharp-linux-arm": {
711
+ "version": "0.34.5",
712
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
713
+ "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
714
+ "cpu": [
715
+ "arm"
716
+ ],
717
+ "license": "Apache-2.0",
718
+ "optional": true,
719
+ "os": [
720
+ "linux"
721
+ ],
722
+ "engines": {
723
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
724
+ },
725
+ "funding": {
726
+ "url": "https://opencollective.com/libvips"
727
+ },
728
+ "optionalDependencies": {
729
+ "@img/sharp-libvips-linux-arm": "1.2.4"
730
+ }
731
+ },
732
+ "node_modules/@img/sharp-linux-arm64": {
733
+ "version": "0.34.5",
734
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
735
+ "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
736
+ "cpu": [
737
+ "arm64"
738
+ ],
739
+ "license": "Apache-2.0",
740
+ "optional": true,
741
+ "os": [
742
+ "linux"
743
+ ],
744
+ "engines": {
745
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
746
+ },
747
+ "funding": {
748
+ "url": "https://opencollective.com/libvips"
749
+ },
750
+ "optionalDependencies": {
751
+ "@img/sharp-libvips-linux-arm64": "1.2.4"
752
+ }
753
+ },
754
+ "node_modules/@img/sharp-linux-ppc64": {
755
+ "version": "0.34.5",
756
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
757
+ "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
758
+ "cpu": [
759
+ "ppc64"
760
+ ],
761
+ "license": "Apache-2.0",
762
+ "optional": true,
763
+ "os": [
764
+ "linux"
765
+ ],
766
+ "engines": {
767
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
768
+ },
769
+ "funding": {
770
+ "url": "https://opencollective.com/libvips"
771
+ },
772
+ "optionalDependencies": {
773
+ "@img/sharp-libvips-linux-ppc64": "1.2.4"
774
+ }
775
+ },
776
+ "node_modules/@img/sharp-linux-riscv64": {
777
+ "version": "0.34.5",
778
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
779
+ "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
780
+ "cpu": [
781
+ "riscv64"
782
+ ],
783
+ "license": "Apache-2.0",
784
+ "optional": true,
785
+ "os": [
786
+ "linux"
787
+ ],
788
+ "engines": {
789
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
790
+ },
791
+ "funding": {
792
+ "url": "https://opencollective.com/libvips"
793
+ },
794
+ "optionalDependencies": {
795
+ "@img/sharp-libvips-linux-riscv64": "1.2.4"
796
+ }
797
+ },
798
+ "node_modules/@img/sharp-linux-s390x": {
799
+ "version": "0.34.5",
800
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
801
+ "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
802
+ "cpu": [
803
+ "s390x"
804
+ ],
805
+ "license": "Apache-2.0",
806
+ "optional": true,
807
+ "os": [
808
+ "linux"
809
+ ],
810
+ "engines": {
811
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
812
+ },
813
+ "funding": {
814
+ "url": "https://opencollective.com/libvips"
815
+ },
816
+ "optionalDependencies": {
817
+ "@img/sharp-libvips-linux-s390x": "1.2.4"
818
+ }
819
+ },
820
+ "node_modules/@img/sharp-linux-x64": {
821
+ "version": "0.34.5",
822
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
823
+ "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
824
+ "cpu": [
825
+ "x64"
826
+ ],
827
+ "license": "Apache-2.0",
828
+ "optional": true,
829
+ "os": [
830
+ "linux"
831
+ ],
832
+ "engines": {
833
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
834
+ },
835
+ "funding": {
836
+ "url": "https://opencollective.com/libvips"
837
+ },
838
+ "optionalDependencies": {
839
+ "@img/sharp-libvips-linux-x64": "1.2.4"
840
+ }
841
+ },
842
+ "node_modules/@img/sharp-linuxmusl-arm64": {
843
+ "version": "0.34.5",
844
+ "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
845
+ "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
846
+ "cpu": [
847
+ "arm64"
848
+ ],
849
+ "license": "Apache-2.0",
850
+ "optional": true,
851
+ "os": [
852
+ "linux"
853
+ ],
854
+ "engines": {
855
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
856
+ },
857
+ "funding": {
858
+ "url": "https://opencollective.com/libvips"
859
+ },
860
+ "optionalDependencies": {
861
+ "@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
862
+ }
863
+ },
864
+ "node_modules/@img/sharp-linuxmusl-x64": {
865
+ "version": "0.34.5",
866
+ "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
867
+ "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
868
+ "cpu": [
869
+ "x64"
870
+ ],
871
+ "license": "Apache-2.0",
872
+ "optional": true,
873
+ "os": [
874
+ "linux"
875
+ ],
876
+ "engines": {
877
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
878
+ },
879
+ "funding": {
880
+ "url": "https://opencollective.com/libvips"
881
+ },
882
+ "optionalDependencies": {
883
+ "@img/sharp-libvips-linuxmusl-x64": "1.2.4"
884
+ }
885
+ },
886
+ "node_modules/@img/sharp-wasm32": {
887
+ "version": "0.34.5",
888
+ "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
889
+ "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
890
+ "cpu": [
891
+ "wasm32"
892
+ ],
893
+ "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
894
+ "optional": true,
895
+ "dependencies": {
896
+ "@emnapi/runtime": "^1.7.0"
897
+ },
898
+ "engines": {
899
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
900
+ },
901
+ "funding": {
902
+ "url": "https://opencollective.com/libvips"
903
+ }
904
+ },
905
+ "node_modules/@img/sharp-win32-arm64": {
906
+ "version": "0.34.5",
907
+ "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
908
+ "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
909
+ "cpu": [
910
+ "arm64"
911
+ ],
912
+ "license": "Apache-2.0 AND LGPL-3.0-or-later",
913
+ "optional": true,
914
+ "os": [
915
+ "win32"
916
+ ],
917
+ "engines": {
918
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
919
+ },
920
+ "funding": {
921
+ "url": "https://opencollective.com/libvips"
922
+ }
923
+ },
924
+ "node_modules/@img/sharp-win32-ia32": {
925
+ "version": "0.34.5",
926
+ "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
927
+ "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
928
+ "cpu": [
929
+ "ia32"
930
+ ],
931
+ "license": "Apache-2.0 AND LGPL-3.0-or-later",
932
+ "optional": true,
933
+ "os": [
934
+ "win32"
935
+ ],
936
+ "engines": {
937
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
938
+ },
939
+ "funding": {
940
+ "url": "https://opencollective.com/libvips"
941
+ }
942
+ },
943
+ "node_modules/@img/sharp-win32-x64": {
944
+ "version": "0.34.5",
945
+ "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
946
+ "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
947
+ "cpu": [
948
+ "x64"
949
+ ],
950
+ "license": "Apache-2.0 AND LGPL-3.0-or-later",
951
+ "optional": true,
952
+ "os": [
953
+ "win32"
954
+ ],
955
+ "engines": {
956
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
957
+ },
958
+ "funding": {
959
+ "url": "https://opencollective.com/libvips"
960
+ }
961
+ },
962
+ "node_modules/@jridgewell/gen-mapping": {
963
+ "version": "0.3.13",
964
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
965
+ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
966
+ "dev": true,
967
+ "license": "MIT",
968
+ "dependencies": {
969
+ "@jridgewell/sourcemap-codec": "^1.5.0",
970
+ "@jridgewell/trace-mapping": "^0.3.24"
971
+ }
972
+ },
973
+ "node_modules/@jridgewell/remapping": {
974
+ "version": "2.3.5",
975
+ "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
976
+ "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
977
+ "dev": true,
978
+ "license": "MIT",
979
+ "dependencies": {
980
+ "@jridgewell/gen-mapping": "^0.3.5",
981
+ "@jridgewell/trace-mapping": "^0.3.24"
982
+ }
983
+ },
984
+ "node_modules/@jridgewell/resolve-uri": {
985
+ "version": "3.1.2",
986
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
987
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
988
+ "dev": true,
989
+ "license": "MIT",
990
+ "engines": {
991
+ "node": ">=6.0.0"
992
+ }
993
+ },
994
+ "node_modules/@jridgewell/sourcemap-codec": {
995
+ "version": "1.5.5",
996
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
997
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
998
+ "dev": true,
999
+ "license": "MIT"
1000
+ },
1001
+ "node_modules/@jridgewell/trace-mapping": {
1002
+ "version": "0.3.31",
1003
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
1004
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
1005
+ "dev": true,
1006
+ "license": "MIT",
1007
+ "dependencies": {
1008
+ "@jridgewell/resolve-uri": "^3.1.0",
1009
+ "@jridgewell/sourcemap-codec": "^1.4.14"
1010
+ }
1011
+ },
1012
+ "node_modules/@next/env": {
1013
+ "version": "15.5.12",
1014
+ "resolved": "https://registry.npmjs.org/@next/env/-/env-15.5.12.tgz",
1015
+ "integrity": "sha512-pUvdJN1on574wQHjaBfNGDt9Mz5utDSZFsIIQkMzPgNS8ZvT4H2mwOrOIClwsQOb6EGx5M76/CZr6G8i6pSpLg==",
1016
+ "license": "MIT"
1017
+ },
1018
+ "node_modules/@next/swc-darwin-arm64": {
1019
+ "version": "15.5.12",
1020
+ "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.5.12.tgz",
1021
+ "integrity": "sha512-RnRjBtH8S8eXCpUNkQ+543DUc7ys8y15VxmFU9HRqlo9BG3CcBUiwNtF8SNoi2xvGCVJq1vl2yYq+3oISBS0Zg==",
1022
+ "cpu": [
1023
+ "arm64"
1024
+ ],
1025
+ "license": "MIT",
1026
+ "optional": true,
1027
+ "os": [
1028
+ "darwin"
1029
+ ],
1030
+ "engines": {
1031
+ "node": ">= 10"
1032
+ }
1033
+ },
1034
+ "node_modules/@next/swc-darwin-x64": {
1035
+ "version": "15.5.12",
1036
+ "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-15.5.12.tgz",
1037
+ "integrity": "sha512-nqa9/7iQlboF1EFtNhWxQA0rQstmYRSBGxSM6g3GxvxHxcoeqVXfGNr9stJOme674m2V7r4E3+jEhhGvSQhJRA==",
1038
+ "cpu": [
1039
+ "x64"
1040
+ ],
1041
+ "license": "MIT",
1042
+ "optional": true,
1043
+ "os": [
1044
+ "darwin"
1045
+ ],
1046
+ "engines": {
1047
+ "node": ">= 10"
1048
+ }
1049
+ },
1050
+ "node_modules/@next/swc-linux-arm64-gnu": {
1051
+ "version": "15.5.12",
1052
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.5.12.tgz",
1053
+ "integrity": "sha512-dCzAjqhDHwmoB2M4eYfVKqXs99QdQxNQVpftvP1eGVppamXh/OkDAwV737Zr0KPXEqRUMN4uCjh6mjO+XtF3Mw==",
1054
+ "cpu": [
1055
+ "arm64"
1056
+ ],
1057
+ "license": "MIT",
1058
+ "optional": true,
1059
+ "os": [
1060
+ "linux"
1061
+ ],
1062
+ "engines": {
1063
+ "node": ">= 10"
1064
+ }
1065
+ },
1066
+ "node_modules/@next/swc-linux-arm64-musl": {
1067
+ "version": "15.5.12",
1068
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.5.12.tgz",
1069
+ "integrity": "sha512-+fpGWvQiITgf7PUtbWY1H7qUSnBZsPPLyyq03QuAKpVoTy/QUx1JptEDTQMVvQhvizCEuNLEeghrQUyXQOekuw==",
1070
+ "cpu": [
1071
+ "arm64"
1072
+ ],
1073
+ "license": "MIT",
1074
+ "optional": true,
1075
+ "os": [
1076
+ "linux"
1077
+ ],
1078
+ "engines": {
1079
+ "node": ">= 10"
1080
+ }
1081
+ },
1082
+ "node_modules/@next/swc-linux-x64-gnu": {
1083
+ "version": "15.5.12",
1084
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.5.12.tgz",
1085
+ "integrity": "sha512-jSLvgdRRL/hrFAPqEjJf1fFguC719kmcptjNVDJl26BnJIpjL3KH5h6mzR4mAweociLQaqvt4UyzfbFjgAdDcw==",
1086
+ "cpu": [
1087
+ "x64"
1088
+ ],
1089
+ "license": "MIT",
1090
+ "optional": true,
1091
+ "os": [
1092
+ "linux"
1093
+ ],
1094
+ "engines": {
1095
+ "node": ">= 10"
1096
+ }
1097
+ },
1098
+ "node_modules/@next/swc-linux-x64-musl": {
1099
+ "version": "15.5.12",
1100
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.5.12.tgz",
1101
+ "integrity": "sha512-/uaF0WfmYqQgLfPmN6BvULwxY0dufI2mlN2JbOKqqceZh1G4hjREyi7pg03zjfyS6eqNemHAZPSoP84x17vo6w==",
1102
+ "cpu": [
1103
+ "x64"
1104
+ ],
1105
+ "license": "MIT",
1106
+ "optional": true,
1107
+ "os": [
1108
+ "linux"
1109
+ ],
1110
+ "engines": {
1111
+ "node": ">= 10"
1112
+ }
1113
+ },
1114
+ "node_modules/@next/swc-win32-arm64-msvc": {
1115
+ "version": "15.5.12",
1116
+ "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.5.12.tgz",
1117
+ "integrity": "sha512-xhsL1OvQSfGmlL5RbOmU+FV120urrgFpYLq+6U8C6KIym32gZT6XF/SDE92jKzzlPWskkbjOKCpqk5m4i8PEfg==",
1118
+ "cpu": [
1119
+ "arm64"
1120
+ ],
1121
+ "license": "MIT",
1122
+ "optional": true,
1123
+ "os": [
1124
+ "win32"
1125
+ ],
1126
+ "engines": {
1127
+ "node": ">= 10"
1128
+ }
1129
+ },
1130
+ "node_modules/@next/swc-win32-x64-msvc": {
1131
+ "version": "15.5.12",
1132
+ "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.5.12.tgz",
1133
+ "integrity": "sha512-Z1Dh6lhFkxvBDH1FoW6OU/L6prYwPSlwjLiZkExIAh8fbP6iI/M7iGTQAJPYJ9YFlWobCZ1PHbchFhFYb2ADkw==",
1134
+ "cpu": [
1135
+ "x64"
1136
+ ],
1137
+ "license": "MIT",
1138
+ "optional": true,
1139
+ "os": [
1140
+ "win32"
1141
+ ],
1142
+ "engines": {
1143
+ "node": ">= 10"
1144
+ }
1145
+ },
1146
+ "node_modules/@swc/helpers": {
1147
+ "version": "0.5.15",
1148
+ "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz",
1149
+ "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
1150
+ "license": "Apache-2.0",
1151
+ "dependencies": {
1152
+ "tslib": "^2.8.0"
1153
+ }
1154
+ },
1155
+ "node_modules/@tailwindcss/node": {
1156
+ "version": "4.2.0",
1157
+ "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.0.tgz",
1158
+ "integrity": "sha512-Yv+fn/o2OmL5fh/Ir62VXItdShnUxfpkMA4Y7jdeC8O81WPB8Kf6TT6GSHvnqgSwDzlB5iT7kDpeXxLsUS0T6Q==",
1159
+ "dev": true,
1160
+ "license": "MIT",
1161
+ "dependencies": {
1162
+ "@jridgewell/remapping": "^2.3.5",
1163
+ "enhanced-resolve": "^5.19.0",
1164
+ "jiti": "^2.6.1",
1165
+ "lightningcss": "1.31.1",
1166
+ "magic-string": "^0.30.21",
1167
+ "source-map-js": "^1.2.1",
1168
+ "tailwindcss": "4.2.0"
1169
+ }
1170
+ },
1171
+ "node_modules/@tailwindcss/oxide": {
1172
+ "version": "4.2.0",
1173
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.0.tgz",
1174
+ "integrity": "sha512-AZqQzADaj742oqn2xjl5JbIOzZB/DGCYF/7bpvhA8KvjUj9HJkag6bBuwZvH1ps6dfgxNHyuJVlzSr2VpMgdTQ==",
1175
+ "dev": true,
1176
+ "license": "MIT",
1177
+ "engines": {
1178
+ "node": ">= 20"
1179
+ },
1180
+ "optionalDependencies": {
1181
+ "@tailwindcss/oxide-android-arm64": "4.2.0",
1182
+ "@tailwindcss/oxide-darwin-arm64": "4.2.0",
1183
+ "@tailwindcss/oxide-darwin-x64": "4.2.0",
1184
+ "@tailwindcss/oxide-freebsd-x64": "4.2.0",
1185
+ "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.0",
1186
+ "@tailwindcss/oxide-linux-arm64-gnu": "4.2.0",
1187
+ "@tailwindcss/oxide-linux-arm64-musl": "4.2.0",
1188
+ "@tailwindcss/oxide-linux-x64-gnu": "4.2.0",
1189
+ "@tailwindcss/oxide-linux-x64-musl": "4.2.0",
1190
+ "@tailwindcss/oxide-wasm32-wasi": "4.2.0",
1191
+ "@tailwindcss/oxide-win32-arm64-msvc": "4.2.0",
1192
+ "@tailwindcss/oxide-win32-x64-msvc": "4.2.0"
1193
+ }
1194
+ },
1195
+ "node_modules/@tailwindcss/oxide-android-arm64": {
1196
+ "version": "4.2.0",
1197
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.0.tgz",
1198
+ "integrity": "sha512-F0QkHAVaW/JNBWl4CEKWdZ9PMb0khw5DCELAOnu+RtjAfx5Zgw+gqCHFvqg3AirU1IAd181fwOtJQ5I8Yx5wtw==",
1199
+ "cpu": [
1200
+ "arm64"
1201
+ ],
1202
+ "dev": true,
1203
+ "license": "MIT",
1204
+ "optional": true,
1205
+ "os": [
1206
+ "android"
1207
+ ],
1208
+ "engines": {
1209
+ "node": ">= 20"
1210
+ }
1211
+ },
1212
+ "node_modules/@tailwindcss/oxide-darwin-arm64": {
1213
+ "version": "4.2.0",
1214
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.0.tgz",
1215
+ "integrity": "sha512-I0QylkXsBsJMZ4nkUNSR04p6+UptjcwhcVo3Zu828ikiEqHjVmQL9RuQ6uT/cVIiKpvtVA25msu/eRV97JeNSA==",
1216
+ "cpu": [
1217
+ "arm64"
1218
+ ],
1219
+ "dev": true,
1220
+ "license": "MIT",
1221
+ "optional": true,
1222
+ "os": [
1223
+ "darwin"
1224
+ ],
1225
+ "engines": {
1226
+ "node": ">= 20"
1227
+ }
1228
+ },
1229
+ "node_modules/@tailwindcss/oxide-darwin-x64": {
1230
+ "version": "4.2.0",
1231
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.0.tgz",
1232
+ "integrity": "sha512-6TmQIn4p09PBrmnkvbYQ0wbZhLtbaksCDx7Y7R3FYYx0yxNA7xg5KP7dowmQ3d2JVdabIHvs3Hx4K3d5uCf8xg==",
1233
+ "cpu": [
1234
+ "x64"
1235
+ ],
1236
+ "dev": true,
1237
+ "license": "MIT",
1238
+ "optional": true,
1239
+ "os": [
1240
+ "darwin"
1241
+ ],
1242
+ "engines": {
1243
+ "node": ">= 20"
1244
+ }
1245
+ },
1246
+ "node_modules/@tailwindcss/oxide-freebsd-x64": {
1247
+ "version": "4.2.0",
1248
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.0.tgz",
1249
+ "integrity": "sha512-qBudxDvAa2QwGlq9y7VIzhTvp2mLJ6nD/G8/tI70DCDoneaUeLWBJaPcbfzqRIWraj+o969aDQKvKW9dvkUizw==",
1250
+ "cpu": [
1251
+ "x64"
1252
+ ],
1253
+ "dev": true,
1254
+ "license": "MIT",
1255
+ "optional": true,
1256
+ "os": [
1257
+ "freebsd"
1258
+ ],
1259
+ "engines": {
1260
+ "node": ">= 20"
1261
+ }
1262
+ },
1263
+ "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
1264
+ "version": "4.2.0",
1265
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.0.tgz",
1266
+ "integrity": "sha512-7XKkitpy5NIjFZNUQPeUyNJNJn1CJeV7rmMR+exHfTuOsg8rxIO9eNV5TSEnqRcaOK77zQpsyUkBWmPy8FgdSg==",
1267
+ "cpu": [
1268
+ "arm"
1269
+ ],
1270
+ "dev": true,
1271
+ "license": "MIT",
1272
+ "optional": true,
1273
+ "os": [
1274
+ "linux"
1275
+ ],
1276
+ "engines": {
1277
+ "node": ">= 20"
1278
+ }
1279
+ },
1280
+ "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
1281
+ "version": "4.2.0",
1282
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.0.tgz",
1283
+ "integrity": "sha512-Mff5a5Q3WoQR01pGU1gr29hHM1N93xYrKkGXfPw/aRtK4bOc331Ho4Tgfsm5WDGvpevqMpdlkCojT3qlCQbCpA==",
1284
+ "cpu": [
1285
+ "arm64"
1286
+ ],
1287
+ "dev": true,
1288
+ "license": "MIT",
1289
+ "optional": true,
1290
+ "os": [
1291
+ "linux"
1292
+ ],
1293
+ "engines": {
1294
+ "node": ">= 20"
1295
+ }
1296
+ },
1297
+ "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
1298
+ "version": "4.2.0",
1299
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.0.tgz",
1300
+ "integrity": "sha512-XKcSStleEVnbH6W/9DHzZv1YhjE4eSS6zOu2eRtYAIh7aV4o3vIBs+t/B15xlqoxt6ef/0uiqJVB6hkHjWD/0A==",
1301
+ "cpu": [
1302
+ "arm64"
1303
+ ],
1304
+ "dev": true,
1305
+ "license": "MIT",
1306
+ "optional": true,
1307
+ "os": [
1308
+ "linux"
1309
+ ],
1310
+ "engines": {
1311
+ "node": ">= 20"
1312
+ }
1313
+ },
1314
+ "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
1315
+ "version": "4.2.0",
1316
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.0.tgz",
1317
+ "integrity": "sha512-/hlXCBqn9K6fi7eAM0RsobHwJYa5V/xzWspVTzxnX+Ft9v6n+30Pz8+RxCn7sQL/vRHHLS30iQPrHQunu6/vJA==",
1318
+ "cpu": [
1319
+ "x64"
1320
+ ],
1321
+ "dev": true,
1322
+ "license": "MIT",
1323
+ "optional": true,
1324
+ "os": [
1325
+ "linux"
1326
+ ],
1327
+ "engines": {
1328
+ "node": ">= 20"
1329
+ }
1330
+ },
1331
+ "node_modules/@tailwindcss/oxide-linux-x64-musl": {
1332
+ "version": "4.2.0",
1333
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.0.tgz",
1334
+ "integrity": "sha512-lKUaygq4G7sWkhQbfdRRBkaq4LY39IriqBQ+Gk6l5nKq6Ay2M2ZZb1tlIyRNgZKS8cbErTwuYSor0IIULC0SHw==",
1335
+ "cpu": [
1336
+ "x64"
1337
+ ],
1338
+ "dev": true,
1339
+ "license": "MIT",
1340
+ "optional": true,
1341
+ "os": [
1342
+ "linux"
1343
+ ],
1344
+ "engines": {
1345
+ "node": ">= 20"
1346
+ }
1347
+ },
1348
+ "node_modules/@tailwindcss/oxide-wasm32-wasi": {
1349
+ "version": "4.2.0",
1350
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.0.tgz",
1351
+ "integrity": "sha512-xuDjhAsFdUuFP5W9Ze4k/o4AskUtI8bcAGU4puTYprr89QaYFmhYOPfP+d1pH+k9ets6RoE23BXZM1X1jJqoyw==",
1352
+ "bundleDependencies": [
1353
+ "@napi-rs/wasm-runtime",
1354
+ "@emnapi/core",
1355
+ "@emnapi/runtime",
1356
+ "@tybys/wasm-util",
1357
+ "@emnapi/wasi-threads",
1358
+ "tslib"
1359
+ ],
1360
+ "cpu": [
1361
+ "wasm32"
1362
+ ],
1363
+ "dev": true,
1364
+ "license": "MIT",
1365
+ "optional": true,
1366
+ "dependencies": {
1367
+ "@emnapi/core": "^1.8.1",
1368
+ "@emnapi/runtime": "^1.8.1",
1369
+ "@emnapi/wasi-threads": "^1.1.0",
1370
+ "@napi-rs/wasm-runtime": "^1.1.1",
1371
+ "@tybys/wasm-util": "^0.10.1",
1372
+ "tslib": "^2.8.1"
1373
+ },
1374
+ "engines": {
1375
+ "node": ">=14.0.0"
1376
+ }
1377
+ },
1378
+ "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
1379
+ "version": "4.2.0",
1380
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.0.tgz",
1381
+ "integrity": "sha512-2UU/15y1sWDEDNJXxEIrfWKC2Yb4YgIW5Xz2fKFqGzFWfoMHWFlfa1EJlGO2Xzjkq/tvSarh9ZTjvbxqWvLLXA==",
1382
+ "cpu": [
1383
+ "arm64"
1384
+ ],
1385
+ "dev": true,
1386
+ "license": "MIT",
1387
+ "optional": true,
1388
+ "os": [
1389
+ "win32"
1390
+ ],
1391
+ "engines": {
1392
+ "node": ">= 20"
1393
+ }
1394
+ },
1395
+ "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
1396
+ "version": "4.2.0",
1397
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.0.tgz",
1398
+ "integrity": "sha512-CrFadmFoc+z76EV6LPG1jx6XceDsaCG3lFhyLNo/bV9ByPrE+FnBPckXQVP4XRkN76h3Fjt/a+5Er/oA/nCBvQ==",
1399
+ "cpu": [
1400
+ "x64"
1401
+ ],
1402
+ "dev": true,
1403
+ "license": "MIT",
1404
+ "optional": true,
1405
+ "os": [
1406
+ "win32"
1407
+ ],
1408
+ "engines": {
1409
+ "node": ">= 20"
1410
+ }
1411
+ },
1412
+ "node_modules/@tailwindcss/postcss": {
1413
+ "version": "4.2.0",
1414
+ "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.2.0.tgz",
1415
+ "integrity": "sha512-u6YBacGpOm/ixPfKqfgrJEjMfrYmPD7gEFRoygS/hnQaRtV0VCBdpkx5Ouw9pnaLRwwlgGCuJw8xLpaR0hOrQg==",
1416
+ "dev": true,
1417
+ "license": "MIT",
1418
+ "dependencies": {
1419
+ "@alloc/quick-lru": "^5.2.0",
1420
+ "@tailwindcss/node": "4.2.0",
1421
+ "@tailwindcss/oxide": "4.2.0",
1422
+ "postcss": "^8.5.6",
1423
+ "tailwindcss": "4.2.0"
1424
+ }
1425
+ },
1426
+ "node_modules/@tailwindcss/typography": {
1427
+ "version": "0.5.19",
1428
+ "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.19.tgz",
1429
+ "integrity": "sha512-w31dd8HOx3k9vPtcQh5QHP9GwKcgbMp87j58qi6xgiBnFFtKEAgCWnDw4qUT8aHwkCp8bKvb/KGKWWHedP0AAg==",
1430
+ "dev": true,
1431
+ "license": "MIT",
1432
+ "dependencies": {
1433
+ "postcss-selector-parser": "6.0.10"
1434
+ },
1435
+ "peerDependencies": {
1436
+ "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1"
1437
+ }
1438
+ },
1439
+ "node_modules/@types/debug": {
1440
+ "version": "4.1.12",
1441
+ "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz",
1442
+ "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
1443
+ "license": "MIT",
1444
+ "dependencies": {
1445
+ "@types/ms": "*"
1446
+ }
1447
+ },
1448
+ "node_modules/@types/estree": {
1449
+ "version": "1.0.8",
1450
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
1451
+ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
1452
+ "license": "MIT"
1453
+ },
1454
+ "node_modules/@types/estree-jsx": {
1455
+ "version": "1.0.5",
1456
+ "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz",
1457
+ "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==",
1458
+ "license": "MIT",
1459
+ "dependencies": {
1460
+ "@types/estree": "*"
1461
+ }
1462
+ },
1463
+ "node_modules/@types/hast": {
1464
+ "version": "3.0.4",
1465
+ "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
1466
+ "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
1467
+ "license": "MIT",
1468
+ "dependencies": {
1469
+ "@types/unist": "*"
1470
+ }
1471
+ },
1472
+ "node_modules/@types/mdast": {
1473
+ "version": "4.0.4",
1474
+ "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
1475
+ "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
1476
+ "license": "MIT",
1477
+ "dependencies": {
1478
+ "@types/unist": "*"
1479
+ }
1480
+ },
1481
+ "node_modules/@types/ms": {
1482
+ "version": "2.1.0",
1483
+ "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
1484
+ "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
1485
+ "license": "MIT"
1486
+ },
1487
+ "node_modules/@types/node": {
1488
+ "version": "22.19.11",
1489
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.11.tgz",
1490
+ "integrity": "sha512-BH7YwL6rA93ReqeQS1c4bsPpcfOmJasG+Fkr6Y59q83f9M1WcBRHR2vM+P9eOisYRcN3ujQoiZY8uk5W+1WL8w==",
1491
+ "dev": true,
1492
+ "license": "MIT",
1493
+ "dependencies": {
1494
+ "undici-types": "~6.21.0"
1495
+ }
1496
+ },
1497
+ "node_modules/@types/react": {
1498
+ "version": "19.2.14",
1499
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz",
1500
+ "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==",
1501
+ "license": "MIT",
1502
+ "dependencies": {
1503
+ "csstype": "^3.2.2"
1504
+ }
1505
+ },
1506
+ "node_modules/@types/react-dom": {
1507
+ "version": "19.2.3",
1508
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
1509
+ "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
1510
+ "dev": true,
1511
+ "license": "MIT",
1512
+ "peerDependencies": {
1513
+ "@types/react": "^19.2.0"
1514
+ }
1515
+ },
1516
+ "node_modules/@types/unist": {
1517
+ "version": "3.0.3",
1518
+ "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
1519
+ "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
1520
+ "license": "MIT"
1521
+ },
1522
+ "node_modules/@ungap/structured-clone": {
1523
+ "version": "1.3.0",
1524
+ "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
1525
+ "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
1526
+ "license": "ISC"
1527
+ },
1528
+ "node_modules/argparse": {
1529
+ "version": "1.0.10",
1530
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
1531
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
1532
+ "license": "MIT",
1533
+ "dependencies": {
1534
+ "sprintf-js": "~1.0.2"
1535
+ }
1536
+ },
1537
+ "node_modules/bail": {
1538
+ "version": "2.0.2",
1539
+ "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
1540
+ "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
1541
+ "license": "MIT",
1542
+ "funding": {
1543
+ "type": "github",
1544
+ "url": "https://github.com/sponsors/wooorm"
1545
+ }
1546
+ },
1547
+ "node_modules/caniuse-lite": {
1548
+ "version": "1.0.30001770",
1549
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001770.tgz",
1550
+ "integrity": "sha512-x/2CLQ1jHENRbHg5PSId2sXq1CIO1CISvwWAj027ltMVG2UNgW+w9oH2+HzgEIRFembL8bUlXtfbBHR1fCg2xw==",
1551
+ "funding": [
1552
+ {
1553
+ "type": "opencollective",
1554
+ "url": "https://opencollective.com/browserslist"
1555
+ },
1556
+ {
1557
+ "type": "tidelift",
1558
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
1559
+ },
1560
+ {
1561
+ "type": "github",
1562
+ "url": "https://github.com/sponsors/ai"
1563
+ }
1564
+ ],
1565
+ "license": "CC-BY-4.0"
1566
+ },
1567
+ "node_modules/ccount": {
1568
+ "version": "2.0.1",
1569
+ "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
1570
+ "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
1571
+ "license": "MIT",
1572
+ "funding": {
1573
+ "type": "github",
1574
+ "url": "https://github.com/sponsors/wooorm"
1575
+ }
1576
+ },
1577
+ "node_modules/character-entities": {
1578
+ "version": "2.0.2",
1579
+ "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
1580
+ "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
1581
+ "license": "MIT",
1582
+ "funding": {
1583
+ "type": "github",
1584
+ "url": "https://github.com/sponsors/wooorm"
1585
+ }
1586
+ },
1587
+ "node_modules/character-entities-html4": {
1588
+ "version": "2.1.0",
1589
+ "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
1590
+ "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
1591
+ "license": "MIT",
1592
+ "funding": {
1593
+ "type": "github",
1594
+ "url": "https://github.com/sponsors/wooorm"
1595
+ }
1596
+ },
1597
+ "node_modules/character-entities-legacy": {
1598
+ "version": "3.0.0",
1599
+ "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
1600
+ "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
1601
+ "license": "MIT",
1602
+ "funding": {
1603
+ "type": "github",
1604
+ "url": "https://github.com/sponsors/wooorm"
1605
+ }
1606
+ },
1607
+ "node_modules/character-reference-invalid": {
1608
+ "version": "2.0.1",
1609
+ "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
1610
+ "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
1611
+ "license": "MIT",
1612
+ "funding": {
1613
+ "type": "github",
1614
+ "url": "https://github.com/sponsors/wooorm"
1615
+ }
1616
+ },
1617
+ "node_modules/client-only": {
1618
+ "version": "0.0.1",
1619
+ "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
1620
+ "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
1621
+ "license": "MIT"
1622
+ },
1623
+ "node_modules/comma-separated-tokens": {
1624
+ "version": "2.0.3",
1625
+ "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
1626
+ "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
1627
+ "license": "MIT",
1628
+ "funding": {
1629
+ "type": "github",
1630
+ "url": "https://github.com/sponsors/wooorm"
1631
+ }
1632
+ },
1633
+ "node_modules/cssesc": {
1634
+ "version": "3.0.0",
1635
+ "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
1636
+ "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
1637
+ "dev": true,
1638
+ "license": "MIT",
1639
+ "bin": {
1640
+ "cssesc": "bin/cssesc"
1641
+ },
1642
+ "engines": {
1643
+ "node": ">=4"
1644
+ }
1645
+ },
1646
+ "node_modules/csstype": {
1647
+ "version": "3.2.3",
1648
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
1649
+ "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
1650
+ "license": "MIT"
1651
+ },
1652
+ "node_modules/debug": {
1653
+ "version": "4.4.3",
1654
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1655
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1656
+ "license": "MIT",
1657
+ "dependencies": {
1658
+ "ms": "^2.1.3"
1659
+ },
1660
+ "engines": {
1661
+ "node": ">=6.0"
1662
+ },
1663
+ "peerDependenciesMeta": {
1664
+ "supports-color": {
1665
+ "optional": true
1666
+ }
1667
+ }
1668
+ },
1669
+ "node_modules/decode-named-character-reference": {
1670
+ "version": "1.3.0",
1671
+ "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz",
1672
+ "integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==",
1673
+ "license": "MIT",
1674
+ "dependencies": {
1675
+ "character-entities": "^2.0.0"
1676
+ },
1677
+ "funding": {
1678
+ "type": "github",
1679
+ "url": "https://github.com/sponsors/wooorm"
1680
+ }
1681
+ },
1682
+ "node_modules/dequal": {
1683
+ "version": "2.0.3",
1684
+ "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
1685
+ "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
1686
+ "license": "MIT",
1687
+ "engines": {
1688
+ "node": ">=6"
1689
+ }
1690
+ },
1691
+ "node_modules/detect-libc": {
1692
+ "version": "2.1.2",
1693
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
1694
+ "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
1695
+ "devOptional": true,
1696
+ "license": "Apache-2.0",
1697
+ "engines": {
1698
+ "node": ">=8"
1699
+ }
1700
+ },
1701
+ "node_modules/devlop": {
1702
+ "version": "1.1.0",
1703
+ "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
1704
+ "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
1705
+ "license": "MIT",
1706
+ "dependencies": {
1707
+ "dequal": "^2.0.0"
1708
+ },
1709
+ "funding": {
1710
+ "type": "github",
1711
+ "url": "https://github.com/sponsors/wooorm"
1712
+ }
1713
+ },
1714
+ "node_modules/enhanced-resolve": {
1715
+ "version": "5.19.0",
1716
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.19.0.tgz",
1717
+ "integrity": "sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg==",
1718
+ "dev": true,
1719
+ "license": "MIT",
1720
+ "dependencies": {
1721
+ "graceful-fs": "^4.2.4",
1722
+ "tapable": "^2.3.0"
1723
+ },
1724
+ "engines": {
1725
+ "node": ">=10.13.0"
1726
+ }
1727
+ },
1728
+ "node_modules/esbuild": {
1729
+ "version": "0.27.3",
1730
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.3.tgz",
1731
+ "integrity": "sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==",
1732
+ "dev": true,
1733
+ "hasInstallScript": true,
1734
+ "license": "MIT",
1735
+ "bin": {
1736
+ "esbuild": "bin/esbuild"
1737
+ },
1738
+ "engines": {
1739
+ "node": ">=18"
1740
+ },
1741
+ "optionalDependencies": {
1742
+ "@esbuild/aix-ppc64": "0.27.3",
1743
+ "@esbuild/android-arm": "0.27.3",
1744
+ "@esbuild/android-arm64": "0.27.3",
1745
+ "@esbuild/android-x64": "0.27.3",
1746
+ "@esbuild/darwin-arm64": "0.27.3",
1747
+ "@esbuild/darwin-x64": "0.27.3",
1748
+ "@esbuild/freebsd-arm64": "0.27.3",
1749
+ "@esbuild/freebsd-x64": "0.27.3",
1750
+ "@esbuild/linux-arm": "0.27.3",
1751
+ "@esbuild/linux-arm64": "0.27.3",
1752
+ "@esbuild/linux-ia32": "0.27.3",
1753
+ "@esbuild/linux-loong64": "0.27.3",
1754
+ "@esbuild/linux-mips64el": "0.27.3",
1755
+ "@esbuild/linux-ppc64": "0.27.3",
1756
+ "@esbuild/linux-riscv64": "0.27.3",
1757
+ "@esbuild/linux-s390x": "0.27.3",
1758
+ "@esbuild/linux-x64": "0.27.3",
1759
+ "@esbuild/netbsd-arm64": "0.27.3",
1760
+ "@esbuild/netbsd-x64": "0.27.3",
1761
+ "@esbuild/openbsd-arm64": "0.27.3",
1762
+ "@esbuild/openbsd-x64": "0.27.3",
1763
+ "@esbuild/openharmony-arm64": "0.27.3",
1764
+ "@esbuild/sunos-x64": "0.27.3",
1765
+ "@esbuild/win32-arm64": "0.27.3",
1766
+ "@esbuild/win32-ia32": "0.27.3",
1767
+ "@esbuild/win32-x64": "0.27.3"
1768
+ }
1769
+ },
1770
+ "node_modules/escape-string-regexp": {
1771
+ "version": "5.0.0",
1772
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
1773
+ "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
1774
+ "license": "MIT",
1775
+ "engines": {
1776
+ "node": ">=12"
1777
+ },
1778
+ "funding": {
1779
+ "url": "https://github.com/sponsors/sindresorhus"
1780
+ }
1781
+ },
1782
+ "node_modules/esprima": {
1783
+ "version": "4.0.1",
1784
+ "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
1785
+ "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
1786
+ "license": "BSD-2-Clause",
1787
+ "bin": {
1788
+ "esparse": "bin/esparse.js",
1789
+ "esvalidate": "bin/esvalidate.js"
1790
+ },
1791
+ "engines": {
1792
+ "node": ">=4"
1793
+ }
1794
+ },
1795
+ "node_modules/estree-util-is-identifier-name": {
1796
+ "version": "3.0.0",
1797
+ "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz",
1798
+ "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==",
1799
+ "license": "MIT",
1800
+ "funding": {
1801
+ "type": "opencollective",
1802
+ "url": "https://opencollective.com/unified"
1803
+ }
1804
+ },
1805
+ "node_modules/extend": {
1806
+ "version": "3.0.2",
1807
+ "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
1808
+ "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
1809
+ "license": "MIT"
1810
+ },
1811
+ "node_modules/extend-shallow": {
1812
+ "version": "2.0.1",
1813
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
1814
+ "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
1815
+ "license": "MIT",
1816
+ "dependencies": {
1817
+ "is-extendable": "^0.1.0"
1818
+ },
1819
+ "engines": {
1820
+ "node": ">=0.10.0"
1821
+ }
1822
+ },
1823
+ "node_modules/fsevents": {
1824
+ "version": "2.3.3",
1825
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
1826
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
1827
+ "dev": true,
1828
+ "hasInstallScript": true,
1829
+ "license": "MIT",
1830
+ "optional": true,
1831
+ "os": [
1832
+ "darwin"
1833
+ ],
1834
+ "engines": {
1835
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1836
+ }
1837
+ },
1838
+ "node_modules/get-tsconfig": {
1839
+ "version": "4.13.6",
1840
+ "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.6.tgz",
1841
+ "integrity": "sha512-shZT/QMiSHc/YBLxxOkMtgSid5HFoauqCE3/exfsEcwg1WkeqjG+V40yBbBrsD+jW2HDXcs28xOfcbm2jI8Ddw==",
1842
+ "dev": true,
1843
+ "license": "MIT",
1844
+ "dependencies": {
1845
+ "resolve-pkg-maps": "^1.0.0"
1846
+ },
1847
+ "funding": {
1848
+ "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
1849
+ }
1850
+ },
1851
+ "node_modules/graceful-fs": {
1852
+ "version": "4.2.11",
1853
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
1854
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
1855
+ "dev": true,
1856
+ "license": "ISC"
1857
+ },
1858
+ "node_modules/gray-matter": {
1859
+ "version": "4.0.3",
1860
+ "resolved": "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.3.tgz",
1861
+ "integrity": "sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==",
1862
+ "license": "MIT",
1863
+ "dependencies": {
1864
+ "js-yaml": "^3.13.1",
1865
+ "kind-of": "^6.0.2",
1866
+ "section-matter": "^1.0.0",
1867
+ "strip-bom-string": "^1.0.0"
1868
+ },
1869
+ "engines": {
1870
+ "node": ">=6.0"
1871
+ }
1872
+ },
1873
+ "node_modules/hast-util-is-element": {
1874
+ "version": "3.0.0",
1875
+ "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz",
1876
+ "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==",
1877
+ "license": "MIT",
1878
+ "dependencies": {
1879
+ "@types/hast": "^3.0.0"
1880
+ },
1881
+ "funding": {
1882
+ "type": "opencollective",
1883
+ "url": "https://opencollective.com/unified"
1884
+ }
1885
+ },
1886
+ "node_modules/hast-util-to-jsx-runtime": {
1887
+ "version": "2.3.6",
1888
+ "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz",
1889
+ "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==",
1890
+ "license": "MIT",
1891
+ "dependencies": {
1892
+ "@types/estree": "^1.0.0",
1893
+ "@types/hast": "^3.0.0",
1894
+ "@types/unist": "^3.0.0",
1895
+ "comma-separated-tokens": "^2.0.0",
1896
+ "devlop": "^1.0.0",
1897
+ "estree-util-is-identifier-name": "^3.0.0",
1898
+ "hast-util-whitespace": "^3.0.0",
1899
+ "mdast-util-mdx-expression": "^2.0.0",
1900
+ "mdast-util-mdx-jsx": "^3.0.0",
1901
+ "mdast-util-mdxjs-esm": "^2.0.0",
1902
+ "property-information": "^7.0.0",
1903
+ "space-separated-tokens": "^2.0.0",
1904
+ "style-to-js": "^1.0.0",
1905
+ "unist-util-position": "^5.0.0",
1906
+ "vfile-message": "^4.0.0"
1907
+ },
1908
+ "funding": {
1909
+ "type": "opencollective",
1910
+ "url": "https://opencollective.com/unified"
1911
+ }
1912
+ },
1913
+ "node_modules/hast-util-to-text": {
1914
+ "version": "4.0.2",
1915
+ "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz",
1916
+ "integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==",
1917
+ "license": "MIT",
1918
+ "dependencies": {
1919
+ "@types/hast": "^3.0.0",
1920
+ "@types/unist": "^3.0.0",
1921
+ "hast-util-is-element": "^3.0.0",
1922
+ "unist-util-find-after": "^5.0.0"
1923
+ },
1924
+ "funding": {
1925
+ "type": "opencollective",
1926
+ "url": "https://opencollective.com/unified"
1927
+ }
1928
+ },
1929
+ "node_modules/hast-util-whitespace": {
1930
+ "version": "3.0.0",
1931
+ "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
1932
+ "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
1933
+ "license": "MIT",
1934
+ "dependencies": {
1935
+ "@types/hast": "^3.0.0"
1936
+ },
1937
+ "funding": {
1938
+ "type": "opencollective",
1939
+ "url": "https://opencollective.com/unified"
1940
+ }
1941
+ },
1942
+ "node_modules/highlight.js": {
1943
+ "version": "11.11.1",
1944
+ "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.1.tgz",
1945
+ "integrity": "sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==",
1946
+ "license": "BSD-3-Clause",
1947
+ "engines": {
1948
+ "node": ">=12.0.0"
1949
+ }
1950
+ },
1951
+ "node_modules/html-url-attributes": {
1952
+ "version": "3.0.1",
1953
+ "resolved": "https://registry.npmjs.org/html-url-attributes/-/html-url-attributes-3.0.1.tgz",
1954
+ "integrity": "sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==",
1955
+ "license": "MIT",
1956
+ "funding": {
1957
+ "type": "opencollective",
1958
+ "url": "https://opencollective.com/unified"
1959
+ }
1960
+ },
1961
+ "node_modules/inline-style-parser": {
1962
+ "version": "0.2.7",
1963
+ "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.7.tgz",
1964
+ "integrity": "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==",
1965
+ "license": "MIT"
1966
+ },
1967
+ "node_modules/is-alphabetical": {
1968
+ "version": "2.0.1",
1969
+ "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
1970
+ "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
1971
+ "license": "MIT",
1972
+ "funding": {
1973
+ "type": "github",
1974
+ "url": "https://github.com/sponsors/wooorm"
1975
+ }
1976
+ },
1977
+ "node_modules/is-alphanumerical": {
1978
+ "version": "2.0.1",
1979
+ "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
1980
+ "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
1981
+ "license": "MIT",
1982
+ "dependencies": {
1983
+ "is-alphabetical": "^2.0.0",
1984
+ "is-decimal": "^2.0.0"
1985
+ },
1986
+ "funding": {
1987
+ "type": "github",
1988
+ "url": "https://github.com/sponsors/wooorm"
1989
+ }
1990
+ },
1991
+ "node_modules/is-decimal": {
1992
+ "version": "2.0.1",
1993
+ "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz",
1994
+ "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
1995
+ "license": "MIT",
1996
+ "funding": {
1997
+ "type": "github",
1998
+ "url": "https://github.com/sponsors/wooorm"
1999
+ }
2000
+ },
2001
+ "node_modules/is-extendable": {
2002
+ "version": "0.1.1",
2003
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
2004
+ "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
2005
+ "license": "MIT",
2006
+ "engines": {
2007
+ "node": ">=0.10.0"
2008
+ }
2009
+ },
2010
+ "node_modules/is-hexadecimal": {
2011
+ "version": "2.0.1",
2012
+ "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
2013
+ "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
2014
+ "license": "MIT",
2015
+ "funding": {
2016
+ "type": "github",
2017
+ "url": "https://github.com/sponsors/wooorm"
2018
+ }
2019
+ },
2020
+ "node_modules/is-plain-obj": {
2021
+ "version": "4.1.0",
2022
+ "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
2023
+ "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
2024
+ "license": "MIT",
2025
+ "engines": {
2026
+ "node": ">=12"
2027
+ },
2028
+ "funding": {
2029
+ "url": "https://github.com/sponsors/sindresorhus"
2030
+ }
2031
+ },
2032
+ "node_modules/jiti": {
2033
+ "version": "2.6.1",
2034
+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
2035
+ "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
2036
+ "dev": true,
2037
+ "license": "MIT",
2038
+ "bin": {
2039
+ "jiti": "lib/jiti-cli.mjs"
2040
+ }
2041
+ },
2042
+ "node_modules/js-yaml": {
2043
+ "version": "3.14.2",
2044
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz",
2045
+ "integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==",
2046
+ "license": "MIT",
2047
+ "dependencies": {
2048
+ "argparse": "^1.0.7",
2049
+ "esprima": "^4.0.0"
2050
+ },
2051
+ "bin": {
2052
+ "js-yaml": "bin/js-yaml.js"
2053
+ }
2054
+ },
2055
+ "node_modules/kind-of": {
2056
+ "version": "6.0.3",
2057
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
2058
+ "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
2059
+ "license": "MIT",
2060
+ "engines": {
2061
+ "node": ">=0.10.0"
2062
+ }
2063
+ },
2064
+ "node_modules/lightningcss": {
2065
+ "version": "1.31.1",
2066
+ "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.31.1.tgz",
2067
+ "integrity": "sha512-l51N2r93WmGUye3WuFoN5k10zyvrVs0qfKBhyC5ogUQ6Ew6JUSswh78mbSO+IU3nTWsyOArqPCcShdQSadghBQ==",
2068
+ "dev": true,
2069
+ "license": "MPL-2.0",
2070
+ "dependencies": {
2071
+ "detect-libc": "^2.0.3"
2072
+ },
2073
+ "engines": {
2074
+ "node": ">= 12.0.0"
2075
+ },
2076
+ "funding": {
2077
+ "type": "opencollective",
2078
+ "url": "https://opencollective.com/parcel"
2079
+ },
2080
+ "optionalDependencies": {
2081
+ "lightningcss-android-arm64": "1.31.1",
2082
+ "lightningcss-darwin-arm64": "1.31.1",
2083
+ "lightningcss-darwin-x64": "1.31.1",
2084
+ "lightningcss-freebsd-x64": "1.31.1",
2085
+ "lightningcss-linux-arm-gnueabihf": "1.31.1",
2086
+ "lightningcss-linux-arm64-gnu": "1.31.1",
2087
+ "lightningcss-linux-arm64-musl": "1.31.1",
2088
+ "lightningcss-linux-x64-gnu": "1.31.1",
2089
+ "lightningcss-linux-x64-musl": "1.31.1",
2090
+ "lightningcss-win32-arm64-msvc": "1.31.1",
2091
+ "lightningcss-win32-x64-msvc": "1.31.1"
2092
+ }
2093
+ },
2094
+ "node_modules/lightningcss-android-arm64": {
2095
+ "version": "1.31.1",
2096
+ "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.31.1.tgz",
2097
+ "integrity": "sha512-HXJF3x8w9nQ4jbXRiNppBCqeZPIAfUo8zE/kOEGbW5NZvGc/K7nMxbhIr+YlFlHW5mpbg/YFPdbnCh1wAXCKFg==",
2098
+ "cpu": [
2099
+ "arm64"
2100
+ ],
2101
+ "dev": true,
2102
+ "license": "MPL-2.0",
2103
+ "optional": true,
2104
+ "os": [
2105
+ "android"
2106
+ ],
2107
+ "engines": {
2108
+ "node": ">= 12.0.0"
2109
+ },
2110
+ "funding": {
2111
+ "type": "opencollective",
2112
+ "url": "https://opencollective.com/parcel"
2113
+ }
2114
+ },
2115
+ "node_modules/lightningcss-darwin-arm64": {
2116
+ "version": "1.31.1",
2117
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.31.1.tgz",
2118
+ "integrity": "sha512-02uTEqf3vIfNMq3h/z2cJfcOXnQ0GRwQrkmPafhueLb2h7mqEidiCzkE4gBMEH65abHRiQvhdcQ+aP0D0g67sg==",
2119
+ "cpu": [
2120
+ "arm64"
2121
+ ],
2122
+ "dev": true,
2123
+ "license": "MPL-2.0",
2124
+ "optional": true,
2125
+ "os": [
2126
+ "darwin"
2127
+ ],
2128
+ "engines": {
2129
+ "node": ">= 12.0.0"
2130
+ },
2131
+ "funding": {
2132
+ "type": "opencollective",
2133
+ "url": "https://opencollective.com/parcel"
2134
+ }
2135
+ },
2136
+ "node_modules/lightningcss-darwin-x64": {
2137
+ "version": "1.31.1",
2138
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.31.1.tgz",
2139
+ "integrity": "sha512-1ObhyoCY+tGxtsz1lSx5NXCj3nirk0Y0kB/g8B8DT+sSx4G9djitg9ejFnjb3gJNWo7qXH4DIy2SUHvpoFwfTA==",
2140
+ "cpu": [
2141
+ "x64"
2142
+ ],
2143
+ "dev": true,
2144
+ "license": "MPL-2.0",
2145
+ "optional": true,
2146
+ "os": [
2147
+ "darwin"
2148
+ ],
2149
+ "engines": {
2150
+ "node": ">= 12.0.0"
2151
+ },
2152
+ "funding": {
2153
+ "type": "opencollective",
2154
+ "url": "https://opencollective.com/parcel"
2155
+ }
2156
+ },
2157
+ "node_modules/lightningcss-freebsd-x64": {
2158
+ "version": "1.31.1",
2159
+ "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.31.1.tgz",
2160
+ "integrity": "sha512-1RINmQKAItO6ISxYgPwszQE1BrsVU5aB45ho6O42mu96UiZBxEXsuQ7cJW4zs4CEodPUioj/QrXW1r9pLUM74A==",
2161
+ "cpu": [
2162
+ "x64"
2163
+ ],
2164
+ "dev": true,
2165
+ "license": "MPL-2.0",
2166
+ "optional": true,
2167
+ "os": [
2168
+ "freebsd"
2169
+ ],
2170
+ "engines": {
2171
+ "node": ">= 12.0.0"
2172
+ },
2173
+ "funding": {
2174
+ "type": "opencollective",
2175
+ "url": "https://opencollective.com/parcel"
2176
+ }
2177
+ },
2178
+ "node_modules/lightningcss-linux-arm-gnueabihf": {
2179
+ "version": "1.31.1",
2180
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.31.1.tgz",
2181
+ "integrity": "sha512-OOCm2//MZJ87CdDK62rZIu+aw9gBv4azMJuA8/KB74wmfS3lnC4yoPHm0uXZ/dvNNHmnZnB8XLAZzObeG0nS1g==",
2182
+ "cpu": [
2183
+ "arm"
2184
+ ],
2185
+ "dev": true,
2186
+ "license": "MPL-2.0",
2187
+ "optional": true,
2188
+ "os": [
2189
+ "linux"
2190
+ ],
2191
+ "engines": {
2192
+ "node": ">= 12.0.0"
2193
+ },
2194
+ "funding": {
2195
+ "type": "opencollective",
2196
+ "url": "https://opencollective.com/parcel"
2197
+ }
2198
+ },
2199
+ "node_modules/lightningcss-linux-arm64-gnu": {
2200
+ "version": "1.31.1",
2201
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.31.1.tgz",
2202
+ "integrity": "sha512-WKyLWztD71rTnou4xAD5kQT+982wvca7E6QoLpoawZ1gP9JM0GJj4Tp5jMUh9B3AitHbRZ2/H3W5xQmdEOUlLg==",
2203
+ "cpu": [
2204
+ "arm64"
2205
+ ],
2206
+ "dev": true,
2207
+ "license": "MPL-2.0",
2208
+ "optional": true,
2209
+ "os": [
2210
+ "linux"
2211
+ ],
2212
+ "engines": {
2213
+ "node": ">= 12.0.0"
2214
+ },
2215
+ "funding": {
2216
+ "type": "opencollective",
2217
+ "url": "https://opencollective.com/parcel"
2218
+ }
2219
+ },
2220
+ "node_modules/lightningcss-linux-arm64-musl": {
2221
+ "version": "1.31.1",
2222
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.31.1.tgz",
2223
+ "integrity": "sha512-mVZ7Pg2zIbe3XlNbZJdjs86YViQFoJSpc41CbVmKBPiGmC4YrfeOyz65ms2qpAobVd7WQsbW4PdsSJEMymyIMg==",
2224
+ "cpu": [
2225
+ "arm64"
2226
+ ],
2227
+ "dev": true,
2228
+ "license": "MPL-2.0",
2229
+ "optional": true,
2230
+ "os": [
2231
+ "linux"
2232
+ ],
2233
+ "engines": {
2234
+ "node": ">= 12.0.0"
2235
+ },
2236
+ "funding": {
2237
+ "type": "opencollective",
2238
+ "url": "https://opencollective.com/parcel"
2239
+ }
2240
+ },
2241
+ "node_modules/lightningcss-linux-x64-gnu": {
2242
+ "version": "1.31.1",
2243
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.31.1.tgz",
2244
+ "integrity": "sha512-xGlFWRMl+0KvUhgySdIaReQdB4FNudfUTARn7q0hh/V67PVGCs3ADFjw+6++kG1RNd0zdGRlEKa+T13/tQjPMA==",
2245
+ "cpu": [
2246
+ "x64"
2247
+ ],
2248
+ "dev": true,
2249
+ "license": "MPL-2.0",
2250
+ "optional": true,
2251
+ "os": [
2252
+ "linux"
2253
+ ],
2254
+ "engines": {
2255
+ "node": ">= 12.0.0"
2256
+ },
2257
+ "funding": {
2258
+ "type": "opencollective",
2259
+ "url": "https://opencollective.com/parcel"
2260
+ }
2261
+ },
2262
+ "node_modules/lightningcss-linux-x64-musl": {
2263
+ "version": "1.31.1",
2264
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.31.1.tgz",
2265
+ "integrity": "sha512-eowF8PrKHw9LpoZii5tdZwnBcYDxRw2rRCyvAXLi34iyeYfqCQNA9rmUM0ce62NlPhCvof1+9ivRaTY6pSKDaA==",
2266
+ "cpu": [
2267
+ "x64"
2268
+ ],
2269
+ "dev": true,
2270
+ "license": "MPL-2.0",
2271
+ "optional": true,
2272
+ "os": [
2273
+ "linux"
2274
+ ],
2275
+ "engines": {
2276
+ "node": ">= 12.0.0"
2277
+ },
2278
+ "funding": {
2279
+ "type": "opencollective",
2280
+ "url": "https://opencollective.com/parcel"
2281
+ }
2282
+ },
2283
+ "node_modules/lightningcss-win32-arm64-msvc": {
2284
+ "version": "1.31.1",
2285
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.31.1.tgz",
2286
+ "integrity": "sha512-aJReEbSEQzx1uBlQizAOBSjcmr9dCdL3XuC/6HLXAxmtErsj2ICo5yYggg1qOODQMtnjNQv2UHb9NpOuFtYe4w==",
2287
+ "cpu": [
2288
+ "arm64"
2289
+ ],
2290
+ "dev": true,
2291
+ "license": "MPL-2.0",
2292
+ "optional": true,
2293
+ "os": [
2294
+ "win32"
2295
+ ],
2296
+ "engines": {
2297
+ "node": ">= 12.0.0"
2298
+ },
2299
+ "funding": {
2300
+ "type": "opencollective",
2301
+ "url": "https://opencollective.com/parcel"
2302
+ }
2303
+ },
2304
+ "node_modules/lightningcss-win32-x64-msvc": {
2305
+ "version": "1.31.1",
2306
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.31.1.tgz",
2307
+ "integrity": "sha512-I9aiFrbd7oYHwlnQDqr1Roz+fTz61oDDJX7n9tYF9FJymH1cIN1DtKw3iYt6b8WZgEjoNwVSncwF4wx/ZedMhw==",
2308
+ "cpu": [
2309
+ "x64"
2310
+ ],
2311
+ "dev": true,
2312
+ "license": "MPL-2.0",
2313
+ "optional": true,
2314
+ "os": [
2315
+ "win32"
2316
+ ],
2317
+ "engines": {
2318
+ "node": ">= 12.0.0"
2319
+ },
2320
+ "funding": {
2321
+ "type": "opencollective",
2322
+ "url": "https://opencollective.com/parcel"
2323
+ }
2324
+ },
2325
+ "node_modules/longest-streak": {
2326
+ "version": "3.1.0",
2327
+ "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz",
2328
+ "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
2329
+ "license": "MIT",
2330
+ "funding": {
2331
+ "type": "github",
2332
+ "url": "https://github.com/sponsors/wooorm"
2333
+ }
2334
+ },
2335
+ "node_modules/lowlight": {
2336
+ "version": "3.3.0",
2337
+ "resolved": "https://registry.npmjs.org/lowlight/-/lowlight-3.3.0.tgz",
2338
+ "integrity": "sha512-0JNhgFoPvP6U6lE/UdVsSq99tn6DhjjpAj5MxG49ewd2mOBVtwWYIT8ClyABhq198aXXODMU6Ox8DrGy/CpTZQ==",
2339
+ "license": "MIT",
2340
+ "dependencies": {
2341
+ "@types/hast": "^3.0.0",
2342
+ "devlop": "^1.0.0",
2343
+ "highlight.js": "~11.11.0"
2344
+ },
2345
+ "funding": {
2346
+ "type": "github",
2347
+ "url": "https://github.com/sponsors/wooorm"
2348
+ }
2349
+ },
2350
+ "node_modules/magic-string": {
2351
+ "version": "0.30.21",
2352
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
2353
+ "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
2354
+ "dev": true,
2355
+ "license": "MIT",
2356
+ "dependencies": {
2357
+ "@jridgewell/sourcemap-codec": "^1.5.5"
2358
+ }
2359
+ },
2360
+ "node_modules/markdown-table": {
2361
+ "version": "3.0.4",
2362
+ "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz",
2363
+ "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
2364
+ "license": "MIT",
2365
+ "funding": {
2366
+ "type": "github",
2367
+ "url": "https://github.com/sponsors/wooorm"
2368
+ }
2369
+ },
2370
+ "node_modules/mdast-util-find-and-replace": {
2371
+ "version": "3.0.2",
2372
+ "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
2373
+ "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
2374
+ "license": "MIT",
2375
+ "dependencies": {
2376
+ "@types/mdast": "^4.0.0",
2377
+ "escape-string-regexp": "^5.0.0",
2378
+ "unist-util-is": "^6.0.0",
2379
+ "unist-util-visit-parents": "^6.0.0"
2380
+ },
2381
+ "funding": {
2382
+ "type": "opencollective",
2383
+ "url": "https://opencollective.com/unified"
2384
+ }
2385
+ },
2386
+ "node_modules/mdast-util-from-markdown": {
2387
+ "version": "2.0.2",
2388
+ "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz",
2389
+ "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==",
2390
+ "license": "MIT",
2391
+ "dependencies": {
2392
+ "@types/mdast": "^4.0.0",
2393
+ "@types/unist": "^3.0.0",
2394
+ "decode-named-character-reference": "^1.0.0",
2395
+ "devlop": "^1.0.0",
2396
+ "mdast-util-to-string": "^4.0.0",
2397
+ "micromark": "^4.0.0",
2398
+ "micromark-util-decode-numeric-character-reference": "^2.0.0",
2399
+ "micromark-util-decode-string": "^2.0.0",
2400
+ "micromark-util-normalize-identifier": "^2.0.0",
2401
+ "micromark-util-symbol": "^2.0.0",
2402
+ "micromark-util-types": "^2.0.0",
2403
+ "unist-util-stringify-position": "^4.0.0"
2404
+ },
2405
+ "funding": {
2406
+ "type": "opencollective",
2407
+ "url": "https://opencollective.com/unified"
2408
+ }
2409
+ },
2410
+ "node_modules/mdast-util-gfm": {
2411
+ "version": "3.1.0",
2412
+ "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
2413
+ "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
2414
+ "license": "MIT",
2415
+ "dependencies": {
2416
+ "mdast-util-from-markdown": "^2.0.0",
2417
+ "mdast-util-gfm-autolink-literal": "^2.0.0",
2418
+ "mdast-util-gfm-footnote": "^2.0.0",
2419
+ "mdast-util-gfm-strikethrough": "^2.0.0",
2420
+ "mdast-util-gfm-table": "^2.0.0",
2421
+ "mdast-util-gfm-task-list-item": "^2.0.0",
2422
+ "mdast-util-to-markdown": "^2.0.0"
2423
+ },
2424
+ "funding": {
2425
+ "type": "opencollective",
2426
+ "url": "https://opencollective.com/unified"
2427
+ }
2428
+ },
2429
+ "node_modules/mdast-util-gfm-autolink-literal": {
2430
+ "version": "2.0.1",
2431
+ "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
2432
+ "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
2433
+ "license": "MIT",
2434
+ "dependencies": {
2435
+ "@types/mdast": "^4.0.0",
2436
+ "ccount": "^2.0.0",
2437
+ "devlop": "^1.0.0",
2438
+ "mdast-util-find-and-replace": "^3.0.0",
2439
+ "micromark-util-character": "^2.0.0"
2440
+ },
2441
+ "funding": {
2442
+ "type": "opencollective",
2443
+ "url": "https://opencollective.com/unified"
2444
+ }
2445
+ },
2446
+ "node_modules/mdast-util-gfm-footnote": {
2447
+ "version": "2.1.0",
2448
+ "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
2449
+ "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
2450
+ "license": "MIT",
2451
+ "dependencies": {
2452
+ "@types/mdast": "^4.0.0",
2453
+ "devlop": "^1.1.0",
2454
+ "mdast-util-from-markdown": "^2.0.0",
2455
+ "mdast-util-to-markdown": "^2.0.0",
2456
+ "micromark-util-normalize-identifier": "^2.0.0"
2457
+ },
2458
+ "funding": {
2459
+ "type": "opencollective",
2460
+ "url": "https://opencollective.com/unified"
2461
+ }
2462
+ },
2463
+ "node_modules/mdast-util-gfm-strikethrough": {
2464
+ "version": "2.0.0",
2465
+ "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
2466
+ "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
2467
+ "license": "MIT",
2468
+ "dependencies": {
2469
+ "@types/mdast": "^4.0.0",
2470
+ "mdast-util-from-markdown": "^2.0.0",
2471
+ "mdast-util-to-markdown": "^2.0.0"
2472
+ },
2473
+ "funding": {
2474
+ "type": "opencollective",
2475
+ "url": "https://opencollective.com/unified"
2476
+ }
2477
+ },
2478
+ "node_modules/mdast-util-gfm-table": {
2479
+ "version": "2.0.0",
2480
+ "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
2481
+ "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
2482
+ "license": "MIT",
2483
+ "dependencies": {
2484
+ "@types/mdast": "^4.0.0",
2485
+ "devlop": "^1.0.0",
2486
+ "markdown-table": "^3.0.0",
2487
+ "mdast-util-from-markdown": "^2.0.0",
2488
+ "mdast-util-to-markdown": "^2.0.0"
2489
+ },
2490
+ "funding": {
2491
+ "type": "opencollective",
2492
+ "url": "https://opencollective.com/unified"
2493
+ }
2494
+ },
2495
+ "node_modules/mdast-util-gfm-task-list-item": {
2496
+ "version": "2.0.0",
2497
+ "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
2498
+ "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
2499
+ "license": "MIT",
2500
+ "dependencies": {
2501
+ "@types/mdast": "^4.0.0",
2502
+ "devlop": "^1.0.0",
2503
+ "mdast-util-from-markdown": "^2.0.0",
2504
+ "mdast-util-to-markdown": "^2.0.0"
2505
+ },
2506
+ "funding": {
2507
+ "type": "opencollective",
2508
+ "url": "https://opencollective.com/unified"
2509
+ }
2510
+ },
2511
+ "node_modules/mdast-util-mdx-expression": {
2512
+ "version": "2.0.1",
2513
+ "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz",
2514
+ "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==",
2515
+ "license": "MIT",
2516
+ "dependencies": {
2517
+ "@types/estree-jsx": "^1.0.0",
2518
+ "@types/hast": "^3.0.0",
2519
+ "@types/mdast": "^4.0.0",
2520
+ "devlop": "^1.0.0",
2521
+ "mdast-util-from-markdown": "^2.0.0",
2522
+ "mdast-util-to-markdown": "^2.0.0"
2523
+ },
2524
+ "funding": {
2525
+ "type": "opencollective",
2526
+ "url": "https://opencollective.com/unified"
2527
+ }
2528
+ },
2529
+ "node_modules/mdast-util-mdx-jsx": {
2530
+ "version": "3.2.0",
2531
+ "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz",
2532
+ "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==",
2533
+ "license": "MIT",
2534
+ "dependencies": {
2535
+ "@types/estree-jsx": "^1.0.0",
2536
+ "@types/hast": "^3.0.0",
2537
+ "@types/mdast": "^4.0.0",
2538
+ "@types/unist": "^3.0.0",
2539
+ "ccount": "^2.0.0",
2540
+ "devlop": "^1.1.0",
2541
+ "mdast-util-from-markdown": "^2.0.0",
2542
+ "mdast-util-to-markdown": "^2.0.0",
2543
+ "parse-entities": "^4.0.0",
2544
+ "stringify-entities": "^4.0.0",
2545
+ "unist-util-stringify-position": "^4.0.0",
2546
+ "vfile-message": "^4.0.0"
2547
+ },
2548
+ "funding": {
2549
+ "type": "opencollective",
2550
+ "url": "https://opencollective.com/unified"
2551
+ }
2552
+ },
2553
+ "node_modules/mdast-util-mdxjs-esm": {
2554
+ "version": "2.0.1",
2555
+ "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz",
2556
+ "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==",
2557
+ "license": "MIT",
2558
+ "dependencies": {
2559
+ "@types/estree-jsx": "^1.0.0",
2560
+ "@types/hast": "^3.0.0",
2561
+ "@types/mdast": "^4.0.0",
2562
+ "devlop": "^1.0.0",
2563
+ "mdast-util-from-markdown": "^2.0.0",
2564
+ "mdast-util-to-markdown": "^2.0.0"
2565
+ },
2566
+ "funding": {
2567
+ "type": "opencollective",
2568
+ "url": "https://opencollective.com/unified"
2569
+ }
2570
+ },
2571
+ "node_modules/mdast-util-phrasing": {
2572
+ "version": "4.1.0",
2573
+ "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
2574
+ "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
2575
+ "license": "MIT",
2576
+ "dependencies": {
2577
+ "@types/mdast": "^4.0.0",
2578
+ "unist-util-is": "^6.0.0"
2579
+ },
2580
+ "funding": {
2581
+ "type": "opencollective",
2582
+ "url": "https://opencollective.com/unified"
2583
+ }
2584
+ },
2585
+ "node_modules/mdast-util-to-hast": {
2586
+ "version": "13.2.1",
2587
+ "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz",
2588
+ "integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==",
2589
+ "license": "MIT",
2590
+ "dependencies": {
2591
+ "@types/hast": "^3.0.0",
2592
+ "@types/mdast": "^4.0.0",
2593
+ "@ungap/structured-clone": "^1.0.0",
2594
+ "devlop": "^1.0.0",
2595
+ "micromark-util-sanitize-uri": "^2.0.0",
2596
+ "trim-lines": "^3.0.0",
2597
+ "unist-util-position": "^5.0.0",
2598
+ "unist-util-visit": "^5.0.0",
2599
+ "vfile": "^6.0.0"
2600
+ },
2601
+ "funding": {
2602
+ "type": "opencollective",
2603
+ "url": "https://opencollective.com/unified"
2604
+ }
2605
+ },
2606
+ "node_modules/mdast-util-to-markdown": {
2607
+ "version": "2.1.2",
2608
+ "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
2609
+ "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
2610
+ "license": "MIT",
2611
+ "dependencies": {
2612
+ "@types/mdast": "^4.0.0",
2613
+ "@types/unist": "^3.0.0",
2614
+ "longest-streak": "^3.0.0",
2615
+ "mdast-util-phrasing": "^4.0.0",
2616
+ "mdast-util-to-string": "^4.0.0",
2617
+ "micromark-util-classify-character": "^2.0.0",
2618
+ "micromark-util-decode-string": "^2.0.0",
2619
+ "unist-util-visit": "^5.0.0",
2620
+ "zwitch": "^2.0.0"
2621
+ },
2622
+ "funding": {
2623
+ "type": "opencollective",
2624
+ "url": "https://opencollective.com/unified"
2625
+ }
2626
+ },
2627
+ "node_modules/mdast-util-to-string": {
2628
+ "version": "4.0.0",
2629
+ "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
2630
+ "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
2631
+ "license": "MIT",
2632
+ "dependencies": {
2633
+ "@types/mdast": "^4.0.0"
2634
+ },
2635
+ "funding": {
2636
+ "type": "opencollective",
2637
+ "url": "https://opencollective.com/unified"
2638
+ }
2639
+ },
2640
+ "node_modules/micromark": {
2641
+ "version": "4.0.2",
2642
+ "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz",
2643
+ "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
2644
+ "funding": [
2645
+ {
2646
+ "type": "GitHub Sponsors",
2647
+ "url": "https://github.com/sponsors/unifiedjs"
2648
+ },
2649
+ {
2650
+ "type": "OpenCollective",
2651
+ "url": "https://opencollective.com/unified"
2652
+ }
2653
+ ],
2654
+ "license": "MIT",
2655
+ "dependencies": {
2656
+ "@types/debug": "^4.0.0",
2657
+ "debug": "^4.0.0",
2658
+ "decode-named-character-reference": "^1.0.0",
2659
+ "devlop": "^1.0.0",
2660
+ "micromark-core-commonmark": "^2.0.0",
2661
+ "micromark-factory-space": "^2.0.0",
2662
+ "micromark-util-character": "^2.0.0",
2663
+ "micromark-util-chunked": "^2.0.0",
2664
+ "micromark-util-combine-extensions": "^2.0.0",
2665
+ "micromark-util-decode-numeric-character-reference": "^2.0.0",
2666
+ "micromark-util-encode": "^2.0.0",
2667
+ "micromark-util-normalize-identifier": "^2.0.0",
2668
+ "micromark-util-resolve-all": "^2.0.0",
2669
+ "micromark-util-sanitize-uri": "^2.0.0",
2670
+ "micromark-util-subtokenize": "^2.0.0",
2671
+ "micromark-util-symbol": "^2.0.0",
2672
+ "micromark-util-types": "^2.0.0"
2673
+ }
2674
+ },
2675
+ "node_modules/micromark-core-commonmark": {
2676
+ "version": "2.0.3",
2677
+ "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
2678
+ "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
2679
+ "funding": [
2680
+ {
2681
+ "type": "GitHub Sponsors",
2682
+ "url": "https://github.com/sponsors/unifiedjs"
2683
+ },
2684
+ {
2685
+ "type": "OpenCollective",
2686
+ "url": "https://opencollective.com/unified"
2687
+ }
2688
+ ],
2689
+ "license": "MIT",
2690
+ "dependencies": {
2691
+ "decode-named-character-reference": "^1.0.0",
2692
+ "devlop": "^1.0.0",
2693
+ "micromark-factory-destination": "^2.0.0",
2694
+ "micromark-factory-label": "^2.0.0",
2695
+ "micromark-factory-space": "^2.0.0",
2696
+ "micromark-factory-title": "^2.0.0",
2697
+ "micromark-factory-whitespace": "^2.0.0",
2698
+ "micromark-util-character": "^2.0.0",
2699
+ "micromark-util-chunked": "^2.0.0",
2700
+ "micromark-util-classify-character": "^2.0.0",
2701
+ "micromark-util-html-tag-name": "^2.0.0",
2702
+ "micromark-util-normalize-identifier": "^2.0.0",
2703
+ "micromark-util-resolve-all": "^2.0.0",
2704
+ "micromark-util-subtokenize": "^2.0.0",
2705
+ "micromark-util-symbol": "^2.0.0",
2706
+ "micromark-util-types": "^2.0.0"
2707
+ }
2708
+ },
2709
+ "node_modules/micromark-extension-gfm": {
2710
+ "version": "3.0.0",
2711
+ "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
2712
+ "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
2713
+ "license": "MIT",
2714
+ "dependencies": {
2715
+ "micromark-extension-gfm-autolink-literal": "^2.0.0",
2716
+ "micromark-extension-gfm-footnote": "^2.0.0",
2717
+ "micromark-extension-gfm-strikethrough": "^2.0.0",
2718
+ "micromark-extension-gfm-table": "^2.0.0",
2719
+ "micromark-extension-gfm-tagfilter": "^2.0.0",
2720
+ "micromark-extension-gfm-task-list-item": "^2.0.0",
2721
+ "micromark-util-combine-extensions": "^2.0.0",
2722
+ "micromark-util-types": "^2.0.0"
2723
+ },
2724
+ "funding": {
2725
+ "type": "opencollective",
2726
+ "url": "https://opencollective.com/unified"
2727
+ }
2728
+ },
2729
+ "node_modules/micromark-extension-gfm-autolink-literal": {
2730
+ "version": "2.1.0",
2731
+ "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
2732
+ "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
2733
+ "license": "MIT",
2734
+ "dependencies": {
2735
+ "micromark-util-character": "^2.0.0",
2736
+ "micromark-util-sanitize-uri": "^2.0.0",
2737
+ "micromark-util-symbol": "^2.0.0",
2738
+ "micromark-util-types": "^2.0.0"
2739
+ },
2740
+ "funding": {
2741
+ "type": "opencollective",
2742
+ "url": "https://opencollective.com/unified"
2743
+ }
2744
+ },
2745
+ "node_modules/micromark-extension-gfm-footnote": {
2746
+ "version": "2.1.0",
2747
+ "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
2748
+ "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
2749
+ "license": "MIT",
2750
+ "dependencies": {
2751
+ "devlop": "^1.0.0",
2752
+ "micromark-core-commonmark": "^2.0.0",
2753
+ "micromark-factory-space": "^2.0.0",
2754
+ "micromark-util-character": "^2.0.0",
2755
+ "micromark-util-normalize-identifier": "^2.0.0",
2756
+ "micromark-util-sanitize-uri": "^2.0.0",
2757
+ "micromark-util-symbol": "^2.0.0",
2758
+ "micromark-util-types": "^2.0.0"
2759
+ },
2760
+ "funding": {
2761
+ "type": "opencollective",
2762
+ "url": "https://opencollective.com/unified"
2763
+ }
2764
+ },
2765
+ "node_modules/micromark-extension-gfm-strikethrough": {
2766
+ "version": "2.1.0",
2767
+ "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
2768
+ "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
2769
+ "license": "MIT",
2770
+ "dependencies": {
2771
+ "devlop": "^1.0.0",
2772
+ "micromark-util-chunked": "^2.0.0",
2773
+ "micromark-util-classify-character": "^2.0.0",
2774
+ "micromark-util-resolve-all": "^2.0.0",
2775
+ "micromark-util-symbol": "^2.0.0",
2776
+ "micromark-util-types": "^2.0.0"
2777
+ },
2778
+ "funding": {
2779
+ "type": "opencollective",
2780
+ "url": "https://opencollective.com/unified"
2781
+ }
2782
+ },
2783
+ "node_modules/micromark-extension-gfm-table": {
2784
+ "version": "2.1.1",
2785
+ "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
2786
+ "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
2787
+ "license": "MIT",
2788
+ "dependencies": {
2789
+ "devlop": "^1.0.0",
2790
+ "micromark-factory-space": "^2.0.0",
2791
+ "micromark-util-character": "^2.0.0",
2792
+ "micromark-util-symbol": "^2.0.0",
2793
+ "micromark-util-types": "^2.0.0"
2794
+ },
2795
+ "funding": {
2796
+ "type": "opencollective",
2797
+ "url": "https://opencollective.com/unified"
2798
+ }
2799
+ },
2800
+ "node_modules/micromark-extension-gfm-tagfilter": {
2801
+ "version": "2.0.0",
2802
+ "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
2803
+ "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
2804
+ "license": "MIT",
2805
+ "dependencies": {
2806
+ "micromark-util-types": "^2.0.0"
2807
+ },
2808
+ "funding": {
2809
+ "type": "opencollective",
2810
+ "url": "https://opencollective.com/unified"
2811
+ }
2812
+ },
2813
+ "node_modules/micromark-extension-gfm-task-list-item": {
2814
+ "version": "2.1.0",
2815
+ "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
2816
+ "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
2817
+ "license": "MIT",
2818
+ "dependencies": {
2819
+ "devlop": "^1.0.0",
2820
+ "micromark-factory-space": "^2.0.0",
2821
+ "micromark-util-character": "^2.0.0",
2822
+ "micromark-util-symbol": "^2.0.0",
2823
+ "micromark-util-types": "^2.0.0"
2824
+ },
2825
+ "funding": {
2826
+ "type": "opencollective",
2827
+ "url": "https://opencollective.com/unified"
2828
+ }
2829
+ },
2830
+ "node_modules/micromark-factory-destination": {
2831
+ "version": "2.0.1",
2832
+ "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
2833
+ "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
2834
+ "funding": [
2835
+ {
2836
+ "type": "GitHub Sponsors",
2837
+ "url": "https://github.com/sponsors/unifiedjs"
2838
+ },
2839
+ {
2840
+ "type": "OpenCollective",
2841
+ "url": "https://opencollective.com/unified"
2842
+ }
2843
+ ],
2844
+ "license": "MIT",
2845
+ "dependencies": {
2846
+ "micromark-util-character": "^2.0.0",
2847
+ "micromark-util-symbol": "^2.0.0",
2848
+ "micromark-util-types": "^2.0.0"
2849
+ }
2850
+ },
2851
+ "node_modules/micromark-factory-label": {
2852
+ "version": "2.0.1",
2853
+ "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
2854
+ "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
2855
+ "funding": [
2856
+ {
2857
+ "type": "GitHub Sponsors",
2858
+ "url": "https://github.com/sponsors/unifiedjs"
2859
+ },
2860
+ {
2861
+ "type": "OpenCollective",
2862
+ "url": "https://opencollective.com/unified"
2863
+ }
2864
+ ],
2865
+ "license": "MIT",
2866
+ "dependencies": {
2867
+ "devlop": "^1.0.0",
2868
+ "micromark-util-character": "^2.0.0",
2869
+ "micromark-util-symbol": "^2.0.0",
2870
+ "micromark-util-types": "^2.0.0"
2871
+ }
2872
+ },
2873
+ "node_modules/micromark-factory-space": {
2874
+ "version": "2.0.1",
2875
+ "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
2876
+ "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
2877
+ "funding": [
2878
+ {
2879
+ "type": "GitHub Sponsors",
2880
+ "url": "https://github.com/sponsors/unifiedjs"
2881
+ },
2882
+ {
2883
+ "type": "OpenCollective",
2884
+ "url": "https://opencollective.com/unified"
2885
+ }
2886
+ ],
2887
+ "license": "MIT",
2888
+ "dependencies": {
2889
+ "micromark-util-character": "^2.0.0",
2890
+ "micromark-util-types": "^2.0.0"
2891
+ }
2892
+ },
2893
+ "node_modules/micromark-factory-title": {
2894
+ "version": "2.0.1",
2895
+ "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
2896
+ "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
2897
+ "funding": [
2898
+ {
2899
+ "type": "GitHub Sponsors",
2900
+ "url": "https://github.com/sponsors/unifiedjs"
2901
+ },
2902
+ {
2903
+ "type": "OpenCollective",
2904
+ "url": "https://opencollective.com/unified"
2905
+ }
2906
+ ],
2907
+ "license": "MIT",
2908
+ "dependencies": {
2909
+ "micromark-factory-space": "^2.0.0",
2910
+ "micromark-util-character": "^2.0.0",
2911
+ "micromark-util-symbol": "^2.0.0",
2912
+ "micromark-util-types": "^2.0.0"
2913
+ }
2914
+ },
2915
+ "node_modules/micromark-factory-whitespace": {
2916
+ "version": "2.0.1",
2917
+ "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
2918
+ "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
2919
+ "funding": [
2920
+ {
2921
+ "type": "GitHub Sponsors",
2922
+ "url": "https://github.com/sponsors/unifiedjs"
2923
+ },
2924
+ {
2925
+ "type": "OpenCollective",
2926
+ "url": "https://opencollective.com/unified"
2927
+ }
2928
+ ],
2929
+ "license": "MIT",
2930
+ "dependencies": {
2931
+ "micromark-factory-space": "^2.0.0",
2932
+ "micromark-util-character": "^2.0.0",
2933
+ "micromark-util-symbol": "^2.0.0",
2934
+ "micromark-util-types": "^2.0.0"
2935
+ }
2936
+ },
2937
+ "node_modules/micromark-util-character": {
2938
+ "version": "2.1.1",
2939
+ "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
2940
+ "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
2941
+ "funding": [
2942
+ {
2943
+ "type": "GitHub Sponsors",
2944
+ "url": "https://github.com/sponsors/unifiedjs"
2945
+ },
2946
+ {
2947
+ "type": "OpenCollective",
2948
+ "url": "https://opencollective.com/unified"
2949
+ }
2950
+ ],
2951
+ "license": "MIT",
2952
+ "dependencies": {
2953
+ "micromark-util-symbol": "^2.0.0",
2954
+ "micromark-util-types": "^2.0.0"
2955
+ }
2956
+ },
2957
+ "node_modules/micromark-util-chunked": {
2958
+ "version": "2.0.1",
2959
+ "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
2960
+ "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
2961
+ "funding": [
2962
+ {
2963
+ "type": "GitHub Sponsors",
2964
+ "url": "https://github.com/sponsors/unifiedjs"
2965
+ },
2966
+ {
2967
+ "type": "OpenCollective",
2968
+ "url": "https://opencollective.com/unified"
2969
+ }
2970
+ ],
2971
+ "license": "MIT",
2972
+ "dependencies": {
2973
+ "micromark-util-symbol": "^2.0.0"
2974
+ }
2975
+ },
2976
+ "node_modules/micromark-util-classify-character": {
2977
+ "version": "2.0.1",
2978
+ "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
2979
+ "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
2980
+ "funding": [
2981
+ {
2982
+ "type": "GitHub Sponsors",
2983
+ "url": "https://github.com/sponsors/unifiedjs"
2984
+ },
2985
+ {
2986
+ "type": "OpenCollective",
2987
+ "url": "https://opencollective.com/unified"
2988
+ }
2989
+ ],
2990
+ "license": "MIT",
2991
+ "dependencies": {
2992
+ "micromark-util-character": "^2.0.0",
2993
+ "micromark-util-symbol": "^2.0.0",
2994
+ "micromark-util-types": "^2.0.0"
2995
+ }
2996
+ },
2997
+ "node_modules/micromark-util-combine-extensions": {
2998
+ "version": "2.0.1",
2999
+ "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
3000
+ "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
3001
+ "funding": [
3002
+ {
3003
+ "type": "GitHub Sponsors",
3004
+ "url": "https://github.com/sponsors/unifiedjs"
3005
+ },
3006
+ {
3007
+ "type": "OpenCollective",
3008
+ "url": "https://opencollective.com/unified"
3009
+ }
3010
+ ],
3011
+ "license": "MIT",
3012
+ "dependencies": {
3013
+ "micromark-util-chunked": "^2.0.0",
3014
+ "micromark-util-types": "^2.0.0"
3015
+ }
3016
+ },
3017
+ "node_modules/micromark-util-decode-numeric-character-reference": {
3018
+ "version": "2.0.2",
3019
+ "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
3020
+ "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
3021
+ "funding": [
3022
+ {
3023
+ "type": "GitHub Sponsors",
3024
+ "url": "https://github.com/sponsors/unifiedjs"
3025
+ },
3026
+ {
3027
+ "type": "OpenCollective",
3028
+ "url": "https://opencollective.com/unified"
3029
+ }
3030
+ ],
3031
+ "license": "MIT",
3032
+ "dependencies": {
3033
+ "micromark-util-symbol": "^2.0.0"
3034
+ }
3035
+ },
3036
+ "node_modules/micromark-util-decode-string": {
3037
+ "version": "2.0.1",
3038
+ "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
3039
+ "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
3040
+ "funding": [
3041
+ {
3042
+ "type": "GitHub Sponsors",
3043
+ "url": "https://github.com/sponsors/unifiedjs"
3044
+ },
3045
+ {
3046
+ "type": "OpenCollective",
3047
+ "url": "https://opencollective.com/unified"
3048
+ }
3049
+ ],
3050
+ "license": "MIT",
3051
+ "dependencies": {
3052
+ "decode-named-character-reference": "^1.0.0",
3053
+ "micromark-util-character": "^2.0.0",
3054
+ "micromark-util-decode-numeric-character-reference": "^2.0.0",
3055
+ "micromark-util-symbol": "^2.0.0"
3056
+ }
3057
+ },
3058
+ "node_modules/micromark-util-encode": {
3059
+ "version": "2.0.1",
3060
+ "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
3061
+ "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
3062
+ "funding": [
3063
+ {
3064
+ "type": "GitHub Sponsors",
3065
+ "url": "https://github.com/sponsors/unifiedjs"
3066
+ },
3067
+ {
3068
+ "type": "OpenCollective",
3069
+ "url": "https://opencollective.com/unified"
3070
+ }
3071
+ ],
3072
+ "license": "MIT"
3073
+ },
3074
+ "node_modules/micromark-util-html-tag-name": {
3075
+ "version": "2.0.1",
3076
+ "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
3077
+ "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
3078
+ "funding": [
3079
+ {
3080
+ "type": "GitHub Sponsors",
3081
+ "url": "https://github.com/sponsors/unifiedjs"
3082
+ },
3083
+ {
3084
+ "type": "OpenCollective",
3085
+ "url": "https://opencollective.com/unified"
3086
+ }
3087
+ ],
3088
+ "license": "MIT"
3089
+ },
3090
+ "node_modules/micromark-util-normalize-identifier": {
3091
+ "version": "2.0.1",
3092
+ "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
3093
+ "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
3094
+ "funding": [
3095
+ {
3096
+ "type": "GitHub Sponsors",
3097
+ "url": "https://github.com/sponsors/unifiedjs"
3098
+ },
3099
+ {
3100
+ "type": "OpenCollective",
3101
+ "url": "https://opencollective.com/unified"
3102
+ }
3103
+ ],
3104
+ "license": "MIT",
3105
+ "dependencies": {
3106
+ "micromark-util-symbol": "^2.0.0"
3107
+ }
3108
+ },
3109
+ "node_modules/micromark-util-resolve-all": {
3110
+ "version": "2.0.1",
3111
+ "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
3112
+ "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
3113
+ "funding": [
3114
+ {
3115
+ "type": "GitHub Sponsors",
3116
+ "url": "https://github.com/sponsors/unifiedjs"
3117
+ },
3118
+ {
3119
+ "type": "OpenCollective",
3120
+ "url": "https://opencollective.com/unified"
3121
+ }
3122
+ ],
3123
+ "license": "MIT",
3124
+ "dependencies": {
3125
+ "micromark-util-types": "^2.0.0"
3126
+ }
3127
+ },
3128
+ "node_modules/micromark-util-sanitize-uri": {
3129
+ "version": "2.0.1",
3130
+ "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
3131
+ "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
3132
+ "funding": [
3133
+ {
3134
+ "type": "GitHub Sponsors",
3135
+ "url": "https://github.com/sponsors/unifiedjs"
3136
+ },
3137
+ {
3138
+ "type": "OpenCollective",
3139
+ "url": "https://opencollective.com/unified"
3140
+ }
3141
+ ],
3142
+ "license": "MIT",
3143
+ "dependencies": {
3144
+ "micromark-util-character": "^2.0.0",
3145
+ "micromark-util-encode": "^2.0.0",
3146
+ "micromark-util-symbol": "^2.0.0"
3147
+ }
3148
+ },
3149
+ "node_modules/micromark-util-subtokenize": {
3150
+ "version": "2.1.0",
3151
+ "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
3152
+ "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
3153
+ "funding": [
3154
+ {
3155
+ "type": "GitHub Sponsors",
3156
+ "url": "https://github.com/sponsors/unifiedjs"
3157
+ },
3158
+ {
3159
+ "type": "OpenCollective",
3160
+ "url": "https://opencollective.com/unified"
3161
+ }
3162
+ ],
3163
+ "license": "MIT",
3164
+ "dependencies": {
3165
+ "devlop": "^1.0.0",
3166
+ "micromark-util-chunked": "^2.0.0",
3167
+ "micromark-util-symbol": "^2.0.0",
3168
+ "micromark-util-types": "^2.0.0"
3169
+ }
3170
+ },
3171
+ "node_modules/micromark-util-symbol": {
3172
+ "version": "2.0.1",
3173
+ "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
3174
+ "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
3175
+ "funding": [
3176
+ {
3177
+ "type": "GitHub Sponsors",
3178
+ "url": "https://github.com/sponsors/unifiedjs"
3179
+ },
3180
+ {
3181
+ "type": "OpenCollective",
3182
+ "url": "https://opencollective.com/unified"
3183
+ }
3184
+ ],
3185
+ "license": "MIT"
3186
+ },
3187
+ "node_modules/micromark-util-types": {
3188
+ "version": "2.0.2",
3189
+ "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
3190
+ "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
3191
+ "funding": [
3192
+ {
3193
+ "type": "GitHub Sponsors",
3194
+ "url": "https://github.com/sponsors/unifiedjs"
3195
+ },
3196
+ {
3197
+ "type": "OpenCollective",
3198
+ "url": "https://opencollective.com/unified"
3199
+ }
3200
+ ],
3201
+ "license": "MIT"
3202
+ },
3203
+ "node_modules/ms": {
3204
+ "version": "2.1.3",
3205
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
3206
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
3207
+ "license": "MIT"
3208
+ },
3209
+ "node_modules/nanoid": {
3210
+ "version": "3.3.11",
3211
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
3212
+ "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
3213
+ "funding": [
3214
+ {
3215
+ "type": "github",
3216
+ "url": "https://github.com/sponsors/ai"
3217
+ }
3218
+ ],
3219
+ "license": "MIT",
3220
+ "bin": {
3221
+ "nanoid": "bin/nanoid.cjs"
3222
+ },
3223
+ "engines": {
3224
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
3225
+ }
3226
+ },
3227
+ "node_modules/next": {
3228
+ "version": "15.5.12",
3229
+ "resolved": "https://registry.npmjs.org/next/-/next-15.5.12.tgz",
3230
+ "integrity": "sha512-Fi/wQ4Etlrn60rz78bebG1i1SR20QxvV8tVp6iJspjLUSHcZoeUXCt+vmWoEcza85ElZzExK/jJ/F6SvtGktjA==",
3231
+ "license": "MIT",
3232
+ "dependencies": {
3233
+ "@next/env": "15.5.12",
3234
+ "@swc/helpers": "0.5.15",
3235
+ "caniuse-lite": "^1.0.30001579",
3236
+ "postcss": "8.4.31",
3237
+ "styled-jsx": "5.1.6"
3238
+ },
3239
+ "bin": {
3240
+ "next": "dist/bin/next"
3241
+ },
3242
+ "engines": {
3243
+ "node": "^18.18.0 || ^19.8.0 || >= 20.0.0"
3244
+ },
3245
+ "optionalDependencies": {
3246
+ "@next/swc-darwin-arm64": "15.5.12",
3247
+ "@next/swc-darwin-x64": "15.5.12",
3248
+ "@next/swc-linux-arm64-gnu": "15.5.12",
3249
+ "@next/swc-linux-arm64-musl": "15.5.12",
3250
+ "@next/swc-linux-x64-gnu": "15.5.12",
3251
+ "@next/swc-linux-x64-musl": "15.5.12",
3252
+ "@next/swc-win32-arm64-msvc": "15.5.12",
3253
+ "@next/swc-win32-x64-msvc": "15.5.12",
3254
+ "sharp": "^0.34.3"
3255
+ },
3256
+ "peerDependencies": {
3257
+ "@opentelemetry/api": "^1.1.0",
3258
+ "@playwright/test": "^1.51.1",
3259
+ "babel-plugin-react-compiler": "*",
3260
+ "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
3261
+ "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
3262
+ "sass": "^1.3.0"
3263
+ },
3264
+ "peerDependenciesMeta": {
3265
+ "@opentelemetry/api": {
3266
+ "optional": true
3267
+ },
3268
+ "@playwright/test": {
3269
+ "optional": true
3270
+ },
3271
+ "babel-plugin-react-compiler": {
3272
+ "optional": true
3273
+ },
3274
+ "sass": {
3275
+ "optional": true
3276
+ }
3277
+ }
3278
+ },
3279
+ "node_modules/next-themes": {
3280
+ "version": "0.4.6",
3281
+ "resolved": "https://registry.npmjs.org/next-themes/-/next-themes-0.4.6.tgz",
3282
+ "integrity": "sha512-pZvgD5L0IEvX5/9GWyHMf3m8BKiVQwsCMHfoFosXtXBMnaS0ZnIJ9ST4b4NqLVKDEm8QBxoNNGNaBv2JNF6XNA==",
3283
+ "license": "MIT",
3284
+ "peerDependencies": {
3285
+ "react": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc",
3286
+ "react-dom": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc"
3287
+ }
3288
+ },
3289
+ "node_modules/next/node_modules/postcss": {
3290
+ "version": "8.4.31",
3291
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
3292
+ "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
3293
+ "funding": [
3294
+ {
3295
+ "type": "opencollective",
3296
+ "url": "https://opencollective.com/postcss/"
3297
+ },
3298
+ {
3299
+ "type": "tidelift",
3300
+ "url": "https://tidelift.com/funding/github/npm/postcss"
3301
+ },
3302
+ {
3303
+ "type": "github",
3304
+ "url": "https://github.com/sponsors/ai"
3305
+ }
3306
+ ],
3307
+ "license": "MIT",
3308
+ "dependencies": {
3309
+ "nanoid": "^3.3.6",
3310
+ "picocolors": "^1.0.0",
3311
+ "source-map-js": "^1.0.2"
3312
+ },
3313
+ "engines": {
3314
+ "node": "^10 || ^12 || >=14"
3315
+ }
3316
+ },
3317
+ "node_modules/parse-entities": {
3318
+ "version": "4.0.2",
3319
+ "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz",
3320
+ "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",
3321
+ "license": "MIT",
3322
+ "dependencies": {
3323
+ "@types/unist": "^2.0.0",
3324
+ "character-entities-legacy": "^3.0.0",
3325
+ "character-reference-invalid": "^2.0.0",
3326
+ "decode-named-character-reference": "^1.0.0",
3327
+ "is-alphanumerical": "^2.0.0",
3328
+ "is-decimal": "^2.0.0",
3329
+ "is-hexadecimal": "^2.0.0"
3330
+ },
3331
+ "funding": {
3332
+ "type": "github",
3333
+ "url": "https://github.com/sponsors/wooorm"
3334
+ }
3335
+ },
3336
+ "node_modules/parse-entities/node_modules/@types/unist": {
3337
+ "version": "2.0.11",
3338
+ "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
3339
+ "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
3340
+ "license": "MIT"
3341
+ },
3342
+ "node_modules/picocolors": {
3343
+ "version": "1.1.1",
3344
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
3345
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
3346
+ "license": "ISC"
3347
+ },
3348
+ "node_modules/postcss": {
3349
+ "version": "8.5.6",
3350
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
3351
+ "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
3352
+ "dev": true,
3353
+ "funding": [
3354
+ {
3355
+ "type": "opencollective",
3356
+ "url": "https://opencollective.com/postcss/"
3357
+ },
3358
+ {
3359
+ "type": "tidelift",
3360
+ "url": "https://tidelift.com/funding/github/npm/postcss"
3361
+ },
3362
+ {
3363
+ "type": "github",
3364
+ "url": "https://github.com/sponsors/ai"
3365
+ }
3366
+ ],
3367
+ "license": "MIT",
3368
+ "dependencies": {
3369
+ "nanoid": "^3.3.11",
3370
+ "picocolors": "^1.1.1",
3371
+ "source-map-js": "^1.2.1"
3372
+ },
3373
+ "engines": {
3374
+ "node": "^10 || ^12 || >=14"
3375
+ }
3376
+ },
3377
+ "node_modules/postcss-selector-parser": {
3378
+ "version": "6.0.10",
3379
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz",
3380
+ "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==",
3381
+ "dev": true,
3382
+ "license": "MIT",
3383
+ "dependencies": {
3384
+ "cssesc": "^3.0.0",
3385
+ "util-deprecate": "^1.0.2"
3386
+ },
3387
+ "engines": {
3388
+ "node": ">=4"
3389
+ }
3390
+ },
3391
+ "node_modules/property-information": {
3392
+ "version": "7.1.0",
3393
+ "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz",
3394
+ "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==",
3395
+ "license": "MIT",
3396
+ "funding": {
3397
+ "type": "github",
3398
+ "url": "https://github.com/sponsors/wooorm"
3399
+ }
3400
+ },
3401
+ "node_modules/react": {
3402
+ "version": "19.2.4",
3403
+ "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz",
3404
+ "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==",
3405
+ "license": "MIT",
3406
+ "engines": {
3407
+ "node": ">=0.10.0"
3408
+ }
3409
+ },
3410
+ "node_modules/react-dom": {
3411
+ "version": "19.2.4",
3412
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz",
3413
+ "integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==",
3414
+ "license": "MIT",
3415
+ "dependencies": {
3416
+ "scheduler": "^0.27.0"
3417
+ },
3418
+ "peerDependencies": {
3419
+ "react": "^19.2.4"
3420
+ }
3421
+ },
3422
+ "node_modules/react-markdown": {
3423
+ "version": "9.1.0",
3424
+ "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-9.1.0.tgz",
3425
+ "integrity": "sha512-xaijuJB0kzGiUdG7nc2MOMDUDBWPyGAjZtUrow9XxUeua8IqeP+VlIfAZ3bphpcLTnSZXz6z9jcVC/TCwbfgdw==",
3426
+ "license": "MIT",
3427
+ "dependencies": {
3428
+ "@types/hast": "^3.0.0",
3429
+ "@types/mdast": "^4.0.0",
3430
+ "devlop": "^1.0.0",
3431
+ "hast-util-to-jsx-runtime": "^2.0.0",
3432
+ "html-url-attributes": "^3.0.0",
3433
+ "mdast-util-to-hast": "^13.0.0",
3434
+ "remark-parse": "^11.0.0",
3435
+ "remark-rehype": "^11.0.0",
3436
+ "unified": "^11.0.0",
3437
+ "unist-util-visit": "^5.0.0",
3438
+ "vfile": "^6.0.0"
3439
+ },
3440
+ "funding": {
3441
+ "type": "opencollective",
3442
+ "url": "https://opencollective.com/unified"
3443
+ },
3444
+ "peerDependencies": {
3445
+ "@types/react": ">=18",
3446
+ "react": ">=18"
3447
+ }
3448
+ },
3449
+ "node_modules/rehype-highlight": {
3450
+ "version": "7.0.2",
3451
+ "resolved": "https://registry.npmjs.org/rehype-highlight/-/rehype-highlight-7.0.2.tgz",
3452
+ "integrity": "sha512-k158pK7wdC2qL3M5NcZROZ2tR/l7zOzjxXd5VGdcfIyoijjQqpHd3JKtYSBDpDZ38UI2WJWuFAtkMDxmx5kstA==",
3453
+ "license": "MIT",
3454
+ "dependencies": {
3455
+ "@types/hast": "^3.0.0",
3456
+ "hast-util-to-text": "^4.0.0",
3457
+ "lowlight": "^3.0.0",
3458
+ "unist-util-visit": "^5.0.0",
3459
+ "vfile": "^6.0.0"
3460
+ },
3461
+ "funding": {
3462
+ "type": "opencollective",
3463
+ "url": "https://opencollective.com/unified"
3464
+ }
3465
+ },
3466
+ "node_modules/remark-gfm": {
3467
+ "version": "4.0.1",
3468
+ "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz",
3469
+ "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
3470
+ "license": "MIT",
3471
+ "dependencies": {
3472
+ "@types/mdast": "^4.0.0",
3473
+ "mdast-util-gfm": "^3.0.0",
3474
+ "micromark-extension-gfm": "^3.0.0",
3475
+ "remark-parse": "^11.0.0",
3476
+ "remark-stringify": "^11.0.0",
3477
+ "unified": "^11.0.0"
3478
+ },
3479
+ "funding": {
3480
+ "type": "opencollective",
3481
+ "url": "https://opencollective.com/unified"
3482
+ }
3483
+ },
3484
+ "node_modules/remark-parse": {
3485
+ "version": "11.0.0",
3486
+ "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz",
3487
+ "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
3488
+ "license": "MIT",
3489
+ "dependencies": {
3490
+ "@types/mdast": "^4.0.0",
3491
+ "mdast-util-from-markdown": "^2.0.0",
3492
+ "micromark-util-types": "^2.0.0",
3493
+ "unified": "^11.0.0"
3494
+ },
3495
+ "funding": {
3496
+ "type": "opencollective",
3497
+ "url": "https://opencollective.com/unified"
3498
+ }
3499
+ },
3500
+ "node_modules/remark-rehype": {
3501
+ "version": "11.1.2",
3502
+ "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz",
3503
+ "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==",
3504
+ "license": "MIT",
3505
+ "dependencies": {
3506
+ "@types/hast": "^3.0.0",
3507
+ "@types/mdast": "^4.0.0",
3508
+ "mdast-util-to-hast": "^13.0.0",
3509
+ "unified": "^11.0.0",
3510
+ "vfile": "^6.0.0"
3511
+ },
3512
+ "funding": {
3513
+ "type": "opencollective",
3514
+ "url": "https://opencollective.com/unified"
3515
+ }
3516
+ },
3517
+ "node_modules/remark-stringify": {
3518
+ "version": "11.0.0",
3519
+ "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz",
3520
+ "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
3521
+ "license": "MIT",
3522
+ "dependencies": {
3523
+ "@types/mdast": "^4.0.0",
3524
+ "mdast-util-to-markdown": "^2.0.0",
3525
+ "unified": "^11.0.0"
3526
+ },
3527
+ "funding": {
3528
+ "type": "opencollective",
3529
+ "url": "https://opencollective.com/unified"
3530
+ }
3531
+ },
3532
+ "node_modules/resolve-pkg-maps": {
3533
+ "version": "1.0.0",
3534
+ "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
3535
+ "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
3536
+ "dev": true,
3537
+ "license": "MIT",
3538
+ "funding": {
3539
+ "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
3540
+ }
3541
+ },
3542
+ "node_modules/scheduler": {
3543
+ "version": "0.27.0",
3544
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
3545
+ "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
3546
+ "license": "MIT"
3547
+ },
3548
+ "node_modules/section-matter": {
3549
+ "version": "1.0.0",
3550
+ "resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz",
3551
+ "integrity": "sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==",
3552
+ "license": "MIT",
3553
+ "dependencies": {
3554
+ "extend-shallow": "^2.0.1",
3555
+ "kind-of": "^6.0.0"
3556
+ },
3557
+ "engines": {
3558
+ "node": ">=4"
3559
+ }
3560
+ },
3561
+ "node_modules/semver": {
3562
+ "version": "7.7.4",
3563
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
3564
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
3565
+ "license": "ISC",
3566
+ "optional": true,
3567
+ "bin": {
3568
+ "semver": "bin/semver.js"
3569
+ },
3570
+ "engines": {
3571
+ "node": ">=10"
3572
+ }
3573
+ },
3574
+ "node_modules/sharp": {
3575
+ "version": "0.34.5",
3576
+ "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
3577
+ "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
3578
+ "hasInstallScript": true,
3579
+ "license": "Apache-2.0",
3580
+ "optional": true,
3581
+ "dependencies": {
3582
+ "@img/colour": "^1.0.0",
3583
+ "detect-libc": "^2.1.2",
3584
+ "semver": "^7.7.3"
3585
+ },
3586
+ "engines": {
3587
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
3588
+ },
3589
+ "funding": {
3590
+ "url": "https://opencollective.com/libvips"
3591
+ },
3592
+ "optionalDependencies": {
3593
+ "@img/sharp-darwin-arm64": "0.34.5",
3594
+ "@img/sharp-darwin-x64": "0.34.5",
3595
+ "@img/sharp-libvips-darwin-arm64": "1.2.4",
3596
+ "@img/sharp-libvips-darwin-x64": "1.2.4",
3597
+ "@img/sharp-libvips-linux-arm": "1.2.4",
3598
+ "@img/sharp-libvips-linux-arm64": "1.2.4",
3599
+ "@img/sharp-libvips-linux-ppc64": "1.2.4",
3600
+ "@img/sharp-libvips-linux-riscv64": "1.2.4",
3601
+ "@img/sharp-libvips-linux-s390x": "1.2.4",
3602
+ "@img/sharp-libvips-linux-x64": "1.2.4",
3603
+ "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
3604
+ "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
3605
+ "@img/sharp-linux-arm": "0.34.5",
3606
+ "@img/sharp-linux-arm64": "0.34.5",
3607
+ "@img/sharp-linux-ppc64": "0.34.5",
3608
+ "@img/sharp-linux-riscv64": "0.34.5",
3609
+ "@img/sharp-linux-s390x": "0.34.5",
3610
+ "@img/sharp-linux-x64": "0.34.5",
3611
+ "@img/sharp-linuxmusl-arm64": "0.34.5",
3612
+ "@img/sharp-linuxmusl-x64": "0.34.5",
3613
+ "@img/sharp-wasm32": "0.34.5",
3614
+ "@img/sharp-win32-arm64": "0.34.5",
3615
+ "@img/sharp-win32-ia32": "0.34.5",
3616
+ "@img/sharp-win32-x64": "0.34.5"
3617
+ }
3618
+ },
3619
+ "node_modules/source-map-js": {
3620
+ "version": "1.2.1",
3621
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
3622
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
3623
+ "license": "BSD-3-Clause",
3624
+ "engines": {
3625
+ "node": ">=0.10.0"
3626
+ }
3627
+ },
3628
+ "node_modules/space-separated-tokens": {
3629
+ "version": "2.0.2",
3630
+ "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
3631
+ "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
3632
+ "license": "MIT",
3633
+ "funding": {
3634
+ "type": "github",
3635
+ "url": "https://github.com/sponsors/wooorm"
3636
+ }
3637
+ },
3638
+ "node_modules/sprintf-js": {
3639
+ "version": "1.0.3",
3640
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
3641
+ "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
3642
+ "license": "BSD-3-Clause"
3643
+ },
3644
+ "node_modules/stringify-entities": {
3645
+ "version": "4.0.4",
3646
+ "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
3647
+ "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
3648
+ "license": "MIT",
3649
+ "dependencies": {
3650
+ "character-entities-html4": "^2.0.0",
3651
+ "character-entities-legacy": "^3.0.0"
3652
+ },
3653
+ "funding": {
3654
+ "type": "github",
3655
+ "url": "https://github.com/sponsors/wooorm"
3656
+ }
3657
+ },
3658
+ "node_modules/strip-bom-string": {
3659
+ "version": "1.0.0",
3660
+ "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz",
3661
+ "integrity": "sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==",
3662
+ "license": "MIT",
3663
+ "engines": {
3664
+ "node": ">=0.10.0"
3665
+ }
3666
+ },
3667
+ "node_modules/style-to-js": {
3668
+ "version": "1.1.21",
3669
+ "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.21.tgz",
3670
+ "integrity": "sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==",
3671
+ "license": "MIT",
3672
+ "dependencies": {
3673
+ "style-to-object": "1.0.14"
3674
+ }
3675
+ },
3676
+ "node_modules/style-to-object": {
3677
+ "version": "1.0.14",
3678
+ "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.14.tgz",
3679
+ "integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==",
3680
+ "license": "MIT",
3681
+ "dependencies": {
3682
+ "inline-style-parser": "0.2.7"
3683
+ }
3684
+ },
3685
+ "node_modules/styled-jsx": {
3686
+ "version": "5.1.6",
3687
+ "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz",
3688
+ "integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
3689
+ "license": "MIT",
3690
+ "dependencies": {
3691
+ "client-only": "0.0.1"
3692
+ },
3693
+ "engines": {
3694
+ "node": ">= 12.0.0"
3695
+ },
3696
+ "peerDependencies": {
3697
+ "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
3698
+ },
3699
+ "peerDependenciesMeta": {
3700
+ "@babel/core": {
3701
+ "optional": true
3702
+ },
3703
+ "babel-plugin-macros": {
3704
+ "optional": true
3705
+ }
3706
+ }
3707
+ },
3708
+ "node_modules/tailwindcss": {
3709
+ "version": "4.2.0",
3710
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.0.tgz",
3711
+ "integrity": "sha512-yYzTZ4++b7fNYxFfpnberEEKu43w44aqDMNM9MHMmcKuCH7lL8jJ4yJ7LGHv7rSwiqM0nkiobF9I6cLlpS2P7Q==",
3712
+ "dev": true,
3713
+ "license": "MIT"
3714
+ },
3715
+ "node_modules/tapable": {
3716
+ "version": "2.3.0",
3717
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz",
3718
+ "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
3719
+ "dev": true,
3720
+ "license": "MIT",
3721
+ "engines": {
3722
+ "node": ">=6"
3723
+ },
3724
+ "funding": {
3725
+ "type": "opencollective",
3726
+ "url": "https://opencollective.com/webpack"
3727
+ }
3728
+ },
3729
+ "node_modules/trim-lines": {
3730
+ "version": "3.0.1",
3731
+ "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
3732
+ "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
3733
+ "license": "MIT",
3734
+ "funding": {
3735
+ "type": "github",
3736
+ "url": "https://github.com/sponsors/wooorm"
3737
+ }
3738
+ },
3739
+ "node_modules/trough": {
3740
+ "version": "2.2.0",
3741
+ "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz",
3742
+ "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
3743
+ "license": "MIT",
3744
+ "funding": {
3745
+ "type": "github",
3746
+ "url": "https://github.com/sponsors/wooorm"
3747
+ }
3748
+ },
3749
+ "node_modules/tslib": {
3750
+ "version": "2.8.1",
3751
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
3752
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
3753
+ "license": "0BSD"
3754
+ },
3755
+ "node_modules/tsx": {
3756
+ "version": "4.21.0",
3757
+ "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.21.0.tgz",
3758
+ "integrity": "sha512-5C1sg4USs1lfG0GFb2RLXsdpXqBSEhAaA/0kPL01wxzpMqLILNxIxIOKiILz+cdg/pLnOUxFYOR5yhHU666wbw==",
3759
+ "dev": true,
3760
+ "license": "MIT",
3761
+ "dependencies": {
3762
+ "esbuild": "~0.27.0",
3763
+ "get-tsconfig": "^4.7.5"
3764
+ },
3765
+ "bin": {
3766
+ "tsx": "dist/cli.mjs"
3767
+ },
3768
+ "engines": {
3769
+ "node": ">=18.0.0"
3770
+ },
3771
+ "optionalDependencies": {
3772
+ "fsevents": "~2.3.3"
3773
+ }
3774
+ },
3775
+ "node_modules/typescript": {
3776
+ "version": "5.9.3",
3777
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
3778
+ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
3779
+ "dev": true,
3780
+ "license": "Apache-2.0",
3781
+ "bin": {
3782
+ "tsc": "bin/tsc",
3783
+ "tsserver": "bin/tsserver"
3784
+ },
3785
+ "engines": {
3786
+ "node": ">=14.17"
3787
+ }
3788
+ },
3789
+ "node_modules/undici-types": {
3790
+ "version": "6.21.0",
3791
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
3792
+ "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
3793
+ "dev": true,
3794
+ "license": "MIT"
3795
+ },
3796
+ "node_modules/unified": {
3797
+ "version": "11.0.5",
3798
+ "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
3799
+ "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
3800
+ "license": "MIT",
3801
+ "dependencies": {
3802
+ "@types/unist": "^3.0.0",
3803
+ "bail": "^2.0.0",
3804
+ "devlop": "^1.0.0",
3805
+ "extend": "^3.0.0",
3806
+ "is-plain-obj": "^4.0.0",
3807
+ "trough": "^2.0.0",
3808
+ "vfile": "^6.0.0"
3809
+ },
3810
+ "funding": {
3811
+ "type": "opencollective",
3812
+ "url": "https://opencollective.com/unified"
3813
+ }
3814
+ },
3815
+ "node_modules/unist-util-find-after": {
3816
+ "version": "5.0.0",
3817
+ "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz",
3818
+ "integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==",
3819
+ "license": "MIT",
3820
+ "dependencies": {
3821
+ "@types/unist": "^3.0.0",
3822
+ "unist-util-is": "^6.0.0"
3823
+ },
3824
+ "funding": {
3825
+ "type": "opencollective",
3826
+ "url": "https://opencollective.com/unified"
3827
+ }
3828
+ },
3829
+ "node_modules/unist-util-is": {
3830
+ "version": "6.0.1",
3831
+ "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
3832
+ "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
3833
+ "license": "MIT",
3834
+ "dependencies": {
3835
+ "@types/unist": "^3.0.0"
3836
+ },
3837
+ "funding": {
3838
+ "type": "opencollective",
3839
+ "url": "https://opencollective.com/unified"
3840
+ }
3841
+ },
3842
+ "node_modules/unist-util-position": {
3843
+ "version": "5.0.0",
3844
+ "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
3845
+ "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
3846
+ "license": "MIT",
3847
+ "dependencies": {
3848
+ "@types/unist": "^3.0.0"
3849
+ },
3850
+ "funding": {
3851
+ "type": "opencollective",
3852
+ "url": "https://opencollective.com/unified"
3853
+ }
3854
+ },
3855
+ "node_modules/unist-util-stringify-position": {
3856
+ "version": "4.0.0",
3857
+ "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
3858
+ "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
3859
+ "license": "MIT",
3860
+ "dependencies": {
3861
+ "@types/unist": "^3.0.0"
3862
+ },
3863
+ "funding": {
3864
+ "type": "opencollective",
3865
+ "url": "https://opencollective.com/unified"
3866
+ }
3867
+ },
3868
+ "node_modules/unist-util-visit": {
3869
+ "version": "5.1.0",
3870
+ "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz",
3871
+ "integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==",
3872
+ "license": "MIT",
3873
+ "dependencies": {
3874
+ "@types/unist": "^3.0.0",
3875
+ "unist-util-is": "^6.0.0",
3876
+ "unist-util-visit-parents": "^6.0.0"
3877
+ },
3878
+ "funding": {
3879
+ "type": "opencollective",
3880
+ "url": "https://opencollective.com/unified"
3881
+ }
3882
+ },
3883
+ "node_modules/unist-util-visit-parents": {
3884
+ "version": "6.0.2",
3885
+ "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
3886
+ "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
3887
+ "license": "MIT",
3888
+ "dependencies": {
3889
+ "@types/unist": "^3.0.0",
3890
+ "unist-util-is": "^6.0.0"
3891
+ },
3892
+ "funding": {
3893
+ "type": "opencollective",
3894
+ "url": "https://opencollective.com/unified"
3895
+ }
3896
+ },
3897
+ "node_modules/util-deprecate": {
3898
+ "version": "1.0.2",
3899
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
3900
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
3901
+ "dev": true,
3902
+ "license": "MIT"
3903
+ },
3904
+ "node_modules/vfile": {
3905
+ "version": "6.0.3",
3906
+ "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
3907
+ "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
3908
+ "license": "MIT",
3909
+ "dependencies": {
3910
+ "@types/unist": "^3.0.0",
3911
+ "vfile-message": "^4.0.0"
3912
+ },
3913
+ "funding": {
3914
+ "type": "opencollective",
3915
+ "url": "https://opencollective.com/unified"
3916
+ }
3917
+ },
3918
+ "node_modules/vfile-message": {
3919
+ "version": "4.0.3",
3920
+ "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz",
3921
+ "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
3922
+ "license": "MIT",
3923
+ "dependencies": {
3924
+ "@types/unist": "^3.0.0",
3925
+ "unist-util-stringify-position": "^4.0.0"
3926
+ },
3927
+ "funding": {
3928
+ "type": "opencollective",
3929
+ "url": "https://opencollective.com/unified"
3930
+ }
3931
+ },
3932
+ "node_modules/zwitch": {
3933
+ "version": "2.0.4",
3934
+ "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
3935
+ "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
3936
+ "license": "MIT",
3937
+ "funding": {
3938
+ "type": "github",
3939
+ "url": "https://github.com/sponsors/wooorm"
3940
+ }
3941
+ }
3942
+ }
3943
+ }