AppView in a box as a Vite plugin thing hatk.dev
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

at e170e584d4d08eb20b691f657dd4570837d507d7 9733 lines 346 kB view raw
1{ 2 "name": "hatk", 3 "lockfileVersion": 3, 4 "requires": true, 5 "packages": { 6 "": { 7 "name": "hatk", 8 "workspaces": [ 9 "packages/*", 10 "docs/site" 11 ], 12 "dependencies": { 13 "better-sqlite3": "^12.8.0" 14 }, 15 "devDependencies": { 16 "@types/node": "^25.3.0", 17 "oxfmt": "^0.35.0", 18 "oxlint": "^1.50.0", 19 "typescript": "^5.9.3" 20 }, 21 "engines": { 22 "node": ">=25.0.0" 23 } 24 }, 25 "docs/site": { 26 "name": "@hatk/docs", 27 "dependencies": { 28 "@astrojs/starlight": "^0.37.7", 29 "astro": "^5.6.1", 30 "sharp": "^0.34.2" 31 } 32 }, 33 "node_modules/@astrojs/compiler": { 34 "version": "2.13.1", 35 "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.13.1.tgz", 36 "integrity": "sha512-f3FN83d2G/v32ipNClRKgYv30onQlMZX1vCeZMjPsMMPl1mDpmbl0+N5BYo4S/ofzqJyS5hvwacEo0CCVDn/Qg==", 37 "license": "MIT" 38 }, 39 "node_modules/@astrojs/internal-helpers": { 40 "version": "0.7.6", 41 "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.7.6.tgz", 42 "integrity": "sha512-GOle7smBWKfMSP8osUIGOlB5kaHdQLV3foCsf+5Q9Wsuu+C6Fs3Ez/ttXmhjZ1HkSgsogcM1RXSjjOVieHq16Q==", 43 "license": "MIT" 44 }, 45 "node_modules/@astrojs/markdown-remark": { 46 "version": "6.3.11", 47 "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.11.tgz", 48 "integrity": "sha512-hcaxX/5aC6lQgHeGh1i+aauvSwIT6cfyFjKWvExYSxUhZZBBdvCliOtu06gbQyhbe0pGJNoNmqNlQZ5zYUuIyQ==", 49 "license": "MIT", 50 "dependencies": { 51 "@astrojs/internal-helpers": "0.7.6", 52 "@astrojs/prism": "3.3.0", 53 "github-slugger": "^2.0.0", 54 "hast-util-from-html": "^2.0.3", 55 "hast-util-to-text": "^4.0.2", 56 "import-meta-resolve": "^4.2.0", 57 "js-yaml": "^4.1.1", 58 "mdast-util-definitions": "^6.0.0", 59 "rehype-raw": "^7.0.0", 60 "rehype-stringify": "^10.0.1", 61 "remark-gfm": "^4.0.1", 62 "remark-parse": "^11.0.0", 63 "remark-rehype": "^11.1.2", 64 "remark-smartypants": "^3.0.2", 65 "shiki": "^3.21.0", 66 "smol-toml": "^1.6.0", 67 "unified": "^11.0.5", 68 "unist-util-remove-position": "^5.0.0", 69 "unist-util-visit": "^5.0.0", 70 "unist-util-visit-parents": "^6.0.2", 71 "vfile": "^6.0.3" 72 } 73 }, 74 "node_modules/@astrojs/mdx": { 75 "version": "4.3.14", 76 "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.3.14.tgz", 77 "integrity": "sha512-FBrqJQORVm+rkRa2TS5CjU9PBA6hkhrwLVBSS9A77gN2+iehvjq1w6yya/d0YKC7osiVorKkr3Qd9wNbl0ZkGA==", 78 "license": "MIT", 79 "dependencies": { 80 "@astrojs/markdown-remark": "6.3.11", 81 "@mdx-js/mdx": "^3.1.1", 82 "acorn": "^8.15.0", 83 "es-module-lexer": "^1.7.0", 84 "estree-util-visit": "^2.0.0", 85 "hast-util-to-html": "^9.0.5", 86 "piccolore": "^0.1.3", 87 "rehype-raw": "^7.0.0", 88 "remark-gfm": "^4.0.1", 89 "remark-smartypants": "^3.0.2", 90 "source-map": "^0.7.6", 91 "unist-util-visit": "^5.0.0", 92 "vfile": "^6.0.3" 93 }, 94 "engines": { 95 "node": "18.20.8 || ^20.3.0 || >=22.0.0" 96 }, 97 "peerDependencies": { 98 "astro": "^5.0.0" 99 } 100 }, 101 "node_modules/@astrojs/prism": { 102 "version": "3.3.0", 103 "resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-3.3.0.tgz", 104 "integrity": "sha512-q8VwfU/fDZNoDOf+r7jUnMC2//H2l0TuQ6FkGJL8vD8nw/q5KiL3DS1KKBI3QhI9UQhpJ5dc7AtqfbXWuOgLCQ==", 105 "license": "MIT", 106 "dependencies": { 107 "prismjs": "^1.30.0" 108 }, 109 "engines": { 110 "node": "18.20.8 || ^20.3.0 || >=22.0.0" 111 } 112 }, 113 "node_modules/@astrojs/sitemap": { 114 "version": "3.7.1", 115 "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.1.tgz", 116 "integrity": "sha512-IzQqdTeskaMX+QDZCzMuJIp8A8C1vgzMBp/NmHNnadepHYNHcxQdGLQZYfkbd2EbRXUfOS+UDIKx8sKg0oWVdw==", 117 "license": "MIT", 118 "dependencies": { 119 "sitemap": "^9.0.0", 120 "stream-replace-string": "^2.0.0", 121 "zod": "^4.3.6" 122 } 123 }, 124 "node_modules/@astrojs/starlight": { 125 "version": "0.37.7", 126 "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.37.7.tgz", 127 "integrity": "sha512-KyBnou8aKIlPJUSNx6a1SN7XyH22oj/VAvTGC+Edld4Bnei1A//pmCRTBvSrSeoGrdUjK0ErFUfaEhhO1bPfDg==", 128 "license": "MIT", 129 "dependencies": { 130 "@astrojs/markdown-remark": "^6.3.1", 131 "@astrojs/mdx": "^4.2.3", 132 "@astrojs/sitemap": "^3.3.0", 133 "@pagefind/default-ui": "^1.3.0", 134 "@types/hast": "^3.0.4", 135 "@types/js-yaml": "^4.0.9", 136 "@types/mdast": "^4.0.4", 137 "astro-expressive-code": "^0.41.1", 138 "bcp-47": "^2.1.0", 139 "hast-util-from-html": "^2.0.1", 140 "hast-util-select": "^6.0.2", 141 "hast-util-to-string": "^3.0.0", 142 "hastscript": "^9.0.0", 143 "i18next": "^23.11.5", 144 "js-yaml": "^4.1.0", 145 "klona": "^2.0.6", 146 "magic-string": "^0.30.17", 147 "mdast-util-directive": "^3.0.0", 148 "mdast-util-to-markdown": "^2.1.0", 149 "mdast-util-to-string": "^4.0.0", 150 "pagefind": "^1.3.0", 151 "rehype": "^13.0.1", 152 "rehype-format": "^5.0.0", 153 "remark-directive": "^3.0.0", 154 "ultrahtml": "^1.6.0", 155 "unified": "^11.0.5", 156 "unist-util-visit": "^5.0.0", 157 "vfile": "^6.0.2" 158 }, 159 "peerDependencies": { 160 "astro": "^5.5.0" 161 } 162 }, 163 "node_modules/@astrojs/telemetry": { 164 "version": "3.3.0", 165 "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.3.0.tgz", 166 "integrity": "sha512-UFBgfeldP06qu6khs/yY+q1cDAaArM2/7AEIqQ9Cuvf7B1hNLq0xDrZkct+QoIGyjq56y8IaE2I3CTvG99mlhQ==", 167 "license": "MIT", 168 "dependencies": { 169 "ci-info": "^4.2.0", 170 "debug": "^4.4.0", 171 "dlv": "^1.1.3", 172 "dset": "^3.1.4", 173 "is-docker": "^3.0.0", 174 "is-wsl": "^3.1.0", 175 "which-pm-runs": "^1.1.0" 176 }, 177 "engines": { 178 "node": "18.20.8 || ^20.3.0 || >=22.0.0" 179 } 180 }, 181 "node_modules/@babel/helper-string-parser": { 182 "version": "7.27.1", 183 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", 184 "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", 185 "license": "MIT", 186 "engines": { 187 "node": ">=6.9.0" 188 } 189 }, 190 "node_modules/@babel/helper-validator-identifier": { 191 "version": "7.28.5", 192 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", 193 "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", 194 "license": "MIT", 195 "engines": { 196 "node": ">=6.9.0" 197 } 198 }, 199 "node_modules/@babel/parser": { 200 "version": "7.29.0", 201 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz", 202 "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==", 203 "license": "MIT", 204 "dependencies": { 205 "@babel/types": "^7.29.0" 206 }, 207 "bin": { 208 "parser": "bin/babel-parser.js" 209 }, 210 "engines": { 211 "node": ">=6.0.0" 212 } 213 }, 214 "node_modules/@babel/runtime": { 215 "version": "7.28.6", 216 "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.6.tgz", 217 "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==", 218 "license": "MIT", 219 "engines": { 220 "node": ">=6.9.0" 221 } 222 }, 223 "node_modules/@babel/types": { 224 "version": "7.29.0", 225 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz", 226 "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==", 227 "license": "MIT", 228 "dependencies": { 229 "@babel/helper-string-parser": "^7.27.1", 230 "@babel/helper-validator-identifier": "^7.28.5" 231 }, 232 "engines": { 233 "node": ">=6.9.0" 234 } 235 }, 236 "node_modules/@bigmoves/lexicon": { 237 "version": "0.2.1", 238 "resolved": "https://registry.npmjs.org/@bigmoves/lexicon/-/lexicon-0.2.1.tgz", 239 "integrity": "sha512-lucV6BBVwtRW6Tf5SZFqOyhpX1/lu5cCURg39NBNLBc3SyqjYXthDKEjDpisqcquc0Xhoh+bBUW1d3t6zbm/fg==", 240 "license": "MIT" 241 }, 242 "node_modules/@capsizecss/unpack": { 243 "version": "4.0.0", 244 "resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-4.0.0.tgz", 245 "integrity": "sha512-VERIM64vtTP1C4mxQ5thVT9fK0apjPFobqybMtA1UdUujWka24ERHbRHFGmpbbhp73MhV+KSsHQH9C6uOTdEQA==", 246 "license": "MIT", 247 "dependencies": { 248 "fontkitten": "^1.0.0" 249 }, 250 "engines": { 251 "node": ">=18" 252 } 253 }, 254 "node_modules/@ctrl/tinycolor": { 255 "version": "4.2.0", 256 "resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-4.2.0.tgz", 257 "integrity": "sha512-kzyuwOAQnXJNLS9PSyrk0CWk35nWJW/zl/6KvnTBMFK65gm7U1/Z5BqjxeapjZCIhQcM/DsrEmcbRwDyXyXK4A==", 258 "license": "MIT", 259 "engines": { 260 "node": ">=14" 261 } 262 }, 263 "node_modules/@duckdb/node-api": { 264 "version": "1.4.4-r.3", 265 "resolved": "https://registry.npmjs.org/@duckdb/node-api/-/node-api-1.4.4-r.3.tgz", 266 "integrity": "sha512-zsTihV7WTGp+n6nI0rNY+cNamKiN9lj0YTS4jrjBMd5ESJpDIJNJOB3o0xBbBghalgGu6PZfZOIcNofUbUHAYg==", 267 "license": "MIT", 268 "dependencies": { 269 "@duckdb/node-bindings": "1.4.4-r.3" 270 } 271 }, 272 "node_modules/@duckdb/node-bindings": { 273 "version": "1.4.4-r.3", 274 "resolved": "https://registry.npmjs.org/@duckdb/node-bindings/-/node-bindings-1.4.4-r.3.tgz", 275 "integrity": "sha512-ucvhCF3IK60BzxTFwYTjyQao9zavEwXJ1JdGk70UEXa85JQlos3pJslEG3lIczhdtSPu0aum+hv67aBmpH21cw==", 276 "license": "MIT", 277 "optionalDependencies": { 278 "@duckdb/node-bindings-darwin-arm64": "1.4.4-r.3", 279 "@duckdb/node-bindings-darwin-x64": "1.4.4-r.3", 280 "@duckdb/node-bindings-linux-arm64": "1.4.4-r.3", 281 "@duckdb/node-bindings-linux-x64": "1.4.4-r.3", 282 "@duckdb/node-bindings-win32-arm64": "1.4.4-r.3", 283 "@duckdb/node-bindings-win32-x64": "1.4.4-r.3" 284 } 285 }, 286 "node_modules/@duckdb/node-bindings-darwin-arm64": { 287 "version": "1.4.4-r.3", 288 "resolved": "https://registry.npmjs.org/@duckdb/node-bindings-darwin-arm64/-/node-bindings-darwin-arm64-1.4.4-r.3.tgz", 289 "integrity": "sha512-8tfUVcbkNhpCezUNFlrMOwNZL8p1XfE9jxhjlPine1zKM9mNNtKW1pwLXId6MZ/BDMpVfQmlxnu97NYtPmpgRw==", 290 "cpu": [ 291 "arm64" 292 ], 293 "license": "MIT", 294 "optional": true, 295 "os": [ 296 "darwin" 297 ] 298 }, 299 "node_modules/@duckdb/node-bindings-darwin-x64": { 300 "version": "1.4.4-r.3", 301 "resolved": "https://registry.npmjs.org/@duckdb/node-bindings-darwin-x64/-/node-bindings-darwin-x64-1.4.4-r.3.tgz", 302 "integrity": "sha512-7pqSajMX/qb2vRnCMxOaM/cNkUX4kzHKAfdfQT+7dglvuIND2xy8+7EQ4+wHzk+gkPJsWUHZF0l0n6X6tyKFEA==", 303 "cpu": [ 304 "x64" 305 ], 306 "license": "MIT", 307 "optional": true, 308 "os": [ 309 "darwin" 310 ] 311 }, 312 "node_modules/@duckdb/node-bindings-linux-arm64": { 313 "version": "1.4.4-r.3", 314 "resolved": "https://registry.npmjs.org/@duckdb/node-bindings-linux-arm64/-/node-bindings-linux-arm64-1.4.4-r.3.tgz", 315 "integrity": "sha512-qF2/WhB+i+8is60RrpTY/5ZnywIUayuBiVXSuQ4rrRn1m1gvfKqPvjySbiDjYgQo/6OXu/fax0KC1gXnNWoLEA==", 316 "cpu": [ 317 "arm64" 318 ], 319 "license": "MIT", 320 "optional": true, 321 "os": [ 322 "linux" 323 ] 324 }, 325 "node_modules/@duckdb/node-bindings-linux-x64": { 326 "version": "1.4.4-r.3", 327 "resolved": "https://registry.npmjs.org/@duckdb/node-bindings-linux-x64/-/node-bindings-linux-x64-1.4.4-r.3.tgz", 328 "integrity": "sha512-Z59zpUIcZilHBmcZpmwfFwi6/OAnKlVQCE9/NGgZCFSqYeb+3ij5HQy26hp10GIiv3HxUQGId8HVs92x2jvckQ==", 329 "cpu": [ 330 "x64" 331 ], 332 "license": "MIT", 333 "optional": true, 334 "os": [ 335 "linux" 336 ] 337 }, 338 "node_modules/@duckdb/node-bindings-win32-arm64": { 339 "version": "1.4.4-r.3", 340 "resolved": "https://registry.npmjs.org/@duckdb/node-bindings-win32-arm64/-/node-bindings-win32-arm64-1.4.4-r.3.tgz", 341 "integrity": "sha512-ejjMqDm2UbGIKq+4wBE27cqcZjxBzLnc1dniEE/xs9CVs4iYsiFP1BJLDAh4188P9pqgN9+VR3O69QfoZQ8rqQ==", 342 "cpu": [ 343 "arm64" 344 ], 345 "license": "MIT", 346 "optional": true, 347 "os": [ 348 "win32" 349 ] 350 }, 351 "node_modules/@duckdb/node-bindings-win32-x64": { 352 "version": "1.4.4-r.3", 353 "resolved": "https://registry.npmjs.org/@duckdb/node-bindings-win32-x64/-/node-bindings-win32-x64-1.4.4-r.3.tgz", 354 "integrity": "sha512-5CzkI3jPkwALPYS66/vj/3wgsICxALkqRdOEJc8wHqPPlpM/Ez7jFAovI7+S8JrTaxUANkiIAcCtYYAJPElbRQ==", 355 "cpu": [ 356 "x64" 357 ], 358 "license": "MIT", 359 "optional": true, 360 "os": [ 361 "win32" 362 ] 363 }, 364 "node_modules/@emnapi/core": { 365 "version": "1.9.0", 366 "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.0.tgz", 367 "integrity": "sha512-0DQ98G9ZQZOxfUcQn1waV2yS8aWdZ6kJMbYCJB3oUBecjWYO1fqJ+a1DRfPF3O5JEkwqwP1A9QEN/9mYm2Yd0w==", 368 "dev": true, 369 "license": "MIT", 370 "optional": true, 371 "dependencies": { 372 "@emnapi/wasi-threads": "1.2.0", 373 "tslib": "^2.4.0" 374 } 375 }, 376 "node_modules/@emnapi/runtime": { 377 "version": "1.8.1", 378 "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.8.1.tgz", 379 "integrity": "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==", 380 "license": "MIT", 381 "optional": true, 382 "dependencies": { 383 "tslib": "^2.4.0" 384 } 385 }, 386 "node_modules/@emnapi/wasi-threads": { 387 "version": "1.2.0", 388 "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.0.tgz", 389 "integrity": "sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==", 390 "dev": true, 391 "license": "MIT", 392 "optional": true, 393 "dependencies": { 394 "tslib": "^2.4.0" 395 } 396 }, 397 "node_modules/@esbuild/aix-ppc64": { 398 "version": "0.27.3", 399 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz", 400 "integrity": "sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==", 401 "cpu": [ 402 "ppc64" 403 ], 404 "license": "MIT", 405 "optional": true, 406 "os": [ 407 "aix" 408 ], 409 "engines": { 410 "node": ">=18" 411 } 412 }, 413 "node_modules/@esbuild/android-arm": { 414 "version": "0.27.3", 415 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.3.tgz", 416 "integrity": "sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==", 417 "cpu": [ 418 "arm" 419 ], 420 "license": "MIT", 421 "optional": true, 422 "os": [ 423 "android" 424 ], 425 "engines": { 426 "node": ">=18" 427 } 428 }, 429 "node_modules/@esbuild/android-arm64": { 430 "version": "0.27.3", 431 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.3.tgz", 432 "integrity": "sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==", 433 "cpu": [ 434 "arm64" 435 ], 436 "license": "MIT", 437 "optional": true, 438 "os": [ 439 "android" 440 ], 441 "engines": { 442 "node": ">=18" 443 } 444 }, 445 "node_modules/@esbuild/android-x64": { 446 "version": "0.27.3", 447 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.3.tgz", 448 "integrity": "sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==", 449 "cpu": [ 450 "x64" 451 ], 452 "license": "MIT", 453 "optional": true, 454 "os": [ 455 "android" 456 ], 457 "engines": { 458 "node": ">=18" 459 } 460 }, 461 "node_modules/@esbuild/darwin-arm64": { 462 "version": "0.27.3", 463 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.3.tgz", 464 "integrity": "sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==", 465 "cpu": [ 466 "arm64" 467 ], 468 "license": "MIT", 469 "optional": true, 470 "os": [ 471 "darwin" 472 ], 473 "engines": { 474 "node": ">=18" 475 } 476 }, 477 "node_modules/@esbuild/darwin-x64": { 478 "version": "0.27.3", 479 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.3.tgz", 480 "integrity": "sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==", 481 "cpu": [ 482 "x64" 483 ], 484 "license": "MIT", 485 "optional": true, 486 "os": [ 487 "darwin" 488 ], 489 "engines": { 490 "node": ">=18" 491 } 492 }, 493 "node_modules/@esbuild/freebsd-arm64": { 494 "version": "0.27.3", 495 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.3.tgz", 496 "integrity": "sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==", 497 "cpu": [ 498 "arm64" 499 ], 500 "license": "MIT", 501 "optional": true, 502 "os": [ 503 "freebsd" 504 ], 505 "engines": { 506 "node": ">=18" 507 } 508 }, 509 "node_modules/@esbuild/freebsd-x64": { 510 "version": "0.27.3", 511 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.3.tgz", 512 "integrity": "sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==", 513 "cpu": [ 514 "x64" 515 ], 516 "license": "MIT", 517 "optional": true, 518 "os": [ 519 "freebsd" 520 ], 521 "engines": { 522 "node": ">=18" 523 } 524 }, 525 "node_modules/@esbuild/linux-arm": { 526 "version": "0.27.3", 527 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.3.tgz", 528 "integrity": "sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==", 529 "cpu": [ 530 "arm" 531 ], 532 "license": "MIT", 533 "optional": true, 534 "os": [ 535 "linux" 536 ], 537 "engines": { 538 "node": ">=18" 539 } 540 }, 541 "node_modules/@esbuild/linux-arm64": { 542 "version": "0.27.3", 543 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.3.tgz", 544 "integrity": "sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==", 545 "cpu": [ 546 "arm64" 547 ], 548 "license": "MIT", 549 "optional": true, 550 "os": [ 551 "linux" 552 ], 553 "engines": { 554 "node": ">=18" 555 } 556 }, 557 "node_modules/@esbuild/linux-ia32": { 558 "version": "0.27.3", 559 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.3.tgz", 560 "integrity": "sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==", 561 "cpu": [ 562 "ia32" 563 ], 564 "license": "MIT", 565 "optional": true, 566 "os": [ 567 "linux" 568 ], 569 "engines": { 570 "node": ">=18" 571 } 572 }, 573 "node_modules/@esbuild/linux-loong64": { 574 "version": "0.27.3", 575 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.3.tgz", 576 "integrity": "sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==", 577 "cpu": [ 578 "loong64" 579 ], 580 "license": "MIT", 581 "optional": true, 582 "os": [ 583 "linux" 584 ], 585 "engines": { 586 "node": ">=18" 587 } 588 }, 589 "node_modules/@esbuild/linux-mips64el": { 590 "version": "0.27.3", 591 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.3.tgz", 592 "integrity": "sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==", 593 "cpu": [ 594 "mips64el" 595 ], 596 "license": "MIT", 597 "optional": true, 598 "os": [ 599 "linux" 600 ], 601 "engines": { 602 "node": ">=18" 603 } 604 }, 605 "node_modules/@esbuild/linux-ppc64": { 606 "version": "0.27.3", 607 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.3.tgz", 608 "integrity": "sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==", 609 "cpu": [ 610 "ppc64" 611 ], 612 "license": "MIT", 613 "optional": true, 614 "os": [ 615 "linux" 616 ], 617 "engines": { 618 "node": ">=18" 619 } 620 }, 621 "node_modules/@esbuild/linux-riscv64": { 622 "version": "0.27.3", 623 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.3.tgz", 624 "integrity": "sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==", 625 "cpu": [ 626 "riscv64" 627 ], 628 "license": "MIT", 629 "optional": true, 630 "os": [ 631 "linux" 632 ], 633 "engines": { 634 "node": ">=18" 635 } 636 }, 637 "node_modules/@esbuild/linux-s390x": { 638 "version": "0.27.3", 639 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.3.tgz", 640 "integrity": "sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==", 641 "cpu": [ 642 "s390x" 643 ], 644 "license": "MIT", 645 "optional": true, 646 "os": [ 647 "linux" 648 ], 649 "engines": { 650 "node": ">=18" 651 } 652 }, 653 "node_modules/@esbuild/linux-x64": { 654 "version": "0.27.3", 655 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.3.tgz", 656 "integrity": "sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==", 657 "cpu": [ 658 "x64" 659 ], 660 "license": "MIT", 661 "optional": true, 662 "os": [ 663 "linux" 664 ], 665 "engines": { 666 "node": ">=18" 667 } 668 }, 669 "node_modules/@esbuild/netbsd-arm64": { 670 "version": "0.27.3", 671 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.3.tgz", 672 "integrity": "sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==", 673 "cpu": [ 674 "arm64" 675 ], 676 "license": "MIT", 677 "optional": true, 678 "os": [ 679 "netbsd" 680 ], 681 "engines": { 682 "node": ">=18" 683 } 684 }, 685 "node_modules/@esbuild/netbsd-x64": { 686 "version": "0.27.3", 687 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.3.tgz", 688 "integrity": "sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==", 689 "cpu": [ 690 "x64" 691 ], 692 "license": "MIT", 693 "optional": true, 694 "os": [ 695 "netbsd" 696 ], 697 "engines": { 698 "node": ">=18" 699 } 700 }, 701 "node_modules/@esbuild/openbsd-arm64": { 702 "version": "0.27.3", 703 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.3.tgz", 704 "integrity": "sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==", 705 "cpu": [ 706 "arm64" 707 ], 708 "license": "MIT", 709 "optional": true, 710 "os": [ 711 "openbsd" 712 ], 713 "engines": { 714 "node": ">=18" 715 } 716 }, 717 "node_modules/@esbuild/openbsd-x64": { 718 "version": "0.27.3", 719 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.3.tgz", 720 "integrity": "sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==", 721 "cpu": [ 722 "x64" 723 ], 724 "license": "MIT", 725 "optional": true, 726 "os": [ 727 "openbsd" 728 ], 729 "engines": { 730 "node": ">=18" 731 } 732 }, 733 "node_modules/@esbuild/openharmony-arm64": { 734 "version": "0.27.3", 735 "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.3.tgz", 736 "integrity": "sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==", 737 "cpu": [ 738 "arm64" 739 ], 740 "license": "MIT", 741 "optional": true, 742 "os": [ 743 "openharmony" 744 ], 745 "engines": { 746 "node": ">=18" 747 } 748 }, 749 "node_modules/@esbuild/sunos-x64": { 750 "version": "0.27.3", 751 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.3.tgz", 752 "integrity": "sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==", 753 "cpu": [ 754 "x64" 755 ], 756 "license": "MIT", 757 "optional": true, 758 "os": [ 759 "sunos" 760 ], 761 "engines": { 762 "node": ">=18" 763 } 764 }, 765 "node_modules/@esbuild/win32-arm64": { 766 "version": "0.27.3", 767 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.3.tgz", 768 "integrity": "sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==", 769 "cpu": [ 770 "arm64" 771 ], 772 "license": "MIT", 773 "optional": true, 774 "os": [ 775 "win32" 776 ], 777 "engines": { 778 "node": ">=18" 779 } 780 }, 781 "node_modules/@esbuild/win32-ia32": { 782 "version": "0.27.3", 783 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.3.tgz", 784 "integrity": "sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==", 785 "cpu": [ 786 "ia32" 787 ], 788 "license": "MIT", 789 "optional": true, 790 "os": [ 791 "win32" 792 ], 793 "engines": { 794 "node": ">=18" 795 } 796 }, 797 "node_modules/@esbuild/win32-x64": { 798 "version": "0.27.3", 799 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz", 800 "integrity": "sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==", 801 "cpu": [ 802 "x64" 803 ], 804 "license": "MIT", 805 "optional": true, 806 "os": [ 807 "win32" 808 ], 809 "engines": { 810 "node": ">=18" 811 } 812 }, 813 "node_modules/@expressive-code/core": { 814 "version": "0.41.7", 815 "resolved": "https://registry.npmjs.org/@expressive-code/core/-/core-0.41.7.tgz", 816 "integrity": "sha512-ck92uZYZ9Wba2zxkiZLsZGi9N54pMSAVdrI9uW3Oo9AtLglD5RmrdTwbYPCT2S/jC36JGB2i+pnQtBm/Ib2+dg==", 817 "license": "MIT", 818 "dependencies": { 819 "@ctrl/tinycolor": "^4.0.4", 820 "hast-util-select": "^6.0.2", 821 "hast-util-to-html": "^9.0.1", 822 "hast-util-to-text": "^4.0.1", 823 "hastscript": "^9.0.0", 824 "postcss": "^8.4.38", 825 "postcss-nested": "^6.0.1", 826 "unist-util-visit": "^5.0.0", 827 "unist-util-visit-parents": "^6.0.1" 828 } 829 }, 830 "node_modules/@expressive-code/plugin-frames": { 831 "version": "0.41.7", 832 "resolved": "https://registry.npmjs.org/@expressive-code/plugin-frames/-/plugin-frames-0.41.7.tgz", 833 "integrity": "sha512-diKtxjQw/979cTglRFaMCY/sR6hWF0kSMg8jsKLXaZBSfGS0I/Hoe7Qds3vVEgeoW+GHHQzMcwvgx/MOIXhrTA==", 834 "license": "MIT", 835 "dependencies": { 836 "@expressive-code/core": "^0.41.7" 837 } 838 }, 839 "node_modules/@expressive-code/plugin-shiki": { 840 "version": "0.41.7", 841 "resolved": "https://registry.npmjs.org/@expressive-code/plugin-shiki/-/plugin-shiki-0.41.7.tgz", 842 "integrity": "sha512-DL605bLrUOgqTdZ0Ot5MlTaWzppRkzzqzeGEu7ODnHF39IkEBbFdsC7pbl3LbUQ1DFtnfx6rD54k/cdofbW6KQ==", 843 "license": "MIT", 844 "dependencies": { 845 "@expressive-code/core": "^0.41.7", 846 "shiki": "^3.2.2" 847 } 848 }, 849 "node_modules/@expressive-code/plugin-text-markers": { 850 "version": "0.41.7", 851 "resolved": "https://registry.npmjs.org/@expressive-code/plugin-text-markers/-/plugin-text-markers-0.41.7.tgz", 852 "integrity": "sha512-Ewpwuc5t6eFdZmWlFyeuy3e1PTQC0jFvw2Q+2bpcWXbOZhPLsT7+h8lsSIJxb5mS7wZko7cKyQ2RLYDyK6Fpmw==", 853 "license": "MIT", 854 "dependencies": { 855 "@expressive-code/core": "^0.41.7" 856 } 857 }, 858 "node_modules/@hatk/docs": { 859 "resolved": "docs/site", 860 "link": true 861 }, 862 "node_modules/@hatk/hatk": { 863 "resolved": "packages/hatk", 864 "link": true 865 }, 866 "node_modules/@hatk/oauth-client": { 867 "resolved": "packages/oauth-client", 868 "link": true 869 }, 870 "node_modules/@img/colour": { 871 "version": "1.1.0", 872 "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz", 873 "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==", 874 "license": "MIT", 875 "engines": { 876 "node": ">=18" 877 } 878 }, 879 "node_modules/@img/sharp-darwin-arm64": { 880 "version": "0.34.5", 881 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz", 882 "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==", 883 "cpu": [ 884 "arm64" 885 ], 886 "license": "Apache-2.0", 887 "optional": true, 888 "os": [ 889 "darwin" 890 ], 891 "engines": { 892 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 893 }, 894 "funding": { 895 "url": "https://opencollective.com/libvips" 896 }, 897 "optionalDependencies": { 898 "@img/sharp-libvips-darwin-arm64": "1.2.4" 899 } 900 }, 901 "node_modules/@img/sharp-darwin-x64": { 902 "version": "0.34.5", 903 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz", 904 "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==", 905 "cpu": [ 906 "x64" 907 ], 908 "license": "Apache-2.0", 909 "optional": true, 910 "os": [ 911 "darwin" 912 ], 913 "engines": { 914 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 915 }, 916 "funding": { 917 "url": "https://opencollective.com/libvips" 918 }, 919 "optionalDependencies": { 920 "@img/sharp-libvips-darwin-x64": "1.2.4" 921 } 922 }, 923 "node_modules/@img/sharp-libvips-darwin-arm64": { 924 "version": "1.2.4", 925 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz", 926 "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==", 927 "cpu": [ 928 "arm64" 929 ], 930 "license": "LGPL-3.0-or-later", 931 "optional": true, 932 "os": [ 933 "darwin" 934 ], 935 "funding": { 936 "url": "https://opencollective.com/libvips" 937 } 938 }, 939 "node_modules/@img/sharp-libvips-darwin-x64": { 940 "version": "1.2.4", 941 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz", 942 "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==", 943 "cpu": [ 944 "x64" 945 ], 946 "license": "LGPL-3.0-or-later", 947 "optional": true, 948 "os": [ 949 "darwin" 950 ], 951 "funding": { 952 "url": "https://opencollective.com/libvips" 953 } 954 }, 955 "node_modules/@img/sharp-libvips-linux-arm": { 956 "version": "1.2.4", 957 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz", 958 "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==", 959 "cpu": [ 960 "arm" 961 ], 962 "license": "LGPL-3.0-or-later", 963 "optional": true, 964 "os": [ 965 "linux" 966 ], 967 "funding": { 968 "url": "https://opencollective.com/libvips" 969 } 970 }, 971 "node_modules/@img/sharp-libvips-linux-arm64": { 972 "version": "1.2.4", 973 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz", 974 "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==", 975 "cpu": [ 976 "arm64" 977 ], 978 "license": "LGPL-3.0-or-later", 979 "optional": true, 980 "os": [ 981 "linux" 982 ], 983 "funding": { 984 "url": "https://opencollective.com/libvips" 985 } 986 }, 987 "node_modules/@img/sharp-libvips-linux-ppc64": { 988 "version": "1.2.4", 989 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz", 990 "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==", 991 "cpu": [ 992 "ppc64" 993 ], 994 "license": "LGPL-3.0-or-later", 995 "optional": true, 996 "os": [ 997 "linux" 998 ], 999 "funding": { 1000 "url": "https://opencollective.com/libvips" 1001 } 1002 }, 1003 "node_modules/@img/sharp-libvips-linux-riscv64": { 1004 "version": "1.2.4", 1005 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz", 1006 "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==", 1007 "cpu": [ 1008 "riscv64" 1009 ], 1010 "license": "LGPL-3.0-or-later", 1011 "optional": true, 1012 "os": [ 1013 "linux" 1014 ], 1015 "funding": { 1016 "url": "https://opencollective.com/libvips" 1017 } 1018 }, 1019 "node_modules/@img/sharp-libvips-linux-s390x": { 1020 "version": "1.2.4", 1021 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz", 1022 "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==", 1023 "cpu": [ 1024 "s390x" 1025 ], 1026 "license": "LGPL-3.0-or-later", 1027 "optional": true, 1028 "os": [ 1029 "linux" 1030 ], 1031 "funding": { 1032 "url": "https://opencollective.com/libvips" 1033 } 1034 }, 1035 "node_modules/@img/sharp-libvips-linux-x64": { 1036 "version": "1.2.4", 1037 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz", 1038 "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==", 1039 "cpu": [ 1040 "x64" 1041 ], 1042 "license": "LGPL-3.0-or-later", 1043 "optional": true, 1044 "os": [ 1045 "linux" 1046 ], 1047 "funding": { 1048 "url": "https://opencollective.com/libvips" 1049 } 1050 }, 1051 "node_modules/@img/sharp-libvips-linuxmusl-arm64": { 1052 "version": "1.2.4", 1053 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz", 1054 "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==", 1055 "cpu": [ 1056 "arm64" 1057 ], 1058 "license": "LGPL-3.0-or-later", 1059 "optional": true, 1060 "os": [ 1061 "linux" 1062 ], 1063 "funding": { 1064 "url": "https://opencollective.com/libvips" 1065 } 1066 }, 1067 "node_modules/@img/sharp-libvips-linuxmusl-x64": { 1068 "version": "1.2.4", 1069 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz", 1070 "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==", 1071 "cpu": [ 1072 "x64" 1073 ], 1074 "license": "LGPL-3.0-or-later", 1075 "optional": true, 1076 "os": [ 1077 "linux" 1078 ], 1079 "funding": { 1080 "url": "https://opencollective.com/libvips" 1081 } 1082 }, 1083 "node_modules/@img/sharp-linux-arm": { 1084 "version": "0.34.5", 1085 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz", 1086 "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==", 1087 "cpu": [ 1088 "arm" 1089 ], 1090 "license": "Apache-2.0", 1091 "optional": true, 1092 "os": [ 1093 "linux" 1094 ], 1095 "engines": { 1096 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1097 }, 1098 "funding": { 1099 "url": "https://opencollective.com/libvips" 1100 }, 1101 "optionalDependencies": { 1102 "@img/sharp-libvips-linux-arm": "1.2.4" 1103 } 1104 }, 1105 "node_modules/@img/sharp-linux-arm64": { 1106 "version": "0.34.5", 1107 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz", 1108 "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==", 1109 "cpu": [ 1110 "arm64" 1111 ], 1112 "license": "Apache-2.0", 1113 "optional": true, 1114 "os": [ 1115 "linux" 1116 ], 1117 "engines": { 1118 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1119 }, 1120 "funding": { 1121 "url": "https://opencollective.com/libvips" 1122 }, 1123 "optionalDependencies": { 1124 "@img/sharp-libvips-linux-arm64": "1.2.4" 1125 } 1126 }, 1127 "node_modules/@img/sharp-linux-ppc64": { 1128 "version": "0.34.5", 1129 "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz", 1130 "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==", 1131 "cpu": [ 1132 "ppc64" 1133 ], 1134 "license": "Apache-2.0", 1135 "optional": true, 1136 "os": [ 1137 "linux" 1138 ], 1139 "engines": { 1140 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1141 }, 1142 "funding": { 1143 "url": "https://opencollective.com/libvips" 1144 }, 1145 "optionalDependencies": { 1146 "@img/sharp-libvips-linux-ppc64": "1.2.4" 1147 } 1148 }, 1149 "node_modules/@img/sharp-linux-riscv64": { 1150 "version": "0.34.5", 1151 "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz", 1152 "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==", 1153 "cpu": [ 1154 "riscv64" 1155 ], 1156 "license": "Apache-2.0", 1157 "optional": true, 1158 "os": [ 1159 "linux" 1160 ], 1161 "engines": { 1162 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1163 }, 1164 "funding": { 1165 "url": "https://opencollective.com/libvips" 1166 }, 1167 "optionalDependencies": { 1168 "@img/sharp-libvips-linux-riscv64": "1.2.4" 1169 } 1170 }, 1171 "node_modules/@img/sharp-linux-s390x": { 1172 "version": "0.34.5", 1173 "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz", 1174 "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==", 1175 "cpu": [ 1176 "s390x" 1177 ], 1178 "license": "Apache-2.0", 1179 "optional": true, 1180 "os": [ 1181 "linux" 1182 ], 1183 "engines": { 1184 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1185 }, 1186 "funding": { 1187 "url": "https://opencollective.com/libvips" 1188 }, 1189 "optionalDependencies": { 1190 "@img/sharp-libvips-linux-s390x": "1.2.4" 1191 } 1192 }, 1193 "node_modules/@img/sharp-linux-x64": { 1194 "version": "0.34.5", 1195 "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz", 1196 "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==", 1197 "cpu": [ 1198 "x64" 1199 ], 1200 "license": "Apache-2.0", 1201 "optional": true, 1202 "os": [ 1203 "linux" 1204 ], 1205 "engines": { 1206 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1207 }, 1208 "funding": { 1209 "url": "https://opencollective.com/libvips" 1210 }, 1211 "optionalDependencies": { 1212 "@img/sharp-libvips-linux-x64": "1.2.4" 1213 } 1214 }, 1215 "node_modules/@img/sharp-linuxmusl-arm64": { 1216 "version": "0.34.5", 1217 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz", 1218 "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==", 1219 "cpu": [ 1220 "arm64" 1221 ], 1222 "license": "Apache-2.0", 1223 "optional": true, 1224 "os": [ 1225 "linux" 1226 ], 1227 "engines": { 1228 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1229 }, 1230 "funding": { 1231 "url": "https://opencollective.com/libvips" 1232 }, 1233 "optionalDependencies": { 1234 "@img/sharp-libvips-linuxmusl-arm64": "1.2.4" 1235 } 1236 }, 1237 "node_modules/@img/sharp-linuxmusl-x64": { 1238 "version": "0.34.5", 1239 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz", 1240 "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==", 1241 "cpu": [ 1242 "x64" 1243 ], 1244 "license": "Apache-2.0", 1245 "optional": true, 1246 "os": [ 1247 "linux" 1248 ], 1249 "engines": { 1250 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1251 }, 1252 "funding": { 1253 "url": "https://opencollective.com/libvips" 1254 }, 1255 "optionalDependencies": { 1256 "@img/sharp-libvips-linuxmusl-x64": "1.2.4" 1257 } 1258 }, 1259 "node_modules/@img/sharp-wasm32": { 1260 "version": "0.34.5", 1261 "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz", 1262 "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==", 1263 "cpu": [ 1264 "wasm32" 1265 ], 1266 "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT", 1267 "optional": true, 1268 "dependencies": { 1269 "@emnapi/runtime": "^1.7.0" 1270 }, 1271 "engines": { 1272 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1273 }, 1274 "funding": { 1275 "url": "https://opencollective.com/libvips" 1276 } 1277 }, 1278 "node_modules/@img/sharp-win32-arm64": { 1279 "version": "0.34.5", 1280 "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz", 1281 "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==", 1282 "cpu": [ 1283 "arm64" 1284 ], 1285 "license": "Apache-2.0 AND LGPL-3.0-or-later", 1286 "optional": true, 1287 "os": [ 1288 "win32" 1289 ], 1290 "engines": { 1291 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1292 }, 1293 "funding": { 1294 "url": "https://opencollective.com/libvips" 1295 } 1296 }, 1297 "node_modules/@img/sharp-win32-ia32": { 1298 "version": "0.34.5", 1299 "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz", 1300 "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==", 1301 "cpu": [ 1302 "ia32" 1303 ], 1304 "license": "Apache-2.0 AND LGPL-3.0-or-later", 1305 "optional": true, 1306 "os": [ 1307 "win32" 1308 ], 1309 "engines": { 1310 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1311 }, 1312 "funding": { 1313 "url": "https://opencollective.com/libvips" 1314 } 1315 }, 1316 "node_modules/@img/sharp-win32-x64": { 1317 "version": "0.34.5", 1318 "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz", 1319 "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==", 1320 "cpu": [ 1321 "x64" 1322 ], 1323 "license": "Apache-2.0 AND LGPL-3.0-or-later", 1324 "optional": true, 1325 "os": [ 1326 "win32" 1327 ], 1328 "engines": { 1329 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1330 }, 1331 "funding": { 1332 "url": "https://opencollective.com/libvips" 1333 } 1334 }, 1335 "node_modules/@jridgewell/sourcemap-codec": { 1336 "version": "1.5.5", 1337 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", 1338 "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", 1339 "license": "MIT" 1340 }, 1341 "node_modules/@mdx-js/mdx": { 1342 "version": "3.1.1", 1343 "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-3.1.1.tgz", 1344 "integrity": "sha512-f6ZO2ifpwAQIpzGWaBQT2TXxPv6z3RBzQKpVftEWN78Vl/YweF1uwussDx8ECAXVtr3Rs89fKyG9YlzUs9DyGQ==", 1345 "license": "MIT", 1346 "dependencies": { 1347 "@types/estree": "^1.0.0", 1348 "@types/estree-jsx": "^1.0.0", 1349 "@types/hast": "^3.0.0", 1350 "@types/mdx": "^2.0.0", 1351 "acorn": "^8.0.0", 1352 "collapse-white-space": "^2.0.0", 1353 "devlop": "^1.0.0", 1354 "estree-util-is-identifier-name": "^3.0.0", 1355 "estree-util-scope": "^1.0.0", 1356 "estree-walker": "^3.0.0", 1357 "hast-util-to-jsx-runtime": "^2.0.0", 1358 "markdown-extensions": "^2.0.0", 1359 "recma-build-jsx": "^1.0.0", 1360 "recma-jsx": "^1.0.0", 1361 "recma-stringify": "^1.0.0", 1362 "rehype-recma": "^1.0.0", 1363 "remark-mdx": "^3.0.0", 1364 "remark-parse": "^11.0.0", 1365 "remark-rehype": "^11.0.0", 1366 "source-map": "^0.7.0", 1367 "unified": "^11.0.0", 1368 "unist-util-position-from-estree": "^2.0.0", 1369 "unist-util-stringify-position": "^4.0.0", 1370 "unist-util-visit": "^5.0.0", 1371 "vfile": "^6.0.0" 1372 }, 1373 "funding": { 1374 "type": "opencollective", 1375 "url": "https://opencollective.com/unified" 1376 } 1377 }, 1378 "node_modules/@napi-rs/wasm-runtime": { 1379 "version": "1.1.1", 1380 "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.1.tgz", 1381 "integrity": "sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==", 1382 "dev": true, 1383 "license": "MIT", 1384 "optional": true, 1385 "dependencies": { 1386 "@emnapi/core": "^1.7.1", 1387 "@emnapi/runtime": "^1.7.1", 1388 "@tybys/wasm-util": "^0.10.1" 1389 }, 1390 "funding": { 1391 "type": "github", 1392 "url": "https://github.com/sponsors/Brooooooklyn" 1393 } 1394 }, 1395 "node_modules/@oslojs/encoding": { 1396 "version": "1.1.0", 1397 "resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-1.1.0.tgz", 1398 "integrity": "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==", 1399 "license": "MIT" 1400 }, 1401 "node_modules/@oxc-project/runtime": { 1402 "version": "0.115.0", 1403 "resolved": "https://registry.npmjs.org/@oxc-project/runtime/-/runtime-0.115.0.tgz", 1404 "integrity": "sha512-Rg8Wlt5dCbXhQnsXPrkOjL1DTSvXLgb2R/KYfnf1/K+R0k6UMLEmbQXPM+kwrWqSmWA2t0B1EtHy2/3zikQpvQ==", 1405 "dev": true, 1406 "license": "MIT", 1407 "engines": { 1408 "node": "^20.19.0 || >=22.12.0" 1409 } 1410 }, 1411 "node_modules/@oxc-project/types": { 1412 "version": "0.115.0", 1413 "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.115.0.tgz", 1414 "integrity": "sha512-4n91DKnebUS4yjUHl2g3/b2T+IUdCfmoZGhmwsovZCDaJSs+QkVAM+0AqqTxHSsHfeiMuueT75cZaZcT/m0pSw==", 1415 "dev": true, 1416 "license": "MIT", 1417 "funding": { 1418 "url": "https://github.com/sponsors/Boshen" 1419 } 1420 }, 1421 "node_modules/@oxfmt/binding-android-arm-eabi": { 1422 "version": "0.35.0", 1423 "resolved": "https://registry.npmjs.org/@oxfmt/binding-android-arm-eabi/-/binding-android-arm-eabi-0.35.0.tgz", 1424 "integrity": "sha512-BaRKlM3DyG81y/xWTsE6gZiv89F/3pHe2BqX2H4JbiB8HNVlWWtplzgATAE5IDSdwChdeuWLDTQzJ92Lglw3ZA==", 1425 "cpu": [ 1426 "arm" 1427 ], 1428 "dev": true, 1429 "license": "MIT", 1430 "optional": true, 1431 "os": [ 1432 "android" 1433 ], 1434 "engines": { 1435 "node": "^20.19.0 || >=22.12.0" 1436 } 1437 }, 1438 "node_modules/@oxfmt/binding-android-arm64": { 1439 "version": "0.35.0", 1440 "resolved": "https://registry.npmjs.org/@oxfmt/binding-android-arm64/-/binding-android-arm64-0.35.0.tgz", 1441 "integrity": "sha512-/O+EbuAJYs6nde/anv+aID6uHsGQApyE9JtYBo/79KyU8e6RBN3DMbT0ix97y1SOnCglurmL2iZ+hlohjP2PnQ==", 1442 "cpu": [ 1443 "arm64" 1444 ], 1445 "dev": true, 1446 "license": "MIT", 1447 "optional": true, 1448 "os": [ 1449 "android" 1450 ], 1451 "engines": { 1452 "node": "^20.19.0 || >=22.12.0" 1453 } 1454 }, 1455 "node_modules/@oxfmt/binding-darwin-arm64": { 1456 "version": "0.35.0", 1457 "resolved": "https://registry.npmjs.org/@oxfmt/binding-darwin-arm64/-/binding-darwin-arm64-0.35.0.tgz", 1458 "integrity": "sha512-pGqRtqlNdn9d4VrmGUWVyQjkw79ryhI6je9y2jfqNUIZCfqceob+R97YYAoG7C5TFyt8ILdLVoN+L2vw/hSFyA==", 1459 "cpu": [ 1460 "arm64" 1461 ], 1462 "dev": true, 1463 "license": "MIT", 1464 "optional": true, 1465 "os": [ 1466 "darwin" 1467 ], 1468 "engines": { 1469 "node": "^20.19.0 || >=22.12.0" 1470 } 1471 }, 1472 "node_modules/@oxfmt/binding-darwin-x64": { 1473 "version": "0.35.0", 1474 "resolved": "https://registry.npmjs.org/@oxfmt/binding-darwin-x64/-/binding-darwin-x64-0.35.0.tgz", 1475 "integrity": "sha512-8GmsDcSozTPjrCJeGpp+sCmS9+9V5yRrdEZ1p/sTWxPG5nYeAfSLuS0nuEYjXSO+CtdSbStIW6dxa+4NM58yRw==", 1476 "cpu": [ 1477 "x64" 1478 ], 1479 "dev": true, 1480 "license": "MIT", 1481 "optional": true, 1482 "os": [ 1483 "darwin" 1484 ], 1485 "engines": { 1486 "node": "^20.19.0 || >=22.12.0" 1487 } 1488 }, 1489 "node_modules/@oxfmt/binding-freebsd-x64": { 1490 "version": "0.35.0", 1491 "resolved": "https://registry.npmjs.org/@oxfmt/binding-freebsd-x64/-/binding-freebsd-x64-0.35.0.tgz", 1492 "integrity": "sha512-QyfKfTe0ytHpFKHAcHCGQEzN45QSqq1AHJOYYxQMgLM3KY4xu8OsXHpCnINjDsV4XGnQzczJDU9e04Zmd8XqIQ==", 1493 "cpu": [ 1494 "x64" 1495 ], 1496 "dev": true, 1497 "license": "MIT", 1498 "optional": true, 1499 "os": [ 1500 "freebsd" 1501 ], 1502 "engines": { 1503 "node": "^20.19.0 || >=22.12.0" 1504 } 1505 }, 1506 "node_modules/@oxfmt/binding-linux-arm-gnueabihf": { 1507 "version": "0.35.0", 1508 "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.35.0.tgz", 1509 "integrity": "sha512-u+kv3JD6P3J38oOyUaiCqgY5TNESzBRZJ5lyZQ6c2czUW2v5SIN9E/KWWa9vxoc+P8AFXQFUVrdzGy1tK+nbPQ==", 1510 "cpu": [ 1511 "arm" 1512 ], 1513 "dev": true, 1514 "license": "MIT", 1515 "optional": true, 1516 "os": [ 1517 "linux" 1518 ], 1519 "engines": { 1520 "node": "^20.19.0 || >=22.12.0" 1521 } 1522 }, 1523 "node_modules/@oxfmt/binding-linux-arm-musleabihf": { 1524 "version": "0.35.0", 1525 "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.35.0.tgz", 1526 "integrity": "sha512-1NiZroCiV57I7Pf8kOH4XGR366kW5zir3VfSMBU2D0V14GpYjiYmPYFAoJboZvp8ACnZKUReWyMkNKSa5ad58A==", 1527 "cpu": [ 1528 "arm" 1529 ], 1530 "dev": true, 1531 "license": "MIT", 1532 "optional": true, 1533 "os": [ 1534 "linux" 1535 ], 1536 "engines": { 1537 "node": "^20.19.0 || >=22.12.0" 1538 } 1539 }, 1540 "node_modules/@oxfmt/binding-linux-arm64-gnu": { 1541 "version": "0.35.0", 1542 "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.35.0.tgz", 1543 "integrity": "sha512-7Q0Xeg7ZnW2nxnZ4R7aF6DEbCFls4skgHZg+I63XitpNvJCbVIU8MFOTZlvZGRsY9+rPgWPQGeUpLHlyx0wvMA==", 1544 "cpu": [ 1545 "arm64" 1546 ], 1547 "dev": true, 1548 "license": "MIT", 1549 "optional": true, 1550 "os": [ 1551 "linux" 1552 ], 1553 "engines": { 1554 "node": "^20.19.0 || >=22.12.0" 1555 } 1556 }, 1557 "node_modules/@oxfmt/binding-linux-arm64-musl": { 1558 "version": "0.35.0", 1559 "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.35.0.tgz", 1560 "integrity": "sha512-5Okqi+uhYFxwKz8hcnUftNNwdm8BCkf6GSCbcz9xJxYMm87k1E4p7PEmAAbhLTk7cjSdDre6TDL0pDzNX+Y22Q==", 1561 "cpu": [ 1562 "arm64" 1563 ], 1564 "dev": true, 1565 "license": "MIT", 1566 "optional": true, 1567 "os": [ 1568 "linux" 1569 ], 1570 "engines": { 1571 "node": "^20.19.0 || >=22.12.0" 1572 } 1573 }, 1574 "node_modules/@oxfmt/binding-linux-ppc64-gnu": { 1575 "version": "0.35.0", 1576 "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.35.0.tgz", 1577 "integrity": "sha512-9k66pbZQXM/lBJWys3Xbc5yhl4JexyfqkEf/tvtq8976VIJnLAAL3M127xHA3ifYSqxdVHfVGTg84eiBHCGcNw==", 1578 "cpu": [ 1579 "ppc64" 1580 ], 1581 "dev": true, 1582 "license": "MIT", 1583 "optional": true, 1584 "os": [ 1585 "linux" 1586 ], 1587 "engines": { 1588 "node": "^20.19.0 || >=22.12.0" 1589 } 1590 }, 1591 "node_modules/@oxfmt/binding-linux-riscv64-gnu": { 1592 "version": "0.35.0", 1593 "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.35.0.tgz", 1594 "integrity": "sha512-aUcY9ofKPtjO52idT6t0SAQvEF6ctjzUQa1lLp7GDsRpSBvuTrBQGeq0rYKz3gN8dMIQ7mtMdGD9tT4LhR8jAQ==", 1595 "cpu": [ 1596 "riscv64" 1597 ], 1598 "dev": true, 1599 "license": "MIT", 1600 "optional": true, 1601 "os": [ 1602 "linux" 1603 ], 1604 "engines": { 1605 "node": "^20.19.0 || >=22.12.0" 1606 } 1607 }, 1608 "node_modules/@oxfmt/binding-linux-riscv64-musl": { 1609 "version": "0.35.0", 1610 "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.35.0.tgz", 1611 "integrity": "sha512-C6yhY5Hvc2sGM+mCPek9ZLe5xRUOC/BvhAt2qIWFAeXMn4il04EYIjl3DsWiJr0xDMTJhvMOmD55xTRPlNp39w==", 1612 "cpu": [ 1613 "riscv64" 1614 ], 1615 "dev": true, 1616 "license": "MIT", 1617 "optional": true, 1618 "os": [ 1619 "linux" 1620 ], 1621 "engines": { 1622 "node": "^20.19.0 || >=22.12.0" 1623 } 1624 }, 1625 "node_modules/@oxfmt/binding-linux-s390x-gnu": { 1626 "version": "0.35.0", 1627 "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.35.0.tgz", 1628 "integrity": "sha512-RG2hlvOMK4OMZpO3mt8MpxLQ0AAezlFqhn5mI/g5YrVbPFyoCv9a34AAvbSJS501ocOxlFIRcKEuw5hFvddf9g==", 1629 "cpu": [ 1630 "s390x" 1631 ], 1632 "dev": true, 1633 "license": "MIT", 1634 "optional": true, 1635 "os": [ 1636 "linux" 1637 ], 1638 "engines": { 1639 "node": "^20.19.0 || >=22.12.0" 1640 } 1641 }, 1642 "node_modules/@oxfmt/binding-linux-x64-gnu": { 1643 "version": "0.35.0", 1644 "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.35.0.tgz", 1645 "integrity": "sha512-wzmh90Pwvqj9xOKHJjkQYBpydRkaXG77ZvDz+iFDRRQpnqIEqGm5gmim2s6vnZIkDGsvKCuTdtxm0GFmBjM1+w==", 1646 "cpu": [ 1647 "x64" 1648 ], 1649 "dev": true, 1650 "license": "MIT", 1651 "optional": true, 1652 "os": [ 1653 "linux" 1654 ], 1655 "engines": { 1656 "node": "^20.19.0 || >=22.12.0" 1657 } 1658 }, 1659 "node_modules/@oxfmt/binding-linux-x64-musl": { 1660 "version": "0.35.0", 1661 "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-musl/-/binding-linux-x64-musl-0.35.0.tgz", 1662 "integrity": "sha512-+HCqYCJPCUy5I+b2cf+gUVaApfgtoQT3HdnSg/l7NIcLHOhKstlYaGyrFZLmUpQt4WkFbpGKZZayG6zjRU0KFA==", 1663 "cpu": [ 1664 "x64" 1665 ], 1666 "dev": true, 1667 "license": "MIT", 1668 "optional": true, 1669 "os": [ 1670 "linux" 1671 ], 1672 "engines": { 1673 "node": "^20.19.0 || >=22.12.0" 1674 } 1675 }, 1676 "node_modules/@oxfmt/binding-openharmony-arm64": { 1677 "version": "0.35.0", 1678 "resolved": "https://registry.npmjs.org/@oxfmt/binding-openharmony-arm64/-/binding-openharmony-arm64-0.35.0.tgz", 1679 "integrity": "sha512-kFYmWfR9YL78XyO5ws+1dsxNvZoD973qfVMNFOS4e9bcHXGF7DvGC2tY5UDFwyMCeB33t3sDIuGONKggnVNSJA==", 1680 "cpu": [ 1681 "arm64" 1682 ], 1683 "dev": true, 1684 "license": "MIT", 1685 "optional": true, 1686 "os": [ 1687 "openharmony" 1688 ], 1689 "engines": { 1690 "node": "^20.19.0 || >=22.12.0" 1691 } 1692 }, 1693 "node_modules/@oxfmt/binding-win32-arm64-msvc": { 1694 "version": "0.35.0", 1695 "resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.35.0.tgz", 1696 "integrity": "sha512-uD/NGdM65eKNCDGyTGdO8e9n3IHX+wwuorBvEYrPJXhDXL9qz6gzddmXH8EN04ejUXUujlq4FsoSeCfbg0Y+Jg==", 1697 "cpu": [ 1698 "arm64" 1699 ], 1700 "dev": true, 1701 "license": "MIT", 1702 "optional": true, 1703 "os": [ 1704 "win32" 1705 ], 1706 "engines": { 1707 "node": "^20.19.0 || >=22.12.0" 1708 } 1709 }, 1710 "node_modules/@oxfmt/binding-win32-ia32-msvc": { 1711 "version": "0.35.0", 1712 "resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.35.0.tgz", 1713 "integrity": "sha512-oSRD2k8J2uxYDEKR2nAE/YTY9PobOEnhZgCmspHu0+yBQ665yH8lFErQVSTE7fcGJmJp/cC6322/gc8VFuQf7g==", 1714 "cpu": [ 1715 "ia32" 1716 ], 1717 "dev": true, 1718 "license": "MIT", 1719 "optional": true, 1720 "os": [ 1721 "win32" 1722 ], 1723 "engines": { 1724 "node": "^20.19.0 || >=22.12.0" 1725 } 1726 }, 1727 "node_modules/@oxfmt/binding-win32-x64-msvc": { 1728 "version": "0.35.0", 1729 "resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.35.0.tgz", 1730 "integrity": "sha512-WCDJjlS95NboR0ugI2BEwzt1tYvRDorDRM9Lvctls1SLyKYuNRCyrPwp1urUPFBnwgBNn9p2/gnmo7gFMySRoQ==", 1731 "cpu": [ 1732 "x64" 1733 ], 1734 "dev": true, 1735 "license": "MIT", 1736 "optional": true, 1737 "os": [ 1738 "win32" 1739 ], 1740 "engines": { 1741 "node": "^20.19.0 || >=22.12.0" 1742 } 1743 }, 1744 "node_modules/@oxlint/binding-android-arm-eabi": { 1745 "version": "1.52.0", 1746 "resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm-eabi/-/binding-android-arm-eabi-1.52.0.tgz", 1747 "integrity": "sha512-fW2pmR1VzFEdcvOYeSiv+R7CqffOjr9Bv5QmZaHuHJ4ZCqouaF6o48N/hJ3H1n9Zd8PCMFgJkeqUvUsVce01mw==", 1748 "cpu": [ 1749 "arm" 1750 ], 1751 "dev": true, 1752 "license": "MIT", 1753 "optional": true, 1754 "os": [ 1755 "android" 1756 ], 1757 "engines": { 1758 "node": "^20.19.0 || >=22.12.0" 1759 } 1760 }, 1761 "node_modules/@oxlint/binding-android-arm64": { 1762 "version": "1.52.0", 1763 "resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm64/-/binding-android-arm64-1.52.0.tgz", 1764 "integrity": "sha512-ptuJljIB+klNi8//qxXyGD51NLJXY9lv40Olc7l3/pEyjejWwXGvGMO0GM6f0JsjmbnDL+VkX7RVQNhByaX8WA==", 1765 "cpu": [ 1766 "arm64" 1767 ], 1768 "dev": true, 1769 "license": "MIT", 1770 "optional": true, 1771 "os": [ 1772 "android" 1773 ], 1774 "engines": { 1775 "node": "^20.19.0 || >=22.12.0" 1776 } 1777 }, 1778 "node_modules/@oxlint/binding-darwin-arm64": { 1779 "version": "1.52.0", 1780 "resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-arm64/-/binding-darwin-arm64-1.52.0.tgz", 1781 "integrity": "sha512-5d079Uw43BHVZzOwm3uJI2PgSbsZJTpfHDq2jMOR6rRjGiEBlgasaEvAA26VBqpkO1++/59ZCKLBnEpkro3zIg==", 1782 "cpu": [ 1783 "arm64" 1784 ], 1785 "dev": true, 1786 "license": "MIT", 1787 "optional": true, 1788 "os": [ 1789 "darwin" 1790 ], 1791 "engines": { 1792 "node": "^20.19.0 || >=22.12.0" 1793 } 1794 }, 1795 "node_modules/@oxlint/binding-darwin-x64": { 1796 "version": "1.52.0", 1797 "resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-x64/-/binding-darwin-x64-1.52.0.tgz", 1798 "integrity": "sha512-vRTjnhPEHAyfUhO9w6GM1VkxeVXFcDs+huyB5YNMw+Py+6PRYDFFrrOEr0rZYcoGtSH25ScozZV8I1UXrzaDjQ==", 1799 "cpu": [ 1800 "x64" 1801 ], 1802 "dev": true, 1803 "license": "MIT", 1804 "optional": true, 1805 "os": [ 1806 "darwin" 1807 ], 1808 "engines": { 1809 "node": "^20.19.0 || >=22.12.0" 1810 } 1811 }, 1812 "node_modules/@oxlint/binding-freebsd-x64": { 1813 "version": "1.52.0", 1814 "resolved": "https://registry.npmjs.org/@oxlint/binding-freebsd-x64/-/binding-freebsd-x64-1.52.0.tgz", 1815 "integrity": "sha512-vFthhhciRAliAjoKMsvi7UkkQp/EtMNhmCRYBuKsNiTH0k4H3SFfbuWWr80Q7+uTXijfBP91KO/EeF48RggC7A==", 1816 "cpu": [ 1817 "x64" 1818 ], 1819 "dev": true, 1820 "license": "MIT", 1821 "optional": true, 1822 "os": [ 1823 "freebsd" 1824 ], 1825 "engines": { 1826 "node": "^20.19.0 || >=22.12.0" 1827 } 1828 }, 1829 "node_modules/@oxlint/binding-linux-arm-gnueabihf": { 1830 "version": "1.52.0", 1831 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.52.0.tgz", 1832 "integrity": "sha512-qX3K4mKbju54ojUa8nigVxxZAUDBGu5MGzpoXvWmiw+7hafoQKaLAoTm94EqRlv9v27p864GQBgc4g3qYtMXXA==", 1833 "cpu": [ 1834 "arm" 1835 ], 1836 "dev": true, 1837 "license": "MIT", 1838 "optional": true, 1839 "os": [ 1840 "linux" 1841 ], 1842 "engines": { 1843 "node": "^20.19.0 || >=22.12.0" 1844 } 1845 }, 1846 "node_modules/@oxlint/binding-linux-arm-musleabihf": { 1847 "version": "1.52.0", 1848 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-1.52.0.tgz", 1849 "integrity": "sha512-x5D5/EUS9U4kndPncLB6mDfCsv7i8XcRLu0DZyTngXvyqapc96WwmyyOG2j8Dt26aE8Ykgh6AhsHp9bQtoBUAw==", 1850 "cpu": [ 1851 "arm" 1852 ], 1853 "dev": true, 1854 "license": "MIT", 1855 "optional": true, 1856 "os": [ 1857 "linux" 1858 ], 1859 "engines": { 1860 "node": "^20.19.0 || >=22.12.0" 1861 } 1862 }, 1863 "node_modules/@oxlint/binding-linux-arm64-gnu": { 1864 "version": "1.52.0", 1865 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.52.0.tgz", 1866 "integrity": "sha512-2Ep1tnGLuGG7lUkKG/nilIJ0/T2rebEcATxMJ7afuhD6Z2Sc9dDcpX00IngAMyR9l6hXrvaOw9YA5HUAJVSENg==", 1867 "cpu": [ 1868 "arm64" 1869 ], 1870 "dev": true, 1871 "license": "MIT", 1872 "optional": true, 1873 "os": [ 1874 "linux" 1875 ], 1876 "engines": { 1877 "node": "^20.19.0 || >=22.12.0" 1878 } 1879 }, 1880 "node_modules/@oxlint/binding-linux-arm64-musl": { 1881 "version": "1.52.0", 1882 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.52.0.tgz", 1883 "integrity": "sha512-54wxvb1Pztz0GMgTLUG9HsH8uhZSL4UbG7n4PDxWIRT9TygTVYKfD6D7iasYdKg6ZpWB5Y86VMxgjSJpR/Y7bQ==", 1884 "cpu": [ 1885 "arm64" 1886 ], 1887 "dev": true, 1888 "license": "MIT", 1889 "optional": true, 1890 "os": [ 1891 "linux" 1892 ], 1893 "engines": { 1894 "node": "^20.19.0 || >=22.12.0" 1895 } 1896 }, 1897 "node_modules/@oxlint/binding-linux-ppc64-gnu": { 1898 "version": "1.52.0", 1899 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.52.0.tgz", 1900 "integrity": "sha512-A82Zks1lJyLclrj8n2tJPHOw2ieZXCaBctnCarS1BRlPQMC1Y98vWCLqgvg9ssWy5ZAja0IjUHN1cYsp53mrqA==", 1901 "cpu": [ 1902 "ppc64" 1903 ], 1904 "dev": true, 1905 "license": "MIT", 1906 "optional": true, 1907 "os": [ 1908 "linux" 1909 ], 1910 "engines": { 1911 "node": "^20.19.0 || >=22.12.0" 1912 } 1913 }, 1914 "node_modules/@oxlint/binding-linux-riscv64-gnu": { 1915 "version": "1.52.0", 1916 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-1.52.0.tgz", 1917 "integrity": "sha512-ci89Ou+u9vnA0r4eQqGm/KPEkpea+QEtZCLKkrOAD/K5ZBwjS8ToID6aMgsDbIOJUNBGufsmX0iCC7EWrNKQFA==", 1918 "cpu": [ 1919 "riscv64" 1920 ], 1921 "dev": true, 1922 "license": "MIT", 1923 "optional": true, 1924 "os": [ 1925 "linux" 1926 ], 1927 "engines": { 1928 "node": "^20.19.0 || >=22.12.0" 1929 } 1930 }, 1931 "node_modules/@oxlint/binding-linux-riscv64-musl": { 1932 "version": "1.52.0", 1933 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-1.52.0.tgz", 1934 "integrity": "sha512-3/+DVDWajFSu69TaYnKkoUgMEcHR3puO8TcBu3fPCKRhbLjgwDiYIVRdvQX0QaSjkNPJARmpYq7vlPHWNo2cUA==", 1935 "cpu": [ 1936 "riscv64" 1937 ], 1938 "dev": true, 1939 "license": "MIT", 1940 "optional": true, 1941 "os": [ 1942 "linux" 1943 ], 1944 "engines": { 1945 "node": "^20.19.0 || >=22.12.0" 1946 } 1947 }, 1948 "node_modules/@oxlint/binding-linux-s390x-gnu": { 1949 "version": "1.52.0", 1950 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.52.0.tgz", 1951 "integrity": "sha512-BU7CbceOh00NDmY1IYr72qZoj4sJVHB9DCL2tIq2vyNllNJIpZWTxqlzdqmC4FViXWMy8kZNkOa+SdauH+EcoQ==", 1952 "cpu": [ 1953 "s390x" 1954 ], 1955 "dev": true, 1956 "license": "MIT", 1957 "optional": true, 1958 "os": [ 1959 "linux" 1960 ], 1961 "engines": { 1962 "node": "^20.19.0 || >=22.12.0" 1963 } 1964 }, 1965 "node_modules/@oxlint/binding-linux-x64-gnu": { 1966 "version": "1.52.0", 1967 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.52.0.tgz", 1968 "integrity": "sha512-JUVZ6TKYl1yArS3xGsNLQlZxgVpjNKtZFja6VxSTDy2ToN7H58PiDRcxWoN2XoIcWlHSvK7pkIPFNOyzdEJ23A==", 1969 "cpu": [ 1970 "x64" 1971 ], 1972 "dev": true, 1973 "license": "MIT", 1974 "optional": true, 1975 "os": [ 1976 "linux" 1977 ], 1978 "engines": { 1979 "node": "^20.19.0 || >=22.12.0" 1980 } 1981 }, 1982 "node_modules/@oxlint/binding-linux-x64-musl": { 1983 "version": "1.52.0", 1984 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-musl/-/binding-linux-x64-musl-1.52.0.tgz", 1985 "integrity": "sha512-IatLKG6UUbIbTBjBZ9SIAYp4SIvOpYIXPXn9cMLqWxh9HrHsu0fLNL+VQ67y4vdlIleYLeuIHkAp3M6saIN1RQ==", 1986 "cpu": [ 1987 "x64" 1988 ], 1989 "dev": true, 1990 "license": "MIT", 1991 "optional": true, 1992 "os": [ 1993 "linux" 1994 ], 1995 "engines": { 1996 "node": "^20.19.0 || >=22.12.0" 1997 } 1998 }, 1999 "node_modules/@oxlint/binding-openharmony-arm64": { 2000 "version": "1.52.0", 2001 "resolved": "https://registry.npmjs.org/@oxlint/binding-openharmony-arm64/-/binding-openharmony-arm64-1.52.0.tgz", 2002 "integrity": "sha512-CWgJ6FepHryuc/lgQWStFf3lcvEkbFLSa9zqO0D0QLVfrdg43I4XItKpL/bnfm4n7obzwgG8j8sBggdoxJQKfw==", 2003 "cpu": [ 2004 "arm64" 2005 ], 2006 "dev": true, 2007 "license": "MIT", 2008 "optional": true, 2009 "os": [ 2010 "openharmony" 2011 ], 2012 "engines": { 2013 "node": "^20.19.0 || >=22.12.0" 2014 } 2015 }, 2016 "node_modules/@oxlint/binding-win32-arm64-msvc": { 2017 "version": "1.52.0", 2018 "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.52.0.tgz", 2019 "integrity": "sha512-EuNAbPpctu8jYMZnvYh53Xw3YVY2nIi9bQlyMjY0eKiJxDv8ikHrAfcVcwTQW9xa5tp0eiMkmW7iHPP5CYUC9Q==", 2020 "cpu": [ 2021 "arm64" 2022 ], 2023 "dev": true, 2024 "license": "MIT", 2025 "optional": true, 2026 "os": [ 2027 "win32" 2028 ], 2029 "engines": { 2030 "node": "^20.19.0 || >=22.12.0" 2031 } 2032 }, 2033 "node_modules/@oxlint/binding-win32-ia32-msvc": { 2034 "version": "1.52.0", 2035 "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-1.52.0.tgz", 2036 "integrity": "sha512-wu3fquQttzSXwyy8DfdOG3Kyb17yAbRhwPlly7NHSXkrffAEAmZ6+o38tCNgsReGLugbn/wbq4uS4nEQubCq+A==", 2037 "cpu": [ 2038 "ia32" 2039 ], 2040 "dev": true, 2041 "license": "MIT", 2042 "optional": true, 2043 "os": [ 2044 "win32" 2045 ], 2046 "engines": { 2047 "node": "^20.19.0 || >=22.12.0" 2048 } 2049 }, 2050 "node_modules/@oxlint/binding-win32-x64-msvc": { 2051 "version": "1.52.0", 2052 "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.52.0.tgz", 2053 "integrity": "sha512-wikx9I9J9/lPOZlrCCNgm8YjWkia8NZfhWd1TTvZTMguyChbw/oA2VEM6Fzx+kkpA+1qu5Mo7nrLdOXEJavw8g==", 2054 "cpu": [ 2055 "x64" 2056 ], 2057 "dev": true, 2058 "license": "MIT", 2059 "optional": true, 2060 "os": [ 2061 "win32" 2062 ], 2063 "engines": { 2064 "node": "^20.19.0 || >=22.12.0" 2065 } 2066 }, 2067 "node_modules/@pagefind/darwin-arm64": { 2068 "version": "1.4.0", 2069 "resolved": "https://registry.npmjs.org/@pagefind/darwin-arm64/-/darwin-arm64-1.4.0.tgz", 2070 "integrity": "sha512-2vMqkbv3lbx1Awea90gTaBsvpzgRs7MuSgKDxW0m9oV1GPZCZbZBJg/qL83GIUEN2BFlY46dtUZi54pwH+/pTQ==", 2071 "cpu": [ 2072 "arm64" 2073 ], 2074 "license": "MIT", 2075 "optional": true, 2076 "os": [ 2077 "darwin" 2078 ] 2079 }, 2080 "node_modules/@pagefind/darwin-x64": { 2081 "version": "1.4.0", 2082 "resolved": "https://registry.npmjs.org/@pagefind/darwin-x64/-/darwin-x64-1.4.0.tgz", 2083 "integrity": "sha512-e7JPIS6L9/cJfow+/IAqknsGqEPjJnVXGjpGm25bnq+NPdoD3c/7fAwr1OXkG4Ocjx6ZGSCijXEV4ryMcH2E3A==", 2084 "cpu": [ 2085 "x64" 2086 ], 2087 "license": "MIT", 2088 "optional": true, 2089 "os": [ 2090 "darwin" 2091 ] 2092 }, 2093 "node_modules/@pagefind/default-ui": { 2094 "version": "1.4.0", 2095 "resolved": "https://registry.npmjs.org/@pagefind/default-ui/-/default-ui-1.4.0.tgz", 2096 "integrity": "sha512-wie82VWn3cnGEdIjh4YwNESyS1G6vRHwL6cNjy9CFgNnWW/PGRjsLq300xjVH5sfPFK3iK36UxvIBymtQIEiSQ==", 2097 "license": "MIT" 2098 }, 2099 "node_modules/@pagefind/freebsd-x64": { 2100 "version": "1.4.0", 2101 "resolved": "https://registry.npmjs.org/@pagefind/freebsd-x64/-/freebsd-x64-1.4.0.tgz", 2102 "integrity": "sha512-WcJVypXSZ+9HpiqZjFXMUobfFfZZ6NzIYtkhQ9eOhZrQpeY5uQFqNWLCk7w9RkMUwBv1HAMDW3YJQl/8OqsV0Q==", 2103 "cpu": [ 2104 "x64" 2105 ], 2106 "license": "MIT", 2107 "optional": true, 2108 "os": [ 2109 "freebsd" 2110 ] 2111 }, 2112 "node_modules/@pagefind/linux-arm64": { 2113 "version": "1.4.0", 2114 "resolved": "https://registry.npmjs.org/@pagefind/linux-arm64/-/linux-arm64-1.4.0.tgz", 2115 "integrity": "sha512-PIt8dkqt4W06KGmQjONw7EZbhDF+uXI7i0XtRLN1vjCUxM9vGPdtJc2mUyVPevjomrGz5M86M8bqTr6cgDp1Uw==", 2116 "cpu": [ 2117 "arm64" 2118 ], 2119 "license": "MIT", 2120 "optional": true, 2121 "os": [ 2122 "linux" 2123 ] 2124 }, 2125 "node_modules/@pagefind/linux-x64": { 2126 "version": "1.4.0", 2127 "resolved": "https://registry.npmjs.org/@pagefind/linux-x64/-/linux-x64-1.4.0.tgz", 2128 "integrity": "sha512-z4oddcWwQ0UHrTHR8psLnVlz6USGJ/eOlDPTDYZ4cI8TK8PgwRUPQZp9D2iJPNIPcS6Qx/E4TebjuGJOyK8Mmg==", 2129 "cpu": [ 2130 "x64" 2131 ], 2132 "license": "MIT", 2133 "optional": true, 2134 "os": [ 2135 "linux" 2136 ] 2137 }, 2138 "node_modules/@pagefind/windows-x64": { 2139 "version": "1.4.0", 2140 "resolved": "https://registry.npmjs.org/@pagefind/windows-x64/-/windows-x64-1.4.0.tgz", 2141 "integrity": "sha512-NkT+YAdgS2FPCn8mIA9bQhiBs+xmniMGq1LFPDhcFn0+2yIUEiIG06t7bsZlhdjknEQRTSdT7YitP6fC5qwP0g==", 2142 "cpu": [ 2143 "x64" 2144 ], 2145 "license": "MIT", 2146 "optional": true, 2147 "os": [ 2148 "win32" 2149 ] 2150 }, 2151 "node_modules/@playwright/test": { 2152 "version": "1.58.2", 2153 "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.58.2.tgz", 2154 "integrity": "sha512-akea+6bHYBBfA9uQqSYmlJXn61cTa+jbO87xVLCWbTqbWadRVmhxlXATaOjOgcBaWU4ePo0wB41KMFv3o35IXA==", 2155 "dev": true, 2156 "license": "Apache-2.0", 2157 "dependencies": { 2158 "playwright": "1.58.2" 2159 }, 2160 "bin": { 2161 "playwright": "cli.js" 2162 }, 2163 "engines": { 2164 "node": ">=18" 2165 } 2166 }, 2167 "node_modules/@resvg/resvg-js": { 2168 "version": "2.6.2", 2169 "resolved": "https://registry.npmjs.org/@resvg/resvg-js/-/resvg-js-2.6.2.tgz", 2170 "integrity": "sha512-xBaJish5OeGmniDj9cW5PRa/PtmuVU3ziqrbr5xJj901ZDN4TosrVaNZpEiLZAxdfnhAe7uQ7QFWfjPe9d9K2Q==", 2171 "license": "MPL-2.0", 2172 "engines": { 2173 "node": ">= 10" 2174 }, 2175 "optionalDependencies": { 2176 "@resvg/resvg-js-android-arm-eabi": "2.6.2", 2177 "@resvg/resvg-js-android-arm64": "2.6.2", 2178 "@resvg/resvg-js-darwin-arm64": "2.6.2", 2179 "@resvg/resvg-js-darwin-x64": "2.6.2", 2180 "@resvg/resvg-js-linux-arm-gnueabihf": "2.6.2", 2181 "@resvg/resvg-js-linux-arm64-gnu": "2.6.2", 2182 "@resvg/resvg-js-linux-arm64-musl": "2.6.2", 2183 "@resvg/resvg-js-linux-x64-gnu": "2.6.2", 2184 "@resvg/resvg-js-linux-x64-musl": "2.6.2", 2185 "@resvg/resvg-js-win32-arm64-msvc": "2.6.2", 2186 "@resvg/resvg-js-win32-ia32-msvc": "2.6.2", 2187 "@resvg/resvg-js-win32-x64-msvc": "2.6.2" 2188 } 2189 }, 2190 "node_modules/@resvg/resvg-js-android-arm-eabi": { 2191 "version": "2.6.2", 2192 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-android-arm-eabi/-/resvg-js-android-arm-eabi-2.6.2.tgz", 2193 "integrity": "sha512-FrJibrAk6v29eabIPgcTUMPXiEz8ssrAk7TXxsiZzww9UTQ1Z5KAbFJs+Z0Ez+VZTYgnE5IQJqBcoSiMebtPHA==", 2194 "cpu": [ 2195 "arm" 2196 ], 2197 "license": "MPL-2.0", 2198 "optional": true, 2199 "os": [ 2200 "android" 2201 ], 2202 "engines": { 2203 "node": ">= 10" 2204 } 2205 }, 2206 "node_modules/@resvg/resvg-js-android-arm64": { 2207 "version": "2.6.2", 2208 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-android-arm64/-/resvg-js-android-arm64-2.6.2.tgz", 2209 "integrity": "sha512-VcOKezEhm2VqzXpcIJoITuvUS/fcjIw5NA/w3tjzWyzmvoCdd+QXIqy3FBGulWdClvp4g+IfUemigrkLThSjAQ==", 2210 "cpu": [ 2211 "arm64" 2212 ], 2213 "license": "MPL-2.0", 2214 "optional": true, 2215 "os": [ 2216 "android" 2217 ], 2218 "engines": { 2219 "node": ">= 10" 2220 } 2221 }, 2222 "node_modules/@resvg/resvg-js-darwin-arm64": { 2223 "version": "2.6.2", 2224 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-darwin-arm64/-/resvg-js-darwin-arm64-2.6.2.tgz", 2225 "integrity": "sha512-nmok2LnAd6nLUKI16aEB9ydMC6Lidiiq2m1nEBDR1LaaP7FGs4AJ90qDraxX+CWlVuRlvNjyYJTNv8qFjtL9+A==", 2226 "cpu": [ 2227 "arm64" 2228 ], 2229 "license": "MPL-2.0", 2230 "optional": true, 2231 "os": [ 2232 "darwin" 2233 ], 2234 "engines": { 2235 "node": ">= 10" 2236 } 2237 }, 2238 "node_modules/@resvg/resvg-js-darwin-x64": { 2239 "version": "2.6.2", 2240 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-darwin-x64/-/resvg-js-darwin-x64-2.6.2.tgz", 2241 "integrity": "sha512-GInyZLjgWDfsVT6+SHxQVRwNzV0AuA1uqGsOAW+0th56J7Nh6bHHKXHBWzUrihxMetcFDmQMAX1tZ1fZDYSRsw==", 2242 "cpu": [ 2243 "x64" 2244 ], 2245 "license": "MPL-2.0", 2246 "optional": true, 2247 "os": [ 2248 "darwin" 2249 ], 2250 "engines": { 2251 "node": ">= 10" 2252 } 2253 }, 2254 "node_modules/@resvg/resvg-js-linux-arm-gnueabihf": { 2255 "version": "2.6.2", 2256 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-linux-arm-gnueabihf/-/resvg-js-linux-arm-gnueabihf-2.6.2.tgz", 2257 "integrity": "sha512-YIV3u/R9zJbpqTTNwTZM5/ocWetDKGsro0SWp70eGEM9eV2MerWyBRZnQIgzU3YBnSBQ1RcxRZvY/UxwESfZIw==", 2258 "cpu": [ 2259 "arm" 2260 ], 2261 "license": "MPL-2.0", 2262 "optional": true, 2263 "os": [ 2264 "linux" 2265 ], 2266 "engines": { 2267 "node": ">= 10" 2268 } 2269 }, 2270 "node_modules/@resvg/resvg-js-linux-arm64-gnu": { 2271 "version": "2.6.2", 2272 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-linux-arm64-gnu/-/resvg-js-linux-arm64-gnu-2.6.2.tgz", 2273 "integrity": "sha512-zc2BlJSim7YR4FZDQ8OUoJg5holYzdiYMeobb9pJuGDidGL9KZUv7SbiD4E8oZogtYY42UZEap7dqkkYuA91pg==", 2274 "cpu": [ 2275 "arm64" 2276 ], 2277 "license": "MPL-2.0", 2278 "optional": true, 2279 "os": [ 2280 "linux" 2281 ], 2282 "engines": { 2283 "node": ">= 10" 2284 } 2285 }, 2286 "node_modules/@resvg/resvg-js-linux-arm64-musl": { 2287 "version": "2.6.2", 2288 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-linux-arm64-musl/-/resvg-js-linux-arm64-musl-2.6.2.tgz", 2289 "integrity": "sha512-3h3dLPWNgSsD4lQBJPb4f+kvdOSJHa5PjTYVsWHxLUzH4IFTJUAnmuWpw4KqyQ3NA5QCyhw4TWgxk3jRkQxEKg==", 2290 "cpu": [ 2291 "arm64" 2292 ], 2293 "license": "MPL-2.0", 2294 "optional": true, 2295 "os": [ 2296 "linux" 2297 ], 2298 "engines": { 2299 "node": ">= 10" 2300 } 2301 }, 2302 "node_modules/@resvg/resvg-js-linux-x64-gnu": { 2303 "version": "2.6.2", 2304 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-linux-x64-gnu/-/resvg-js-linux-x64-gnu-2.6.2.tgz", 2305 "integrity": "sha512-IVUe+ckIerA7xMZ50duAZzwf1U7khQe2E0QpUxu5MBJNao5RqC0zwV/Zm965vw6D3gGFUl7j4m+oJjubBVoftw==", 2306 "cpu": [ 2307 "x64" 2308 ], 2309 "license": "MPL-2.0", 2310 "optional": true, 2311 "os": [ 2312 "linux" 2313 ], 2314 "engines": { 2315 "node": ">= 10" 2316 } 2317 }, 2318 "node_modules/@resvg/resvg-js-linux-x64-musl": { 2319 "version": "2.6.2", 2320 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-linux-x64-musl/-/resvg-js-linux-x64-musl-2.6.2.tgz", 2321 "integrity": "sha512-UOf83vqTzoYQO9SZ0fPl2ZIFtNIz/Rr/y+7X8XRX1ZnBYsQ/tTb+cj9TE+KHOdmlTFBxhYzVkP2lRByCzqi4jQ==", 2322 "cpu": [ 2323 "x64" 2324 ], 2325 "license": "MPL-2.0", 2326 "optional": true, 2327 "os": [ 2328 "linux" 2329 ], 2330 "engines": { 2331 "node": ">= 10" 2332 } 2333 }, 2334 "node_modules/@resvg/resvg-js-win32-arm64-msvc": { 2335 "version": "2.6.2", 2336 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-win32-arm64-msvc/-/resvg-js-win32-arm64-msvc-2.6.2.tgz", 2337 "integrity": "sha512-7C/RSgCa+7vqZ7qAbItfiaAWhyRSoD4l4BQAbVDqRRsRgY+S+hgS3in0Rxr7IorKUpGE69X48q6/nOAuTJQxeQ==", 2338 "cpu": [ 2339 "arm64" 2340 ], 2341 "license": "MPL-2.0", 2342 "optional": true, 2343 "os": [ 2344 "win32" 2345 ], 2346 "engines": { 2347 "node": ">= 10" 2348 } 2349 }, 2350 "node_modules/@resvg/resvg-js-win32-ia32-msvc": { 2351 "version": "2.6.2", 2352 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-win32-ia32-msvc/-/resvg-js-win32-ia32-msvc-2.6.2.tgz", 2353 "integrity": "sha512-har4aPAlvjnLcil40AC77YDIk6loMawuJwFINEM7n0pZviwMkMvjb2W5ZirsNOZY4aDbo5tLx0wNMREp5Brk+w==", 2354 "cpu": [ 2355 "ia32" 2356 ], 2357 "license": "MPL-2.0", 2358 "optional": true, 2359 "os": [ 2360 "win32" 2361 ], 2362 "engines": { 2363 "node": ">= 10" 2364 } 2365 }, 2366 "node_modules/@resvg/resvg-js-win32-x64-msvc": { 2367 "version": "2.6.2", 2368 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-win32-x64-msvc/-/resvg-js-win32-x64-msvc-2.6.2.tgz", 2369 "integrity": "sha512-ZXtYhtUr5SSaBrUDq7DiyjOFJqBVL/dOBN7N/qmi/pO0IgiWW/f/ue3nbvu9joWE5aAKDoIzy/CxsY0suwGosQ==", 2370 "cpu": [ 2371 "x64" 2372 ], 2373 "license": "MPL-2.0", 2374 "optional": true, 2375 "os": [ 2376 "win32" 2377 ], 2378 "engines": { 2379 "node": ">= 10" 2380 } 2381 }, 2382 "node_modules/@rolldown/binding-android-arm64": { 2383 "version": "1.0.0-rc.9", 2384 "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.9.tgz", 2385 "integrity": "sha512-lcJL0bN5hpgJfSIz/8PIf02irmyL43P+j1pTCfbD1DbLkmGRuFIA4DD3B3ZOvGqG0XiVvRznbKtN0COQVaKUTg==", 2386 "cpu": [ 2387 "arm64" 2388 ], 2389 "dev": true, 2390 "license": "MIT", 2391 "optional": true, 2392 "os": [ 2393 "android" 2394 ], 2395 "engines": { 2396 "node": "^20.19.0 || >=22.12.0" 2397 } 2398 }, 2399 "node_modules/@rolldown/binding-darwin-arm64": { 2400 "version": "1.0.0-rc.9", 2401 "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.9.tgz", 2402 "integrity": "sha512-J7Zk3kLYFsLtuH6U+F4pS2sYVzac0qkjcO5QxHS7OS7yZu2LRs+IXo+uvJ/mvpyUljDJ3LROZPoQfgBIpCMhdQ==", 2403 "cpu": [ 2404 "arm64" 2405 ], 2406 "dev": true, 2407 "license": "MIT", 2408 "optional": true, 2409 "os": [ 2410 "darwin" 2411 ], 2412 "engines": { 2413 "node": "^20.19.0 || >=22.12.0" 2414 } 2415 }, 2416 "node_modules/@rolldown/binding-darwin-x64": { 2417 "version": "1.0.0-rc.9", 2418 "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.9.tgz", 2419 "integrity": "sha512-iwtmmghy8nhfRGeNAIltcNXzD0QMNaaA5U/NyZc1Ia4bxrzFByNMDoppoC+hl7cDiUq5/1CnFthpT9n+UtfFyg==", 2420 "cpu": [ 2421 "x64" 2422 ], 2423 "dev": true, 2424 "license": "MIT", 2425 "optional": true, 2426 "os": [ 2427 "darwin" 2428 ], 2429 "engines": { 2430 "node": "^20.19.0 || >=22.12.0" 2431 } 2432 }, 2433 "node_modules/@rolldown/binding-freebsd-x64": { 2434 "version": "1.0.0-rc.9", 2435 "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.9.tgz", 2436 "integrity": "sha512-DLFYI78SCiZr5VvdEplsVC2Vx53lnA4/Ga5C65iyldMVaErr86aiqCoNBLl92PXPfDtUYjUh+xFFor40ueNs4Q==", 2437 "cpu": [ 2438 "x64" 2439 ], 2440 "dev": true, 2441 "license": "MIT", 2442 "optional": true, 2443 "os": [ 2444 "freebsd" 2445 ], 2446 "engines": { 2447 "node": "^20.19.0 || >=22.12.0" 2448 } 2449 }, 2450 "node_modules/@rolldown/binding-linux-arm-gnueabihf": { 2451 "version": "1.0.0-rc.9", 2452 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.9.tgz", 2453 "integrity": "sha512-CsjTmTwd0Hri6iTw/DRMK7kOZ7FwAkrO4h8YWKoX/kcj833e4coqo2wzIFywtch/8Eb5enQ/lwLM7w6JX1W5RQ==", 2454 "cpu": [ 2455 "arm" 2456 ], 2457 "dev": true, 2458 "license": "MIT", 2459 "optional": true, 2460 "os": [ 2461 "linux" 2462 ], 2463 "engines": { 2464 "node": "^20.19.0 || >=22.12.0" 2465 } 2466 }, 2467 "node_modules/@rolldown/binding-linux-arm64-gnu": { 2468 "version": "1.0.0-rc.9", 2469 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.9.tgz", 2470 "integrity": "sha512-2x9O2JbSPxpxMDhP9Z74mahAStibTlrBMW0520+epJH5sac7/LwZW5Bmg/E6CXuEF53JJFW509uP+lSedaUNxg==", 2471 "cpu": [ 2472 "arm64" 2473 ], 2474 "dev": true, 2475 "license": "MIT", 2476 "optional": true, 2477 "os": [ 2478 "linux" 2479 ], 2480 "engines": { 2481 "node": "^20.19.0 || >=22.12.0" 2482 } 2483 }, 2484 "node_modules/@rolldown/binding-linux-arm64-musl": { 2485 "version": "1.0.0-rc.9", 2486 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.9.tgz", 2487 "integrity": "sha512-JA1QRW31ogheAIRhIg9tjMfsYbglXXYGNPLdPEYrwFxdbkQCAzvpSCSHCDWNl4hTtrol8WeboCSEpjdZK8qrCg==", 2488 "cpu": [ 2489 "arm64" 2490 ], 2491 "dev": true, 2492 "license": "MIT", 2493 "optional": true, 2494 "os": [ 2495 "linux" 2496 ], 2497 "engines": { 2498 "node": "^20.19.0 || >=22.12.0" 2499 } 2500 }, 2501 "node_modules/@rolldown/binding-linux-ppc64-gnu": { 2502 "version": "1.0.0-rc.9", 2503 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.9.tgz", 2504 "integrity": "sha512-aOKU9dJheda8Kj8Y3w9gnt9QFOO+qKPAl8SWd7JPHP+Cu0EuDAE5wokQubLzIDQWg2myXq2XhTpOVS07qqvT+w==", 2505 "cpu": [ 2506 "ppc64" 2507 ], 2508 "dev": true, 2509 "license": "MIT", 2510 "optional": true, 2511 "os": [ 2512 "linux" 2513 ], 2514 "engines": { 2515 "node": "^20.19.0 || >=22.12.0" 2516 } 2517 }, 2518 "node_modules/@rolldown/binding-linux-s390x-gnu": { 2519 "version": "1.0.0-rc.9", 2520 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.9.tgz", 2521 "integrity": "sha512-OalO94fqj7IWRn3VdXWty75jC5dk4C197AWEuMhIpvVv2lw9fiPhud0+bW2ctCxb3YoBZor71QHbY+9/WToadA==", 2522 "cpu": [ 2523 "s390x" 2524 ], 2525 "dev": true, 2526 "license": "MIT", 2527 "optional": true, 2528 "os": [ 2529 "linux" 2530 ], 2531 "engines": { 2532 "node": "^20.19.0 || >=22.12.0" 2533 } 2534 }, 2535 "node_modules/@rolldown/binding-linux-x64-gnu": { 2536 "version": "1.0.0-rc.9", 2537 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.9.tgz", 2538 "integrity": "sha512-cVEl1vZtBsBZna3YMjGXNvnYYrOJ7RzuWvZU0ffvJUexWkukMaDuGhUXn0rjnV0ptzGVkvc+vW9Yqy6h8YX4pg==", 2539 "cpu": [ 2540 "x64" 2541 ], 2542 "dev": true, 2543 "license": "MIT", 2544 "optional": true, 2545 "os": [ 2546 "linux" 2547 ], 2548 "engines": { 2549 "node": "^20.19.0 || >=22.12.0" 2550 } 2551 }, 2552 "node_modules/@rolldown/binding-linux-x64-musl": { 2553 "version": "1.0.0-rc.9", 2554 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.9.tgz", 2555 "integrity": "sha512-UzYnKCIIc4heAKgI4PZ3dfBGUZefGCJ1TPDuLHoCzgrMYPb5Rv6TLFuYtyM4rWyHM7hymNdsg5ik2C+UD9VDbA==", 2556 "cpu": [ 2557 "x64" 2558 ], 2559 "dev": true, 2560 "license": "MIT", 2561 "optional": true, 2562 "os": [ 2563 "linux" 2564 ], 2565 "engines": { 2566 "node": "^20.19.0 || >=22.12.0" 2567 } 2568 }, 2569 "node_modules/@rolldown/binding-openharmony-arm64": { 2570 "version": "1.0.0-rc.9", 2571 "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.9.tgz", 2572 "integrity": "sha512-+6zoiF+RRyf5cdlFQP7nm58mq7+/2PFaY2DNQeD4B87N36JzfF/l9mdBkkmTvSYcYPE8tMh/o3cRlsx1ldLfog==", 2573 "cpu": [ 2574 "arm64" 2575 ], 2576 "dev": true, 2577 "license": "MIT", 2578 "optional": true, 2579 "os": [ 2580 "openharmony" 2581 ], 2582 "engines": { 2583 "node": "^20.19.0 || >=22.12.0" 2584 } 2585 }, 2586 "node_modules/@rolldown/binding-wasm32-wasi": { 2587 "version": "1.0.0-rc.9", 2588 "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.9.tgz", 2589 "integrity": "sha512-rgFN6sA/dyebil3YTlL2evvi/M+ivhfnyxec7AccTpRPccno/rPoNlqybEZQBkcbZu8Hy+eqNJCqfBR8P7Pg8g==", 2590 "cpu": [ 2591 "wasm32" 2592 ], 2593 "dev": true, 2594 "license": "MIT", 2595 "optional": true, 2596 "dependencies": { 2597 "@napi-rs/wasm-runtime": "^1.1.1" 2598 }, 2599 "engines": { 2600 "node": ">=14.0.0" 2601 } 2602 }, 2603 "node_modules/@rolldown/binding-win32-arm64-msvc": { 2604 "version": "1.0.0-rc.9", 2605 "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.9.tgz", 2606 "integrity": "sha512-lHVNUG/8nlF1IQk1C0Ci574qKYyty2goMiPlRqkC5R+3LkXDkL5Dhx8ytbxq35m+pkHVIvIxviD+TWLdfeuadA==", 2607 "cpu": [ 2608 "arm64" 2609 ], 2610 "dev": true, 2611 "license": "MIT", 2612 "optional": true, 2613 "os": [ 2614 "win32" 2615 ], 2616 "engines": { 2617 "node": "^20.19.0 || >=22.12.0" 2618 } 2619 }, 2620 "node_modules/@rolldown/binding-win32-x64-msvc": { 2621 "version": "1.0.0-rc.9", 2622 "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.9.tgz", 2623 "integrity": "sha512-G0oA4+w1iY5AGi5HcDTxWsoxF509hrFIPB2rduV5aDqS9FtDg1CAfa7V34qImbjfhIcA8C+RekocJZA96EarwQ==", 2624 "cpu": [ 2625 "x64" 2626 ], 2627 "dev": true, 2628 "license": "MIT", 2629 "optional": true, 2630 "os": [ 2631 "win32" 2632 ], 2633 "engines": { 2634 "node": "^20.19.0 || >=22.12.0" 2635 } 2636 }, 2637 "node_modules/@rolldown/pluginutils": { 2638 "version": "1.0.0-rc.9", 2639 "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.9.tgz", 2640 "integrity": "sha512-w6oiRWgEBl04QkFZgmW+jnU1EC9b57Oihi2ot3HNWIQRqgHp5PnYDia5iZ5FF7rpa4EQdiqMDXjlqKGXBhsoXw==", 2641 "dev": true, 2642 "license": "MIT" 2643 }, 2644 "node_modules/@rollup/pluginutils": { 2645 "version": "5.3.0", 2646 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz", 2647 "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==", 2648 "license": "MIT", 2649 "dependencies": { 2650 "@types/estree": "^1.0.0", 2651 "estree-walker": "^2.0.2", 2652 "picomatch": "^4.0.2" 2653 }, 2654 "engines": { 2655 "node": ">=14.0.0" 2656 }, 2657 "peerDependencies": { 2658 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" 2659 }, 2660 "peerDependenciesMeta": { 2661 "rollup": { 2662 "optional": true 2663 } 2664 } 2665 }, 2666 "node_modules/@rollup/pluginutils/node_modules/estree-walker": { 2667 "version": "2.0.2", 2668 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", 2669 "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", 2670 "license": "MIT" 2671 }, 2672 "node_modules/@rollup/rollup-android-arm-eabi": { 2673 "version": "4.59.0", 2674 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.59.0.tgz", 2675 "integrity": "sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==", 2676 "cpu": [ 2677 "arm" 2678 ], 2679 "license": "MIT", 2680 "optional": true, 2681 "os": [ 2682 "android" 2683 ] 2684 }, 2685 "node_modules/@rollup/rollup-android-arm64": { 2686 "version": "4.59.0", 2687 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.59.0.tgz", 2688 "integrity": "sha512-hZ+Zxj3SySm4A/DylsDKZAeVg0mvi++0PYVceVyX7hemkw7OreKdCvW2oQ3T1FMZvCaQXqOTHb8qmBShoqk69Q==", 2689 "cpu": [ 2690 "arm64" 2691 ], 2692 "license": "MIT", 2693 "optional": true, 2694 "os": [ 2695 "android" 2696 ] 2697 }, 2698 "node_modules/@rollup/rollup-darwin-arm64": { 2699 "version": "4.59.0", 2700 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.59.0.tgz", 2701 "integrity": "sha512-W2Psnbh1J8ZJw0xKAd8zdNgF9HRLkdWwwdWqubSVk0pUuQkoHnv7rx4GiF9rT4t5DIZGAsConRE3AxCdJ4m8rg==", 2702 "cpu": [ 2703 "arm64" 2704 ], 2705 "license": "MIT", 2706 "optional": true, 2707 "os": [ 2708 "darwin" 2709 ] 2710 }, 2711 "node_modules/@rollup/rollup-darwin-x64": { 2712 "version": "4.59.0", 2713 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.59.0.tgz", 2714 "integrity": "sha512-ZW2KkwlS4lwTv7ZVsYDiARfFCnSGhzYPdiOU4IM2fDbL+QGlyAbjgSFuqNRbSthybLbIJ915UtZBtmuLrQAT/w==", 2715 "cpu": [ 2716 "x64" 2717 ], 2718 "license": "MIT", 2719 "optional": true, 2720 "os": [ 2721 "darwin" 2722 ] 2723 }, 2724 "node_modules/@rollup/rollup-freebsd-arm64": { 2725 "version": "4.59.0", 2726 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.59.0.tgz", 2727 "integrity": "sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==", 2728 "cpu": [ 2729 "arm64" 2730 ], 2731 "license": "MIT", 2732 "optional": true, 2733 "os": [ 2734 "freebsd" 2735 ] 2736 }, 2737 "node_modules/@rollup/rollup-freebsd-x64": { 2738 "version": "4.59.0", 2739 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.59.0.tgz", 2740 "integrity": "sha512-d3DuZi2KzTMjImrxoHIAODUZYoUUMsuUiY4SRRcJy6NJoZ6iIqWnJu9IScV9jXysyGMVuW+KNzZvBLOcpdl3Vg==", 2741 "cpu": [ 2742 "x64" 2743 ], 2744 "license": "MIT", 2745 "optional": true, 2746 "os": [ 2747 "freebsd" 2748 ] 2749 }, 2750 "node_modules/@rollup/rollup-linux-arm-gnueabihf": { 2751 "version": "4.59.0", 2752 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.59.0.tgz", 2753 "integrity": "sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==", 2754 "cpu": [ 2755 "arm" 2756 ], 2757 "license": "MIT", 2758 "optional": true, 2759 "os": [ 2760 "linux" 2761 ] 2762 }, 2763 "node_modules/@rollup/rollup-linux-arm-musleabihf": { 2764 "version": "4.59.0", 2765 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.59.0.tgz", 2766 "integrity": "sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==", 2767 "cpu": [ 2768 "arm" 2769 ], 2770 "license": "MIT", 2771 "optional": true, 2772 "os": [ 2773 "linux" 2774 ] 2775 }, 2776 "node_modules/@rollup/rollup-linux-arm64-gnu": { 2777 "version": "4.59.0", 2778 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.59.0.tgz", 2779 "integrity": "sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==", 2780 "cpu": [ 2781 "arm64" 2782 ], 2783 "license": "MIT", 2784 "optional": true, 2785 "os": [ 2786 "linux" 2787 ] 2788 }, 2789 "node_modules/@rollup/rollup-linux-arm64-musl": { 2790 "version": "4.59.0", 2791 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.59.0.tgz", 2792 "integrity": "sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==", 2793 "cpu": [ 2794 "arm64" 2795 ], 2796 "license": "MIT", 2797 "optional": true, 2798 "os": [ 2799 "linux" 2800 ] 2801 }, 2802 "node_modules/@rollup/rollup-linux-loong64-gnu": { 2803 "version": "4.59.0", 2804 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.59.0.tgz", 2805 "integrity": "sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==", 2806 "cpu": [ 2807 "loong64" 2808 ], 2809 "license": "MIT", 2810 "optional": true, 2811 "os": [ 2812 "linux" 2813 ] 2814 }, 2815 "node_modules/@rollup/rollup-linux-loong64-musl": { 2816 "version": "4.59.0", 2817 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.59.0.tgz", 2818 "integrity": "sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==", 2819 "cpu": [ 2820 "loong64" 2821 ], 2822 "license": "MIT", 2823 "optional": true, 2824 "os": [ 2825 "linux" 2826 ] 2827 }, 2828 "node_modules/@rollup/rollup-linux-ppc64-gnu": { 2829 "version": "4.59.0", 2830 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.59.0.tgz", 2831 "integrity": "sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==", 2832 "cpu": [ 2833 "ppc64" 2834 ], 2835 "license": "MIT", 2836 "optional": true, 2837 "os": [ 2838 "linux" 2839 ] 2840 }, 2841 "node_modules/@rollup/rollup-linux-ppc64-musl": { 2842 "version": "4.59.0", 2843 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.59.0.tgz", 2844 "integrity": "sha512-+2kLtQ4xT3AiIxkzFVFXfsmlZiG5FXYW7ZyIIvGA7Bdeuh9Z0aN4hVyXS/G1E9bTP/vqszNIN/pUKCk/BTHsKA==", 2845 "cpu": [ 2846 "ppc64" 2847 ], 2848 "license": "MIT", 2849 "optional": true, 2850 "os": [ 2851 "linux" 2852 ] 2853 }, 2854 "node_modules/@rollup/rollup-linux-riscv64-gnu": { 2855 "version": "4.59.0", 2856 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.59.0.tgz", 2857 "integrity": "sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==", 2858 "cpu": [ 2859 "riscv64" 2860 ], 2861 "license": "MIT", 2862 "optional": true, 2863 "os": [ 2864 "linux" 2865 ] 2866 }, 2867 "node_modules/@rollup/rollup-linux-riscv64-musl": { 2868 "version": "4.59.0", 2869 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.59.0.tgz", 2870 "integrity": "sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==", 2871 "cpu": [ 2872 "riscv64" 2873 ], 2874 "license": "MIT", 2875 "optional": true, 2876 "os": [ 2877 "linux" 2878 ] 2879 }, 2880 "node_modules/@rollup/rollup-linux-s390x-gnu": { 2881 "version": "4.59.0", 2882 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.59.0.tgz", 2883 "integrity": "sha512-oF87Ie3uAIvORFBpwnCvUzdeYUqi2wY6jRFWJAy1qus/udHFYIkplYRW+wo+GRUP4sKzYdmE1Y3+rY5Gc4ZO+w==", 2884 "cpu": [ 2885 "s390x" 2886 ], 2887 "license": "MIT", 2888 "optional": true, 2889 "os": [ 2890 "linux" 2891 ] 2892 }, 2893 "node_modules/@rollup/rollup-linux-x64-gnu": { 2894 "version": "4.59.0", 2895 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.59.0.tgz", 2896 "integrity": "sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==", 2897 "cpu": [ 2898 "x64" 2899 ], 2900 "license": "MIT", 2901 "optional": true, 2902 "os": [ 2903 "linux" 2904 ] 2905 }, 2906 "node_modules/@rollup/rollup-linux-x64-musl": { 2907 "version": "4.59.0", 2908 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.59.0.tgz", 2909 "integrity": "sha512-2UdiwS/9cTAx7qIUZB/fWtToJwvt0Vbo0zmnYt7ED35KPg13Q0ym1g442THLC7VyI6JfYTP4PiSOWyoMdV2/xg==", 2910 "cpu": [ 2911 "x64" 2912 ], 2913 "license": "MIT", 2914 "optional": true, 2915 "os": [ 2916 "linux" 2917 ] 2918 }, 2919 "node_modules/@rollup/rollup-openbsd-x64": { 2920 "version": "4.59.0", 2921 "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.59.0.tgz", 2922 "integrity": "sha512-M3bLRAVk6GOwFlPTIxVBSYKUaqfLrn8l0psKinkCFxl4lQvOSz8ZrKDz2gxcBwHFpci0B6rttydI4IpS4IS/jQ==", 2923 "cpu": [ 2924 "x64" 2925 ], 2926 "license": "MIT", 2927 "optional": true, 2928 "os": [ 2929 "openbsd" 2930 ] 2931 }, 2932 "node_modules/@rollup/rollup-openharmony-arm64": { 2933 "version": "4.59.0", 2934 "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.59.0.tgz", 2935 "integrity": "sha512-tt9KBJqaqp5i5HUZzoafHZX8b5Q2Fe7UjYERADll83O4fGqJ49O1FsL6LpdzVFQcpwvnyd0i+K/VSwu/o/nWlA==", 2936 "cpu": [ 2937 "arm64" 2938 ], 2939 "license": "MIT", 2940 "optional": true, 2941 "os": [ 2942 "openharmony" 2943 ] 2944 }, 2945 "node_modules/@rollup/rollup-win32-arm64-msvc": { 2946 "version": "4.59.0", 2947 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.59.0.tgz", 2948 "integrity": "sha512-V5B6mG7OrGTwnxaNUzZTDTjDS7F75PO1ae6MJYdiMu60sq0CqN5CVeVsbhPxalupvTX8gXVSU9gq+Rx1/hvu6A==", 2949 "cpu": [ 2950 "arm64" 2951 ], 2952 "license": "MIT", 2953 "optional": true, 2954 "os": [ 2955 "win32" 2956 ] 2957 }, 2958 "node_modules/@rollup/rollup-win32-ia32-msvc": { 2959 "version": "4.59.0", 2960 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.59.0.tgz", 2961 "integrity": "sha512-UKFMHPuM9R0iBegwzKF4y0C4J9u8C6MEJgFuXTBerMk7EJ92GFVFYBfOZaSGLu6COf7FxpQNqhNS4c4icUPqxA==", 2962 "cpu": [ 2963 "ia32" 2964 ], 2965 "license": "MIT", 2966 "optional": true, 2967 "os": [ 2968 "win32" 2969 ] 2970 }, 2971 "node_modules/@rollup/rollup-win32-x64-gnu": { 2972 "version": "4.59.0", 2973 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.59.0.tgz", 2974 "integrity": "sha512-laBkYlSS1n2L8fSo1thDNGrCTQMmxjYY5G0WFWjFFYZkKPjsMBsgJfGf4TLxXrF6RyhI60L8TMOjBMvXiTcxeA==", 2975 "cpu": [ 2976 "x64" 2977 ], 2978 "license": "MIT", 2979 "optional": true, 2980 "os": [ 2981 "win32" 2982 ] 2983 }, 2984 "node_modules/@rollup/rollup-win32-x64-msvc": { 2985 "version": "4.59.0", 2986 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.59.0.tgz", 2987 "integrity": "sha512-2HRCml6OztYXyJXAvdDXPKcawukWY2GpR5/nxKp4iBgiO3wcoEGkAaqctIbZcNB6KlUQBIqt8VYkNSj2397EfA==", 2988 "cpu": [ 2989 "x64" 2990 ], 2991 "license": "MIT", 2992 "optional": true, 2993 "os": [ 2994 "win32" 2995 ] 2996 }, 2997 "node_modules/@shikijs/core": { 2998 "version": "3.23.0", 2999 "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.23.0.tgz", 3000 "integrity": "sha512-NSWQz0riNb67xthdm5br6lAkvpDJRTgB36fxlo37ZzM2yq0PQFFzbd8psqC2XMPgCzo1fW6cVi18+ArJ44wqgA==", 3001 "license": "MIT", 3002 "dependencies": { 3003 "@shikijs/types": "3.23.0", 3004 "@shikijs/vscode-textmate": "^10.0.2", 3005 "@types/hast": "^3.0.4", 3006 "hast-util-to-html": "^9.0.5" 3007 } 3008 }, 3009 "node_modules/@shikijs/engine-javascript": { 3010 "version": "3.23.0", 3011 "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-3.23.0.tgz", 3012 "integrity": "sha512-aHt9eiGFobmWR5uqJUViySI1bHMqrAgamWE1TYSUoftkAeCCAiGawPMwM+VCadylQtF4V3VNOZ5LmfItH5f3yA==", 3013 "license": "MIT", 3014 "dependencies": { 3015 "@shikijs/types": "3.23.0", 3016 "@shikijs/vscode-textmate": "^10.0.2", 3017 "oniguruma-to-es": "^4.3.4" 3018 } 3019 }, 3020 "node_modules/@shikijs/engine-oniguruma": { 3021 "version": "3.23.0", 3022 "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.23.0.tgz", 3023 "integrity": "sha512-1nWINwKXxKKLqPibT5f4pAFLej9oZzQTsby8942OTlsJzOBZ0MWKiwzMsd+jhzu8YPCHAswGnnN1YtQfirL35g==", 3024 "license": "MIT", 3025 "dependencies": { 3026 "@shikijs/types": "3.23.0", 3027 "@shikijs/vscode-textmate": "^10.0.2" 3028 } 3029 }, 3030 "node_modules/@shikijs/langs": { 3031 "version": "3.23.0", 3032 "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.23.0.tgz", 3033 "integrity": "sha512-2Ep4W3Re5aB1/62RSYQInK9mM3HsLeB91cHqznAJMuylqjzNVAVCMnNWRHFtcNHXsoNRayP9z1qj4Sq3nMqYXg==", 3034 "license": "MIT", 3035 "dependencies": { 3036 "@shikijs/types": "3.23.0" 3037 } 3038 }, 3039 "node_modules/@shikijs/themes": { 3040 "version": "3.23.0", 3041 "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.23.0.tgz", 3042 "integrity": "sha512-5qySYa1ZgAT18HR/ypENL9cUSGOeI2x+4IvYJu4JgVJdizn6kG4ia5Q1jDEOi7gTbN4RbuYtmHh0W3eccOrjMA==", 3043 "license": "MIT", 3044 "dependencies": { 3045 "@shikijs/types": "3.23.0" 3046 } 3047 }, 3048 "node_modules/@shikijs/types": { 3049 "version": "3.23.0", 3050 "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.23.0.tgz", 3051 "integrity": "sha512-3JZ5HXOZfYjsYSk0yPwBrkupyYSLpAE26Qc0HLghhZNGTZg/SKxXIIgoxOpmmeQP0RRSDJTk1/vPfw9tbw+jSQ==", 3052 "license": "MIT", 3053 "dependencies": { 3054 "@shikijs/vscode-textmate": "^10.0.2", 3055 "@types/hast": "^3.0.4" 3056 } 3057 }, 3058 "node_modules/@shikijs/vscode-textmate": { 3059 "version": "10.0.2", 3060 "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz", 3061 "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==", 3062 "license": "MIT" 3063 }, 3064 "node_modules/@shuding/opentype.js": { 3065 "version": "1.4.0-beta.0", 3066 "resolved": "https://registry.npmjs.org/@shuding/opentype.js/-/opentype.js-1.4.0-beta.0.tgz", 3067 "integrity": "sha512-3NgmNyH3l/Hv6EvsWJbsvpcpUba6R8IREQ83nH83cyakCw7uM1arZKNfHwv1Wz6jgqrF/j4x5ELvR6PnK9nTcA==", 3068 "license": "MIT", 3069 "dependencies": { 3070 "fflate": "^0.7.3", 3071 "string.prototype.codepointat": "^0.2.1" 3072 }, 3073 "bin": { 3074 "ot": "bin/ot" 3075 }, 3076 "engines": { 3077 "node": ">= 8.0.0" 3078 } 3079 }, 3080 "node_modules/@standard-schema/spec": { 3081 "version": "1.1.0", 3082 "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz", 3083 "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==", 3084 "license": "MIT" 3085 }, 3086 "node_modules/@tybys/wasm-util": { 3087 "version": "0.10.1", 3088 "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz", 3089 "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==", 3090 "dev": true, 3091 "license": "MIT", 3092 "optional": true, 3093 "dependencies": { 3094 "tslib": "^2.4.0" 3095 } 3096 }, 3097 "node_modules/@types/better-sqlite3": { 3098 "version": "7.6.13", 3099 "resolved": "https://registry.npmjs.org/@types/better-sqlite3/-/better-sqlite3-7.6.13.tgz", 3100 "integrity": "sha512-NMv9ASNARoKksWtsq/SHakpYAYnhBrQgGD8zkLYk/jaK8jUGn08CfEdTRgYhMypUQAfzSP8W6gNLe0q19/t4VA==", 3101 "dev": true, 3102 "license": "MIT", 3103 "dependencies": { 3104 "@types/node": "*" 3105 } 3106 }, 3107 "node_modules/@types/chai": { 3108 "version": "5.2.3", 3109 "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz", 3110 "integrity": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==", 3111 "license": "MIT", 3112 "dependencies": { 3113 "@types/deep-eql": "*", 3114 "assertion-error": "^2.0.1" 3115 } 3116 }, 3117 "node_modules/@types/debug": { 3118 "version": "4.1.12", 3119 "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", 3120 "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", 3121 "license": "MIT", 3122 "dependencies": { 3123 "@types/ms": "*" 3124 } 3125 }, 3126 "node_modules/@types/deep-eql": { 3127 "version": "4.0.2", 3128 "resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz", 3129 "integrity": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==", 3130 "license": "MIT" 3131 }, 3132 "node_modules/@types/estree": { 3133 "version": "1.0.8", 3134 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", 3135 "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", 3136 "license": "MIT" 3137 }, 3138 "node_modules/@types/estree-jsx": { 3139 "version": "1.0.5", 3140 "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz", 3141 "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==", 3142 "license": "MIT", 3143 "dependencies": { 3144 "@types/estree": "*" 3145 } 3146 }, 3147 "node_modules/@types/hast": { 3148 "version": "3.0.4", 3149 "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", 3150 "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", 3151 "license": "MIT", 3152 "dependencies": { 3153 "@types/unist": "*" 3154 } 3155 }, 3156 "node_modules/@types/js-yaml": { 3157 "version": "4.0.9", 3158 "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.9.tgz", 3159 "integrity": "sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==", 3160 "license": "MIT" 3161 }, 3162 "node_modules/@types/mdast": { 3163 "version": "4.0.4", 3164 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", 3165 "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", 3166 "license": "MIT", 3167 "dependencies": { 3168 "@types/unist": "*" 3169 } 3170 }, 3171 "node_modules/@types/mdx": { 3172 "version": "2.0.13", 3173 "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.13.tgz", 3174 "integrity": "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==", 3175 "license": "MIT" 3176 }, 3177 "node_modules/@types/ms": { 3178 "version": "2.1.0", 3179 "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", 3180 "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", 3181 "license": "MIT" 3182 }, 3183 "node_modules/@types/nlcst": { 3184 "version": "2.0.3", 3185 "resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-2.0.3.tgz", 3186 "integrity": "sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==", 3187 "license": "MIT", 3188 "dependencies": { 3189 "@types/unist": "*" 3190 } 3191 }, 3192 "node_modules/@types/node": { 3193 "version": "25.4.0", 3194 "resolved": "https://registry.npmjs.org/@types/node/-/node-25.4.0.tgz", 3195 "integrity": "sha512-9wLpoeWuBlcbBpOY3XmzSTG3oscB6xjBEEtn+pYXTfhyXhIxC5FsBer2KTopBlvKEiW9l13po9fq+SJY/5lkhw==", 3196 "license": "MIT", 3197 "dependencies": { 3198 "undici-types": "~7.18.0" 3199 } 3200 }, 3201 "node_modules/@types/react": { 3202 "version": "19.2.14", 3203 "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", 3204 "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", 3205 "dev": true, 3206 "license": "MIT", 3207 "dependencies": { 3208 "csstype": "^3.2.2" 3209 } 3210 }, 3211 "node_modules/@types/sax": { 3212 "version": "1.2.7", 3213 "resolved": "https://registry.npmjs.org/@types/sax/-/sax-1.2.7.tgz", 3214 "integrity": "sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==", 3215 "license": "MIT", 3216 "dependencies": { 3217 "@types/node": "*" 3218 } 3219 }, 3220 "node_modules/@types/unist": { 3221 "version": "3.0.3", 3222 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 3223 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 3224 "license": "MIT" 3225 }, 3226 "node_modules/@ungap/structured-clone": { 3227 "version": "1.3.0", 3228 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz", 3229 "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==", 3230 "license": "ISC" 3231 }, 3232 "node_modules/@vitest/expect": { 3233 "version": "4.0.18", 3234 "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.0.18.tgz", 3235 "integrity": "sha512-8sCWUyckXXYvx4opfzVY03EOiYVxyNrHS5QxX3DAIi5dpJAAkyJezHCP77VMX4HKA2LDT/Jpfo8i2r5BE3GnQQ==", 3236 "license": "MIT", 3237 "dependencies": { 3238 "@standard-schema/spec": "^1.0.0", 3239 "@types/chai": "^5.2.2", 3240 "@vitest/spy": "4.0.18", 3241 "@vitest/utils": "4.0.18", 3242 "chai": "^6.2.1", 3243 "tinyrainbow": "^3.0.3" 3244 }, 3245 "funding": { 3246 "url": "https://opencollective.com/vitest" 3247 } 3248 }, 3249 "node_modules/@vitest/mocker": { 3250 "version": "4.0.18", 3251 "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.0.18.tgz", 3252 "integrity": "sha512-HhVd0MDnzzsgevnOWCBj5Otnzobjy5wLBe4EdeeFGv8luMsGcYqDuFRMcttKWZA5vVO8RFjexVovXvAM4JoJDQ==", 3253 "license": "MIT", 3254 "dependencies": { 3255 "@vitest/spy": "4.0.18", 3256 "estree-walker": "^3.0.3", 3257 "magic-string": "^0.30.21" 3258 }, 3259 "funding": { 3260 "url": "https://opencollective.com/vitest" 3261 }, 3262 "peerDependencies": { 3263 "msw": "^2.4.9", 3264 "vite": "^6.0.0 || ^7.0.0-0" 3265 }, 3266 "peerDependenciesMeta": { 3267 "msw": { 3268 "optional": true 3269 }, 3270 "vite": { 3271 "optional": true 3272 } 3273 } 3274 }, 3275 "node_modules/@vitest/pretty-format": { 3276 "version": "4.0.18", 3277 "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.0.18.tgz", 3278 "integrity": "sha512-P24GK3GulZWC5tz87ux0m8OADrQIUVDPIjjj65vBXYG17ZeU3qD7r+MNZ1RNv4l8CGU2vtTRqixrOi9fYk/yKw==", 3279 "license": "MIT", 3280 "dependencies": { 3281 "tinyrainbow": "^3.0.3" 3282 }, 3283 "funding": { 3284 "url": "https://opencollective.com/vitest" 3285 } 3286 }, 3287 "node_modules/@vitest/runner": { 3288 "version": "4.0.18", 3289 "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.0.18.tgz", 3290 "integrity": "sha512-rpk9y12PGa22Jg6g5M3UVVnTS7+zycIGk9ZNGN+m6tZHKQb7jrP7/77WfZy13Y/EUDd52NDsLRQhYKtv7XfPQw==", 3291 "license": "MIT", 3292 "dependencies": { 3293 "@vitest/utils": "4.0.18", 3294 "pathe": "^2.0.3" 3295 }, 3296 "funding": { 3297 "url": "https://opencollective.com/vitest" 3298 } 3299 }, 3300 "node_modules/@vitest/snapshot": { 3301 "version": "4.0.18", 3302 "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.0.18.tgz", 3303 "integrity": "sha512-PCiV0rcl7jKQjbgYqjtakly6T1uwv/5BQ9SwBLekVg/EaYeQFPiXcgrC2Y7vDMA8dM1SUEAEV82kgSQIlXNMvA==", 3304 "license": "MIT", 3305 "dependencies": { 3306 "@vitest/pretty-format": "4.0.18", 3307 "magic-string": "^0.30.21", 3308 "pathe": "^2.0.3" 3309 }, 3310 "funding": { 3311 "url": "https://opencollective.com/vitest" 3312 } 3313 }, 3314 "node_modules/@vitest/spy": { 3315 "version": "4.0.18", 3316 "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.0.18.tgz", 3317 "integrity": "sha512-cbQt3PTSD7P2OARdVW3qWER5EGq7PHlvE+QfzSC0lbwO+xnt7+XH06ZzFjFRgzUX//JmpxrCu92VdwvEPlWSNw==", 3318 "license": "MIT", 3319 "funding": { 3320 "url": "https://opencollective.com/vitest" 3321 } 3322 }, 3323 "node_modules/@vitest/utils": { 3324 "version": "4.0.18", 3325 "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.0.18.tgz", 3326 "integrity": "sha512-msMRKLMVLWygpK3u2Hybgi4MNjcYJvwTb0Ru09+fOyCXIgT5raYP041DRRdiJiI3k/2U6SEbAETB3YtBrUkCFA==", 3327 "license": "MIT", 3328 "dependencies": { 3329 "@vitest/pretty-format": "4.0.18", 3330 "tinyrainbow": "^3.0.3" 3331 }, 3332 "funding": { 3333 "url": "https://opencollective.com/vitest" 3334 } 3335 }, 3336 "node_modules/acorn": { 3337 "version": "8.16.0", 3338 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz", 3339 "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==", 3340 "license": "MIT", 3341 "bin": { 3342 "acorn": "bin/acorn" 3343 }, 3344 "engines": { 3345 "node": ">=0.4.0" 3346 } 3347 }, 3348 "node_modules/acorn-jsx": { 3349 "version": "5.3.2", 3350 "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", 3351 "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", 3352 "license": "MIT", 3353 "peerDependencies": { 3354 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" 3355 } 3356 }, 3357 "node_modules/ansi-align": { 3358 "version": "3.0.1", 3359 "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", 3360 "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", 3361 "license": "ISC", 3362 "dependencies": { 3363 "string-width": "^4.1.0" 3364 } 3365 }, 3366 "node_modules/ansi-align/node_modules/ansi-regex": { 3367 "version": "5.0.1", 3368 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 3369 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 3370 "license": "MIT", 3371 "engines": { 3372 "node": ">=8" 3373 } 3374 }, 3375 "node_modules/ansi-align/node_modules/emoji-regex": { 3376 "version": "8.0.0", 3377 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 3378 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 3379 "license": "MIT" 3380 }, 3381 "node_modules/ansi-align/node_modules/string-width": { 3382 "version": "4.2.3", 3383 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 3384 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 3385 "license": "MIT", 3386 "dependencies": { 3387 "emoji-regex": "^8.0.0", 3388 "is-fullwidth-code-point": "^3.0.0", 3389 "strip-ansi": "^6.0.1" 3390 }, 3391 "engines": { 3392 "node": ">=8" 3393 } 3394 }, 3395 "node_modules/ansi-align/node_modules/strip-ansi": { 3396 "version": "6.0.1", 3397 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 3398 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 3399 "license": "MIT", 3400 "dependencies": { 3401 "ansi-regex": "^5.0.1" 3402 }, 3403 "engines": { 3404 "node": ">=8" 3405 } 3406 }, 3407 "node_modules/ansi-regex": { 3408 "version": "6.2.2", 3409 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", 3410 "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", 3411 "license": "MIT", 3412 "engines": { 3413 "node": ">=12" 3414 }, 3415 "funding": { 3416 "url": "https://github.com/chalk/ansi-regex?sponsor=1" 3417 } 3418 }, 3419 "node_modules/ansi-styles": { 3420 "version": "6.2.3", 3421 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz", 3422 "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", 3423 "license": "MIT", 3424 "engines": { 3425 "node": ">=12" 3426 }, 3427 "funding": { 3428 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 3429 } 3430 }, 3431 "node_modules/anymatch": { 3432 "version": "3.1.3", 3433 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", 3434 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", 3435 "license": "ISC", 3436 "dependencies": { 3437 "normalize-path": "^3.0.0", 3438 "picomatch": "^2.0.4" 3439 }, 3440 "engines": { 3441 "node": ">= 8" 3442 } 3443 }, 3444 "node_modules/anymatch/node_modules/picomatch": { 3445 "version": "2.3.1", 3446 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 3447 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 3448 "license": "MIT", 3449 "engines": { 3450 "node": ">=8.6" 3451 }, 3452 "funding": { 3453 "url": "https://github.com/sponsors/jonschlinkert" 3454 } 3455 }, 3456 "node_modules/arg": { 3457 "version": "5.0.2", 3458 "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", 3459 "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", 3460 "license": "MIT" 3461 }, 3462 "node_modules/argparse": { 3463 "version": "2.0.1", 3464 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", 3465 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", 3466 "license": "Python-2.0" 3467 }, 3468 "node_modules/aria-query": { 3469 "version": "5.3.2", 3470 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz", 3471 "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==", 3472 "license": "Apache-2.0", 3473 "engines": { 3474 "node": ">= 0.4" 3475 } 3476 }, 3477 "node_modules/array-iterate": { 3478 "version": "2.0.1", 3479 "resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz", 3480 "integrity": "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==", 3481 "license": "MIT", 3482 "funding": { 3483 "type": "github", 3484 "url": "https://github.com/sponsors/wooorm" 3485 } 3486 }, 3487 "node_modules/assertion-error": { 3488 "version": "2.0.1", 3489 "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz", 3490 "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==", 3491 "license": "MIT", 3492 "engines": { 3493 "node": ">=12" 3494 } 3495 }, 3496 "node_modules/astring": { 3497 "version": "1.9.0", 3498 "resolved": "https://registry.npmjs.org/astring/-/astring-1.9.0.tgz", 3499 "integrity": "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==", 3500 "license": "MIT", 3501 "bin": { 3502 "astring": "bin/astring" 3503 } 3504 }, 3505 "node_modules/astro": { 3506 "version": "5.18.1", 3507 "resolved": "https://registry.npmjs.org/astro/-/astro-5.18.1.tgz", 3508 "integrity": "sha512-m4VWilWZ+Xt6NPoYzC4CgGZim/zQUO7WFL0RHCH0AiEavF1153iC3+me2atDvXpf/yX4PyGUeD8wZLq1cirT3g==", 3509 "license": "MIT", 3510 "dependencies": { 3511 "@astrojs/compiler": "^2.13.0", 3512 "@astrojs/internal-helpers": "0.7.6", 3513 "@astrojs/markdown-remark": "6.3.11", 3514 "@astrojs/telemetry": "3.3.0", 3515 "@capsizecss/unpack": "^4.0.0", 3516 "@oslojs/encoding": "^1.1.0", 3517 "@rollup/pluginutils": "^5.3.0", 3518 "acorn": "^8.15.0", 3519 "aria-query": "^5.3.2", 3520 "axobject-query": "^4.1.0", 3521 "boxen": "8.0.1", 3522 "ci-info": "^4.3.1", 3523 "clsx": "^2.1.1", 3524 "common-ancestor-path": "^1.0.1", 3525 "cookie": "^1.1.1", 3526 "cssesc": "^3.0.0", 3527 "debug": "^4.4.3", 3528 "deterministic-object-hash": "^2.0.2", 3529 "devalue": "^5.6.2", 3530 "diff": "^8.0.3", 3531 "dlv": "^1.1.3", 3532 "dset": "^3.1.4", 3533 "es-module-lexer": "^1.7.0", 3534 "esbuild": "^0.27.3", 3535 "estree-walker": "^3.0.3", 3536 "flattie": "^1.1.1", 3537 "fontace": "~0.4.0", 3538 "github-slugger": "^2.0.0", 3539 "html-escaper": "3.0.3", 3540 "http-cache-semantics": "^4.2.0", 3541 "import-meta-resolve": "^4.2.0", 3542 "js-yaml": "^4.1.1", 3543 "magic-string": "^0.30.21", 3544 "magicast": "^0.5.1", 3545 "mrmime": "^2.0.1", 3546 "neotraverse": "^0.6.18", 3547 "p-limit": "^6.2.0", 3548 "p-queue": "^8.1.1", 3549 "package-manager-detector": "^1.6.0", 3550 "piccolore": "^0.1.3", 3551 "picomatch": "^4.0.3", 3552 "prompts": "^2.4.2", 3553 "rehype": "^13.0.2", 3554 "semver": "^7.7.3", 3555 "shiki": "^3.21.0", 3556 "smol-toml": "^1.6.0", 3557 "svgo": "^4.0.0", 3558 "tinyexec": "^1.0.2", 3559 "tinyglobby": "^0.2.15", 3560 "tsconfck": "^3.1.6", 3561 "ultrahtml": "^1.6.0", 3562 "unifont": "~0.7.3", 3563 "unist-util-visit": "^5.0.0", 3564 "unstorage": "^1.17.4", 3565 "vfile": "^6.0.3", 3566 "vite": "^6.4.1", 3567 "vitefu": "^1.1.1", 3568 "xxhash-wasm": "^1.1.0", 3569 "yargs-parser": "^21.1.1", 3570 "yocto-spinner": "^0.2.3", 3571 "zod": "^3.25.76", 3572 "zod-to-json-schema": "^3.25.1", 3573 "zod-to-ts": "^1.2.0" 3574 }, 3575 "bin": { 3576 "astro": "astro.js" 3577 }, 3578 "engines": { 3579 "node": "18.20.8 || ^20.3.0 || >=22.0.0", 3580 "npm": ">=9.6.5", 3581 "pnpm": ">=7.1.0" 3582 }, 3583 "funding": { 3584 "type": "opencollective", 3585 "url": "https://opencollective.com/astrodotbuild" 3586 }, 3587 "optionalDependencies": { 3588 "sharp": "^0.34.0" 3589 } 3590 }, 3591 "node_modules/astro-expressive-code": { 3592 "version": "0.41.7", 3593 "resolved": "https://registry.npmjs.org/astro-expressive-code/-/astro-expressive-code-0.41.7.tgz", 3594 "integrity": "sha512-hUpogGc6DdAd+I7pPXsctyYPRBJDK7Q7d06s4cyP0Vz3OcbziP3FNzN0jZci1BpCvLn9675DvS7B9ctKKX64JQ==", 3595 "license": "MIT", 3596 "dependencies": { 3597 "rehype-expressive-code": "^0.41.7" 3598 }, 3599 "peerDependencies": { 3600 "astro": "^4.0.0-beta || ^5.0.0-beta || ^3.3.0 || ^6.0.0-beta" 3601 } 3602 }, 3603 "node_modules/astro/node_modules/zod": { 3604 "version": "3.25.76", 3605 "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", 3606 "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", 3607 "license": "MIT", 3608 "funding": { 3609 "url": "https://github.com/sponsors/colinhacks" 3610 } 3611 }, 3612 "node_modules/astro/node_modules/zod-to-ts": { 3613 "version": "1.2.0", 3614 "resolved": "https://registry.npmjs.org/zod-to-ts/-/zod-to-ts-1.2.0.tgz", 3615 "integrity": "sha512-x30XE43V+InwGpvTySRNz9kB7qFU8DlyEy7BsSTCHPH1R0QasMmHWZDCzYm6bVXtj/9NNJAZF3jW8rzFvH5OFA==", 3616 "peerDependencies": { 3617 "typescript": "^4.9.4 || ^5.0.2", 3618 "zod": "^3" 3619 } 3620 }, 3621 "node_modules/axobject-query": { 3622 "version": "4.1.0", 3623 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz", 3624 "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==", 3625 "license": "Apache-2.0", 3626 "engines": { 3627 "node": ">= 0.4" 3628 } 3629 }, 3630 "node_modules/bail": { 3631 "version": "2.0.2", 3632 "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", 3633 "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", 3634 "license": "MIT", 3635 "funding": { 3636 "type": "github", 3637 "url": "https://github.com/sponsors/wooorm" 3638 } 3639 }, 3640 "node_modules/base-64": { 3641 "version": "1.0.0", 3642 "resolved": "https://registry.npmjs.org/base-64/-/base-64-1.0.0.tgz", 3643 "integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==", 3644 "license": "MIT" 3645 }, 3646 "node_modules/base64-js": { 3647 "version": "0.0.8", 3648 "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz", 3649 "integrity": "sha512-3XSA2cR/h/73EzlXXdU6YNycmYI7+kicTxks4eJg2g39biHR84slg2+des+p7iHYhbRg/udIS4TD53WabcOUkw==", 3650 "license": "MIT", 3651 "engines": { 3652 "node": ">= 0.4" 3653 } 3654 }, 3655 "node_modules/bcp-47": { 3656 "version": "2.1.0", 3657 "resolved": "https://registry.npmjs.org/bcp-47/-/bcp-47-2.1.0.tgz", 3658 "integrity": "sha512-9IIS3UPrvIa1Ej+lVDdDwO7zLehjqsaByECw0bu2RRGP73jALm6FYbzI5gWbgHLvNdkvfXB5YrSbocZdOS0c0w==", 3659 "license": "MIT", 3660 "dependencies": { 3661 "is-alphabetical": "^2.0.0", 3662 "is-alphanumerical": "^2.0.0", 3663 "is-decimal": "^2.0.0" 3664 }, 3665 "funding": { 3666 "type": "github", 3667 "url": "https://github.com/sponsors/wooorm" 3668 } 3669 }, 3670 "node_modules/bcp-47-match": { 3671 "version": "2.0.3", 3672 "resolved": "https://registry.npmjs.org/bcp-47-match/-/bcp-47-match-2.0.3.tgz", 3673 "integrity": "sha512-JtTezzbAibu8G0R9op9zb3vcWZd9JF6M0xOYGPn0fNCd7wOpRB1mU2mH9T8gaBGbAAyIIVgB2G7xG0GP98zMAQ==", 3674 "license": "MIT", 3675 "funding": { 3676 "type": "github", 3677 "url": "https://github.com/sponsors/wooorm" 3678 } 3679 }, 3680 "node_modules/better-sqlite3": { 3681 "version": "12.8.0", 3682 "resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-12.8.0.tgz", 3683 "integrity": "sha512-RxD2Vd96sQDjQr20kdP+F+dK/1OUNiVOl200vKBZY8u0vTwysfolF6Hq+3ZK2+h8My9YvZhHsF+RSGZW2VYrPQ==", 3684 "hasInstallScript": true, 3685 "license": "MIT", 3686 "dependencies": { 3687 "bindings": "^1.5.0", 3688 "prebuild-install": "^7.1.1" 3689 }, 3690 "engines": { 3691 "node": "20.x || 22.x || 23.x || 24.x || 25.x" 3692 } 3693 }, 3694 "node_modules/bindings": { 3695 "version": "1.5.0", 3696 "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", 3697 "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", 3698 "license": "MIT", 3699 "dependencies": { 3700 "file-uri-to-path": "1.0.0" 3701 } 3702 }, 3703 "node_modules/bl": { 3704 "version": "4.1.0", 3705 "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", 3706 "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", 3707 "license": "MIT", 3708 "dependencies": { 3709 "buffer": "^5.5.0", 3710 "inherits": "^2.0.4", 3711 "readable-stream": "^3.4.0" 3712 } 3713 }, 3714 "node_modules/boolbase": { 3715 "version": "1.0.0", 3716 "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", 3717 "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", 3718 "license": "ISC" 3719 }, 3720 "node_modules/boxen": { 3721 "version": "8.0.1", 3722 "resolved": "https://registry.npmjs.org/boxen/-/boxen-8.0.1.tgz", 3723 "integrity": "sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==", 3724 "license": "MIT", 3725 "dependencies": { 3726 "ansi-align": "^3.0.1", 3727 "camelcase": "^8.0.0", 3728 "chalk": "^5.3.0", 3729 "cli-boxes": "^3.0.0", 3730 "string-width": "^7.2.0", 3731 "type-fest": "^4.21.0", 3732 "widest-line": "^5.0.0", 3733 "wrap-ansi": "^9.0.0" 3734 }, 3735 "engines": { 3736 "node": ">=18" 3737 }, 3738 "funding": { 3739 "url": "https://github.com/sponsors/sindresorhus" 3740 } 3741 }, 3742 "node_modules/buffer": { 3743 "version": "5.7.1", 3744 "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", 3745 "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", 3746 "funding": [ 3747 { 3748 "type": "github", 3749 "url": "https://github.com/sponsors/feross" 3750 }, 3751 { 3752 "type": "patreon", 3753 "url": "https://www.patreon.com/feross" 3754 }, 3755 { 3756 "type": "consulting", 3757 "url": "https://feross.org/support" 3758 } 3759 ], 3760 "license": "MIT", 3761 "dependencies": { 3762 "base64-js": "^1.3.1", 3763 "ieee754": "^1.1.13" 3764 } 3765 }, 3766 "node_modules/buffer/node_modules/base64-js": { 3767 "version": "1.5.1", 3768 "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", 3769 "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", 3770 "funding": [ 3771 { 3772 "type": "github", 3773 "url": "https://github.com/sponsors/feross" 3774 }, 3775 { 3776 "type": "patreon", 3777 "url": "https://www.patreon.com/feross" 3778 }, 3779 { 3780 "type": "consulting", 3781 "url": "https://feross.org/support" 3782 } 3783 ], 3784 "license": "MIT" 3785 }, 3786 "node_modules/camelcase": { 3787 "version": "8.0.0", 3788 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz", 3789 "integrity": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==", 3790 "license": "MIT", 3791 "engines": { 3792 "node": ">=16" 3793 }, 3794 "funding": { 3795 "url": "https://github.com/sponsors/sindresorhus" 3796 } 3797 }, 3798 "node_modules/camelize": { 3799 "version": "1.0.1", 3800 "resolved": "https://registry.npmjs.org/camelize/-/camelize-1.0.1.tgz", 3801 "integrity": "sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==", 3802 "license": "MIT", 3803 "funding": { 3804 "url": "https://github.com/sponsors/ljharb" 3805 } 3806 }, 3807 "node_modules/ccount": { 3808 "version": "2.0.1", 3809 "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", 3810 "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", 3811 "license": "MIT", 3812 "funding": { 3813 "type": "github", 3814 "url": "https://github.com/sponsors/wooorm" 3815 } 3816 }, 3817 "node_modules/chai": { 3818 "version": "6.2.2", 3819 "resolved": "https://registry.npmjs.org/chai/-/chai-6.2.2.tgz", 3820 "integrity": "sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==", 3821 "license": "MIT", 3822 "engines": { 3823 "node": ">=18" 3824 } 3825 }, 3826 "node_modules/chalk": { 3827 "version": "5.6.2", 3828 "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", 3829 "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", 3830 "license": "MIT", 3831 "engines": { 3832 "node": "^12.17.0 || ^14.13 || >=16.0.0" 3833 }, 3834 "funding": { 3835 "url": "https://github.com/chalk/chalk?sponsor=1" 3836 } 3837 }, 3838 "node_modules/character-entities": { 3839 "version": "2.0.2", 3840 "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", 3841 "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", 3842 "license": "MIT", 3843 "funding": { 3844 "type": "github", 3845 "url": "https://github.com/sponsors/wooorm" 3846 } 3847 }, 3848 "node_modules/character-entities-html4": { 3849 "version": "2.1.0", 3850 "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", 3851 "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", 3852 "license": "MIT", 3853 "funding": { 3854 "type": "github", 3855 "url": "https://github.com/sponsors/wooorm" 3856 } 3857 }, 3858 "node_modules/character-entities-legacy": { 3859 "version": "3.0.0", 3860 "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", 3861 "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", 3862 "license": "MIT", 3863 "funding": { 3864 "type": "github", 3865 "url": "https://github.com/sponsors/wooorm" 3866 } 3867 }, 3868 "node_modules/character-reference-invalid": { 3869 "version": "2.0.1", 3870 "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz", 3871 "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==", 3872 "license": "MIT", 3873 "funding": { 3874 "type": "github", 3875 "url": "https://github.com/sponsors/wooorm" 3876 } 3877 }, 3878 "node_modules/chokidar": { 3879 "version": "5.0.0", 3880 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz", 3881 "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==", 3882 "license": "MIT", 3883 "dependencies": { 3884 "readdirp": "^5.0.0" 3885 }, 3886 "engines": { 3887 "node": ">= 20.19.0" 3888 }, 3889 "funding": { 3890 "url": "https://paulmillr.com/funding/" 3891 } 3892 }, 3893 "node_modules/chownr": { 3894 "version": "1.1.4", 3895 "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", 3896 "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==", 3897 "license": "ISC" 3898 }, 3899 "node_modules/ci-info": { 3900 "version": "4.4.0", 3901 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.4.0.tgz", 3902 "integrity": "sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==", 3903 "funding": [ 3904 { 3905 "type": "github", 3906 "url": "https://github.com/sponsors/sibiraj-s" 3907 } 3908 ], 3909 "license": "MIT", 3910 "engines": { 3911 "node": ">=8" 3912 } 3913 }, 3914 "node_modules/cli-boxes": { 3915 "version": "3.0.0", 3916 "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz", 3917 "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==", 3918 "license": "MIT", 3919 "engines": { 3920 "node": ">=10" 3921 }, 3922 "funding": { 3923 "url": "https://github.com/sponsors/sindresorhus" 3924 } 3925 }, 3926 "node_modules/clsx": { 3927 "version": "2.1.1", 3928 "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", 3929 "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", 3930 "license": "MIT", 3931 "engines": { 3932 "node": ">=6" 3933 } 3934 }, 3935 "node_modules/collapse-white-space": { 3936 "version": "2.1.0", 3937 "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-2.1.0.tgz", 3938 "integrity": "sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==", 3939 "license": "MIT", 3940 "funding": { 3941 "type": "github", 3942 "url": "https://github.com/sponsors/wooorm" 3943 } 3944 }, 3945 "node_modules/color-name": { 3946 "version": "1.1.4", 3947 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 3948 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", 3949 "license": "MIT" 3950 }, 3951 "node_modules/comma-separated-tokens": { 3952 "version": "2.0.3", 3953 "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", 3954 "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", 3955 "license": "MIT", 3956 "funding": { 3957 "type": "github", 3958 "url": "https://github.com/sponsors/wooorm" 3959 } 3960 }, 3961 "node_modules/commander": { 3962 "version": "11.1.0", 3963 "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz", 3964 "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==", 3965 "license": "MIT", 3966 "engines": { 3967 "node": ">=16" 3968 } 3969 }, 3970 "node_modules/common-ancestor-path": { 3971 "version": "1.0.1", 3972 "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz", 3973 "integrity": "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==", 3974 "license": "ISC" 3975 }, 3976 "node_modules/cookie": { 3977 "version": "1.1.1", 3978 "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz", 3979 "integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==", 3980 "license": "MIT", 3981 "engines": { 3982 "node": ">=18" 3983 }, 3984 "funding": { 3985 "type": "opencollective", 3986 "url": "https://opencollective.com/express" 3987 } 3988 }, 3989 "node_modules/cookie-es": { 3990 "version": "1.2.2", 3991 "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.2.tgz", 3992 "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==", 3993 "license": "MIT" 3994 }, 3995 "node_modules/crossws": { 3996 "version": "0.3.5", 3997 "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.5.tgz", 3998 "integrity": "sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==", 3999 "license": "MIT", 4000 "dependencies": { 4001 "uncrypto": "^0.1.3" 4002 } 4003 }, 4004 "node_modules/css-background-parser": { 4005 "version": "0.1.0", 4006 "resolved": "https://registry.npmjs.org/css-background-parser/-/css-background-parser-0.1.0.tgz", 4007 "integrity": "sha512-2EZLisiZQ+7m4wwur/qiYJRniHX4K5Tc9w93MT3AS0WS1u5kaZ4FKXlOTBhOjc+CgEgPiGY+fX1yWD8UwpEqUA==", 4008 "license": "MIT" 4009 }, 4010 "node_modules/css-box-shadow": { 4011 "version": "1.0.0-3", 4012 "resolved": "https://registry.npmjs.org/css-box-shadow/-/css-box-shadow-1.0.0-3.tgz", 4013 "integrity": "sha512-9jaqR6e7Ohds+aWwmhe6wILJ99xYQbfmK9QQB9CcMjDbTxPZjwEmUQpU91OG05Xgm8BahT5fW+svbsQGjS/zPg==", 4014 "license": "MIT" 4015 }, 4016 "node_modules/css-color-keywords": { 4017 "version": "1.0.0", 4018 "resolved": "https://registry.npmjs.org/css-color-keywords/-/css-color-keywords-1.0.0.tgz", 4019 "integrity": "sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==", 4020 "license": "ISC", 4021 "engines": { 4022 "node": ">=4" 4023 } 4024 }, 4025 "node_modules/css-gradient-parser": { 4026 "version": "0.0.17", 4027 "resolved": "https://registry.npmjs.org/css-gradient-parser/-/css-gradient-parser-0.0.17.tgz", 4028 "integrity": "sha512-w2Xy9UMMwlKtou0vlRnXvWglPAceXCTtcmVSo8ZBUvqCV5aXEFP/PC6d+I464810I9FT++UACwTD5511bmGPUg==", 4029 "license": "MIT", 4030 "engines": { 4031 "node": ">=16" 4032 } 4033 }, 4034 "node_modules/css-select": { 4035 "version": "5.2.2", 4036 "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz", 4037 "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==", 4038 "license": "BSD-2-Clause", 4039 "dependencies": { 4040 "boolbase": "^1.0.0", 4041 "css-what": "^6.1.0", 4042 "domhandler": "^5.0.2", 4043 "domutils": "^3.0.1", 4044 "nth-check": "^2.0.1" 4045 }, 4046 "funding": { 4047 "url": "https://github.com/sponsors/fb55" 4048 } 4049 }, 4050 "node_modules/css-selector-parser": { 4051 "version": "3.3.0", 4052 "resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-3.3.0.tgz", 4053 "integrity": "sha512-Y2asgMGFqJKF4fq4xHDSlFYIkeVfRsm69lQC1q9kbEsH5XtnINTMrweLkjYMeaUgiXBy/uvKeO/a1JHTNnmB2g==", 4054 "funding": [ 4055 { 4056 "type": "github", 4057 "url": "https://github.com/sponsors/mdevils" 4058 }, 4059 { 4060 "type": "patreon", 4061 "url": "https://patreon.com/mdevils" 4062 } 4063 ], 4064 "license": "MIT" 4065 }, 4066 "node_modules/css-to-react-native": { 4067 "version": "3.2.0", 4068 "resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.2.0.tgz", 4069 "integrity": "sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==", 4070 "license": "MIT", 4071 "dependencies": { 4072 "camelize": "^1.0.0", 4073 "css-color-keywords": "^1.0.0", 4074 "postcss-value-parser": "^4.0.2" 4075 } 4076 }, 4077 "node_modules/css-tree": { 4078 "version": "3.2.1", 4079 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.2.1.tgz", 4080 "integrity": "sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==", 4081 "license": "MIT", 4082 "dependencies": { 4083 "mdn-data": "2.27.1", 4084 "source-map-js": "^1.2.1" 4085 }, 4086 "engines": { 4087 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" 4088 } 4089 }, 4090 "node_modules/css-what": { 4091 "version": "6.2.2", 4092 "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz", 4093 "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==", 4094 "license": "BSD-2-Clause", 4095 "engines": { 4096 "node": ">= 6" 4097 }, 4098 "funding": { 4099 "url": "https://github.com/sponsors/fb55" 4100 } 4101 }, 4102 "node_modules/cssesc": { 4103 "version": "3.0.0", 4104 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", 4105 "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", 4106 "license": "MIT", 4107 "bin": { 4108 "cssesc": "bin/cssesc" 4109 }, 4110 "engines": { 4111 "node": ">=4" 4112 } 4113 }, 4114 "node_modules/csso": { 4115 "version": "5.0.5", 4116 "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz", 4117 "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==", 4118 "license": "MIT", 4119 "dependencies": { 4120 "css-tree": "~2.2.0" 4121 }, 4122 "engines": { 4123 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", 4124 "npm": ">=7.0.0" 4125 } 4126 }, 4127 "node_modules/csso/node_modules/css-tree": { 4128 "version": "2.2.1", 4129 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz", 4130 "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==", 4131 "license": "MIT", 4132 "dependencies": { 4133 "mdn-data": "2.0.28", 4134 "source-map-js": "^1.0.1" 4135 }, 4136 "engines": { 4137 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", 4138 "npm": ">=7.0.0" 4139 } 4140 }, 4141 "node_modules/csso/node_modules/mdn-data": { 4142 "version": "2.0.28", 4143 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz", 4144 "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==", 4145 "license": "CC0-1.0" 4146 }, 4147 "node_modules/csstype": { 4148 "version": "3.2.3", 4149 "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", 4150 "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", 4151 "dev": true, 4152 "license": "MIT" 4153 }, 4154 "node_modules/debug": { 4155 "version": "4.4.3", 4156 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", 4157 "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", 4158 "license": "MIT", 4159 "dependencies": { 4160 "ms": "^2.1.3" 4161 }, 4162 "engines": { 4163 "node": ">=6.0" 4164 }, 4165 "peerDependenciesMeta": { 4166 "supports-color": { 4167 "optional": true 4168 } 4169 } 4170 }, 4171 "node_modules/decode-named-character-reference": { 4172 "version": "1.3.0", 4173 "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz", 4174 "integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==", 4175 "license": "MIT", 4176 "dependencies": { 4177 "character-entities": "^2.0.0" 4178 }, 4179 "funding": { 4180 "type": "github", 4181 "url": "https://github.com/sponsors/wooorm" 4182 } 4183 }, 4184 "node_modules/decompress-response": { 4185 "version": "6.0.0", 4186 "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", 4187 "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", 4188 "license": "MIT", 4189 "dependencies": { 4190 "mimic-response": "^3.1.0" 4191 }, 4192 "engines": { 4193 "node": ">=10" 4194 }, 4195 "funding": { 4196 "url": "https://github.com/sponsors/sindresorhus" 4197 } 4198 }, 4199 "node_modules/deep-extend": { 4200 "version": "0.6.0", 4201 "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", 4202 "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", 4203 "license": "MIT", 4204 "engines": { 4205 "node": ">=4.0.0" 4206 } 4207 }, 4208 "node_modules/defu": { 4209 "version": "6.1.4", 4210 "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz", 4211 "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==", 4212 "license": "MIT" 4213 }, 4214 "node_modules/dequal": { 4215 "version": "2.0.3", 4216 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", 4217 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", 4218 "license": "MIT", 4219 "engines": { 4220 "node": ">=6" 4221 } 4222 }, 4223 "node_modules/destr": { 4224 "version": "2.0.5", 4225 "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz", 4226 "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==", 4227 "license": "MIT" 4228 }, 4229 "node_modules/detect-libc": { 4230 "version": "2.1.2", 4231 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", 4232 "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", 4233 "license": "Apache-2.0", 4234 "engines": { 4235 "node": ">=8" 4236 } 4237 }, 4238 "node_modules/deterministic-object-hash": { 4239 "version": "2.0.2", 4240 "resolved": "https://registry.npmjs.org/deterministic-object-hash/-/deterministic-object-hash-2.0.2.tgz", 4241 "integrity": "sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ==", 4242 "license": "MIT", 4243 "dependencies": { 4244 "base-64": "^1.0.0" 4245 }, 4246 "engines": { 4247 "node": ">=18" 4248 } 4249 }, 4250 "node_modules/devalue": { 4251 "version": "5.6.3", 4252 "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.6.3.tgz", 4253 "integrity": "sha512-nc7XjUU/2Lb+SvEFVGcWLiKkzfw8+qHI7zn8WYXKkLMgfGSHbgCEaR6bJpev8Cm6Rmrb19Gfd/tZvGqx9is3wg==", 4254 "license": "MIT" 4255 }, 4256 "node_modules/devlop": { 4257 "version": "1.1.0", 4258 "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", 4259 "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", 4260 "license": "MIT", 4261 "dependencies": { 4262 "dequal": "^2.0.0" 4263 }, 4264 "funding": { 4265 "type": "github", 4266 "url": "https://github.com/sponsors/wooorm" 4267 } 4268 }, 4269 "node_modules/diff": { 4270 "version": "8.0.3", 4271 "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.3.tgz", 4272 "integrity": "sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ==", 4273 "license": "BSD-3-Clause", 4274 "engines": { 4275 "node": ">=0.3.1" 4276 } 4277 }, 4278 "node_modules/direction": { 4279 "version": "2.0.1", 4280 "resolved": "https://registry.npmjs.org/direction/-/direction-2.0.1.tgz", 4281 "integrity": "sha512-9S6m9Sukh1cZNknO1CWAr2QAWsbKLafQiyM5gZ7VgXHeuaoUwffKN4q6NC4A/Mf9iiPlOXQEKW/Mv/mh9/3YFA==", 4282 "license": "MIT", 4283 "bin": { 4284 "direction": "cli.js" 4285 }, 4286 "funding": { 4287 "type": "github", 4288 "url": "https://github.com/sponsors/wooorm" 4289 } 4290 }, 4291 "node_modules/dlv": { 4292 "version": "1.1.3", 4293 "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", 4294 "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", 4295 "license": "MIT" 4296 }, 4297 "node_modules/dom-serializer": { 4298 "version": "2.0.0", 4299 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", 4300 "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", 4301 "license": "MIT", 4302 "dependencies": { 4303 "domelementtype": "^2.3.0", 4304 "domhandler": "^5.0.2", 4305 "entities": "^4.2.0" 4306 }, 4307 "funding": { 4308 "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" 4309 } 4310 }, 4311 "node_modules/dom-serializer/node_modules/entities": { 4312 "version": "4.5.0", 4313 "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", 4314 "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", 4315 "license": "BSD-2-Clause", 4316 "engines": { 4317 "node": ">=0.12" 4318 }, 4319 "funding": { 4320 "url": "https://github.com/fb55/entities?sponsor=1" 4321 } 4322 }, 4323 "node_modules/domelementtype": { 4324 "version": "2.3.0", 4325 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", 4326 "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", 4327 "funding": [ 4328 { 4329 "type": "github", 4330 "url": "https://github.com/sponsors/fb55" 4331 } 4332 ], 4333 "license": "BSD-2-Clause" 4334 }, 4335 "node_modules/domhandler": { 4336 "version": "5.0.3", 4337 "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", 4338 "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", 4339 "license": "BSD-2-Clause", 4340 "dependencies": { 4341 "domelementtype": "^2.3.0" 4342 }, 4343 "engines": { 4344 "node": ">= 4" 4345 }, 4346 "funding": { 4347 "url": "https://github.com/fb55/domhandler?sponsor=1" 4348 } 4349 }, 4350 "node_modules/domutils": { 4351 "version": "3.2.2", 4352 "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz", 4353 "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==", 4354 "license": "BSD-2-Clause", 4355 "dependencies": { 4356 "dom-serializer": "^2.0.0", 4357 "domelementtype": "^2.3.0", 4358 "domhandler": "^5.0.3" 4359 }, 4360 "funding": { 4361 "url": "https://github.com/fb55/domutils?sponsor=1" 4362 } 4363 }, 4364 "node_modules/dset": { 4365 "version": "3.1.4", 4366 "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.4.tgz", 4367 "integrity": "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==", 4368 "license": "MIT", 4369 "engines": { 4370 "node": ">=4" 4371 } 4372 }, 4373 "node_modules/emoji-regex": { 4374 "version": "10.6.0", 4375 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz", 4376 "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==", 4377 "license": "MIT" 4378 }, 4379 "node_modules/emoji-regex-xs": { 4380 "version": "2.0.1", 4381 "resolved": "https://registry.npmjs.org/emoji-regex-xs/-/emoji-regex-xs-2.0.1.tgz", 4382 "integrity": "sha512-1QFuh8l7LqUcKe24LsPUNzjrzJQ7pgRwp1QMcZ5MX6mFplk2zQ08NVCM84++1cveaUUYtcCYHmeFEuNg16sU4g==", 4383 "license": "MIT", 4384 "engines": { 4385 "node": ">=10.0.0" 4386 } 4387 }, 4388 "node_modules/end-of-stream": { 4389 "version": "1.4.5", 4390 "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz", 4391 "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==", 4392 "license": "MIT", 4393 "dependencies": { 4394 "once": "^1.4.0" 4395 } 4396 }, 4397 "node_modules/entities": { 4398 "version": "6.0.1", 4399 "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz", 4400 "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==", 4401 "license": "BSD-2-Clause", 4402 "engines": { 4403 "node": ">=0.12" 4404 }, 4405 "funding": { 4406 "url": "https://github.com/fb55/entities?sponsor=1" 4407 } 4408 }, 4409 "node_modules/es-module-lexer": { 4410 "version": "1.7.0", 4411 "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz", 4412 "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==", 4413 "license": "MIT" 4414 }, 4415 "node_modules/esast-util-from-estree": { 4416 "version": "2.0.0", 4417 "resolved": "https://registry.npmjs.org/esast-util-from-estree/-/esast-util-from-estree-2.0.0.tgz", 4418 "integrity": "sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==", 4419 "license": "MIT", 4420 "dependencies": { 4421 "@types/estree-jsx": "^1.0.0", 4422 "devlop": "^1.0.0", 4423 "estree-util-visit": "^2.0.0", 4424 "unist-util-position-from-estree": "^2.0.0" 4425 }, 4426 "funding": { 4427 "type": "opencollective", 4428 "url": "https://opencollective.com/unified" 4429 } 4430 }, 4431 "node_modules/esast-util-from-js": { 4432 "version": "2.0.1", 4433 "resolved": "https://registry.npmjs.org/esast-util-from-js/-/esast-util-from-js-2.0.1.tgz", 4434 "integrity": "sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==", 4435 "license": "MIT", 4436 "dependencies": { 4437 "@types/estree-jsx": "^1.0.0", 4438 "acorn": "^8.0.0", 4439 "esast-util-from-estree": "^2.0.0", 4440 "vfile-message": "^4.0.0" 4441 }, 4442 "funding": { 4443 "type": "opencollective", 4444 "url": "https://opencollective.com/unified" 4445 } 4446 }, 4447 "node_modules/esbuild": { 4448 "version": "0.27.3", 4449 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.3.tgz", 4450 "integrity": "sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==", 4451 "hasInstallScript": true, 4452 "license": "MIT", 4453 "bin": { 4454 "esbuild": "bin/esbuild" 4455 }, 4456 "engines": { 4457 "node": ">=18" 4458 }, 4459 "optionalDependencies": { 4460 "@esbuild/aix-ppc64": "0.27.3", 4461 "@esbuild/android-arm": "0.27.3", 4462 "@esbuild/android-arm64": "0.27.3", 4463 "@esbuild/android-x64": "0.27.3", 4464 "@esbuild/darwin-arm64": "0.27.3", 4465 "@esbuild/darwin-x64": "0.27.3", 4466 "@esbuild/freebsd-arm64": "0.27.3", 4467 "@esbuild/freebsd-x64": "0.27.3", 4468 "@esbuild/linux-arm": "0.27.3", 4469 "@esbuild/linux-arm64": "0.27.3", 4470 "@esbuild/linux-ia32": "0.27.3", 4471 "@esbuild/linux-loong64": "0.27.3", 4472 "@esbuild/linux-mips64el": "0.27.3", 4473 "@esbuild/linux-ppc64": "0.27.3", 4474 "@esbuild/linux-riscv64": "0.27.3", 4475 "@esbuild/linux-s390x": "0.27.3", 4476 "@esbuild/linux-x64": "0.27.3", 4477 "@esbuild/netbsd-arm64": "0.27.3", 4478 "@esbuild/netbsd-x64": "0.27.3", 4479 "@esbuild/openbsd-arm64": "0.27.3", 4480 "@esbuild/openbsd-x64": "0.27.3", 4481 "@esbuild/openharmony-arm64": "0.27.3", 4482 "@esbuild/sunos-x64": "0.27.3", 4483 "@esbuild/win32-arm64": "0.27.3", 4484 "@esbuild/win32-ia32": "0.27.3", 4485 "@esbuild/win32-x64": "0.27.3" 4486 } 4487 }, 4488 "node_modules/escape-html": { 4489 "version": "1.0.3", 4490 "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", 4491 "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", 4492 "license": "MIT" 4493 }, 4494 "node_modules/escape-string-regexp": { 4495 "version": "5.0.0", 4496 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", 4497 "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", 4498 "license": "MIT", 4499 "engines": { 4500 "node": ">=12" 4501 }, 4502 "funding": { 4503 "url": "https://github.com/sponsors/sindresorhus" 4504 } 4505 }, 4506 "node_modules/estree-util-attach-comments": { 4507 "version": "3.0.0", 4508 "resolved": "https://registry.npmjs.org/estree-util-attach-comments/-/estree-util-attach-comments-3.0.0.tgz", 4509 "integrity": "sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==", 4510 "license": "MIT", 4511 "dependencies": { 4512 "@types/estree": "^1.0.0" 4513 }, 4514 "funding": { 4515 "type": "opencollective", 4516 "url": "https://opencollective.com/unified" 4517 } 4518 }, 4519 "node_modules/estree-util-build-jsx": { 4520 "version": "3.0.1", 4521 "resolved": "https://registry.npmjs.org/estree-util-build-jsx/-/estree-util-build-jsx-3.0.1.tgz", 4522 "integrity": "sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==", 4523 "license": "MIT", 4524 "dependencies": { 4525 "@types/estree-jsx": "^1.0.0", 4526 "devlop": "^1.0.0", 4527 "estree-util-is-identifier-name": "^3.0.0", 4528 "estree-walker": "^3.0.0" 4529 }, 4530 "funding": { 4531 "type": "opencollective", 4532 "url": "https://opencollective.com/unified" 4533 } 4534 }, 4535 "node_modules/estree-util-is-identifier-name": { 4536 "version": "3.0.0", 4537 "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz", 4538 "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==", 4539 "license": "MIT", 4540 "funding": { 4541 "type": "opencollective", 4542 "url": "https://opencollective.com/unified" 4543 } 4544 }, 4545 "node_modules/estree-util-scope": { 4546 "version": "1.0.0", 4547 "resolved": "https://registry.npmjs.org/estree-util-scope/-/estree-util-scope-1.0.0.tgz", 4548 "integrity": "sha512-2CAASclonf+JFWBNJPndcOpA8EMJwa0Q8LUFJEKqXLW6+qBvbFZuF5gItbQOs/umBUkjviCSDCbBwU2cXbmrhQ==", 4549 "license": "MIT", 4550 "dependencies": { 4551 "@types/estree": "^1.0.0", 4552 "devlop": "^1.0.0" 4553 }, 4554 "funding": { 4555 "type": "opencollective", 4556 "url": "https://opencollective.com/unified" 4557 } 4558 }, 4559 "node_modules/estree-util-to-js": { 4560 "version": "2.0.0", 4561 "resolved": "https://registry.npmjs.org/estree-util-to-js/-/estree-util-to-js-2.0.0.tgz", 4562 "integrity": "sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==", 4563 "license": "MIT", 4564 "dependencies": { 4565 "@types/estree-jsx": "^1.0.0", 4566 "astring": "^1.8.0", 4567 "source-map": "^0.7.0" 4568 }, 4569 "funding": { 4570 "type": "opencollective", 4571 "url": "https://opencollective.com/unified" 4572 } 4573 }, 4574 "node_modules/estree-util-visit": { 4575 "version": "2.0.0", 4576 "resolved": "https://registry.npmjs.org/estree-util-visit/-/estree-util-visit-2.0.0.tgz", 4577 "integrity": "sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==", 4578 "license": "MIT", 4579 "dependencies": { 4580 "@types/estree-jsx": "^1.0.0", 4581 "@types/unist": "^3.0.0" 4582 }, 4583 "funding": { 4584 "type": "opencollective", 4585 "url": "https://opencollective.com/unified" 4586 } 4587 }, 4588 "node_modules/estree-walker": { 4589 "version": "3.0.3", 4590 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", 4591 "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", 4592 "license": "MIT", 4593 "dependencies": { 4594 "@types/estree": "^1.0.0" 4595 } 4596 }, 4597 "node_modules/eventemitter3": { 4598 "version": "5.0.4", 4599 "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz", 4600 "integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==", 4601 "license": "MIT" 4602 }, 4603 "node_modules/expand-template": { 4604 "version": "2.0.3", 4605 "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz", 4606 "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==", 4607 "license": "(MIT OR WTFPL)", 4608 "engines": { 4609 "node": ">=6" 4610 } 4611 }, 4612 "node_modules/expect-type": { 4613 "version": "1.3.0", 4614 "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.3.0.tgz", 4615 "integrity": "sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==", 4616 "license": "Apache-2.0", 4617 "engines": { 4618 "node": ">=12.0.0" 4619 } 4620 }, 4621 "node_modules/expressive-code": { 4622 "version": "0.41.7", 4623 "resolved": "https://registry.npmjs.org/expressive-code/-/expressive-code-0.41.7.tgz", 4624 "integrity": "sha512-2wZjC8OQ3TaVEMcBtYY4Va3lo6J+Ai9jf3d4dbhURMJcU4Pbqe6EcHe424MIZI0VHUA1bR6xdpoHYi3yxokWqA==", 4625 "license": "MIT", 4626 "dependencies": { 4627 "@expressive-code/core": "^0.41.7", 4628 "@expressive-code/plugin-frames": "^0.41.7", 4629 "@expressive-code/plugin-shiki": "^0.41.7", 4630 "@expressive-code/plugin-text-markers": "^0.41.7" 4631 } 4632 }, 4633 "node_modules/extend": { 4634 "version": "3.0.2", 4635 "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", 4636 "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", 4637 "license": "MIT" 4638 }, 4639 "node_modules/fdir": { 4640 "version": "6.5.0", 4641 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", 4642 "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", 4643 "license": "MIT", 4644 "engines": { 4645 "node": ">=12.0.0" 4646 }, 4647 "peerDependencies": { 4648 "picomatch": "^3 || ^4" 4649 }, 4650 "peerDependenciesMeta": { 4651 "picomatch": { 4652 "optional": true 4653 } 4654 } 4655 }, 4656 "node_modules/fflate": { 4657 "version": "0.7.4", 4658 "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.7.4.tgz", 4659 "integrity": "sha512-5u2V/CDW15QM1XbbgS+0DfPxVB+jUKhWEKuuFuHncbk3tEEqzmoXL+2KyOFuKGqOnmdIy0/davWF1CkuwtibCw==", 4660 "license": "MIT" 4661 }, 4662 "node_modules/file-uri-to-path": { 4663 "version": "1.0.0", 4664 "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", 4665 "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", 4666 "license": "MIT" 4667 }, 4668 "node_modules/flattie": { 4669 "version": "1.1.1", 4670 "resolved": "https://registry.npmjs.org/flattie/-/flattie-1.1.1.tgz", 4671 "integrity": "sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==", 4672 "license": "MIT", 4673 "engines": { 4674 "node": ">=8" 4675 } 4676 }, 4677 "node_modules/fontace": { 4678 "version": "0.4.1", 4679 "resolved": "https://registry.npmjs.org/fontace/-/fontace-0.4.1.tgz", 4680 "integrity": "sha512-lDMvbAzSnHmbYMTEld5qdtvNH2/pWpICOqpean9IgC7vUbUJc3k+k5Dokp85CegamqQpFbXf0rAVkbzpyTA8aw==", 4681 "license": "MIT", 4682 "dependencies": { 4683 "fontkitten": "^1.0.2" 4684 } 4685 }, 4686 "node_modules/fontkitten": { 4687 "version": "1.0.3", 4688 "resolved": "https://registry.npmjs.org/fontkitten/-/fontkitten-1.0.3.tgz", 4689 "integrity": "sha512-Wp1zXWPVUPBmfoa3Cqc9ctaKuzKAV6uLstRqlR56kSjplf5uAce+qeyYym7F+PHbGTk+tCEdkCW6RD7DX/gBZw==", 4690 "license": "MIT", 4691 "dependencies": { 4692 "tiny-inflate": "^1.0.3" 4693 }, 4694 "engines": { 4695 "node": ">=20" 4696 } 4697 }, 4698 "node_modules/fs-constants": { 4699 "version": "1.0.0", 4700 "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", 4701 "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==", 4702 "license": "MIT" 4703 }, 4704 "node_modules/fsevents": { 4705 "version": "2.3.3", 4706 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", 4707 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", 4708 "hasInstallScript": true, 4709 "license": "MIT", 4710 "optional": true, 4711 "os": [ 4712 "darwin" 4713 ], 4714 "engines": { 4715 "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 4716 } 4717 }, 4718 "node_modules/get-east-asian-width": { 4719 "version": "1.5.0", 4720 "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz", 4721 "integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==", 4722 "license": "MIT", 4723 "engines": { 4724 "node": ">=18" 4725 }, 4726 "funding": { 4727 "url": "https://github.com/sponsors/sindresorhus" 4728 } 4729 }, 4730 "node_modules/github-from-package": { 4731 "version": "0.0.0", 4732 "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz", 4733 "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==", 4734 "license": "MIT" 4735 }, 4736 "node_modules/github-slugger": { 4737 "version": "2.0.0", 4738 "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz", 4739 "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==", 4740 "license": "ISC" 4741 }, 4742 "node_modules/h3": { 4743 "version": "1.15.6", 4744 "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.6.tgz", 4745 "integrity": "sha512-oi15ESLW5LRthZ+qPCi5GNasY/gvynSKUQxgiovrY63bPAtG59wtM+LSrlcwvOHAXzGrXVLnI97brbkdPF9WoQ==", 4746 "license": "MIT", 4747 "dependencies": { 4748 "cookie-es": "^1.2.2", 4749 "crossws": "^0.3.5", 4750 "defu": "^6.1.4", 4751 "destr": "^2.0.5", 4752 "iron-webcrypto": "^1.2.1", 4753 "node-mock-http": "^1.0.4", 4754 "radix3": "^1.1.2", 4755 "ufo": "^1.6.3", 4756 "uncrypto": "^0.1.3" 4757 } 4758 }, 4759 "node_modules/hast-util-embedded": { 4760 "version": "3.0.0", 4761 "resolved": "https://registry.npmjs.org/hast-util-embedded/-/hast-util-embedded-3.0.0.tgz", 4762 "integrity": "sha512-naH8sld4Pe2ep03qqULEtvYr7EjrLK2QHY8KJR6RJkTUjPGObe1vnx585uzem2hGra+s1q08DZZpfgDVYRbaXA==", 4763 "license": "MIT", 4764 "dependencies": { 4765 "@types/hast": "^3.0.0", 4766 "hast-util-is-element": "^3.0.0" 4767 }, 4768 "funding": { 4769 "type": "opencollective", 4770 "url": "https://opencollective.com/unified" 4771 } 4772 }, 4773 "node_modules/hast-util-format": { 4774 "version": "1.1.0", 4775 "resolved": "https://registry.npmjs.org/hast-util-format/-/hast-util-format-1.1.0.tgz", 4776 "integrity": "sha512-yY1UDz6bC9rDvCWHpx12aIBGRG7krurX0p0Fm6pT547LwDIZZiNr8a+IHDogorAdreULSEzP82Nlv5SZkHZcjA==", 4777 "license": "MIT", 4778 "dependencies": { 4779 "@types/hast": "^3.0.0", 4780 "hast-util-embedded": "^3.0.0", 4781 "hast-util-minify-whitespace": "^1.0.0", 4782 "hast-util-phrasing": "^3.0.0", 4783 "hast-util-whitespace": "^3.0.0", 4784 "html-whitespace-sensitive-tag-names": "^3.0.0", 4785 "unist-util-visit-parents": "^6.0.0" 4786 }, 4787 "funding": { 4788 "type": "opencollective", 4789 "url": "https://opencollective.com/unified" 4790 } 4791 }, 4792 "node_modules/hast-util-from-html": { 4793 "version": "2.0.3", 4794 "resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz", 4795 "integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==", 4796 "license": "MIT", 4797 "dependencies": { 4798 "@types/hast": "^3.0.0", 4799 "devlop": "^1.1.0", 4800 "hast-util-from-parse5": "^8.0.0", 4801 "parse5": "^7.0.0", 4802 "vfile": "^6.0.0", 4803 "vfile-message": "^4.0.0" 4804 }, 4805 "funding": { 4806 "type": "opencollective", 4807 "url": "https://opencollective.com/unified" 4808 } 4809 }, 4810 "node_modules/hast-util-from-parse5": { 4811 "version": "8.0.3", 4812 "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz", 4813 "integrity": "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==", 4814 "license": "MIT", 4815 "dependencies": { 4816 "@types/hast": "^3.0.0", 4817 "@types/unist": "^3.0.0", 4818 "devlop": "^1.0.0", 4819 "hastscript": "^9.0.0", 4820 "property-information": "^7.0.0", 4821 "vfile": "^6.0.0", 4822 "vfile-location": "^5.0.0", 4823 "web-namespaces": "^2.0.0" 4824 }, 4825 "funding": { 4826 "type": "opencollective", 4827 "url": "https://opencollective.com/unified" 4828 } 4829 }, 4830 "node_modules/hast-util-has-property": { 4831 "version": "3.0.0", 4832 "resolved": "https://registry.npmjs.org/hast-util-has-property/-/hast-util-has-property-3.0.0.tgz", 4833 "integrity": "sha512-MNilsvEKLFpV604hwfhVStK0usFY/QmM5zX16bo7EjnAEGofr5YyI37kzopBlZJkHD4t887i+q/C8/tr5Q94cA==", 4834 "license": "MIT", 4835 "dependencies": { 4836 "@types/hast": "^3.0.0" 4837 }, 4838 "funding": { 4839 "type": "opencollective", 4840 "url": "https://opencollective.com/unified" 4841 } 4842 }, 4843 "node_modules/hast-util-is-body-ok-link": { 4844 "version": "3.0.1", 4845 "resolved": "https://registry.npmjs.org/hast-util-is-body-ok-link/-/hast-util-is-body-ok-link-3.0.1.tgz", 4846 "integrity": "sha512-0qpnzOBLztXHbHQenVB8uNuxTnm/QBFUOmdOSsEn7GnBtyY07+ENTWVFBAnXd/zEgd9/SUG3lRY7hSIBWRgGpQ==", 4847 "license": "MIT", 4848 "dependencies": { 4849 "@types/hast": "^3.0.0" 4850 }, 4851 "funding": { 4852 "type": "opencollective", 4853 "url": "https://opencollective.com/unified" 4854 } 4855 }, 4856 "node_modules/hast-util-is-element": { 4857 "version": "3.0.0", 4858 "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz", 4859 "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==", 4860 "license": "MIT", 4861 "dependencies": { 4862 "@types/hast": "^3.0.0" 4863 }, 4864 "funding": { 4865 "type": "opencollective", 4866 "url": "https://opencollective.com/unified" 4867 } 4868 }, 4869 "node_modules/hast-util-minify-whitespace": { 4870 "version": "1.0.1", 4871 "resolved": "https://registry.npmjs.org/hast-util-minify-whitespace/-/hast-util-minify-whitespace-1.0.1.tgz", 4872 "integrity": "sha512-L96fPOVpnclQE0xzdWb/D12VT5FabA7SnZOUMtL1DbXmYiHJMXZvFkIZfiMmTCNJHUeO2K9UYNXoVyfz+QHuOw==", 4873 "license": "MIT", 4874 "dependencies": { 4875 "@types/hast": "^3.0.0", 4876 "hast-util-embedded": "^3.0.0", 4877 "hast-util-is-element": "^3.0.0", 4878 "hast-util-whitespace": "^3.0.0", 4879 "unist-util-is": "^6.0.0" 4880 }, 4881 "funding": { 4882 "type": "opencollective", 4883 "url": "https://opencollective.com/unified" 4884 } 4885 }, 4886 "node_modules/hast-util-parse-selector": { 4887 "version": "4.0.0", 4888 "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz", 4889 "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==", 4890 "license": "MIT", 4891 "dependencies": { 4892 "@types/hast": "^3.0.0" 4893 }, 4894 "funding": { 4895 "type": "opencollective", 4896 "url": "https://opencollective.com/unified" 4897 } 4898 }, 4899 "node_modules/hast-util-phrasing": { 4900 "version": "3.0.1", 4901 "resolved": "https://registry.npmjs.org/hast-util-phrasing/-/hast-util-phrasing-3.0.1.tgz", 4902 "integrity": "sha512-6h60VfI3uBQUxHqTyMymMZnEbNl1XmEGtOxxKYL7stY2o601COo62AWAYBQR9lZbYXYSBoxag8UpPRXK+9fqSQ==", 4903 "license": "MIT", 4904 "dependencies": { 4905 "@types/hast": "^3.0.0", 4906 "hast-util-embedded": "^3.0.0", 4907 "hast-util-has-property": "^3.0.0", 4908 "hast-util-is-body-ok-link": "^3.0.0", 4909 "hast-util-is-element": "^3.0.0" 4910 }, 4911 "funding": { 4912 "type": "opencollective", 4913 "url": "https://opencollective.com/unified" 4914 } 4915 }, 4916 "node_modules/hast-util-raw": { 4917 "version": "9.1.0", 4918 "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.1.0.tgz", 4919 "integrity": "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==", 4920 "license": "MIT", 4921 "dependencies": { 4922 "@types/hast": "^3.0.0", 4923 "@types/unist": "^3.0.0", 4924 "@ungap/structured-clone": "^1.0.0", 4925 "hast-util-from-parse5": "^8.0.0", 4926 "hast-util-to-parse5": "^8.0.0", 4927 "html-void-elements": "^3.0.0", 4928 "mdast-util-to-hast": "^13.0.0", 4929 "parse5": "^7.0.0", 4930 "unist-util-position": "^5.0.0", 4931 "unist-util-visit": "^5.0.0", 4932 "vfile": "^6.0.0", 4933 "web-namespaces": "^2.0.0", 4934 "zwitch": "^2.0.0" 4935 }, 4936 "funding": { 4937 "type": "opencollective", 4938 "url": "https://opencollective.com/unified" 4939 } 4940 }, 4941 "node_modules/hast-util-select": { 4942 "version": "6.0.4", 4943 "resolved": "https://registry.npmjs.org/hast-util-select/-/hast-util-select-6.0.4.tgz", 4944 "integrity": "sha512-RqGS1ZgI0MwxLaKLDxjprynNzINEkRHY2i8ln4DDjgv9ZhcYVIHN9rlpiYsqtFwrgpYU361SyWDQcGNIBVu3lw==", 4945 "license": "MIT", 4946 "dependencies": { 4947 "@types/hast": "^3.0.0", 4948 "@types/unist": "^3.0.0", 4949 "bcp-47-match": "^2.0.0", 4950 "comma-separated-tokens": "^2.0.0", 4951 "css-selector-parser": "^3.0.0", 4952 "devlop": "^1.0.0", 4953 "direction": "^2.0.0", 4954 "hast-util-has-property": "^3.0.0", 4955 "hast-util-to-string": "^3.0.0", 4956 "hast-util-whitespace": "^3.0.0", 4957 "nth-check": "^2.0.0", 4958 "property-information": "^7.0.0", 4959 "space-separated-tokens": "^2.0.0", 4960 "unist-util-visit": "^5.0.0", 4961 "zwitch": "^2.0.0" 4962 }, 4963 "funding": { 4964 "type": "opencollective", 4965 "url": "https://opencollective.com/unified" 4966 } 4967 }, 4968 "node_modules/hast-util-to-estree": { 4969 "version": "3.1.3", 4970 "resolved": "https://registry.npmjs.org/hast-util-to-estree/-/hast-util-to-estree-3.1.3.tgz", 4971 "integrity": "sha512-48+B/rJWAp0jamNbAAf9M7Uf//UVqAoMmgXhBdxTDJLGKY+LRnZ99qcG+Qjl5HfMpYNzS5v4EAwVEF34LeAj7w==", 4972 "license": "MIT", 4973 "dependencies": { 4974 "@types/estree": "^1.0.0", 4975 "@types/estree-jsx": "^1.0.0", 4976 "@types/hast": "^3.0.0", 4977 "comma-separated-tokens": "^2.0.0", 4978 "devlop": "^1.0.0", 4979 "estree-util-attach-comments": "^3.0.0", 4980 "estree-util-is-identifier-name": "^3.0.0", 4981 "hast-util-whitespace": "^3.0.0", 4982 "mdast-util-mdx-expression": "^2.0.0", 4983 "mdast-util-mdx-jsx": "^3.0.0", 4984 "mdast-util-mdxjs-esm": "^2.0.0", 4985 "property-information": "^7.0.0", 4986 "space-separated-tokens": "^2.0.0", 4987 "style-to-js": "^1.0.0", 4988 "unist-util-position": "^5.0.0", 4989 "zwitch": "^2.0.0" 4990 }, 4991 "funding": { 4992 "type": "opencollective", 4993 "url": "https://opencollective.com/unified" 4994 } 4995 }, 4996 "node_modules/hast-util-to-html": { 4997 "version": "9.0.5", 4998 "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz", 4999 "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==", 5000 "license": "MIT", 5001 "dependencies": { 5002 "@types/hast": "^3.0.0", 5003 "@types/unist": "^3.0.0", 5004 "ccount": "^2.0.0", 5005 "comma-separated-tokens": "^2.0.0", 5006 "hast-util-whitespace": "^3.0.0", 5007 "html-void-elements": "^3.0.0", 5008 "mdast-util-to-hast": "^13.0.0", 5009 "property-information": "^7.0.0", 5010 "space-separated-tokens": "^2.0.0", 5011 "stringify-entities": "^4.0.0", 5012 "zwitch": "^2.0.4" 5013 }, 5014 "funding": { 5015 "type": "opencollective", 5016 "url": "https://opencollective.com/unified" 5017 } 5018 }, 5019 "node_modules/hast-util-to-jsx-runtime": { 5020 "version": "2.3.6", 5021 "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz", 5022 "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==", 5023 "license": "MIT", 5024 "dependencies": { 5025 "@types/estree": "^1.0.0", 5026 "@types/hast": "^3.0.0", 5027 "@types/unist": "^3.0.0", 5028 "comma-separated-tokens": "^2.0.0", 5029 "devlop": "^1.0.0", 5030 "estree-util-is-identifier-name": "^3.0.0", 5031 "hast-util-whitespace": "^3.0.0", 5032 "mdast-util-mdx-expression": "^2.0.0", 5033 "mdast-util-mdx-jsx": "^3.0.0", 5034 "mdast-util-mdxjs-esm": "^2.0.0", 5035 "property-information": "^7.0.0", 5036 "space-separated-tokens": "^2.0.0", 5037 "style-to-js": "^1.0.0", 5038 "unist-util-position": "^5.0.0", 5039 "vfile-message": "^4.0.0" 5040 }, 5041 "funding": { 5042 "type": "opencollective", 5043 "url": "https://opencollective.com/unified" 5044 } 5045 }, 5046 "node_modules/hast-util-to-parse5": { 5047 "version": "8.0.1", 5048 "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.1.tgz", 5049 "integrity": "sha512-MlWT6Pjt4CG9lFCjiz4BH7l9wmrMkfkJYCxFwKQic8+RTZgWPuWxwAfjJElsXkex7DJjfSJsQIt931ilUgmwdA==", 5050 "license": "MIT", 5051 "dependencies": { 5052 "@types/hast": "^3.0.0", 5053 "comma-separated-tokens": "^2.0.0", 5054 "devlop": "^1.0.0", 5055 "property-information": "^7.0.0", 5056 "space-separated-tokens": "^2.0.0", 5057 "web-namespaces": "^2.0.0", 5058 "zwitch": "^2.0.0" 5059 }, 5060 "funding": { 5061 "type": "opencollective", 5062 "url": "https://opencollective.com/unified" 5063 } 5064 }, 5065 "node_modules/hast-util-to-string": { 5066 "version": "3.0.1", 5067 "resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-3.0.1.tgz", 5068 "integrity": "sha512-XelQVTDWvqcl3axRfI0xSeoVKzyIFPwsAGSLIsKdJKQMXDYJS4WYrBNF/8J7RdhIcFI2BOHgAifggsvsxp/3+A==", 5069 "license": "MIT", 5070 "dependencies": { 5071 "@types/hast": "^3.0.0" 5072 }, 5073 "funding": { 5074 "type": "opencollective", 5075 "url": "https://opencollective.com/unified" 5076 } 5077 }, 5078 "node_modules/hast-util-to-text": { 5079 "version": "4.0.2", 5080 "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz", 5081 "integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==", 5082 "license": "MIT", 5083 "dependencies": { 5084 "@types/hast": "^3.0.0", 5085 "@types/unist": "^3.0.0", 5086 "hast-util-is-element": "^3.0.0", 5087 "unist-util-find-after": "^5.0.0" 5088 }, 5089 "funding": { 5090 "type": "opencollective", 5091 "url": "https://opencollective.com/unified" 5092 } 5093 }, 5094 "node_modules/hast-util-whitespace": { 5095 "version": "3.0.0", 5096 "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", 5097 "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", 5098 "license": "MIT", 5099 "dependencies": { 5100 "@types/hast": "^3.0.0" 5101 }, 5102 "funding": { 5103 "type": "opencollective", 5104 "url": "https://opencollective.com/unified" 5105 } 5106 }, 5107 "node_modules/hastscript": { 5108 "version": "9.0.1", 5109 "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz", 5110 "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==", 5111 "license": "MIT", 5112 "dependencies": { 5113 "@types/hast": "^3.0.0", 5114 "comma-separated-tokens": "^2.0.0", 5115 "hast-util-parse-selector": "^4.0.0", 5116 "property-information": "^7.0.0", 5117 "space-separated-tokens": "^2.0.0" 5118 }, 5119 "funding": { 5120 "type": "opencollective", 5121 "url": "https://opencollective.com/unified" 5122 } 5123 }, 5124 "node_modules/hex-rgb": { 5125 "version": "4.3.0", 5126 "resolved": "https://registry.npmjs.org/hex-rgb/-/hex-rgb-4.3.0.tgz", 5127 "integrity": "sha512-Ox1pJVrDCyGHMG9CFg1tmrRUMRPRsAWYc/PinY0XzJU4K7y7vjNoLKIQ7BR5UJMCxNN8EM1MNDmHWA/B3aZUuw==", 5128 "license": "MIT", 5129 "engines": { 5130 "node": ">=6" 5131 }, 5132 "funding": { 5133 "url": "https://github.com/sponsors/sindresorhus" 5134 } 5135 }, 5136 "node_modules/html-escaper": { 5137 "version": "3.0.3", 5138 "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz", 5139 "integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==", 5140 "license": "MIT" 5141 }, 5142 "node_modules/html-void-elements": { 5143 "version": "3.0.0", 5144 "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz", 5145 "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==", 5146 "license": "MIT", 5147 "funding": { 5148 "type": "github", 5149 "url": "https://github.com/sponsors/wooorm" 5150 } 5151 }, 5152 "node_modules/html-whitespace-sensitive-tag-names": { 5153 "version": "3.0.1", 5154 "resolved": "https://registry.npmjs.org/html-whitespace-sensitive-tag-names/-/html-whitespace-sensitive-tag-names-3.0.1.tgz", 5155 "integrity": "sha512-q+310vW8zmymYHALr1da4HyXUQ0zgiIwIicEfotYPWGN0OJVEN/58IJ3A4GBYcEq3LGAZqKb+ugvP0GNB9CEAA==", 5156 "license": "MIT", 5157 "funding": { 5158 "type": "opencollective", 5159 "url": "https://opencollective.com/unified" 5160 } 5161 }, 5162 "node_modules/http-cache-semantics": { 5163 "version": "4.2.0", 5164 "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz", 5165 "integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==", 5166 "license": "BSD-2-Clause" 5167 }, 5168 "node_modules/i18next": { 5169 "version": "23.16.8", 5170 "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.8.tgz", 5171 "integrity": "sha512-06r/TitrM88Mg5FdUXAKL96dJMzgqLE5dv3ryBAra4KCwD9mJ4ndOTS95ZuymIGoE+2hzfdaMak2X11/es7ZWg==", 5172 "funding": [ 5173 { 5174 "type": "individual", 5175 "url": "https://locize.com" 5176 }, 5177 { 5178 "type": "individual", 5179 "url": "https://locize.com/i18next.html" 5180 }, 5181 { 5182 "type": "individual", 5183 "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" 5184 } 5185 ], 5186 "license": "MIT", 5187 "dependencies": { 5188 "@babel/runtime": "^7.23.2" 5189 } 5190 }, 5191 "node_modules/ieee754": { 5192 "version": "1.2.1", 5193 "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", 5194 "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", 5195 "funding": [ 5196 { 5197 "type": "github", 5198 "url": "https://github.com/sponsors/feross" 5199 }, 5200 { 5201 "type": "patreon", 5202 "url": "https://www.patreon.com/feross" 5203 }, 5204 { 5205 "type": "consulting", 5206 "url": "https://feross.org/support" 5207 } 5208 ], 5209 "license": "BSD-3-Clause" 5210 }, 5211 "node_modules/import-meta-resolve": { 5212 "version": "4.2.0", 5213 "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.2.0.tgz", 5214 "integrity": "sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==", 5215 "license": "MIT", 5216 "funding": { 5217 "type": "github", 5218 "url": "https://github.com/sponsors/wooorm" 5219 } 5220 }, 5221 "node_modules/inherits": { 5222 "version": "2.0.4", 5223 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", 5224 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", 5225 "license": "ISC" 5226 }, 5227 "node_modules/ini": { 5228 "version": "1.3.8", 5229 "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", 5230 "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", 5231 "license": "ISC" 5232 }, 5233 "node_modules/inline-style-parser": { 5234 "version": "0.2.7", 5235 "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.7.tgz", 5236 "integrity": "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==", 5237 "license": "MIT" 5238 }, 5239 "node_modules/iron-webcrypto": { 5240 "version": "1.2.1", 5241 "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz", 5242 "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==", 5243 "license": "MIT", 5244 "funding": { 5245 "url": "https://github.com/sponsors/brc-dd" 5246 } 5247 }, 5248 "node_modules/is-alphabetical": { 5249 "version": "2.0.1", 5250 "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", 5251 "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==", 5252 "license": "MIT", 5253 "funding": { 5254 "type": "github", 5255 "url": "https://github.com/sponsors/wooorm" 5256 } 5257 }, 5258 "node_modules/is-alphanumerical": { 5259 "version": "2.0.1", 5260 "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz", 5261 "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==", 5262 "license": "MIT", 5263 "dependencies": { 5264 "is-alphabetical": "^2.0.0", 5265 "is-decimal": "^2.0.0" 5266 }, 5267 "funding": { 5268 "type": "github", 5269 "url": "https://github.com/sponsors/wooorm" 5270 } 5271 }, 5272 "node_modules/is-decimal": { 5273 "version": "2.0.1", 5274 "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz", 5275 "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==", 5276 "license": "MIT", 5277 "funding": { 5278 "type": "github", 5279 "url": "https://github.com/sponsors/wooorm" 5280 } 5281 }, 5282 "node_modules/is-docker": { 5283 "version": "3.0.0", 5284 "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", 5285 "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", 5286 "license": "MIT", 5287 "bin": { 5288 "is-docker": "cli.js" 5289 }, 5290 "engines": { 5291 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 5292 }, 5293 "funding": { 5294 "url": "https://github.com/sponsors/sindresorhus" 5295 } 5296 }, 5297 "node_modules/is-fullwidth-code-point": { 5298 "version": "3.0.0", 5299 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", 5300 "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", 5301 "license": "MIT", 5302 "engines": { 5303 "node": ">=8" 5304 } 5305 }, 5306 "node_modules/is-hexadecimal": { 5307 "version": "2.0.1", 5308 "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz", 5309 "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==", 5310 "license": "MIT", 5311 "funding": { 5312 "type": "github", 5313 "url": "https://github.com/sponsors/wooorm" 5314 } 5315 }, 5316 "node_modules/is-inside-container": { 5317 "version": "1.0.0", 5318 "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", 5319 "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", 5320 "license": "MIT", 5321 "dependencies": { 5322 "is-docker": "^3.0.0" 5323 }, 5324 "bin": { 5325 "is-inside-container": "cli.js" 5326 }, 5327 "engines": { 5328 "node": ">=14.16" 5329 }, 5330 "funding": { 5331 "url": "https://github.com/sponsors/sindresorhus" 5332 } 5333 }, 5334 "node_modules/is-plain-obj": { 5335 "version": "4.1.0", 5336 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", 5337 "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", 5338 "license": "MIT", 5339 "engines": { 5340 "node": ">=12" 5341 }, 5342 "funding": { 5343 "url": "https://github.com/sponsors/sindresorhus" 5344 } 5345 }, 5346 "node_modules/is-wsl": { 5347 "version": "3.1.1", 5348 "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.1.tgz", 5349 "integrity": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==", 5350 "license": "MIT", 5351 "dependencies": { 5352 "is-inside-container": "^1.0.0" 5353 }, 5354 "engines": { 5355 "node": ">=16" 5356 }, 5357 "funding": { 5358 "url": "https://github.com/sponsors/sindresorhus" 5359 } 5360 }, 5361 "node_modules/js-yaml": { 5362 "version": "4.1.1", 5363 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", 5364 "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", 5365 "license": "MIT", 5366 "dependencies": { 5367 "argparse": "^2.0.1" 5368 }, 5369 "bin": { 5370 "js-yaml": "bin/js-yaml.js" 5371 } 5372 }, 5373 "node_modules/kleur": { 5374 "version": "3.0.3", 5375 "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", 5376 "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", 5377 "license": "MIT", 5378 "engines": { 5379 "node": ">=6" 5380 } 5381 }, 5382 "node_modules/klona": { 5383 "version": "2.0.6", 5384 "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz", 5385 "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==", 5386 "license": "MIT", 5387 "engines": { 5388 "node": ">= 8" 5389 } 5390 }, 5391 "node_modules/lightningcss": { 5392 "version": "1.32.0", 5393 "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz", 5394 "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==", 5395 "devOptional": true, 5396 "license": "MPL-2.0", 5397 "dependencies": { 5398 "detect-libc": "^2.0.3" 5399 }, 5400 "engines": { 5401 "node": ">= 12.0.0" 5402 }, 5403 "funding": { 5404 "type": "opencollective", 5405 "url": "https://opencollective.com/parcel" 5406 }, 5407 "optionalDependencies": { 5408 "lightningcss-android-arm64": "1.32.0", 5409 "lightningcss-darwin-arm64": "1.32.0", 5410 "lightningcss-darwin-x64": "1.32.0", 5411 "lightningcss-freebsd-x64": "1.32.0", 5412 "lightningcss-linux-arm-gnueabihf": "1.32.0", 5413 "lightningcss-linux-arm64-gnu": "1.32.0", 5414 "lightningcss-linux-arm64-musl": "1.32.0", 5415 "lightningcss-linux-x64-gnu": "1.32.0", 5416 "lightningcss-linux-x64-musl": "1.32.0", 5417 "lightningcss-win32-arm64-msvc": "1.32.0", 5418 "lightningcss-win32-x64-msvc": "1.32.0" 5419 } 5420 }, 5421 "node_modules/lightningcss-android-arm64": { 5422 "version": "1.32.0", 5423 "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz", 5424 "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==", 5425 "cpu": [ 5426 "arm64" 5427 ], 5428 "license": "MPL-2.0", 5429 "optional": true, 5430 "os": [ 5431 "android" 5432 ], 5433 "engines": { 5434 "node": ">= 12.0.0" 5435 }, 5436 "funding": { 5437 "type": "opencollective", 5438 "url": "https://opencollective.com/parcel" 5439 } 5440 }, 5441 "node_modules/lightningcss-darwin-arm64": { 5442 "version": "1.32.0", 5443 "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz", 5444 "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==", 5445 "cpu": [ 5446 "arm64" 5447 ], 5448 "license": "MPL-2.0", 5449 "optional": true, 5450 "os": [ 5451 "darwin" 5452 ], 5453 "engines": { 5454 "node": ">= 12.0.0" 5455 }, 5456 "funding": { 5457 "type": "opencollective", 5458 "url": "https://opencollective.com/parcel" 5459 } 5460 }, 5461 "node_modules/lightningcss-darwin-x64": { 5462 "version": "1.32.0", 5463 "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz", 5464 "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==", 5465 "cpu": [ 5466 "x64" 5467 ], 5468 "license": "MPL-2.0", 5469 "optional": true, 5470 "os": [ 5471 "darwin" 5472 ], 5473 "engines": { 5474 "node": ">= 12.0.0" 5475 }, 5476 "funding": { 5477 "type": "opencollective", 5478 "url": "https://opencollective.com/parcel" 5479 } 5480 }, 5481 "node_modules/lightningcss-freebsd-x64": { 5482 "version": "1.32.0", 5483 "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz", 5484 "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==", 5485 "cpu": [ 5486 "x64" 5487 ], 5488 "license": "MPL-2.0", 5489 "optional": true, 5490 "os": [ 5491 "freebsd" 5492 ], 5493 "engines": { 5494 "node": ">= 12.0.0" 5495 }, 5496 "funding": { 5497 "type": "opencollective", 5498 "url": "https://opencollective.com/parcel" 5499 } 5500 }, 5501 "node_modules/lightningcss-linux-arm-gnueabihf": { 5502 "version": "1.32.0", 5503 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz", 5504 "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==", 5505 "cpu": [ 5506 "arm" 5507 ], 5508 "license": "MPL-2.0", 5509 "optional": true, 5510 "os": [ 5511 "linux" 5512 ], 5513 "engines": { 5514 "node": ">= 12.0.0" 5515 }, 5516 "funding": { 5517 "type": "opencollective", 5518 "url": "https://opencollective.com/parcel" 5519 } 5520 }, 5521 "node_modules/lightningcss-linux-arm64-gnu": { 5522 "version": "1.32.0", 5523 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz", 5524 "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==", 5525 "cpu": [ 5526 "arm64" 5527 ], 5528 "license": "MPL-2.0", 5529 "optional": true, 5530 "os": [ 5531 "linux" 5532 ], 5533 "engines": { 5534 "node": ">= 12.0.0" 5535 }, 5536 "funding": { 5537 "type": "opencollective", 5538 "url": "https://opencollective.com/parcel" 5539 } 5540 }, 5541 "node_modules/lightningcss-linux-arm64-musl": { 5542 "version": "1.32.0", 5543 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz", 5544 "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==", 5545 "cpu": [ 5546 "arm64" 5547 ], 5548 "license": "MPL-2.0", 5549 "optional": true, 5550 "os": [ 5551 "linux" 5552 ], 5553 "engines": { 5554 "node": ">= 12.0.0" 5555 }, 5556 "funding": { 5557 "type": "opencollective", 5558 "url": "https://opencollective.com/parcel" 5559 } 5560 }, 5561 "node_modules/lightningcss-linux-x64-gnu": { 5562 "version": "1.32.0", 5563 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz", 5564 "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==", 5565 "cpu": [ 5566 "x64" 5567 ], 5568 "license": "MPL-2.0", 5569 "optional": true, 5570 "os": [ 5571 "linux" 5572 ], 5573 "engines": { 5574 "node": ">= 12.0.0" 5575 }, 5576 "funding": { 5577 "type": "opencollective", 5578 "url": "https://opencollective.com/parcel" 5579 } 5580 }, 5581 "node_modules/lightningcss-linux-x64-musl": { 5582 "version": "1.32.0", 5583 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz", 5584 "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==", 5585 "cpu": [ 5586 "x64" 5587 ], 5588 "license": "MPL-2.0", 5589 "optional": true, 5590 "os": [ 5591 "linux" 5592 ], 5593 "engines": { 5594 "node": ">= 12.0.0" 5595 }, 5596 "funding": { 5597 "type": "opencollective", 5598 "url": "https://opencollective.com/parcel" 5599 } 5600 }, 5601 "node_modules/lightningcss-win32-arm64-msvc": { 5602 "version": "1.32.0", 5603 "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz", 5604 "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==", 5605 "cpu": [ 5606 "arm64" 5607 ], 5608 "license": "MPL-2.0", 5609 "optional": true, 5610 "os": [ 5611 "win32" 5612 ], 5613 "engines": { 5614 "node": ">= 12.0.0" 5615 }, 5616 "funding": { 5617 "type": "opencollective", 5618 "url": "https://opencollective.com/parcel" 5619 } 5620 }, 5621 "node_modules/lightningcss-win32-x64-msvc": { 5622 "version": "1.32.0", 5623 "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz", 5624 "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==", 5625 "cpu": [ 5626 "x64" 5627 ], 5628 "license": "MPL-2.0", 5629 "optional": true, 5630 "os": [ 5631 "win32" 5632 ], 5633 "engines": { 5634 "node": ">= 12.0.0" 5635 }, 5636 "funding": { 5637 "type": "opencollective", 5638 "url": "https://opencollective.com/parcel" 5639 } 5640 }, 5641 "node_modules/linebreak": { 5642 "version": "1.1.0", 5643 "resolved": "https://registry.npmjs.org/linebreak/-/linebreak-1.1.0.tgz", 5644 "integrity": "sha512-MHp03UImeVhB7XZtjd0E4n6+3xr5Dq/9xI/5FptGk5FrbDR3zagPa2DS6U8ks/3HjbKWG9Q1M2ufOzxV2qLYSQ==", 5645 "license": "MIT", 5646 "dependencies": { 5647 "base64-js": "0.0.8", 5648 "unicode-trie": "^2.0.0" 5649 } 5650 }, 5651 "node_modules/longest-streak": { 5652 "version": "3.1.0", 5653 "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", 5654 "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", 5655 "license": "MIT", 5656 "funding": { 5657 "type": "github", 5658 "url": "https://github.com/sponsors/wooorm" 5659 } 5660 }, 5661 "node_modules/lru-cache": { 5662 "version": "11.2.6", 5663 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz", 5664 "integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==", 5665 "license": "BlueOak-1.0.0", 5666 "engines": { 5667 "node": "20 || >=22" 5668 } 5669 }, 5670 "node_modules/magic-string": { 5671 "version": "0.30.21", 5672 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", 5673 "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", 5674 "license": "MIT", 5675 "dependencies": { 5676 "@jridgewell/sourcemap-codec": "^1.5.5" 5677 } 5678 }, 5679 "node_modules/magicast": { 5680 "version": "0.5.2", 5681 "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.5.2.tgz", 5682 "integrity": "sha512-E3ZJh4J3S9KfwdjZhe2afj6R9lGIN5Pher1pF39UGrXRqq/VDaGVIGN13BjHd2u8B61hArAGOnso7nBOouW3TQ==", 5683 "license": "MIT", 5684 "dependencies": { 5685 "@babel/parser": "^7.29.0", 5686 "@babel/types": "^7.29.0", 5687 "source-map-js": "^1.2.1" 5688 } 5689 }, 5690 "node_modules/markdown-extensions": { 5691 "version": "2.0.0", 5692 "resolved": "https://registry.npmjs.org/markdown-extensions/-/markdown-extensions-2.0.0.tgz", 5693 "integrity": "sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==", 5694 "license": "MIT", 5695 "engines": { 5696 "node": ">=16" 5697 }, 5698 "funding": { 5699 "url": "https://github.com/sponsors/sindresorhus" 5700 } 5701 }, 5702 "node_modules/markdown-table": { 5703 "version": "3.0.4", 5704 "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz", 5705 "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==", 5706 "license": "MIT", 5707 "funding": { 5708 "type": "github", 5709 "url": "https://github.com/sponsors/wooorm" 5710 } 5711 }, 5712 "node_modules/mdast-util-definitions": { 5713 "version": "6.0.0", 5714 "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-6.0.0.tgz", 5715 "integrity": "sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ==", 5716 "license": "MIT", 5717 "dependencies": { 5718 "@types/mdast": "^4.0.0", 5719 "@types/unist": "^3.0.0", 5720 "unist-util-visit": "^5.0.0" 5721 }, 5722 "funding": { 5723 "type": "opencollective", 5724 "url": "https://opencollective.com/unified" 5725 } 5726 }, 5727 "node_modules/mdast-util-directive": { 5728 "version": "3.1.0", 5729 "resolved": "https://registry.npmjs.org/mdast-util-directive/-/mdast-util-directive-3.1.0.tgz", 5730 "integrity": "sha512-I3fNFt+DHmpWCYAT7quoM6lHf9wuqtI+oCOfvILnoicNIqjh5E3dEJWiXuYME2gNe8vl1iMQwyUHa7bgFmak6Q==", 5731 "license": "MIT", 5732 "dependencies": { 5733 "@types/mdast": "^4.0.0", 5734 "@types/unist": "^3.0.0", 5735 "ccount": "^2.0.0", 5736 "devlop": "^1.0.0", 5737 "mdast-util-from-markdown": "^2.0.0", 5738 "mdast-util-to-markdown": "^2.0.0", 5739 "parse-entities": "^4.0.0", 5740 "stringify-entities": "^4.0.0", 5741 "unist-util-visit-parents": "^6.0.0" 5742 }, 5743 "funding": { 5744 "type": "opencollective", 5745 "url": "https://opencollective.com/unified" 5746 } 5747 }, 5748 "node_modules/mdast-util-find-and-replace": { 5749 "version": "3.0.2", 5750 "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", 5751 "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==", 5752 "license": "MIT", 5753 "dependencies": { 5754 "@types/mdast": "^4.0.0", 5755 "escape-string-regexp": "^5.0.0", 5756 "unist-util-is": "^6.0.0", 5757 "unist-util-visit-parents": "^6.0.0" 5758 }, 5759 "funding": { 5760 "type": "opencollective", 5761 "url": "https://opencollective.com/unified" 5762 } 5763 }, 5764 "node_modules/mdast-util-from-markdown": { 5765 "version": "2.0.3", 5766 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.3.tgz", 5767 "integrity": "sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==", 5768 "license": "MIT", 5769 "dependencies": { 5770 "@types/mdast": "^4.0.0", 5771 "@types/unist": "^3.0.0", 5772 "decode-named-character-reference": "^1.0.0", 5773 "devlop": "^1.0.0", 5774 "mdast-util-to-string": "^4.0.0", 5775 "micromark": "^4.0.0", 5776 "micromark-util-decode-numeric-character-reference": "^2.0.0", 5777 "micromark-util-decode-string": "^2.0.0", 5778 "micromark-util-normalize-identifier": "^2.0.0", 5779 "micromark-util-symbol": "^2.0.0", 5780 "micromark-util-types": "^2.0.0", 5781 "unist-util-stringify-position": "^4.0.0" 5782 }, 5783 "funding": { 5784 "type": "opencollective", 5785 "url": "https://opencollective.com/unified" 5786 } 5787 }, 5788 "node_modules/mdast-util-gfm": { 5789 "version": "3.1.0", 5790 "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz", 5791 "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==", 5792 "license": "MIT", 5793 "dependencies": { 5794 "mdast-util-from-markdown": "^2.0.0", 5795 "mdast-util-gfm-autolink-literal": "^2.0.0", 5796 "mdast-util-gfm-footnote": "^2.0.0", 5797 "mdast-util-gfm-strikethrough": "^2.0.0", 5798 "mdast-util-gfm-table": "^2.0.0", 5799 "mdast-util-gfm-task-list-item": "^2.0.0", 5800 "mdast-util-to-markdown": "^2.0.0" 5801 }, 5802 "funding": { 5803 "type": "opencollective", 5804 "url": "https://opencollective.com/unified" 5805 } 5806 }, 5807 "node_modules/mdast-util-gfm-autolink-literal": { 5808 "version": "2.0.1", 5809 "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz", 5810 "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==", 5811 "license": "MIT", 5812 "dependencies": { 5813 "@types/mdast": "^4.0.0", 5814 "ccount": "^2.0.0", 5815 "devlop": "^1.0.0", 5816 "mdast-util-find-and-replace": "^3.0.0", 5817 "micromark-util-character": "^2.0.0" 5818 }, 5819 "funding": { 5820 "type": "opencollective", 5821 "url": "https://opencollective.com/unified" 5822 } 5823 }, 5824 "node_modules/mdast-util-gfm-footnote": { 5825 "version": "2.1.0", 5826 "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz", 5827 "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==", 5828 "license": "MIT", 5829 "dependencies": { 5830 "@types/mdast": "^4.0.0", 5831 "devlop": "^1.1.0", 5832 "mdast-util-from-markdown": "^2.0.0", 5833 "mdast-util-to-markdown": "^2.0.0", 5834 "micromark-util-normalize-identifier": "^2.0.0" 5835 }, 5836 "funding": { 5837 "type": "opencollective", 5838 "url": "https://opencollective.com/unified" 5839 } 5840 }, 5841 "node_modules/mdast-util-gfm-strikethrough": { 5842 "version": "2.0.0", 5843 "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", 5844 "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", 5845 "license": "MIT", 5846 "dependencies": { 5847 "@types/mdast": "^4.0.0", 5848 "mdast-util-from-markdown": "^2.0.0", 5849 "mdast-util-to-markdown": "^2.0.0" 5850 }, 5851 "funding": { 5852 "type": "opencollective", 5853 "url": "https://opencollective.com/unified" 5854 } 5855 }, 5856 "node_modules/mdast-util-gfm-table": { 5857 "version": "2.0.0", 5858 "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", 5859 "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", 5860 "license": "MIT", 5861 "dependencies": { 5862 "@types/mdast": "^4.0.0", 5863 "devlop": "^1.0.0", 5864 "markdown-table": "^3.0.0", 5865 "mdast-util-from-markdown": "^2.0.0", 5866 "mdast-util-to-markdown": "^2.0.0" 5867 }, 5868 "funding": { 5869 "type": "opencollective", 5870 "url": "https://opencollective.com/unified" 5871 } 5872 }, 5873 "node_modules/mdast-util-gfm-task-list-item": { 5874 "version": "2.0.0", 5875 "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", 5876 "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", 5877 "license": "MIT", 5878 "dependencies": { 5879 "@types/mdast": "^4.0.0", 5880 "devlop": "^1.0.0", 5881 "mdast-util-from-markdown": "^2.0.0", 5882 "mdast-util-to-markdown": "^2.0.0" 5883 }, 5884 "funding": { 5885 "type": "opencollective", 5886 "url": "https://opencollective.com/unified" 5887 } 5888 }, 5889 "node_modules/mdast-util-mdx": { 5890 "version": "3.0.0", 5891 "resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-3.0.0.tgz", 5892 "integrity": "sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==", 5893 "license": "MIT", 5894 "dependencies": { 5895 "mdast-util-from-markdown": "^2.0.0", 5896 "mdast-util-mdx-expression": "^2.0.0", 5897 "mdast-util-mdx-jsx": "^3.0.0", 5898 "mdast-util-mdxjs-esm": "^2.0.0", 5899 "mdast-util-to-markdown": "^2.0.0" 5900 }, 5901 "funding": { 5902 "type": "opencollective", 5903 "url": "https://opencollective.com/unified" 5904 } 5905 }, 5906 "node_modules/mdast-util-mdx-expression": { 5907 "version": "2.0.1", 5908 "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz", 5909 "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==", 5910 "license": "MIT", 5911 "dependencies": { 5912 "@types/estree-jsx": "^1.0.0", 5913 "@types/hast": "^3.0.0", 5914 "@types/mdast": "^4.0.0", 5915 "devlop": "^1.0.0", 5916 "mdast-util-from-markdown": "^2.0.0", 5917 "mdast-util-to-markdown": "^2.0.0" 5918 }, 5919 "funding": { 5920 "type": "opencollective", 5921 "url": "https://opencollective.com/unified" 5922 } 5923 }, 5924 "node_modules/mdast-util-mdx-jsx": { 5925 "version": "3.2.0", 5926 "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz", 5927 "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==", 5928 "license": "MIT", 5929 "dependencies": { 5930 "@types/estree-jsx": "^1.0.0", 5931 "@types/hast": "^3.0.0", 5932 "@types/mdast": "^4.0.0", 5933 "@types/unist": "^3.0.0", 5934 "ccount": "^2.0.0", 5935 "devlop": "^1.1.0", 5936 "mdast-util-from-markdown": "^2.0.0", 5937 "mdast-util-to-markdown": "^2.0.0", 5938 "parse-entities": "^4.0.0", 5939 "stringify-entities": "^4.0.0", 5940 "unist-util-stringify-position": "^4.0.0", 5941 "vfile-message": "^4.0.0" 5942 }, 5943 "funding": { 5944 "type": "opencollective", 5945 "url": "https://opencollective.com/unified" 5946 } 5947 }, 5948 "node_modules/mdast-util-mdxjs-esm": { 5949 "version": "2.0.1", 5950 "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz", 5951 "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==", 5952 "license": "MIT", 5953 "dependencies": { 5954 "@types/estree-jsx": "^1.0.0", 5955 "@types/hast": "^3.0.0", 5956 "@types/mdast": "^4.0.0", 5957 "devlop": "^1.0.0", 5958 "mdast-util-from-markdown": "^2.0.0", 5959 "mdast-util-to-markdown": "^2.0.0" 5960 }, 5961 "funding": { 5962 "type": "opencollective", 5963 "url": "https://opencollective.com/unified" 5964 } 5965 }, 5966 "node_modules/mdast-util-phrasing": { 5967 "version": "4.1.0", 5968 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", 5969 "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", 5970 "license": "MIT", 5971 "dependencies": { 5972 "@types/mdast": "^4.0.0", 5973 "unist-util-is": "^6.0.0" 5974 }, 5975 "funding": { 5976 "type": "opencollective", 5977 "url": "https://opencollective.com/unified" 5978 } 5979 }, 5980 "node_modules/mdast-util-to-hast": { 5981 "version": "13.2.1", 5982 "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz", 5983 "integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==", 5984 "license": "MIT", 5985 "dependencies": { 5986 "@types/hast": "^3.0.0", 5987 "@types/mdast": "^4.0.0", 5988 "@ungap/structured-clone": "^1.0.0", 5989 "devlop": "^1.0.0", 5990 "micromark-util-sanitize-uri": "^2.0.0", 5991 "trim-lines": "^3.0.0", 5992 "unist-util-position": "^5.0.0", 5993 "unist-util-visit": "^5.0.0", 5994 "vfile": "^6.0.0" 5995 }, 5996 "funding": { 5997 "type": "opencollective", 5998 "url": "https://opencollective.com/unified" 5999 } 6000 }, 6001 "node_modules/mdast-util-to-markdown": { 6002 "version": "2.1.2", 6003 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", 6004 "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", 6005 "license": "MIT", 6006 "dependencies": { 6007 "@types/mdast": "^4.0.0", 6008 "@types/unist": "^3.0.0", 6009 "longest-streak": "^3.0.0", 6010 "mdast-util-phrasing": "^4.0.0", 6011 "mdast-util-to-string": "^4.0.0", 6012 "micromark-util-classify-character": "^2.0.0", 6013 "micromark-util-decode-string": "^2.0.0", 6014 "unist-util-visit": "^5.0.0", 6015 "zwitch": "^2.0.0" 6016 }, 6017 "funding": { 6018 "type": "opencollective", 6019 "url": "https://opencollective.com/unified" 6020 } 6021 }, 6022 "node_modules/mdast-util-to-string": { 6023 "version": "4.0.0", 6024 "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", 6025 "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", 6026 "license": "MIT", 6027 "dependencies": { 6028 "@types/mdast": "^4.0.0" 6029 }, 6030 "funding": { 6031 "type": "opencollective", 6032 "url": "https://opencollective.com/unified" 6033 } 6034 }, 6035 "node_modules/mdn-data": { 6036 "version": "2.27.1", 6037 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.27.1.tgz", 6038 "integrity": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==", 6039 "license": "CC0-1.0" 6040 }, 6041 "node_modules/micromark": { 6042 "version": "4.0.2", 6043 "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz", 6044 "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==", 6045 "funding": [ 6046 { 6047 "type": "GitHub Sponsors", 6048 "url": "https://github.com/sponsors/unifiedjs" 6049 }, 6050 { 6051 "type": "OpenCollective", 6052 "url": "https://opencollective.com/unified" 6053 } 6054 ], 6055 "license": "MIT", 6056 "dependencies": { 6057 "@types/debug": "^4.0.0", 6058 "debug": "^4.0.0", 6059 "decode-named-character-reference": "^1.0.0", 6060 "devlop": "^1.0.0", 6061 "micromark-core-commonmark": "^2.0.0", 6062 "micromark-factory-space": "^2.0.0", 6063 "micromark-util-character": "^2.0.0", 6064 "micromark-util-chunked": "^2.0.0", 6065 "micromark-util-combine-extensions": "^2.0.0", 6066 "micromark-util-decode-numeric-character-reference": "^2.0.0", 6067 "micromark-util-encode": "^2.0.0", 6068 "micromark-util-normalize-identifier": "^2.0.0", 6069 "micromark-util-resolve-all": "^2.0.0", 6070 "micromark-util-sanitize-uri": "^2.0.0", 6071 "micromark-util-subtokenize": "^2.0.0", 6072 "micromark-util-symbol": "^2.0.0", 6073 "micromark-util-types": "^2.0.0" 6074 } 6075 }, 6076 "node_modules/micromark-core-commonmark": { 6077 "version": "2.0.3", 6078 "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz", 6079 "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==", 6080 "funding": [ 6081 { 6082 "type": "GitHub Sponsors", 6083 "url": "https://github.com/sponsors/unifiedjs" 6084 }, 6085 { 6086 "type": "OpenCollective", 6087 "url": "https://opencollective.com/unified" 6088 } 6089 ], 6090 "license": "MIT", 6091 "dependencies": { 6092 "decode-named-character-reference": "^1.0.0", 6093 "devlop": "^1.0.0", 6094 "micromark-factory-destination": "^2.0.0", 6095 "micromark-factory-label": "^2.0.0", 6096 "micromark-factory-space": "^2.0.0", 6097 "micromark-factory-title": "^2.0.0", 6098 "micromark-factory-whitespace": "^2.0.0", 6099 "micromark-util-character": "^2.0.0", 6100 "micromark-util-chunked": "^2.0.0", 6101 "micromark-util-classify-character": "^2.0.0", 6102 "micromark-util-html-tag-name": "^2.0.0", 6103 "micromark-util-normalize-identifier": "^2.0.0", 6104 "micromark-util-resolve-all": "^2.0.0", 6105 "micromark-util-subtokenize": "^2.0.0", 6106 "micromark-util-symbol": "^2.0.0", 6107 "micromark-util-types": "^2.0.0" 6108 } 6109 }, 6110 "node_modules/micromark-extension-directive": { 6111 "version": "3.0.2", 6112 "resolved": "https://registry.npmjs.org/micromark-extension-directive/-/micromark-extension-directive-3.0.2.tgz", 6113 "integrity": "sha512-wjcXHgk+PPdmvR58Le9d7zQYWy+vKEU9Se44p2CrCDPiLr2FMyiT4Fyb5UFKFC66wGB3kPlgD7q3TnoqPS7SZA==", 6114 "license": "MIT", 6115 "dependencies": { 6116 "devlop": "^1.0.0", 6117 "micromark-factory-space": "^2.0.0", 6118 "micromark-factory-whitespace": "^2.0.0", 6119 "micromark-util-character": "^2.0.0", 6120 "micromark-util-symbol": "^2.0.0", 6121 "micromark-util-types": "^2.0.0", 6122 "parse-entities": "^4.0.0" 6123 }, 6124 "funding": { 6125 "type": "opencollective", 6126 "url": "https://opencollective.com/unified" 6127 } 6128 }, 6129 "node_modules/micromark-extension-gfm": { 6130 "version": "3.0.0", 6131 "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", 6132 "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", 6133 "license": "MIT", 6134 "dependencies": { 6135 "micromark-extension-gfm-autolink-literal": "^2.0.0", 6136 "micromark-extension-gfm-footnote": "^2.0.0", 6137 "micromark-extension-gfm-strikethrough": "^2.0.0", 6138 "micromark-extension-gfm-table": "^2.0.0", 6139 "micromark-extension-gfm-tagfilter": "^2.0.0", 6140 "micromark-extension-gfm-task-list-item": "^2.0.0", 6141 "micromark-util-combine-extensions": "^2.0.0", 6142 "micromark-util-types": "^2.0.0" 6143 }, 6144 "funding": { 6145 "type": "opencollective", 6146 "url": "https://opencollective.com/unified" 6147 } 6148 }, 6149 "node_modules/micromark-extension-gfm-autolink-literal": { 6150 "version": "2.1.0", 6151 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", 6152 "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==", 6153 "license": "MIT", 6154 "dependencies": { 6155 "micromark-util-character": "^2.0.0", 6156 "micromark-util-sanitize-uri": "^2.0.0", 6157 "micromark-util-symbol": "^2.0.0", 6158 "micromark-util-types": "^2.0.0" 6159 }, 6160 "funding": { 6161 "type": "opencollective", 6162 "url": "https://opencollective.com/unified" 6163 } 6164 }, 6165 "node_modules/micromark-extension-gfm-footnote": { 6166 "version": "2.1.0", 6167 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz", 6168 "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==", 6169 "license": "MIT", 6170 "dependencies": { 6171 "devlop": "^1.0.0", 6172 "micromark-core-commonmark": "^2.0.0", 6173 "micromark-factory-space": "^2.0.0", 6174 "micromark-util-character": "^2.0.0", 6175 "micromark-util-normalize-identifier": "^2.0.0", 6176 "micromark-util-sanitize-uri": "^2.0.0", 6177 "micromark-util-symbol": "^2.0.0", 6178 "micromark-util-types": "^2.0.0" 6179 }, 6180 "funding": { 6181 "type": "opencollective", 6182 "url": "https://opencollective.com/unified" 6183 } 6184 }, 6185 "node_modules/micromark-extension-gfm-strikethrough": { 6186 "version": "2.1.0", 6187 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz", 6188 "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==", 6189 "license": "MIT", 6190 "dependencies": { 6191 "devlop": "^1.0.0", 6192 "micromark-util-chunked": "^2.0.0", 6193 "micromark-util-classify-character": "^2.0.0", 6194 "micromark-util-resolve-all": "^2.0.0", 6195 "micromark-util-symbol": "^2.0.0", 6196 "micromark-util-types": "^2.0.0" 6197 }, 6198 "funding": { 6199 "type": "opencollective", 6200 "url": "https://opencollective.com/unified" 6201 } 6202 }, 6203 "node_modules/micromark-extension-gfm-table": { 6204 "version": "2.1.1", 6205 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz", 6206 "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==", 6207 "license": "MIT", 6208 "dependencies": { 6209 "devlop": "^1.0.0", 6210 "micromark-factory-space": "^2.0.0", 6211 "micromark-util-character": "^2.0.0", 6212 "micromark-util-symbol": "^2.0.0", 6213 "micromark-util-types": "^2.0.0" 6214 }, 6215 "funding": { 6216 "type": "opencollective", 6217 "url": "https://opencollective.com/unified" 6218 } 6219 }, 6220 "node_modules/micromark-extension-gfm-tagfilter": { 6221 "version": "2.0.0", 6222 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", 6223 "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", 6224 "license": "MIT", 6225 "dependencies": { 6226 "micromark-util-types": "^2.0.0" 6227 }, 6228 "funding": { 6229 "type": "opencollective", 6230 "url": "https://opencollective.com/unified" 6231 } 6232 }, 6233 "node_modules/micromark-extension-gfm-task-list-item": { 6234 "version": "2.1.0", 6235 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz", 6236 "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==", 6237 "license": "MIT", 6238 "dependencies": { 6239 "devlop": "^1.0.0", 6240 "micromark-factory-space": "^2.0.0", 6241 "micromark-util-character": "^2.0.0", 6242 "micromark-util-symbol": "^2.0.0", 6243 "micromark-util-types": "^2.0.0" 6244 }, 6245 "funding": { 6246 "type": "opencollective", 6247 "url": "https://opencollective.com/unified" 6248 } 6249 }, 6250 "node_modules/micromark-extension-mdx-expression": { 6251 "version": "3.0.1", 6252 "resolved": "https://registry.npmjs.org/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-3.0.1.tgz", 6253 "integrity": "sha512-dD/ADLJ1AeMvSAKBwO22zG22N4ybhe7kFIZ3LsDI0GlsNr2A3KYxb0LdC1u5rj4Nw+CHKY0RVdnHX8vj8ejm4Q==", 6254 "funding": [ 6255 { 6256 "type": "GitHub Sponsors", 6257 "url": "https://github.com/sponsors/unifiedjs" 6258 }, 6259 { 6260 "type": "OpenCollective", 6261 "url": "https://opencollective.com/unified" 6262 } 6263 ], 6264 "license": "MIT", 6265 "dependencies": { 6266 "@types/estree": "^1.0.0", 6267 "devlop": "^1.0.0", 6268 "micromark-factory-mdx-expression": "^2.0.0", 6269 "micromark-factory-space": "^2.0.0", 6270 "micromark-util-character": "^2.0.0", 6271 "micromark-util-events-to-acorn": "^2.0.0", 6272 "micromark-util-symbol": "^2.0.0", 6273 "micromark-util-types": "^2.0.0" 6274 } 6275 }, 6276 "node_modules/micromark-extension-mdx-jsx": { 6277 "version": "3.0.2", 6278 "resolved": "https://registry.npmjs.org/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-3.0.2.tgz", 6279 "integrity": "sha512-e5+q1DjMh62LZAJOnDraSSbDMvGJ8x3cbjygy2qFEi7HCeUT4BDKCvMozPozcD6WmOt6sVvYDNBKhFSz3kjOVQ==", 6280 "license": "MIT", 6281 "dependencies": { 6282 "@types/estree": "^1.0.0", 6283 "devlop": "^1.0.0", 6284 "estree-util-is-identifier-name": "^3.0.0", 6285 "micromark-factory-mdx-expression": "^2.0.0", 6286 "micromark-factory-space": "^2.0.0", 6287 "micromark-util-character": "^2.0.0", 6288 "micromark-util-events-to-acorn": "^2.0.0", 6289 "micromark-util-symbol": "^2.0.0", 6290 "micromark-util-types": "^2.0.0", 6291 "vfile-message": "^4.0.0" 6292 }, 6293 "funding": { 6294 "type": "opencollective", 6295 "url": "https://opencollective.com/unified" 6296 } 6297 }, 6298 "node_modules/micromark-extension-mdx-md": { 6299 "version": "2.0.0", 6300 "resolved": "https://registry.npmjs.org/micromark-extension-mdx-md/-/micromark-extension-mdx-md-2.0.0.tgz", 6301 "integrity": "sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==", 6302 "license": "MIT", 6303 "dependencies": { 6304 "micromark-util-types": "^2.0.0" 6305 }, 6306 "funding": { 6307 "type": "opencollective", 6308 "url": "https://opencollective.com/unified" 6309 } 6310 }, 6311 "node_modules/micromark-extension-mdxjs": { 6312 "version": "3.0.0", 6313 "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs/-/micromark-extension-mdxjs-3.0.0.tgz", 6314 "integrity": "sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==", 6315 "license": "MIT", 6316 "dependencies": { 6317 "acorn": "^8.0.0", 6318 "acorn-jsx": "^5.0.0", 6319 "micromark-extension-mdx-expression": "^3.0.0", 6320 "micromark-extension-mdx-jsx": "^3.0.0", 6321 "micromark-extension-mdx-md": "^2.0.0", 6322 "micromark-extension-mdxjs-esm": "^3.0.0", 6323 "micromark-util-combine-extensions": "^2.0.0", 6324 "micromark-util-types": "^2.0.0" 6325 }, 6326 "funding": { 6327 "type": "opencollective", 6328 "url": "https://opencollective.com/unified" 6329 } 6330 }, 6331 "node_modules/micromark-extension-mdxjs-esm": { 6332 "version": "3.0.0", 6333 "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-3.0.0.tgz", 6334 "integrity": "sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==", 6335 "license": "MIT", 6336 "dependencies": { 6337 "@types/estree": "^1.0.0", 6338 "devlop": "^1.0.0", 6339 "micromark-core-commonmark": "^2.0.0", 6340 "micromark-util-character": "^2.0.0", 6341 "micromark-util-events-to-acorn": "^2.0.0", 6342 "micromark-util-symbol": "^2.0.0", 6343 "micromark-util-types": "^2.0.0", 6344 "unist-util-position-from-estree": "^2.0.0", 6345 "vfile-message": "^4.0.0" 6346 }, 6347 "funding": { 6348 "type": "opencollective", 6349 "url": "https://opencollective.com/unified" 6350 } 6351 }, 6352 "node_modules/micromark-factory-destination": { 6353 "version": "2.0.1", 6354 "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", 6355 "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==", 6356 "funding": [ 6357 { 6358 "type": "GitHub Sponsors", 6359 "url": "https://github.com/sponsors/unifiedjs" 6360 }, 6361 { 6362 "type": "OpenCollective", 6363 "url": "https://opencollective.com/unified" 6364 } 6365 ], 6366 "license": "MIT", 6367 "dependencies": { 6368 "micromark-util-character": "^2.0.0", 6369 "micromark-util-symbol": "^2.0.0", 6370 "micromark-util-types": "^2.0.0" 6371 } 6372 }, 6373 "node_modules/micromark-factory-label": { 6374 "version": "2.0.1", 6375 "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz", 6376 "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==", 6377 "funding": [ 6378 { 6379 "type": "GitHub Sponsors", 6380 "url": "https://github.com/sponsors/unifiedjs" 6381 }, 6382 { 6383 "type": "OpenCollective", 6384 "url": "https://opencollective.com/unified" 6385 } 6386 ], 6387 "license": "MIT", 6388 "dependencies": { 6389 "devlop": "^1.0.0", 6390 "micromark-util-character": "^2.0.0", 6391 "micromark-util-symbol": "^2.0.0", 6392 "micromark-util-types": "^2.0.0" 6393 } 6394 }, 6395 "node_modules/micromark-factory-mdx-expression": { 6396 "version": "2.0.3", 6397 "resolved": "https://registry.npmjs.org/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-2.0.3.tgz", 6398 "integrity": "sha512-kQnEtA3vzucU2BkrIa8/VaSAsP+EJ3CKOvhMuJgOEGg9KDC6OAY6nSnNDVRiVNRqj7Y4SlSzcStaH/5jge8JdQ==", 6399 "funding": [ 6400 { 6401 "type": "GitHub Sponsors", 6402 "url": "https://github.com/sponsors/unifiedjs" 6403 }, 6404 { 6405 "type": "OpenCollective", 6406 "url": "https://opencollective.com/unified" 6407 } 6408 ], 6409 "license": "MIT", 6410 "dependencies": { 6411 "@types/estree": "^1.0.0", 6412 "devlop": "^1.0.0", 6413 "micromark-factory-space": "^2.0.0", 6414 "micromark-util-character": "^2.0.0", 6415 "micromark-util-events-to-acorn": "^2.0.0", 6416 "micromark-util-symbol": "^2.0.0", 6417 "micromark-util-types": "^2.0.0", 6418 "unist-util-position-from-estree": "^2.0.0", 6419 "vfile-message": "^4.0.0" 6420 } 6421 }, 6422 "node_modules/micromark-factory-space": { 6423 "version": "2.0.1", 6424 "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", 6425 "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", 6426 "funding": [ 6427 { 6428 "type": "GitHub Sponsors", 6429 "url": "https://github.com/sponsors/unifiedjs" 6430 }, 6431 { 6432 "type": "OpenCollective", 6433 "url": "https://opencollective.com/unified" 6434 } 6435 ], 6436 "license": "MIT", 6437 "dependencies": { 6438 "micromark-util-character": "^2.0.0", 6439 "micromark-util-types": "^2.0.0" 6440 } 6441 }, 6442 "node_modules/micromark-factory-title": { 6443 "version": "2.0.1", 6444 "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz", 6445 "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==", 6446 "funding": [ 6447 { 6448 "type": "GitHub Sponsors", 6449 "url": "https://github.com/sponsors/unifiedjs" 6450 }, 6451 { 6452 "type": "OpenCollective", 6453 "url": "https://opencollective.com/unified" 6454 } 6455 ], 6456 "license": "MIT", 6457 "dependencies": { 6458 "micromark-factory-space": "^2.0.0", 6459 "micromark-util-character": "^2.0.0", 6460 "micromark-util-symbol": "^2.0.0", 6461 "micromark-util-types": "^2.0.0" 6462 } 6463 }, 6464 "node_modules/micromark-factory-whitespace": { 6465 "version": "2.0.1", 6466 "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz", 6467 "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==", 6468 "funding": [ 6469 { 6470 "type": "GitHub Sponsors", 6471 "url": "https://github.com/sponsors/unifiedjs" 6472 }, 6473 { 6474 "type": "OpenCollective", 6475 "url": "https://opencollective.com/unified" 6476 } 6477 ], 6478 "license": "MIT", 6479 "dependencies": { 6480 "micromark-factory-space": "^2.0.0", 6481 "micromark-util-character": "^2.0.0", 6482 "micromark-util-symbol": "^2.0.0", 6483 "micromark-util-types": "^2.0.0" 6484 } 6485 }, 6486 "node_modules/micromark-util-character": { 6487 "version": "2.1.1", 6488 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 6489 "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 6490 "funding": [ 6491 { 6492 "type": "GitHub Sponsors", 6493 "url": "https://github.com/sponsors/unifiedjs" 6494 }, 6495 { 6496 "type": "OpenCollective", 6497 "url": "https://opencollective.com/unified" 6498 } 6499 ], 6500 "license": "MIT", 6501 "dependencies": { 6502 "micromark-util-symbol": "^2.0.0", 6503 "micromark-util-types": "^2.0.0" 6504 } 6505 }, 6506 "node_modules/micromark-util-chunked": { 6507 "version": "2.0.1", 6508 "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz", 6509 "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==", 6510 "funding": [ 6511 { 6512 "type": "GitHub Sponsors", 6513 "url": "https://github.com/sponsors/unifiedjs" 6514 }, 6515 { 6516 "type": "OpenCollective", 6517 "url": "https://opencollective.com/unified" 6518 } 6519 ], 6520 "license": "MIT", 6521 "dependencies": { 6522 "micromark-util-symbol": "^2.0.0" 6523 } 6524 }, 6525 "node_modules/micromark-util-classify-character": { 6526 "version": "2.0.1", 6527 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz", 6528 "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==", 6529 "funding": [ 6530 { 6531 "type": "GitHub Sponsors", 6532 "url": "https://github.com/sponsors/unifiedjs" 6533 }, 6534 { 6535 "type": "OpenCollective", 6536 "url": "https://opencollective.com/unified" 6537 } 6538 ], 6539 "license": "MIT", 6540 "dependencies": { 6541 "micromark-util-character": "^2.0.0", 6542 "micromark-util-symbol": "^2.0.0", 6543 "micromark-util-types": "^2.0.0" 6544 } 6545 }, 6546 "node_modules/micromark-util-combine-extensions": { 6547 "version": "2.0.1", 6548 "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz", 6549 "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==", 6550 "funding": [ 6551 { 6552 "type": "GitHub Sponsors", 6553 "url": "https://github.com/sponsors/unifiedjs" 6554 }, 6555 { 6556 "type": "OpenCollective", 6557 "url": "https://opencollective.com/unified" 6558 } 6559 ], 6560 "license": "MIT", 6561 "dependencies": { 6562 "micromark-util-chunked": "^2.0.0", 6563 "micromark-util-types": "^2.0.0" 6564 } 6565 }, 6566 "node_modules/micromark-util-decode-numeric-character-reference": { 6567 "version": "2.0.2", 6568 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz", 6569 "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==", 6570 "funding": [ 6571 { 6572 "type": "GitHub Sponsors", 6573 "url": "https://github.com/sponsors/unifiedjs" 6574 }, 6575 { 6576 "type": "OpenCollective", 6577 "url": "https://opencollective.com/unified" 6578 } 6579 ], 6580 "license": "MIT", 6581 "dependencies": { 6582 "micromark-util-symbol": "^2.0.0" 6583 } 6584 }, 6585 "node_modules/micromark-util-decode-string": { 6586 "version": "2.0.1", 6587 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz", 6588 "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==", 6589 "funding": [ 6590 { 6591 "type": "GitHub Sponsors", 6592 "url": "https://github.com/sponsors/unifiedjs" 6593 }, 6594 { 6595 "type": "OpenCollective", 6596 "url": "https://opencollective.com/unified" 6597 } 6598 ], 6599 "license": "MIT", 6600 "dependencies": { 6601 "decode-named-character-reference": "^1.0.0", 6602 "micromark-util-character": "^2.0.0", 6603 "micromark-util-decode-numeric-character-reference": "^2.0.0", 6604 "micromark-util-symbol": "^2.0.0" 6605 } 6606 }, 6607 "node_modules/micromark-util-encode": { 6608 "version": "2.0.1", 6609 "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz", 6610 "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==", 6611 "funding": [ 6612 { 6613 "type": "GitHub Sponsors", 6614 "url": "https://github.com/sponsors/unifiedjs" 6615 }, 6616 { 6617 "type": "OpenCollective", 6618 "url": "https://opencollective.com/unified" 6619 } 6620 ], 6621 "license": "MIT" 6622 }, 6623 "node_modules/micromark-util-events-to-acorn": { 6624 "version": "2.0.3", 6625 "resolved": "https://registry.npmjs.org/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-2.0.3.tgz", 6626 "integrity": "sha512-jmsiEIiZ1n7X1Rr5k8wVExBQCg5jy4UXVADItHmNk1zkwEVhBuIUKRu3fqv+hs4nxLISi2DQGlqIOGiFxgbfHg==", 6627 "funding": [ 6628 { 6629 "type": "GitHub Sponsors", 6630 "url": "https://github.com/sponsors/unifiedjs" 6631 }, 6632 { 6633 "type": "OpenCollective", 6634 "url": "https://opencollective.com/unified" 6635 } 6636 ], 6637 "license": "MIT", 6638 "dependencies": { 6639 "@types/estree": "^1.0.0", 6640 "@types/unist": "^3.0.0", 6641 "devlop": "^1.0.0", 6642 "estree-util-visit": "^2.0.0", 6643 "micromark-util-symbol": "^2.0.0", 6644 "micromark-util-types": "^2.0.0", 6645 "vfile-message": "^4.0.0" 6646 } 6647 }, 6648 "node_modules/micromark-util-html-tag-name": { 6649 "version": "2.0.1", 6650 "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz", 6651 "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==", 6652 "funding": [ 6653 { 6654 "type": "GitHub Sponsors", 6655 "url": "https://github.com/sponsors/unifiedjs" 6656 }, 6657 { 6658 "type": "OpenCollective", 6659 "url": "https://opencollective.com/unified" 6660 } 6661 ], 6662 "license": "MIT" 6663 }, 6664 "node_modules/micromark-util-normalize-identifier": { 6665 "version": "2.0.1", 6666 "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz", 6667 "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==", 6668 "funding": [ 6669 { 6670 "type": "GitHub Sponsors", 6671 "url": "https://github.com/sponsors/unifiedjs" 6672 }, 6673 { 6674 "type": "OpenCollective", 6675 "url": "https://opencollective.com/unified" 6676 } 6677 ], 6678 "license": "MIT", 6679 "dependencies": { 6680 "micromark-util-symbol": "^2.0.0" 6681 } 6682 }, 6683 "node_modules/micromark-util-resolve-all": { 6684 "version": "2.0.1", 6685 "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz", 6686 "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==", 6687 "funding": [ 6688 { 6689 "type": "GitHub Sponsors", 6690 "url": "https://github.com/sponsors/unifiedjs" 6691 }, 6692 { 6693 "type": "OpenCollective", 6694 "url": "https://opencollective.com/unified" 6695 } 6696 ], 6697 "license": "MIT", 6698 "dependencies": { 6699 "micromark-util-types": "^2.0.0" 6700 } 6701 }, 6702 "node_modules/micromark-util-sanitize-uri": { 6703 "version": "2.0.1", 6704 "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz", 6705 "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==", 6706 "funding": [ 6707 { 6708 "type": "GitHub Sponsors", 6709 "url": "https://github.com/sponsors/unifiedjs" 6710 }, 6711 { 6712 "type": "OpenCollective", 6713 "url": "https://opencollective.com/unified" 6714 } 6715 ], 6716 "license": "MIT", 6717 "dependencies": { 6718 "micromark-util-character": "^2.0.0", 6719 "micromark-util-encode": "^2.0.0", 6720 "micromark-util-symbol": "^2.0.0" 6721 } 6722 }, 6723 "node_modules/micromark-util-subtokenize": { 6724 "version": "2.1.0", 6725 "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz", 6726 "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==", 6727 "funding": [ 6728 { 6729 "type": "GitHub Sponsors", 6730 "url": "https://github.com/sponsors/unifiedjs" 6731 }, 6732 { 6733 "type": "OpenCollective", 6734 "url": "https://opencollective.com/unified" 6735 } 6736 ], 6737 "license": "MIT", 6738 "dependencies": { 6739 "devlop": "^1.0.0", 6740 "micromark-util-chunked": "^2.0.0", 6741 "micromark-util-symbol": "^2.0.0", 6742 "micromark-util-types": "^2.0.0" 6743 } 6744 }, 6745 "node_modules/micromark-util-symbol": { 6746 "version": "2.0.1", 6747 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 6748 "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 6749 "funding": [ 6750 { 6751 "type": "GitHub Sponsors", 6752 "url": "https://github.com/sponsors/unifiedjs" 6753 }, 6754 { 6755 "type": "OpenCollective", 6756 "url": "https://opencollective.com/unified" 6757 } 6758 ], 6759 "license": "MIT" 6760 }, 6761 "node_modules/micromark-util-types": { 6762 "version": "2.0.2", 6763 "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz", 6764 "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==", 6765 "funding": [ 6766 { 6767 "type": "GitHub Sponsors", 6768 "url": "https://github.com/sponsors/unifiedjs" 6769 }, 6770 { 6771 "type": "OpenCollective", 6772 "url": "https://opencollective.com/unified" 6773 } 6774 ], 6775 "license": "MIT" 6776 }, 6777 "node_modules/mimic-response": { 6778 "version": "3.1.0", 6779 "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", 6780 "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", 6781 "license": "MIT", 6782 "engines": { 6783 "node": ">=10" 6784 }, 6785 "funding": { 6786 "url": "https://github.com/sponsors/sindresorhus" 6787 } 6788 }, 6789 "node_modules/minimist": { 6790 "version": "1.2.8", 6791 "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", 6792 "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", 6793 "license": "MIT", 6794 "funding": { 6795 "url": "https://github.com/sponsors/ljharb" 6796 } 6797 }, 6798 "node_modules/mkdirp-classic": { 6799 "version": "0.5.3", 6800 "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", 6801 "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==", 6802 "license": "MIT" 6803 }, 6804 "node_modules/mrmime": { 6805 "version": "2.0.1", 6806 "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz", 6807 "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==", 6808 "license": "MIT", 6809 "engines": { 6810 "node": ">=10" 6811 } 6812 }, 6813 "node_modules/ms": { 6814 "version": "2.1.3", 6815 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 6816 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 6817 "license": "MIT" 6818 }, 6819 "node_modules/nanoid": { 6820 "version": "3.3.11", 6821 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", 6822 "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", 6823 "funding": [ 6824 { 6825 "type": "github", 6826 "url": "https://github.com/sponsors/ai" 6827 } 6828 ], 6829 "license": "MIT", 6830 "bin": { 6831 "nanoid": "bin/nanoid.cjs" 6832 }, 6833 "engines": { 6834 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 6835 } 6836 }, 6837 "node_modules/napi-build-utils": { 6838 "version": "2.0.0", 6839 "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-2.0.0.tgz", 6840 "integrity": "sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==", 6841 "license": "MIT" 6842 }, 6843 "node_modules/neotraverse": { 6844 "version": "0.6.18", 6845 "resolved": "https://registry.npmjs.org/neotraverse/-/neotraverse-0.6.18.tgz", 6846 "integrity": "sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==", 6847 "license": "MIT", 6848 "engines": { 6849 "node": ">= 10" 6850 } 6851 }, 6852 "node_modules/nlcst-to-string": { 6853 "version": "4.0.0", 6854 "resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-4.0.0.tgz", 6855 "integrity": "sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==", 6856 "license": "MIT", 6857 "dependencies": { 6858 "@types/nlcst": "^2.0.0" 6859 }, 6860 "funding": { 6861 "type": "opencollective", 6862 "url": "https://opencollective.com/unified" 6863 } 6864 }, 6865 "node_modules/node-abi": { 6866 "version": "3.88.0", 6867 "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.88.0.tgz", 6868 "integrity": "sha512-At6b4UqIEVudaqPsXjmUO1r/N5BUr4yhDGs5PkBE8/oG5+TfLPhFechiskFsnT6Ql0VfUXbalUUCbfXxtj7K+w==", 6869 "license": "MIT", 6870 "dependencies": { 6871 "semver": "^7.3.5" 6872 }, 6873 "engines": { 6874 "node": ">=10" 6875 } 6876 }, 6877 "node_modules/node-fetch-native": { 6878 "version": "1.6.7", 6879 "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.7.tgz", 6880 "integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==", 6881 "license": "MIT" 6882 }, 6883 "node_modules/node-mock-http": { 6884 "version": "1.0.4", 6885 "resolved": "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.4.tgz", 6886 "integrity": "sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==", 6887 "license": "MIT" 6888 }, 6889 "node_modules/normalize-path": { 6890 "version": "3.0.0", 6891 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", 6892 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", 6893 "license": "MIT", 6894 "engines": { 6895 "node": ">=0.10.0" 6896 } 6897 }, 6898 "node_modules/nth-check": { 6899 "version": "2.1.1", 6900 "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", 6901 "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", 6902 "license": "BSD-2-Clause", 6903 "dependencies": { 6904 "boolbase": "^1.0.0" 6905 }, 6906 "funding": { 6907 "url": "https://github.com/fb55/nth-check?sponsor=1" 6908 } 6909 }, 6910 "node_modules/obug": { 6911 "version": "2.1.1", 6912 "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.1.tgz", 6913 "integrity": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==", 6914 "funding": [ 6915 "https://github.com/sponsors/sxzz", 6916 "https://opencollective.com/debug" 6917 ], 6918 "license": "MIT" 6919 }, 6920 "node_modules/ofetch": { 6921 "version": "1.5.1", 6922 "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.5.1.tgz", 6923 "integrity": "sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==", 6924 "license": "MIT", 6925 "dependencies": { 6926 "destr": "^2.0.5", 6927 "node-fetch-native": "^1.6.7", 6928 "ufo": "^1.6.1" 6929 } 6930 }, 6931 "node_modules/ohash": { 6932 "version": "2.0.11", 6933 "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz", 6934 "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==", 6935 "license": "MIT" 6936 }, 6937 "node_modules/once": { 6938 "version": "1.4.0", 6939 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", 6940 "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", 6941 "license": "ISC", 6942 "dependencies": { 6943 "wrappy": "1" 6944 } 6945 }, 6946 "node_modules/oniguruma-parser": { 6947 "version": "0.12.1", 6948 "resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.12.1.tgz", 6949 "integrity": "sha512-8Unqkvk1RYc6yq2WBYRj4hdnsAxVze8i7iPfQr8e4uSP3tRv0rpZcbGUDvxfQQcdwHt/e9PrMvGCsa8OqG9X3w==", 6950 "license": "MIT" 6951 }, 6952 "node_modules/oniguruma-to-es": { 6953 "version": "4.3.4", 6954 "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.4.tgz", 6955 "integrity": "sha512-3VhUGN3w2eYxnTzHn+ikMI+fp/96KoRSVK9/kMTcFqj1NRDh2IhQCKvYxDnWePKRXY/AqH+Fuiyb7VHSzBjHfA==", 6956 "license": "MIT", 6957 "dependencies": { 6958 "oniguruma-parser": "^0.12.1", 6959 "regex": "^6.0.1", 6960 "regex-recursion": "^6.0.2" 6961 } 6962 }, 6963 "node_modules/oxfmt": { 6964 "version": "0.35.0", 6965 "resolved": "https://registry.npmjs.org/oxfmt/-/oxfmt-0.35.0.tgz", 6966 "integrity": "sha512-QYeXWkP+aLt7utt5SLivNIk09glWx9QE235ODjgcEZ3sd1VMaUBSpLymh6ZRCA76gD2rMP4bXanUz/fx+nLM9Q==", 6967 "dev": true, 6968 "license": "MIT", 6969 "dependencies": { 6970 "tinypool": "2.1.0" 6971 }, 6972 "bin": { 6973 "oxfmt": "bin/oxfmt" 6974 }, 6975 "engines": { 6976 "node": "^20.19.0 || >=22.12.0" 6977 }, 6978 "funding": { 6979 "url": "https://github.com/sponsors/Boshen" 6980 }, 6981 "optionalDependencies": { 6982 "@oxfmt/binding-android-arm-eabi": "0.35.0", 6983 "@oxfmt/binding-android-arm64": "0.35.0", 6984 "@oxfmt/binding-darwin-arm64": "0.35.0", 6985 "@oxfmt/binding-darwin-x64": "0.35.0", 6986 "@oxfmt/binding-freebsd-x64": "0.35.0", 6987 "@oxfmt/binding-linux-arm-gnueabihf": "0.35.0", 6988 "@oxfmt/binding-linux-arm-musleabihf": "0.35.0", 6989 "@oxfmt/binding-linux-arm64-gnu": "0.35.0", 6990 "@oxfmt/binding-linux-arm64-musl": "0.35.0", 6991 "@oxfmt/binding-linux-ppc64-gnu": "0.35.0", 6992 "@oxfmt/binding-linux-riscv64-gnu": "0.35.0", 6993 "@oxfmt/binding-linux-riscv64-musl": "0.35.0", 6994 "@oxfmt/binding-linux-s390x-gnu": "0.35.0", 6995 "@oxfmt/binding-linux-x64-gnu": "0.35.0", 6996 "@oxfmt/binding-linux-x64-musl": "0.35.0", 6997 "@oxfmt/binding-openharmony-arm64": "0.35.0", 6998 "@oxfmt/binding-win32-arm64-msvc": "0.35.0", 6999 "@oxfmt/binding-win32-ia32-msvc": "0.35.0", 7000 "@oxfmt/binding-win32-x64-msvc": "0.35.0" 7001 } 7002 }, 7003 "node_modules/oxlint": { 7004 "version": "1.52.0", 7005 "resolved": "https://registry.npmjs.org/oxlint/-/oxlint-1.52.0.tgz", 7006 "integrity": "sha512-InLldD+6+3iHJGIrtU1W37UIpsg+xoGCemkZCuSQhxUO3evMX+L872ONvbECyRza9k7ScMCukJIK3Al/2ZMDnQ==", 7007 "dev": true, 7008 "license": "MIT", 7009 "bin": { 7010 "oxlint": "bin/oxlint" 7011 }, 7012 "engines": { 7013 "node": "^20.19.0 || >=22.12.0" 7014 }, 7015 "funding": { 7016 "url": "https://github.com/sponsors/Boshen" 7017 }, 7018 "optionalDependencies": { 7019 "@oxlint/binding-android-arm-eabi": "1.52.0", 7020 "@oxlint/binding-android-arm64": "1.52.0", 7021 "@oxlint/binding-darwin-arm64": "1.52.0", 7022 "@oxlint/binding-darwin-x64": "1.52.0", 7023 "@oxlint/binding-freebsd-x64": "1.52.0", 7024 "@oxlint/binding-linux-arm-gnueabihf": "1.52.0", 7025 "@oxlint/binding-linux-arm-musleabihf": "1.52.0", 7026 "@oxlint/binding-linux-arm64-gnu": "1.52.0", 7027 "@oxlint/binding-linux-arm64-musl": "1.52.0", 7028 "@oxlint/binding-linux-ppc64-gnu": "1.52.0", 7029 "@oxlint/binding-linux-riscv64-gnu": "1.52.0", 7030 "@oxlint/binding-linux-riscv64-musl": "1.52.0", 7031 "@oxlint/binding-linux-s390x-gnu": "1.52.0", 7032 "@oxlint/binding-linux-x64-gnu": "1.52.0", 7033 "@oxlint/binding-linux-x64-musl": "1.52.0", 7034 "@oxlint/binding-openharmony-arm64": "1.52.0", 7035 "@oxlint/binding-win32-arm64-msvc": "1.52.0", 7036 "@oxlint/binding-win32-ia32-msvc": "1.52.0", 7037 "@oxlint/binding-win32-x64-msvc": "1.52.0" 7038 }, 7039 "peerDependencies": { 7040 "oxlint-tsgolint": ">=0.15.0" 7041 }, 7042 "peerDependenciesMeta": { 7043 "oxlint-tsgolint": { 7044 "optional": true 7045 } 7046 } 7047 }, 7048 "node_modules/p-limit": { 7049 "version": "6.2.0", 7050 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-6.2.0.tgz", 7051 "integrity": "sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA==", 7052 "license": "MIT", 7053 "dependencies": { 7054 "yocto-queue": "^1.1.1" 7055 }, 7056 "engines": { 7057 "node": ">=18" 7058 }, 7059 "funding": { 7060 "url": "https://github.com/sponsors/sindresorhus" 7061 } 7062 }, 7063 "node_modules/p-queue": { 7064 "version": "8.1.1", 7065 "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.1.1.tgz", 7066 "integrity": "sha512-aNZ+VfjobsWryoiPnEApGGmf5WmNsCo9xu8dfaYamG5qaLP7ClhLN6NgsFe6SwJ2UbLEBK5dv9x8Mn5+RVhMWQ==", 7067 "license": "MIT", 7068 "dependencies": { 7069 "eventemitter3": "^5.0.1", 7070 "p-timeout": "^6.1.2" 7071 }, 7072 "engines": { 7073 "node": ">=18" 7074 }, 7075 "funding": { 7076 "url": "https://github.com/sponsors/sindresorhus" 7077 } 7078 }, 7079 "node_modules/p-timeout": { 7080 "version": "6.1.4", 7081 "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.4.tgz", 7082 "integrity": "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==", 7083 "license": "MIT", 7084 "engines": { 7085 "node": ">=14.16" 7086 }, 7087 "funding": { 7088 "url": "https://github.com/sponsors/sindresorhus" 7089 } 7090 }, 7091 "node_modules/package-manager-detector": { 7092 "version": "1.6.0", 7093 "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.6.0.tgz", 7094 "integrity": "sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==", 7095 "license": "MIT" 7096 }, 7097 "node_modules/pagefind": { 7098 "version": "1.4.0", 7099 "resolved": "https://registry.npmjs.org/pagefind/-/pagefind-1.4.0.tgz", 7100 "integrity": "sha512-z2kY1mQlL4J8q5EIsQkLzQjilovKzfNVhX8De6oyE6uHpfFtyBaqUpcl/XzJC/4fjD8vBDyh1zolimIcVrCn9g==", 7101 "license": "MIT", 7102 "bin": { 7103 "pagefind": "lib/runner/bin.cjs" 7104 }, 7105 "optionalDependencies": { 7106 "@pagefind/darwin-arm64": "1.4.0", 7107 "@pagefind/darwin-x64": "1.4.0", 7108 "@pagefind/freebsd-x64": "1.4.0", 7109 "@pagefind/linux-arm64": "1.4.0", 7110 "@pagefind/linux-x64": "1.4.0", 7111 "@pagefind/windows-x64": "1.4.0" 7112 } 7113 }, 7114 "node_modules/pako": { 7115 "version": "0.2.9", 7116 "resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz", 7117 "integrity": "sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==", 7118 "license": "MIT" 7119 }, 7120 "node_modules/parse-css-color": { 7121 "version": "0.2.1", 7122 "resolved": "https://registry.npmjs.org/parse-css-color/-/parse-css-color-0.2.1.tgz", 7123 "integrity": "sha512-bwS/GGIFV3b6KS4uwpzCFj4w297Yl3uqnSgIPsoQkx7GMLROXfMnWvxfNkL0oh8HVhZA4hvJoEoEIqonfJ3BWg==", 7124 "license": "MIT", 7125 "dependencies": { 7126 "color-name": "^1.1.4", 7127 "hex-rgb": "^4.1.0" 7128 } 7129 }, 7130 "node_modules/parse-entities": { 7131 "version": "4.0.2", 7132 "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz", 7133 "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==", 7134 "license": "MIT", 7135 "dependencies": { 7136 "@types/unist": "^2.0.0", 7137 "character-entities-legacy": "^3.0.0", 7138 "character-reference-invalid": "^2.0.0", 7139 "decode-named-character-reference": "^1.0.0", 7140 "is-alphanumerical": "^2.0.0", 7141 "is-decimal": "^2.0.0", 7142 "is-hexadecimal": "^2.0.0" 7143 }, 7144 "funding": { 7145 "type": "github", 7146 "url": "https://github.com/sponsors/wooorm" 7147 } 7148 }, 7149 "node_modules/parse-entities/node_modules/@types/unist": { 7150 "version": "2.0.11", 7151 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", 7152 "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==", 7153 "license": "MIT" 7154 }, 7155 "node_modules/parse-latin": { 7156 "version": "7.0.0", 7157 "resolved": "https://registry.npmjs.org/parse-latin/-/parse-latin-7.0.0.tgz", 7158 "integrity": "sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==", 7159 "license": "MIT", 7160 "dependencies": { 7161 "@types/nlcst": "^2.0.0", 7162 "@types/unist": "^3.0.0", 7163 "nlcst-to-string": "^4.0.0", 7164 "unist-util-modify-children": "^4.0.0", 7165 "unist-util-visit-children": "^3.0.0", 7166 "vfile": "^6.0.0" 7167 }, 7168 "funding": { 7169 "type": "github", 7170 "url": "https://github.com/sponsors/wooorm" 7171 } 7172 }, 7173 "node_modules/parse5": { 7174 "version": "7.3.0", 7175 "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz", 7176 "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==", 7177 "license": "MIT", 7178 "dependencies": { 7179 "entities": "^6.0.0" 7180 }, 7181 "funding": { 7182 "url": "https://github.com/inikulin/parse5?sponsor=1" 7183 } 7184 }, 7185 "node_modules/pathe": { 7186 "version": "2.0.3", 7187 "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz", 7188 "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==", 7189 "license": "MIT" 7190 }, 7191 "node_modules/piccolore": { 7192 "version": "0.1.3", 7193 "resolved": "https://registry.npmjs.org/piccolore/-/piccolore-0.1.3.tgz", 7194 "integrity": "sha512-o8bTeDWjE086iwKrROaDf31K0qC/BENdm15/uH9usSC/uZjJOKb2YGiVHfLY4GhwsERiPI1jmwI2XrA7ACOxVw==", 7195 "license": "ISC" 7196 }, 7197 "node_modules/picocolors": { 7198 "version": "1.1.1", 7199 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", 7200 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", 7201 "license": "ISC" 7202 }, 7203 "node_modules/picomatch": { 7204 "version": "4.0.3", 7205 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", 7206 "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", 7207 "license": "MIT", 7208 "engines": { 7209 "node": ">=12" 7210 }, 7211 "funding": { 7212 "url": "https://github.com/sponsors/jonschlinkert" 7213 } 7214 }, 7215 "node_modules/playwright": { 7216 "version": "1.58.2", 7217 "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.58.2.tgz", 7218 "integrity": "sha512-vA30H8Nvkq/cPBnNw4Q8TWz1EJyqgpuinBcHET0YVJVFldr8JDNiU9LaWAE1KqSkRYazuaBhTpB5ZzShOezQ6A==", 7219 "dev": true, 7220 "license": "Apache-2.0", 7221 "dependencies": { 7222 "playwright-core": "1.58.2" 7223 }, 7224 "bin": { 7225 "playwright": "cli.js" 7226 }, 7227 "engines": { 7228 "node": ">=18" 7229 }, 7230 "optionalDependencies": { 7231 "fsevents": "2.3.2" 7232 } 7233 }, 7234 "node_modules/playwright-core": { 7235 "version": "1.58.2", 7236 "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.58.2.tgz", 7237 "integrity": "sha512-yZkEtftgwS8CsfYo7nm0KE8jsvm6i/PTgVtB8DL726wNf6H2IMsDuxCpJj59KDaxCtSnrWan2AeDqM7JBaultg==", 7238 "dev": true, 7239 "license": "Apache-2.0", 7240 "bin": { 7241 "playwright-core": "cli.js" 7242 }, 7243 "engines": { 7244 "node": ">=18" 7245 } 7246 }, 7247 "node_modules/playwright/node_modules/fsevents": { 7248 "version": "2.3.2", 7249 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", 7250 "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", 7251 "dev": true, 7252 "hasInstallScript": true, 7253 "license": "MIT", 7254 "optional": true, 7255 "os": [ 7256 "darwin" 7257 ], 7258 "engines": { 7259 "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 7260 } 7261 }, 7262 "node_modules/postcss": { 7263 "version": "8.5.8", 7264 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz", 7265 "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==", 7266 "funding": [ 7267 { 7268 "type": "opencollective", 7269 "url": "https://opencollective.com/postcss/" 7270 }, 7271 { 7272 "type": "tidelift", 7273 "url": "https://tidelift.com/funding/github/npm/postcss" 7274 }, 7275 { 7276 "type": "github", 7277 "url": "https://github.com/sponsors/ai" 7278 } 7279 ], 7280 "license": "MIT", 7281 "dependencies": { 7282 "nanoid": "^3.3.11", 7283 "picocolors": "^1.1.1", 7284 "source-map-js": "^1.2.1" 7285 }, 7286 "engines": { 7287 "node": "^10 || ^12 || >=14" 7288 } 7289 }, 7290 "node_modules/postcss-nested": { 7291 "version": "6.2.0", 7292 "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz", 7293 "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==", 7294 "funding": [ 7295 { 7296 "type": "opencollective", 7297 "url": "https://opencollective.com/postcss/" 7298 }, 7299 { 7300 "type": "github", 7301 "url": "https://github.com/sponsors/ai" 7302 } 7303 ], 7304 "license": "MIT", 7305 "dependencies": { 7306 "postcss-selector-parser": "^6.1.1" 7307 }, 7308 "engines": { 7309 "node": ">=12.0" 7310 }, 7311 "peerDependencies": { 7312 "postcss": "^8.2.14" 7313 } 7314 }, 7315 "node_modules/postcss-selector-parser": { 7316 "version": "6.1.2", 7317 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", 7318 "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", 7319 "license": "MIT", 7320 "dependencies": { 7321 "cssesc": "^3.0.0", 7322 "util-deprecate": "^1.0.2" 7323 }, 7324 "engines": { 7325 "node": ">=4" 7326 } 7327 }, 7328 "node_modules/postcss-value-parser": { 7329 "version": "4.2.0", 7330 "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", 7331 "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", 7332 "license": "MIT" 7333 }, 7334 "node_modules/prebuild-install": { 7335 "version": "7.1.3", 7336 "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.3.tgz", 7337 "integrity": "sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==", 7338 "deprecated": "No longer maintained. Please contact the author of the relevant native addon; alternatives are available.", 7339 "license": "MIT", 7340 "dependencies": { 7341 "detect-libc": "^2.0.0", 7342 "expand-template": "^2.0.3", 7343 "github-from-package": "0.0.0", 7344 "minimist": "^1.2.3", 7345 "mkdirp-classic": "^0.5.3", 7346 "napi-build-utils": "^2.0.0", 7347 "node-abi": "^3.3.0", 7348 "pump": "^3.0.0", 7349 "rc": "^1.2.7", 7350 "simple-get": "^4.0.0", 7351 "tar-fs": "^2.0.0", 7352 "tunnel-agent": "^0.6.0" 7353 }, 7354 "bin": { 7355 "prebuild-install": "bin.js" 7356 }, 7357 "engines": { 7358 "node": ">=10" 7359 } 7360 }, 7361 "node_modules/prismjs": { 7362 "version": "1.30.0", 7363 "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz", 7364 "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==", 7365 "license": "MIT", 7366 "engines": { 7367 "node": ">=6" 7368 } 7369 }, 7370 "node_modules/prompts": { 7371 "version": "2.4.2", 7372 "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", 7373 "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", 7374 "license": "MIT", 7375 "dependencies": { 7376 "kleur": "^3.0.3", 7377 "sisteransi": "^1.0.5" 7378 }, 7379 "engines": { 7380 "node": ">= 6" 7381 } 7382 }, 7383 "node_modules/property-information": { 7384 "version": "7.1.0", 7385 "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz", 7386 "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==", 7387 "license": "MIT", 7388 "funding": { 7389 "type": "github", 7390 "url": "https://github.com/sponsors/wooorm" 7391 } 7392 }, 7393 "node_modules/pump": { 7394 "version": "3.0.4", 7395 "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.4.tgz", 7396 "integrity": "sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==", 7397 "license": "MIT", 7398 "dependencies": { 7399 "end-of-stream": "^1.1.0", 7400 "once": "^1.3.1" 7401 } 7402 }, 7403 "node_modules/radix3": { 7404 "version": "1.1.2", 7405 "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz", 7406 "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==", 7407 "license": "MIT" 7408 }, 7409 "node_modules/rc": { 7410 "version": "1.2.8", 7411 "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", 7412 "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", 7413 "license": "(BSD-2-Clause OR MIT OR Apache-2.0)", 7414 "dependencies": { 7415 "deep-extend": "^0.6.0", 7416 "ini": "~1.3.0", 7417 "minimist": "^1.2.0", 7418 "strip-json-comments": "~2.0.1" 7419 }, 7420 "bin": { 7421 "rc": "cli.js" 7422 } 7423 }, 7424 "node_modules/readable-stream": { 7425 "version": "3.6.2", 7426 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", 7427 "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", 7428 "license": "MIT", 7429 "dependencies": { 7430 "inherits": "^2.0.3", 7431 "string_decoder": "^1.1.1", 7432 "util-deprecate": "^1.0.1" 7433 }, 7434 "engines": { 7435 "node": ">= 6" 7436 } 7437 }, 7438 "node_modules/readdirp": { 7439 "version": "5.0.0", 7440 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz", 7441 "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==", 7442 "license": "MIT", 7443 "engines": { 7444 "node": ">= 20.19.0" 7445 }, 7446 "funding": { 7447 "type": "individual", 7448 "url": "https://paulmillr.com/funding/" 7449 } 7450 }, 7451 "node_modules/recma-build-jsx": { 7452 "version": "1.0.0", 7453 "resolved": "https://registry.npmjs.org/recma-build-jsx/-/recma-build-jsx-1.0.0.tgz", 7454 "integrity": "sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==", 7455 "license": "MIT", 7456 "dependencies": { 7457 "@types/estree": "^1.0.0", 7458 "estree-util-build-jsx": "^3.0.0", 7459 "vfile": "^6.0.0" 7460 }, 7461 "funding": { 7462 "type": "opencollective", 7463 "url": "https://opencollective.com/unified" 7464 } 7465 }, 7466 "node_modules/recma-jsx": { 7467 "version": "1.0.1", 7468 "resolved": "https://registry.npmjs.org/recma-jsx/-/recma-jsx-1.0.1.tgz", 7469 "integrity": "sha512-huSIy7VU2Z5OLv6oFLosQGGDqPqdO1iq6bWNAdhzMxSJP7RAso4fCZ1cKu8j9YHCZf3TPrq4dw3okhrylgcd7w==", 7470 "license": "MIT", 7471 "dependencies": { 7472 "acorn-jsx": "^5.0.0", 7473 "estree-util-to-js": "^2.0.0", 7474 "recma-parse": "^1.0.0", 7475 "recma-stringify": "^1.0.0", 7476 "unified": "^11.0.0" 7477 }, 7478 "funding": { 7479 "type": "opencollective", 7480 "url": "https://opencollective.com/unified" 7481 }, 7482 "peerDependencies": { 7483 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" 7484 } 7485 }, 7486 "node_modules/recma-parse": { 7487 "version": "1.0.0", 7488 "resolved": "https://registry.npmjs.org/recma-parse/-/recma-parse-1.0.0.tgz", 7489 "integrity": "sha512-OYLsIGBB5Y5wjnSnQW6t3Xg7q3fQ7FWbw/vcXtORTnyaSFscOtABg+7Pnz6YZ6c27fG1/aN8CjfwoUEUIdwqWQ==", 7490 "license": "MIT", 7491 "dependencies": { 7492 "@types/estree": "^1.0.0", 7493 "esast-util-from-js": "^2.0.0", 7494 "unified": "^11.0.0", 7495 "vfile": "^6.0.0" 7496 }, 7497 "funding": { 7498 "type": "opencollective", 7499 "url": "https://opencollective.com/unified" 7500 } 7501 }, 7502 "node_modules/recma-stringify": { 7503 "version": "1.0.0", 7504 "resolved": "https://registry.npmjs.org/recma-stringify/-/recma-stringify-1.0.0.tgz", 7505 "integrity": "sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==", 7506 "license": "MIT", 7507 "dependencies": { 7508 "@types/estree": "^1.0.0", 7509 "estree-util-to-js": "^2.0.0", 7510 "unified": "^11.0.0", 7511 "vfile": "^6.0.0" 7512 }, 7513 "funding": { 7514 "type": "opencollective", 7515 "url": "https://opencollective.com/unified" 7516 } 7517 }, 7518 "node_modules/regex": { 7519 "version": "6.1.0", 7520 "resolved": "https://registry.npmjs.org/regex/-/regex-6.1.0.tgz", 7521 "integrity": "sha512-6VwtthbV4o/7+OaAF9I5L5V3llLEsoPyq9P1JVXkedTP33c7MfCG0/5NOPcSJn0TzXcG9YUrR0gQSWioew3LDg==", 7522 "license": "MIT", 7523 "dependencies": { 7524 "regex-utilities": "^2.3.0" 7525 } 7526 }, 7527 "node_modules/regex-recursion": { 7528 "version": "6.0.2", 7529 "resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-6.0.2.tgz", 7530 "integrity": "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==", 7531 "license": "MIT", 7532 "dependencies": { 7533 "regex-utilities": "^2.3.0" 7534 } 7535 }, 7536 "node_modules/regex-utilities": { 7537 "version": "2.3.0", 7538 "resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz", 7539 "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==", 7540 "license": "MIT" 7541 }, 7542 "node_modules/rehype": { 7543 "version": "13.0.2", 7544 "resolved": "https://registry.npmjs.org/rehype/-/rehype-13.0.2.tgz", 7545 "integrity": "sha512-j31mdaRFrwFRUIlxGeuPXXKWQxet52RBQRvCmzl5eCefn/KGbomK5GMHNMsOJf55fgo3qw5tST5neDuarDYR2A==", 7546 "license": "MIT", 7547 "dependencies": { 7548 "@types/hast": "^3.0.0", 7549 "rehype-parse": "^9.0.0", 7550 "rehype-stringify": "^10.0.0", 7551 "unified": "^11.0.0" 7552 }, 7553 "funding": { 7554 "type": "opencollective", 7555 "url": "https://opencollective.com/unified" 7556 } 7557 }, 7558 "node_modules/rehype-expressive-code": { 7559 "version": "0.41.7", 7560 "resolved": "https://registry.npmjs.org/rehype-expressive-code/-/rehype-expressive-code-0.41.7.tgz", 7561 "integrity": "sha512-25f8ZMSF1d9CMscX7Cft0TSQIqdwjce2gDOvQ+d/w0FovsMwrSt3ODP4P3Z7wO1jsIJ4eYyaDRnIR/27bd/EMQ==", 7562 "license": "MIT", 7563 "dependencies": { 7564 "expressive-code": "^0.41.7" 7565 } 7566 }, 7567 "node_modules/rehype-format": { 7568 "version": "5.0.1", 7569 "resolved": "https://registry.npmjs.org/rehype-format/-/rehype-format-5.0.1.tgz", 7570 "integrity": "sha512-zvmVru9uB0josBVpr946OR8ui7nJEdzZobwLOOqHb/OOD88W0Vk2SqLwoVOj0fM6IPCCO6TaV9CvQvJMWwukFQ==", 7571 "license": "MIT", 7572 "dependencies": { 7573 "@types/hast": "^3.0.0", 7574 "hast-util-format": "^1.0.0" 7575 }, 7576 "funding": { 7577 "type": "opencollective", 7578 "url": "https://opencollective.com/unified" 7579 } 7580 }, 7581 "node_modules/rehype-parse": { 7582 "version": "9.0.1", 7583 "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-9.0.1.tgz", 7584 "integrity": "sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==", 7585 "license": "MIT", 7586 "dependencies": { 7587 "@types/hast": "^3.0.0", 7588 "hast-util-from-html": "^2.0.0", 7589 "unified": "^11.0.0" 7590 }, 7591 "funding": { 7592 "type": "opencollective", 7593 "url": "https://opencollective.com/unified" 7594 } 7595 }, 7596 "node_modules/rehype-raw": { 7597 "version": "7.0.0", 7598 "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz", 7599 "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==", 7600 "license": "MIT", 7601 "dependencies": { 7602 "@types/hast": "^3.0.0", 7603 "hast-util-raw": "^9.0.0", 7604 "vfile": "^6.0.0" 7605 }, 7606 "funding": { 7607 "type": "opencollective", 7608 "url": "https://opencollective.com/unified" 7609 } 7610 }, 7611 "node_modules/rehype-recma": { 7612 "version": "1.0.0", 7613 "resolved": "https://registry.npmjs.org/rehype-recma/-/rehype-recma-1.0.0.tgz", 7614 "integrity": "sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw==", 7615 "license": "MIT", 7616 "dependencies": { 7617 "@types/estree": "^1.0.0", 7618 "@types/hast": "^3.0.0", 7619 "hast-util-to-estree": "^3.0.0" 7620 }, 7621 "funding": { 7622 "type": "opencollective", 7623 "url": "https://opencollective.com/unified" 7624 } 7625 }, 7626 "node_modules/rehype-stringify": { 7627 "version": "10.0.1", 7628 "resolved": "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-10.0.1.tgz", 7629 "integrity": "sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==", 7630 "license": "MIT", 7631 "dependencies": { 7632 "@types/hast": "^3.0.0", 7633 "hast-util-to-html": "^9.0.0", 7634 "unified": "^11.0.0" 7635 }, 7636 "funding": { 7637 "type": "opencollective", 7638 "url": "https://opencollective.com/unified" 7639 } 7640 }, 7641 "node_modules/remark-directive": { 7642 "version": "3.0.1", 7643 "resolved": "https://registry.npmjs.org/remark-directive/-/remark-directive-3.0.1.tgz", 7644 "integrity": "sha512-gwglrEQEZcZYgVyG1tQuA+h58EZfq5CSULw7J90AFuCTyib1thgHPoqQ+h9iFvU6R+vnZ5oNFQR5QKgGpk741A==", 7645 "license": "MIT", 7646 "dependencies": { 7647 "@types/mdast": "^4.0.0", 7648 "mdast-util-directive": "^3.0.0", 7649 "micromark-extension-directive": "^3.0.0", 7650 "unified": "^11.0.0" 7651 }, 7652 "funding": { 7653 "type": "opencollective", 7654 "url": "https://opencollective.com/unified" 7655 } 7656 }, 7657 "node_modules/remark-gfm": { 7658 "version": "4.0.1", 7659 "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz", 7660 "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==", 7661 "license": "MIT", 7662 "dependencies": { 7663 "@types/mdast": "^4.0.0", 7664 "mdast-util-gfm": "^3.0.0", 7665 "micromark-extension-gfm": "^3.0.0", 7666 "remark-parse": "^11.0.0", 7667 "remark-stringify": "^11.0.0", 7668 "unified": "^11.0.0" 7669 }, 7670 "funding": { 7671 "type": "opencollective", 7672 "url": "https://opencollective.com/unified" 7673 } 7674 }, 7675 "node_modules/remark-mdx": { 7676 "version": "3.1.1", 7677 "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-3.1.1.tgz", 7678 "integrity": "sha512-Pjj2IYlUY3+D8x00UJsIOg5BEvfMyeI+2uLPn9VO9Wg4MEtN/VTIq2NEJQfde9PnX15KgtHyl9S0BcTnWrIuWg==", 7679 "license": "MIT", 7680 "dependencies": { 7681 "mdast-util-mdx": "^3.0.0", 7682 "micromark-extension-mdxjs": "^3.0.0" 7683 }, 7684 "funding": { 7685 "type": "opencollective", 7686 "url": "https://opencollective.com/unified" 7687 } 7688 }, 7689 "node_modules/remark-parse": { 7690 "version": "11.0.0", 7691 "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", 7692 "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", 7693 "license": "MIT", 7694 "dependencies": { 7695 "@types/mdast": "^4.0.0", 7696 "mdast-util-from-markdown": "^2.0.0", 7697 "micromark-util-types": "^2.0.0", 7698 "unified": "^11.0.0" 7699 }, 7700 "funding": { 7701 "type": "opencollective", 7702 "url": "https://opencollective.com/unified" 7703 } 7704 }, 7705 "node_modules/remark-rehype": { 7706 "version": "11.1.2", 7707 "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz", 7708 "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==", 7709 "license": "MIT", 7710 "dependencies": { 7711 "@types/hast": "^3.0.0", 7712 "@types/mdast": "^4.0.0", 7713 "mdast-util-to-hast": "^13.0.0", 7714 "unified": "^11.0.0", 7715 "vfile": "^6.0.0" 7716 }, 7717 "funding": { 7718 "type": "opencollective", 7719 "url": "https://opencollective.com/unified" 7720 } 7721 }, 7722 "node_modules/remark-smartypants": { 7723 "version": "3.0.2", 7724 "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-3.0.2.tgz", 7725 "integrity": "sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==", 7726 "license": "MIT", 7727 "dependencies": { 7728 "retext": "^9.0.0", 7729 "retext-smartypants": "^6.0.0", 7730 "unified": "^11.0.4", 7731 "unist-util-visit": "^5.0.0" 7732 }, 7733 "engines": { 7734 "node": ">=16.0.0" 7735 } 7736 }, 7737 "node_modules/remark-stringify": { 7738 "version": "11.0.0", 7739 "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", 7740 "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", 7741 "license": "MIT", 7742 "dependencies": { 7743 "@types/mdast": "^4.0.0", 7744 "mdast-util-to-markdown": "^2.0.0", 7745 "unified": "^11.0.0" 7746 }, 7747 "funding": { 7748 "type": "opencollective", 7749 "url": "https://opencollective.com/unified" 7750 } 7751 }, 7752 "node_modules/retext": { 7753 "version": "9.0.0", 7754 "resolved": "https://registry.npmjs.org/retext/-/retext-9.0.0.tgz", 7755 "integrity": "sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==", 7756 "license": "MIT", 7757 "dependencies": { 7758 "@types/nlcst": "^2.0.0", 7759 "retext-latin": "^4.0.0", 7760 "retext-stringify": "^4.0.0", 7761 "unified": "^11.0.0" 7762 }, 7763 "funding": { 7764 "type": "opencollective", 7765 "url": "https://opencollective.com/unified" 7766 } 7767 }, 7768 "node_modules/retext-latin": { 7769 "version": "4.0.0", 7770 "resolved": "https://registry.npmjs.org/retext-latin/-/retext-latin-4.0.0.tgz", 7771 "integrity": "sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==", 7772 "license": "MIT", 7773 "dependencies": { 7774 "@types/nlcst": "^2.0.0", 7775 "parse-latin": "^7.0.0", 7776 "unified": "^11.0.0" 7777 }, 7778 "funding": { 7779 "type": "opencollective", 7780 "url": "https://opencollective.com/unified" 7781 } 7782 }, 7783 "node_modules/retext-smartypants": { 7784 "version": "6.2.0", 7785 "resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-6.2.0.tgz", 7786 "integrity": "sha512-kk0jOU7+zGv//kfjXEBjdIryL1Acl4i9XNkHxtM7Tm5lFiCog576fjNC9hjoR7LTKQ0DsPWy09JummSsH1uqfQ==", 7787 "license": "MIT", 7788 "dependencies": { 7789 "@types/nlcst": "^2.0.0", 7790 "nlcst-to-string": "^4.0.0", 7791 "unist-util-visit": "^5.0.0" 7792 }, 7793 "funding": { 7794 "type": "opencollective", 7795 "url": "https://opencollective.com/unified" 7796 } 7797 }, 7798 "node_modules/retext-stringify": { 7799 "version": "4.0.0", 7800 "resolved": "https://registry.npmjs.org/retext-stringify/-/retext-stringify-4.0.0.tgz", 7801 "integrity": "sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==", 7802 "license": "MIT", 7803 "dependencies": { 7804 "@types/nlcst": "^2.0.0", 7805 "nlcst-to-string": "^4.0.0", 7806 "unified": "^11.0.0" 7807 }, 7808 "funding": { 7809 "type": "opencollective", 7810 "url": "https://opencollective.com/unified" 7811 } 7812 }, 7813 "node_modules/rolldown": { 7814 "version": "1.0.0-rc.9", 7815 "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.9.tgz", 7816 "integrity": "sha512-9EbgWge7ZH+yqb4d2EnELAntgPTWbfL8ajiTW+SyhJEC4qhBbkCKbqFV4Ge4zmu5ziQuVbWxb/XwLZ+RIO7E8Q==", 7817 "dev": true, 7818 "license": "MIT", 7819 "dependencies": { 7820 "@oxc-project/types": "=0.115.0", 7821 "@rolldown/pluginutils": "1.0.0-rc.9" 7822 }, 7823 "bin": { 7824 "rolldown": "bin/cli.mjs" 7825 }, 7826 "engines": { 7827 "node": "^20.19.0 || >=22.12.0" 7828 }, 7829 "optionalDependencies": { 7830 "@rolldown/binding-android-arm64": "1.0.0-rc.9", 7831 "@rolldown/binding-darwin-arm64": "1.0.0-rc.9", 7832 "@rolldown/binding-darwin-x64": "1.0.0-rc.9", 7833 "@rolldown/binding-freebsd-x64": "1.0.0-rc.9", 7834 "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.9", 7835 "@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.9", 7836 "@rolldown/binding-linux-arm64-musl": "1.0.0-rc.9", 7837 "@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.9", 7838 "@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.9", 7839 "@rolldown/binding-linux-x64-gnu": "1.0.0-rc.9", 7840 "@rolldown/binding-linux-x64-musl": "1.0.0-rc.9", 7841 "@rolldown/binding-openharmony-arm64": "1.0.0-rc.9", 7842 "@rolldown/binding-wasm32-wasi": "1.0.0-rc.9", 7843 "@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.9", 7844 "@rolldown/binding-win32-x64-msvc": "1.0.0-rc.9" 7845 } 7846 }, 7847 "node_modules/rollup": { 7848 "version": "4.59.0", 7849 "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.59.0.tgz", 7850 "integrity": "sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==", 7851 "license": "MIT", 7852 "dependencies": { 7853 "@types/estree": "1.0.8" 7854 }, 7855 "bin": { 7856 "rollup": "dist/bin/rollup" 7857 }, 7858 "engines": { 7859 "node": ">=18.0.0", 7860 "npm": ">=8.0.0" 7861 }, 7862 "optionalDependencies": { 7863 "@rollup/rollup-android-arm-eabi": "4.59.0", 7864 "@rollup/rollup-android-arm64": "4.59.0", 7865 "@rollup/rollup-darwin-arm64": "4.59.0", 7866 "@rollup/rollup-darwin-x64": "4.59.0", 7867 "@rollup/rollup-freebsd-arm64": "4.59.0", 7868 "@rollup/rollup-freebsd-x64": "4.59.0", 7869 "@rollup/rollup-linux-arm-gnueabihf": "4.59.0", 7870 "@rollup/rollup-linux-arm-musleabihf": "4.59.0", 7871 "@rollup/rollup-linux-arm64-gnu": "4.59.0", 7872 "@rollup/rollup-linux-arm64-musl": "4.59.0", 7873 "@rollup/rollup-linux-loong64-gnu": "4.59.0", 7874 "@rollup/rollup-linux-loong64-musl": "4.59.0", 7875 "@rollup/rollup-linux-ppc64-gnu": "4.59.0", 7876 "@rollup/rollup-linux-ppc64-musl": "4.59.0", 7877 "@rollup/rollup-linux-riscv64-gnu": "4.59.0", 7878 "@rollup/rollup-linux-riscv64-musl": "4.59.0", 7879 "@rollup/rollup-linux-s390x-gnu": "4.59.0", 7880 "@rollup/rollup-linux-x64-gnu": "4.59.0", 7881 "@rollup/rollup-linux-x64-musl": "4.59.0", 7882 "@rollup/rollup-openbsd-x64": "4.59.0", 7883 "@rollup/rollup-openharmony-arm64": "4.59.0", 7884 "@rollup/rollup-win32-arm64-msvc": "4.59.0", 7885 "@rollup/rollup-win32-ia32-msvc": "4.59.0", 7886 "@rollup/rollup-win32-x64-gnu": "4.59.0", 7887 "@rollup/rollup-win32-x64-msvc": "4.59.0", 7888 "fsevents": "~2.3.2" 7889 } 7890 }, 7891 "node_modules/safe-buffer": { 7892 "version": "5.2.1", 7893 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", 7894 "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", 7895 "funding": [ 7896 { 7897 "type": "github", 7898 "url": "https://github.com/sponsors/feross" 7899 }, 7900 { 7901 "type": "patreon", 7902 "url": "https://www.patreon.com/feross" 7903 }, 7904 { 7905 "type": "consulting", 7906 "url": "https://feross.org/support" 7907 } 7908 ], 7909 "license": "MIT" 7910 }, 7911 "node_modules/satori": { 7912 "version": "0.19.3", 7913 "resolved": "https://registry.npmjs.org/satori/-/satori-0.19.3.tgz", 7914 "integrity": "sha512-dKr8TNYSyceWqBoTHWntjy25xaiWMw5GF+f8QOqFsov9OpTswLs7xdbvZudGRp9jkzbhv/4mVjVZYFtpruGKiA==", 7915 "license": "MPL-2.0", 7916 "dependencies": { 7917 "@shuding/opentype.js": "1.4.0-beta.0", 7918 "css-background-parser": "^0.1.0", 7919 "css-box-shadow": "1.0.0-3", 7920 "css-gradient-parser": "^0.0.17", 7921 "css-to-react-native": "^3.0.0", 7922 "emoji-regex-xs": "^2.0.1", 7923 "escape-html": "^1.0.3", 7924 "linebreak": "^1.1.0", 7925 "parse-css-color": "^0.2.1", 7926 "postcss-value-parser": "^4.2.0", 7927 "yoga-layout": "^3.2.1" 7928 }, 7929 "engines": { 7930 "node": ">=16" 7931 } 7932 }, 7933 "node_modules/sax": { 7934 "version": "1.5.0", 7935 "resolved": "https://registry.npmjs.org/sax/-/sax-1.5.0.tgz", 7936 "integrity": "sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==", 7937 "license": "BlueOak-1.0.0", 7938 "engines": { 7939 "node": ">=11.0.0" 7940 } 7941 }, 7942 "node_modules/semver": { 7943 "version": "7.7.4", 7944 "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", 7945 "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", 7946 "license": "ISC", 7947 "bin": { 7948 "semver": "bin/semver.js" 7949 }, 7950 "engines": { 7951 "node": ">=10" 7952 } 7953 }, 7954 "node_modules/sharp": { 7955 "version": "0.34.5", 7956 "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz", 7957 "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==", 7958 "hasInstallScript": true, 7959 "license": "Apache-2.0", 7960 "dependencies": { 7961 "@img/colour": "^1.0.0", 7962 "detect-libc": "^2.1.2", 7963 "semver": "^7.7.3" 7964 }, 7965 "engines": { 7966 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 7967 }, 7968 "funding": { 7969 "url": "https://opencollective.com/libvips" 7970 }, 7971 "optionalDependencies": { 7972 "@img/sharp-darwin-arm64": "0.34.5", 7973 "@img/sharp-darwin-x64": "0.34.5", 7974 "@img/sharp-libvips-darwin-arm64": "1.2.4", 7975 "@img/sharp-libvips-darwin-x64": "1.2.4", 7976 "@img/sharp-libvips-linux-arm": "1.2.4", 7977 "@img/sharp-libvips-linux-arm64": "1.2.4", 7978 "@img/sharp-libvips-linux-ppc64": "1.2.4", 7979 "@img/sharp-libvips-linux-riscv64": "1.2.4", 7980 "@img/sharp-libvips-linux-s390x": "1.2.4", 7981 "@img/sharp-libvips-linux-x64": "1.2.4", 7982 "@img/sharp-libvips-linuxmusl-arm64": "1.2.4", 7983 "@img/sharp-libvips-linuxmusl-x64": "1.2.4", 7984 "@img/sharp-linux-arm": "0.34.5", 7985 "@img/sharp-linux-arm64": "0.34.5", 7986 "@img/sharp-linux-ppc64": "0.34.5", 7987 "@img/sharp-linux-riscv64": "0.34.5", 7988 "@img/sharp-linux-s390x": "0.34.5", 7989 "@img/sharp-linux-x64": "0.34.5", 7990 "@img/sharp-linuxmusl-arm64": "0.34.5", 7991 "@img/sharp-linuxmusl-x64": "0.34.5", 7992 "@img/sharp-wasm32": "0.34.5", 7993 "@img/sharp-win32-arm64": "0.34.5", 7994 "@img/sharp-win32-ia32": "0.34.5", 7995 "@img/sharp-win32-x64": "0.34.5" 7996 } 7997 }, 7998 "node_modules/shiki": { 7999 "version": "3.23.0", 8000 "resolved": "https://registry.npmjs.org/shiki/-/shiki-3.23.0.tgz", 8001 "integrity": "sha512-55Dj73uq9ZXL5zyeRPzHQsK7Nbyt6Y10k5s7OjuFZGMhpp4r/rsLBH0o/0fstIzX1Lep9VxefWljK/SKCzygIA==", 8002 "license": "MIT", 8003 "dependencies": { 8004 "@shikijs/core": "3.23.0", 8005 "@shikijs/engine-javascript": "3.23.0", 8006 "@shikijs/engine-oniguruma": "3.23.0", 8007 "@shikijs/langs": "3.23.0", 8008 "@shikijs/themes": "3.23.0", 8009 "@shikijs/types": "3.23.0", 8010 "@shikijs/vscode-textmate": "^10.0.2", 8011 "@types/hast": "^3.0.4" 8012 } 8013 }, 8014 "node_modules/siginfo": { 8015 "version": "2.0.0", 8016 "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz", 8017 "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==", 8018 "license": "ISC" 8019 }, 8020 "node_modules/simple-concat": { 8021 "version": "1.0.1", 8022 "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz", 8023 "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==", 8024 "funding": [ 8025 { 8026 "type": "github", 8027 "url": "https://github.com/sponsors/feross" 8028 }, 8029 { 8030 "type": "patreon", 8031 "url": "https://www.patreon.com/feross" 8032 }, 8033 { 8034 "type": "consulting", 8035 "url": "https://feross.org/support" 8036 } 8037 ], 8038 "license": "MIT" 8039 }, 8040 "node_modules/simple-get": { 8041 "version": "4.0.1", 8042 "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz", 8043 "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==", 8044 "funding": [ 8045 { 8046 "type": "github", 8047 "url": "https://github.com/sponsors/feross" 8048 }, 8049 { 8050 "type": "patreon", 8051 "url": "https://www.patreon.com/feross" 8052 }, 8053 { 8054 "type": "consulting", 8055 "url": "https://feross.org/support" 8056 } 8057 ], 8058 "license": "MIT", 8059 "dependencies": { 8060 "decompress-response": "^6.0.0", 8061 "once": "^1.3.1", 8062 "simple-concat": "^1.0.0" 8063 } 8064 }, 8065 "node_modules/sisteransi": { 8066 "version": "1.0.5", 8067 "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", 8068 "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", 8069 "license": "MIT" 8070 }, 8071 "node_modules/sitemap": { 8072 "version": "9.0.1", 8073 "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-9.0.1.tgz", 8074 "integrity": "sha512-S6hzjGJSG3d6if0YoF5kTyeRJvia6FSTBroE5fQ0bu1QNxyJqhhinfUsXi9fH3MgtXODWvwo2BDyQSnhPQ88uQ==", 8075 "license": "MIT", 8076 "dependencies": { 8077 "@types/node": "^24.9.2", 8078 "@types/sax": "^1.2.1", 8079 "arg": "^5.0.0", 8080 "sax": "^1.4.1" 8081 }, 8082 "bin": { 8083 "sitemap": "dist/esm/cli.js" 8084 }, 8085 "engines": { 8086 "node": ">=20.19.5", 8087 "npm": ">=10.8.2" 8088 } 8089 }, 8090 "node_modules/sitemap/node_modules/@types/node": { 8091 "version": "24.12.0", 8092 "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.0.tgz", 8093 "integrity": "sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ==", 8094 "license": "MIT", 8095 "dependencies": { 8096 "undici-types": "~7.16.0" 8097 } 8098 }, 8099 "node_modules/sitemap/node_modules/undici-types": { 8100 "version": "7.16.0", 8101 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", 8102 "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", 8103 "license": "MIT" 8104 }, 8105 "node_modules/smol-toml": { 8106 "version": "1.6.0", 8107 "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.6.0.tgz", 8108 "integrity": "sha512-4zemZi0HvTnYwLfrpk/CF9LOd9Lt87kAt50GnqhMpyF9U3poDAP2+iukq2bZsO/ufegbYehBkqINbsWxj4l4cw==", 8109 "license": "BSD-3-Clause", 8110 "engines": { 8111 "node": ">= 18" 8112 }, 8113 "funding": { 8114 "url": "https://github.com/sponsors/cyyynthia" 8115 } 8116 }, 8117 "node_modules/source-map": { 8118 "version": "0.7.6", 8119 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz", 8120 "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==", 8121 "license": "BSD-3-Clause", 8122 "engines": { 8123 "node": ">= 12" 8124 } 8125 }, 8126 "node_modules/source-map-js": { 8127 "version": "1.2.1", 8128 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", 8129 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", 8130 "license": "BSD-3-Clause", 8131 "engines": { 8132 "node": ">=0.10.0" 8133 } 8134 }, 8135 "node_modules/space-separated-tokens": { 8136 "version": "2.0.2", 8137 "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", 8138 "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", 8139 "license": "MIT", 8140 "funding": { 8141 "type": "github", 8142 "url": "https://github.com/sponsors/wooorm" 8143 } 8144 }, 8145 "node_modules/stackback": { 8146 "version": "0.0.2", 8147 "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz", 8148 "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==", 8149 "license": "MIT" 8150 }, 8151 "node_modules/std-env": { 8152 "version": "3.10.0", 8153 "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.10.0.tgz", 8154 "integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==", 8155 "license": "MIT" 8156 }, 8157 "node_modules/stream-replace-string": { 8158 "version": "2.0.0", 8159 "resolved": "https://registry.npmjs.org/stream-replace-string/-/stream-replace-string-2.0.0.tgz", 8160 "integrity": "sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w==", 8161 "license": "MIT" 8162 }, 8163 "node_modules/string_decoder": { 8164 "version": "1.3.0", 8165 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", 8166 "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", 8167 "license": "MIT", 8168 "dependencies": { 8169 "safe-buffer": "~5.2.0" 8170 } 8171 }, 8172 "node_modules/string-width": { 8173 "version": "7.2.0", 8174 "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", 8175 "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", 8176 "license": "MIT", 8177 "dependencies": { 8178 "emoji-regex": "^10.3.0", 8179 "get-east-asian-width": "^1.0.0", 8180 "strip-ansi": "^7.1.0" 8181 }, 8182 "engines": { 8183 "node": ">=18" 8184 }, 8185 "funding": { 8186 "url": "https://github.com/sponsors/sindresorhus" 8187 } 8188 }, 8189 "node_modules/string.prototype.codepointat": { 8190 "version": "0.2.1", 8191 "resolved": "https://registry.npmjs.org/string.prototype.codepointat/-/string.prototype.codepointat-0.2.1.tgz", 8192 "integrity": "sha512-2cBVCj6I4IOvEnjgO/hWqXjqBGsY+zwPmHl12Srk9IXSZ56Jwwmy+66XO5Iut/oQVR7t5ihYdLB0GMa4alEUcg==", 8193 "license": "MIT" 8194 }, 8195 "node_modules/stringify-entities": { 8196 "version": "4.0.4", 8197 "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", 8198 "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", 8199 "license": "MIT", 8200 "dependencies": { 8201 "character-entities-html4": "^2.0.0", 8202 "character-entities-legacy": "^3.0.0" 8203 }, 8204 "funding": { 8205 "type": "github", 8206 "url": "https://github.com/sponsors/wooorm" 8207 } 8208 }, 8209 "node_modules/strip-ansi": { 8210 "version": "7.2.0", 8211 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz", 8212 "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==", 8213 "license": "MIT", 8214 "dependencies": { 8215 "ansi-regex": "^6.2.2" 8216 }, 8217 "engines": { 8218 "node": ">=12" 8219 }, 8220 "funding": { 8221 "url": "https://github.com/chalk/strip-ansi?sponsor=1" 8222 } 8223 }, 8224 "node_modules/strip-json-comments": { 8225 "version": "2.0.1", 8226 "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", 8227 "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", 8228 "license": "MIT", 8229 "engines": { 8230 "node": ">=0.10.0" 8231 } 8232 }, 8233 "node_modules/style-to-js": { 8234 "version": "1.1.21", 8235 "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.21.tgz", 8236 "integrity": "sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==", 8237 "license": "MIT", 8238 "dependencies": { 8239 "style-to-object": "1.0.14" 8240 } 8241 }, 8242 "node_modules/style-to-object": { 8243 "version": "1.0.14", 8244 "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.14.tgz", 8245 "integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==", 8246 "license": "MIT", 8247 "dependencies": { 8248 "inline-style-parser": "0.2.7" 8249 } 8250 }, 8251 "node_modules/svgo": { 8252 "version": "4.0.1", 8253 "resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.1.tgz", 8254 "integrity": "sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==", 8255 "license": "MIT", 8256 "dependencies": { 8257 "commander": "^11.1.0", 8258 "css-select": "^5.1.0", 8259 "css-tree": "^3.0.1", 8260 "css-what": "^6.1.0", 8261 "csso": "^5.0.5", 8262 "picocolors": "^1.1.1", 8263 "sax": "^1.5.0" 8264 }, 8265 "bin": { 8266 "svgo": "bin/svgo.js" 8267 }, 8268 "engines": { 8269 "node": ">=16" 8270 }, 8271 "funding": { 8272 "type": "opencollective", 8273 "url": "https://opencollective.com/svgo" 8274 } 8275 }, 8276 "node_modules/tar-fs": { 8277 "version": "2.1.4", 8278 "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.4.tgz", 8279 "integrity": "sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==", 8280 "license": "MIT", 8281 "dependencies": { 8282 "chownr": "^1.1.1", 8283 "mkdirp-classic": "^0.5.2", 8284 "pump": "^3.0.0", 8285 "tar-stream": "^2.1.4" 8286 } 8287 }, 8288 "node_modules/tar-stream": { 8289 "version": "2.2.0", 8290 "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz", 8291 "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==", 8292 "license": "MIT", 8293 "dependencies": { 8294 "bl": "^4.0.3", 8295 "end-of-stream": "^1.4.1", 8296 "fs-constants": "^1.0.0", 8297 "inherits": "^2.0.3", 8298 "readable-stream": "^3.1.1" 8299 }, 8300 "engines": { 8301 "node": ">=6" 8302 } 8303 }, 8304 "node_modules/tiny-inflate": { 8305 "version": "1.0.3", 8306 "resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz", 8307 "integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==", 8308 "license": "MIT" 8309 }, 8310 "node_modules/tinybench": { 8311 "version": "2.9.0", 8312 "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz", 8313 "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==", 8314 "license": "MIT" 8315 }, 8316 "node_modules/tinyexec": { 8317 "version": "1.0.2", 8318 "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.2.tgz", 8319 "integrity": "sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==", 8320 "license": "MIT", 8321 "engines": { 8322 "node": ">=18" 8323 } 8324 }, 8325 "node_modules/tinyglobby": { 8326 "version": "0.2.15", 8327 "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz", 8328 "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", 8329 "license": "MIT", 8330 "dependencies": { 8331 "fdir": "^6.5.0", 8332 "picomatch": "^4.0.3" 8333 }, 8334 "engines": { 8335 "node": ">=12.0.0" 8336 }, 8337 "funding": { 8338 "url": "https://github.com/sponsors/SuperchupuDev" 8339 } 8340 }, 8341 "node_modules/tinypool": { 8342 "version": "2.1.0", 8343 "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-2.1.0.tgz", 8344 "integrity": "sha512-Pugqs6M0m7Lv1I7FtxN4aoyToKg1C4tu+/381vH35y8oENM/Ai7f7C4StcoK4/+BSw9ebcS8jRiVrORFKCALLw==", 8345 "dev": true, 8346 "license": "MIT", 8347 "engines": { 8348 "node": "^20.0.0 || >=22.0.0" 8349 } 8350 }, 8351 "node_modules/tinyrainbow": { 8352 "version": "3.0.3", 8353 "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.0.3.tgz", 8354 "integrity": "sha512-PSkbLUoxOFRzJYjjxHJt9xro7D+iilgMX/C9lawzVuYiIdcihh9DXmVibBe8lmcFrRi/VzlPjBxbN7rH24q8/Q==", 8355 "license": "MIT", 8356 "engines": { 8357 "node": ">=14.0.0" 8358 } 8359 }, 8360 "node_modules/trim-lines": { 8361 "version": "3.0.1", 8362 "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", 8363 "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", 8364 "license": "MIT", 8365 "funding": { 8366 "type": "github", 8367 "url": "https://github.com/sponsors/wooorm" 8368 } 8369 }, 8370 "node_modules/trough": { 8371 "version": "2.2.0", 8372 "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz", 8373 "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==", 8374 "license": "MIT", 8375 "funding": { 8376 "type": "github", 8377 "url": "https://github.com/sponsors/wooorm" 8378 } 8379 }, 8380 "node_modules/tsconfck": { 8381 "version": "3.1.6", 8382 "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.6.tgz", 8383 "integrity": "sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==", 8384 "license": "MIT", 8385 "bin": { 8386 "tsconfck": "bin/tsconfck.js" 8387 }, 8388 "engines": { 8389 "node": "^18 || >=20" 8390 }, 8391 "peerDependencies": { 8392 "typescript": "^5.0.0" 8393 }, 8394 "peerDependenciesMeta": { 8395 "typescript": { 8396 "optional": true 8397 } 8398 } 8399 }, 8400 "node_modules/tslib": { 8401 "version": "2.8.1", 8402 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 8403 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 8404 "license": "0BSD", 8405 "optional": true 8406 }, 8407 "node_modules/tunnel-agent": { 8408 "version": "0.6.0", 8409 "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", 8410 "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", 8411 "license": "Apache-2.0", 8412 "dependencies": { 8413 "safe-buffer": "^5.0.1" 8414 }, 8415 "engines": { 8416 "node": "*" 8417 } 8418 }, 8419 "node_modules/type-fest": { 8420 "version": "4.41.0", 8421 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz", 8422 "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==", 8423 "license": "(MIT OR CC0-1.0)", 8424 "engines": { 8425 "node": ">=16" 8426 }, 8427 "funding": { 8428 "url": "https://github.com/sponsors/sindresorhus" 8429 } 8430 }, 8431 "node_modules/typescript": { 8432 "version": "5.9.3", 8433 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", 8434 "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", 8435 "license": "Apache-2.0", 8436 "bin": { 8437 "tsc": "bin/tsc", 8438 "tsserver": "bin/tsserver" 8439 }, 8440 "engines": { 8441 "node": ">=14.17" 8442 } 8443 }, 8444 "node_modules/ufo": { 8445 "version": "1.6.3", 8446 "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz", 8447 "integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==", 8448 "license": "MIT" 8449 }, 8450 "node_modules/ultrahtml": { 8451 "version": "1.6.0", 8452 "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.6.0.tgz", 8453 "integrity": "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==", 8454 "license": "MIT" 8455 }, 8456 "node_modules/uncrypto": { 8457 "version": "0.1.3", 8458 "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz", 8459 "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==", 8460 "license": "MIT" 8461 }, 8462 "node_modules/undici-types": { 8463 "version": "7.18.2", 8464 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", 8465 "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", 8466 "license": "MIT" 8467 }, 8468 "node_modules/unicode-trie": { 8469 "version": "2.0.0", 8470 "resolved": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-2.0.0.tgz", 8471 "integrity": "sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==", 8472 "license": "MIT", 8473 "dependencies": { 8474 "pako": "^0.2.5", 8475 "tiny-inflate": "^1.0.0" 8476 } 8477 }, 8478 "node_modules/unified": { 8479 "version": "11.0.5", 8480 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", 8481 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", 8482 "license": "MIT", 8483 "dependencies": { 8484 "@types/unist": "^3.0.0", 8485 "bail": "^2.0.0", 8486 "devlop": "^1.0.0", 8487 "extend": "^3.0.0", 8488 "is-plain-obj": "^4.0.0", 8489 "trough": "^2.0.0", 8490 "vfile": "^6.0.0" 8491 }, 8492 "funding": { 8493 "type": "opencollective", 8494 "url": "https://opencollective.com/unified" 8495 } 8496 }, 8497 "node_modules/unifont": { 8498 "version": "0.7.4", 8499 "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.7.4.tgz", 8500 "integrity": "sha512-oHeis4/xl42HUIeHuNZRGEvxj5AaIKR+bHPNegRq5LV1gdc3jundpONbjglKpihmJf+dswygdMJn3eftGIMemg==", 8501 "license": "MIT", 8502 "dependencies": { 8503 "css-tree": "^3.1.0", 8504 "ofetch": "^1.5.1", 8505 "ohash": "^2.0.11" 8506 } 8507 }, 8508 "node_modules/unist-util-find-after": { 8509 "version": "5.0.0", 8510 "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz", 8511 "integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==", 8512 "license": "MIT", 8513 "dependencies": { 8514 "@types/unist": "^3.0.0", 8515 "unist-util-is": "^6.0.0" 8516 }, 8517 "funding": { 8518 "type": "opencollective", 8519 "url": "https://opencollective.com/unified" 8520 } 8521 }, 8522 "node_modules/unist-util-is": { 8523 "version": "6.0.1", 8524 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz", 8525 "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==", 8526 "license": "MIT", 8527 "dependencies": { 8528 "@types/unist": "^3.0.0" 8529 }, 8530 "funding": { 8531 "type": "opencollective", 8532 "url": "https://opencollective.com/unified" 8533 } 8534 }, 8535 "node_modules/unist-util-modify-children": { 8536 "version": "4.0.0", 8537 "resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz", 8538 "integrity": "sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==", 8539 "license": "MIT", 8540 "dependencies": { 8541 "@types/unist": "^3.0.0", 8542 "array-iterate": "^2.0.0" 8543 }, 8544 "funding": { 8545 "type": "opencollective", 8546 "url": "https://opencollective.com/unified" 8547 } 8548 }, 8549 "node_modules/unist-util-position": { 8550 "version": "5.0.0", 8551 "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", 8552 "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", 8553 "license": "MIT", 8554 "dependencies": { 8555 "@types/unist": "^3.0.0" 8556 }, 8557 "funding": { 8558 "type": "opencollective", 8559 "url": "https://opencollective.com/unified" 8560 } 8561 }, 8562 "node_modules/unist-util-position-from-estree": { 8563 "version": "2.0.0", 8564 "resolved": "https://registry.npmjs.org/unist-util-position-from-estree/-/unist-util-position-from-estree-2.0.0.tgz", 8565 "integrity": "sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==", 8566 "license": "MIT", 8567 "dependencies": { 8568 "@types/unist": "^3.0.0" 8569 }, 8570 "funding": { 8571 "type": "opencollective", 8572 "url": "https://opencollective.com/unified" 8573 } 8574 }, 8575 "node_modules/unist-util-remove-position": { 8576 "version": "5.0.0", 8577 "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz", 8578 "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==", 8579 "license": "MIT", 8580 "dependencies": { 8581 "@types/unist": "^3.0.0", 8582 "unist-util-visit": "^5.0.0" 8583 }, 8584 "funding": { 8585 "type": "opencollective", 8586 "url": "https://opencollective.com/unified" 8587 } 8588 }, 8589 "node_modules/unist-util-stringify-position": { 8590 "version": "4.0.0", 8591 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 8592 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 8593 "license": "MIT", 8594 "dependencies": { 8595 "@types/unist": "^3.0.0" 8596 }, 8597 "funding": { 8598 "type": "opencollective", 8599 "url": "https://opencollective.com/unified" 8600 } 8601 }, 8602 "node_modules/unist-util-visit": { 8603 "version": "5.1.0", 8604 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz", 8605 "integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==", 8606 "license": "MIT", 8607 "dependencies": { 8608 "@types/unist": "^3.0.0", 8609 "unist-util-is": "^6.0.0", 8610 "unist-util-visit-parents": "^6.0.0" 8611 }, 8612 "funding": { 8613 "type": "opencollective", 8614 "url": "https://opencollective.com/unified" 8615 } 8616 }, 8617 "node_modules/unist-util-visit-children": { 8618 "version": "3.0.0", 8619 "resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-3.0.0.tgz", 8620 "integrity": "sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==", 8621 "license": "MIT", 8622 "dependencies": { 8623 "@types/unist": "^3.0.0" 8624 }, 8625 "funding": { 8626 "type": "opencollective", 8627 "url": "https://opencollective.com/unified" 8628 } 8629 }, 8630 "node_modules/unist-util-visit-parents": { 8631 "version": "6.0.2", 8632 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz", 8633 "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==", 8634 "license": "MIT", 8635 "dependencies": { 8636 "@types/unist": "^3.0.0", 8637 "unist-util-is": "^6.0.0" 8638 }, 8639 "funding": { 8640 "type": "opencollective", 8641 "url": "https://opencollective.com/unified" 8642 } 8643 }, 8644 "node_modules/unstorage": { 8645 "version": "1.17.4", 8646 "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.17.4.tgz", 8647 "integrity": "sha512-fHK0yNg38tBiJKp/Vgsq4j0JEsCmgqH58HAn707S7zGkArbZsVr/CwINoi+nh3h98BRCwKvx1K3Xg9u3VV83sw==", 8648 "license": "MIT", 8649 "dependencies": { 8650 "anymatch": "^3.1.3", 8651 "chokidar": "^5.0.0", 8652 "destr": "^2.0.5", 8653 "h3": "^1.15.5", 8654 "lru-cache": "^11.2.0", 8655 "node-fetch-native": "^1.6.7", 8656 "ofetch": "^1.5.1", 8657 "ufo": "^1.6.3" 8658 }, 8659 "peerDependencies": { 8660 "@azure/app-configuration": "^1.8.0", 8661 "@azure/cosmos": "^4.2.0", 8662 "@azure/data-tables": "^13.3.0", 8663 "@azure/identity": "^4.6.0", 8664 "@azure/keyvault-secrets": "^4.9.0", 8665 "@azure/storage-blob": "^12.26.0", 8666 "@capacitor/preferences": "^6 || ^7 || ^8", 8667 "@deno/kv": ">=0.9.0", 8668 "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0", 8669 "@planetscale/database": "^1.19.0", 8670 "@upstash/redis": "^1.34.3", 8671 "@vercel/blob": ">=0.27.1", 8672 "@vercel/functions": "^2.2.12 || ^3.0.0", 8673 "@vercel/kv": "^1 || ^2 || ^3", 8674 "aws4fetch": "^1.0.20", 8675 "db0": ">=0.2.1", 8676 "idb-keyval": "^6.2.1", 8677 "ioredis": "^5.4.2", 8678 "uploadthing": "^7.4.4" 8679 }, 8680 "peerDependenciesMeta": { 8681 "@azure/app-configuration": { 8682 "optional": true 8683 }, 8684 "@azure/cosmos": { 8685 "optional": true 8686 }, 8687 "@azure/data-tables": { 8688 "optional": true 8689 }, 8690 "@azure/identity": { 8691 "optional": true 8692 }, 8693 "@azure/keyvault-secrets": { 8694 "optional": true 8695 }, 8696 "@azure/storage-blob": { 8697 "optional": true 8698 }, 8699 "@capacitor/preferences": { 8700 "optional": true 8701 }, 8702 "@deno/kv": { 8703 "optional": true 8704 }, 8705 "@netlify/blobs": { 8706 "optional": true 8707 }, 8708 "@planetscale/database": { 8709 "optional": true 8710 }, 8711 "@upstash/redis": { 8712 "optional": true 8713 }, 8714 "@vercel/blob": { 8715 "optional": true 8716 }, 8717 "@vercel/functions": { 8718 "optional": true 8719 }, 8720 "@vercel/kv": { 8721 "optional": true 8722 }, 8723 "aws4fetch": { 8724 "optional": true 8725 }, 8726 "db0": { 8727 "optional": true 8728 }, 8729 "idb-keyval": { 8730 "optional": true 8731 }, 8732 "ioredis": { 8733 "optional": true 8734 }, 8735 "uploadthing": { 8736 "optional": true 8737 } 8738 } 8739 }, 8740 "node_modules/util-deprecate": { 8741 "version": "1.0.2", 8742 "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", 8743 "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", 8744 "license": "MIT" 8745 }, 8746 "node_modules/vfile": { 8747 "version": "6.0.3", 8748 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 8749 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 8750 "license": "MIT", 8751 "dependencies": { 8752 "@types/unist": "^3.0.0", 8753 "vfile-message": "^4.0.0" 8754 }, 8755 "funding": { 8756 "type": "opencollective", 8757 "url": "https://opencollective.com/unified" 8758 } 8759 }, 8760 "node_modules/vfile-location": { 8761 "version": "5.0.3", 8762 "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.3.tgz", 8763 "integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==", 8764 "license": "MIT", 8765 "dependencies": { 8766 "@types/unist": "^3.0.0", 8767 "vfile": "^6.0.0" 8768 }, 8769 "funding": { 8770 "type": "opencollective", 8771 "url": "https://opencollective.com/unified" 8772 } 8773 }, 8774 "node_modules/vfile-message": { 8775 "version": "4.0.3", 8776 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz", 8777 "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==", 8778 "license": "MIT", 8779 "dependencies": { 8780 "@types/unist": "^3.0.0", 8781 "unist-util-stringify-position": "^4.0.0" 8782 }, 8783 "funding": { 8784 "type": "opencollective", 8785 "url": "https://opencollective.com/unified" 8786 } 8787 }, 8788 "node_modules/vite": { 8789 "version": "6.4.1", 8790 "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz", 8791 "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==", 8792 "license": "MIT", 8793 "dependencies": { 8794 "esbuild": "^0.25.0", 8795 "fdir": "^6.4.4", 8796 "picomatch": "^4.0.2", 8797 "postcss": "^8.5.3", 8798 "rollup": "^4.34.9", 8799 "tinyglobby": "^0.2.13" 8800 }, 8801 "bin": { 8802 "vite": "bin/vite.js" 8803 }, 8804 "engines": { 8805 "node": "^18.0.0 || ^20.0.0 || >=22.0.0" 8806 }, 8807 "funding": { 8808 "url": "https://github.com/vitejs/vite?sponsor=1" 8809 }, 8810 "optionalDependencies": { 8811 "fsevents": "~2.3.3" 8812 }, 8813 "peerDependencies": { 8814 "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", 8815 "jiti": ">=1.21.0", 8816 "less": "*", 8817 "lightningcss": "^1.21.0", 8818 "sass": "*", 8819 "sass-embedded": "*", 8820 "stylus": "*", 8821 "sugarss": "*", 8822 "terser": "^5.16.0", 8823 "tsx": "^4.8.1", 8824 "yaml": "^2.4.2" 8825 }, 8826 "peerDependenciesMeta": { 8827 "@types/node": { 8828 "optional": true 8829 }, 8830 "jiti": { 8831 "optional": true 8832 }, 8833 "less": { 8834 "optional": true 8835 }, 8836 "lightningcss": { 8837 "optional": true 8838 }, 8839 "sass": { 8840 "optional": true 8841 }, 8842 "sass-embedded": { 8843 "optional": true 8844 }, 8845 "stylus": { 8846 "optional": true 8847 }, 8848 "sugarss": { 8849 "optional": true 8850 }, 8851 "terser": { 8852 "optional": true 8853 }, 8854 "tsx": { 8855 "optional": true 8856 }, 8857 "yaml": { 8858 "optional": true 8859 } 8860 } 8861 }, 8862 "node_modules/vite/node_modules/@esbuild/aix-ppc64": { 8863 "version": "0.25.12", 8864 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz", 8865 "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==", 8866 "cpu": [ 8867 "ppc64" 8868 ], 8869 "license": "MIT", 8870 "optional": true, 8871 "os": [ 8872 "aix" 8873 ], 8874 "engines": { 8875 "node": ">=18" 8876 } 8877 }, 8878 "node_modules/vite/node_modules/@esbuild/android-arm": { 8879 "version": "0.25.12", 8880 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz", 8881 "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==", 8882 "cpu": [ 8883 "arm" 8884 ], 8885 "license": "MIT", 8886 "optional": true, 8887 "os": [ 8888 "android" 8889 ], 8890 "engines": { 8891 "node": ">=18" 8892 } 8893 }, 8894 "node_modules/vite/node_modules/@esbuild/android-arm64": { 8895 "version": "0.25.12", 8896 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz", 8897 "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==", 8898 "cpu": [ 8899 "arm64" 8900 ], 8901 "license": "MIT", 8902 "optional": true, 8903 "os": [ 8904 "android" 8905 ], 8906 "engines": { 8907 "node": ">=18" 8908 } 8909 }, 8910 "node_modules/vite/node_modules/@esbuild/android-x64": { 8911 "version": "0.25.12", 8912 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz", 8913 "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==", 8914 "cpu": [ 8915 "x64" 8916 ], 8917 "license": "MIT", 8918 "optional": true, 8919 "os": [ 8920 "android" 8921 ], 8922 "engines": { 8923 "node": ">=18" 8924 } 8925 }, 8926 "node_modules/vite/node_modules/@esbuild/darwin-arm64": { 8927 "version": "0.25.12", 8928 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz", 8929 "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==", 8930 "cpu": [ 8931 "arm64" 8932 ], 8933 "license": "MIT", 8934 "optional": true, 8935 "os": [ 8936 "darwin" 8937 ], 8938 "engines": { 8939 "node": ">=18" 8940 } 8941 }, 8942 "node_modules/vite/node_modules/@esbuild/darwin-x64": { 8943 "version": "0.25.12", 8944 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz", 8945 "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==", 8946 "cpu": [ 8947 "x64" 8948 ], 8949 "license": "MIT", 8950 "optional": true, 8951 "os": [ 8952 "darwin" 8953 ], 8954 "engines": { 8955 "node": ">=18" 8956 } 8957 }, 8958 "node_modules/vite/node_modules/@esbuild/freebsd-arm64": { 8959 "version": "0.25.12", 8960 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz", 8961 "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==", 8962 "cpu": [ 8963 "arm64" 8964 ], 8965 "license": "MIT", 8966 "optional": true, 8967 "os": [ 8968 "freebsd" 8969 ], 8970 "engines": { 8971 "node": ">=18" 8972 } 8973 }, 8974 "node_modules/vite/node_modules/@esbuild/freebsd-x64": { 8975 "version": "0.25.12", 8976 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz", 8977 "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==", 8978 "cpu": [ 8979 "x64" 8980 ], 8981 "license": "MIT", 8982 "optional": true, 8983 "os": [ 8984 "freebsd" 8985 ], 8986 "engines": { 8987 "node": ">=18" 8988 } 8989 }, 8990 "node_modules/vite/node_modules/@esbuild/linux-arm": { 8991 "version": "0.25.12", 8992 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz", 8993 "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==", 8994 "cpu": [ 8995 "arm" 8996 ], 8997 "license": "MIT", 8998 "optional": true, 8999 "os": [ 9000 "linux" 9001 ], 9002 "engines": { 9003 "node": ">=18" 9004 } 9005 }, 9006 "node_modules/vite/node_modules/@esbuild/linux-arm64": { 9007 "version": "0.25.12", 9008 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz", 9009 "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==", 9010 "cpu": [ 9011 "arm64" 9012 ], 9013 "license": "MIT", 9014 "optional": true, 9015 "os": [ 9016 "linux" 9017 ], 9018 "engines": { 9019 "node": ">=18" 9020 } 9021 }, 9022 "node_modules/vite/node_modules/@esbuild/linux-ia32": { 9023 "version": "0.25.12", 9024 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz", 9025 "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==", 9026 "cpu": [ 9027 "ia32" 9028 ], 9029 "license": "MIT", 9030 "optional": true, 9031 "os": [ 9032 "linux" 9033 ], 9034 "engines": { 9035 "node": ">=18" 9036 } 9037 }, 9038 "node_modules/vite/node_modules/@esbuild/linux-loong64": { 9039 "version": "0.25.12", 9040 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz", 9041 "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==", 9042 "cpu": [ 9043 "loong64" 9044 ], 9045 "license": "MIT", 9046 "optional": true, 9047 "os": [ 9048 "linux" 9049 ], 9050 "engines": { 9051 "node": ">=18" 9052 } 9053 }, 9054 "node_modules/vite/node_modules/@esbuild/linux-mips64el": { 9055 "version": "0.25.12", 9056 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz", 9057 "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==", 9058 "cpu": [ 9059 "mips64el" 9060 ], 9061 "license": "MIT", 9062 "optional": true, 9063 "os": [ 9064 "linux" 9065 ], 9066 "engines": { 9067 "node": ">=18" 9068 } 9069 }, 9070 "node_modules/vite/node_modules/@esbuild/linux-ppc64": { 9071 "version": "0.25.12", 9072 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz", 9073 "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==", 9074 "cpu": [ 9075 "ppc64" 9076 ], 9077 "license": "MIT", 9078 "optional": true, 9079 "os": [ 9080 "linux" 9081 ], 9082 "engines": { 9083 "node": ">=18" 9084 } 9085 }, 9086 "node_modules/vite/node_modules/@esbuild/linux-riscv64": { 9087 "version": "0.25.12", 9088 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz", 9089 "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==", 9090 "cpu": [ 9091 "riscv64" 9092 ], 9093 "license": "MIT", 9094 "optional": true, 9095 "os": [ 9096 "linux" 9097 ], 9098 "engines": { 9099 "node": ">=18" 9100 } 9101 }, 9102 "node_modules/vite/node_modules/@esbuild/linux-s390x": { 9103 "version": "0.25.12", 9104 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz", 9105 "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==", 9106 "cpu": [ 9107 "s390x" 9108 ], 9109 "license": "MIT", 9110 "optional": true, 9111 "os": [ 9112 "linux" 9113 ], 9114 "engines": { 9115 "node": ">=18" 9116 } 9117 }, 9118 "node_modules/vite/node_modules/@esbuild/linux-x64": { 9119 "version": "0.25.12", 9120 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz", 9121 "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==", 9122 "cpu": [ 9123 "x64" 9124 ], 9125 "license": "MIT", 9126 "optional": true, 9127 "os": [ 9128 "linux" 9129 ], 9130 "engines": { 9131 "node": ">=18" 9132 } 9133 }, 9134 "node_modules/vite/node_modules/@esbuild/netbsd-arm64": { 9135 "version": "0.25.12", 9136 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz", 9137 "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==", 9138 "cpu": [ 9139 "arm64" 9140 ], 9141 "license": "MIT", 9142 "optional": true, 9143 "os": [ 9144 "netbsd" 9145 ], 9146 "engines": { 9147 "node": ">=18" 9148 } 9149 }, 9150 "node_modules/vite/node_modules/@esbuild/netbsd-x64": { 9151 "version": "0.25.12", 9152 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz", 9153 "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==", 9154 "cpu": [ 9155 "x64" 9156 ], 9157 "license": "MIT", 9158 "optional": true, 9159 "os": [ 9160 "netbsd" 9161 ], 9162 "engines": { 9163 "node": ">=18" 9164 } 9165 }, 9166 "node_modules/vite/node_modules/@esbuild/openbsd-arm64": { 9167 "version": "0.25.12", 9168 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz", 9169 "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==", 9170 "cpu": [ 9171 "arm64" 9172 ], 9173 "license": "MIT", 9174 "optional": true, 9175 "os": [ 9176 "openbsd" 9177 ], 9178 "engines": { 9179 "node": ">=18" 9180 } 9181 }, 9182 "node_modules/vite/node_modules/@esbuild/openbsd-x64": { 9183 "version": "0.25.12", 9184 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz", 9185 "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==", 9186 "cpu": [ 9187 "x64" 9188 ], 9189 "license": "MIT", 9190 "optional": true, 9191 "os": [ 9192 "openbsd" 9193 ], 9194 "engines": { 9195 "node": ">=18" 9196 } 9197 }, 9198 "node_modules/vite/node_modules/@esbuild/openharmony-arm64": { 9199 "version": "0.25.12", 9200 "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz", 9201 "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==", 9202 "cpu": [ 9203 "arm64" 9204 ], 9205 "license": "MIT", 9206 "optional": true, 9207 "os": [ 9208 "openharmony" 9209 ], 9210 "engines": { 9211 "node": ">=18" 9212 } 9213 }, 9214 "node_modules/vite/node_modules/@esbuild/sunos-x64": { 9215 "version": "0.25.12", 9216 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz", 9217 "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==", 9218 "cpu": [ 9219 "x64" 9220 ], 9221 "license": "MIT", 9222 "optional": true, 9223 "os": [ 9224 "sunos" 9225 ], 9226 "engines": { 9227 "node": ">=18" 9228 } 9229 }, 9230 "node_modules/vite/node_modules/@esbuild/win32-arm64": { 9231 "version": "0.25.12", 9232 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz", 9233 "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==", 9234 "cpu": [ 9235 "arm64" 9236 ], 9237 "license": "MIT", 9238 "optional": true, 9239 "os": [ 9240 "win32" 9241 ], 9242 "engines": { 9243 "node": ">=18" 9244 } 9245 }, 9246 "node_modules/vite/node_modules/@esbuild/win32-ia32": { 9247 "version": "0.25.12", 9248 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz", 9249 "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==", 9250 "cpu": [ 9251 "ia32" 9252 ], 9253 "license": "MIT", 9254 "optional": true, 9255 "os": [ 9256 "win32" 9257 ], 9258 "engines": { 9259 "node": ">=18" 9260 } 9261 }, 9262 "node_modules/vite/node_modules/@esbuild/win32-x64": { 9263 "version": "0.25.12", 9264 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz", 9265 "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==", 9266 "cpu": [ 9267 "x64" 9268 ], 9269 "license": "MIT", 9270 "optional": true, 9271 "os": [ 9272 "win32" 9273 ], 9274 "engines": { 9275 "node": ">=18" 9276 } 9277 }, 9278 "node_modules/vite/node_modules/esbuild": { 9279 "version": "0.25.12", 9280 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz", 9281 "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==", 9282 "hasInstallScript": true, 9283 "license": "MIT", 9284 "bin": { 9285 "esbuild": "bin/esbuild" 9286 }, 9287 "engines": { 9288 "node": ">=18" 9289 }, 9290 "optionalDependencies": { 9291 "@esbuild/aix-ppc64": "0.25.12", 9292 "@esbuild/android-arm": "0.25.12", 9293 "@esbuild/android-arm64": "0.25.12", 9294 "@esbuild/android-x64": "0.25.12", 9295 "@esbuild/darwin-arm64": "0.25.12", 9296 "@esbuild/darwin-x64": "0.25.12", 9297 "@esbuild/freebsd-arm64": "0.25.12", 9298 "@esbuild/freebsd-x64": "0.25.12", 9299 "@esbuild/linux-arm": "0.25.12", 9300 "@esbuild/linux-arm64": "0.25.12", 9301 "@esbuild/linux-ia32": "0.25.12", 9302 "@esbuild/linux-loong64": "0.25.12", 9303 "@esbuild/linux-mips64el": "0.25.12", 9304 "@esbuild/linux-ppc64": "0.25.12", 9305 "@esbuild/linux-riscv64": "0.25.12", 9306 "@esbuild/linux-s390x": "0.25.12", 9307 "@esbuild/linux-x64": "0.25.12", 9308 "@esbuild/netbsd-arm64": "0.25.12", 9309 "@esbuild/netbsd-x64": "0.25.12", 9310 "@esbuild/openbsd-arm64": "0.25.12", 9311 "@esbuild/openbsd-x64": "0.25.12", 9312 "@esbuild/openharmony-arm64": "0.25.12", 9313 "@esbuild/sunos-x64": "0.25.12", 9314 "@esbuild/win32-arm64": "0.25.12", 9315 "@esbuild/win32-ia32": "0.25.12", 9316 "@esbuild/win32-x64": "0.25.12" 9317 } 9318 }, 9319 "node_modules/vitefu": { 9320 "version": "1.1.2", 9321 "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.1.2.tgz", 9322 "integrity": "sha512-zpKATdUbzbsycPFBN71nS2uzBUQiVnFoOrr2rvqv34S1lcAgMKKkjWleLGeiJlZ8lwCXvtWaRn7R3ZC16SYRuw==", 9323 "license": "MIT", 9324 "workspaces": [ 9325 "tests/deps/*", 9326 "tests/projects/*", 9327 "tests/projects/workspace/packages/*" 9328 ], 9329 "peerDependencies": { 9330 "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-beta.0" 9331 }, 9332 "peerDependenciesMeta": { 9333 "vite": { 9334 "optional": true 9335 } 9336 } 9337 }, 9338 "node_modules/vitest": { 9339 "version": "4.0.18", 9340 "resolved": "https://registry.npmjs.org/vitest/-/vitest-4.0.18.tgz", 9341 "integrity": "sha512-hOQuK7h0FGKgBAas7v0mSAsnvrIgAvWmRFjmzpJ7SwFHH3g1k2u37JtYwOwmEKhK6ZO3v9ggDBBm0La1LCK4uQ==", 9342 "license": "MIT", 9343 "dependencies": { 9344 "@vitest/expect": "4.0.18", 9345 "@vitest/mocker": "4.0.18", 9346 "@vitest/pretty-format": "4.0.18", 9347 "@vitest/runner": "4.0.18", 9348 "@vitest/snapshot": "4.0.18", 9349 "@vitest/spy": "4.0.18", 9350 "@vitest/utils": "4.0.18", 9351 "es-module-lexer": "^1.7.0", 9352 "expect-type": "^1.2.2", 9353 "magic-string": "^0.30.21", 9354 "obug": "^2.1.1", 9355 "pathe": "^2.0.3", 9356 "picomatch": "^4.0.3", 9357 "std-env": "^3.10.0", 9358 "tinybench": "^2.9.0", 9359 "tinyexec": "^1.0.2", 9360 "tinyglobby": "^0.2.15", 9361 "tinyrainbow": "^3.0.3", 9362 "vite": "^6.0.0 || ^7.0.0", 9363 "why-is-node-running": "^2.3.0" 9364 }, 9365 "bin": { 9366 "vitest": "vitest.mjs" 9367 }, 9368 "engines": { 9369 "node": "^20.0.0 || ^22.0.0 || >=24.0.0" 9370 }, 9371 "funding": { 9372 "url": "https://opencollective.com/vitest" 9373 }, 9374 "peerDependencies": { 9375 "@edge-runtime/vm": "*", 9376 "@opentelemetry/api": "^1.9.0", 9377 "@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0", 9378 "@vitest/browser-playwright": "4.0.18", 9379 "@vitest/browser-preview": "4.0.18", 9380 "@vitest/browser-webdriverio": "4.0.18", 9381 "@vitest/ui": "4.0.18", 9382 "happy-dom": "*", 9383 "jsdom": "*" 9384 }, 9385 "peerDependenciesMeta": { 9386 "@edge-runtime/vm": { 9387 "optional": true 9388 }, 9389 "@opentelemetry/api": { 9390 "optional": true 9391 }, 9392 "@types/node": { 9393 "optional": true 9394 }, 9395 "@vitest/browser-playwright": { 9396 "optional": true 9397 }, 9398 "@vitest/browser-preview": { 9399 "optional": true 9400 }, 9401 "@vitest/browser-webdriverio": { 9402 "optional": true 9403 }, 9404 "@vitest/ui": { 9405 "optional": true 9406 }, 9407 "happy-dom": { 9408 "optional": true 9409 }, 9410 "jsdom": { 9411 "optional": true 9412 } 9413 } 9414 }, 9415 "node_modules/web-namespaces": { 9416 "version": "2.0.1", 9417 "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz", 9418 "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==", 9419 "license": "MIT", 9420 "funding": { 9421 "type": "github", 9422 "url": "https://github.com/sponsors/wooorm" 9423 } 9424 }, 9425 "node_modules/which-pm-runs": { 9426 "version": "1.1.0", 9427 "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz", 9428 "integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==", 9429 "license": "MIT", 9430 "engines": { 9431 "node": ">=4" 9432 } 9433 }, 9434 "node_modules/why-is-node-running": { 9435 "version": "2.3.0", 9436 "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz", 9437 "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==", 9438 "license": "MIT", 9439 "dependencies": { 9440 "siginfo": "^2.0.0", 9441 "stackback": "0.0.2" 9442 }, 9443 "bin": { 9444 "why-is-node-running": "cli.js" 9445 }, 9446 "engines": { 9447 "node": ">=8" 9448 } 9449 }, 9450 "node_modules/widest-line": { 9451 "version": "5.0.0", 9452 "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz", 9453 "integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==", 9454 "license": "MIT", 9455 "dependencies": { 9456 "string-width": "^7.0.0" 9457 }, 9458 "engines": { 9459 "node": ">=18" 9460 }, 9461 "funding": { 9462 "url": "https://github.com/sponsors/sindresorhus" 9463 } 9464 }, 9465 "node_modules/wrap-ansi": { 9466 "version": "9.0.2", 9467 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz", 9468 "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==", 9469 "license": "MIT", 9470 "dependencies": { 9471 "ansi-styles": "^6.2.1", 9472 "string-width": "^7.0.0", 9473 "strip-ansi": "^7.1.0" 9474 }, 9475 "engines": { 9476 "node": ">=18" 9477 }, 9478 "funding": { 9479 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 9480 } 9481 }, 9482 "node_modules/wrappy": { 9483 "version": "1.0.2", 9484 "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", 9485 "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", 9486 "license": "ISC" 9487 }, 9488 "node_modules/xxhash-wasm": { 9489 "version": "1.1.0", 9490 "resolved": "https://registry.npmjs.org/xxhash-wasm/-/xxhash-wasm-1.1.0.tgz", 9491 "integrity": "sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA==", 9492 "license": "MIT" 9493 }, 9494 "node_modules/yaml": { 9495 "version": "2.8.2", 9496 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz", 9497 "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==", 9498 "license": "ISC", 9499 "bin": { 9500 "yaml": "bin.mjs" 9501 }, 9502 "engines": { 9503 "node": ">= 14.6" 9504 }, 9505 "funding": { 9506 "url": "https://github.com/sponsors/eemeli" 9507 } 9508 }, 9509 "node_modules/yargs-parser": { 9510 "version": "21.1.1", 9511 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", 9512 "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", 9513 "license": "ISC", 9514 "engines": { 9515 "node": ">=12" 9516 } 9517 }, 9518 "node_modules/yocto-queue": { 9519 "version": "1.2.2", 9520 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz", 9521 "integrity": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==", 9522 "license": "MIT", 9523 "engines": { 9524 "node": ">=12.20" 9525 }, 9526 "funding": { 9527 "url": "https://github.com/sponsors/sindresorhus" 9528 } 9529 }, 9530 "node_modules/yocto-spinner": { 9531 "version": "0.2.3", 9532 "resolved": "https://registry.npmjs.org/yocto-spinner/-/yocto-spinner-0.2.3.tgz", 9533 "integrity": "sha512-sqBChb33loEnkoXte1bLg45bEBsOP9N1kzQh5JZNKj/0rik4zAPTNSAVPj3uQAdc6slYJ0Ksc403G2XgxsJQFQ==", 9534 "license": "MIT", 9535 "dependencies": { 9536 "yoctocolors": "^2.1.1" 9537 }, 9538 "engines": { 9539 "node": ">=18.19" 9540 }, 9541 "funding": { 9542 "url": "https://github.com/sponsors/sindresorhus" 9543 } 9544 }, 9545 "node_modules/yoctocolors": { 9546 "version": "2.1.2", 9547 "resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.2.tgz", 9548 "integrity": "sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==", 9549 "license": "MIT", 9550 "engines": { 9551 "node": ">=18" 9552 }, 9553 "funding": { 9554 "url": "https://github.com/sponsors/sindresorhus" 9555 } 9556 }, 9557 "node_modules/yoga-layout": { 9558 "version": "3.2.1", 9559 "resolved": "https://registry.npmjs.org/yoga-layout/-/yoga-layout-3.2.1.tgz", 9560 "integrity": "sha512-0LPOt3AxKqMdFBZA3HBAt/t/8vIKq7VaQYbuA8WxCgung+p9TVyKRYdpvCb80HcdTN2NkbIKbhNwKUfm3tQywQ==", 9561 "license": "MIT" 9562 }, 9563 "node_modules/zod": { 9564 "version": "4.3.6", 9565 "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz", 9566 "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==", 9567 "license": "MIT", 9568 "funding": { 9569 "url": "https://github.com/sponsors/colinhacks" 9570 } 9571 }, 9572 "node_modules/zod-to-json-schema": { 9573 "version": "3.25.1", 9574 "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.1.tgz", 9575 "integrity": "sha512-pM/SU9d3YAggzi6MtR4h7ruuQlqKtad8e9S0fmxcMi+ueAK5Korys/aWcV9LIIHTVbj01NdzxcnXSN+O74ZIVA==", 9576 "license": "ISC", 9577 "peerDependencies": { 9578 "zod": "^3.25 || ^4" 9579 } 9580 }, 9581 "node_modules/zwitch": { 9582 "version": "2.0.4", 9583 "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", 9584 "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", 9585 "license": "MIT", 9586 "funding": { 9587 "type": "github", 9588 "url": "https://github.com/sponsors/wooorm" 9589 } 9590 }, 9591 "packages/appview": { 9592 "name": "hatk", 9593 "extraneous": true, 9594 "dependencies": { 9595 "@bigmoves/lexicon": "^0.2.1", 9596 "@duckdb/node-api": "^1.4.4-r.1", 9597 "@hatk/oauth-client": "*", 9598 "@resvg/resvg-js": "^2.6.2", 9599 "satori": "^0.19.2", 9600 "vitest": "^4", 9601 "yaml": "^2.7.0" 9602 }, 9603 "bin": { 9604 "hatk": "src/cli.ts" 9605 }, 9606 "devDependencies": { 9607 "@playwright/test": "^1.58.2", 9608 "@types/react": "^19.2.14", 9609 "vite": "^6" 9610 } 9611 }, 9612 "packages/docs": { 9613 "name": "@hatk/docs", 9614 "extraneous": true, 9615 "dependencies": { 9616 "@astrojs/starlight": "^0.37.7", 9617 "astro": "^5.6.1", 9618 "sharp": "^0.34.2" 9619 } 9620 }, 9621 "packages/hatk": { 9622 "name": "@hatk/hatk", 9623 "version": "0.0.1-alpha.24", 9624 "license": "MIT", 9625 "dependencies": { 9626 "@bigmoves/lexicon": "^0.2.1", 9627 "@duckdb/node-api": "^1.4.4-r.1", 9628 "@hatk/oauth-client": "*", 9629 "@resvg/resvg-js": "^2.6.2", 9630 "better-sqlite3": "^12.6.2", 9631 "satori": "^0.19.2", 9632 "vitest": "^4", 9633 "yaml": "^2.7.0" 9634 }, 9635 "bin": { 9636 "hatk": "dist/cli.js" 9637 }, 9638 "devDependencies": { 9639 "@playwright/test": "^1.58.2", 9640 "@types/better-sqlite3": "^7.6.13", 9641 "@types/react": "^19.2.14", 9642 "vite": "^8.0.0" 9643 }, 9644 "peerDependencies": { 9645 "vite": "^8.0.0" 9646 } 9647 }, 9648 "packages/hatk/node_modules/vite": { 9649 "version": "8.0.0", 9650 "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.0.tgz", 9651 "integrity": "sha512-fPGaRNj9Zytaf8LEiBhY7Z6ijnFKdzU/+mL8EFBaKr7Vw1/FWcTBAMW0wLPJAGMPX38ZPVCVgLceWiEqeoqL2Q==", 9652 "dev": true, 9653 "license": "MIT", 9654 "dependencies": { 9655 "@oxc-project/runtime": "0.115.0", 9656 "lightningcss": "^1.32.0", 9657 "picomatch": "^4.0.3", 9658 "postcss": "^8.5.8", 9659 "rolldown": "1.0.0-rc.9", 9660 "tinyglobby": "^0.2.15" 9661 }, 9662 "bin": { 9663 "vite": "bin/vite.js" 9664 }, 9665 "engines": { 9666 "node": "^20.19.0 || >=22.12.0" 9667 }, 9668 "funding": { 9669 "url": "https://github.com/vitejs/vite?sponsor=1" 9670 }, 9671 "optionalDependencies": { 9672 "fsevents": "~2.3.3" 9673 }, 9674 "peerDependencies": { 9675 "@types/node": "^20.19.0 || >=22.12.0", 9676 "@vitejs/devtools": "^0.0.0-alpha.31", 9677 "esbuild": "^0.27.0", 9678 "jiti": ">=1.21.0", 9679 "less": "^4.0.0", 9680 "sass": "^1.70.0", 9681 "sass-embedded": "^1.70.0", 9682 "stylus": ">=0.54.8", 9683 "sugarss": "^5.0.0", 9684 "terser": "^5.16.0", 9685 "tsx": "^4.8.1", 9686 "yaml": "^2.4.2" 9687 }, 9688 "peerDependenciesMeta": { 9689 "@types/node": { 9690 "optional": true 9691 }, 9692 "@vitejs/devtools": { 9693 "optional": true 9694 }, 9695 "esbuild": { 9696 "optional": true 9697 }, 9698 "jiti": { 9699 "optional": true 9700 }, 9701 "less": { 9702 "optional": true 9703 }, 9704 "sass": { 9705 "optional": true 9706 }, 9707 "sass-embedded": { 9708 "optional": true 9709 }, 9710 "stylus": { 9711 "optional": true 9712 }, 9713 "sugarss": { 9714 "optional": true 9715 }, 9716 "terser": { 9717 "optional": true 9718 }, 9719 "tsx": { 9720 "optional": true 9721 }, 9722 "yaml": { 9723 "optional": true 9724 } 9725 } 9726 }, 9727 "packages/oauth-client": { 9728 "name": "@hatk/oauth-client", 9729 "version": "0.0.1-alpha.0", 9730 "license": "MIT" 9731 } 9732 } 9733}