A WhiteWind blog to Leaflet publication conversion tool
at main 115 kB view raw
1{ 2 "name": "sv", 3 "version": "0.0.1", 4 "lockfileVersion": 3, 5 "requires": true, 6 "packages": { 7 "": { 8 "name": "sv", 9 "version": "0.0.1", 10 "dependencies": { 11 "@atproto/api": "^0.13.16", 12 "file-saver": "^2.0.5", 13 "jszip": "^3.10.1", 14 "mdast-util-to-string": "^4.0.0", 15 "remark-gfm": "^4.0.0", 16 "remark-parse": "^11.0.0", 17 "unified": "^11.0.4" 18 }, 19 "devDependencies": { 20 "@sveltejs/adapter-auto": "^6.0.0", 21 "@sveltejs/kit": "^2.22.0", 22 "@sveltejs/vite-plugin-svelte": "^6.0.0", 23 "@tailwindcss/vite": "^4.0.0", 24 "prettier": "^3.4.2", 25 "prettier-plugin-svelte": "^3.3.3", 26 "prettier-plugin-tailwindcss": "^0.6.11", 27 "svelte": "^5.0.0", 28 "svelte-check": "^4.0.0", 29 "tailwindcss": "^4.0.0", 30 "typescript": "^5.0.0", 31 "vite": "^7.0.4" 32 } 33 }, 34 "node_modules/@atproto/api": { 35 "version": "0.13.35", 36 "resolved": "https://registry.npmjs.org/@atproto/api/-/api-0.13.35.tgz", 37 "integrity": "sha512-vsEfBj0C333TLjDppvTdTE0IdKlXuljKSveAeI4PPx/l6eUKNnDTsYxvILtXUVzwUlTDmSRqy5O4Ryh78n1b7g==", 38 "license": "MIT", 39 "dependencies": { 40 "@atproto/common-web": "^0.4.0", 41 "@atproto/lexicon": "^0.4.6", 42 "@atproto/syntax": "^0.3.2", 43 "@atproto/xrpc": "^0.6.8", 44 "await-lock": "^2.2.2", 45 "multiformats": "^9.9.0", 46 "tlds": "^1.234.0", 47 "zod": "^3.23.8" 48 } 49 }, 50 "node_modules/@atproto/common-web": { 51 "version": "0.4.3", 52 "resolved": "https://registry.npmjs.org/@atproto/common-web/-/common-web-0.4.3.tgz", 53 "integrity": "sha512-nRDINmSe4VycJzPo6fP/hEltBcULFxt9Kw7fQk6405FyAWZiTluYHlXOnU7GkQfeUK44OENG1qFTBcmCJ7e8pg==", 54 "license": "MIT", 55 "dependencies": { 56 "graphemer": "^1.4.0", 57 "multiformats": "^9.9.0", 58 "uint8arrays": "3.0.0", 59 "zod": "^3.23.8" 60 } 61 }, 62 "node_modules/@atproto/lexicon": { 63 "version": "0.4.14", 64 "resolved": "https://registry.npmjs.org/@atproto/lexicon/-/lexicon-0.4.14.tgz", 65 "integrity": "sha512-jiKpmH1QER3Gvc7JVY5brwrfo+etFoe57tKPQX/SmPwjvUsFnJAow5xLIryuBaJgFAhnTZViXKs41t//pahGHQ==", 66 "license": "MIT", 67 "dependencies": { 68 "@atproto/common-web": "^0.4.2", 69 "@atproto/syntax": "^0.4.0", 70 "iso-datestring-validator": "^2.2.2", 71 "multiformats": "^9.9.0", 72 "zod": "^3.23.8" 73 } 74 }, 75 "node_modules/@atproto/lexicon/node_modules/@atproto/syntax": { 76 "version": "0.4.1", 77 "resolved": "https://registry.npmjs.org/@atproto/syntax/-/syntax-0.4.1.tgz", 78 "integrity": "sha512-CJdImtLAiFO+0z3BWTtxwk6aY5w4t8orHTMVJgkf++QRJWTxPbIFko/0hrkADB7n2EruDxDSeAgfUGehpH6ngw==", 79 "license": "MIT" 80 }, 81 "node_modules/@atproto/syntax": { 82 "version": "0.3.4", 83 "resolved": "https://registry.npmjs.org/@atproto/syntax/-/syntax-0.3.4.tgz", 84 "integrity": "sha512-8CNmi5DipOLaVeSMPggMe7FCksVag0aO6XZy9WflbduTKM4dFZVCs4686UeMLfGRXX+X966XgwECHoLYrovMMg==", 85 "license": "MIT" 86 }, 87 "node_modules/@atproto/xrpc": { 88 "version": "0.6.12", 89 "resolved": "https://registry.npmjs.org/@atproto/xrpc/-/xrpc-0.6.12.tgz", 90 "integrity": "sha512-Ut3iISNLujlmY9Gu8sNU+SPDJDvqlVzWddU8qUr0Yae5oD4SguaUFjjhireMGhQ3M5E0KljQgDbTmnBo1kIZ3w==", 91 "license": "MIT", 92 "dependencies": { 93 "@atproto/lexicon": "^0.4.10", 94 "zod": "^3.23.8" 95 } 96 }, 97 "node_modules/@esbuild/aix-ppc64": { 98 "version": "0.25.9", 99 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.9.tgz", 100 "integrity": "sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==", 101 "cpu": [ 102 "ppc64" 103 ], 104 "dev": true, 105 "license": "MIT", 106 "optional": true, 107 "os": [ 108 "aix" 109 ], 110 "engines": { 111 "node": ">=18" 112 } 113 }, 114 "node_modules/@esbuild/android-arm": { 115 "version": "0.25.9", 116 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.9.tgz", 117 "integrity": "sha512-5WNI1DaMtxQ7t7B6xa572XMXpHAaI/9Hnhk8lcxF4zVN4xstUgTlvuGDorBguKEnZO70qwEcLpfifMLoxiPqHQ==", 118 "cpu": [ 119 "arm" 120 ], 121 "dev": true, 122 "license": "MIT", 123 "optional": true, 124 "os": [ 125 "android" 126 ], 127 "engines": { 128 "node": ">=18" 129 } 130 }, 131 "node_modules/@esbuild/android-arm64": { 132 "version": "0.25.9", 133 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.9.tgz", 134 "integrity": "sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==", 135 "cpu": [ 136 "arm64" 137 ], 138 "dev": true, 139 "license": "MIT", 140 "optional": true, 141 "os": [ 142 "android" 143 ], 144 "engines": { 145 "node": ">=18" 146 } 147 }, 148 "node_modules/@esbuild/android-x64": { 149 "version": "0.25.9", 150 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.9.tgz", 151 "integrity": "sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==", 152 "cpu": [ 153 "x64" 154 ], 155 "dev": true, 156 "license": "MIT", 157 "optional": true, 158 "os": [ 159 "android" 160 ], 161 "engines": { 162 "node": ">=18" 163 } 164 }, 165 "node_modules/@esbuild/darwin-arm64": { 166 "version": "0.25.9", 167 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.9.tgz", 168 "integrity": "sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==", 169 "cpu": [ 170 "arm64" 171 ], 172 "dev": true, 173 "license": "MIT", 174 "optional": true, 175 "os": [ 176 "darwin" 177 ], 178 "engines": { 179 "node": ">=18" 180 } 181 }, 182 "node_modules/@esbuild/darwin-x64": { 183 "version": "0.25.9", 184 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.9.tgz", 185 "integrity": "sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==", 186 "cpu": [ 187 "x64" 188 ], 189 "dev": true, 190 "license": "MIT", 191 "optional": true, 192 "os": [ 193 "darwin" 194 ], 195 "engines": { 196 "node": ">=18" 197 } 198 }, 199 "node_modules/@esbuild/freebsd-arm64": { 200 "version": "0.25.9", 201 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.9.tgz", 202 "integrity": "sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==", 203 "cpu": [ 204 "arm64" 205 ], 206 "dev": true, 207 "license": "MIT", 208 "optional": true, 209 "os": [ 210 "freebsd" 211 ], 212 "engines": { 213 "node": ">=18" 214 } 215 }, 216 "node_modules/@esbuild/freebsd-x64": { 217 "version": "0.25.9", 218 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.9.tgz", 219 "integrity": "sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==", 220 "cpu": [ 221 "x64" 222 ], 223 "dev": true, 224 "license": "MIT", 225 "optional": true, 226 "os": [ 227 "freebsd" 228 ], 229 "engines": { 230 "node": ">=18" 231 } 232 }, 233 "node_modules/@esbuild/linux-arm": { 234 "version": "0.25.9", 235 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.9.tgz", 236 "integrity": "sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==", 237 "cpu": [ 238 "arm" 239 ], 240 "dev": true, 241 "license": "MIT", 242 "optional": true, 243 "os": [ 244 "linux" 245 ], 246 "engines": { 247 "node": ">=18" 248 } 249 }, 250 "node_modules/@esbuild/linux-arm64": { 251 "version": "0.25.9", 252 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.9.tgz", 253 "integrity": "sha512-BlB7bIcLT3G26urh5Dmse7fiLmLXnRlopw4s8DalgZ8ef79Jj4aUcYbk90g8iCa2467HX8SAIidbL7gsqXHdRw==", 254 "cpu": [ 255 "arm64" 256 ], 257 "dev": true, 258 "license": "MIT", 259 "optional": true, 260 "os": [ 261 "linux" 262 ], 263 "engines": { 264 "node": ">=18" 265 } 266 }, 267 "node_modules/@esbuild/linux-ia32": { 268 "version": "0.25.9", 269 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.9.tgz", 270 "integrity": "sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==", 271 "cpu": [ 272 "ia32" 273 ], 274 "dev": true, 275 "license": "MIT", 276 "optional": true, 277 "os": [ 278 "linux" 279 ], 280 "engines": { 281 "node": ">=18" 282 } 283 }, 284 "node_modules/@esbuild/linux-loong64": { 285 "version": "0.25.9", 286 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.9.tgz", 287 "integrity": "sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==", 288 "cpu": [ 289 "loong64" 290 ], 291 "dev": true, 292 "license": "MIT", 293 "optional": true, 294 "os": [ 295 "linux" 296 ], 297 "engines": { 298 "node": ">=18" 299 } 300 }, 301 "node_modules/@esbuild/linux-mips64el": { 302 "version": "0.25.9", 303 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.9.tgz", 304 "integrity": "sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==", 305 "cpu": [ 306 "mips64el" 307 ], 308 "dev": true, 309 "license": "MIT", 310 "optional": true, 311 "os": [ 312 "linux" 313 ], 314 "engines": { 315 "node": ">=18" 316 } 317 }, 318 "node_modules/@esbuild/linux-ppc64": { 319 "version": "0.25.9", 320 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.9.tgz", 321 "integrity": "sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==", 322 "cpu": [ 323 "ppc64" 324 ], 325 "dev": true, 326 "license": "MIT", 327 "optional": true, 328 "os": [ 329 "linux" 330 ], 331 "engines": { 332 "node": ">=18" 333 } 334 }, 335 "node_modules/@esbuild/linux-riscv64": { 336 "version": "0.25.9", 337 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.9.tgz", 338 "integrity": "sha512-uNIBa279Y3fkjV+2cUjx36xkx7eSjb8IvnL01eXUKXez/CBHNRw5ekCGMPM0BcmqBxBcdgUWuUXmVWwm4CH9kg==", 339 "cpu": [ 340 "riscv64" 341 ], 342 "dev": true, 343 "license": "MIT", 344 "optional": true, 345 "os": [ 346 "linux" 347 ], 348 "engines": { 349 "node": ">=18" 350 } 351 }, 352 "node_modules/@esbuild/linux-s390x": { 353 "version": "0.25.9", 354 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.9.tgz", 355 "integrity": "sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==", 356 "cpu": [ 357 "s390x" 358 ], 359 "dev": true, 360 "license": "MIT", 361 "optional": true, 362 "os": [ 363 "linux" 364 ], 365 "engines": { 366 "node": ">=18" 367 } 368 }, 369 "node_modules/@esbuild/linux-x64": { 370 "version": "0.25.9", 371 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.9.tgz", 372 "integrity": "sha512-iSwByxzRe48YVkmpbgoxVzn76BXjlYFXC7NvLYq+b+kDjyyk30J0JY47DIn8z1MO3K0oSl9fZoRmZPQI4Hklzg==", 373 "cpu": [ 374 "x64" 375 ], 376 "dev": true, 377 "license": "MIT", 378 "optional": true, 379 "os": [ 380 "linux" 381 ], 382 "engines": { 383 "node": ">=18" 384 } 385 }, 386 "node_modules/@esbuild/netbsd-arm64": { 387 "version": "0.25.9", 388 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.9.tgz", 389 "integrity": "sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==", 390 "cpu": [ 391 "arm64" 392 ], 393 "dev": true, 394 "license": "MIT", 395 "optional": true, 396 "os": [ 397 "netbsd" 398 ], 399 "engines": { 400 "node": ">=18" 401 } 402 }, 403 "node_modules/@esbuild/netbsd-x64": { 404 "version": "0.25.9", 405 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.9.tgz", 406 "integrity": "sha512-RLLdkflmqRG8KanPGOU7Rpg829ZHu8nFy5Pqdi9U01VYtG9Y0zOG6Vr2z4/S+/3zIyOxiK6cCeYNWOFR9QP87g==", 407 "cpu": [ 408 "x64" 409 ], 410 "dev": true, 411 "license": "MIT", 412 "optional": true, 413 "os": [ 414 "netbsd" 415 ], 416 "engines": { 417 "node": ">=18" 418 } 419 }, 420 "node_modules/@esbuild/openbsd-arm64": { 421 "version": "0.25.9", 422 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.9.tgz", 423 "integrity": "sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==", 424 "cpu": [ 425 "arm64" 426 ], 427 "dev": true, 428 "license": "MIT", 429 "optional": true, 430 "os": [ 431 "openbsd" 432 ], 433 "engines": { 434 "node": ">=18" 435 } 436 }, 437 "node_modules/@esbuild/openbsd-x64": { 438 "version": "0.25.9", 439 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.9.tgz", 440 "integrity": "sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==", 441 "cpu": [ 442 "x64" 443 ], 444 "dev": true, 445 "license": "MIT", 446 "optional": true, 447 "os": [ 448 "openbsd" 449 ], 450 "engines": { 451 "node": ">=18" 452 } 453 }, 454 "node_modules/@esbuild/openharmony-arm64": { 455 "version": "0.25.9", 456 "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.9.tgz", 457 "integrity": "sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==", 458 "cpu": [ 459 "arm64" 460 ], 461 "dev": true, 462 "license": "MIT", 463 "optional": true, 464 "os": [ 465 "openharmony" 466 ], 467 "engines": { 468 "node": ">=18" 469 } 470 }, 471 "node_modules/@esbuild/sunos-x64": { 472 "version": "0.25.9", 473 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.9.tgz", 474 "integrity": "sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==", 475 "cpu": [ 476 "x64" 477 ], 478 "dev": true, 479 "license": "MIT", 480 "optional": true, 481 "os": [ 482 "sunos" 483 ], 484 "engines": { 485 "node": ">=18" 486 } 487 }, 488 "node_modules/@esbuild/win32-arm64": { 489 "version": "0.25.9", 490 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.9.tgz", 491 "integrity": "sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==", 492 "cpu": [ 493 "arm64" 494 ], 495 "dev": true, 496 "license": "MIT", 497 "optional": true, 498 "os": [ 499 "win32" 500 ], 501 "engines": { 502 "node": ">=18" 503 } 504 }, 505 "node_modules/@esbuild/win32-ia32": { 506 "version": "0.25.9", 507 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.9.tgz", 508 "integrity": "sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==", 509 "cpu": [ 510 "ia32" 511 ], 512 "dev": true, 513 "license": "MIT", 514 "optional": true, 515 "os": [ 516 "win32" 517 ], 518 "engines": { 519 "node": ">=18" 520 } 521 }, 522 "node_modules/@esbuild/win32-x64": { 523 "version": "0.25.9", 524 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.9.tgz", 525 "integrity": "sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ==", 526 "cpu": [ 527 "x64" 528 ], 529 "dev": true, 530 "license": "MIT", 531 "optional": true, 532 "os": [ 533 "win32" 534 ], 535 "engines": { 536 "node": ">=18" 537 } 538 }, 539 "node_modules/@isaacs/fs-minipass": { 540 "version": "4.0.1", 541 "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz", 542 "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==", 543 "dev": true, 544 "license": "ISC", 545 "dependencies": { 546 "minipass": "^7.0.4" 547 }, 548 "engines": { 549 "node": ">=18.0.0" 550 } 551 }, 552 "node_modules/@jridgewell/gen-mapping": { 553 "version": "0.3.13", 554 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", 555 "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", 556 "dev": true, 557 "license": "MIT", 558 "dependencies": { 559 "@jridgewell/sourcemap-codec": "^1.5.0", 560 "@jridgewell/trace-mapping": "^0.3.24" 561 } 562 }, 563 "node_modules/@jridgewell/remapping": { 564 "version": "2.3.5", 565 "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", 566 "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", 567 "dev": true, 568 "license": "MIT", 569 "dependencies": { 570 "@jridgewell/gen-mapping": "^0.3.5", 571 "@jridgewell/trace-mapping": "^0.3.24" 572 } 573 }, 574 "node_modules/@jridgewell/resolve-uri": { 575 "version": "3.1.2", 576 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", 577 "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", 578 "dev": true, 579 "license": "MIT", 580 "engines": { 581 "node": ">=6.0.0" 582 } 583 }, 584 "node_modules/@jridgewell/sourcemap-codec": { 585 "version": "1.5.5", 586 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", 587 "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", 588 "dev": true, 589 "license": "MIT" 590 }, 591 "node_modules/@jridgewell/trace-mapping": { 592 "version": "0.3.30", 593 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.30.tgz", 594 "integrity": "sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q==", 595 "dev": true, 596 "license": "MIT", 597 "dependencies": { 598 "@jridgewell/resolve-uri": "^3.1.0", 599 "@jridgewell/sourcemap-codec": "^1.4.14" 600 } 601 }, 602 "node_modules/@polka/url": { 603 "version": "1.0.0-next.29", 604 "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz", 605 "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==", 606 "dev": true, 607 "license": "MIT" 608 }, 609 "node_modules/@rollup/rollup-android-arm-eabi": { 610 "version": "4.50.0", 611 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.50.0.tgz", 612 "integrity": "sha512-lVgpeQyy4fWN5QYebtW4buT/4kn4p4IJ+kDNB4uYNT5b8c8DLJDg6titg20NIg7E8RWwdWZORW6vUFfrLyG3KQ==", 613 "cpu": [ 614 "arm" 615 ], 616 "dev": true, 617 "license": "MIT", 618 "optional": true, 619 "os": [ 620 "android" 621 ] 622 }, 623 "node_modules/@rollup/rollup-android-arm64": { 624 "version": "4.50.0", 625 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.50.0.tgz", 626 "integrity": "sha512-2O73dR4Dc9bp+wSYhviP6sDziurB5/HCym7xILKifWdE9UsOe2FtNcM+I4xZjKrfLJnq5UR8k9riB87gauiQtw==", 627 "cpu": [ 628 "arm64" 629 ], 630 "dev": true, 631 "license": "MIT", 632 "optional": true, 633 "os": [ 634 "android" 635 ] 636 }, 637 "node_modules/@rollup/rollup-darwin-arm64": { 638 "version": "4.50.0", 639 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.50.0.tgz", 640 "integrity": "sha512-vwSXQN8T4sKf1RHr1F0s98Pf8UPz7pS6P3LG9NSmuw0TVh7EmaE+5Ny7hJOZ0M2yuTctEsHHRTMi2wuHkdS6Hg==", 641 "cpu": [ 642 "arm64" 643 ], 644 "dev": true, 645 "license": "MIT", 646 "optional": true, 647 "os": [ 648 "darwin" 649 ] 650 }, 651 "node_modules/@rollup/rollup-darwin-x64": { 652 "version": "4.50.0", 653 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.50.0.tgz", 654 "integrity": "sha512-cQp/WG8HE7BCGyFVuzUg0FNmupxC+EPZEwWu2FCGGw5WDT1o2/YlENbm5e9SMvfDFR6FRhVCBePLqj0o8MN7Vw==", 655 "cpu": [ 656 "x64" 657 ], 658 "dev": true, 659 "license": "MIT", 660 "optional": true, 661 "os": [ 662 "darwin" 663 ] 664 }, 665 "node_modules/@rollup/rollup-freebsd-arm64": { 666 "version": "4.50.0", 667 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.50.0.tgz", 668 "integrity": "sha512-UR1uTJFU/p801DvvBbtDD7z9mQL8J80xB0bR7DqW7UGQHRm/OaKzp4is7sQSdbt2pjjSS72eAtRh43hNduTnnQ==", 669 "cpu": [ 670 "arm64" 671 ], 672 "dev": true, 673 "license": "MIT", 674 "optional": true, 675 "os": [ 676 "freebsd" 677 ] 678 }, 679 "node_modules/@rollup/rollup-freebsd-x64": { 680 "version": "4.50.0", 681 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.50.0.tgz", 682 "integrity": "sha512-G/DKyS6PK0dD0+VEzH/6n/hWDNPDZSMBmqsElWnCRGrYOb2jC0VSupp7UAHHQ4+QILwkxSMaYIbQ72dktp8pKA==", 683 "cpu": [ 684 "x64" 685 ], 686 "dev": true, 687 "license": "MIT", 688 "optional": true, 689 "os": [ 690 "freebsd" 691 ] 692 }, 693 "node_modules/@rollup/rollup-linux-arm-gnueabihf": { 694 "version": "4.50.0", 695 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.50.0.tgz", 696 "integrity": "sha512-u72Mzc6jyJwKjJbZZcIYmd9bumJu7KNmHYdue43vT1rXPm2rITwmPWF0mmPzLm9/vJWxIRbao/jrQmxTO0Sm9w==", 697 "cpu": [ 698 "arm" 699 ], 700 "dev": true, 701 "license": "MIT", 702 "optional": true, 703 "os": [ 704 "linux" 705 ] 706 }, 707 "node_modules/@rollup/rollup-linux-arm-musleabihf": { 708 "version": "4.50.0", 709 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.50.0.tgz", 710 "integrity": "sha512-S4UefYdV0tnynDJV1mdkNawp0E5Qm2MtSs330IyHgaccOFrwqsvgigUD29uT+B/70PDY1eQ3t40+xf6wIvXJyg==", 711 "cpu": [ 712 "arm" 713 ], 714 "dev": true, 715 "license": "MIT", 716 "optional": true, 717 "os": [ 718 "linux" 719 ] 720 }, 721 "node_modules/@rollup/rollup-linux-arm64-gnu": { 722 "version": "4.50.0", 723 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.50.0.tgz", 724 "integrity": "sha512-1EhkSvUQXJsIhk4msxP5nNAUWoB4MFDHhtc4gAYvnqoHlaL9V3F37pNHabndawsfy/Tp7BPiy/aSa6XBYbaD1g==", 725 "cpu": [ 726 "arm64" 727 ], 728 "dev": true, 729 "license": "MIT", 730 "optional": true, 731 "os": [ 732 "linux" 733 ] 734 }, 735 "node_modules/@rollup/rollup-linux-arm64-musl": { 736 "version": "4.50.0", 737 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.50.0.tgz", 738 "integrity": "sha512-EtBDIZuDtVg75xIPIK1l5vCXNNCIRM0OBPUG+tbApDuJAy9mKago6QxX+tfMzbCI6tXEhMuZuN1+CU8iDW+0UQ==", 739 "cpu": [ 740 "arm64" 741 ], 742 "dev": true, 743 "license": "MIT", 744 "optional": true, 745 "os": [ 746 "linux" 747 ] 748 }, 749 "node_modules/@rollup/rollup-linux-loongarch64-gnu": { 750 "version": "4.50.0", 751 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.50.0.tgz", 752 "integrity": "sha512-BGYSwJdMP0hT5CCmljuSNx7+k+0upweM2M4YGfFBjnFSZMHOLYR0gEEj/dxyYJ6Zc6AiSeaBY8dWOa11GF/ppQ==", 753 "cpu": [ 754 "loong64" 755 ], 756 "dev": true, 757 "license": "MIT", 758 "optional": true, 759 "os": [ 760 "linux" 761 ] 762 }, 763 "node_modules/@rollup/rollup-linux-ppc64-gnu": { 764 "version": "4.50.0", 765 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.50.0.tgz", 766 "integrity": "sha512-I1gSMzkVe1KzAxKAroCJL30hA4DqSi+wGc5gviD0y3IL/VkvcnAqwBf4RHXHyvH66YVHxpKO8ojrgc4SrWAnLg==", 767 "cpu": [ 768 "ppc64" 769 ], 770 "dev": true, 771 "license": "MIT", 772 "optional": true, 773 "os": [ 774 "linux" 775 ] 776 }, 777 "node_modules/@rollup/rollup-linux-riscv64-gnu": { 778 "version": "4.50.0", 779 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.50.0.tgz", 780 "integrity": "sha512-bSbWlY3jZo7molh4tc5dKfeSxkqnf48UsLqYbUhnkdnfgZjgufLS/NTA8PcP/dnvct5CCdNkABJ56CbclMRYCA==", 781 "cpu": [ 782 "riscv64" 783 ], 784 "dev": true, 785 "license": "MIT", 786 "optional": true, 787 "os": [ 788 "linux" 789 ] 790 }, 791 "node_modules/@rollup/rollup-linux-riscv64-musl": { 792 "version": "4.50.0", 793 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.50.0.tgz", 794 "integrity": "sha512-LSXSGumSURzEQLT2e4sFqFOv3LWZsEF8FK7AAv9zHZNDdMnUPYH3t8ZlaeYYZyTXnsob3htwTKeWtBIkPV27iQ==", 795 "cpu": [ 796 "riscv64" 797 ], 798 "dev": true, 799 "license": "MIT", 800 "optional": true, 801 "os": [ 802 "linux" 803 ] 804 }, 805 "node_modules/@rollup/rollup-linux-s390x-gnu": { 806 "version": "4.50.0", 807 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.50.0.tgz", 808 "integrity": "sha512-CxRKyakfDrsLXiCyucVfVWVoaPA4oFSpPpDwlMcDFQvrv3XY6KEzMtMZrA+e/goC8xxp2WSOxHQubP8fPmmjOQ==", 809 "cpu": [ 810 "s390x" 811 ], 812 "dev": true, 813 "license": "MIT", 814 "optional": true, 815 "os": [ 816 "linux" 817 ] 818 }, 819 "node_modules/@rollup/rollup-linux-x64-gnu": { 820 "version": "4.50.0", 821 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.50.0.tgz", 822 "integrity": "sha512-8PrJJA7/VU8ToHVEPu14FzuSAqVKyo5gg/J8xUerMbyNkWkO9j2ExBho/68RnJsMGNJq4zH114iAttgm7BZVkA==", 823 "cpu": [ 824 "x64" 825 ], 826 "dev": true, 827 "license": "MIT", 828 "optional": true, 829 "os": [ 830 "linux" 831 ] 832 }, 833 "node_modules/@rollup/rollup-linux-x64-musl": { 834 "version": "4.50.0", 835 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.50.0.tgz", 836 "integrity": "sha512-SkE6YQp+CzpyOrbw7Oc4MgXFvTw2UIBElvAvLCo230pyxOLmYwRPwZ/L5lBe/VW/qT1ZgND9wJfOsdy0XptRvw==", 837 "cpu": [ 838 "x64" 839 ], 840 "dev": true, 841 "license": "MIT", 842 "optional": true, 843 "os": [ 844 "linux" 845 ] 846 }, 847 "node_modules/@rollup/rollup-openharmony-arm64": { 848 "version": "4.50.0", 849 "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.50.0.tgz", 850 "integrity": "sha512-PZkNLPfvXeIOgJWA804zjSFH7fARBBCpCXxgkGDRjjAhRLOR8o0IGS01ykh5GYfod4c2yiiREuDM8iZ+pVsT+Q==", 851 "cpu": [ 852 "arm64" 853 ], 854 "dev": true, 855 "license": "MIT", 856 "optional": true, 857 "os": [ 858 "openharmony" 859 ] 860 }, 861 "node_modules/@rollup/rollup-win32-arm64-msvc": { 862 "version": "4.50.0", 863 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.50.0.tgz", 864 "integrity": "sha512-q7cIIdFvWQoaCbLDUyUc8YfR3Jh2xx3unO8Dn6/TTogKjfwrax9SyfmGGK6cQhKtjePI7jRfd7iRYcxYs93esg==", 865 "cpu": [ 866 "arm64" 867 ], 868 "dev": true, 869 "license": "MIT", 870 "optional": true, 871 "os": [ 872 "win32" 873 ] 874 }, 875 "node_modules/@rollup/rollup-win32-ia32-msvc": { 876 "version": "4.50.0", 877 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.50.0.tgz", 878 "integrity": "sha512-XzNOVg/YnDOmFdDKcxxK410PrcbcqZkBmz+0FicpW5jtjKQxcW1BZJEQOF0NJa6JO7CZhett8GEtRN/wYLYJuw==", 879 "cpu": [ 880 "ia32" 881 ], 882 "dev": true, 883 "license": "MIT", 884 "optional": true, 885 "os": [ 886 "win32" 887 ] 888 }, 889 "node_modules/@rollup/rollup-win32-x64-msvc": { 890 "version": "4.50.0", 891 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.50.0.tgz", 892 "integrity": "sha512-xMmiWRR8sp72Zqwjgtf3QbZfF1wdh8X2ABu3EaozvZcyHJeU0r+XAnXdKgs4cCAp6ORoYoCygipYP1mjmbjrsg==", 893 "cpu": [ 894 "x64" 895 ], 896 "dev": true, 897 "license": "MIT", 898 "optional": true, 899 "os": [ 900 "win32" 901 ] 902 }, 903 "node_modules/@standard-schema/spec": { 904 "version": "1.0.0", 905 "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.0.0.tgz", 906 "integrity": "sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==", 907 "dev": true, 908 "license": "MIT" 909 }, 910 "node_modules/@sveltejs/acorn-typescript": { 911 "version": "1.0.5", 912 "resolved": "https://registry.npmjs.org/@sveltejs/acorn-typescript/-/acorn-typescript-1.0.5.tgz", 913 "integrity": "sha512-IwQk4yfwLdibDlrXVE04jTZYlLnwsTT2PIOQQGNLWfjavGifnk1JD1LcZjZaBTRcxZu2FfPfNLOE04DSu9lqtQ==", 914 "dev": true, 915 "license": "MIT", 916 "peerDependencies": { 917 "acorn": "^8.9.0" 918 } 919 }, 920 "node_modules/@sveltejs/adapter-auto": { 921 "version": "6.1.0", 922 "resolved": "https://registry.npmjs.org/@sveltejs/adapter-auto/-/adapter-auto-6.1.0.tgz", 923 "integrity": "sha512-shOuLI5D2s+0zTv2ab5M5PqfknXqWbKi+0UwB9yLTRIdzsK1R93JOO8jNhIYSHdW+IYXIYnLniu+JZqXs7h9Wg==", 924 "dev": true, 925 "license": "MIT", 926 "peerDependencies": { 927 "@sveltejs/kit": "^2.0.0" 928 } 929 }, 930 "node_modules/@sveltejs/kit": { 931 "version": "2.37.0", 932 "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.37.0.tgz", 933 "integrity": "sha512-xgKtpjQ6Ry4mdShd01ht5AODUsW7+K1iValPDq7QX8zI1hWOKREH9GjG8SRCN5tC4K7UXmMhuQam7gbLByVcnw==", 934 "dev": true, 935 "license": "MIT", 936 "dependencies": { 937 "@standard-schema/spec": "^1.0.0", 938 "@sveltejs/acorn-typescript": "^1.0.5", 939 "@types/cookie": "^0.6.0", 940 "acorn": "^8.14.1", 941 "cookie": "^0.6.0", 942 "devalue": "^5.3.2", 943 "esm-env": "^1.2.2", 944 "kleur": "^4.1.5", 945 "magic-string": "^0.30.5", 946 "mrmime": "^2.0.0", 947 "sade": "^1.8.1", 948 "set-cookie-parser": "^2.6.0", 949 "sirv": "^3.0.0" 950 }, 951 "bin": { 952 "svelte-kit": "svelte-kit.js" 953 }, 954 "engines": { 955 "node": ">=18.13" 956 }, 957 "peerDependencies": { 958 "@opentelemetry/api": "^1.0.0", 959 "@sveltejs/vite-plugin-svelte": "^3.0.0 || ^4.0.0-next.1 || ^5.0.0 || ^6.0.0-next.0", 960 "svelte": "^4.0.0 || ^5.0.0-next.0", 961 "vite": "^5.0.3 || ^6.0.0 || ^7.0.0-beta.0" 962 }, 963 "peerDependenciesMeta": { 964 "@opentelemetry/api": { 965 "optional": true 966 } 967 } 968 }, 969 "node_modules/@sveltejs/vite-plugin-svelte": { 970 "version": "6.1.4", 971 "resolved": "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte/-/vite-plugin-svelte-6.1.4.tgz", 972 "integrity": "sha512-4jfkfvsGI+U2OhHX8OPCKtMCf7g7ledXhs3E6UcA4EY0jQWsiVbe83pTAHp9XTifzYNOiD4AJieJUsI0qqxsbw==", 973 "dev": true, 974 "license": "MIT", 975 "dependencies": { 976 "@sveltejs/vite-plugin-svelte-inspector": "^5.0.0", 977 "debug": "^4.4.1", 978 "deepmerge": "^4.3.1", 979 "magic-string": "^0.30.17", 980 "vitefu": "^1.1.1" 981 }, 982 "engines": { 983 "node": "^20.19 || ^22.12 || >=24" 984 }, 985 "peerDependencies": { 986 "svelte": "^5.0.0", 987 "vite": "^6.3.0 || ^7.0.0" 988 } 989 }, 990 "node_modules/@sveltejs/vite-plugin-svelte-inspector": { 991 "version": "5.0.1", 992 "resolved": "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte-inspector/-/vite-plugin-svelte-inspector-5.0.1.tgz", 993 "integrity": "sha512-ubWshlMk4bc8mkwWbg6vNvCeT7lGQojE3ijDh3QTR6Zr/R+GXxsGbyH4PExEPpiFmqPhYiVSVmHBjUcVc1JIrA==", 994 "dev": true, 995 "license": "MIT", 996 "dependencies": { 997 "debug": "^4.4.1" 998 }, 999 "engines": { 1000 "node": "^20.19 || ^22.12 || >=24" 1001 }, 1002 "peerDependencies": { 1003 "@sveltejs/vite-plugin-svelte": "^6.0.0-next.0", 1004 "svelte": "^5.0.0", 1005 "vite": "^6.3.0 || ^7.0.0" 1006 } 1007 }, 1008 "node_modules/@tailwindcss/node": { 1009 "version": "4.1.12", 1010 "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.12.tgz", 1011 "integrity": "sha512-3hm9brwvQkZFe++SBt+oLjo4OLDtkvlE8q2WalaD/7QWaeM7KEJbAiY/LJZUaCs7Xa8aUu4xy3uoyX4q54UVdQ==", 1012 "dev": true, 1013 "license": "MIT", 1014 "dependencies": { 1015 "@jridgewell/remapping": "^2.3.4", 1016 "enhanced-resolve": "^5.18.3", 1017 "jiti": "^2.5.1", 1018 "lightningcss": "1.30.1", 1019 "magic-string": "^0.30.17", 1020 "source-map-js": "^1.2.1", 1021 "tailwindcss": "4.1.12" 1022 } 1023 }, 1024 "node_modules/@tailwindcss/oxide": { 1025 "version": "4.1.12", 1026 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.12.tgz", 1027 "integrity": "sha512-gM5EoKHW/ukmlEtphNwaGx45fGoEmP10v51t9unv55voWh6WrOL19hfuIdo2FjxIaZzw776/BUQg7Pck++cIVw==", 1028 "dev": true, 1029 "hasInstallScript": true, 1030 "license": "MIT", 1031 "dependencies": { 1032 "detect-libc": "^2.0.4", 1033 "tar": "^7.4.3" 1034 }, 1035 "engines": { 1036 "node": ">= 10" 1037 }, 1038 "optionalDependencies": { 1039 "@tailwindcss/oxide-android-arm64": "4.1.12", 1040 "@tailwindcss/oxide-darwin-arm64": "4.1.12", 1041 "@tailwindcss/oxide-darwin-x64": "4.1.12", 1042 "@tailwindcss/oxide-freebsd-x64": "4.1.12", 1043 "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.12", 1044 "@tailwindcss/oxide-linux-arm64-gnu": "4.1.12", 1045 "@tailwindcss/oxide-linux-arm64-musl": "4.1.12", 1046 "@tailwindcss/oxide-linux-x64-gnu": "4.1.12", 1047 "@tailwindcss/oxide-linux-x64-musl": "4.1.12", 1048 "@tailwindcss/oxide-wasm32-wasi": "4.1.12", 1049 "@tailwindcss/oxide-win32-arm64-msvc": "4.1.12", 1050 "@tailwindcss/oxide-win32-x64-msvc": "4.1.12" 1051 } 1052 }, 1053 "node_modules/@tailwindcss/oxide-android-arm64": { 1054 "version": "4.1.12", 1055 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.12.tgz", 1056 "integrity": "sha512-oNY5pq+1gc4T6QVTsZKwZaGpBb2N1H1fsc1GD4o7yinFySqIuRZ2E4NvGasWc6PhYJwGK2+5YT1f9Tp80zUQZQ==", 1057 "cpu": [ 1058 "arm64" 1059 ], 1060 "dev": true, 1061 "license": "MIT", 1062 "optional": true, 1063 "os": [ 1064 "android" 1065 ], 1066 "engines": { 1067 "node": ">= 10" 1068 } 1069 }, 1070 "node_modules/@tailwindcss/oxide-darwin-arm64": { 1071 "version": "4.1.12", 1072 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.12.tgz", 1073 "integrity": "sha512-cq1qmq2HEtDV9HvZlTtrj671mCdGB93bVY6J29mwCyaMYCP/JaUBXxrQQQm7Qn33AXXASPUb2HFZlWiiHWFytw==", 1074 "cpu": [ 1075 "arm64" 1076 ], 1077 "dev": true, 1078 "license": "MIT", 1079 "optional": true, 1080 "os": [ 1081 "darwin" 1082 ], 1083 "engines": { 1084 "node": ">= 10" 1085 } 1086 }, 1087 "node_modules/@tailwindcss/oxide-darwin-x64": { 1088 "version": "4.1.12", 1089 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.12.tgz", 1090 "integrity": "sha512-6UCsIeFUcBfpangqlXay9Ffty9XhFH1QuUFn0WV83W8lGdX8cD5/+2ONLluALJD5+yJ7k8mVtwy3zMZmzEfbLg==", 1091 "cpu": [ 1092 "x64" 1093 ], 1094 "dev": true, 1095 "license": "MIT", 1096 "optional": true, 1097 "os": [ 1098 "darwin" 1099 ], 1100 "engines": { 1101 "node": ">= 10" 1102 } 1103 }, 1104 "node_modules/@tailwindcss/oxide-freebsd-x64": { 1105 "version": "4.1.12", 1106 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.12.tgz", 1107 "integrity": "sha512-JOH/f7j6+nYXIrHobRYCtoArJdMJh5zy5lr0FV0Qu47MID/vqJAY3r/OElPzx1C/wdT1uS7cPq+xdYYelny1ww==", 1108 "cpu": [ 1109 "x64" 1110 ], 1111 "dev": true, 1112 "license": "MIT", 1113 "optional": true, 1114 "os": [ 1115 "freebsd" 1116 ], 1117 "engines": { 1118 "node": ">= 10" 1119 } 1120 }, 1121 "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { 1122 "version": "4.1.12", 1123 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.12.tgz", 1124 "integrity": "sha512-v4Ghvi9AU1SYgGr3/j38PD8PEe6bRfTnNSUE3YCMIRrrNigCFtHZ2TCm8142X8fcSqHBZBceDx+JlFJEfNg5zQ==", 1125 "cpu": [ 1126 "arm" 1127 ], 1128 "dev": true, 1129 "license": "MIT", 1130 "optional": true, 1131 "os": [ 1132 "linux" 1133 ], 1134 "engines": { 1135 "node": ">= 10" 1136 } 1137 }, 1138 "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { 1139 "version": "4.1.12", 1140 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.12.tgz", 1141 "integrity": "sha512-YP5s1LmetL9UsvVAKusHSyPlzSRqYyRB0f+Kl/xcYQSPLEw/BvGfxzbH+ihUciePDjiXwHh+p+qbSP3SlJw+6g==", 1142 "cpu": [ 1143 "arm64" 1144 ], 1145 "dev": true, 1146 "license": "MIT", 1147 "optional": true, 1148 "os": [ 1149 "linux" 1150 ], 1151 "engines": { 1152 "node": ">= 10" 1153 } 1154 }, 1155 "node_modules/@tailwindcss/oxide-linux-arm64-musl": { 1156 "version": "4.1.12", 1157 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.12.tgz", 1158 "integrity": "sha512-V8pAM3s8gsrXcCv6kCHSuwyb/gPsd863iT+v1PGXC4fSL/OJqsKhfK//v8P+w9ThKIoqNbEnsZqNy+WDnwQqCA==", 1159 "cpu": [ 1160 "arm64" 1161 ], 1162 "dev": true, 1163 "license": "MIT", 1164 "optional": true, 1165 "os": [ 1166 "linux" 1167 ], 1168 "engines": { 1169 "node": ">= 10" 1170 } 1171 }, 1172 "node_modules/@tailwindcss/oxide-linux-x64-gnu": { 1173 "version": "4.1.12", 1174 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.12.tgz", 1175 "integrity": "sha512-xYfqYLjvm2UQ3TZggTGrwxjYaLB62b1Wiysw/YE3Yqbh86sOMoTn0feF98PonP7LtjsWOWcXEbGqDL7zv0uW8Q==", 1176 "cpu": [ 1177 "x64" 1178 ], 1179 "dev": true, 1180 "license": "MIT", 1181 "optional": true, 1182 "os": [ 1183 "linux" 1184 ], 1185 "engines": { 1186 "node": ">= 10" 1187 } 1188 }, 1189 "node_modules/@tailwindcss/oxide-linux-x64-musl": { 1190 "version": "4.1.12", 1191 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.12.tgz", 1192 "integrity": "sha512-ha0pHPamN+fWZY7GCzz5rKunlv9L5R8kdh+YNvP5awe3LtuXb5nRi/H27GeL2U+TdhDOptU7T6Is7mdwh5Ar3A==", 1193 "cpu": [ 1194 "x64" 1195 ], 1196 "dev": true, 1197 "license": "MIT", 1198 "optional": true, 1199 "os": [ 1200 "linux" 1201 ], 1202 "engines": { 1203 "node": ">= 10" 1204 } 1205 }, 1206 "node_modules/@tailwindcss/oxide-wasm32-wasi": { 1207 "version": "4.1.12", 1208 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.12.tgz", 1209 "integrity": "sha512-4tSyu3dW+ktzdEpuk6g49KdEangu3eCYoqPhWNsZgUhyegEda3M9rG0/j1GV/JjVVsj+lG7jWAyrTlLzd/WEBg==", 1210 "bundleDependencies": [ 1211 "@napi-rs/wasm-runtime", 1212 "@emnapi/core", 1213 "@emnapi/runtime", 1214 "@tybys/wasm-util", 1215 "@emnapi/wasi-threads", 1216 "tslib" 1217 ], 1218 "cpu": [ 1219 "wasm32" 1220 ], 1221 "dev": true, 1222 "license": "MIT", 1223 "optional": true, 1224 "dependencies": { 1225 "@emnapi/core": "^1.4.5", 1226 "@emnapi/runtime": "^1.4.5", 1227 "@emnapi/wasi-threads": "^1.0.4", 1228 "@napi-rs/wasm-runtime": "^0.2.12", 1229 "@tybys/wasm-util": "^0.10.0", 1230 "tslib": "^2.8.0" 1231 }, 1232 "engines": { 1233 "node": ">=14.0.0" 1234 } 1235 }, 1236 "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { 1237 "version": "4.1.12", 1238 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.12.tgz", 1239 "integrity": "sha512-iGLyD/cVP724+FGtMWslhcFyg4xyYyM+5F4hGvKA7eifPkXHRAUDFaimu53fpNg9X8dfP75pXx/zFt/jlNF+lg==", 1240 "cpu": [ 1241 "arm64" 1242 ], 1243 "dev": true, 1244 "license": "MIT", 1245 "optional": true, 1246 "os": [ 1247 "win32" 1248 ], 1249 "engines": { 1250 "node": ">= 10" 1251 } 1252 }, 1253 "node_modules/@tailwindcss/oxide-win32-x64-msvc": { 1254 "version": "4.1.12", 1255 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.12.tgz", 1256 "integrity": "sha512-NKIh5rzw6CpEodv/++r0hGLlfgT/gFN+5WNdZtvh6wpU2BpGNgdjvj6H2oFc8nCM839QM1YOhjpgbAONUb4IxA==", 1257 "cpu": [ 1258 "x64" 1259 ], 1260 "dev": true, 1261 "license": "MIT", 1262 "optional": true, 1263 "os": [ 1264 "win32" 1265 ], 1266 "engines": { 1267 "node": ">= 10" 1268 } 1269 }, 1270 "node_modules/@tailwindcss/vite": { 1271 "version": "4.1.12", 1272 "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.1.12.tgz", 1273 "integrity": "sha512-4pt0AMFDx7gzIrAOIYgYP0KCBuKWqyW8ayrdiLEjoJTT4pKTjrzG/e4uzWtTLDziC+66R9wbUqZBccJalSE5vQ==", 1274 "dev": true, 1275 "license": "MIT", 1276 "dependencies": { 1277 "@tailwindcss/node": "4.1.12", 1278 "@tailwindcss/oxide": "4.1.12", 1279 "tailwindcss": "4.1.12" 1280 }, 1281 "peerDependencies": { 1282 "vite": "^5.2.0 || ^6 || ^7" 1283 } 1284 }, 1285 "node_modules/@types/cookie": { 1286 "version": "0.6.0", 1287 "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz", 1288 "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==", 1289 "dev": true, 1290 "license": "MIT" 1291 }, 1292 "node_modules/@types/debug": { 1293 "version": "4.1.12", 1294 "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", 1295 "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", 1296 "license": "MIT", 1297 "dependencies": { 1298 "@types/ms": "*" 1299 } 1300 }, 1301 "node_modules/@types/estree": { 1302 "version": "1.0.8", 1303 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", 1304 "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", 1305 "dev": true, 1306 "license": "MIT" 1307 }, 1308 "node_modules/@types/mdast": { 1309 "version": "4.0.4", 1310 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", 1311 "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", 1312 "license": "MIT", 1313 "dependencies": { 1314 "@types/unist": "*" 1315 } 1316 }, 1317 "node_modules/@types/ms": { 1318 "version": "2.1.0", 1319 "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", 1320 "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", 1321 "license": "MIT" 1322 }, 1323 "node_modules/@types/unist": { 1324 "version": "3.0.3", 1325 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 1326 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 1327 "license": "MIT" 1328 }, 1329 "node_modules/acorn": { 1330 "version": "8.15.0", 1331 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", 1332 "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", 1333 "dev": true, 1334 "license": "MIT", 1335 "bin": { 1336 "acorn": "bin/acorn" 1337 }, 1338 "engines": { 1339 "node": ">=0.4.0" 1340 } 1341 }, 1342 "node_modules/aria-query": { 1343 "version": "5.3.2", 1344 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz", 1345 "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==", 1346 "dev": true, 1347 "license": "Apache-2.0", 1348 "engines": { 1349 "node": ">= 0.4" 1350 } 1351 }, 1352 "node_modules/await-lock": { 1353 "version": "2.2.2", 1354 "resolved": "https://registry.npmjs.org/await-lock/-/await-lock-2.2.2.tgz", 1355 "integrity": "sha512-aDczADvlvTGajTDjcjpJMqRkOF6Qdz3YbPZm/PyW6tKPkx2hlYBzxMhEywM/tU72HrVZjgl5VCdRuMlA7pZ8Gw==", 1356 "license": "MIT" 1357 }, 1358 "node_modules/axobject-query": { 1359 "version": "4.1.0", 1360 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz", 1361 "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==", 1362 "dev": true, 1363 "license": "Apache-2.0", 1364 "engines": { 1365 "node": ">= 0.4" 1366 } 1367 }, 1368 "node_modules/bail": { 1369 "version": "2.0.2", 1370 "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", 1371 "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", 1372 "license": "MIT", 1373 "funding": { 1374 "type": "github", 1375 "url": "https://github.com/sponsors/wooorm" 1376 } 1377 }, 1378 "node_modules/ccount": { 1379 "version": "2.0.1", 1380 "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", 1381 "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", 1382 "license": "MIT", 1383 "funding": { 1384 "type": "github", 1385 "url": "https://github.com/sponsors/wooorm" 1386 } 1387 }, 1388 "node_modules/character-entities": { 1389 "version": "2.0.2", 1390 "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", 1391 "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", 1392 "license": "MIT", 1393 "funding": { 1394 "type": "github", 1395 "url": "https://github.com/sponsors/wooorm" 1396 } 1397 }, 1398 "node_modules/chokidar": { 1399 "version": "4.0.3", 1400 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz", 1401 "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==", 1402 "dev": true, 1403 "license": "MIT", 1404 "dependencies": { 1405 "readdirp": "^4.0.1" 1406 }, 1407 "engines": { 1408 "node": ">= 14.16.0" 1409 }, 1410 "funding": { 1411 "url": "https://paulmillr.com/funding/" 1412 } 1413 }, 1414 "node_modules/chownr": { 1415 "version": "3.0.0", 1416 "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz", 1417 "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==", 1418 "dev": true, 1419 "license": "BlueOak-1.0.0", 1420 "engines": { 1421 "node": ">=18" 1422 } 1423 }, 1424 "node_modules/clsx": { 1425 "version": "2.1.1", 1426 "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", 1427 "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", 1428 "dev": true, 1429 "license": "MIT", 1430 "engines": { 1431 "node": ">=6" 1432 } 1433 }, 1434 "node_modules/cookie": { 1435 "version": "0.6.0", 1436 "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", 1437 "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", 1438 "dev": true, 1439 "license": "MIT", 1440 "engines": { 1441 "node": ">= 0.6" 1442 } 1443 }, 1444 "node_modules/core-util-is": { 1445 "version": "1.0.3", 1446 "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", 1447 "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", 1448 "license": "MIT" 1449 }, 1450 "node_modules/debug": { 1451 "version": "4.4.1", 1452 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", 1453 "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", 1454 "license": "MIT", 1455 "dependencies": { 1456 "ms": "^2.1.3" 1457 }, 1458 "engines": { 1459 "node": ">=6.0" 1460 }, 1461 "peerDependenciesMeta": { 1462 "supports-color": { 1463 "optional": true 1464 } 1465 } 1466 }, 1467 "node_modules/decode-named-character-reference": { 1468 "version": "1.2.0", 1469 "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.2.0.tgz", 1470 "integrity": "sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==", 1471 "license": "MIT", 1472 "dependencies": { 1473 "character-entities": "^2.0.0" 1474 }, 1475 "funding": { 1476 "type": "github", 1477 "url": "https://github.com/sponsors/wooorm" 1478 } 1479 }, 1480 "node_modules/deepmerge": { 1481 "version": "4.3.1", 1482 "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", 1483 "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", 1484 "dev": true, 1485 "license": "MIT", 1486 "engines": { 1487 "node": ">=0.10.0" 1488 } 1489 }, 1490 "node_modules/dequal": { 1491 "version": "2.0.3", 1492 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", 1493 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", 1494 "license": "MIT", 1495 "engines": { 1496 "node": ">=6" 1497 } 1498 }, 1499 "node_modules/detect-libc": { 1500 "version": "2.0.4", 1501 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz", 1502 "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==", 1503 "dev": true, 1504 "license": "Apache-2.0", 1505 "engines": { 1506 "node": ">=8" 1507 } 1508 }, 1509 "node_modules/devalue": { 1510 "version": "5.3.2", 1511 "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.3.2.tgz", 1512 "integrity": "sha512-UDsjUbpQn9kvm68slnrs+mfxwFkIflOhkanmyabZ8zOYk8SMEIbJ3TK+88g70hSIeytu4y18f0z/hYHMTrXIWw==", 1513 "dev": true, 1514 "license": "MIT" 1515 }, 1516 "node_modules/devlop": { 1517 "version": "1.1.0", 1518 "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", 1519 "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", 1520 "license": "MIT", 1521 "dependencies": { 1522 "dequal": "^2.0.0" 1523 }, 1524 "funding": { 1525 "type": "github", 1526 "url": "https://github.com/sponsors/wooorm" 1527 } 1528 }, 1529 "node_modules/enhanced-resolve": { 1530 "version": "5.18.3", 1531 "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz", 1532 "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==", 1533 "dev": true, 1534 "license": "MIT", 1535 "dependencies": { 1536 "graceful-fs": "^4.2.4", 1537 "tapable": "^2.2.0" 1538 }, 1539 "engines": { 1540 "node": ">=10.13.0" 1541 } 1542 }, 1543 "node_modules/esbuild": { 1544 "version": "0.25.9", 1545 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.9.tgz", 1546 "integrity": "sha512-CRbODhYyQx3qp7ZEwzxOk4JBqmD/seJrzPa/cGjY1VtIn5E09Oi9/dB4JwctnfZ8Q8iT7rioVv5k/FNT/uf54g==", 1547 "dev": true, 1548 "hasInstallScript": true, 1549 "license": "MIT", 1550 "bin": { 1551 "esbuild": "bin/esbuild" 1552 }, 1553 "engines": { 1554 "node": ">=18" 1555 }, 1556 "optionalDependencies": { 1557 "@esbuild/aix-ppc64": "0.25.9", 1558 "@esbuild/android-arm": "0.25.9", 1559 "@esbuild/android-arm64": "0.25.9", 1560 "@esbuild/android-x64": "0.25.9", 1561 "@esbuild/darwin-arm64": "0.25.9", 1562 "@esbuild/darwin-x64": "0.25.9", 1563 "@esbuild/freebsd-arm64": "0.25.9", 1564 "@esbuild/freebsd-x64": "0.25.9", 1565 "@esbuild/linux-arm": "0.25.9", 1566 "@esbuild/linux-arm64": "0.25.9", 1567 "@esbuild/linux-ia32": "0.25.9", 1568 "@esbuild/linux-loong64": "0.25.9", 1569 "@esbuild/linux-mips64el": "0.25.9", 1570 "@esbuild/linux-ppc64": "0.25.9", 1571 "@esbuild/linux-riscv64": "0.25.9", 1572 "@esbuild/linux-s390x": "0.25.9", 1573 "@esbuild/linux-x64": "0.25.9", 1574 "@esbuild/netbsd-arm64": "0.25.9", 1575 "@esbuild/netbsd-x64": "0.25.9", 1576 "@esbuild/openbsd-arm64": "0.25.9", 1577 "@esbuild/openbsd-x64": "0.25.9", 1578 "@esbuild/openharmony-arm64": "0.25.9", 1579 "@esbuild/sunos-x64": "0.25.9", 1580 "@esbuild/win32-arm64": "0.25.9", 1581 "@esbuild/win32-ia32": "0.25.9", 1582 "@esbuild/win32-x64": "0.25.9" 1583 } 1584 }, 1585 "node_modules/escape-string-regexp": { 1586 "version": "5.0.0", 1587 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", 1588 "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", 1589 "license": "MIT", 1590 "engines": { 1591 "node": ">=12" 1592 }, 1593 "funding": { 1594 "url": "https://github.com/sponsors/sindresorhus" 1595 } 1596 }, 1597 "node_modules/esm-env": { 1598 "version": "1.2.2", 1599 "resolved": "https://registry.npmjs.org/esm-env/-/esm-env-1.2.2.tgz", 1600 "integrity": "sha512-Epxrv+Nr/CaL4ZcFGPJIYLWFom+YeV1DqMLHJoEd9SYRxNbaFruBwfEX/kkHUJf55j2+TUbmDcmuilbP1TmXHA==", 1601 "dev": true, 1602 "license": "MIT" 1603 }, 1604 "node_modules/esrap": { 1605 "version": "2.1.0", 1606 "resolved": "https://registry.npmjs.org/esrap/-/esrap-2.1.0.tgz", 1607 "integrity": "sha512-yzmPNpl7TBbMRC5Lj2JlJZNPml0tzqoqP5B1JXycNUwtqma9AKCO0M2wHrdgsHcy1WRW7S9rJknAMtByg3usgA==", 1608 "dev": true, 1609 "license": "MIT", 1610 "dependencies": { 1611 "@jridgewell/sourcemap-codec": "^1.4.15" 1612 } 1613 }, 1614 "node_modules/extend": { 1615 "version": "3.0.2", 1616 "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", 1617 "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", 1618 "license": "MIT" 1619 }, 1620 "node_modules/fdir": { 1621 "version": "6.5.0", 1622 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", 1623 "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", 1624 "dev": true, 1625 "license": "MIT", 1626 "engines": { 1627 "node": ">=12.0.0" 1628 }, 1629 "peerDependencies": { 1630 "picomatch": "^3 || ^4" 1631 }, 1632 "peerDependenciesMeta": { 1633 "picomatch": { 1634 "optional": true 1635 } 1636 } 1637 }, 1638 "node_modules/file-saver": { 1639 "version": "2.0.5", 1640 "resolved": "https://registry.npmjs.org/file-saver/-/file-saver-2.0.5.tgz", 1641 "integrity": "sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA==", 1642 "license": "MIT" 1643 }, 1644 "node_modules/fsevents": { 1645 "version": "2.3.3", 1646 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", 1647 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", 1648 "dev": true, 1649 "hasInstallScript": true, 1650 "license": "MIT", 1651 "optional": true, 1652 "os": [ 1653 "darwin" 1654 ], 1655 "engines": { 1656 "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 1657 } 1658 }, 1659 "node_modules/graceful-fs": { 1660 "version": "4.2.11", 1661 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", 1662 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", 1663 "dev": true, 1664 "license": "ISC" 1665 }, 1666 "node_modules/graphemer": { 1667 "version": "1.4.0", 1668 "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", 1669 "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", 1670 "license": "MIT" 1671 }, 1672 "node_modules/immediate": { 1673 "version": "3.0.6", 1674 "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz", 1675 "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==", 1676 "license": "MIT" 1677 }, 1678 "node_modules/inherits": { 1679 "version": "2.0.4", 1680 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", 1681 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", 1682 "license": "ISC" 1683 }, 1684 "node_modules/is-plain-obj": { 1685 "version": "4.1.0", 1686 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", 1687 "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", 1688 "license": "MIT", 1689 "engines": { 1690 "node": ">=12" 1691 }, 1692 "funding": { 1693 "url": "https://github.com/sponsors/sindresorhus" 1694 } 1695 }, 1696 "node_modules/is-reference": { 1697 "version": "3.0.3", 1698 "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-3.0.3.tgz", 1699 "integrity": "sha512-ixkJoqQvAP88E6wLydLGGqCJsrFUnqoH6HnaczB8XmDH1oaWU+xxdptvikTgaEhtZ53Ky6YXiBuUI2WXLMCwjw==", 1700 "dev": true, 1701 "license": "MIT", 1702 "dependencies": { 1703 "@types/estree": "^1.0.6" 1704 } 1705 }, 1706 "node_modules/isarray": { 1707 "version": "1.0.0", 1708 "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", 1709 "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", 1710 "license": "MIT" 1711 }, 1712 "node_modules/iso-datestring-validator": { 1713 "version": "2.2.2", 1714 "resolved": "https://registry.npmjs.org/iso-datestring-validator/-/iso-datestring-validator-2.2.2.tgz", 1715 "integrity": "sha512-yLEMkBbLZTlVQqOnQ4FiMujR6T4DEcCb1xizmvXS+OxuhwcbtynoosRzdMA69zZCShCNAbi+gJ71FxZBBXx1SA==", 1716 "license": "MIT" 1717 }, 1718 "node_modules/jiti": { 1719 "version": "2.5.1", 1720 "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.5.1.tgz", 1721 "integrity": "sha512-twQoecYPiVA5K/h6SxtORw/Bs3ar+mLUtoPSc7iMXzQzK8d7eJ/R09wmTwAjiamETn1cXYPGfNnu7DMoHgu12w==", 1722 "dev": true, 1723 "license": "MIT", 1724 "bin": { 1725 "jiti": "lib/jiti-cli.mjs" 1726 } 1727 }, 1728 "node_modules/jszip": { 1729 "version": "3.10.1", 1730 "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz", 1731 "integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==", 1732 "license": "(MIT OR GPL-3.0-or-later)", 1733 "dependencies": { 1734 "lie": "~3.3.0", 1735 "pako": "~1.0.2", 1736 "readable-stream": "~2.3.6", 1737 "setimmediate": "^1.0.5" 1738 } 1739 }, 1740 "node_modules/kleur": { 1741 "version": "4.1.5", 1742 "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz", 1743 "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==", 1744 "dev": true, 1745 "license": "MIT", 1746 "engines": { 1747 "node": ">=6" 1748 } 1749 }, 1750 "node_modules/lie": { 1751 "version": "3.3.0", 1752 "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz", 1753 "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==", 1754 "license": "MIT", 1755 "dependencies": { 1756 "immediate": "~3.0.5" 1757 } 1758 }, 1759 "node_modules/lightningcss": { 1760 "version": "1.30.1", 1761 "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.1.tgz", 1762 "integrity": "sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==", 1763 "dev": true, 1764 "license": "MPL-2.0", 1765 "dependencies": { 1766 "detect-libc": "^2.0.3" 1767 }, 1768 "engines": { 1769 "node": ">= 12.0.0" 1770 }, 1771 "funding": { 1772 "type": "opencollective", 1773 "url": "https://opencollective.com/parcel" 1774 }, 1775 "optionalDependencies": { 1776 "lightningcss-darwin-arm64": "1.30.1", 1777 "lightningcss-darwin-x64": "1.30.1", 1778 "lightningcss-freebsd-x64": "1.30.1", 1779 "lightningcss-linux-arm-gnueabihf": "1.30.1", 1780 "lightningcss-linux-arm64-gnu": "1.30.1", 1781 "lightningcss-linux-arm64-musl": "1.30.1", 1782 "lightningcss-linux-x64-gnu": "1.30.1", 1783 "lightningcss-linux-x64-musl": "1.30.1", 1784 "lightningcss-win32-arm64-msvc": "1.30.1", 1785 "lightningcss-win32-x64-msvc": "1.30.1" 1786 } 1787 }, 1788 "node_modules/lightningcss-darwin-arm64": { 1789 "version": "1.30.1", 1790 "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.1.tgz", 1791 "integrity": "sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==", 1792 "cpu": [ 1793 "arm64" 1794 ], 1795 "dev": true, 1796 "license": "MPL-2.0", 1797 "optional": true, 1798 "os": [ 1799 "darwin" 1800 ], 1801 "engines": { 1802 "node": ">= 12.0.0" 1803 }, 1804 "funding": { 1805 "type": "opencollective", 1806 "url": "https://opencollective.com/parcel" 1807 } 1808 }, 1809 "node_modules/lightningcss-darwin-x64": { 1810 "version": "1.30.1", 1811 "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.1.tgz", 1812 "integrity": "sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==", 1813 "cpu": [ 1814 "x64" 1815 ], 1816 "dev": true, 1817 "license": "MPL-2.0", 1818 "optional": true, 1819 "os": [ 1820 "darwin" 1821 ], 1822 "engines": { 1823 "node": ">= 12.0.0" 1824 }, 1825 "funding": { 1826 "type": "opencollective", 1827 "url": "https://opencollective.com/parcel" 1828 } 1829 }, 1830 "node_modules/lightningcss-freebsd-x64": { 1831 "version": "1.30.1", 1832 "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.1.tgz", 1833 "integrity": "sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==", 1834 "cpu": [ 1835 "x64" 1836 ], 1837 "dev": true, 1838 "license": "MPL-2.0", 1839 "optional": true, 1840 "os": [ 1841 "freebsd" 1842 ], 1843 "engines": { 1844 "node": ">= 12.0.0" 1845 }, 1846 "funding": { 1847 "type": "opencollective", 1848 "url": "https://opencollective.com/parcel" 1849 } 1850 }, 1851 "node_modules/lightningcss-linux-arm-gnueabihf": { 1852 "version": "1.30.1", 1853 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.1.tgz", 1854 "integrity": "sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==", 1855 "cpu": [ 1856 "arm" 1857 ], 1858 "dev": true, 1859 "license": "MPL-2.0", 1860 "optional": true, 1861 "os": [ 1862 "linux" 1863 ], 1864 "engines": { 1865 "node": ">= 12.0.0" 1866 }, 1867 "funding": { 1868 "type": "opencollective", 1869 "url": "https://opencollective.com/parcel" 1870 } 1871 }, 1872 "node_modules/lightningcss-linux-arm64-gnu": { 1873 "version": "1.30.1", 1874 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.1.tgz", 1875 "integrity": "sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==", 1876 "cpu": [ 1877 "arm64" 1878 ], 1879 "dev": true, 1880 "license": "MPL-2.0", 1881 "optional": true, 1882 "os": [ 1883 "linux" 1884 ], 1885 "engines": { 1886 "node": ">= 12.0.0" 1887 }, 1888 "funding": { 1889 "type": "opencollective", 1890 "url": "https://opencollective.com/parcel" 1891 } 1892 }, 1893 "node_modules/lightningcss-linux-arm64-musl": { 1894 "version": "1.30.1", 1895 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.1.tgz", 1896 "integrity": "sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==", 1897 "cpu": [ 1898 "arm64" 1899 ], 1900 "dev": true, 1901 "license": "MPL-2.0", 1902 "optional": true, 1903 "os": [ 1904 "linux" 1905 ], 1906 "engines": { 1907 "node": ">= 12.0.0" 1908 }, 1909 "funding": { 1910 "type": "opencollective", 1911 "url": "https://opencollective.com/parcel" 1912 } 1913 }, 1914 "node_modules/lightningcss-linux-x64-gnu": { 1915 "version": "1.30.1", 1916 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.1.tgz", 1917 "integrity": "sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==", 1918 "cpu": [ 1919 "x64" 1920 ], 1921 "dev": true, 1922 "license": "MPL-2.0", 1923 "optional": true, 1924 "os": [ 1925 "linux" 1926 ], 1927 "engines": { 1928 "node": ">= 12.0.0" 1929 }, 1930 "funding": { 1931 "type": "opencollective", 1932 "url": "https://opencollective.com/parcel" 1933 } 1934 }, 1935 "node_modules/lightningcss-linux-x64-musl": { 1936 "version": "1.30.1", 1937 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.1.tgz", 1938 "integrity": "sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==", 1939 "cpu": [ 1940 "x64" 1941 ], 1942 "dev": true, 1943 "license": "MPL-2.0", 1944 "optional": true, 1945 "os": [ 1946 "linux" 1947 ], 1948 "engines": { 1949 "node": ">= 12.0.0" 1950 }, 1951 "funding": { 1952 "type": "opencollective", 1953 "url": "https://opencollective.com/parcel" 1954 } 1955 }, 1956 "node_modules/lightningcss-win32-arm64-msvc": { 1957 "version": "1.30.1", 1958 "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.1.tgz", 1959 "integrity": "sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==", 1960 "cpu": [ 1961 "arm64" 1962 ], 1963 "dev": true, 1964 "license": "MPL-2.0", 1965 "optional": true, 1966 "os": [ 1967 "win32" 1968 ], 1969 "engines": { 1970 "node": ">= 12.0.0" 1971 }, 1972 "funding": { 1973 "type": "opencollective", 1974 "url": "https://opencollective.com/parcel" 1975 } 1976 }, 1977 "node_modules/lightningcss-win32-x64-msvc": { 1978 "version": "1.30.1", 1979 "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.1.tgz", 1980 "integrity": "sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==", 1981 "cpu": [ 1982 "x64" 1983 ], 1984 "dev": true, 1985 "license": "MPL-2.0", 1986 "optional": true, 1987 "os": [ 1988 "win32" 1989 ], 1990 "engines": { 1991 "node": ">= 12.0.0" 1992 }, 1993 "funding": { 1994 "type": "opencollective", 1995 "url": "https://opencollective.com/parcel" 1996 } 1997 }, 1998 "node_modules/locate-character": { 1999 "version": "3.0.0", 2000 "resolved": "https://registry.npmjs.org/locate-character/-/locate-character-3.0.0.tgz", 2001 "integrity": "sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==", 2002 "dev": true, 2003 "license": "MIT" 2004 }, 2005 "node_modules/longest-streak": { 2006 "version": "3.1.0", 2007 "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", 2008 "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", 2009 "license": "MIT", 2010 "funding": { 2011 "type": "github", 2012 "url": "https://github.com/sponsors/wooorm" 2013 } 2014 }, 2015 "node_modules/magic-string": { 2016 "version": "0.30.18", 2017 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.18.tgz", 2018 "integrity": "sha512-yi8swmWbO17qHhwIBNeeZxTceJMeBvWJaId6dyvTSOwTipqeHhMhOrz6513r1sOKnpvQ7zkhlG8tPrpilwTxHQ==", 2019 "dev": true, 2020 "license": "MIT", 2021 "dependencies": { 2022 "@jridgewell/sourcemap-codec": "^1.5.5" 2023 } 2024 }, 2025 "node_modules/markdown-table": { 2026 "version": "3.0.4", 2027 "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz", 2028 "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==", 2029 "license": "MIT", 2030 "funding": { 2031 "type": "github", 2032 "url": "https://github.com/sponsors/wooorm" 2033 } 2034 }, 2035 "node_modules/mdast-util-find-and-replace": { 2036 "version": "3.0.2", 2037 "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", 2038 "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==", 2039 "license": "MIT", 2040 "dependencies": { 2041 "@types/mdast": "^4.0.0", 2042 "escape-string-regexp": "^5.0.0", 2043 "unist-util-is": "^6.0.0", 2044 "unist-util-visit-parents": "^6.0.0" 2045 }, 2046 "funding": { 2047 "type": "opencollective", 2048 "url": "https://opencollective.com/unified" 2049 } 2050 }, 2051 "node_modules/mdast-util-from-markdown": { 2052 "version": "2.0.2", 2053 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz", 2054 "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==", 2055 "license": "MIT", 2056 "dependencies": { 2057 "@types/mdast": "^4.0.0", 2058 "@types/unist": "^3.0.0", 2059 "decode-named-character-reference": "^1.0.0", 2060 "devlop": "^1.0.0", 2061 "mdast-util-to-string": "^4.0.0", 2062 "micromark": "^4.0.0", 2063 "micromark-util-decode-numeric-character-reference": "^2.0.0", 2064 "micromark-util-decode-string": "^2.0.0", 2065 "micromark-util-normalize-identifier": "^2.0.0", 2066 "micromark-util-symbol": "^2.0.0", 2067 "micromark-util-types": "^2.0.0", 2068 "unist-util-stringify-position": "^4.0.0" 2069 }, 2070 "funding": { 2071 "type": "opencollective", 2072 "url": "https://opencollective.com/unified" 2073 } 2074 }, 2075 "node_modules/mdast-util-gfm": { 2076 "version": "3.1.0", 2077 "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz", 2078 "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==", 2079 "license": "MIT", 2080 "dependencies": { 2081 "mdast-util-from-markdown": "^2.0.0", 2082 "mdast-util-gfm-autolink-literal": "^2.0.0", 2083 "mdast-util-gfm-footnote": "^2.0.0", 2084 "mdast-util-gfm-strikethrough": "^2.0.0", 2085 "mdast-util-gfm-table": "^2.0.0", 2086 "mdast-util-gfm-task-list-item": "^2.0.0", 2087 "mdast-util-to-markdown": "^2.0.0" 2088 }, 2089 "funding": { 2090 "type": "opencollective", 2091 "url": "https://opencollective.com/unified" 2092 } 2093 }, 2094 "node_modules/mdast-util-gfm-autolink-literal": { 2095 "version": "2.0.1", 2096 "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz", 2097 "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==", 2098 "license": "MIT", 2099 "dependencies": { 2100 "@types/mdast": "^4.0.0", 2101 "ccount": "^2.0.0", 2102 "devlop": "^1.0.0", 2103 "mdast-util-find-and-replace": "^3.0.0", 2104 "micromark-util-character": "^2.0.0" 2105 }, 2106 "funding": { 2107 "type": "opencollective", 2108 "url": "https://opencollective.com/unified" 2109 } 2110 }, 2111 "node_modules/mdast-util-gfm-footnote": { 2112 "version": "2.1.0", 2113 "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz", 2114 "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==", 2115 "license": "MIT", 2116 "dependencies": { 2117 "@types/mdast": "^4.0.0", 2118 "devlop": "^1.1.0", 2119 "mdast-util-from-markdown": "^2.0.0", 2120 "mdast-util-to-markdown": "^2.0.0", 2121 "micromark-util-normalize-identifier": "^2.0.0" 2122 }, 2123 "funding": { 2124 "type": "opencollective", 2125 "url": "https://opencollective.com/unified" 2126 } 2127 }, 2128 "node_modules/mdast-util-gfm-strikethrough": { 2129 "version": "2.0.0", 2130 "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", 2131 "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", 2132 "license": "MIT", 2133 "dependencies": { 2134 "@types/mdast": "^4.0.0", 2135 "mdast-util-from-markdown": "^2.0.0", 2136 "mdast-util-to-markdown": "^2.0.0" 2137 }, 2138 "funding": { 2139 "type": "opencollective", 2140 "url": "https://opencollective.com/unified" 2141 } 2142 }, 2143 "node_modules/mdast-util-gfm-table": { 2144 "version": "2.0.0", 2145 "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", 2146 "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", 2147 "license": "MIT", 2148 "dependencies": { 2149 "@types/mdast": "^4.0.0", 2150 "devlop": "^1.0.0", 2151 "markdown-table": "^3.0.0", 2152 "mdast-util-from-markdown": "^2.0.0", 2153 "mdast-util-to-markdown": "^2.0.0" 2154 }, 2155 "funding": { 2156 "type": "opencollective", 2157 "url": "https://opencollective.com/unified" 2158 } 2159 }, 2160 "node_modules/mdast-util-gfm-task-list-item": { 2161 "version": "2.0.0", 2162 "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", 2163 "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", 2164 "license": "MIT", 2165 "dependencies": { 2166 "@types/mdast": "^4.0.0", 2167 "devlop": "^1.0.0", 2168 "mdast-util-from-markdown": "^2.0.0", 2169 "mdast-util-to-markdown": "^2.0.0" 2170 }, 2171 "funding": { 2172 "type": "opencollective", 2173 "url": "https://opencollective.com/unified" 2174 } 2175 }, 2176 "node_modules/mdast-util-phrasing": { 2177 "version": "4.1.0", 2178 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", 2179 "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", 2180 "license": "MIT", 2181 "dependencies": { 2182 "@types/mdast": "^4.0.0", 2183 "unist-util-is": "^6.0.0" 2184 }, 2185 "funding": { 2186 "type": "opencollective", 2187 "url": "https://opencollective.com/unified" 2188 } 2189 }, 2190 "node_modules/mdast-util-to-markdown": { 2191 "version": "2.1.2", 2192 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", 2193 "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", 2194 "license": "MIT", 2195 "dependencies": { 2196 "@types/mdast": "^4.0.0", 2197 "@types/unist": "^3.0.0", 2198 "longest-streak": "^3.0.0", 2199 "mdast-util-phrasing": "^4.0.0", 2200 "mdast-util-to-string": "^4.0.0", 2201 "micromark-util-classify-character": "^2.0.0", 2202 "micromark-util-decode-string": "^2.0.0", 2203 "unist-util-visit": "^5.0.0", 2204 "zwitch": "^2.0.0" 2205 }, 2206 "funding": { 2207 "type": "opencollective", 2208 "url": "https://opencollective.com/unified" 2209 } 2210 }, 2211 "node_modules/mdast-util-to-string": { 2212 "version": "4.0.0", 2213 "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", 2214 "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", 2215 "license": "MIT", 2216 "dependencies": { 2217 "@types/mdast": "^4.0.0" 2218 }, 2219 "funding": { 2220 "type": "opencollective", 2221 "url": "https://opencollective.com/unified" 2222 } 2223 }, 2224 "node_modules/micromark": { 2225 "version": "4.0.2", 2226 "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz", 2227 "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==", 2228 "funding": [ 2229 { 2230 "type": "GitHub Sponsors", 2231 "url": "https://github.com/sponsors/unifiedjs" 2232 }, 2233 { 2234 "type": "OpenCollective", 2235 "url": "https://opencollective.com/unified" 2236 } 2237 ], 2238 "license": "MIT", 2239 "dependencies": { 2240 "@types/debug": "^4.0.0", 2241 "debug": "^4.0.0", 2242 "decode-named-character-reference": "^1.0.0", 2243 "devlop": "^1.0.0", 2244 "micromark-core-commonmark": "^2.0.0", 2245 "micromark-factory-space": "^2.0.0", 2246 "micromark-util-character": "^2.0.0", 2247 "micromark-util-chunked": "^2.0.0", 2248 "micromark-util-combine-extensions": "^2.0.0", 2249 "micromark-util-decode-numeric-character-reference": "^2.0.0", 2250 "micromark-util-encode": "^2.0.0", 2251 "micromark-util-normalize-identifier": "^2.0.0", 2252 "micromark-util-resolve-all": "^2.0.0", 2253 "micromark-util-sanitize-uri": "^2.0.0", 2254 "micromark-util-subtokenize": "^2.0.0", 2255 "micromark-util-symbol": "^2.0.0", 2256 "micromark-util-types": "^2.0.0" 2257 } 2258 }, 2259 "node_modules/micromark-core-commonmark": { 2260 "version": "2.0.3", 2261 "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz", 2262 "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==", 2263 "funding": [ 2264 { 2265 "type": "GitHub Sponsors", 2266 "url": "https://github.com/sponsors/unifiedjs" 2267 }, 2268 { 2269 "type": "OpenCollective", 2270 "url": "https://opencollective.com/unified" 2271 } 2272 ], 2273 "license": "MIT", 2274 "dependencies": { 2275 "decode-named-character-reference": "^1.0.0", 2276 "devlop": "^1.0.0", 2277 "micromark-factory-destination": "^2.0.0", 2278 "micromark-factory-label": "^2.0.0", 2279 "micromark-factory-space": "^2.0.0", 2280 "micromark-factory-title": "^2.0.0", 2281 "micromark-factory-whitespace": "^2.0.0", 2282 "micromark-util-character": "^2.0.0", 2283 "micromark-util-chunked": "^2.0.0", 2284 "micromark-util-classify-character": "^2.0.0", 2285 "micromark-util-html-tag-name": "^2.0.0", 2286 "micromark-util-normalize-identifier": "^2.0.0", 2287 "micromark-util-resolve-all": "^2.0.0", 2288 "micromark-util-subtokenize": "^2.0.0", 2289 "micromark-util-symbol": "^2.0.0", 2290 "micromark-util-types": "^2.0.0" 2291 } 2292 }, 2293 "node_modules/micromark-extension-gfm": { 2294 "version": "3.0.0", 2295 "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", 2296 "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", 2297 "license": "MIT", 2298 "dependencies": { 2299 "micromark-extension-gfm-autolink-literal": "^2.0.0", 2300 "micromark-extension-gfm-footnote": "^2.0.0", 2301 "micromark-extension-gfm-strikethrough": "^2.0.0", 2302 "micromark-extension-gfm-table": "^2.0.0", 2303 "micromark-extension-gfm-tagfilter": "^2.0.0", 2304 "micromark-extension-gfm-task-list-item": "^2.0.0", 2305 "micromark-util-combine-extensions": "^2.0.0", 2306 "micromark-util-types": "^2.0.0" 2307 }, 2308 "funding": { 2309 "type": "opencollective", 2310 "url": "https://opencollective.com/unified" 2311 } 2312 }, 2313 "node_modules/micromark-extension-gfm-autolink-literal": { 2314 "version": "2.1.0", 2315 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", 2316 "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==", 2317 "license": "MIT", 2318 "dependencies": { 2319 "micromark-util-character": "^2.0.0", 2320 "micromark-util-sanitize-uri": "^2.0.0", 2321 "micromark-util-symbol": "^2.0.0", 2322 "micromark-util-types": "^2.0.0" 2323 }, 2324 "funding": { 2325 "type": "opencollective", 2326 "url": "https://opencollective.com/unified" 2327 } 2328 }, 2329 "node_modules/micromark-extension-gfm-footnote": { 2330 "version": "2.1.0", 2331 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz", 2332 "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==", 2333 "license": "MIT", 2334 "dependencies": { 2335 "devlop": "^1.0.0", 2336 "micromark-core-commonmark": "^2.0.0", 2337 "micromark-factory-space": "^2.0.0", 2338 "micromark-util-character": "^2.0.0", 2339 "micromark-util-normalize-identifier": "^2.0.0", 2340 "micromark-util-sanitize-uri": "^2.0.0", 2341 "micromark-util-symbol": "^2.0.0", 2342 "micromark-util-types": "^2.0.0" 2343 }, 2344 "funding": { 2345 "type": "opencollective", 2346 "url": "https://opencollective.com/unified" 2347 } 2348 }, 2349 "node_modules/micromark-extension-gfm-strikethrough": { 2350 "version": "2.1.0", 2351 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz", 2352 "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==", 2353 "license": "MIT", 2354 "dependencies": { 2355 "devlop": "^1.0.0", 2356 "micromark-util-chunked": "^2.0.0", 2357 "micromark-util-classify-character": "^2.0.0", 2358 "micromark-util-resolve-all": "^2.0.0", 2359 "micromark-util-symbol": "^2.0.0", 2360 "micromark-util-types": "^2.0.0" 2361 }, 2362 "funding": { 2363 "type": "opencollective", 2364 "url": "https://opencollective.com/unified" 2365 } 2366 }, 2367 "node_modules/micromark-extension-gfm-table": { 2368 "version": "2.1.1", 2369 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz", 2370 "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==", 2371 "license": "MIT", 2372 "dependencies": { 2373 "devlop": "^1.0.0", 2374 "micromark-factory-space": "^2.0.0", 2375 "micromark-util-character": "^2.0.0", 2376 "micromark-util-symbol": "^2.0.0", 2377 "micromark-util-types": "^2.0.0" 2378 }, 2379 "funding": { 2380 "type": "opencollective", 2381 "url": "https://opencollective.com/unified" 2382 } 2383 }, 2384 "node_modules/micromark-extension-gfm-tagfilter": { 2385 "version": "2.0.0", 2386 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", 2387 "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", 2388 "license": "MIT", 2389 "dependencies": { 2390 "micromark-util-types": "^2.0.0" 2391 }, 2392 "funding": { 2393 "type": "opencollective", 2394 "url": "https://opencollective.com/unified" 2395 } 2396 }, 2397 "node_modules/micromark-extension-gfm-task-list-item": { 2398 "version": "2.1.0", 2399 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz", 2400 "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==", 2401 "license": "MIT", 2402 "dependencies": { 2403 "devlop": "^1.0.0", 2404 "micromark-factory-space": "^2.0.0", 2405 "micromark-util-character": "^2.0.0", 2406 "micromark-util-symbol": "^2.0.0", 2407 "micromark-util-types": "^2.0.0" 2408 }, 2409 "funding": { 2410 "type": "opencollective", 2411 "url": "https://opencollective.com/unified" 2412 } 2413 }, 2414 "node_modules/micromark-factory-destination": { 2415 "version": "2.0.1", 2416 "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", 2417 "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==", 2418 "funding": [ 2419 { 2420 "type": "GitHub Sponsors", 2421 "url": "https://github.com/sponsors/unifiedjs" 2422 }, 2423 { 2424 "type": "OpenCollective", 2425 "url": "https://opencollective.com/unified" 2426 } 2427 ], 2428 "license": "MIT", 2429 "dependencies": { 2430 "micromark-util-character": "^2.0.0", 2431 "micromark-util-symbol": "^2.0.0", 2432 "micromark-util-types": "^2.0.0" 2433 } 2434 }, 2435 "node_modules/micromark-factory-label": { 2436 "version": "2.0.1", 2437 "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz", 2438 "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==", 2439 "funding": [ 2440 { 2441 "type": "GitHub Sponsors", 2442 "url": "https://github.com/sponsors/unifiedjs" 2443 }, 2444 { 2445 "type": "OpenCollective", 2446 "url": "https://opencollective.com/unified" 2447 } 2448 ], 2449 "license": "MIT", 2450 "dependencies": { 2451 "devlop": "^1.0.0", 2452 "micromark-util-character": "^2.0.0", 2453 "micromark-util-symbol": "^2.0.0", 2454 "micromark-util-types": "^2.0.0" 2455 } 2456 }, 2457 "node_modules/micromark-factory-space": { 2458 "version": "2.0.1", 2459 "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", 2460 "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", 2461 "funding": [ 2462 { 2463 "type": "GitHub Sponsors", 2464 "url": "https://github.com/sponsors/unifiedjs" 2465 }, 2466 { 2467 "type": "OpenCollective", 2468 "url": "https://opencollective.com/unified" 2469 } 2470 ], 2471 "license": "MIT", 2472 "dependencies": { 2473 "micromark-util-character": "^2.0.0", 2474 "micromark-util-types": "^2.0.0" 2475 } 2476 }, 2477 "node_modules/micromark-factory-title": { 2478 "version": "2.0.1", 2479 "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz", 2480 "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==", 2481 "funding": [ 2482 { 2483 "type": "GitHub Sponsors", 2484 "url": "https://github.com/sponsors/unifiedjs" 2485 }, 2486 { 2487 "type": "OpenCollective", 2488 "url": "https://opencollective.com/unified" 2489 } 2490 ], 2491 "license": "MIT", 2492 "dependencies": { 2493 "micromark-factory-space": "^2.0.0", 2494 "micromark-util-character": "^2.0.0", 2495 "micromark-util-symbol": "^2.0.0", 2496 "micromark-util-types": "^2.0.0" 2497 } 2498 }, 2499 "node_modules/micromark-factory-whitespace": { 2500 "version": "2.0.1", 2501 "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz", 2502 "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==", 2503 "funding": [ 2504 { 2505 "type": "GitHub Sponsors", 2506 "url": "https://github.com/sponsors/unifiedjs" 2507 }, 2508 { 2509 "type": "OpenCollective", 2510 "url": "https://opencollective.com/unified" 2511 } 2512 ], 2513 "license": "MIT", 2514 "dependencies": { 2515 "micromark-factory-space": "^2.0.0", 2516 "micromark-util-character": "^2.0.0", 2517 "micromark-util-symbol": "^2.0.0", 2518 "micromark-util-types": "^2.0.0" 2519 } 2520 }, 2521 "node_modules/micromark-util-character": { 2522 "version": "2.1.1", 2523 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 2524 "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 2525 "funding": [ 2526 { 2527 "type": "GitHub Sponsors", 2528 "url": "https://github.com/sponsors/unifiedjs" 2529 }, 2530 { 2531 "type": "OpenCollective", 2532 "url": "https://opencollective.com/unified" 2533 } 2534 ], 2535 "license": "MIT", 2536 "dependencies": { 2537 "micromark-util-symbol": "^2.0.0", 2538 "micromark-util-types": "^2.0.0" 2539 } 2540 }, 2541 "node_modules/micromark-util-chunked": { 2542 "version": "2.0.1", 2543 "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz", 2544 "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==", 2545 "funding": [ 2546 { 2547 "type": "GitHub Sponsors", 2548 "url": "https://github.com/sponsors/unifiedjs" 2549 }, 2550 { 2551 "type": "OpenCollective", 2552 "url": "https://opencollective.com/unified" 2553 } 2554 ], 2555 "license": "MIT", 2556 "dependencies": { 2557 "micromark-util-symbol": "^2.0.0" 2558 } 2559 }, 2560 "node_modules/micromark-util-classify-character": { 2561 "version": "2.0.1", 2562 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz", 2563 "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==", 2564 "funding": [ 2565 { 2566 "type": "GitHub Sponsors", 2567 "url": "https://github.com/sponsors/unifiedjs" 2568 }, 2569 { 2570 "type": "OpenCollective", 2571 "url": "https://opencollective.com/unified" 2572 } 2573 ], 2574 "license": "MIT", 2575 "dependencies": { 2576 "micromark-util-character": "^2.0.0", 2577 "micromark-util-symbol": "^2.0.0", 2578 "micromark-util-types": "^2.0.0" 2579 } 2580 }, 2581 "node_modules/micromark-util-combine-extensions": { 2582 "version": "2.0.1", 2583 "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz", 2584 "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==", 2585 "funding": [ 2586 { 2587 "type": "GitHub Sponsors", 2588 "url": "https://github.com/sponsors/unifiedjs" 2589 }, 2590 { 2591 "type": "OpenCollective", 2592 "url": "https://opencollective.com/unified" 2593 } 2594 ], 2595 "license": "MIT", 2596 "dependencies": { 2597 "micromark-util-chunked": "^2.0.0", 2598 "micromark-util-types": "^2.0.0" 2599 } 2600 }, 2601 "node_modules/micromark-util-decode-numeric-character-reference": { 2602 "version": "2.0.2", 2603 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz", 2604 "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==", 2605 "funding": [ 2606 { 2607 "type": "GitHub Sponsors", 2608 "url": "https://github.com/sponsors/unifiedjs" 2609 }, 2610 { 2611 "type": "OpenCollective", 2612 "url": "https://opencollective.com/unified" 2613 } 2614 ], 2615 "license": "MIT", 2616 "dependencies": { 2617 "micromark-util-symbol": "^2.0.0" 2618 } 2619 }, 2620 "node_modules/micromark-util-decode-string": { 2621 "version": "2.0.1", 2622 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz", 2623 "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==", 2624 "funding": [ 2625 { 2626 "type": "GitHub Sponsors", 2627 "url": "https://github.com/sponsors/unifiedjs" 2628 }, 2629 { 2630 "type": "OpenCollective", 2631 "url": "https://opencollective.com/unified" 2632 } 2633 ], 2634 "license": "MIT", 2635 "dependencies": { 2636 "decode-named-character-reference": "^1.0.0", 2637 "micromark-util-character": "^2.0.0", 2638 "micromark-util-decode-numeric-character-reference": "^2.0.0", 2639 "micromark-util-symbol": "^2.0.0" 2640 } 2641 }, 2642 "node_modules/micromark-util-encode": { 2643 "version": "2.0.1", 2644 "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz", 2645 "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==", 2646 "funding": [ 2647 { 2648 "type": "GitHub Sponsors", 2649 "url": "https://github.com/sponsors/unifiedjs" 2650 }, 2651 { 2652 "type": "OpenCollective", 2653 "url": "https://opencollective.com/unified" 2654 } 2655 ], 2656 "license": "MIT" 2657 }, 2658 "node_modules/micromark-util-html-tag-name": { 2659 "version": "2.0.1", 2660 "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz", 2661 "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==", 2662 "funding": [ 2663 { 2664 "type": "GitHub Sponsors", 2665 "url": "https://github.com/sponsors/unifiedjs" 2666 }, 2667 { 2668 "type": "OpenCollective", 2669 "url": "https://opencollective.com/unified" 2670 } 2671 ], 2672 "license": "MIT" 2673 }, 2674 "node_modules/micromark-util-normalize-identifier": { 2675 "version": "2.0.1", 2676 "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz", 2677 "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==", 2678 "funding": [ 2679 { 2680 "type": "GitHub Sponsors", 2681 "url": "https://github.com/sponsors/unifiedjs" 2682 }, 2683 { 2684 "type": "OpenCollective", 2685 "url": "https://opencollective.com/unified" 2686 } 2687 ], 2688 "license": "MIT", 2689 "dependencies": { 2690 "micromark-util-symbol": "^2.0.0" 2691 } 2692 }, 2693 "node_modules/micromark-util-resolve-all": { 2694 "version": "2.0.1", 2695 "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz", 2696 "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==", 2697 "funding": [ 2698 { 2699 "type": "GitHub Sponsors", 2700 "url": "https://github.com/sponsors/unifiedjs" 2701 }, 2702 { 2703 "type": "OpenCollective", 2704 "url": "https://opencollective.com/unified" 2705 } 2706 ], 2707 "license": "MIT", 2708 "dependencies": { 2709 "micromark-util-types": "^2.0.0" 2710 } 2711 }, 2712 "node_modules/micromark-util-sanitize-uri": { 2713 "version": "2.0.1", 2714 "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz", 2715 "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==", 2716 "funding": [ 2717 { 2718 "type": "GitHub Sponsors", 2719 "url": "https://github.com/sponsors/unifiedjs" 2720 }, 2721 { 2722 "type": "OpenCollective", 2723 "url": "https://opencollective.com/unified" 2724 } 2725 ], 2726 "license": "MIT", 2727 "dependencies": { 2728 "micromark-util-character": "^2.0.0", 2729 "micromark-util-encode": "^2.0.0", 2730 "micromark-util-symbol": "^2.0.0" 2731 } 2732 }, 2733 "node_modules/micromark-util-subtokenize": { 2734 "version": "2.1.0", 2735 "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz", 2736 "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==", 2737 "funding": [ 2738 { 2739 "type": "GitHub Sponsors", 2740 "url": "https://github.com/sponsors/unifiedjs" 2741 }, 2742 { 2743 "type": "OpenCollective", 2744 "url": "https://opencollective.com/unified" 2745 } 2746 ], 2747 "license": "MIT", 2748 "dependencies": { 2749 "devlop": "^1.0.0", 2750 "micromark-util-chunked": "^2.0.0", 2751 "micromark-util-symbol": "^2.0.0", 2752 "micromark-util-types": "^2.0.0" 2753 } 2754 }, 2755 "node_modules/micromark-util-symbol": { 2756 "version": "2.0.1", 2757 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 2758 "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 2759 "funding": [ 2760 { 2761 "type": "GitHub Sponsors", 2762 "url": "https://github.com/sponsors/unifiedjs" 2763 }, 2764 { 2765 "type": "OpenCollective", 2766 "url": "https://opencollective.com/unified" 2767 } 2768 ], 2769 "license": "MIT" 2770 }, 2771 "node_modules/micromark-util-types": { 2772 "version": "2.0.2", 2773 "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz", 2774 "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==", 2775 "funding": [ 2776 { 2777 "type": "GitHub Sponsors", 2778 "url": "https://github.com/sponsors/unifiedjs" 2779 }, 2780 { 2781 "type": "OpenCollective", 2782 "url": "https://opencollective.com/unified" 2783 } 2784 ], 2785 "license": "MIT" 2786 }, 2787 "node_modules/minipass": { 2788 "version": "7.1.2", 2789 "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", 2790 "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", 2791 "dev": true, 2792 "license": "ISC", 2793 "engines": { 2794 "node": ">=16 || 14 >=14.17" 2795 } 2796 }, 2797 "node_modules/minizlib": { 2798 "version": "3.0.2", 2799 "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.2.tgz", 2800 "integrity": "sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==", 2801 "dev": true, 2802 "license": "MIT", 2803 "dependencies": { 2804 "minipass": "^7.1.2" 2805 }, 2806 "engines": { 2807 "node": ">= 18" 2808 } 2809 }, 2810 "node_modules/mkdirp": { 2811 "version": "3.0.1", 2812 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz", 2813 "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==", 2814 "dev": true, 2815 "license": "MIT", 2816 "bin": { 2817 "mkdirp": "dist/cjs/src/bin.js" 2818 }, 2819 "engines": { 2820 "node": ">=10" 2821 }, 2822 "funding": { 2823 "url": "https://github.com/sponsors/isaacs" 2824 } 2825 }, 2826 "node_modules/mri": { 2827 "version": "1.2.0", 2828 "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", 2829 "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==", 2830 "dev": true, 2831 "license": "MIT", 2832 "engines": { 2833 "node": ">=4" 2834 } 2835 }, 2836 "node_modules/mrmime": { 2837 "version": "2.0.1", 2838 "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz", 2839 "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==", 2840 "dev": true, 2841 "license": "MIT", 2842 "engines": { 2843 "node": ">=10" 2844 } 2845 }, 2846 "node_modules/ms": { 2847 "version": "2.1.3", 2848 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 2849 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 2850 "license": "MIT" 2851 }, 2852 "node_modules/multiformats": { 2853 "version": "9.9.0", 2854 "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", 2855 "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==", 2856 "license": "(Apache-2.0 AND MIT)" 2857 }, 2858 "node_modules/nanoid": { 2859 "version": "3.3.11", 2860 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", 2861 "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", 2862 "dev": true, 2863 "funding": [ 2864 { 2865 "type": "github", 2866 "url": "https://github.com/sponsors/ai" 2867 } 2868 ], 2869 "license": "MIT", 2870 "bin": { 2871 "nanoid": "bin/nanoid.cjs" 2872 }, 2873 "engines": { 2874 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 2875 } 2876 }, 2877 "node_modules/pako": { 2878 "version": "1.0.11", 2879 "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", 2880 "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==", 2881 "license": "(MIT AND Zlib)" 2882 }, 2883 "node_modules/picocolors": { 2884 "version": "1.1.1", 2885 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", 2886 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", 2887 "dev": true, 2888 "license": "ISC" 2889 }, 2890 "node_modules/picomatch": { 2891 "version": "4.0.3", 2892 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", 2893 "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", 2894 "dev": true, 2895 "license": "MIT", 2896 "engines": { 2897 "node": ">=12" 2898 }, 2899 "funding": { 2900 "url": "https://github.com/sponsors/jonschlinkert" 2901 } 2902 }, 2903 "node_modules/postcss": { 2904 "version": "8.5.6", 2905 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", 2906 "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", 2907 "dev": true, 2908 "funding": [ 2909 { 2910 "type": "opencollective", 2911 "url": "https://opencollective.com/postcss/" 2912 }, 2913 { 2914 "type": "tidelift", 2915 "url": "https://tidelift.com/funding/github/npm/postcss" 2916 }, 2917 { 2918 "type": "github", 2919 "url": "https://github.com/sponsors/ai" 2920 } 2921 ], 2922 "license": "MIT", 2923 "dependencies": { 2924 "nanoid": "^3.3.11", 2925 "picocolors": "^1.1.1", 2926 "source-map-js": "^1.2.1" 2927 }, 2928 "engines": { 2929 "node": "^10 || ^12 || >=14" 2930 } 2931 }, 2932 "node_modules/prettier": { 2933 "version": "3.6.2", 2934 "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz", 2935 "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==", 2936 "dev": true, 2937 "license": "MIT", 2938 "bin": { 2939 "prettier": "bin/prettier.cjs" 2940 }, 2941 "engines": { 2942 "node": ">=14" 2943 }, 2944 "funding": { 2945 "url": "https://github.com/prettier/prettier?sponsor=1" 2946 } 2947 }, 2948 "node_modules/prettier-plugin-svelte": { 2949 "version": "3.4.0", 2950 "resolved": "https://registry.npmjs.org/prettier-plugin-svelte/-/prettier-plugin-svelte-3.4.0.tgz", 2951 "integrity": "sha512-pn1ra/0mPObzqoIQn/vUTR3ZZI6UuZ0sHqMK5x2jMLGrs53h0sXhkVuDcrlssHwIMk7FYrMjHBPoUSyyEEDlBQ==", 2952 "dev": true, 2953 "license": "MIT", 2954 "peerDependencies": { 2955 "prettier": "^3.0.0", 2956 "svelte": "^3.2.0 || ^4.0.0-next.0 || ^5.0.0-next.0" 2957 } 2958 }, 2959 "node_modules/prettier-plugin-tailwindcss": { 2960 "version": "0.6.14", 2961 "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.14.tgz", 2962 "integrity": "sha512-pi2e/+ZygeIqntN+vC573BcW5Cve8zUB0SSAGxqpB4f96boZF4M3phPVoOFCeypwkpRYdi7+jQ5YJJUwrkGUAg==", 2963 "dev": true, 2964 "license": "MIT", 2965 "engines": { 2966 "node": ">=14.21.3" 2967 }, 2968 "peerDependencies": { 2969 "@ianvs/prettier-plugin-sort-imports": "*", 2970 "@prettier/plugin-hermes": "*", 2971 "@prettier/plugin-oxc": "*", 2972 "@prettier/plugin-pug": "*", 2973 "@shopify/prettier-plugin-liquid": "*", 2974 "@trivago/prettier-plugin-sort-imports": "*", 2975 "@zackad/prettier-plugin-twig": "*", 2976 "prettier": "^3.0", 2977 "prettier-plugin-astro": "*", 2978 "prettier-plugin-css-order": "*", 2979 "prettier-plugin-import-sort": "*", 2980 "prettier-plugin-jsdoc": "*", 2981 "prettier-plugin-marko": "*", 2982 "prettier-plugin-multiline-arrays": "*", 2983 "prettier-plugin-organize-attributes": "*", 2984 "prettier-plugin-organize-imports": "*", 2985 "prettier-plugin-sort-imports": "*", 2986 "prettier-plugin-style-order": "*", 2987 "prettier-plugin-svelte": "*" 2988 }, 2989 "peerDependenciesMeta": { 2990 "@ianvs/prettier-plugin-sort-imports": { 2991 "optional": true 2992 }, 2993 "@prettier/plugin-hermes": { 2994 "optional": true 2995 }, 2996 "@prettier/plugin-oxc": { 2997 "optional": true 2998 }, 2999 "@prettier/plugin-pug": { 3000 "optional": true 3001 }, 3002 "@shopify/prettier-plugin-liquid": { 3003 "optional": true 3004 }, 3005 "@trivago/prettier-plugin-sort-imports": { 3006 "optional": true 3007 }, 3008 "@zackad/prettier-plugin-twig": { 3009 "optional": true 3010 }, 3011 "prettier-plugin-astro": { 3012 "optional": true 3013 }, 3014 "prettier-plugin-css-order": { 3015 "optional": true 3016 }, 3017 "prettier-plugin-import-sort": { 3018 "optional": true 3019 }, 3020 "prettier-plugin-jsdoc": { 3021 "optional": true 3022 }, 3023 "prettier-plugin-marko": { 3024 "optional": true 3025 }, 3026 "prettier-plugin-multiline-arrays": { 3027 "optional": true 3028 }, 3029 "prettier-plugin-organize-attributes": { 3030 "optional": true 3031 }, 3032 "prettier-plugin-organize-imports": { 3033 "optional": true 3034 }, 3035 "prettier-plugin-sort-imports": { 3036 "optional": true 3037 }, 3038 "prettier-plugin-style-order": { 3039 "optional": true 3040 }, 3041 "prettier-plugin-svelte": { 3042 "optional": true 3043 } 3044 } 3045 }, 3046 "node_modules/process-nextick-args": { 3047 "version": "2.0.1", 3048 "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", 3049 "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", 3050 "license": "MIT" 3051 }, 3052 "node_modules/readable-stream": { 3053 "version": "2.3.8", 3054 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", 3055 "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", 3056 "license": "MIT", 3057 "dependencies": { 3058 "core-util-is": "~1.0.0", 3059 "inherits": "~2.0.3", 3060 "isarray": "~1.0.0", 3061 "process-nextick-args": "~2.0.0", 3062 "safe-buffer": "~5.1.1", 3063 "string_decoder": "~1.1.1", 3064 "util-deprecate": "~1.0.1" 3065 } 3066 }, 3067 "node_modules/readdirp": { 3068 "version": "4.1.2", 3069 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz", 3070 "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==", 3071 "dev": true, 3072 "license": "MIT", 3073 "engines": { 3074 "node": ">= 14.18.0" 3075 }, 3076 "funding": { 3077 "type": "individual", 3078 "url": "https://paulmillr.com/funding/" 3079 } 3080 }, 3081 "node_modules/remark-gfm": { 3082 "version": "4.0.1", 3083 "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz", 3084 "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==", 3085 "license": "MIT", 3086 "dependencies": { 3087 "@types/mdast": "^4.0.0", 3088 "mdast-util-gfm": "^3.0.0", 3089 "micromark-extension-gfm": "^3.0.0", 3090 "remark-parse": "^11.0.0", 3091 "remark-stringify": "^11.0.0", 3092 "unified": "^11.0.0" 3093 }, 3094 "funding": { 3095 "type": "opencollective", 3096 "url": "https://opencollective.com/unified" 3097 } 3098 }, 3099 "node_modules/remark-parse": { 3100 "version": "11.0.0", 3101 "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", 3102 "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", 3103 "license": "MIT", 3104 "dependencies": { 3105 "@types/mdast": "^4.0.0", 3106 "mdast-util-from-markdown": "^2.0.0", 3107 "micromark-util-types": "^2.0.0", 3108 "unified": "^11.0.0" 3109 }, 3110 "funding": { 3111 "type": "opencollective", 3112 "url": "https://opencollective.com/unified" 3113 } 3114 }, 3115 "node_modules/remark-stringify": { 3116 "version": "11.0.0", 3117 "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", 3118 "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", 3119 "license": "MIT", 3120 "dependencies": { 3121 "@types/mdast": "^4.0.0", 3122 "mdast-util-to-markdown": "^2.0.0", 3123 "unified": "^11.0.0" 3124 }, 3125 "funding": { 3126 "type": "opencollective", 3127 "url": "https://opencollective.com/unified" 3128 } 3129 }, 3130 "node_modules/rollup": { 3131 "version": "4.50.0", 3132 "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.50.0.tgz", 3133 "integrity": "sha512-/Zl4D8zPifNmyGzJS+3kVoyXeDeT/GrsJM94sACNg9RtUE0hrHa1bNPtRSrfHTMH5HjRzce6K7rlTh3Khiw+pw==", 3134 "dev": true, 3135 "license": "MIT", 3136 "dependencies": { 3137 "@types/estree": "1.0.8" 3138 }, 3139 "bin": { 3140 "rollup": "dist/bin/rollup" 3141 }, 3142 "engines": { 3143 "node": ">=18.0.0", 3144 "npm": ">=8.0.0" 3145 }, 3146 "optionalDependencies": { 3147 "@rollup/rollup-android-arm-eabi": "4.50.0", 3148 "@rollup/rollup-android-arm64": "4.50.0", 3149 "@rollup/rollup-darwin-arm64": "4.50.0", 3150 "@rollup/rollup-darwin-x64": "4.50.0", 3151 "@rollup/rollup-freebsd-arm64": "4.50.0", 3152 "@rollup/rollup-freebsd-x64": "4.50.0", 3153 "@rollup/rollup-linux-arm-gnueabihf": "4.50.0", 3154 "@rollup/rollup-linux-arm-musleabihf": "4.50.0", 3155 "@rollup/rollup-linux-arm64-gnu": "4.50.0", 3156 "@rollup/rollup-linux-arm64-musl": "4.50.0", 3157 "@rollup/rollup-linux-loongarch64-gnu": "4.50.0", 3158 "@rollup/rollup-linux-ppc64-gnu": "4.50.0", 3159 "@rollup/rollup-linux-riscv64-gnu": "4.50.0", 3160 "@rollup/rollup-linux-riscv64-musl": "4.50.0", 3161 "@rollup/rollup-linux-s390x-gnu": "4.50.0", 3162 "@rollup/rollup-linux-x64-gnu": "4.50.0", 3163 "@rollup/rollup-linux-x64-musl": "4.50.0", 3164 "@rollup/rollup-openharmony-arm64": "4.50.0", 3165 "@rollup/rollup-win32-arm64-msvc": "4.50.0", 3166 "@rollup/rollup-win32-ia32-msvc": "4.50.0", 3167 "@rollup/rollup-win32-x64-msvc": "4.50.0", 3168 "fsevents": "~2.3.2" 3169 } 3170 }, 3171 "node_modules/sade": { 3172 "version": "1.8.1", 3173 "resolved": "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz", 3174 "integrity": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==", 3175 "dev": true, 3176 "license": "MIT", 3177 "dependencies": { 3178 "mri": "^1.1.0" 3179 }, 3180 "engines": { 3181 "node": ">=6" 3182 } 3183 }, 3184 "node_modules/safe-buffer": { 3185 "version": "5.1.2", 3186 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", 3187 "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", 3188 "license": "MIT" 3189 }, 3190 "node_modules/set-cookie-parser": { 3191 "version": "2.7.1", 3192 "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.1.tgz", 3193 "integrity": "sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==", 3194 "dev": true, 3195 "license": "MIT" 3196 }, 3197 "node_modules/setimmediate": { 3198 "version": "1.0.5", 3199 "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", 3200 "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==", 3201 "license": "MIT" 3202 }, 3203 "node_modules/sirv": { 3204 "version": "3.0.1", 3205 "resolved": "https://registry.npmjs.org/sirv/-/sirv-3.0.1.tgz", 3206 "integrity": "sha512-FoqMu0NCGBLCcAkS1qA+XJIQTR6/JHfQXl+uGteNCQ76T91DMUjPa9xfmeqMY3z80nLSg9yQmNjK0Px6RWsH/A==", 3207 "dev": true, 3208 "license": "MIT", 3209 "dependencies": { 3210 "@polka/url": "^1.0.0-next.24", 3211 "mrmime": "^2.0.0", 3212 "totalist": "^3.0.0" 3213 }, 3214 "engines": { 3215 "node": ">=18" 3216 } 3217 }, 3218 "node_modules/source-map-js": { 3219 "version": "1.2.1", 3220 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", 3221 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", 3222 "dev": true, 3223 "license": "BSD-3-Clause", 3224 "engines": { 3225 "node": ">=0.10.0" 3226 } 3227 }, 3228 "node_modules/string_decoder": { 3229 "version": "1.1.1", 3230 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", 3231 "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", 3232 "license": "MIT", 3233 "dependencies": { 3234 "safe-buffer": "~5.1.0" 3235 } 3236 }, 3237 "node_modules/svelte": { 3238 "version": "5.38.6", 3239 "resolved": "https://registry.npmjs.org/svelte/-/svelte-5.38.6.tgz", 3240 "integrity": "sha512-ltBPlkvqk3bgCK7/N323atUpP3O3Y+DrGV4dcULrsSn4fZaaNnOmdplNznwfdWclAgvSr5rxjtzn/zJhRm6TKg==", 3241 "dev": true, 3242 "license": "MIT", 3243 "dependencies": { 3244 "@jridgewell/remapping": "^2.3.4", 3245 "@jridgewell/sourcemap-codec": "^1.5.0", 3246 "@sveltejs/acorn-typescript": "^1.0.5", 3247 "@types/estree": "^1.0.5", 3248 "acorn": "^8.12.1", 3249 "aria-query": "^5.3.1", 3250 "axobject-query": "^4.1.0", 3251 "clsx": "^2.1.1", 3252 "esm-env": "^1.2.1", 3253 "esrap": "^2.1.0", 3254 "is-reference": "^3.0.3", 3255 "locate-character": "^3.0.0", 3256 "magic-string": "^0.30.11", 3257 "zimmerframe": "^1.1.2" 3258 }, 3259 "engines": { 3260 "node": ">=18" 3261 } 3262 }, 3263 "node_modules/svelte-check": { 3264 "version": "4.3.1", 3265 "resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-4.3.1.tgz", 3266 "integrity": "sha512-lkh8gff5gpHLjxIV+IaApMxQhTGnir2pNUAqcNgeKkvK5bT/30Ey/nzBxNLDlkztCH4dP7PixkMt9SWEKFPBWg==", 3267 "dev": true, 3268 "license": "MIT", 3269 "dependencies": { 3270 "@jridgewell/trace-mapping": "^0.3.25", 3271 "chokidar": "^4.0.1", 3272 "fdir": "^6.2.0", 3273 "picocolors": "^1.0.0", 3274 "sade": "^1.7.4" 3275 }, 3276 "bin": { 3277 "svelte-check": "bin/svelte-check" 3278 }, 3279 "engines": { 3280 "node": ">= 18.0.0" 3281 }, 3282 "peerDependencies": { 3283 "svelte": "^4.0.0 || ^5.0.0-next.0", 3284 "typescript": ">=5.0.0" 3285 } 3286 }, 3287 "node_modules/tailwindcss": { 3288 "version": "4.1.12", 3289 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.12.tgz", 3290 "integrity": "sha512-DzFtxOi+7NsFf7DBtI3BJsynR+0Yp6etH+nRPTbpWnS2pZBaSksv/JGctNwSWzbFjp0vxSqknaUylseZqMDGrA==", 3291 "dev": true, 3292 "license": "MIT" 3293 }, 3294 "node_modules/tapable": { 3295 "version": "2.2.3", 3296 "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.3.tgz", 3297 "integrity": "sha512-ZL6DDuAlRlLGghwcfmSn9sK3Hr6ArtyudlSAiCqQ6IfE+b+HHbydbYDIG15IfS5do+7XQQBdBiubF/cV2dnDzg==", 3298 "dev": true, 3299 "license": "MIT", 3300 "engines": { 3301 "node": ">=6" 3302 }, 3303 "funding": { 3304 "type": "opencollective", 3305 "url": "https://opencollective.com/webpack" 3306 } 3307 }, 3308 "node_modules/tar": { 3309 "version": "7.4.3", 3310 "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.3.tgz", 3311 "integrity": "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==", 3312 "dev": true, 3313 "license": "ISC", 3314 "dependencies": { 3315 "@isaacs/fs-minipass": "^4.0.0", 3316 "chownr": "^3.0.0", 3317 "minipass": "^7.1.2", 3318 "minizlib": "^3.0.1", 3319 "mkdirp": "^3.0.1", 3320 "yallist": "^5.0.0" 3321 }, 3322 "engines": { 3323 "node": ">=18" 3324 } 3325 }, 3326 "node_modules/tinyglobby": { 3327 "version": "0.2.14", 3328 "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz", 3329 "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==", 3330 "dev": true, 3331 "license": "MIT", 3332 "dependencies": { 3333 "fdir": "^6.4.4", 3334 "picomatch": "^4.0.2" 3335 }, 3336 "engines": { 3337 "node": ">=12.0.0" 3338 }, 3339 "funding": { 3340 "url": "https://github.com/sponsors/SuperchupuDev" 3341 } 3342 }, 3343 "node_modules/tlds": { 3344 "version": "1.261.0", 3345 "resolved": "https://registry.npmjs.org/tlds/-/tlds-1.261.0.tgz", 3346 "integrity": "sha512-QXqwfEl9ddlGBaRFXIvNKK6OhipSiLXuRuLJX5DErz0o0Q0rYxulWLdFryTkV5PkdZct5iMInwYEGe/eR++1AA==", 3347 "license": "MIT", 3348 "bin": { 3349 "tlds": "bin.js" 3350 } 3351 }, 3352 "node_modules/totalist": { 3353 "version": "3.0.1", 3354 "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz", 3355 "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==", 3356 "dev": true, 3357 "license": "MIT", 3358 "engines": { 3359 "node": ">=6" 3360 } 3361 }, 3362 "node_modules/trough": { 3363 "version": "2.2.0", 3364 "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz", 3365 "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==", 3366 "license": "MIT", 3367 "funding": { 3368 "type": "github", 3369 "url": "https://github.com/sponsors/wooorm" 3370 } 3371 }, 3372 "node_modules/typescript": { 3373 "version": "5.9.2", 3374 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz", 3375 "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", 3376 "dev": true, 3377 "license": "Apache-2.0", 3378 "bin": { 3379 "tsc": "bin/tsc", 3380 "tsserver": "bin/tsserver" 3381 }, 3382 "engines": { 3383 "node": ">=14.17" 3384 } 3385 }, 3386 "node_modules/uint8arrays": { 3387 "version": "3.0.0", 3388 "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.0.0.tgz", 3389 "integrity": "sha512-HRCx0q6O9Bfbp+HHSfQQKD7wU70+lydKVt4EghkdOvlK/NlrF90z+eXV34mUd48rNvVJXwkrMSPpCATkct8fJA==", 3390 "license": "MIT", 3391 "dependencies": { 3392 "multiformats": "^9.4.2" 3393 } 3394 }, 3395 "node_modules/unified": { 3396 "version": "11.0.5", 3397 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", 3398 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", 3399 "license": "MIT", 3400 "dependencies": { 3401 "@types/unist": "^3.0.0", 3402 "bail": "^2.0.0", 3403 "devlop": "^1.0.0", 3404 "extend": "^3.0.0", 3405 "is-plain-obj": "^4.0.0", 3406 "trough": "^2.0.0", 3407 "vfile": "^6.0.0" 3408 }, 3409 "funding": { 3410 "type": "opencollective", 3411 "url": "https://opencollective.com/unified" 3412 } 3413 }, 3414 "node_modules/unist-util-is": { 3415 "version": "6.0.1", 3416 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz", 3417 "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==", 3418 "license": "MIT", 3419 "dependencies": { 3420 "@types/unist": "^3.0.0" 3421 }, 3422 "funding": { 3423 "type": "opencollective", 3424 "url": "https://opencollective.com/unified" 3425 } 3426 }, 3427 "node_modules/unist-util-stringify-position": { 3428 "version": "4.0.0", 3429 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 3430 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 3431 "license": "MIT", 3432 "dependencies": { 3433 "@types/unist": "^3.0.0" 3434 }, 3435 "funding": { 3436 "type": "opencollective", 3437 "url": "https://opencollective.com/unified" 3438 } 3439 }, 3440 "node_modules/unist-util-visit": { 3441 "version": "5.0.0", 3442 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", 3443 "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", 3444 "license": "MIT", 3445 "dependencies": { 3446 "@types/unist": "^3.0.0", 3447 "unist-util-is": "^6.0.0", 3448 "unist-util-visit-parents": "^6.0.0" 3449 }, 3450 "funding": { 3451 "type": "opencollective", 3452 "url": "https://opencollective.com/unified" 3453 } 3454 }, 3455 "node_modules/unist-util-visit-parents": { 3456 "version": "6.0.2", 3457 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz", 3458 "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==", 3459 "license": "MIT", 3460 "dependencies": { 3461 "@types/unist": "^3.0.0", 3462 "unist-util-is": "^6.0.0" 3463 }, 3464 "funding": { 3465 "type": "opencollective", 3466 "url": "https://opencollective.com/unified" 3467 } 3468 }, 3469 "node_modules/util-deprecate": { 3470 "version": "1.0.2", 3471 "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", 3472 "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", 3473 "license": "MIT" 3474 }, 3475 "node_modules/vfile": { 3476 "version": "6.0.3", 3477 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 3478 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 3479 "license": "MIT", 3480 "dependencies": { 3481 "@types/unist": "^3.0.0", 3482 "vfile-message": "^4.0.0" 3483 }, 3484 "funding": { 3485 "type": "opencollective", 3486 "url": "https://opencollective.com/unified" 3487 } 3488 }, 3489 "node_modules/vfile-message": { 3490 "version": "4.0.3", 3491 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz", 3492 "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==", 3493 "license": "MIT", 3494 "dependencies": { 3495 "@types/unist": "^3.0.0", 3496 "unist-util-stringify-position": "^4.0.0" 3497 }, 3498 "funding": { 3499 "type": "opencollective", 3500 "url": "https://opencollective.com/unified" 3501 } 3502 }, 3503 "node_modules/vite": { 3504 "version": "7.1.4", 3505 "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.4.tgz", 3506 "integrity": "sha512-X5QFK4SGynAeeIt+A7ZWnApdUyHYm+pzv/8/A57LqSGcI88U6R6ipOs3uCesdc6yl7nl+zNO0t8LmqAdXcQihw==", 3507 "dev": true, 3508 "license": "MIT", 3509 "dependencies": { 3510 "esbuild": "^0.25.0", 3511 "fdir": "^6.5.0", 3512 "picomatch": "^4.0.3", 3513 "postcss": "^8.5.6", 3514 "rollup": "^4.43.0", 3515 "tinyglobby": "^0.2.14" 3516 }, 3517 "bin": { 3518 "vite": "bin/vite.js" 3519 }, 3520 "engines": { 3521 "node": "^20.19.0 || >=22.12.0" 3522 }, 3523 "funding": { 3524 "url": "https://github.com/vitejs/vite?sponsor=1" 3525 }, 3526 "optionalDependencies": { 3527 "fsevents": "~2.3.3" 3528 }, 3529 "peerDependencies": { 3530 "@types/node": "^20.19.0 || >=22.12.0", 3531 "jiti": ">=1.21.0", 3532 "less": "^4.0.0", 3533 "lightningcss": "^1.21.0", 3534 "sass": "^1.70.0", 3535 "sass-embedded": "^1.70.0", 3536 "stylus": ">=0.54.8", 3537 "sugarss": "^5.0.0", 3538 "terser": "^5.16.0", 3539 "tsx": "^4.8.1", 3540 "yaml": "^2.4.2" 3541 }, 3542 "peerDependenciesMeta": { 3543 "@types/node": { 3544 "optional": true 3545 }, 3546 "jiti": { 3547 "optional": true 3548 }, 3549 "less": { 3550 "optional": true 3551 }, 3552 "lightningcss": { 3553 "optional": true 3554 }, 3555 "sass": { 3556 "optional": true 3557 }, 3558 "sass-embedded": { 3559 "optional": true 3560 }, 3561 "stylus": { 3562 "optional": true 3563 }, 3564 "sugarss": { 3565 "optional": true 3566 }, 3567 "terser": { 3568 "optional": true 3569 }, 3570 "tsx": { 3571 "optional": true 3572 }, 3573 "yaml": { 3574 "optional": true 3575 } 3576 } 3577 }, 3578 "node_modules/vitefu": { 3579 "version": "1.1.1", 3580 "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.1.1.tgz", 3581 "integrity": "sha512-B/Fegf3i8zh0yFbpzZ21amWzHmuNlLlmJT6n7bu5e+pCHUKQIfXSYokrqOBGEMMe9UG2sostKQF9mml/vYaWJQ==", 3582 "dev": true, 3583 "license": "MIT", 3584 "workspaces": [ 3585 "tests/deps/*", 3586 "tests/projects/*", 3587 "tests/projects/workspace/packages/*" 3588 ], 3589 "peerDependencies": { 3590 "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0" 3591 }, 3592 "peerDependenciesMeta": { 3593 "vite": { 3594 "optional": true 3595 } 3596 } 3597 }, 3598 "node_modules/yallist": { 3599 "version": "5.0.0", 3600 "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz", 3601 "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==", 3602 "dev": true, 3603 "license": "BlueOak-1.0.0", 3604 "engines": { 3605 "node": ">=18" 3606 } 3607 }, 3608 "node_modules/zimmerframe": { 3609 "version": "1.1.2", 3610 "resolved": "https://registry.npmjs.org/zimmerframe/-/zimmerframe-1.1.2.tgz", 3611 "integrity": "sha512-rAbqEGa8ovJy4pyBxZM70hg4pE6gDgaQ0Sl9M3enG3I0d6H4XSAM3GeNGLKnsBpuijUow064sf7ww1nutC5/3w==", 3612 "dev": true, 3613 "license": "MIT" 3614 }, 3615 "node_modules/zod": { 3616 "version": "3.25.76", 3617 "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", 3618 "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", 3619 "license": "MIT", 3620 "funding": { 3621 "url": "https://github.com/sponsors/colinhacks" 3622 } 3623 }, 3624 "node_modules/zwitch": { 3625 "version": "2.0.4", 3626 "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", 3627 "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", 3628 "license": "MIT", 3629 "funding": { 3630 "type": "github", 3631 "url": "https://github.com/sponsors/wooorm" 3632 } 3633 } 3634 } 3635}