My personal website
at astro 7780 lines 284 kB view raw
1{ 2 "name": "website-ng", 3 "version": "0.0.1", 4 "lockfileVersion": 3, 5 "requires": true, 6 "packages": { 7 "": { 8 "name": "website-ng", 9 "version": "0.0.1", 10 "dependencies": { 11 "@astrojs/check": "0.9.4", 12 "@fontsource-variable/josefin-sans": "5.2.5", 13 "@fontsource/fira-sans": "5.2.5", 14 "@tailwindcss/vite": "^4.1.7", 15 "astro": "^5.8.0", 16 "astro-icon": "1.1.5", 17 "astro-particles": "2.10.0", 18 "tailwindcss": "^4.1.7", 19 "typescript": "5.8.3" 20 }, 21 "devDependencies": { 22 "prettier": "3.5.3", 23 "prettier-plugin-astro": "0.14.1", 24 "prettier-plugin-astro-organize-imports": "0.4.11", 25 "prettier-plugin-organize-imports": "4.1.0", 26 "prettier-plugin-tailwindcss": "^0.6.11" 27 } 28 }, 29 "node_modules/@ampproject/remapping": { 30 "version": "2.3.0", 31 "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", 32 "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", 33 "license": "Apache-2.0", 34 "dependencies": { 35 "@jridgewell/gen-mapping": "^0.3.5", 36 "@jridgewell/trace-mapping": "^0.3.24" 37 }, 38 "engines": { 39 "node": ">=6.0.0" 40 } 41 }, 42 "node_modules/@antfu/install-pkg": { 43 "version": "0.4.1", 44 "resolved": "https://registry.npmjs.org/@antfu/install-pkg/-/install-pkg-0.4.1.tgz", 45 "integrity": "sha512-T7yB5QNG29afhWVkVq7XeIMBa5U/vs9mX69YqayXypPRmYzUmzwnYltplHmPtZ4HPCn+sQKeXW8I47wCbuBOjw==", 46 "license": "MIT", 47 "dependencies": { 48 "package-manager-detector": "^0.2.0", 49 "tinyexec": "^0.3.0" 50 }, 51 "funding": { 52 "url": "https://github.com/sponsors/antfu" 53 } 54 }, 55 "node_modules/@antfu/utils": { 56 "version": "0.7.10", 57 "resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-0.7.10.tgz", 58 "integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==", 59 "license": "MIT", 60 "funding": { 61 "url": "https://github.com/sponsors/antfu" 62 } 63 }, 64 "node_modules/@astrojs/check": { 65 "version": "0.9.4", 66 "resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.9.4.tgz", 67 "integrity": "sha512-IOheHwCtpUfvogHHsvu0AbeRZEnjJg3MopdLddkJE70mULItS/Vh37BHcI00mcOJcH1vhD3odbpvWokpxam7xA==", 68 "license": "MIT", 69 "dependencies": { 70 "@astrojs/language-server": "^2.15.0", 71 "chokidar": "^4.0.1", 72 "kleur": "^4.1.5", 73 "yargs": "^17.7.2" 74 }, 75 "bin": { 76 "astro-check": "dist/bin.js" 77 }, 78 "peerDependencies": { 79 "typescript": "^5.0.0" 80 } 81 }, 82 "node_modules/@astrojs/check/node_modules/chokidar": { 83 "version": "4.0.1", 84 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.1.tgz", 85 "integrity": "sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==", 86 "license": "MIT", 87 "dependencies": { 88 "readdirp": "^4.0.1" 89 }, 90 "engines": { 91 "node": ">= 14.16.0" 92 }, 93 "funding": { 94 "url": "https://paulmillr.com/funding/" 95 } 96 }, 97 "node_modules/@astrojs/check/node_modules/readdirp": { 98 "version": "4.0.2", 99 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.0.2.tgz", 100 "integrity": "sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==", 101 "license": "MIT", 102 "engines": { 103 "node": ">= 14.16.0" 104 }, 105 "funding": { 106 "type": "individual", 107 "url": "https://paulmillr.com/funding/" 108 } 109 }, 110 "node_modules/@astrojs/compiler": { 111 "version": "2.12.0", 112 "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.12.0.tgz", 113 "integrity": "sha512-7bCjW6tVDpUurQLeKBUN9tZ5kSv5qYrGmcn0sG0IwacL7isR2ZbyyA3AdZ4uxsuUFOS2SlgReTH7wkxO6zpqWA==", 114 "license": "MIT" 115 }, 116 "node_modules/@astrojs/internal-helpers": { 117 "version": "0.6.1", 118 "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.6.1.tgz", 119 "integrity": "sha512-l5Pqf6uZu31aG+3Lv8nl/3s4DbUzdlxTWDof4pEpto6GUJNhhCbelVi9dEyurOVyqaelwmS9oSyOWOENSfgo9A==", 120 "license": "MIT" 121 }, 122 "node_modules/@astrojs/language-server": { 123 "version": "2.15.3", 124 "resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-2.15.3.tgz", 125 "integrity": "sha512-2qYkHkiqduB2F6OY+zAikd2hZP1xq5LqB0RqLCMoT7KLbfspnx6qtxOueF2n1P4+YUXRHUJVfLA4FoJCEfoMDg==", 126 "license": "MIT", 127 "dependencies": { 128 "@astrojs/compiler": "^2.10.3", 129 "@astrojs/yaml2ts": "^0.2.1", 130 "@jridgewell/sourcemap-codec": "^1.4.15", 131 "@volar/kit": "~2.4.5", 132 "@volar/language-core": "~2.4.5", 133 "@volar/language-server": "~2.4.5", 134 "@volar/language-service": "~2.4.5", 135 "fast-glob": "^3.2.12", 136 "muggle-string": "^0.4.1", 137 "volar-service-css": "0.0.61", 138 "volar-service-emmet": "0.0.61", 139 "volar-service-html": "0.0.61", 140 "volar-service-prettier": "0.0.61", 141 "volar-service-typescript": "0.0.61", 142 "volar-service-typescript-twoslash-queries": "0.0.61", 143 "volar-service-yaml": "0.0.61", 144 "vscode-html-languageservice": "^5.2.0", 145 "vscode-uri": "^3.0.8" 146 }, 147 "bin": { 148 "astro-ls": "bin/nodeServer.js" 149 }, 150 "peerDependencies": { 151 "prettier": "^3.0.0", 152 "prettier-plugin-astro": ">=0.11.0" 153 }, 154 "peerDependenciesMeta": { 155 "prettier": { 156 "optional": true 157 }, 158 "prettier-plugin-astro": { 159 "optional": true 160 } 161 } 162 }, 163 "node_modules/@astrojs/markdown-remark": { 164 "version": "6.3.2", 165 "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.2.tgz", 166 "integrity": "sha512-bO35JbWpVvyKRl7cmSJD822e8YA8ThR/YbUsciWNA7yTcqpIAL2hJDToWP5KcZBWxGT6IOdOkHSXARSNZc4l/Q==", 167 "license": "MIT", 168 "dependencies": { 169 "@astrojs/internal-helpers": "0.6.1", 170 "@astrojs/prism": "3.3.0", 171 "github-slugger": "^2.0.0", 172 "hast-util-from-html": "^2.0.3", 173 "hast-util-to-text": "^4.0.2", 174 "import-meta-resolve": "^4.1.0", 175 "js-yaml": "^4.1.0", 176 "mdast-util-definitions": "^6.0.0", 177 "rehype-raw": "^7.0.0", 178 "rehype-stringify": "^10.0.1", 179 "remark-gfm": "^4.0.1", 180 "remark-parse": "^11.0.0", 181 "remark-rehype": "^11.1.2", 182 "remark-smartypants": "^3.0.2", 183 "shiki": "^3.2.1", 184 "smol-toml": "^1.3.1", 185 "unified": "^11.0.5", 186 "unist-util-remove-position": "^5.0.0", 187 "unist-util-visit": "^5.0.0", 188 "unist-util-visit-parents": "^6.0.1", 189 "vfile": "^6.0.3" 190 } 191 }, 192 "node_modules/@astrojs/prism": { 193 "version": "3.3.0", 194 "resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-3.3.0.tgz", 195 "integrity": "sha512-q8VwfU/fDZNoDOf+r7jUnMC2//H2l0TuQ6FkGJL8vD8nw/q5KiL3DS1KKBI3QhI9UQhpJ5dc7AtqfbXWuOgLCQ==", 196 "license": "MIT", 197 "dependencies": { 198 "prismjs": "^1.30.0" 199 }, 200 "engines": { 201 "node": "18.20.8 || ^20.3.0 || >=22.0.0" 202 } 203 }, 204 "node_modules/@astrojs/telemetry": { 205 "version": "3.3.0", 206 "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.3.0.tgz", 207 "integrity": "sha512-UFBgfeldP06qu6khs/yY+q1cDAaArM2/7AEIqQ9Cuvf7B1hNLq0xDrZkct+QoIGyjq56y8IaE2I3CTvG99mlhQ==", 208 "license": "MIT", 209 "dependencies": { 210 "ci-info": "^4.2.0", 211 "debug": "^4.4.0", 212 "dlv": "^1.1.3", 213 "dset": "^3.1.4", 214 "is-docker": "^3.0.0", 215 "is-wsl": "^3.1.0", 216 "which-pm-runs": "^1.1.0" 217 }, 218 "engines": { 219 "node": "18.20.8 || ^20.3.0 || >=22.0.0" 220 } 221 }, 222 "node_modules/@astrojs/yaml2ts": { 223 "version": "0.2.1", 224 "resolved": "https://registry.npmjs.org/@astrojs/yaml2ts/-/yaml2ts-0.2.1.tgz", 225 "integrity": "sha512-CBaNwDQJz20E5WxzQh4thLVfhB3JEEGz72wRA+oJp6fQR37QLAqXZJU0mHC+yqMOQ6oj0GfRPJrz6hjf+zm6zA==", 226 "license": "MIT", 227 "dependencies": { 228 "yaml": "^2.5.0" 229 } 230 }, 231 "node_modules/@babel/helper-string-parser": { 232 "version": "7.25.7", 233 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz", 234 "integrity": "sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==", 235 "license": "MIT", 236 "engines": { 237 "node": ">=6.9.0" 238 } 239 }, 240 "node_modules/@babel/helper-validator-identifier": { 241 "version": "7.25.7", 242 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz", 243 "integrity": "sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==", 244 "license": "MIT", 245 "engines": { 246 "node": ">=6.9.0" 247 } 248 }, 249 "node_modules/@babel/parser": { 250 "version": "7.25.8", 251 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.8.tgz", 252 "integrity": "sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ==", 253 "license": "MIT", 254 "dependencies": { 255 "@babel/types": "^7.25.8" 256 }, 257 "bin": { 258 "parser": "bin/babel-parser.js" 259 }, 260 "engines": { 261 "node": ">=6.0.0" 262 } 263 }, 264 "node_modules/@babel/types": { 265 "version": "7.25.8", 266 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.8.tgz", 267 "integrity": "sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg==", 268 "license": "MIT", 269 "dependencies": { 270 "@babel/helper-string-parser": "^7.25.7", 271 "@babel/helper-validator-identifier": "^7.25.7", 272 "to-fast-properties": "^2.0.0" 273 }, 274 "engines": { 275 "node": ">=6.9.0" 276 } 277 }, 278 "node_modules/@capsizecss/unpack": { 279 "version": "2.4.0", 280 "resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-2.4.0.tgz", 281 "integrity": "sha512-GrSU71meACqcmIUxPYOJvGKF0yryjN/L1aCuE9DViCTJI7bfkjgYDPD1zbNDcINJwSSP6UaBZY9GAbYDO7re0Q==", 282 "license": "MIT", 283 "dependencies": { 284 "blob-to-buffer": "^1.2.8", 285 "cross-fetch": "^3.0.4", 286 "fontkit": "^2.0.2" 287 } 288 }, 289 "node_modules/@emmetio/abbreviation": { 290 "version": "2.3.3", 291 "resolved": "https://registry.npmjs.org/@emmetio/abbreviation/-/abbreviation-2.3.3.tgz", 292 "integrity": "sha512-mgv58UrU3rh4YgbE/TzgLQwJ3pFsHHhCLqY20aJq+9comytTXUDNGG/SMtSeMJdkpxgXSXunBGLD8Boka3JyVA==", 293 "license": "MIT", 294 "dependencies": { 295 "@emmetio/scanner": "^1.0.4" 296 } 297 }, 298 "node_modules/@emmetio/css-abbreviation": { 299 "version": "2.1.8", 300 "resolved": "https://registry.npmjs.org/@emmetio/css-abbreviation/-/css-abbreviation-2.1.8.tgz", 301 "integrity": "sha512-s9yjhJ6saOO/uk1V74eifykk2CBYi01STTK3WlXWGOepyKa23ymJ053+DNQjpFcy1ingpaO7AxCcwLvHFY9tuw==", 302 "license": "MIT", 303 "dependencies": { 304 "@emmetio/scanner": "^1.0.4" 305 } 306 }, 307 "node_modules/@emmetio/css-parser": { 308 "version": "0.4.0", 309 "resolved": "https://registry.npmjs.org/@emmetio/css-parser/-/css-parser-0.4.0.tgz", 310 "integrity": "sha512-z7wkxRSZgrQHXVzObGkXG+Vmj3uRlpM11oCZ9pbaz0nFejvCDmAiNDpY75+wgXOcffKpj4rzGtwGaZxfJKsJxw==", 311 "license": "MIT", 312 "dependencies": { 313 "@emmetio/stream-reader": "^2.2.0", 314 "@emmetio/stream-reader-utils": "^0.1.0" 315 } 316 }, 317 "node_modules/@emmetio/html-matcher": { 318 "version": "1.3.0", 319 "resolved": "https://registry.npmjs.org/@emmetio/html-matcher/-/html-matcher-1.3.0.tgz", 320 "integrity": "sha512-NTbsvppE5eVyBMuyGfVu2CRrLvo7J4YHb6t9sBFLyY03WYhXET37qA4zOYUjBWFCRHO7pS1B9khERtY0f5JXPQ==", 321 "license": "ISC", 322 "dependencies": { 323 "@emmetio/scanner": "^1.0.0" 324 } 325 }, 326 "node_modules/@emmetio/scanner": { 327 "version": "1.0.4", 328 "resolved": "https://registry.npmjs.org/@emmetio/scanner/-/scanner-1.0.4.tgz", 329 "integrity": "sha512-IqRuJtQff7YHHBk4G8YZ45uB9BaAGcwQeVzgj/zj8/UdOhtQpEIupUhSk8dys6spFIWVZVeK20CzGEnqR5SbqA==", 330 "license": "MIT" 331 }, 332 "node_modules/@emmetio/stream-reader": { 333 "version": "2.2.0", 334 "resolved": "https://registry.npmjs.org/@emmetio/stream-reader/-/stream-reader-2.2.0.tgz", 335 "integrity": "sha512-fXVXEyFA5Yv3M3n8sUGT7+fvecGrZP4k6FnWWMSZVQf69kAq0LLpaBQLGcPR30m3zMmKYhECP4k/ZkzvhEW5kw==", 336 "license": "MIT" 337 }, 338 "node_modules/@emmetio/stream-reader-utils": { 339 "version": "0.1.0", 340 "resolved": "https://registry.npmjs.org/@emmetio/stream-reader-utils/-/stream-reader-utils-0.1.0.tgz", 341 "integrity": "sha512-ZsZ2I9Vzso3Ho/pjZFsmmZ++FWeEd/txqybHTm4OgaZzdS8V9V/YYWQwg5TC38Z7uLWUV1vavpLLbjJtKubR1A==", 342 "license": "MIT" 343 }, 344 "node_modules/@emnapi/runtime": { 345 "version": "1.3.1", 346 "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.3.1.tgz", 347 "integrity": "sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==", 348 "license": "MIT", 349 "optional": true, 350 "dependencies": { 351 "tslib": "^2.4.0" 352 } 353 }, 354 "node_modules/@esbuild/aix-ppc64": { 355 "version": "0.25.4", 356 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.4.tgz", 357 "integrity": "sha512-1VCICWypeQKhVbE9oW/sJaAmjLxhVqacdkvPLEjwlttjfwENRSClS8EjBz0KzRyFSCPDIkuXW34Je/vk7zdB7Q==", 358 "cpu": [ 359 "ppc64" 360 ], 361 "license": "MIT", 362 "optional": true, 363 "os": [ 364 "aix" 365 ], 366 "engines": { 367 "node": ">=18" 368 } 369 }, 370 "node_modules/@esbuild/android-arm": { 371 "version": "0.25.4", 372 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.4.tgz", 373 "integrity": "sha512-QNdQEps7DfFwE3hXiU4BZeOV68HHzYwGd0Nthhd3uCkkEKK7/R6MTgM0P7H7FAs5pU/DIWsviMmEGxEoxIZ+ZQ==", 374 "cpu": [ 375 "arm" 376 ], 377 "license": "MIT", 378 "optional": true, 379 "os": [ 380 "android" 381 ], 382 "engines": { 383 "node": ">=18" 384 } 385 }, 386 "node_modules/@esbuild/android-arm64": { 387 "version": "0.25.4", 388 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.4.tgz", 389 "integrity": "sha512-bBy69pgfhMGtCnwpC/x5QhfxAz/cBgQ9enbtwjf6V9lnPI/hMyT9iWpR1arm0l3kttTr4L0KSLpKmLp/ilKS9A==", 390 "cpu": [ 391 "arm64" 392 ], 393 "license": "MIT", 394 "optional": true, 395 "os": [ 396 "android" 397 ], 398 "engines": { 399 "node": ">=18" 400 } 401 }, 402 "node_modules/@esbuild/android-x64": { 403 "version": "0.25.4", 404 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.4.tgz", 405 "integrity": "sha512-TVhdVtQIFuVpIIR282btcGC2oGQoSfZfmBdTip2anCaVYcqWlZXGcdcKIUklfX2wj0JklNYgz39OBqh2cqXvcQ==", 406 "cpu": [ 407 "x64" 408 ], 409 "license": "MIT", 410 "optional": true, 411 "os": [ 412 "android" 413 ], 414 "engines": { 415 "node": ">=18" 416 } 417 }, 418 "node_modules/@esbuild/darwin-arm64": { 419 "version": "0.25.4", 420 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.4.tgz", 421 "integrity": "sha512-Y1giCfM4nlHDWEfSckMzeWNdQS31BQGs9/rouw6Ub91tkK79aIMTH3q9xHvzH8d0wDru5Ci0kWB8b3up/nl16g==", 422 "cpu": [ 423 "arm64" 424 ], 425 "license": "MIT", 426 "optional": true, 427 "os": [ 428 "darwin" 429 ], 430 "engines": { 431 "node": ">=18" 432 } 433 }, 434 "node_modules/@esbuild/darwin-x64": { 435 "version": "0.25.4", 436 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.4.tgz", 437 "integrity": "sha512-CJsry8ZGM5VFVeyUYB3cdKpd/H69PYez4eJh1W/t38vzutdjEjtP7hB6eLKBoOdxcAlCtEYHzQ/PJ/oU9I4u0A==", 438 "cpu": [ 439 "x64" 440 ], 441 "license": "MIT", 442 "optional": true, 443 "os": [ 444 "darwin" 445 ], 446 "engines": { 447 "node": ">=18" 448 } 449 }, 450 "node_modules/@esbuild/freebsd-arm64": { 451 "version": "0.25.4", 452 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.4.tgz", 453 "integrity": "sha512-yYq+39NlTRzU2XmoPW4l5Ifpl9fqSk0nAJYM/V/WUGPEFfek1epLHJIkTQM6bBs1swApjO5nWgvr843g6TjxuQ==", 454 "cpu": [ 455 "arm64" 456 ], 457 "license": "MIT", 458 "optional": true, 459 "os": [ 460 "freebsd" 461 ], 462 "engines": { 463 "node": ">=18" 464 } 465 }, 466 "node_modules/@esbuild/freebsd-x64": { 467 "version": "0.25.4", 468 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.4.tgz", 469 "integrity": "sha512-0FgvOJ6UUMflsHSPLzdfDnnBBVoCDtBTVyn/MrWloUNvq/5SFmh13l3dvgRPkDihRxb77Y17MbqbCAa2strMQQ==", 470 "cpu": [ 471 "x64" 472 ], 473 "license": "MIT", 474 "optional": true, 475 "os": [ 476 "freebsd" 477 ], 478 "engines": { 479 "node": ">=18" 480 } 481 }, 482 "node_modules/@esbuild/linux-arm": { 483 "version": "0.25.4", 484 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.4.tgz", 485 "integrity": "sha512-kro4c0P85GMfFYqW4TWOpvmF8rFShbWGnrLqlzp4X1TNWjRY3JMYUfDCtOxPKOIY8B0WC8HN51hGP4I4hz4AaQ==", 486 "cpu": [ 487 "arm" 488 ], 489 "license": "MIT", 490 "optional": true, 491 "os": [ 492 "linux" 493 ], 494 "engines": { 495 "node": ">=18" 496 } 497 }, 498 "node_modules/@esbuild/linux-arm64": { 499 "version": "0.25.4", 500 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.4.tgz", 501 "integrity": "sha512-+89UsQTfXdmjIvZS6nUnOOLoXnkUTB9hR5QAeLrQdzOSWZvNSAXAtcRDHWtqAUtAmv7ZM1WPOOeSxDzzzMogiQ==", 502 "cpu": [ 503 "arm64" 504 ], 505 "license": "MIT", 506 "optional": true, 507 "os": [ 508 "linux" 509 ], 510 "engines": { 511 "node": ">=18" 512 } 513 }, 514 "node_modules/@esbuild/linux-ia32": { 515 "version": "0.25.4", 516 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.4.tgz", 517 "integrity": "sha512-yTEjoapy8UP3rv8dB0ip3AfMpRbyhSN3+hY8mo/i4QXFeDxmiYbEKp3ZRjBKcOP862Ua4b1PDfwlvbuwY7hIGQ==", 518 "cpu": [ 519 "ia32" 520 ], 521 "license": "MIT", 522 "optional": true, 523 "os": [ 524 "linux" 525 ], 526 "engines": { 527 "node": ">=18" 528 } 529 }, 530 "node_modules/@esbuild/linux-loong64": { 531 "version": "0.25.4", 532 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.4.tgz", 533 "integrity": "sha512-NeqqYkrcGzFwi6CGRGNMOjWGGSYOpqwCjS9fvaUlX5s3zwOtn1qwg1s2iE2svBe4Q/YOG1q6875lcAoQK/F4VA==", 534 "cpu": [ 535 "loong64" 536 ], 537 "license": "MIT", 538 "optional": true, 539 "os": [ 540 "linux" 541 ], 542 "engines": { 543 "node": ">=18" 544 } 545 }, 546 "node_modules/@esbuild/linux-mips64el": { 547 "version": "0.25.4", 548 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.4.tgz", 549 "integrity": "sha512-IcvTlF9dtLrfL/M8WgNI/qJYBENP3ekgsHbYUIzEzq5XJzzVEV/fXY9WFPfEEXmu3ck2qJP8LG/p3Q8f7Zc2Xg==", 550 "cpu": [ 551 "mips64el" 552 ], 553 "license": "MIT", 554 "optional": true, 555 "os": [ 556 "linux" 557 ], 558 "engines": { 559 "node": ">=18" 560 } 561 }, 562 "node_modules/@esbuild/linux-ppc64": { 563 "version": "0.25.4", 564 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.4.tgz", 565 "integrity": "sha512-HOy0aLTJTVtoTeGZh4HSXaO6M95qu4k5lJcH4gxv56iaycfz1S8GO/5Jh6X4Y1YiI0h7cRyLi+HixMR+88swag==", 566 "cpu": [ 567 "ppc64" 568 ], 569 "license": "MIT", 570 "optional": true, 571 "os": [ 572 "linux" 573 ], 574 "engines": { 575 "node": ">=18" 576 } 577 }, 578 "node_modules/@esbuild/linux-riscv64": { 579 "version": "0.25.4", 580 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.4.tgz", 581 "integrity": "sha512-i8JUDAufpz9jOzo4yIShCTcXzS07vEgWzyX3NH2G7LEFVgrLEhjwL3ajFE4fZI3I4ZgiM7JH3GQ7ReObROvSUA==", 582 "cpu": [ 583 "riscv64" 584 ], 585 "license": "MIT", 586 "optional": true, 587 "os": [ 588 "linux" 589 ], 590 "engines": { 591 "node": ">=18" 592 } 593 }, 594 "node_modules/@esbuild/linux-s390x": { 595 "version": "0.25.4", 596 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.4.tgz", 597 "integrity": "sha512-jFnu+6UbLlzIjPQpWCNh5QtrcNfMLjgIavnwPQAfoGx4q17ocOU9MsQ2QVvFxwQoWpZT8DvTLooTvmOQXkO51g==", 598 "cpu": [ 599 "s390x" 600 ], 601 "license": "MIT", 602 "optional": true, 603 "os": [ 604 "linux" 605 ], 606 "engines": { 607 "node": ">=18" 608 } 609 }, 610 "node_modules/@esbuild/linux-x64": { 611 "version": "0.25.4", 612 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.4.tgz", 613 "integrity": "sha512-6e0cvXwzOnVWJHq+mskP8DNSrKBr1bULBvnFLpc1KY+d+irZSgZ02TGse5FsafKS5jg2e4pbvK6TPXaF/A6+CA==", 614 "cpu": [ 615 "x64" 616 ], 617 "license": "MIT", 618 "optional": true, 619 "os": [ 620 "linux" 621 ], 622 "engines": { 623 "node": ">=18" 624 } 625 }, 626 "node_modules/@esbuild/netbsd-arm64": { 627 "version": "0.25.4", 628 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.4.tgz", 629 "integrity": "sha512-vUnkBYxZW4hL/ie91hSqaSNjulOnYXE1VSLusnvHg2u3jewJBz3YzB9+oCw8DABeVqZGg94t9tyZFoHma8gWZQ==", 630 "cpu": [ 631 "arm64" 632 ], 633 "license": "MIT", 634 "optional": true, 635 "os": [ 636 "netbsd" 637 ], 638 "engines": { 639 "node": ">=18" 640 } 641 }, 642 "node_modules/@esbuild/netbsd-x64": { 643 "version": "0.25.4", 644 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.4.tgz", 645 "integrity": "sha512-XAg8pIQn5CzhOB8odIcAm42QsOfa98SBeKUdo4xa8OvX8LbMZqEtgeWE9P/Wxt7MlG2QqvjGths+nq48TrUiKw==", 646 "cpu": [ 647 "x64" 648 ], 649 "license": "MIT", 650 "optional": true, 651 "os": [ 652 "netbsd" 653 ], 654 "engines": { 655 "node": ">=18" 656 } 657 }, 658 "node_modules/@esbuild/openbsd-arm64": { 659 "version": "0.25.4", 660 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.4.tgz", 661 "integrity": "sha512-Ct2WcFEANlFDtp1nVAXSNBPDxyU+j7+tId//iHXU2f/lN5AmO4zLyhDcpR5Cz1r08mVxzt3Jpyt4PmXQ1O6+7A==", 662 "cpu": [ 663 "arm64" 664 ], 665 "license": "MIT", 666 "optional": true, 667 "os": [ 668 "openbsd" 669 ], 670 "engines": { 671 "node": ">=18" 672 } 673 }, 674 "node_modules/@esbuild/openbsd-x64": { 675 "version": "0.25.4", 676 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.4.tgz", 677 "integrity": "sha512-xAGGhyOQ9Otm1Xu8NT1ifGLnA6M3sJxZ6ixylb+vIUVzvvd6GOALpwQrYrtlPouMqd/vSbgehz6HaVk4+7Afhw==", 678 "cpu": [ 679 "x64" 680 ], 681 "license": "MIT", 682 "optional": true, 683 "os": [ 684 "openbsd" 685 ], 686 "engines": { 687 "node": ">=18" 688 } 689 }, 690 "node_modules/@esbuild/sunos-x64": { 691 "version": "0.25.4", 692 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.4.tgz", 693 "integrity": "sha512-Mw+tzy4pp6wZEK0+Lwr76pWLjrtjmJyUB23tHKqEDP74R3q95luY/bXqXZeYl4NYlvwOqoRKlInQialgCKy67Q==", 694 "cpu": [ 695 "x64" 696 ], 697 "license": "MIT", 698 "optional": true, 699 "os": [ 700 "sunos" 701 ], 702 "engines": { 703 "node": ">=18" 704 } 705 }, 706 "node_modules/@esbuild/win32-arm64": { 707 "version": "0.25.4", 708 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.4.tgz", 709 "integrity": "sha512-AVUP428VQTSddguz9dO9ngb+E5aScyg7nOeJDrF1HPYu555gmza3bDGMPhmVXL8svDSoqPCsCPjb265yG/kLKQ==", 710 "cpu": [ 711 "arm64" 712 ], 713 "license": "MIT", 714 "optional": true, 715 "os": [ 716 "win32" 717 ], 718 "engines": { 719 "node": ">=18" 720 } 721 }, 722 "node_modules/@esbuild/win32-ia32": { 723 "version": "0.25.4", 724 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.4.tgz", 725 "integrity": "sha512-i1sW+1i+oWvQzSgfRcxxG2k4I9n3O9NRqy8U+uugaT2Dy7kLO9Y7wI72haOahxceMX8hZAzgGou1FhndRldxRg==", 726 "cpu": [ 727 "ia32" 728 ], 729 "license": "MIT", 730 "optional": true, 731 "os": [ 732 "win32" 733 ], 734 "engines": { 735 "node": ">=18" 736 } 737 }, 738 "node_modules/@esbuild/win32-x64": { 739 "version": "0.25.4", 740 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.4.tgz", 741 "integrity": "sha512-nOT2vZNw6hJ+z43oP1SPea/G/6AbN6X+bGNhNuq8NtRHy4wsMhw765IKLNmnjek7GvjWBYQ8Q5VBoYTFg9y1UQ==", 742 "cpu": [ 743 "x64" 744 ], 745 "license": "MIT", 746 "optional": true, 747 "os": [ 748 "win32" 749 ], 750 "engines": { 751 "node": ">=18" 752 } 753 }, 754 "node_modules/@fontsource-variable/josefin-sans": { 755 "version": "5.2.5", 756 "resolved": "https://registry.npmjs.org/@fontsource-variable/josefin-sans/-/josefin-sans-5.2.5.tgz", 757 "integrity": "sha512-7zRLx1BY5b+Vq3bRBiGXzJn/mo56s1W2ffVJedWQwrb01BZf3OlDC3s5UR+c+DL6bF8XyhvbGDZuVQMBU4nGOg==", 758 "license": "OFL-1.1", 759 "funding": { 760 "url": "https://github.com/sponsors/ayuhito" 761 } 762 }, 763 "node_modules/@fontsource/fira-sans": { 764 "version": "5.2.5", 765 "resolved": "https://registry.npmjs.org/@fontsource/fira-sans/-/fira-sans-5.2.5.tgz", 766 "integrity": "sha512-N+GrTGOTIeYE/Wi5tY0RAnc1Tl3ddCdwfZQncvA1zH/lOpKerj9ZS5nfniSXDZ9wrXFRdWTH7anyrRDc+cMpCg==", 767 "license": "OFL-1.1", 768 "funding": { 769 "url": "https://github.com/sponsors/ayuhito" 770 } 771 }, 772 "node_modules/@iconify/tools": { 773 "version": "4.0.7", 774 "resolved": "https://registry.npmjs.org/@iconify/tools/-/tools-4.0.7.tgz", 775 "integrity": "sha512-zOJxKIfZn96ZRGGvIWzDRLD9vb2CsxjcLuM+QIdvwWbv6SWhm49gECzUnd4d2P0sq9sfodT7yCNobWK8nvavxQ==", 776 "license": "MIT", 777 "dependencies": { 778 "@iconify/types": "^2.0.0", 779 "@iconify/utils": "^2.1.32", 780 "@types/tar": "^6.1.13", 781 "axios": "^1.7.7", 782 "cheerio": "1.0.0", 783 "domhandler": "^5.0.3", 784 "extract-zip": "^2.0.1", 785 "local-pkg": "^0.5.0", 786 "pathe": "^1.1.2", 787 "svgo": "^3.3.2", 788 "tar": "^6.2.1" 789 } 790 }, 791 "node_modules/@iconify/types": { 792 "version": "2.0.0", 793 "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz", 794 "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==", 795 "license": "MIT" 796 }, 797 "node_modules/@iconify/utils": { 798 "version": "2.1.33", 799 "resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-2.1.33.tgz", 800 "integrity": "sha512-jP9h6v/g0BIZx0p7XGJJVtkVnydtbgTgt9mVNcGDYwaa7UhdHdI9dvoq+gKj9sijMSJKxUPEG2JyjsgXjxL7Kw==", 801 "license": "MIT", 802 "dependencies": { 803 "@antfu/install-pkg": "^0.4.0", 804 "@antfu/utils": "^0.7.10", 805 "@iconify/types": "^2.0.0", 806 "debug": "^4.3.6", 807 "kolorist": "^1.8.0", 808 "local-pkg": "^0.5.0", 809 "mlly": "^1.7.1" 810 } 811 }, 812 "node_modules/@img/sharp-darwin-arm64": { 813 "version": "0.33.5", 814 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz", 815 "integrity": "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==", 816 "cpu": [ 817 "arm64" 818 ], 819 "license": "Apache-2.0", 820 "optional": true, 821 "os": [ 822 "darwin" 823 ], 824 "engines": { 825 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 826 }, 827 "funding": { 828 "url": "https://opencollective.com/libvips" 829 }, 830 "optionalDependencies": { 831 "@img/sharp-libvips-darwin-arm64": "1.0.4" 832 } 833 }, 834 "node_modules/@img/sharp-darwin-x64": { 835 "version": "0.33.5", 836 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz", 837 "integrity": "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==", 838 "cpu": [ 839 "x64" 840 ], 841 "license": "Apache-2.0", 842 "optional": true, 843 "os": [ 844 "darwin" 845 ], 846 "engines": { 847 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 848 }, 849 "funding": { 850 "url": "https://opencollective.com/libvips" 851 }, 852 "optionalDependencies": { 853 "@img/sharp-libvips-darwin-x64": "1.0.4" 854 } 855 }, 856 "node_modules/@img/sharp-libvips-darwin-arm64": { 857 "version": "1.0.4", 858 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz", 859 "integrity": "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==", 860 "cpu": [ 861 "arm64" 862 ], 863 "license": "LGPL-3.0-or-later", 864 "optional": true, 865 "os": [ 866 "darwin" 867 ], 868 "funding": { 869 "url": "https://opencollective.com/libvips" 870 } 871 }, 872 "node_modules/@img/sharp-libvips-darwin-x64": { 873 "version": "1.0.4", 874 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz", 875 "integrity": "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==", 876 "cpu": [ 877 "x64" 878 ], 879 "license": "LGPL-3.0-or-later", 880 "optional": true, 881 "os": [ 882 "darwin" 883 ], 884 "funding": { 885 "url": "https://opencollective.com/libvips" 886 } 887 }, 888 "node_modules/@img/sharp-libvips-linux-arm": { 889 "version": "1.0.5", 890 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz", 891 "integrity": "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==", 892 "cpu": [ 893 "arm" 894 ], 895 "license": "LGPL-3.0-or-later", 896 "optional": true, 897 "os": [ 898 "linux" 899 ], 900 "funding": { 901 "url": "https://opencollective.com/libvips" 902 } 903 }, 904 "node_modules/@img/sharp-libvips-linux-arm64": { 905 "version": "1.0.4", 906 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz", 907 "integrity": "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==", 908 "cpu": [ 909 "arm64" 910 ], 911 "license": "LGPL-3.0-or-later", 912 "optional": true, 913 "os": [ 914 "linux" 915 ], 916 "funding": { 917 "url": "https://opencollective.com/libvips" 918 } 919 }, 920 "node_modules/@img/sharp-libvips-linux-s390x": { 921 "version": "1.0.4", 922 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.4.tgz", 923 "integrity": "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==", 924 "cpu": [ 925 "s390x" 926 ], 927 "license": "LGPL-3.0-or-later", 928 "optional": true, 929 "os": [ 930 "linux" 931 ], 932 "funding": { 933 "url": "https://opencollective.com/libvips" 934 } 935 }, 936 "node_modules/@img/sharp-libvips-linux-x64": { 937 "version": "1.0.4", 938 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz", 939 "integrity": "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==", 940 "cpu": [ 941 "x64" 942 ], 943 "license": "LGPL-3.0-or-later", 944 "optional": true, 945 "os": [ 946 "linux" 947 ], 948 "funding": { 949 "url": "https://opencollective.com/libvips" 950 } 951 }, 952 "node_modules/@img/sharp-libvips-linuxmusl-arm64": { 953 "version": "1.0.4", 954 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.4.tgz", 955 "integrity": "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==", 956 "cpu": [ 957 "arm64" 958 ], 959 "license": "LGPL-3.0-or-later", 960 "optional": true, 961 "os": [ 962 "linux" 963 ], 964 "funding": { 965 "url": "https://opencollective.com/libvips" 966 } 967 }, 968 "node_modules/@img/sharp-libvips-linuxmusl-x64": { 969 "version": "1.0.4", 970 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.4.tgz", 971 "integrity": "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==", 972 "cpu": [ 973 "x64" 974 ], 975 "license": "LGPL-3.0-or-later", 976 "optional": true, 977 "os": [ 978 "linux" 979 ], 980 "funding": { 981 "url": "https://opencollective.com/libvips" 982 } 983 }, 984 "node_modules/@img/sharp-linux-arm": { 985 "version": "0.33.5", 986 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz", 987 "integrity": "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==", 988 "cpu": [ 989 "arm" 990 ], 991 "license": "Apache-2.0", 992 "optional": true, 993 "os": [ 994 "linux" 995 ], 996 "engines": { 997 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 998 }, 999 "funding": { 1000 "url": "https://opencollective.com/libvips" 1001 }, 1002 "optionalDependencies": { 1003 "@img/sharp-libvips-linux-arm": "1.0.5" 1004 } 1005 }, 1006 "node_modules/@img/sharp-linux-arm64": { 1007 "version": "0.33.5", 1008 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz", 1009 "integrity": "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==", 1010 "cpu": [ 1011 "arm64" 1012 ], 1013 "license": "Apache-2.0", 1014 "optional": true, 1015 "os": [ 1016 "linux" 1017 ], 1018 "engines": { 1019 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1020 }, 1021 "funding": { 1022 "url": "https://opencollective.com/libvips" 1023 }, 1024 "optionalDependencies": { 1025 "@img/sharp-libvips-linux-arm64": "1.0.4" 1026 } 1027 }, 1028 "node_modules/@img/sharp-linux-s390x": { 1029 "version": "0.33.5", 1030 "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.5.tgz", 1031 "integrity": "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==", 1032 "cpu": [ 1033 "s390x" 1034 ], 1035 "license": "Apache-2.0", 1036 "optional": true, 1037 "os": [ 1038 "linux" 1039 ], 1040 "engines": { 1041 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1042 }, 1043 "funding": { 1044 "url": "https://opencollective.com/libvips" 1045 }, 1046 "optionalDependencies": { 1047 "@img/sharp-libvips-linux-s390x": "1.0.4" 1048 } 1049 }, 1050 "node_modules/@img/sharp-linux-x64": { 1051 "version": "0.33.5", 1052 "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz", 1053 "integrity": "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==", 1054 "cpu": [ 1055 "x64" 1056 ], 1057 "license": "Apache-2.0", 1058 "optional": true, 1059 "os": [ 1060 "linux" 1061 ], 1062 "engines": { 1063 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1064 }, 1065 "funding": { 1066 "url": "https://opencollective.com/libvips" 1067 }, 1068 "optionalDependencies": { 1069 "@img/sharp-libvips-linux-x64": "1.0.4" 1070 } 1071 }, 1072 "node_modules/@img/sharp-linuxmusl-arm64": { 1073 "version": "0.33.5", 1074 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.5.tgz", 1075 "integrity": "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==", 1076 "cpu": [ 1077 "arm64" 1078 ], 1079 "license": "Apache-2.0", 1080 "optional": true, 1081 "os": [ 1082 "linux" 1083 ], 1084 "engines": { 1085 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1086 }, 1087 "funding": { 1088 "url": "https://opencollective.com/libvips" 1089 }, 1090 "optionalDependencies": { 1091 "@img/sharp-libvips-linuxmusl-arm64": "1.0.4" 1092 } 1093 }, 1094 "node_modules/@img/sharp-linuxmusl-x64": { 1095 "version": "0.33.5", 1096 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.5.tgz", 1097 "integrity": "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==", 1098 "cpu": [ 1099 "x64" 1100 ], 1101 "license": "Apache-2.0", 1102 "optional": true, 1103 "os": [ 1104 "linux" 1105 ], 1106 "engines": { 1107 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1108 }, 1109 "funding": { 1110 "url": "https://opencollective.com/libvips" 1111 }, 1112 "optionalDependencies": { 1113 "@img/sharp-libvips-linuxmusl-x64": "1.0.4" 1114 } 1115 }, 1116 "node_modules/@img/sharp-wasm32": { 1117 "version": "0.33.5", 1118 "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.5.tgz", 1119 "integrity": "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==", 1120 "cpu": [ 1121 "wasm32" 1122 ], 1123 "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT", 1124 "optional": true, 1125 "dependencies": { 1126 "@emnapi/runtime": "^1.2.0" 1127 }, 1128 "engines": { 1129 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1130 }, 1131 "funding": { 1132 "url": "https://opencollective.com/libvips" 1133 } 1134 }, 1135 "node_modules/@img/sharp-win32-ia32": { 1136 "version": "0.33.5", 1137 "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.5.tgz", 1138 "integrity": "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==", 1139 "cpu": [ 1140 "ia32" 1141 ], 1142 "license": "Apache-2.0 AND LGPL-3.0-or-later", 1143 "optional": true, 1144 "os": [ 1145 "win32" 1146 ], 1147 "engines": { 1148 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1149 }, 1150 "funding": { 1151 "url": "https://opencollective.com/libvips" 1152 } 1153 }, 1154 "node_modules/@img/sharp-win32-x64": { 1155 "version": "0.33.5", 1156 "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz", 1157 "integrity": "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==", 1158 "cpu": [ 1159 "x64" 1160 ], 1161 "license": "Apache-2.0 AND LGPL-3.0-or-later", 1162 "optional": true, 1163 "os": [ 1164 "win32" 1165 ], 1166 "engines": { 1167 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1168 }, 1169 "funding": { 1170 "url": "https://opencollective.com/libvips" 1171 } 1172 }, 1173 "node_modules/@isaacs/fs-minipass": { 1174 "version": "4.0.1", 1175 "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz", 1176 "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==", 1177 "license": "ISC", 1178 "dependencies": { 1179 "minipass": "^7.0.4" 1180 }, 1181 "engines": { 1182 "node": ">=18.0.0" 1183 } 1184 }, 1185 "node_modules/@isaacs/fs-minipass/node_modules/minipass": { 1186 "version": "7.1.2", 1187 "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", 1188 "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", 1189 "license": "ISC", 1190 "engines": { 1191 "node": ">=16 || 14 >=14.17" 1192 } 1193 }, 1194 "node_modules/@jridgewell/gen-mapping": { 1195 "version": "0.3.8", 1196 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz", 1197 "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==", 1198 "license": "MIT", 1199 "dependencies": { 1200 "@jridgewell/set-array": "^1.2.1", 1201 "@jridgewell/sourcemap-codec": "^1.4.10", 1202 "@jridgewell/trace-mapping": "^0.3.24" 1203 }, 1204 "engines": { 1205 "node": ">=6.0.0" 1206 } 1207 }, 1208 "node_modules/@jridgewell/resolve-uri": { 1209 "version": "3.1.2", 1210 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", 1211 "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", 1212 "license": "MIT", 1213 "engines": { 1214 "node": ">=6.0.0" 1215 } 1216 }, 1217 "node_modules/@jridgewell/set-array": { 1218 "version": "1.2.1", 1219 "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", 1220 "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", 1221 "license": "MIT", 1222 "engines": { 1223 "node": ">=6.0.0" 1224 } 1225 }, 1226 "node_modules/@jridgewell/sourcemap-codec": { 1227 "version": "1.5.0", 1228 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", 1229 "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", 1230 "license": "MIT" 1231 }, 1232 "node_modules/@jridgewell/trace-mapping": { 1233 "version": "0.3.25", 1234 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", 1235 "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", 1236 "license": "MIT", 1237 "dependencies": { 1238 "@jridgewell/resolve-uri": "^3.1.0", 1239 "@jridgewell/sourcemap-codec": "^1.4.14" 1240 } 1241 }, 1242 "node_modules/@nodelib/fs.scandir": { 1243 "version": "2.1.5", 1244 "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", 1245 "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", 1246 "license": "MIT", 1247 "dependencies": { 1248 "@nodelib/fs.stat": "2.0.5", 1249 "run-parallel": "^1.1.9" 1250 }, 1251 "engines": { 1252 "node": ">= 8" 1253 } 1254 }, 1255 "node_modules/@nodelib/fs.stat": { 1256 "version": "2.0.5", 1257 "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", 1258 "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", 1259 "license": "MIT", 1260 "engines": { 1261 "node": ">= 8" 1262 } 1263 }, 1264 "node_modules/@nodelib/fs.walk": { 1265 "version": "1.2.8", 1266 "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", 1267 "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", 1268 "license": "MIT", 1269 "dependencies": { 1270 "@nodelib/fs.scandir": "2.1.5", 1271 "fastq": "^1.6.0" 1272 }, 1273 "engines": { 1274 "node": ">= 8" 1275 } 1276 }, 1277 "node_modules/@oslojs/encoding": { 1278 "version": "1.1.0", 1279 "resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-1.1.0.tgz", 1280 "integrity": "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==", 1281 "license": "MIT" 1282 }, 1283 "node_modules/@rollup/pluginutils": { 1284 "version": "5.1.4", 1285 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.4.tgz", 1286 "integrity": "sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==", 1287 "license": "MIT", 1288 "dependencies": { 1289 "@types/estree": "^1.0.0", 1290 "estree-walker": "^2.0.2", 1291 "picomatch": "^4.0.2" 1292 }, 1293 "engines": { 1294 "node": ">=14.0.0" 1295 }, 1296 "peerDependencies": { 1297 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" 1298 }, 1299 "peerDependenciesMeta": { 1300 "rollup": { 1301 "optional": true 1302 } 1303 } 1304 }, 1305 "node_modules/@rollup/pluginutils/node_modules/estree-walker": { 1306 "version": "2.0.2", 1307 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", 1308 "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", 1309 "license": "MIT" 1310 }, 1311 "node_modules/@rollup/pluginutils/node_modules/picomatch": { 1312 "version": "4.0.2", 1313 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", 1314 "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", 1315 "license": "MIT", 1316 "engines": { 1317 "node": ">=12" 1318 }, 1319 "funding": { 1320 "url": "https://github.com/sponsors/jonschlinkert" 1321 } 1322 }, 1323 "node_modules/@rollup/rollup-android-arm-eabi": { 1324 "version": "4.41.0", 1325 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.41.0.tgz", 1326 "integrity": "sha512-KxN+zCjOYHGwCl4UCtSfZ6jrq/qi88JDUtiEFk8LELEHq2Egfc/FgW+jItZiOLRuQfb/3xJSgFuNPC9jzggX+A==", 1327 "cpu": [ 1328 "arm" 1329 ], 1330 "license": "MIT", 1331 "optional": true, 1332 "os": [ 1333 "android" 1334 ] 1335 }, 1336 "node_modules/@rollup/rollup-android-arm64": { 1337 "version": "4.41.0", 1338 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.41.0.tgz", 1339 "integrity": "sha512-yDvqx3lWlcugozax3DItKJI5j05B0d4Kvnjx+5mwiUpWramVvmAByYigMplaoAQ3pvdprGCTCE03eduqE/8mPQ==", 1340 "cpu": [ 1341 "arm64" 1342 ], 1343 "license": "MIT", 1344 "optional": true, 1345 "os": [ 1346 "android" 1347 ] 1348 }, 1349 "node_modules/@rollup/rollup-darwin-arm64": { 1350 "version": "4.41.0", 1351 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.41.0.tgz", 1352 "integrity": "sha512-2KOU574vD3gzcPSjxO0eyR5iWlnxxtmW1F5CkNOHmMlueKNCQkxR6+ekgWyVnz6zaZihpUNkGxjsYrkTJKhkaw==", 1353 "cpu": [ 1354 "arm64" 1355 ], 1356 "license": "MIT", 1357 "optional": true, 1358 "os": [ 1359 "darwin" 1360 ] 1361 }, 1362 "node_modules/@rollup/rollup-darwin-x64": { 1363 "version": "4.41.0", 1364 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.41.0.tgz", 1365 "integrity": "sha512-gE5ACNSxHcEZyP2BA9TuTakfZvULEW4YAOtxl/A/YDbIir/wPKukde0BNPlnBiP88ecaN4BJI2TtAd+HKuZPQQ==", 1366 "cpu": [ 1367 "x64" 1368 ], 1369 "license": "MIT", 1370 "optional": true, 1371 "os": [ 1372 "darwin" 1373 ] 1374 }, 1375 "node_modules/@rollup/rollup-freebsd-arm64": { 1376 "version": "4.41.0", 1377 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.41.0.tgz", 1378 "integrity": "sha512-GSxU6r5HnWij7FoSo7cZg3l5GPg4HFLkzsFFh0N/b16q5buW1NAWuCJ+HMtIdUEi6XF0qH+hN0TEd78laRp7Dg==", 1379 "cpu": [ 1380 "arm64" 1381 ], 1382 "license": "MIT", 1383 "optional": true, 1384 "os": [ 1385 "freebsd" 1386 ] 1387 }, 1388 "node_modules/@rollup/rollup-freebsd-x64": { 1389 "version": "4.41.0", 1390 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.41.0.tgz", 1391 "integrity": "sha512-KGiGKGDg8qLRyOWmk6IeiHJzsN/OYxO6nSbT0Vj4MwjS2XQy/5emsmtoqLAabqrohbgLWJ5GV3s/ljdrIr8Qjg==", 1392 "cpu": [ 1393 "x64" 1394 ], 1395 "license": "MIT", 1396 "optional": true, 1397 "os": [ 1398 "freebsd" 1399 ] 1400 }, 1401 "node_modules/@rollup/rollup-linux-arm-gnueabihf": { 1402 "version": "4.41.0", 1403 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.41.0.tgz", 1404 "integrity": "sha512-46OzWeqEVQyX3N2/QdiU/CMXYDH/lSHpgfBkuhl3igpZiaB3ZIfSjKuOnybFVBQzjsLwkus2mjaESy8H41SzvA==", 1405 "cpu": [ 1406 "arm" 1407 ], 1408 "license": "MIT", 1409 "optional": true, 1410 "os": [ 1411 "linux" 1412 ] 1413 }, 1414 "node_modules/@rollup/rollup-linux-arm-musleabihf": { 1415 "version": "4.41.0", 1416 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.41.0.tgz", 1417 "integrity": "sha512-lfgW3KtQP4YauqdPpcUZHPcqQXmTmH4nYU0cplNeW583CMkAGjtImw4PKli09NFi2iQgChk4e9erkwlfYem6Lg==", 1418 "cpu": [ 1419 "arm" 1420 ], 1421 "license": "MIT", 1422 "optional": true, 1423 "os": [ 1424 "linux" 1425 ] 1426 }, 1427 "node_modules/@rollup/rollup-linux-arm64-gnu": { 1428 "version": "4.41.0", 1429 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.41.0.tgz", 1430 "integrity": "sha512-nn8mEyzMbdEJzT7cwxgObuwviMx6kPRxzYiOl6o/o+ChQq23gfdlZcUNnt89lPhhz3BYsZ72rp0rxNqBSfqlqw==", 1431 "cpu": [ 1432 "arm64" 1433 ], 1434 "license": "MIT", 1435 "optional": true, 1436 "os": [ 1437 "linux" 1438 ] 1439 }, 1440 "node_modules/@rollup/rollup-linux-arm64-musl": { 1441 "version": "4.41.0", 1442 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.41.0.tgz", 1443 "integrity": "sha512-l+QK99je2zUKGd31Gh+45c4pGDAqZSuWQiuRFCdHYC2CSiO47qUWsCcenrI6p22hvHZrDje9QjwSMAFL3iwXwQ==", 1444 "cpu": [ 1445 "arm64" 1446 ], 1447 "license": "MIT", 1448 "optional": true, 1449 "os": [ 1450 "linux" 1451 ] 1452 }, 1453 "node_modules/@rollup/rollup-linux-loongarch64-gnu": { 1454 "version": "4.41.0", 1455 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.41.0.tgz", 1456 "integrity": "sha512-WbnJaxPv1gPIm6S8O/Wg+wfE/OzGSXlBMbOe4ie+zMyykMOeqmgD1BhPxZQuDqwUN+0T/xOFtL2RUWBspnZj3w==", 1457 "cpu": [ 1458 "loong64" 1459 ], 1460 "license": "MIT", 1461 "optional": true, 1462 "os": [ 1463 "linux" 1464 ] 1465 }, 1466 "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { 1467 "version": "4.41.0", 1468 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.41.0.tgz", 1469 "integrity": "sha512-eRDWR5t67/b2g8Q/S8XPi0YdbKcCs4WQ8vklNnUYLaSWF+Cbv2axZsp4jni6/j7eKvMLYCYdcsv8dcU+a6QNFg==", 1470 "cpu": [ 1471 "ppc64" 1472 ], 1473 "license": "MIT", 1474 "optional": true, 1475 "os": [ 1476 "linux" 1477 ] 1478 }, 1479 "node_modules/@rollup/rollup-linux-riscv64-gnu": { 1480 "version": "4.41.0", 1481 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.41.0.tgz", 1482 "integrity": "sha512-TWrZb6GF5jsEKG7T1IHwlLMDRy2f3DPqYldmIhnA2DVqvvhY2Ai184vZGgahRrg8k9UBWoSlHv+suRfTN7Ua4A==", 1483 "cpu": [ 1484 "riscv64" 1485 ], 1486 "license": "MIT", 1487 "optional": true, 1488 "os": [ 1489 "linux" 1490 ] 1491 }, 1492 "node_modules/@rollup/rollup-linux-riscv64-musl": { 1493 "version": "4.41.0", 1494 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.41.0.tgz", 1495 "integrity": "sha512-ieQljaZKuJpmWvd8gW87ZmSFwid6AxMDk5bhONJ57U8zT77zpZ/TPKkU9HpnnFrM4zsgr4kiGuzbIbZTGi7u9A==", 1496 "cpu": [ 1497 "riscv64" 1498 ], 1499 "license": "MIT", 1500 "optional": true, 1501 "os": [ 1502 "linux" 1503 ] 1504 }, 1505 "node_modules/@rollup/rollup-linux-s390x-gnu": { 1506 "version": "4.41.0", 1507 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.41.0.tgz", 1508 "integrity": "sha512-/L3pW48SxrWAlVsKCN0dGLB2bi8Nv8pr5S5ocSM+S0XCn5RCVCXqi8GVtHFsOBBCSeR+u9brV2zno5+mg3S4Aw==", 1509 "cpu": [ 1510 "s390x" 1511 ], 1512 "license": "MIT", 1513 "optional": true, 1514 "os": [ 1515 "linux" 1516 ] 1517 }, 1518 "node_modules/@rollup/rollup-linux-x64-gnu": { 1519 "version": "4.41.0", 1520 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.41.0.tgz", 1521 "integrity": "sha512-XMLeKjyH8NsEDCRptf6LO8lJk23o9wvB+dJwcXMaH6ZQbbkHu2dbGIUindbMtRN6ux1xKi16iXWu6q9mu7gDhQ==", 1522 "cpu": [ 1523 "x64" 1524 ], 1525 "license": "MIT", 1526 "optional": true, 1527 "os": [ 1528 "linux" 1529 ] 1530 }, 1531 "node_modules/@rollup/rollup-linux-x64-musl": { 1532 "version": "4.41.0", 1533 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.41.0.tgz", 1534 "integrity": "sha512-m/P7LycHZTvSQeXhFmgmdqEiTqSV80zn6xHaQ1JSqwCtD1YGtwEK515Qmy9DcB2HK4dOUVypQxvhVSy06cJPEg==", 1535 "cpu": [ 1536 "x64" 1537 ], 1538 "license": "MIT", 1539 "optional": true, 1540 "os": [ 1541 "linux" 1542 ] 1543 }, 1544 "node_modules/@rollup/rollup-win32-arm64-msvc": { 1545 "version": "4.41.0", 1546 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.41.0.tgz", 1547 "integrity": "sha512-4yodtcOrFHpbomJGVEqZ8fzD4kfBeCbpsUy5Pqk4RluXOdsWdjLnjhiKy2w3qzcASWd04fp52Xz7JKarVJ5BTg==", 1548 "cpu": [ 1549 "arm64" 1550 ], 1551 "license": "MIT", 1552 "optional": true, 1553 "os": [ 1554 "win32" 1555 ] 1556 }, 1557 "node_modules/@rollup/rollup-win32-ia32-msvc": { 1558 "version": "4.41.0", 1559 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.41.0.tgz", 1560 "integrity": "sha512-tmazCrAsKzdkXssEc65zIE1oC6xPHwfy9d5Ta25SRCDOZS+I6RypVVShWALNuU9bxIfGA0aqrmzlzoM5wO5SPQ==", 1561 "cpu": [ 1562 "ia32" 1563 ], 1564 "license": "MIT", 1565 "optional": true, 1566 "os": [ 1567 "win32" 1568 ] 1569 }, 1570 "node_modules/@rollup/rollup-win32-x64-msvc": { 1571 "version": "4.41.0", 1572 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.41.0.tgz", 1573 "integrity": "sha512-h1J+Yzjo/X+0EAvR2kIXJDuTuyT7drc+t2ALY0nIcGPbTatNOf0VWdhEA2Z4AAjv6X1NJV7SYo5oCTYRJhSlVA==", 1574 "cpu": [ 1575 "x64" 1576 ], 1577 "license": "MIT", 1578 "optional": true, 1579 "os": [ 1580 "win32" 1581 ] 1582 }, 1583 "node_modules/@shikijs/core": { 1584 "version": "3.4.2", 1585 "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.4.2.tgz", 1586 "integrity": "sha512-AG8vnSi1W2pbgR2B911EfGqtLE9c4hQBYkv/x7Z+Kt0VxhgQKcW7UNDVYsu9YxwV6u+OJrvdJrMq6DNWoBjihQ==", 1587 "license": "MIT", 1588 "dependencies": { 1589 "@shikijs/types": "3.4.2", 1590 "@shikijs/vscode-textmate": "^10.0.2", 1591 "@types/hast": "^3.0.4", 1592 "hast-util-to-html": "^9.0.5" 1593 } 1594 }, 1595 "node_modules/@shikijs/engine-javascript": { 1596 "version": "3.4.2", 1597 "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-3.4.2.tgz", 1598 "integrity": "sha512-1/adJbSMBOkpScCE/SB6XkjJU17ANln3Wky7lOmrnpl+zBdQ1qXUJg2GXTYVHRq+2j3hd1DesmElTXYDgtfSOQ==", 1599 "license": "MIT", 1600 "dependencies": { 1601 "@shikijs/types": "3.4.2", 1602 "@shikijs/vscode-textmate": "^10.0.2", 1603 "oniguruma-to-es": "^4.3.3" 1604 } 1605 }, 1606 "node_modules/@shikijs/engine-oniguruma": { 1607 "version": "3.4.2", 1608 "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.4.2.tgz", 1609 "integrity": "sha512-zcZKMnNndgRa3ORja6Iemsr3DrLtkX3cAF7lTJkdMB6v9alhlBsX9uNiCpqofNrXOvpA3h6lHcLJxgCIhVOU5Q==", 1610 "license": "MIT", 1611 "dependencies": { 1612 "@shikijs/types": "3.4.2", 1613 "@shikijs/vscode-textmate": "^10.0.2" 1614 } 1615 }, 1616 "node_modules/@shikijs/langs": { 1617 "version": "3.4.2", 1618 "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.4.2.tgz", 1619 "integrity": "sha512-H6azIAM+OXD98yztIfs/KH5H4PU39t+SREhmM8LaNXyUrqj2mx+zVkr8MWYqjceSjDw9I1jawm1WdFqU806rMA==", 1620 "license": "MIT", 1621 "dependencies": { 1622 "@shikijs/types": "3.4.2" 1623 } 1624 }, 1625 "node_modules/@shikijs/themes": { 1626 "version": "3.4.2", 1627 "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.4.2.tgz", 1628 "integrity": "sha512-qAEuAQh+brd8Jyej2UDDf+b4V2g1Rm8aBIdvt32XhDPrHvDkEnpb7Kzc9hSuHUxz0Iuflmq7elaDuQAP9bHIhg==", 1629 "license": "MIT", 1630 "dependencies": { 1631 "@shikijs/types": "3.4.2" 1632 } 1633 }, 1634 "node_modules/@shikijs/types": { 1635 "version": "3.4.2", 1636 "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.4.2.tgz", 1637 "integrity": "sha512-zHC1l7L+eQlDXLnxvM9R91Efh2V4+rN3oMVS2swCBssbj2U/FBwybD1eeLaq8yl/iwT+zih8iUbTBCgGZOYlVg==", 1638 "license": "MIT", 1639 "dependencies": { 1640 "@shikijs/vscode-textmate": "^10.0.2", 1641 "@types/hast": "^3.0.4" 1642 } 1643 }, 1644 "node_modules/@shikijs/vscode-textmate": { 1645 "version": "10.0.2", 1646 "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz", 1647 "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==", 1648 "license": "MIT" 1649 }, 1650 "node_modules/@swc/helpers": { 1651 "version": "0.5.17", 1652 "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.17.tgz", 1653 "integrity": "sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==", 1654 "license": "Apache-2.0", 1655 "dependencies": { 1656 "tslib": "^2.8.0" 1657 } 1658 }, 1659 "node_modules/@tailwindcss/node": { 1660 "version": "4.1.7", 1661 "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.7.tgz", 1662 "integrity": "sha512-9rsOpdY9idRI2NH6CL4wORFY0+Q6fnx9XP9Ju+iq/0wJwGD5IByIgFmwVbyy4ymuyprj8Qh4ErxMKTUL4uNh3g==", 1663 "license": "MIT", 1664 "dependencies": { 1665 "@ampproject/remapping": "^2.3.0", 1666 "enhanced-resolve": "^5.18.1", 1667 "jiti": "^2.4.2", 1668 "lightningcss": "1.30.1", 1669 "magic-string": "^0.30.17", 1670 "source-map-js": "^1.2.1", 1671 "tailwindcss": "4.1.7" 1672 } 1673 }, 1674 "node_modules/@tailwindcss/oxide": { 1675 "version": "4.1.7", 1676 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.7.tgz", 1677 "integrity": "sha512-5SF95Ctm9DFiUyjUPnDGkoKItPX/k+xifcQhcqX5RA85m50jw1pT/KzjdvlqxRja45Y52nR4MR9fD1JYd7f8NQ==", 1678 "hasInstallScript": true, 1679 "license": "MIT", 1680 "dependencies": { 1681 "detect-libc": "^2.0.4", 1682 "tar": "^7.4.3" 1683 }, 1684 "engines": { 1685 "node": ">= 10" 1686 }, 1687 "optionalDependencies": { 1688 "@tailwindcss/oxide-android-arm64": "4.1.7", 1689 "@tailwindcss/oxide-darwin-arm64": "4.1.7", 1690 "@tailwindcss/oxide-darwin-x64": "4.1.7", 1691 "@tailwindcss/oxide-freebsd-x64": "4.1.7", 1692 "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.7", 1693 "@tailwindcss/oxide-linux-arm64-gnu": "4.1.7", 1694 "@tailwindcss/oxide-linux-arm64-musl": "4.1.7", 1695 "@tailwindcss/oxide-linux-x64-gnu": "4.1.7", 1696 "@tailwindcss/oxide-linux-x64-musl": "4.1.7", 1697 "@tailwindcss/oxide-wasm32-wasi": "4.1.7", 1698 "@tailwindcss/oxide-win32-arm64-msvc": "4.1.7", 1699 "@tailwindcss/oxide-win32-x64-msvc": "4.1.7" 1700 } 1701 }, 1702 "node_modules/@tailwindcss/oxide-android-arm64": { 1703 "version": "4.1.7", 1704 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.7.tgz", 1705 "integrity": "sha512-IWA410JZ8fF7kACus6BrUwY2Z1t1hm0+ZWNEzykKmMNM09wQooOcN/VXr0p/WJdtHZ90PvJf2AIBS/Ceqx1emg==", 1706 "cpu": [ 1707 "arm64" 1708 ], 1709 "license": "MIT", 1710 "optional": true, 1711 "os": [ 1712 "android" 1713 ], 1714 "engines": { 1715 "node": ">= 10" 1716 } 1717 }, 1718 "node_modules/@tailwindcss/oxide-darwin-arm64": { 1719 "version": "4.1.7", 1720 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.7.tgz", 1721 "integrity": "sha512-81jUw9To7fimGGkuJ2W5h3/oGonTOZKZ8C2ghm/TTxbwvfSiFSDPd6/A/KE2N7Jp4mv3Ps9OFqg2fEKgZFfsvg==", 1722 "cpu": [ 1723 "arm64" 1724 ], 1725 "license": "MIT", 1726 "optional": true, 1727 "os": [ 1728 "darwin" 1729 ], 1730 "engines": { 1731 "node": ">= 10" 1732 } 1733 }, 1734 "node_modules/@tailwindcss/oxide-darwin-x64": { 1735 "version": "4.1.7", 1736 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.7.tgz", 1737 "integrity": "sha512-q77rWjEyGHV4PdDBtrzO0tgBBPlQWKY7wZK0cUok/HaGgbNKecegNxCGikuPJn5wFAlIywC3v+WMBt0PEBtwGw==", 1738 "cpu": [ 1739 "x64" 1740 ], 1741 "license": "MIT", 1742 "optional": true, 1743 "os": [ 1744 "darwin" 1745 ], 1746 "engines": { 1747 "node": ">= 10" 1748 } 1749 }, 1750 "node_modules/@tailwindcss/oxide-freebsd-x64": { 1751 "version": "4.1.7", 1752 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.7.tgz", 1753 "integrity": "sha512-RfmdbbK6G6ptgF4qqbzoxmH+PKfP4KSVs7SRlTwcbRgBwezJkAO3Qta/7gDy10Q2DcUVkKxFLXUQO6J3CRvBGw==", 1754 "cpu": [ 1755 "x64" 1756 ], 1757 "license": "MIT", 1758 "optional": true, 1759 "os": [ 1760 "freebsd" 1761 ], 1762 "engines": { 1763 "node": ">= 10" 1764 } 1765 }, 1766 "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { 1767 "version": "4.1.7", 1768 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.7.tgz", 1769 "integrity": "sha512-OZqsGvpwOa13lVd1z6JVwQXadEobmesxQ4AxhrwRiPuE04quvZHWn/LnihMg7/XkN+dTioXp/VMu/p6A5eZP3g==", 1770 "cpu": [ 1771 "arm" 1772 ], 1773 "license": "MIT", 1774 "optional": true, 1775 "os": [ 1776 "linux" 1777 ], 1778 "engines": { 1779 "node": ">= 10" 1780 } 1781 }, 1782 "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { 1783 "version": "4.1.7", 1784 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.7.tgz", 1785 "integrity": "sha512-voMvBTnJSfKecJxGkoeAyW/2XRToLZ227LxswLAwKY7YslG/Xkw9/tJNH+3IVh5bdYzYE7DfiaPbRkSHFxY1xA==", 1786 "cpu": [ 1787 "arm64" 1788 ], 1789 "license": "MIT", 1790 "optional": true, 1791 "os": [ 1792 "linux" 1793 ], 1794 "engines": { 1795 "node": ">= 10" 1796 } 1797 }, 1798 "node_modules/@tailwindcss/oxide-linux-arm64-musl": { 1799 "version": "4.1.7", 1800 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.7.tgz", 1801 "integrity": "sha512-PjGuNNmJeKHnP58M7XyjJyla8LPo+RmwHQpBI+W/OxqrwojyuCQ+GUtygu7jUqTEexejZHr/z3nBc/gTiXBj4A==", 1802 "cpu": [ 1803 "arm64" 1804 ], 1805 "license": "MIT", 1806 "optional": true, 1807 "os": [ 1808 "linux" 1809 ], 1810 "engines": { 1811 "node": ">= 10" 1812 } 1813 }, 1814 "node_modules/@tailwindcss/oxide-linux-x64-gnu": { 1815 "version": "4.1.7", 1816 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.7.tgz", 1817 "integrity": "sha512-HMs+Va+ZR3gC3mLZE00gXxtBo3JoSQxtu9lobbZd+DmfkIxR54NO7Z+UQNPsa0P/ITn1TevtFxXTpsRU7qEvWg==", 1818 "cpu": [ 1819 "x64" 1820 ], 1821 "license": "MIT", 1822 "optional": true, 1823 "os": [ 1824 "linux" 1825 ], 1826 "engines": { 1827 "node": ">= 10" 1828 } 1829 }, 1830 "node_modules/@tailwindcss/oxide-linux-x64-musl": { 1831 "version": "4.1.7", 1832 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.7.tgz", 1833 "integrity": "sha512-MHZ6jyNlutdHH8rd+YTdr3QbXrHXqwIhHw9e7yXEBcQdluGwhpQY2Eku8UZK6ReLaWtQ4gijIv5QoM5eE+qlsA==", 1834 "cpu": [ 1835 "x64" 1836 ], 1837 "license": "MIT", 1838 "optional": true, 1839 "os": [ 1840 "linux" 1841 ], 1842 "engines": { 1843 "node": ">= 10" 1844 } 1845 }, 1846 "node_modules/@tailwindcss/oxide-wasm32-wasi": { 1847 "version": "4.1.7", 1848 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.7.tgz", 1849 "integrity": "sha512-ANaSKt74ZRzE2TvJmUcbFQ8zS201cIPxUDm5qez5rLEwWkie2SkGtA4P+GPTj+u8N6JbPrC8MtY8RmJA35Oo+A==", 1850 "bundleDependencies": [ 1851 "@napi-rs/wasm-runtime", 1852 "@emnapi/core", 1853 "@emnapi/runtime", 1854 "@tybys/wasm-util", 1855 "@emnapi/wasi-threads", 1856 "tslib" 1857 ], 1858 "cpu": [ 1859 "wasm32" 1860 ], 1861 "license": "MIT", 1862 "optional": true, 1863 "dependencies": { 1864 "@emnapi/core": "^1.4.3", 1865 "@emnapi/runtime": "^1.4.3", 1866 "@emnapi/wasi-threads": "^1.0.2", 1867 "@napi-rs/wasm-runtime": "^0.2.9", 1868 "@tybys/wasm-util": "^0.9.0", 1869 "tslib": "^2.8.0" 1870 }, 1871 "engines": { 1872 "node": ">=14.0.0" 1873 } 1874 }, 1875 "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { 1876 "version": "4.1.7", 1877 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.7.tgz", 1878 "integrity": "sha512-HUiSiXQ9gLJBAPCMVRk2RT1ZrBjto7WvqsPBwUrNK2BcdSxMnk19h4pjZjI7zgPhDxlAbJSumTC4ljeA9y0tEw==", 1879 "cpu": [ 1880 "arm64" 1881 ], 1882 "license": "MIT", 1883 "optional": true, 1884 "os": [ 1885 "win32" 1886 ], 1887 "engines": { 1888 "node": ">= 10" 1889 } 1890 }, 1891 "node_modules/@tailwindcss/oxide-win32-x64-msvc": { 1892 "version": "4.1.7", 1893 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.7.tgz", 1894 "integrity": "sha512-rYHGmvoHiLJ8hWucSfSOEmdCBIGZIq7SpkPRSqLsH2Ab2YUNgKeAPT1Fi2cx3+hnYOrAb0jp9cRyode3bBW4mQ==", 1895 "cpu": [ 1896 "x64" 1897 ], 1898 "license": "MIT", 1899 "optional": true, 1900 "os": [ 1901 "win32" 1902 ], 1903 "engines": { 1904 "node": ">= 10" 1905 } 1906 }, 1907 "node_modules/@tailwindcss/oxide/node_modules/chownr": { 1908 "version": "3.0.0", 1909 "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz", 1910 "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==", 1911 "license": "BlueOak-1.0.0", 1912 "engines": { 1913 "node": ">=18" 1914 } 1915 }, 1916 "node_modules/@tailwindcss/oxide/node_modules/minipass": { 1917 "version": "7.1.2", 1918 "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", 1919 "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", 1920 "license": "ISC", 1921 "engines": { 1922 "node": ">=16 || 14 >=14.17" 1923 } 1924 }, 1925 "node_modules/@tailwindcss/oxide/node_modules/minizlib": { 1926 "version": "3.0.2", 1927 "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.2.tgz", 1928 "integrity": "sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==", 1929 "license": "MIT", 1930 "dependencies": { 1931 "minipass": "^7.1.2" 1932 }, 1933 "engines": { 1934 "node": ">= 18" 1935 } 1936 }, 1937 "node_modules/@tailwindcss/oxide/node_modules/mkdirp": { 1938 "version": "3.0.1", 1939 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz", 1940 "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==", 1941 "license": "MIT", 1942 "bin": { 1943 "mkdirp": "dist/cjs/src/bin.js" 1944 }, 1945 "engines": { 1946 "node": ">=10" 1947 }, 1948 "funding": { 1949 "url": "https://github.com/sponsors/isaacs" 1950 } 1951 }, 1952 "node_modules/@tailwindcss/oxide/node_modules/tar": { 1953 "version": "7.4.3", 1954 "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.3.tgz", 1955 "integrity": "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==", 1956 "license": "ISC", 1957 "dependencies": { 1958 "@isaacs/fs-minipass": "^4.0.0", 1959 "chownr": "^3.0.0", 1960 "minipass": "^7.1.2", 1961 "minizlib": "^3.0.1", 1962 "mkdirp": "^3.0.1", 1963 "yallist": "^5.0.0" 1964 }, 1965 "engines": { 1966 "node": ">=18" 1967 } 1968 }, 1969 "node_modules/@tailwindcss/vite": { 1970 "version": "4.1.7", 1971 "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.1.7.tgz", 1972 "integrity": "sha512-tYa2fO3zDe41I7WqijyVbRd8oWT0aEID1Eokz5hMT6wShLIHj3yvwj9XbfuloHP9glZ6H+aG2AN/+ZrxJ1Y5RQ==", 1973 "license": "MIT", 1974 "dependencies": { 1975 "@tailwindcss/node": "4.1.7", 1976 "@tailwindcss/oxide": "4.1.7", 1977 "tailwindcss": "4.1.7" 1978 }, 1979 "peerDependencies": { 1980 "vite": "^5.2.0 || ^6" 1981 } 1982 }, 1983 "node_modules/@trysound/sax": { 1984 "version": "0.2.0", 1985 "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", 1986 "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", 1987 "license": "ISC", 1988 "engines": { 1989 "node": ">=10.13.0" 1990 } 1991 }, 1992 "node_modules/@types/debug": { 1993 "version": "4.1.12", 1994 "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", 1995 "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", 1996 "license": "MIT", 1997 "dependencies": { 1998 "@types/ms": "*" 1999 } 2000 }, 2001 "node_modules/@types/estree": { 2002 "version": "1.0.7", 2003 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.7.tgz", 2004 "integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==", 2005 "license": "MIT" 2006 }, 2007 "node_modules/@types/fontkit": { 2008 "version": "2.0.8", 2009 "resolved": "https://registry.npmjs.org/@types/fontkit/-/fontkit-2.0.8.tgz", 2010 "integrity": "sha512-wN+8bYxIpJf+5oZdrdtaX04qUuWHcKxcDEgRS9Qm9ZClSHjzEn13SxUC+5eRM+4yXIeTYk8mTzLAWGF64847ew==", 2011 "license": "MIT", 2012 "dependencies": { 2013 "@types/node": "*" 2014 } 2015 }, 2016 "node_modules/@types/hast": { 2017 "version": "3.0.4", 2018 "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", 2019 "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", 2020 "license": "MIT", 2021 "dependencies": { 2022 "@types/unist": "*" 2023 } 2024 }, 2025 "node_modules/@types/mdast": { 2026 "version": "4.0.4", 2027 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", 2028 "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", 2029 "license": "MIT", 2030 "dependencies": { 2031 "@types/unist": "*" 2032 } 2033 }, 2034 "node_modules/@types/ms": { 2035 "version": "2.1.0", 2036 "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", 2037 "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", 2038 "license": "MIT" 2039 }, 2040 "node_modules/@types/nlcst": { 2041 "version": "2.0.3", 2042 "resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-2.0.3.tgz", 2043 "integrity": "sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==", 2044 "license": "MIT", 2045 "dependencies": { 2046 "@types/unist": "*" 2047 } 2048 }, 2049 "node_modules/@types/node": { 2050 "version": "22.7.7", 2051 "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.7.tgz", 2052 "integrity": "sha512-SRxCrrg9CL/y54aiMCG3edPKdprgMVGDXjA3gB8UmmBW5TcXzRUYAh8EWzTnSJFAd1rgImPELza+A3bJ+qxz8Q==", 2053 "license": "MIT", 2054 "dependencies": { 2055 "undici-types": "~6.19.2" 2056 } 2057 }, 2058 "node_modules/@types/tar": { 2059 "version": "6.1.13", 2060 "resolved": "https://registry.npmjs.org/@types/tar/-/tar-6.1.13.tgz", 2061 "integrity": "sha512-IznnlmU5f4WcGTh2ltRu/Ijpmk8wiWXfF0VA4s+HPjHZgvFggk1YaIkbo5krX/zUCzWF8N/l4+W/LNxnvAJ8nw==", 2062 "license": "MIT", 2063 "dependencies": { 2064 "@types/node": "*", 2065 "minipass": "^4.0.0" 2066 } 2067 }, 2068 "node_modules/@types/unist": { 2069 "version": "3.0.3", 2070 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 2071 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 2072 "license": "MIT" 2073 }, 2074 "node_modules/@types/yauzl": { 2075 "version": "2.10.3", 2076 "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz", 2077 "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==", 2078 "license": "MIT", 2079 "optional": true, 2080 "dependencies": { 2081 "@types/node": "*" 2082 } 2083 }, 2084 "node_modules/@ungap/structured-clone": { 2085 "version": "1.2.0", 2086 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", 2087 "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", 2088 "license": "ISC" 2089 }, 2090 "node_modules/@volar/kit": { 2091 "version": "2.4.6", 2092 "resolved": "https://registry.npmjs.org/@volar/kit/-/kit-2.4.6.tgz", 2093 "integrity": "sha512-OaMtpmLns6IYD1nOSd0NdG/F5KzJ7Jr4B7TLeb4byPzu+ExuuRVeO56Dn1C7Frnw6bGudUQd90cpQAmxdB+RlQ==", 2094 "license": "MIT", 2095 "dependencies": { 2096 "@volar/language-service": "2.4.6", 2097 "@volar/typescript": "2.4.6", 2098 "typesafe-path": "^0.2.2", 2099 "vscode-languageserver-textdocument": "^1.0.11", 2100 "vscode-uri": "^3.0.8" 2101 }, 2102 "peerDependencies": { 2103 "typescript": "*" 2104 } 2105 }, 2106 "node_modules/@volar/language-core": { 2107 "version": "2.4.6", 2108 "resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-2.4.6.tgz", 2109 "integrity": "sha512-FxUfxaB8sCqvY46YjyAAV6c3mMIq/NWQMVvJ+uS4yxr1KzOvyg61gAuOnNvgCvO4TZ7HcLExBEsWcDu4+K4E8A==", 2110 "license": "MIT", 2111 "dependencies": { 2112 "@volar/source-map": "2.4.6" 2113 } 2114 }, 2115 "node_modules/@volar/language-server": { 2116 "version": "2.4.6", 2117 "resolved": "https://registry.npmjs.org/@volar/language-server/-/language-server-2.4.6.tgz", 2118 "integrity": "sha512-ARIbMXapEUPj9UFbZqWqw/iZ+ZuxUcY+vY212+2uutZVo/jrdzhLPu2TfZd9oB9akX8XXuslinT3051DyHLLRA==", 2119 "license": "MIT", 2120 "dependencies": { 2121 "@volar/language-core": "2.4.6", 2122 "@volar/language-service": "2.4.6", 2123 "@volar/typescript": "2.4.6", 2124 "path-browserify": "^1.0.1", 2125 "request-light": "^0.7.0", 2126 "vscode-languageserver": "^9.0.1", 2127 "vscode-languageserver-protocol": "^3.17.5", 2128 "vscode-languageserver-textdocument": "^1.0.11", 2129 "vscode-uri": "^3.0.8" 2130 } 2131 }, 2132 "node_modules/@volar/language-service": { 2133 "version": "2.4.6", 2134 "resolved": "https://registry.npmjs.org/@volar/language-service/-/language-service-2.4.6.tgz", 2135 "integrity": "sha512-wNeEVBgBKgpP1MfMYPrgTf1K8nhOGEh3ac0+9n6ECyk2N03+j0pWCpQ2i99mRWT/POvo1PgizDmYFH8S67bZOA==", 2136 "license": "MIT", 2137 "dependencies": { 2138 "@volar/language-core": "2.4.6", 2139 "vscode-languageserver-protocol": "^3.17.5", 2140 "vscode-languageserver-textdocument": "^1.0.11", 2141 "vscode-uri": "^3.0.8" 2142 } 2143 }, 2144 "node_modules/@volar/source-map": { 2145 "version": "2.4.6", 2146 "resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-2.4.6.tgz", 2147 "integrity": "sha512-Nsh7UW2ruK+uURIPzjJgF0YRGP5CX9nQHypA2OMqdM2FKy7rh+uv3XgPnWPw30JADbKvZ5HuBzG4gSbVDYVtiw==", 2148 "license": "MIT" 2149 }, 2150 "node_modules/@volar/typescript": { 2151 "version": "2.4.6", 2152 "resolved": "https://registry.npmjs.org/@volar/typescript/-/typescript-2.4.6.tgz", 2153 "integrity": "sha512-NMIrA7y5OOqddL9VtngPWYmdQU03htNKFtAYidbYfWA0TOhyGVd9tfcP4TsLWQ+RBWDZCbBqsr8xzU0ZOxYTCQ==", 2154 "license": "MIT", 2155 "dependencies": { 2156 "@volar/language-core": "2.4.6", 2157 "path-browserify": "^1.0.1", 2158 "vscode-uri": "^3.0.8" 2159 } 2160 }, 2161 "node_modules/@vscode/emmet-helper": { 2162 "version": "2.9.3", 2163 "resolved": "https://registry.npmjs.org/@vscode/emmet-helper/-/emmet-helper-2.9.3.tgz", 2164 "integrity": "sha512-rB39LHWWPQYYlYfpv9qCoZOVioPCftKXXqrsyqN1mTWZM6dTnONT63Db+03vgrBbHzJN45IrgS/AGxw9iiqfEw==", 2165 "license": "MIT", 2166 "dependencies": { 2167 "emmet": "^2.4.3", 2168 "jsonc-parser": "^2.3.0", 2169 "vscode-languageserver-textdocument": "^1.0.1", 2170 "vscode-languageserver-types": "^3.15.1", 2171 "vscode-uri": "^2.1.2" 2172 } 2173 }, 2174 "node_modules/@vscode/emmet-helper/node_modules/vscode-uri": { 2175 "version": "2.1.2", 2176 "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-2.1.2.tgz", 2177 "integrity": "sha512-8TEXQxlldWAuIODdukIb+TR5s+9Ds40eSJrw+1iDDA9IFORPjMELarNQE3myz5XIkWWpdprmJjm1/SxMlWOC8A==", 2178 "license": "MIT" 2179 }, 2180 "node_modules/@vscode/l10n": { 2181 "version": "0.0.18", 2182 "resolved": "https://registry.npmjs.org/@vscode/l10n/-/l10n-0.0.18.tgz", 2183 "integrity": "sha512-KYSIHVmslkaCDyw013pphY+d7x1qV8IZupYfeIfzNA+nsaWHbn5uPuQRvdRFsa9zFzGeudPuoGoZ1Op4jrJXIQ==", 2184 "license": "MIT" 2185 }, 2186 "node_modules/acorn": { 2187 "version": "8.14.1", 2188 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz", 2189 "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==", 2190 "license": "MIT", 2191 "bin": { 2192 "acorn": "bin/acorn" 2193 }, 2194 "engines": { 2195 "node": ">=0.4.0" 2196 } 2197 }, 2198 "node_modules/ajv": { 2199 "version": "8.17.1", 2200 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", 2201 "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", 2202 "license": "MIT", 2203 "dependencies": { 2204 "fast-deep-equal": "^3.1.3", 2205 "fast-uri": "^3.0.1", 2206 "json-schema-traverse": "^1.0.0", 2207 "require-from-string": "^2.0.2" 2208 }, 2209 "funding": { 2210 "type": "github", 2211 "url": "https://github.com/sponsors/epoberezkin" 2212 } 2213 }, 2214 "node_modules/ansi-align": { 2215 "version": "3.0.1", 2216 "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", 2217 "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", 2218 "license": "ISC", 2219 "dependencies": { 2220 "string-width": "^4.1.0" 2221 } 2222 }, 2223 "node_modules/ansi-align/node_modules/ansi-regex": { 2224 "version": "5.0.1", 2225 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 2226 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 2227 "license": "MIT", 2228 "engines": { 2229 "node": ">=8" 2230 } 2231 }, 2232 "node_modules/ansi-align/node_modules/emoji-regex": { 2233 "version": "8.0.0", 2234 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 2235 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 2236 "license": "MIT" 2237 }, 2238 "node_modules/ansi-align/node_modules/string-width": { 2239 "version": "4.2.3", 2240 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 2241 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 2242 "license": "MIT", 2243 "dependencies": { 2244 "emoji-regex": "^8.0.0", 2245 "is-fullwidth-code-point": "^3.0.0", 2246 "strip-ansi": "^6.0.1" 2247 }, 2248 "engines": { 2249 "node": ">=8" 2250 } 2251 }, 2252 "node_modules/ansi-align/node_modules/strip-ansi": { 2253 "version": "6.0.1", 2254 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 2255 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 2256 "license": "MIT", 2257 "dependencies": { 2258 "ansi-regex": "^5.0.1" 2259 }, 2260 "engines": { 2261 "node": ">=8" 2262 } 2263 }, 2264 "node_modules/ansi-regex": { 2265 "version": "6.1.0", 2266 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", 2267 "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", 2268 "license": "MIT", 2269 "engines": { 2270 "node": ">=12" 2271 }, 2272 "funding": { 2273 "url": "https://github.com/chalk/ansi-regex?sponsor=1" 2274 } 2275 }, 2276 "node_modules/anymatch": { 2277 "version": "3.1.3", 2278 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", 2279 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", 2280 "license": "ISC", 2281 "dependencies": { 2282 "normalize-path": "^3.0.0", 2283 "picomatch": "^2.0.4" 2284 }, 2285 "engines": { 2286 "node": ">= 8" 2287 } 2288 }, 2289 "node_modules/argparse": { 2290 "version": "2.0.1", 2291 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", 2292 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", 2293 "license": "Python-2.0" 2294 }, 2295 "node_modules/aria-query": { 2296 "version": "5.3.2", 2297 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz", 2298 "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==", 2299 "license": "Apache-2.0", 2300 "engines": { 2301 "node": ">= 0.4" 2302 } 2303 }, 2304 "node_modules/array-iterate": { 2305 "version": "2.0.1", 2306 "resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz", 2307 "integrity": "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==", 2308 "license": "MIT", 2309 "funding": { 2310 "type": "github", 2311 "url": "https://github.com/sponsors/wooorm" 2312 } 2313 }, 2314 "node_modules/astro": { 2315 "version": "5.8.0", 2316 "resolved": "https://registry.npmjs.org/astro/-/astro-5.8.0.tgz", 2317 "integrity": "sha512-G57ELkdIntDiSrucA5lQaRtBOjquaZ9b9NIwoz2f471ZuuJcynLjWgItgBzlrz5UMY4WqnFbVWUCKlJb7nt9bA==", 2318 "license": "MIT", 2319 "dependencies": { 2320 "@astrojs/compiler": "^2.11.0", 2321 "@astrojs/internal-helpers": "0.6.1", 2322 "@astrojs/markdown-remark": "6.3.2", 2323 "@astrojs/telemetry": "3.3.0", 2324 "@capsizecss/unpack": "^2.4.0", 2325 "@oslojs/encoding": "^1.1.0", 2326 "@rollup/pluginutils": "^5.1.4", 2327 "acorn": "^8.14.1", 2328 "aria-query": "^5.3.2", 2329 "axobject-query": "^4.1.0", 2330 "boxen": "8.0.1", 2331 "ci-info": "^4.2.0", 2332 "clsx": "^2.1.1", 2333 "common-ancestor-path": "^1.0.1", 2334 "cookie": "^1.0.2", 2335 "cssesc": "^3.0.0", 2336 "debug": "^4.4.0", 2337 "deterministic-object-hash": "^2.0.2", 2338 "devalue": "^5.1.1", 2339 "diff": "^5.2.0", 2340 "dlv": "^1.1.3", 2341 "dset": "^3.1.4", 2342 "es-module-lexer": "^1.6.0", 2343 "esbuild": "^0.25.0", 2344 "estree-walker": "^3.0.3", 2345 "flattie": "^1.1.1", 2346 "fontace": "~0.3.0", 2347 "github-slugger": "^2.0.0", 2348 "html-escaper": "3.0.3", 2349 "http-cache-semantics": "^4.1.1", 2350 "import-meta-resolve": "^4.1.0", 2351 "js-yaml": "^4.1.0", 2352 "kleur": "^4.1.5", 2353 "magic-string": "^0.30.17", 2354 "magicast": "^0.3.5", 2355 "mrmime": "^2.0.1", 2356 "neotraverse": "^0.6.18", 2357 "p-limit": "^6.2.0", 2358 "p-queue": "^8.1.0", 2359 "package-manager-detector": "^1.1.0", 2360 "picomatch": "^4.0.2", 2361 "prompts": "^2.4.2", 2362 "rehype": "^13.0.2", 2363 "semver": "^7.7.1", 2364 "shiki": "^3.2.1", 2365 "tinyexec": "^0.3.2", 2366 "tinyglobby": "^0.2.12", 2367 "tsconfck": "^3.1.5", 2368 "ultrahtml": "^1.6.0", 2369 "unifont": "~0.5.0", 2370 "unist-util-visit": "^5.0.0", 2371 "unstorage": "^1.15.0", 2372 "vfile": "^6.0.3", 2373 "vite": "^6.3.4", 2374 "vitefu": "^1.0.6", 2375 "xxhash-wasm": "^1.1.0", 2376 "yargs-parser": "^21.1.1", 2377 "yocto-spinner": "^0.2.1", 2378 "zod": "^3.24.2", 2379 "zod-to-json-schema": "^3.24.5", 2380 "zod-to-ts": "^1.2.0" 2381 }, 2382 "bin": { 2383 "astro": "astro.js" 2384 }, 2385 "engines": { 2386 "node": "18.20.8 || ^20.3.0 || >=22.0.0", 2387 "npm": ">=9.6.5", 2388 "pnpm": ">=7.1.0" 2389 }, 2390 "funding": { 2391 "type": "opencollective", 2392 "url": "https://opencollective.com/astrodotbuild" 2393 }, 2394 "optionalDependencies": { 2395 "sharp": "^0.33.3" 2396 } 2397 }, 2398 "node_modules/astro-icon": { 2399 "version": "1.1.5", 2400 "resolved": "https://registry.npmjs.org/astro-icon/-/astro-icon-1.1.5.tgz", 2401 "integrity": "sha512-CJYS5nWOw9jz4RpGWmzNQY7D0y2ZZacH7atL2K9DeJXJVaz7/5WrxeyIxO8KASk1jCM96Q4LjRx/F3R+InjJrw==", 2402 "license": "MIT", 2403 "dependencies": { 2404 "@iconify/tools": "^4.0.5", 2405 "@iconify/types": "^2.0.0", 2406 "@iconify/utils": "^2.1.30" 2407 } 2408 }, 2409 "node_modules/astro-particles": { 2410 "version": "2.10.0", 2411 "resolved": "https://registry.npmjs.org/astro-particles/-/astro-particles-2.10.0.tgz", 2412 "integrity": "sha512-DE1azMdcu2dkXxEKd7seoRqbhlh4UnTfinWM+RF5jm00tPtaJ+cjrz5nKHRnzYcyTAR18MaRAC4lIKf3tu86iQ==", 2413 "funding": [ 2414 { 2415 "type": "github", 2416 "url": "https://github.com/sponsors/matteobruni" 2417 }, 2418 { 2419 "type": "github", 2420 "url": "https://github.com/sponsors/tsparticles" 2421 }, 2422 { 2423 "type": "buymeacoffee", 2424 "url": "https://www.buymeacoffee.com/matteobruni" 2425 } 2426 ], 2427 "license": "MIT", 2428 "dependencies": { 2429 "tsparticles-engine": "^2.10.1" 2430 } 2431 }, 2432 "node_modules/astro/node_modules/package-manager-detector": { 2433 "version": "1.3.0", 2434 "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.3.0.tgz", 2435 "integrity": "sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ==", 2436 "license": "MIT" 2437 }, 2438 "node_modules/astro/node_modules/picomatch": { 2439 "version": "4.0.2", 2440 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", 2441 "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", 2442 "license": "MIT", 2443 "engines": { 2444 "node": ">=12" 2445 }, 2446 "funding": { 2447 "url": "https://github.com/sponsors/jonschlinkert" 2448 } 2449 }, 2450 "node_modules/asynckit": { 2451 "version": "0.4.0", 2452 "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", 2453 "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", 2454 "license": "MIT" 2455 }, 2456 "node_modules/axios": { 2457 "version": "1.7.7", 2458 "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", 2459 "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", 2460 "license": "MIT", 2461 "dependencies": { 2462 "follow-redirects": "^1.15.6", 2463 "form-data": "^4.0.0", 2464 "proxy-from-env": "^1.1.0" 2465 } 2466 }, 2467 "node_modules/axobject-query": { 2468 "version": "4.1.0", 2469 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz", 2470 "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==", 2471 "license": "Apache-2.0", 2472 "engines": { 2473 "node": ">= 0.4" 2474 } 2475 }, 2476 "node_modules/bail": { 2477 "version": "2.0.2", 2478 "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", 2479 "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", 2480 "license": "MIT", 2481 "funding": { 2482 "type": "github", 2483 "url": "https://github.com/sponsors/wooorm" 2484 } 2485 }, 2486 "node_modules/base-64": { 2487 "version": "1.0.0", 2488 "resolved": "https://registry.npmjs.org/base-64/-/base-64-1.0.0.tgz", 2489 "integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==", 2490 "license": "MIT" 2491 }, 2492 "node_modules/base64-js": { 2493 "version": "1.5.1", 2494 "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", 2495 "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", 2496 "funding": [ 2497 { 2498 "type": "github", 2499 "url": "https://github.com/sponsors/feross" 2500 }, 2501 { 2502 "type": "patreon", 2503 "url": "https://www.patreon.com/feross" 2504 }, 2505 { 2506 "type": "consulting", 2507 "url": "https://feross.org/support" 2508 } 2509 ], 2510 "license": "MIT" 2511 }, 2512 "node_modules/blob-to-buffer": { 2513 "version": "1.2.9", 2514 "resolved": "https://registry.npmjs.org/blob-to-buffer/-/blob-to-buffer-1.2.9.tgz", 2515 "integrity": "sha512-BF033y5fN6OCofD3vgHmNtwZWRcq9NLyyxyILx9hfMy1sXYy4ojFl765hJ2lP0YaN2fuxPaLO2Vzzoxy0FLFFA==", 2516 "funding": [ 2517 { 2518 "type": "github", 2519 "url": "https://github.com/sponsors/feross" 2520 }, 2521 { 2522 "type": "patreon", 2523 "url": "https://www.patreon.com/feross" 2524 }, 2525 { 2526 "type": "consulting", 2527 "url": "https://feross.org/support" 2528 } 2529 ], 2530 "license": "MIT" 2531 }, 2532 "node_modules/boolbase": { 2533 "version": "1.0.0", 2534 "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", 2535 "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", 2536 "license": "ISC" 2537 }, 2538 "node_modules/boxen": { 2539 "version": "8.0.1", 2540 "resolved": "https://registry.npmjs.org/boxen/-/boxen-8.0.1.tgz", 2541 "integrity": "sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==", 2542 "license": "MIT", 2543 "dependencies": { 2544 "ansi-align": "^3.0.1", 2545 "camelcase": "^8.0.0", 2546 "chalk": "^5.3.0", 2547 "cli-boxes": "^3.0.0", 2548 "string-width": "^7.2.0", 2549 "type-fest": "^4.21.0", 2550 "widest-line": "^5.0.0", 2551 "wrap-ansi": "^9.0.0" 2552 }, 2553 "engines": { 2554 "node": ">=18" 2555 }, 2556 "funding": { 2557 "url": "https://github.com/sponsors/sindresorhus" 2558 } 2559 }, 2560 "node_modules/boxen/node_modules/ansi-styles": { 2561 "version": "6.2.1", 2562 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", 2563 "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", 2564 "license": "MIT", 2565 "engines": { 2566 "node": ">=12" 2567 }, 2568 "funding": { 2569 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 2570 } 2571 }, 2572 "node_modules/boxen/node_modules/chalk": { 2573 "version": "5.3.0", 2574 "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", 2575 "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", 2576 "license": "MIT", 2577 "engines": { 2578 "node": "^12.17.0 || ^14.13 || >=16.0.0" 2579 }, 2580 "funding": { 2581 "url": "https://github.com/chalk/chalk?sponsor=1" 2582 } 2583 }, 2584 "node_modules/boxen/node_modules/wrap-ansi": { 2585 "version": "9.0.0", 2586 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", 2587 "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==", 2588 "license": "MIT", 2589 "dependencies": { 2590 "ansi-styles": "^6.2.1", 2591 "string-width": "^7.0.0", 2592 "strip-ansi": "^7.1.0" 2593 }, 2594 "engines": { 2595 "node": ">=18" 2596 }, 2597 "funding": { 2598 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 2599 } 2600 }, 2601 "node_modules/braces": { 2602 "version": "3.0.3", 2603 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", 2604 "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", 2605 "license": "MIT", 2606 "dependencies": { 2607 "fill-range": "^7.1.1" 2608 }, 2609 "engines": { 2610 "node": ">=8" 2611 } 2612 }, 2613 "node_modules/brotli": { 2614 "version": "1.3.3", 2615 "resolved": "https://registry.npmjs.org/brotli/-/brotli-1.3.3.tgz", 2616 "integrity": "sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==", 2617 "license": "MIT", 2618 "dependencies": { 2619 "base64-js": "^1.1.2" 2620 } 2621 }, 2622 "node_modules/buffer-crc32": { 2623 "version": "0.2.13", 2624 "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", 2625 "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==", 2626 "license": "MIT", 2627 "engines": { 2628 "node": "*" 2629 } 2630 }, 2631 "node_modules/camelcase": { 2632 "version": "8.0.0", 2633 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz", 2634 "integrity": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==", 2635 "license": "MIT", 2636 "engines": { 2637 "node": ">=16" 2638 }, 2639 "funding": { 2640 "url": "https://github.com/sponsors/sindresorhus" 2641 } 2642 }, 2643 "node_modules/ccount": { 2644 "version": "2.0.1", 2645 "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", 2646 "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", 2647 "license": "MIT", 2648 "funding": { 2649 "type": "github", 2650 "url": "https://github.com/sponsors/wooorm" 2651 } 2652 }, 2653 "node_modules/character-entities": { 2654 "version": "2.0.2", 2655 "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", 2656 "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", 2657 "license": "MIT", 2658 "funding": { 2659 "type": "github", 2660 "url": "https://github.com/sponsors/wooorm" 2661 } 2662 }, 2663 "node_modules/character-entities-html4": { 2664 "version": "2.1.0", 2665 "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", 2666 "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", 2667 "license": "MIT", 2668 "funding": { 2669 "type": "github", 2670 "url": "https://github.com/sponsors/wooorm" 2671 } 2672 }, 2673 "node_modules/character-entities-legacy": { 2674 "version": "3.0.0", 2675 "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", 2676 "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", 2677 "license": "MIT", 2678 "funding": { 2679 "type": "github", 2680 "url": "https://github.com/sponsors/wooorm" 2681 } 2682 }, 2683 "node_modules/cheerio": { 2684 "version": "1.0.0", 2685 "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0.tgz", 2686 "integrity": "sha512-quS9HgjQpdaXOvsZz82Oz7uxtXiy6UIsIQcpBj7HRw2M63Skasm9qlDocAM7jNuaxdhpPU7c4kJN+gA5MCu4ww==", 2687 "license": "MIT", 2688 "dependencies": { 2689 "cheerio-select": "^2.1.0", 2690 "dom-serializer": "^2.0.0", 2691 "domhandler": "^5.0.3", 2692 "domutils": "^3.1.0", 2693 "encoding-sniffer": "^0.2.0", 2694 "htmlparser2": "^9.1.0", 2695 "parse5": "^7.1.2", 2696 "parse5-htmlparser2-tree-adapter": "^7.0.0", 2697 "parse5-parser-stream": "^7.1.2", 2698 "undici": "^6.19.5", 2699 "whatwg-mimetype": "^4.0.0" 2700 }, 2701 "engines": { 2702 "node": ">=18.17" 2703 }, 2704 "funding": { 2705 "url": "https://github.com/cheeriojs/cheerio?sponsor=1" 2706 } 2707 }, 2708 "node_modules/cheerio-select": { 2709 "version": "2.1.0", 2710 "resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-2.1.0.tgz", 2711 "integrity": "sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==", 2712 "license": "BSD-2-Clause", 2713 "dependencies": { 2714 "boolbase": "^1.0.0", 2715 "css-select": "^5.1.0", 2716 "css-what": "^6.1.0", 2717 "domelementtype": "^2.3.0", 2718 "domhandler": "^5.0.3", 2719 "domutils": "^3.0.1" 2720 }, 2721 "funding": { 2722 "url": "https://github.com/sponsors/fb55" 2723 } 2724 }, 2725 "node_modules/chownr": { 2726 "version": "2.0.0", 2727 "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", 2728 "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", 2729 "license": "ISC", 2730 "engines": { 2731 "node": ">=10" 2732 } 2733 }, 2734 "node_modules/ci-info": { 2735 "version": "4.2.0", 2736 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.2.0.tgz", 2737 "integrity": "sha512-cYY9mypksY8NRqgDB1XD1RiJL338v/551niynFTGkZOO2LHuB2OmOYxDIe/ttN9AHwrqdum1360G3ald0W9kCg==", 2738 "funding": [ 2739 { 2740 "type": "github", 2741 "url": "https://github.com/sponsors/sibiraj-s" 2742 } 2743 ], 2744 "license": "MIT", 2745 "engines": { 2746 "node": ">=8" 2747 } 2748 }, 2749 "node_modules/cli-boxes": { 2750 "version": "3.0.0", 2751 "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz", 2752 "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==", 2753 "license": "MIT", 2754 "engines": { 2755 "node": ">=10" 2756 }, 2757 "funding": { 2758 "url": "https://github.com/sponsors/sindresorhus" 2759 } 2760 }, 2761 "node_modules/cliui": { 2762 "version": "8.0.1", 2763 "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", 2764 "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", 2765 "license": "ISC", 2766 "dependencies": { 2767 "string-width": "^4.2.0", 2768 "strip-ansi": "^6.0.1", 2769 "wrap-ansi": "^7.0.0" 2770 }, 2771 "engines": { 2772 "node": ">=12" 2773 } 2774 }, 2775 "node_modules/cliui/node_modules/ansi-regex": { 2776 "version": "5.0.1", 2777 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 2778 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 2779 "license": "MIT", 2780 "engines": { 2781 "node": ">=8" 2782 } 2783 }, 2784 "node_modules/cliui/node_modules/ansi-styles": { 2785 "version": "4.3.0", 2786 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 2787 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 2788 "license": "MIT", 2789 "dependencies": { 2790 "color-convert": "^2.0.1" 2791 }, 2792 "engines": { 2793 "node": ">=8" 2794 }, 2795 "funding": { 2796 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 2797 } 2798 }, 2799 "node_modules/cliui/node_modules/color-convert": { 2800 "version": "2.0.1", 2801 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 2802 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 2803 "license": "MIT", 2804 "dependencies": { 2805 "color-name": "~1.1.4" 2806 }, 2807 "engines": { 2808 "node": ">=7.0.0" 2809 } 2810 }, 2811 "node_modules/cliui/node_modules/color-name": { 2812 "version": "1.1.4", 2813 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 2814 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", 2815 "license": "MIT" 2816 }, 2817 "node_modules/cliui/node_modules/emoji-regex": { 2818 "version": "8.0.0", 2819 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 2820 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 2821 "license": "MIT" 2822 }, 2823 "node_modules/cliui/node_modules/string-width": { 2824 "version": "4.2.3", 2825 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 2826 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 2827 "license": "MIT", 2828 "dependencies": { 2829 "emoji-regex": "^8.0.0", 2830 "is-fullwidth-code-point": "^3.0.0", 2831 "strip-ansi": "^6.0.1" 2832 }, 2833 "engines": { 2834 "node": ">=8" 2835 } 2836 }, 2837 "node_modules/cliui/node_modules/strip-ansi": { 2838 "version": "6.0.1", 2839 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 2840 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 2841 "license": "MIT", 2842 "dependencies": { 2843 "ansi-regex": "^5.0.1" 2844 }, 2845 "engines": { 2846 "node": ">=8" 2847 } 2848 }, 2849 "node_modules/cliui/node_modules/wrap-ansi": { 2850 "version": "7.0.0", 2851 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", 2852 "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", 2853 "license": "MIT", 2854 "dependencies": { 2855 "ansi-styles": "^4.0.0", 2856 "string-width": "^4.1.0", 2857 "strip-ansi": "^6.0.0" 2858 }, 2859 "engines": { 2860 "node": ">=10" 2861 }, 2862 "funding": { 2863 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 2864 } 2865 }, 2866 "node_modules/clone": { 2867 "version": "2.1.2", 2868 "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", 2869 "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==", 2870 "license": "MIT", 2871 "engines": { 2872 "node": ">=0.8" 2873 } 2874 }, 2875 "node_modules/clsx": { 2876 "version": "2.1.1", 2877 "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", 2878 "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", 2879 "license": "MIT", 2880 "engines": { 2881 "node": ">=6" 2882 } 2883 }, 2884 "node_modules/color": { 2885 "version": "4.2.3", 2886 "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz", 2887 "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==", 2888 "license": "MIT", 2889 "optional": true, 2890 "dependencies": { 2891 "color-convert": "^2.0.1", 2892 "color-string": "^1.9.0" 2893 }, 2894 "engines": { 2895 "node": ">=12.5.0" 2896 } 2897 }, 2898 "node_modules/color-name": { 2899 "version": "1.1.3", 2900 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", 2901 "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", 2902 "license": "MIT", 2903 "optional": true 2904 }, 2905 "node_modules/color-string": { 2906 "version": "1.9.1", 2907 "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", 2908 "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", 2909 "license": "MIT", 2910 "optional": true, 2911 "dependencies": { 2912 "color-name": "^1.0.0", 2913 "simple-swizzle": "^0.2.2" 2914 } 2915 }, 2916 "node_modules/color/node_modules/color-convert": { 2917 "version": "2.0.1", 2918 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 2919 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 2920 "license": "MIT", 2921 "optional": true, 2922 "dependencies": { 2923 "color-name": "~1.1.4" 2924 }, 2925 "engines": { 2926 "node": ">=7.0.0" 2927 } 2928 }, 2929 "node_modules/color/node_modules/color-name": { 2930 "version": "1.1.4", 2931 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 2932 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", 2933 "license": "MIT", 2934 "optional": true 2935 }, 2936 "node_modules/combined-stream": { 2937 "version": "1.0.8", 2938 "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", 2939 "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", 2940 "license": "MIT", 2941 "dependencies": { 2942 "delayed-stream": "~1.0.0" 2943 }, 2944 "engines": { 2945 "node": ">= 0.8" 2946 } 2947 }, 2948 "node_modules/comma-separated-tokens": { 2949 "version": "2.0.3", 2950 "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", 2951 "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", 2952 "license": "MIT", 2953 "funding": { 2954 "type": "github", 2955 "url": "https://github.com/sponsors/wooorm" 2956 } 2957 }, 2958 "node_modules/commander": { 2959 "version": "7.2.0", 2960 "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", 2961 "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", 2962 "license": "MIT", 2963 "engines": { 2964 "node": ">= 10" 2965 } 2966 }, 2967 "node_modules/common-ancestor-path": { 2968 "version": "1.0.1", 2969 "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz", 2970 "integrity": "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==", 2971 "license": "ISC" 2972 }, 2973 "node_modules/confbox": { 2974 "version": "0.1.8", 2975 "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz", 2976 "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==", 2977 "license": "MIT" 2978 }, 2979 "node_modules/cookie": { 2980 "version": "1.0.2", 2981 "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz", 2982 "integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==", 2983 "license": "MIT", 2984 "engines": { 2985 "node": ">=18" 2986 } 2987 }, 2988 "node_modules/cookie-es": { 2989 "version": "1.2.2", 2990 "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.2.tgz", 2991 "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==", 2992 "license": "MIT" 2993 }, 2994 "node_modules/cross-fetch": { 2995 "version": "3.2.0", 2996 "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.2.0.tgz", 2997 "integrity": "sha512-Q+xVJLoGOeIMXZmbUK4HYk+69cQH6LudR0Vu/pRm2YlU/hDV9CiS0gKUMaWY5f2NeUH9C1nV3bsTlCo0FsTV1Q==", 2998 "license": "MIT", 2999 "dependencies": { 3000 "node-fetch": "^2.7.0" 3001 } 3002 }, 3003 "node_modules/crossws": { 3004 "version": "0.3.5", 3005 "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.5.tgz", 3006 "integrity": "sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==", 3007 "license": "MIT", 3008 "dependencies": { 3009 "uncrypto": "^0.1.3" 3010 } 3011 }, 3012 "node_modules/css-select": { 3013 "version": "5.1.0", 3014 "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz", 3015 "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==", 3016 "license": "BSD-2-Clause", 3017 "dependencies": { 3018 "boolbase": "^1.0.0", 3019 "css-what": "^6.1.0", 3020 "domhandler": "^5.0.2", 3021 "domutils": "^3.0.1", 3022 "nth-check": "^2.0.1" 3023 }, 3024 "funding": { 3025 "url": "https://github.com/sponsors/fb55" 3026 } 3027 }, 3028 "node_modules/css-tree": { 3029 "version": "2.3.1", 3030 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz", 3031 "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==", 3032 "license": "MIT", 3033 "dependencies": { 3034 "mdn-data": "2.0.30", 3035 "source-map-js": "^1.0.1" 3036 }, 3037 "engines": { 3038 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" 3039 } 3040 }, 3041 "node_modules/css-what": { 3042 "version": "6.1.0", 3043 "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", 3044 "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", 3045 "license": "BSD-2-Clause", 3046 "engines": { 3047 "node": ">= 6" 3048 }, 3049 "funding": { 3050 "url": "https://github.com/sponsors/fb55" 3051 } 3052 }, 3053 "node_modules/cssesc": { 3054 "version": "3.0.0", 3055 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", 3056 "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", 3057 "license": "MIT", 3058 "bin": { 3059 "cssesc": "bin/cssesc" 3060 }, 3061 "engines": { 3062 "node": ">=4" 3063 } 3064 }, 3065 "node_modules/csso": { 3066 "version": "5.0.5", 3067 "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz", 3068 "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==", 3069 "license": "MIT", 3070 "dependencies": { 3071 "css-tree": "~2.2.0" 3072 }, 3073 "engines": { 3074 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", 3075 "npm": ">=7.0.0" 3076 } 3077 }, 3078 "node_modules/csso/node_modules/css-tree": { 3079 "version": "2.2.1", 3080 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz", 3081 "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==", 3082 "license": "MIT", 3083 "dependencies": { 3084 "mdn-data": "2.0.28", 3085 "source-map-js": "^1.0.1" 3086 }, 3087 "engines": { 3088 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", 3089 "npm": ">=7.0.0" 3090 } 3091 }, 3092 "node_modules/csso/node_modules/mdn-data": { 3093 "version": "2.0.28", 3094 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz", 3095 "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==", 3096 "license": "CC0-1.0" 3097 }, 3098 "node_modules/debug": { 3099 "version": "4.4.1", 3100 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", 3101 "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", 3102 "license": "MIT", 3103 "dependencies": { 3104 "ms": "^2.1.3" 3105 }, 3106 "engines": { 3107 "node": ">=6.0" 3108 }, 3109 "peerDependenciesMeta": { 3110 "supports-color": { 3111 "optional": true 3112 } 3113 } 3114 }, 3115 "node_modules/decode-named-character-reference": { 3116 "version": "1.1.0", 3117 "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.1.0.tgz", 3118 "integrity": "sha512-Wy+JTSbFThEOXQIR2L6mxJvEs+veIzpmqD7ynWxMXGpnk3smkHQOp6forLdHsKpAMW9iJpaBBIxz285t1n1C3w==", 3119 "license": "MIT", 3120 "dependencies": { 3121 "character-entities": "^2.0.0" 3122 }, 3123 "funding": { 3124 "type": "github", 3125 "url": "https://github.com/sponsors/wooorm" 3126 } 3127 }, 3128 "node_modules/defu": { 3129 "version": "6.1.4", 3130 "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz", 3131 "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==", 3132 "license": "MIT" 3133 }, 3134 "node_modules/delayed-stream": { 3135 "version": "1.0.0", 3136 "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", 3137 "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", 3138 "license": "MIT", 3139 "engines": { 3140 "node": ">=0.4.0" 3141 } 3142 }, 3143 "node_modules/dequal": { 3144 "version": "2.0.3", 3145 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", 3146 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", 3147 "license": "MIT", 3148 "engines": { 3149 "node": ">=6" 3150 } 3151 }, 3152 "node_modules/destr": { 3153 "version": "2.0.5", 3154 "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz", 3155 "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==", 3156 "license": "MIT" 3157 }, 3158 "node_modules/detect-libc": { 3159 "version": "2.0.4", 3160 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz", 3161 "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==", 3162 "license": "Apache-2.0", 3163 "engines": { 3164 "node": ">=8" 3165 } 3166 }, 3167 "node_modules/deterministic-object-hash": { 3168 "version": "2.0.2", 3169 "resolved": "https://registry.npmjs.org/deterministic-object-hash/-/deterministic-object-hash-2.0.2.tgz", 3170 "integrity": "sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ==", 3171 "license": "MIT", 3172 "dependencies": { 3173 "base-64": "^1.0.0" 3174 }, 3175 "engines": { 3176 "node": ">=18" 3177 } 3178 }, 3179 "node_modules/devalue": { 3180 "version": "5.1.1", 3181 "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.1.1.tgz", 3182 "integrity": "sha512-maua5KUiapvEwiEAe+XnlZ3Rh0GD+qI1J/nb9vrJc3muPXvcF/8gXYTWF76+5DAqHyDUtOIImEuo0YKE9mshVw==", 3183 "license": "MIT" 3184 }, 3185 "node_modules/devlop": { 3186 "version": "1.1.0", 3187 "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", 3188 "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", 3189 "license": "MIT", 3190 "dependencies": { 3191 "dequal": "^2.0.0" 3192 }, 3193 "funding": { 3194 "type": "github", 3195 "url": "https://github.com/sponsors/wooorm" 3196 } 3197 }, 3198 "node_modules/dfa": { 3199 "version": "1.2.0", 3200 "resolved": "https://registry.npmjs.org/dfa/-/dfa-1.2.0.tgz", 3201 "integrity": "sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==", 3202 "license": "MIT" 3203 }, 3204 "node_modules/diff": { 3205 "version": "5.2.0", 3206 "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz", 3207 "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==", 3208 "license": "BSD-3-Clause", 3209 "engines": { 3210 "node": ">=0.3.1" 3211 } 3212 }, 3213 "node_modules/dlv": { 3214 "version": "1.1.3", 3215 "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", 3216 "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", 3217 "license": "MIT" 3218 }, 3219 "node_modules/dom-serializer": { 3220 "version": "2.0.0", 3221 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", 3222 "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", 3223 "license": "MIT", 3224 "dependencies": { 3225 "domelementtype": "^2.3.0", 3226 "domhandler": "^5.0.2", 3227 "entities": "^4.2.0" 3228 }, 3229 "funding": { 3230 "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" 3231 } 3232 }, 3233 "node_modules/domelementtype": { 3234 "version": "2.3.0", 3235 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", 3236 "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", 3237 "funding": [ 3238 { 3239 "type": "github", 3240 "url": "https://github.com/sponsors/fb55" 3241 } 3242 ], 3243 "license": "BSD-2-Clause" 3244 }, 3245 "node_modules/domhandler": { 3246 "version": "5.0.3", 3247 "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", 3248 "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", 3249 "license": "BSD-2-Clause", 3250 "dependencies": { 3251 "domelementtype": "^2.3.0" 3252 }, 3253 "engines": { 3254 "node": ">= 4" 3255 }, 3256 "funding": { 3257 "url": "https://github.com/fb55/domhandler?sponsor=1" 3258 } 3259 }, 3260 "node_modules/domutils": { 3261 "version": "3.1.0", 3262 "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz", 3263 "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==", 3264 "license": "BSD-2-Clause", 3265 "dependencies": { 3266 "dom-serializer": "^2.0.0", 3267 "domelementtype": "^2.3.0", 3268 "domhandler": "^5.0.3" 3269 }, 3270 "funding": { 3271 "url": "https://github.com/fb55/domutils?sponsor=1" 3272 } 3273 }, 3274 "node_modules/dset": { 3275 "version": "3.1.4", 3276 "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.4.tgz", 3277 "integrity": "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==", 3278 "license": "MIT", 3279 "engines": { 3280 "node": ">=4" 3281 } 3282 }, 3283 "node_modules/emmet": { 3284 "version": "2.4.11", 3285 "resolved": "https://registry.npmjs.org/emmet/-/emmet-2.4.11.tgz", 3286 "integrity": "sha512-23QPJB3moh/U9sT4rQzGgeyyGIrcM+GH5uVYg2C6wZIxAIJq7Ng3QLT79tl8FUwDXhyq9SusfknOrofAKqvgyQ==", 3287 "license": "MIT", 3288 "workspaces": [ 3289 "./packages/scanner", 3290 "./packages/abbreviation", 3291 "./packages/css-abbreviation", 3292 "./" 3293 ], 3294 "dependencies": { 3295 "@emmetio/abbreviation": "^2.3.3", 3296 "@emmetio/css-abbreviation": "^2.1.8" 3297 } 3298 }, 3299 "node_modules/emoji-regex": { 3300 "version": "10.4.0", 3301 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz", 3302 "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==", 3303 "license": "MIT" 3304 }, 3305 "node_modules/encoding-sniffer": { 3306 "version": "0.2.0", 3307 "resolved": "https://registry.npmjs.org/encoding-sniffer/-/encoding-sniffer-0.2.0.tgz", 3308 "integrity": "sha512-ju7Wq1kg04I3HtiYIOrUrdfdDvkyO9s5XM8QAj/bN61Yo/Vb4vgJxy5vi4Yxk01gWHbrofpPtpxM8bKger9jhg==", 3309 "license": "MIT", 3310 "dependencies": { 3311 "iconv-lite": "^0.6.3", 3312 "whatwg-encoding": "^3.1.1" 3313 }, 3314 "funding": { 3315 "url": "https://github.com/fb55/encoding-sniffer?sponsor=1" 3316 } 3317 }, 3318 "node_modules/end-of-stream": { 3319 "version": "1.4.4", 3320 "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", 3321 "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", 3322 "license": "MIT", 3323 "dependencies": { 3324 "once": "^1.4.0" 3325 } 3326 }, 3327 "node_modules/enhanced-resolve": { 3328 "version": "5.18.1", 3329 "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.1.tgz", 3330 "integrity": "sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==", 3331 "license": "MIT", 3332 "dependencies": { 3333 "graceful-fs": "^4.2.4", 3334 "tapable": "^2.2.0" 3335 }, 3336 "engines": { 3337 "node": ">=10.13.0" 3338 } 3339 }, 3340 "node_modules/entities": { 3341 "version": "4.5.0", 3342 "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", 3343 "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", 3344 "license": "BSD-2-Clause", 3345 "engines": { 3346 "node": ">=0.12" 3347 }, 3348 "funding": { 3349 "url": "https://github.com/fb55/entities?sponsor=1" 3350 } 3351 }, 3352 "node_modules/es-module-lexer": { 3353 "version": "1.7.0", 3354 "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz", 3355 "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==", 3356 "license": "MIT" 3357 }, 3358 "node_modules/esbuild": { 3359 "version": "0.25.4", 3360 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.4.tgz", 3361 "integrity": "sha512-8pgjLUcUjcgDg+2Q4NYXnPbo/vncAY4UmyaCm0jZevERqCHZIaWwdJHkf8XQtu4AxSKCdvrUbT0XUr1IdZzI8Q==", 3362 "hasInstallScript": true, 3363 "license": "MIT", 3364 "bin": { 3365 "esbuild": "bin/esbuild" 3366 }, 3367 "engines": { 3368 "node": ">=18" 3369 }, 3370 "optionalDependencies": { 3371 "@esbuild/aix-ppc64": "0.25.4", 3372 "@esbuild/android-arm": "0.25.4", 3373 "@esbuild/android-arm64": "0.25.4", 3374 "@esbuild/android-x64": "0.25.4", 3375 "@esbuild/darwin-arm64": "0.25.4", 3376 "@esbuild/darwin-x64": "0.25.4", 3377 "@esbuild/freebsd-arm64": "0.25.4", 3378 "@esbuild/freebsd-x64": "0.25.4", 3379 "@esbuild/linux-arm": "0.25.4", 3380 "@esbuild/linux-arm64": "0.25.4", 3381 "@esbuild/linux-ia32": "0.25.4", 3382 "@esbuild/linux-loong64": "0.25.4", 3383 "@esbuild/linux-mips64el": "0.25.4", 3384 "@esbuild/linux-ppc64": "0.25.4", 3385 "@esbuild/linux-riscv64": "0.25.4", 3386 "@esbuild/linux-s390x": "0.25.4", 3387 "@esbuild/linux-x64": "0.25.4", 3388 "@esbuild/netbsd-arm64": "0.25.4", 3389 "@esbuild/netbsd-x64": "0.25.4", 3390 "@esbuild/openbsd-arm64": "0.25.4", 3391 "@esbuild/openbsd-x64": "0.25.4", 3392 "@esbuild/sunos-x64": "0.25.4", 3393 "@esbuild/win32-arm64": "0.25.4", 3394 "@esbuild/win32-ia32": "0.25.4", 3395 "@esbuild/win32-x64": "0.25.4" 3396 } 3397 }, 3398 "node_modules/escalade": { 3399 "version": "3.2.0", 3400 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", 3401 "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", 3402 "license": "MIT", 3403 "engines": { 3404 "node": ">=6" 3405 } 3406 }, 3407 "node_modules/escape-string-regexp": { 3408 "version": "5.0.0", 3409 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", 3410 "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", 3411 "license": "MIT", 3412 "engines": { 3413 "node": ">=12" 3414 }, 3415 "funding": { 3416 "url": "https://github.com/sponsors/sindresorhus" 3417 } 3418 }, 3419 "node_modules/estree-walker": { 3420 "version": "3.0.3", 3421 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", 3422 "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", 3423 "license": "MIT", 3424 "dependencies": { 3425 "@types/estree": "^1.0.0" 3426 } 3427 }, 3428 "node_modules/eventemitter3": { 3429 "version": "5.0.1", 3430 "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", 3431 "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", 3432 "license": "MIT" 3433 }, 3434 "node_modules/extend": { 3435 "version": "3.0.2", 3436 "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", 3437 "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", 3438 "license": "MIT" 3439 }, 3440 "node_modules/extract-zip": { 3441 "version": "2.0.1", 3442 "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz", 3443 "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==", 3444 "license": "BSD-2-Clause", 3445 "dependencies": { 3446 "debug": "^4.1.1", 3447 "get-stream": "^5.1.0", 3448 "yauzl": "^2.10.0" 3449 }, 3450 "bin": { 3451 "extract-zip": "cli.js" 3452 }, 3453 "engines": { 3454 "node": ">= 10.17.0" 3455 }, 3456 "optionalDependencies": { 3457 "@types/yauzl": "^2.9.1" 3458 } 3459 }, 3460 "node_modules/extract-zip/node_modules/get-stream": { 3461 "version": "5.2.0", 3462 "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", 3463 "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", 3464 "license": "MIT", 3465 "dependencies": { 3466 "pump": "^3.0.0" 3467 }, 3468 "engines": { 3469 "node": ">=8" 3470 }, 3471 "funding": { 3472 "url": "https://github.com/sponsors/sindresorhus" 3473 } 3474 }, 3475 "node_modules/fast-deep-equal": { 3476 "version": "3.1.3", 3477 "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", 3478 "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", 3479 "license": "MIT" 3480 }, 3481 "node_modules/fast-glob": { 3482 "version": "3.3.2", 3483 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", 3484 "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", 3485 "license": "MIT", 3486 "dependencies": { 3487 "@nodelib/fs.stat": "^2.0.2", 3488 "@nodelib/fs.walk": "^1.2.3", 3489 "glob-parent": "^5.1.2", 3490 "merge2": "^1.3.0", 3491 "micromatch": "^4.0.4" 3492 }, 3493 "engines": { 3494 "node": ">=8.6.0" 3495 } 3496 }, 3497 "node_modules/fast-uri": { 3498 "version": "3.0.3", 3499 "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.3.tgz", 3500 "integrity": "sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==", 3501 "license": "BSD-3-Clause" 3502 }, 3503 "node_modules/fastq": { 3504 "version": "1.17.1", 3505 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", 3506 "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", 3507 "license": "ISC", 3508 "dependencies": { 3509 "reusify": "^1.0.4" 3510 } 3511 }, 3512 "node_modules/fd-slicer": { 3513 "version": "1.1.0", 3514 "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", 3515 "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==", 3516 "license": "MIT", 3517 "dependencies": { 3518 "pend": "~1.2.0" 3519 } 3520 }, 3521 "node_modules/fill-range": { 3522 "version": "7.1.1", 3523 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", 3524 "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", 3525 "license": "MIT", 3526 "dependencies": { 3527 "to-regex-range": "^5.0.1" 3528 }, 3529 "engines": { 3530 "node": ">=8" 3531 } 3532 }, 3533 "node_modules/flattie": { 3534 "version": "1.1.1", 3535 "resolved": "https://registry.npmjs.org/flattie/-/flattie-1.1.1.tgz", 3536 "integrity": "sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==", 3537 "license": "MIT", 3538 "engines": { 3539 "node": ">=8" 3540 } 3541 }, 3542 "node_modules/follow-redirects": { 3543 "version": "1.15.9", 3544 "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", 3545 "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", 3546 "funding": [ 3547 { 3548 "type": "individual", 3549 "url": "https://github.com/sponsors/RubenVerborgh" 3550 } 3551 ], 3552 "license": "MIT", 3553 "engines": { 3554 "node": ">=4.0" 3555 }, 3556 "peerDependenciesMeta": { 3557 "debug": { 3558 "optional": true 3559 } 3560 } 3561 }, 3562 "node_modules/fontace": { 3563 "version": "0.3.0", 3564 "resolved": "https://registry.npmjs.org/fontace/-/fontace-0.3.0.tgz", 3565 "integrity": "sha512-czoqATrcnxgWb/nAkfyIrRp6Q8biYj7nGnL6zfhTcX+JKKpWHFBnb8uNMw/kZr7u++3Y3wYSYoZgHkCcsuBpBg==", 3566 "license": "MIT", 3567 "dependencies": { 3568 "@types/fontkit": "^2.0.8", 3569 "fontkit": "^2.0.4" 3570 } 3571 }, 3572 "node_modules/fontkit": { 3573 "version": "2.0.4", 3574 "resolved": "https://registry.npmjs.org/fontkit/-/fontkit-2.0.4.tgz", 3575 "integrity": "sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==", 3576 "license": "MIT", 3577 "dependencies": { 3578 "@swc/helpers": "^0.5.12", 3579 "brotli": "^1.3.2", 3580 "clone": "^2.1.2", 3581 "dfa": "^1.2.0", 3582 "fast-deep-equal": "^3.1.3", 3583 "restructure": "^3.0.0", 3584 "tiny-inflate": "^1.0.3", 3585 "unicode-properties": "^1.4.0", 3586 "unicode-trie": "^2.0.0" 3587 } 3588 }, 3589 "node_modules/form-data": { 3590 "version": "4.0.1", 3591 "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz", 3592 "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==", 3593 "license": "MIT", 3594 "dependencies": { 3595 "asynckit": "^0.4.0", 3596 "combined-stream": "^1.0.8", 3597 "mime-types": "^2.1.12" 3598 }, 3599 "engines": { 3600 "node": ">= 6" 3601 } 3602 }, 3603 "node_modules/fs-minipass": { 3604 "version": "2.1.0", 3605 "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", 3606 "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", 3607 "license": "ISC", 3608 "dependencies": { 3609 "minipass": "^3.0.0" 3610 }, 3611 "engines": { 3612 "node": ">= 8" 3613 } 3614 }, 3615 "node_modules/fs-minipass/node_modules/minipass": { 3616 "version": "3.3.6", 3617 "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", 3618 "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", 3619 "license": "ISC", 3620 "dependencies": { 3621 "yallist": "^4.0.0" 3622 }, 3623 "engines": { 3624 "node": ">=8" 3625 } 3626 }, 3627 "node_modules/fs-minipass/node_modules/yallist": { 3628 "version": "4.0.0", 3629 "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", 3630 "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", 3631 "license": "ISC" 3632 }, 3633 "node_modules/fsevents": { 3634 "version": "2.3.3", 3635 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", 3636 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", 3637 "hasInstallScript": true, 3638 "license": "MIT", 3639 "optional": true, 3640 "os": [ 3641 "darwin" 3642 ], 3643 "engines": { 3644 "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 3645 } 3646 }, 3647 "node_modules/get-caller-file": { 3648 "version": "2.0.5", 3649 "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", 3650 "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", 3651 "license": "ISC", 3652 "engines": { 3653 "node": "6.* || 8.* || >= 10.*" 3654 } 3655 }, 3656 "node_modules/get-east-asian-width": { 3657 "version": "1.3.0", 3658 "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz", 3659 "integrity": "sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==", 3660 "license": "MIT", 3661 "engines": { 3662 "node": ">=18" 3663 }, 3664 "funding": { 3665 "url": "https://github.com/sponsors/sindresorhus" 3666 } 3667 }, 3668 "node_modules/github-slugger": { 3669 "version": "2.0.0", 3670 "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz", 3671 "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==", 3672 "license": "ISC" 3673 }, 3674 "node_modules/glob-parent": { 3675 "version": "5.1.2", 3676 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", 3677 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", 3678 "license": "ISC", 3679 "dependencies": { 3680 "is-glob": "^4.0.1" 3681 }, 3682 "engines": { 3683 "node": ">= 6" 3684 } 3685 }, 3686 "node_modules/graceful-fs": { 3687 "version": "4.2.11", 3688 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", 3689 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", 3690 "license": "ISC" 3691 }, 3692 "node_modules/h3": { 3693 "version": "1.15.3", 3694 "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.3.tgz", 3695 "integrity": "sha512-z6GknHqyX0h9aQaTx22VZDf6QyZn+0Nh+Ym8O/u0SGSkyF5cuTJYKlc8MkzW3Nzf9LE1ivcpmYC3FUGpywhuUQ==", 3696 "license": "MIT", 3697 "dependencies": { 3698 "cookie-es": "^1.2.2", 3699 "crossws": "^0.3.4", 3700 "defu": "^6.1.4", 3701 "destr": "^2.0.5", 3702 "iron-webcrypto": "^1.2.1", 3703 "node-mock-http": "^1.0.0", 3704 "radix3": "^1.1.2", 3705 "ufo": "^1.6.1", 3706 "uncrypto": "^0.1.3" 3707 } 3708 }, 3709 "node_modules/hast-util-from-html": { 3710 "version": "2.0.3", 3711 "resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz", 3712 "integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==", 3713 "license": "MIT", 3714 "dependencies": { 3715 "@types/hast": "^3.0.0", 3716 "devlop": "^1.1.0", 3717 "hast-util-from-parse5": "^8.0.0", 3718 "parse5": "^7.0.0", 3719 "vfile": "^6.0.0", 3720 "vfile-message": "^4.0.0" 3721 }, 3722 "funding": { 3723 "type": "opencollective", 3724 "url": "https://opencollective.com/unified" 3725 } 3726 }, 3727 "node_modules/hast-util-from-parse5": { 3728 "version": "8.0.1", 3729 "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.1.tgz", 3730 "integrity": "sha512-Er/Iixbc7IEa7r/XLtuG52zoqn/b3Xng/w6aZQ0xGVxzhw5xUFxcRqdPzP6yFi/4HBYRaifaI5fQ1RH8n0ZeOQ==", 3731 "license": "MIT", 3732 "dependencies": { 3733 "@types/hast": "^3.0.0", 3734 "@types/unist": "^3.0.0", 3735 "devlop": "^1.0.0", 3736 "hastscript": "^8.0.0", 3737 "property-information": "^6.0.0", 3738 "vfile": "^6.0.0", 3739 "vfile-location": "^5.0.0", 3740 "web-namespaces": "^2.0.0" 3741 }, 3742 "funding": { 3743 "type": "opencollective", 3744 "url": "https://opencollective.com/unified" 3745 } 3746 }, 3747 "node_modules/hast-util-is-element": { 3748 "version": "3.0.0", 3749 "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz", 3750 "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==", 3751 "license": "MIT", 3752 "dependencies": { 3753 "@types/hast": "^3.0.0" 3754 }, 3755 "funding": { 3756 "type": "opencollective", 3757 "url": "https://opencollective.com/unified" 3758 } 3759 }, 3760 "node_modules/hast-util-parse-selector": { 3761 "version": "4.0.0", 3762 "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz", 3763 "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==", 3764 "license": "MIT", 3765 "dependencies": { 3766 "@types/hast": "^3.0.0" 3767 }, 3768 "funding": { 3769 "type": "opencollective", 3770 "url": "https://opencollective.com/unified" 3771 } 3772 }, 3773 "node_modules/hast-util-raw": { 3774 "version": "9.1.0", 3775 "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.1.0.tgz", 3776 "integrity": "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==", 3777 "license": "MIT", 3778 "dependencies": { 3779 "@types/hast": "^3.0.0", 3780 "@types/unist": "^3.0.0", 3781 "@ungap/structured-clone": "^1.0.0", 3782 "hast-util-from-parse5": "^8.0.0", 3783 "hast-util-to-parse5": "^8.0.0", 3784 "html-void-elements": "^3.0.0", 3785 "mdast-util-to-hast": "^13.0.0", 3786 "parse5": "^7.0.0", 3787 "unist-util-position": "^5.0.0", 3788 "unist-util-visit": "^5.0.0", 3789 "vfile": "^6.0.0", 3790 "web-namespaces": "^2.0.0", 3791 "zwitch": "^2.0.0" 3792 }, 3793 "funding": { 3794 "type": "opencollective", 3795 "url": "https://opencollective.com/unified" 3796 } 3797 }, 3798 "node_modules/hast-util-to-html": { 3799 "version": "9.0.5", 3800 "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz", 3801 "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==", 3802 "license": "MIT", 3803 "dependencies": { 3804 "@types/hast": "^3.0.0", 3805 "@types/unist": "^3.0.0", 3806 "ccount": "^2.0.0", 3807 "comma-separated-tokens": "^2.0.0", 3808 "hast-util-whitespace": "^3.0.0", 3809 "html-void-elements": "^3.0.0", 3810 "mdast-util-to-hast": "^13.0.0", 3811 "property-information": "^7.0.0", 3812 "space-separated-tokens": "^2.0.0", 3813 "stringify-entities": "^4.0.0", 3814 "zwitch": "^2.0.4" 3815 }, 3816 "funding": { 3817 "type": "opencollective", 3818 "url": "https://opencollective.com/unified" 3819 } 3820 }, 3821 "node_modules/hast-util-to-html/node_modules/property-information": { 3822 "version": "7.1.0", 3823 "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz", 3824 "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==", 3825 "license": "MIT", 3826 "funding": { 3827 "type": "github", 3828 "url": "https://github.com/sponsors/wooorm" 3829 } 3830 }, 3831 "node_modules/hast-util-to-parse5": { 3832 "version": "8.0.0", 3833 "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz", 3834 "integrity": "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==", 3835 "license": "MIT", 3836 "dependencies": { 3837 "@types/hast": "^3.0.0", 3838 "comma-separated-tokens": "^2.0.0", 3839 "devlop": "^1.0.0", 3840 "property-information": "^6.0.0", 3841 "space-separated-tokens": "^2.0.0", 3842 "web-namespaces": "^2.0.0", 3843 "zwitch": "^2.0.0" 3844 }, 3845 "funding": { 3846 "type": "opencollective", 3847 "url": "https://opencollective.com/unified" 3848 } 3849 }, 3850 "node_modules/hast-util-to-text": { 3851 "version": "4.0.2", 3852 "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz", 3853 "integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==", 3854 "license": "MIT", 3855 "dependencies": { 3856 "@types/hast": "^3.0.0", 3857 "@types/unist": "^3.0.0", 3858 "hast-util-is-element": "^3.0.0", 3859 "unist-util-find-after": "^5.0.0" 3860 }, 3861 "funding": { 3862 "type": "opencollective", 3863 "url": "https://opencollective.com/unified" 3864 } 3865 }, 3866 "node_modules/hast-util-whitespace": { 3867 "version": "3.0.0", 3868 "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", 3869 "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", 3870 "license": "MIT", 3871 "dependencies": { 3872 "@types/hast": "^3.0.0" 3873 }, 3874 "funding": { 3875 "type": "opencollective", 3876 "url": "https://opencollective.com/unified" 3877 } 3878 }, 3879 "node_modules/hastscript": { 3880 "version": "8.0.0", 3881 "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-8.0.0.tgz", 3882 "integrity": "sha512-dMOtzCEd3ABUeSIISmrETiKuyydk1w0pa+gE/uormcTpSYuaNJPbX1NU3JLyscSLjwAQM8bWMhhIlnCqnRvDTw==", 3883 "license": "MIT", 3884 "dependencies": { 3885 "@types/hast": "^3.0.0", 3886 "comma-separated-tokens": "^2.0.0", 3887 "hast-util-parse-selector": "^4.0.0", 3888 "property-information": "^6.0.0", 3889 "space-separated-tokens": "^2.0.0" 3890 }, 3891 "funding": { 3892 "type": "opencollective", 3893 "url": "https://opencollective.com/unified" 3894 } 3895 }, 3896 "node_modules/html-escaper": { 3897 "version": "3.0.3", 3898 "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz", 3899 "integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==", 3900 "license": "MIT" 3901 }, 3902 "node_modules/html-void-elements": { 3903 "version": "3.0.0", 3904 "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz", 3905 "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==", 3906 "license": "MIT", 3907 "funding": { 3908 "type": "github", 3909 "url": "https://github.com/sponsors/wooorm" 3910 } 3911 }, 3912 "node_modules/htmlparser2": { 3913 "version": "9.1.0", 3914 "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-9.1.0.tgz", 3915 "integrity": "sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==", 3916 "funding": [ 3917 "https://github.com/fb55/htmlparser2?sponsor=1", 3918 { 3919 "type": "github", 3920 "url": "https://github.com/sponsors/fb55" 3921 } 3922 ], 3923 "license": "MIT", 3924 "dependencies": { 3925 "domelementtype": "^2.3.0", 3926 "domhandler": "^5.0.3", 3927 "domutils": "^3.1.0", 3928 "entities": "^4.5.0" 3929 } 3930 }, 3931 "node_modules/http-cache-semantics": { 3932 "version": "4.1.1", 3933 "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", 3934 "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", 3935 "license": "BSD-2-Clause" 3936 }, 3937 "node_modules/iconv-lite": { 3938 "version": "0.6.3", 3939 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", 3940 "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", 3941 "license": "MIT", 3942 "dependencies": { 3943 "safer-buffer": ">= 2.1.2 < 3.0.0" 3944 }, 3945 "engines": { 3946 "node": ">=0.10.0" 3947 } 3948 }, 3949 "node_modules/import-meta-resolve": { 3950 "version": "4.1.0", 3951 "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz", 3952 "integrity": "sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==", 3953 "license": "MIT", 3954 "funding": { 3955 "type": "github", 3956 "url": "https://github.com/sponsors/wooorm" 3957 } 3958 }, 3959 "node_modules/iron-webcrypto": { 3960 "version": "1.2.1", 3961 "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz", 3962 "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==", 3963 "license": "MIT", 3964 "funding": { 3965 "url": "https://github.com/sponsors/brc-dd" 3966 } 3967 }, 3968 "node_modules/is-arrayish": { 3969 "version": "0.3.2", 3970 "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", 3971 "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==", 3972 "license": "MIT", 3973 "optional": true 3974 }, 3975 "node_modules/is-docker": { 3976 "version": "3.0.0", 3977 "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", 3978 "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", 3979 "license": "MIT", 3980 "bin": { 3981 "is-docker": "cli.js" 3982 }, 3983 "engines": { 3984 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 3985 }, 3986 "funding": { 3987 "url": "https://github.com/sponsors/sindresorhus" 3988 } 3989 }, 3990 "node_modules/is-extglob": { 3991 "version": "2.1.1", 3992 "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", 3993 "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", 3994 "license": "MIT", 3995 "engines": { 3996 "node": ">=0.10.0" 3997 } 3998 }, 3999 "node_modules/is-fullwidth-code-point": { 4000 "version": "3.0.0", 4001 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", 4002 "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", 4003 "license": "MIT", 4004 "engines": { 4005 "node": ">=8" 4006 } 4007 }, 4008 "node_modules/is-glob": { 4009 "version": "4.0.3", 4010 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", 4011 "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", 4012 "license": "MIT", 4013 "dependencies": { 4014 "is-extglob": "^2.1.1" 4015 }, 4016 "engines": { 4017 "node": ">=0.10.0" 4018 } 4019 }, 4020 "node_modules/is-inside-container": { 4021 "version": "1.0.0", 4022 "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", 4023 "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", 4024 "license": "MIT", 4025 "dependencies": { 4026 "is-docker": "^3.0.0" 4027 }, 4028 "bin": { 4029 "is-inside-container": "cli.js" 4030 }, 4031 "engines": { 4032 "node": ">=14.16" 4033 }, 4034 "funding": { 4035 "url": "https://github.com/sponsors/sindresorhus" 4036 } 4037 }, 4038 "node_modules/is-number": { 4039 "version": "7.0.0", 4040 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", 4041 "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", 4042 "license": "MIT", 4043 "engines": { 4044 "node": ">=0.12.0" 4045 } 4046 }, 4047 "node_modules/is-plain-obj": { 4048 "version": "4.1.0", 4049 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", 4050 "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", 4051 "license": "MIT", 4052 "engines": { 4053 "node": ">=12" 4054 }, 4055 "funding": { 4056 "url": "https://github.com/sponsors/sindresorhus" 4057 } 4058 }, 4059 "node_modules/is-wsl": { 4060 "version": "3.1.0", 4061 "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz", 4062 "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==", 4063 "license": "MIT", 4064 "dependencies": { 4065 "is-inside-container": "^1.0.0" 4066 }, 4067 "engines": { 4068 "node": ">=16" 4069 }, 4070 "funding": { 4071 "url": "https://github.com/sponsors/sindresorhus" 4072 } 4073 }, 4074 "node_modules/jiti": { 4075 "version": "2.4.2", 4076 "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.4.2.tgz", 4077 "integrity": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==", 4078 "license": "MIT", 4079 "bin": { 4080 "jiti": "lib/jiti-cli.mjs" 4081 } 4082 }, 4083 "node_modules/js-yaml": { 4084 "version": "4.1.0", 4085 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", 4086 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", 4087 "license": "MIT", 4088 "dependencies": { 4089 "argparse": "^2.0.1" 4090 }, 4091 "bin": { 4092 "js-yaml": "bin/js-yaml.js" 4093 } 4094 }, 4095 "node_modules/json-schema-traverse": { 4096 "version": "1.0.0", 4097 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", 4098 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", 4099 "license": "MIT" 4100 }, 4101 "node_modules/jsonc-parser": { 4102 "version": "2.3.1", 4103 "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-2.3.1.tgz", 4104 "integrity": "sha512-H8jvkz1O50L3dMZCsLqiuB2tA7muqbSg1AtGEkN0leAqGjsUzDJir3Zwr02BhqdcITPg3ei3mZ+HjMocAknhhg==", 4105 "license": "MIT" 4106 }, 4107 "node_modules/kleur": { 4108 "version": "4.1.5", 4109 "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz", 4110 "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==", 4111 "license": "MIT", 4112 "engines": { 4113 "node": ">=6" 4114 } 4115 }, 4116 "node_modules/kolorist": { 4117 "version": "1.8.0", 4118 "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz", 4119 "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==", 4120 "license": "MIT" 4121 }, 4122 "node_modules/lightningcss": { 4123 "version": "1.30.1", 4124 "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.1.tgz", 4125 "integrity": "sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==", 4126 "license": "MPL-2.0", 4127 "dependencies": { 4128 "detect-libc": "^2.0.3" 4129 }, 4130 "engines": { 4131 "node": ">= 12.0.0" 4132 }, 4133 "funding": { 4134 "type": "opencollective", 4135 "url": "https://opencollective.com/parcel" 4136 }, 4137 "optionalDependencies": { 4138 "lightningcss-darwin-arm64": "1.30.1", 4139 "lightningcss-darwin-x64": "1.30.1", 4140 "lightningcss-freebsd-x64": "1.30.1", 4141 "lightningcss-linux-arm-gnueabihf": "1.30.1", 4142 "lightningcss-linux-arm64-gnu": "1.30.1", 4143 "lightningcss-linux-arm64-musl": "1.30.1", 4144 "lightningcss-linux-x64-gnu": "1.30.1", 4145 "lightningcss-linux-x64-musl": "1.30.1", 4146 "lightningcss-win32-arm64-msvc": "1.30.1", 4147 "lightningcss-win32-x64-msvc": "1.30.1" 4148 } 4149 }, 4150 "node_modules/lightningcss-darwin-arm64": { 4151 "version": "1.30.1", 4152 "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.1.tgz", 4153 "integrity": "sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==", 4154 "cpu": [ 4155 "arm64" 4156 ], 4157 "license": "MPL-2.0", 4158 "optional": true, 4159 "os": [ 4160 "darwin" 4161 ], 4162 "engines": { 4163 "node": ">= 12.0.0" 4164 }, 4165 "funding": { 4166 "type": "opencollective", 4167 "url": "https://opencollective.com/parcel" 4168 } 4169 }, 4170 "node_modules/lightningcss-darwin-x64": { 4171 "version": "1.30.1", 4172 "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.1.tgz", 4173 "integrity": "sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==", 4174 "cpu": [ 4175 "x64" 4176 ], 4177 "license": "MPL-2.0", 4178 "optional": true, 4179 "os": [ 4180 "darwin" 4181 ], 4182 "engines": { 4183 "node": ">= 12.0.0" 4184 }, 4185 "funding": { 4186 "type": "opencollective", 4187 "url": "https://opencollective.com/parcel" 4188 } 4189 }, 4190 "node_modules/lightningcss-freebsd-x64": { 4191 "version": "1.30.1", 4192 "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.1.tgz", 4193 "integrity": "sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==", 4194 "cpu": [ 4195 "x64" 4196 ], 4197 "license": "MPL-2.0", 4198 "optional": true, 4199 "os": [ 4200 "freebsd" 4201 ], 4202 "engines": { 4203 "node": ">= 12.0.0" 4204 }, 4205 "funding": { 4206 "type": "opencollective", 4207 "url": "https://opencollective.com/parcel" 4208 } 4209 }, 4210 "node_modules/lightningcss-linux-arm-gnueabihf": { 4211 "version": "1.30.1", 4212 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.1.tgz", 4213 "integrity": "sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==", 4214 "cpu": [ 4215 "arm" 4216 ], 4217 "license": "MPL-2.0", 4218 "optional": true, 4219 "os": [ 4220 "linux" 4221 ], 4222 "engines": { 4223 "node": ">= 12.0.0" 4224 }, 4225 "funding": { 4226 "type": "opencollective", 4227 "url": "https://opencollective.com/parcel" 4228 } 4229 }, 4230 "node_modules/lightningcss-linux-arm64-gnu": { 4231 "version": "1.30.1", 4232 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.1.tgz", 4233 "integrity": "sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==", 4234 "cpu": [ 4235 "arm64" 4236 ], 4237 "license": "MPL-2.0", 4238 "optional": true, 4239 "os": [ 4240 "linux" 4241 ], 4242 "engines": { 4243 "node": ">= 12.0.0" 4244 }, 4245 "funding": { 4246 "type": "opencollective", 4247 "url": "https://opencollective.com/parcel" 4248 } 4249 }, 4250 "node_modules/lightningcss-linux-arm64-musl": { 4251 "version": "1.30.1", 4252 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.1.tgz", 4253 "integrity": "sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==", 4254 "cpu": [ 4255 "arm64" 4256 ], 4257 "license": "MPL-2.0", 4258 "optional": true, 4259 "os": [ 4260 "linux" 4261 ], 4262 "engines": { 4263 "node": ">= 12.0.0" 4264 }, 4265 "funding": { 4266 "type": "opencollective", 4267 "url": "https://opencollective.com/parcel" 4268 } 4269 }, 4270 "node_modules/lightningcss-linux-x64-gnu": { 4271 "version": "1.30.1", 4272 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.1.tgz", 4273 "integrity": "sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==", 4274 "cpu": [ 4275 "x64" 4276 ], 4277 "license": "MPL-2.0", 4278 "optional": true, 4279 "os": [ 4280 "linux" 4281 ], 4282 "engines": { 4283 "node": ">= 12.0.0" 4284 }, 4285 "funding": { 4286 "type": "opencollective", 4287 "url": "https://opencollective.com/parcel" 4288 } 4289 }, 4290 "node_modules/lightningcss-linux-x64-musl": { 4291 "version": "1.30.1", 4292 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.1.tgz", 4293 "integrity": "sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==", 4294 "cpu": [ 4295 "x64" 4296 ], 4297 "license": "MPL-2.0", 4298 "optional": true, 4299 "os": [ 4300 "linux" 4301 ], 4302 "engines": { 4303 "node": ">= 12.0.0" 4304 }, 4305 "funding": { 4306 "type": "opencollective", 4307 "url": "https://opencollective.com/parcel" 4308 } 4309 }, 4310 "node_modules/lightningcss-win32-arm64-msvc": { 4311 "version": "1.30.1", 4312 "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.1.tgz", 4313 "integrity": "sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==", 4314 "cpu": [ 4315 "arm64" 4316 ], 4317 "license": "MPL-2.0", 4318 "optional": true, 4319 "os": [ 4320 "win32" 4321 ], 4322 "engines": { 4323 "node": ">= 12.0.0" 4324 }, 4325 "funding": { 4326 "type": "opencollective", 4327 "url": "https://opencollective.com/parcel" 4328 } 4329 }, 4330 "node_modules/lightningcss-win32-x64-msvc": { 4331 "version": "1.30.1", 4332 "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.1.tgz", 4333 "integrity": "sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==", 4334 "cpu": [ 4335 "x64" 4336 ], 4337 "license": "MPL-2.0", 4338 "optional": true, 4339 "os": [ 4340 "win32" 4341 ], 4342 "engines": { 4343 "node": ">= 12.0.0" 4344 }, 4345 "funding": { 4346 "type": "opencollective", 4347 "url": "https://opencollective.com/parcel" 4348 } 4349 }, 4350 "node_modules/local-pkg": { 4351 "version": "0.5.0", 4352 "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.5.0.tgz", 4353 "integrity": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==", 4354 "license": "MIT", 4355 "dependencies": { 4356 "mlly": "^1.4.2", 4357 "pkg-types": "^1.0.3" 4358 }, 4359 "engines": { 4360 "node": ">=14" 4361 }, 4362 "funding": { 4363 "url": "https://github.com/sponsors/antfu" 4364 } 4365 }, 4366 "node_modules/lodash": { 4367 "version": "4.17.21", 4368 "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", 4369 "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", 4370 "license": "MIT" 4371 }, 4372 "node_modules/longest-streak": { 4373 "version": "3.1.0", 4374 "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", 4375 "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", 4376 "license": "MIT", 4377 "funding": { 4378 "type": "github", 4379 "url": "https://github.com/sponsors/wooorm" 4380 } 4381 }, 4382 "node_modules/lru-cache": { 4383 "version": "10.4.3", 4384 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", 4385 "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", 4386 "license": "ISC" 4387 }, 4388 "node_modules/magic-string": { 4389 "version": "0.30.17", 4390 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz", 4391 "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==", 4392 "license": "MIT", 4393 "dependencies": { 4394 "@jridgewell/sourcemap-codec": "^1.5.0" 4395 } 4396 }, 4397 "node_modules/magicast": { 4398 "version": "0.3.5", 4399 "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.5.tgz", 4400 "integrity": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==", 4401 "license": "MIT", 4402 "dependencies": { 4403 "@babel/parser": "^7.25.4", 4404 "@babel/types": "^7.25.4", 4405 "source-map-js": "^1.2.0" 4406 } 4407 }, 4408 "node_modules/markdown-table": { 4409 "version": "3.0.4", 4410 "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz", 4411 "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==", 4412 "license": "MIT", 4413 "funding": { 4414 "type": "github", 4415 "url": "https://github.com/sponsors/wooorm" 4416 } 4417 }, 4418 "node_modules/mdast-util-definitions": { 4419 "version": "6.0.0", 4420 "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-6.0.0.tgz", 4421 "integrity": "sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ==", 4422 "license": "MIT", 4423 "dependencies": { 4424 "@types/mdast": "^4.0.0", 4425 "@types/unist": "^3.0.0", 4426 "unist-util-visit": "^5.0.0" 4427 }, 4428 "funding": { 4429 "type": "opencollective", 4430 "url": "https://opencollective.com/unified" 4431 } 4432 }, 4433 "node_modules/mdast-util-find-and-replace": { 4434 "version": "3.0.2", 4435 "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", 4436 "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==", 4437 "license": "MIT", 4438 "dependencies": { 4439 "@types/mdast": "^4.0.0", 4440 "escape-string-regexp": "^5.0.0", 4441 "unist-util-is": "^6.0.0", 4442 "unist-util-visit-parents": "^6.0.0" 4443 }, 4444 "funding": { 4445 "type": "opencollective", 4446 "url": "https://opencollective.com/unified" 4447 } 4448 }, 4449 "node_modules/mdast-util-from-markdown": { 4450 "version": "2.0.2", 4451 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz", 4452 "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==", 4453 "license": "MIT", 4454 "dependencies": { 4455 "@types/mdast": "^4.0.0", 4456 "@types/unist": "^3.0.0", 4457 "decode-named-character-reference": "^1.0.0", 4458 "devlop": "^1.0.0", 4459 "mdast-util-to-string": "^4.0.0", 4460 "micromark": "^4.0.0", 4461 "micromark-util-decode-numeric-character-reference": "^2.0.0", 4462 "micromark-util-decode-string": "^2.0.0", 4463 "micromark-util-normalize-identifier": "^2.0.0", 4464 "micromark-util-symbol": "^2.0.0", 4465 "micromark-util-types": "^2.0.0", 4466 "unist-util-stringify-position": "^4.0.0" 4467 }, 4468 "funding": { 4469 "type": "opencollective", 4470 "url": "https://opencollective.com/unified" 4471 } 4472 }, 4473 "node_modules/mdast-util-gfm": { 4474 "version": "3.1.0", 4475 "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz", 4476 "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==", 4477 "license": "MIT", 4478 "dependencies": { 4479 "mdast-util-from-markdown": "^2.0.0", 4480 "mdast-util-gfm-autolink-literal": "^2.0.0", 4481 "mdast-util-gfm-footnote": "^2.0.0", 4482 "mdast-util-gfm-strikethrough": "^2.0.0", 4483 "mdast-util-gfm-table": "^2.0.0", 4484 "mdast-util-gfm-task-list-item": "^2.0.0", 4485 "mdast-util-to-markdown": "^2.0.0" 4486 }, 4487 "funding": { 4488 "type": "opencollective", 4489 "url": "https://opencollective.com/unified" 4490 } 4491 }, 4492 "node_modules/mdast-util-gfm-autolink-literal": { 4493 "version": "2.0.1", 4494 "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz", 4495 "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==", 4496 "license": "MIT", 4497 "dependencies": { 4498 "@types/mdast": "^4.0.0", 4499 "ccount": "^2.0.0", 4500 "devlop": "^1.0.0", 4501 "mdast-util-find-and-replace": "^3.0.0", 4502 "micromark-util-character": "^2.0.0" 4503 }, 4504 "funding": { 4505 "type": "opencollective", 4506 "url": "https://opencollective.com/unified" 4507 } 4508 }, 4509 "node_modules/mdast-util-gfm-footnote": { 4510 "version": "2.1.0", 4511 "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz", 4512 "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==", 4513 "license": "MIT", 4514 "dependencies": { 4515 "@types/mdast": "^4.0.0", 4516 "devlop": "^1.1.0", 4517 "mdast-util-from-markdown": "^2.0.0", 4518 "mdast-util-to-markdown": "^2.0.0", 4519 "micromark-util-normalize-identifier": "^2.0.0" 4520 }, 4521 "funding": { 4522 "type": "opencollective", 4523 "url": "https://opencollective.com/unified" 4524 } 4525 }, 4526 "node_modules/mdast-util-gfm-strikethrough": { 4527 "version": "2.0.0", 4528 "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", 4529 "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", 4530 "license": "MIT", 4531 "dependencies": { 4532 "@types/mdast": "^4.0.0", 4533 "mdast-util-from-markdown": "^2.0.0", 4534 "mdast-util-to-markdown": "^2.0.0" 4535 }, 4536 "funding": { 4537 "type": "opencollective", 4538 "url": "https://opencollective.com/unified" 4539 } 4540 }, 4541 "node_modules/mdast-util-gfm-table": { 4542 "version": "2.0.0", 4543 "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", 4544 "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", 4545 "license": "MIT", 4546 "dependencies": { 4547 "@types/mdast": "^4.0.0", 4548 "devlop": "^1.0.0", 4549 "markdown-table": "^3.0.0", 4550 "mdast-util-from-markdown": "^2.0.0", 4551 "mdast-util-to-markdown": "^2.0.0" 4552 }, 4553 "funding": { 4554 "type": "opencollective", 4555 "url": "https://opencollective.com/unified" 4556 } 4557 }, 4558 "node_modules/mdast-util-gfm-task-list-item": { 4559 "version": "2.0.0", 4560 "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", 4561 "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", 4562 "license": "MIT", 4563 "dependencies": { 4564 "@types/mdast": "^4.0.0", 4565 "devlop": "^1.0.0", 4566 "mdast-util-from-markdown": "^2.0.0", 4567 "mdast-util-to-markdown": "^2.0.0" 4568 }, 4569 "funding": { 4570 "type": "opencollective", 4571 "url": "https://opencollective.com/unified" 4572 } 4573 }, 4574 "node_modules/mdast-util-phrasing": { 4575 "version": "4.1.0", 4576 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", 4577 "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", 4578 "license": "MIT", 4579 "dependencies": { 4580 "@types/mdast": "^4.0.0", 4581 "unist-util-is": "^6.0.0" 4582 }, 4583 "funding": { 4584 "type": "opencollective", 4585 "url": "https://opencollective.com/unified" 4586 } 4587 }, 4588 "node_modules/mdast-util-to-hast": { 4589 "version": "13.2.0", 4590 "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz", 4591 "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==", 4592 "license": "MIT", 4593 "dependencies": { 4594 "@types/hast": "^3.0.0", 4595 "@types/mdast": "^4.0.0", 4596 "@ungap/structured-clone": "^1.0.0", 4597 "devlop": "^1.0.0", 4598 "micromark-util-sanitize-uri": "^2.0.0", 4599 "trim-lines": "^3.0.0", 4600 "unist-util-position": "^5.0.0", 4601 "unist-util-visit": "^5.0.0", 4602 "vfile": "^6.0.0" 4603 }, 4604 "funding": { 4605 "type": "opencollective", 4606 "url": "https://opencollective.com/unified" 4607 } 4608 }, 4609 "node_modules/mdast-util-to-markdown": { 4610 "version": "2.1.2", 4611 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", 4612 "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", 4613 "license": "MIT", 4614 "dependencies": { 4615 "@types/mdast": "^4.0.0", 4616 "@types/unist": "^3.0.0", 4617 "longest-streak": "^3.0.0", 4618 "mdast-util-phrasing": "^4.0.0", 4619 "mdast-util-to-string": "^4.0.0", 4620 "micromark-util-classify-character": "^2.0.0", 4621 "micromark-util-decode-string": "^2.0.0", 4622 "unist-util-visit": "^5.0.0", 4623 "zwitch": "^2.0.0" 4624 }, 4625 "funding": { 4626 "type": "opencollective", 4627 "url": "https://opencollective.com/unified" 4628 } 4629 }, 4630 "node_modules/mdast-util-to-string": { 4631 "version": "4.0.0", 4632 "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", 4633 "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", 4634 "license": "MIT", 4635 "dependencies": { 4636 "@types/mdast": "^4.0.0" 4637 }, 4638 "funding": { 4639 "type": "opencollective", 4640 "url": "https://opencollective.com/unified" 4641 } 4642 }, 4643 "node_modules/mdn-data": { 4644 "version": "2.0.30", 4645 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", 4646 "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==", 4647 "license": "CC0-1.0" 4648 }, 4649 "node_modules/merge2": { 4650 "version": "1.4.1", 4651 "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", 4652 "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", 4653 "license": "MIT", 4654 "engines": { 4655 "node": ">= 8" 4656 } 4657 }, 4658 "node_modules/micromark": { 4659 "version": "4.0.2", 4660 "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz", 4661 "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==", 4662 "funding": [ 4663 { 4664 "type": "GitHub Sponsors", 4665 "url": "https://github.com/sponsors/unifiedjs" 4666 }, 4667 { 4668 "type": "OpenCollective", 4669 "url": "https://opencollective.com/unified" 4670 } 4671 ], 4672 "license": "MIT", 4673 "dependencies": { 4674 "@types/debug": "^4.0.0", 4675 "debug": "^4.0.0", 4676 "decode-named-character-reference": "^1.0.0", 4677 "devlop": "^1.0.0", 4678 "micromark-core-commonmark": "^2.0.0", 4679 "micromark-factory-space": "^2.0.0", 4680 "micromark-util-character": "^2.0.0", 4681 "micromark-util-chunked": "^2.0.0", 4682 "micromark-util-combine-extensions": "^2.0.0", 4683 "micromark-util-decode-numeric-character-reference": "^2.0.0", 4684 "micromark-util-encode": "^2.0.0", 4685 "micromark-util-normalize-identifier": "^2.0.0", 4686 "micromark-util-resolve-all": "^2.0.0", 4687 "micromark-util-sanitize-uri": "^2.0.0", 4688 "micromark-util-subtokenize": "^2.0.0", 4689 "micromark-util-symbol": "^2.0.0", 4690 "micromark-util-types": "^2.0.0" 4691 } 4692 }, 4693 "node_modules/micromark-core-commonmark": { 4694 "version": "2.0.3", 4695 "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz", 4696 "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==", 4697 "funding": [ 4698 { 4699 "type": "GitHub Sponsors", 4700 "url": "https://github.com/sponsors/unifiedjs" 4701 }, 4702 { 4703 "type": "OpenCollective", 4704 "url": "https://opencollective.com/unified" 4705 } 4706 ], 4707 "license": "MIT", 4708 "dependencies": { 4709 "decode-named-character-reference": "^1.0.0", 4710 "devlop": "^1.0.0", 4711 "micromark-factory-destination": "^2.0.0", 4712 "micromark-factory-label": "^2.0.0", 4713 "micromark-factory-space": "^2.0.0", 4714 "micromark-factory-title": "^2.0.0", 4715 "micromark-factory-whitespace": "^2.0.0", 4716 "micromark-util-character": "^2.0.0", 4717 "micromark-util-chunked": "^2.0.0", 4718 "micromark-util-classify-character": "^2.0.0", 4719 "micromark-util-html-tag-name": "^2.0.0", 4720 "micromark-util-normalize-identifier": "^2.0.0", 4721 "micromark-util-resolve-all": "^2.0.0", 4722 "micromark-util-subtokenize": "^2.0.0", 4723 "micromark-util-symbol": "^2.0.0", 4724 "micromark-util-types": "^2.0.0" 4725 } 4726 }, 4727 "node_modules/micromark-extension-gfm": { 4728 "version": "3.0.0", 4729 "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", 4730 "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", 4731 "license": "MIT", 4732 "dependencies": { 4733 "micromark-extension-gfm-autolink-literal": "^2.0.0", 4734 "micromark-extension-gfm-footnote": "^2.0.0", 4735 "micromark-extension-gfm-strikethrough": "^2.0.0", 4736 "micromark-extension-gfm-table": "^2.0.0", 4737 "micromark-extension-gfm-tagfilter": "^2.0.0", 4738 "micromark-extension-gfm-task-list-item": "^2.0.0", 4739 "micromark-util-combine-extensions": "^2.0.0", 4740 "micromark-util-types": "^2.0.0" 4741 }, 4742 "funding": { 4743 "type": "opencollective", 4744 "url": "https://opencollective.com/unified" 4745 } 4746 }, 4747 "node_modules/micromark-extension-gfm-autolink-literal": { 4748 "version": "2.1.0", 4749 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", 4750 "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==", 4751 "license": "MIT", 4752 "dependencies": { 4753 "micromark-util-character": "^2.0.0", 4754 "micromark-util-sanitize-uri": "^2.0.0", 4755 "micromark-util-symbol": "^2.0.0", 4756 "micromark-util-types": "^2.0.0" 4757 }, 4758 "funding": { 4759 "type": "opencollective", 4760 "url": "https://opencollective.com/unified" 4761 } 4762 }, 4763 "node_modules/micromark-extension-gfm-footnote": { 4764 "version": "2.1.0", 4765 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz", 4766 "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==", 4767 "license": "MIT", 4768 "dependencies": { 4769 "devlop": "^1.0.0", 4770 "micromark-core-commonmark": "^2.0.0", 4771 "micromark-factory-space": "^2.0.0", 4772 "micromark-util-character": "^2.0.0", 4773 "micromark-util-normalize-identifier": "^2.0.0", 4774 "micromark-util-sanitize-uri": "^2.0.0", 4775 "micromark-util-symbol": "^2.0.0", 4776 "micromark-util-types": "^2.0.0" 4777 }, 4778 "funding": { 4779 "type": "opencollective", 4780 "url": "https://opencollective.com/unified" 4781 } 4782 }, 4783 "node_modules/micromark-extension-gfm-strikethrough": { 4784 "version": "2.1.0", 4785 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz", 4786 "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==", 4787 "license": "MIT", 4788 "dependencies": { 4789 "devlop": "^1.0.0", 4790 "micromark-util-chunked": "^2.0.0", 4791 "micromark-util-classify-character": "^2.0.0", 4792 "micromark-util-resolve-all": "^2.0.0", 4793 "micromark-util-symbol": "^2.0.0", 4794 "micromark-util-types": "^2.0.0" 4795 }, 4796 "funding": { 4797 "type": "opencollective", 4798 "url": "https://opencollective.com/unified" 4799 } 4800 }, 4801 "node_modules/micromark-extension-gfm-table": { 4802 "version": "2.1.1", 4803 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz", 4804 "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==", 4805 "license": "MIT", 4806 "dependencies": { 4807 "devlop": "^1.0.0", 4808 "micromark-factory-space": "^2.0.0", 4809 "micromark-util-character": "^2.0.0", 4810 "micromark-util-symbol": "^2.0.0", 4811 "micromark-util-types": "^2.0.0" 4812 }, 4813 "funding": { 4814 "type": "opencollective", 4815 "url": "https://opencollective.com/unified" 4816 } 4817 }, 4818 "node_modules/micromark-extension-gfm-tagfilter": { 4819 "version": "2.0.0", 4820 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", 4821 "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", 4822 "license": "MIT", 4823 "dependencies": { 4824 "micromark-util-types": "^2.0.0" 4825 }, 4826 "funding": { 4827 "type": "opencollective", 4828 "url": "https://opencollective.com/unified" 4829 } 4830 }, 4831 "node_modules/micromark-extension-gfm-task-list-item": { 4832 "version": "2.1.0", 4833 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz", 4834 "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==", 4835 "license": "MIT", 4836 "dependencies": { 4837 "devlop": "^1.0.0", 4838 "micromark-factory-space": "^2.0.0", 4839 "micromark-util-character": "^2.0.0", 4840 "micromark-util-symbol": "^2.0.0", 4841 "micromark-util-types": "^2.0.0" 4842 }, 4843 "funding": { 4844 "type": "opencollective", 4845 "url": "https://opencollective.com/unified" 4846 } 4847 }, 4848 "node_modules/micromark-factory-destination": { 4849 "version": "2.0.1", 4850 "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", 4851 "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==", 4852 "funding": [ 4853 { 4854 "type": "GitHub Sponsors", 4855 "url": "https://github.com/sponsors/unifiedjs" 4856 }, 4857 { 4858 "type": "OpenCollective", 4859 "url": "https://opencollective.com/unified" 4860 } 4861 ], 4862 "license": "MIT", 4863 "dependencies": { 4864 "micromark-util-character": "^2.0.0", 4865 "micromark-util-symbol": "^2.0.0", 4866 "micromark-util-types": "^2.0.0" 4867 } 4868 }, 4869 "node_modules/micromark-factory-label": { 4870 "version": "2.0.1", 4871 "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz", 4872 "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==", 4873 "funding": [ 4874 { 4875 "type": "GitHub Sponsors", 4876 "url": "https://github.com/sponsors/unifiedjs" 4877 }, 4878 { 4879 "type": "OpenCollective", 4880 "url": "https://opencollective.com/unified" 4881 } 4882 ], 4883 "license": "MIT", 4884 "dependencies": { 4885 "devlop": "^1.0.0", 4886 "micromark-util-character": "^2.0.0", 4887 "micromark-util-symbol": "^2.0.0", 4888 "micromark-util-types": "^2.0.0" 4889 } 4890 }, 4891 "node_modules/micromark-factory-space": { 4892 "version": "2.0.1", 4893 "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", 4894 "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", 4895 "funding": [ 4896 { 4897 "type": "GitHub Sponsors", 4898 "url": "https://github.com/sponsors/unifiedjs" 4899 }, 4900 { 4901 "type": "OpenCollective", 4902 "url": "https://opencollective.com/unified" 4903 } 4904 ], 4905 "license": "MIT", 4906 "dependencies": { 4907 "micromark-util-character": "^2.0.0", 4908 "micromark-util-types": "^2.0.0" 4909 } 4910 }, 4911 "node_modules/micromark-factory-title": { 4912 "version": "2.0.1", 4913 "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz", 4914 "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==", 4915 "funding": [ 4916 { 4917 "type": "GitHub Sponsors", 4918 "url": "https://github.com/sponsors/unifiedjs" 4919 }, 4920 { 4921 "type": "OpenCollective", 4922 "url": "https://opencollective.com/unified" 4923 } 4924 ], 4925 "license": "MIT", 4926 "dependencies": { 4927 "micromark-factory-space": "^2.0.0", 4928 "micromark-util-character": "^2.0.0", 4929 "micromark-util-symbol": "^2.0.0", 4930 "micromark-util-types": "^2.0.0" 4931 } 4932 }, 4933 "node_modules/micromark-factory-whitespace": { 4934 "version": "2.0.1", 4935 "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz", 4936 "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==", 4937 "funding": [ 4938 { 4939 "type": "GitHub Sponsors", 4940 "url": "https://github.com/sponsors/unifiedjs" 4941 }, 4942 { 4943 "type": "OpenCollective", 4944 "url": "https://opencollective.com/unified" 4945 } 4946 ], 4947 "license": "MIT", 4948 "dependencies": { 4949 "micromark-factory-space": "^2.0.0", 4950 "micromark-util-character": "^2.0.0", 4951 "micromark-util-symbol": "^2.0.0", 4952 "micromark-util-types": "^2.0.0" 4953 } 4954 }, 4955 "node_modules/micromark-util-character": { 4956 "version": "2.1.0", 4957 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.0.tgz", 4958 "integrity": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==", 4959 "funding": [ 4960 { 4961 "type": "GitHub Sponsors", 4962 "url": "https://github.com/sponsors/unifiedjs" 4963 }, 4964 { 4965 "type": "OpenCollective", 4966 "url": "https://opencollective.com/unified" 4967 } 4968 ], 4969 "license": "MIT", 4970 "dependencies": { 4971 "micromark-util-symbol": "^2.0.0", 4972 "micromark-util-types": "^2.0.0" 4973 } 4974 }, 4975 "node_modules/micromark-util-chunked": { 4976 "version": "2.0.1", 4977 "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz", 4978 "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==", 4979 "funding": [ 4980 { 4981 "type": "GitHub Sponsors", 4982 "url": "https://github.com/sponsors/unifiedjs" 4983 }, 4984 { 4985 "type": "OpenCollective", 4986 "url": "https://opencollective.com/unified" 4987 } 4988 ], 4989 "license": "MIT", 4990 "dependencies": { 4991 "micromark-util-symbol": "^2.0.0" 4992 } 4993 }, 4994 "node_modules/micromark-util-classify-character": { 4995 "version": "2.0.1", 4996 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz", 4997 "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==", 4998 "funding": [ 4999 { 5000 "type": "GitHub Sponsors", 5001 "url": "https://github.com/sponsors/unifiedjs" 5002 }, 5003 { 5004 "type": "OpenCollective", 5005 "url": "https://opencollective.com/unified" 5006 } 5007 ], 5008 "license": "MIT", 5009 "dependencies": { 5010 "micromark-util-character": "^2.0.0", 5011 "micromark-util-symbol": "^2.0.0", 5012 "micromark-util-types": "^2.0.0" 5013 } 5014 }, 5015 "node_modules/micromark-util-combine-extensions": { 5016 "version": "2.0.1", 5017 "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz", 5018 "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==", 5019 "funding": [ 5020 { 5021 "type": "GitHub Sponsors", 5022 "url": "https://github.com/sponsors/unifiedjs" 5023 }, 5024 { 5025 "type": "OpenCollective", 5026 "url": "https://opencollective.com/unified" 5027 } 5028 ], 5029 "license": "MIT", 5030 "dependencies": { 5031 "micromark-util-chunked": "^2.0.0", 5032 "micromark-util-types": "^2.0.0" 5033 } 5034 }, 5035 "node_modules/micromark-util-decode-numeric-character-reference": { 5036 "version": "2.0.2", 5037 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz", 5038 "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==", 5039 "funding": [ 5040 { 5041 "type": "GitHub Sponsors", 5042 "url": "https://github.com/sponsors/unifiedjs" 5043 }, 5044 { 5045 "type": "OpenCollective", 5046 "url": "https://opencollective.com/unified" 5047 } 5048 ], 5049 "license": "MIT", 5050 "dependencies": { 5051 "micromark-util-symbol": "^2.0.0" 5052 } 5053 }, 5054 "node_modules/micromark-util-decode-string": { 5055 "version": "2.0.1", 5056 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz", 5057 "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==", 5058 "funding": [ 5059 { 5060 "type": "GitHub Sponsors", 5061 "url": "https://github.com/sponsors/unifiedjs" 5062 }, 5063 { 5064 "type": "OpenCollective", 5065 "url": "https://opencollective.com/unified" 5066 } 5067 ], 5068 "license": "MIT", 5069 "dependencies": { 5070 "decode-named-character-reference": "^1.0.0", 5071 "micromark-util-character": "^2.0.0", 5072 "micromark-util-decode-numeric-character-reference": "^2.0.0", 5073 "micromark-util-symbol": "^2.0.0" 5074 } 5075 }, 5076 "node_modules/micromark-util-encode": { 5077 "version": "2.0.0", 5078 "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.0.tgz", 5079 "integrity": "sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==", 5080 "funding": [ 5081 { 5082 "type": "GitHub Sponsors", 5083 "url": "https://github.com/sponsors/unifiedjs" 5084 }, 5085 { 5086 "type": "OpenCollective", 5087 "url": "https://opencollective.com/unified" 5088 } 5089 ], 5090 "license": "MIT" 5091 }, 5092 "node_modules/micromark-util-html-tag-name": { 5093 "version": "2.0.1", 5094 "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz", 5095 "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==", 5096 "funding": [ 5097 { 5098 "type": "GitHub Sponsors", 5099 "url": "https://github.com/sponsors/unifiedjs" 5100 }, 5101 { 5102 "type": "OpenCollective", 5103 "url": "https://opencollective.com/unified" 5104 } 5105 ], 5106 "license": "MIT" 5107 }, 5108 "node_modules/micromark-util-normalize-identifier": { 5109 "version": "2.0.1", 5110 "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz", 5111 "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==", 5112 "funding": [ 5113 { 5114 "type": "GitHub Sponsors", 5115 "url": "https://github.com/sponsors/unifiedjs" 5116 }, 5117 { 5118 "type": "OpenCollective", 5119 "url": "https://opencollective.com/unified" 5120 } 5121 ], 5122 "license": "MIT", 5123 "dependencies": { 5124 "micromark-util-symbol": "^2.0.0" 5125 } 5126 }, 5127 "node_modules/micromark-util-resolve-all": { 5128 "version": "2.0.1", 5129 "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz", 5130 "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==", 5131 "funding": [ 5132 { 5133 "type": "GitHub Sponsors", 5134 "url": "https://github.com/sponsors/unifiedjs" 5135 }, 5136 { 5137 "type": "OpenCollective", 5138 "url": "https://opencollective.com/unified" 5139 } 5140 ], 5141 "license": "MIT", 5142 "dependencies": { 5143 "micromark-util-types": "^2.0.0" 5144 } 5145 }, 5146 "node_modules/micromark-util-sanitize-uri": { 5147 "version": "2.0.0", 5148 "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.0.tgz", 5149 "integrity": "sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==", 5150 "funding": [ 5151 { 5152 "type": "GitHub Sponsors", 5153 "url": "https://github.com/sponsors/unifiedjs" 5154 }, 5155 { 5156 "type": "OpenCollective", 5157 "url": "https://opencollective.com/unified" 5158 } 5159 ], 5160 "license": "MIT", 5161 "dependencies": { 5162 "micromark-util-character": "^2.0.0", 5163 "micromark-util-encode": "^2.0.0", 5164 "micromark-util-symbol": "^2.0.0" 5165 } 5166 }, 5167 "node_modules/micromark-util-subtokenize": { 5168 "version": "2.1.0", 5169 "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz", 5170 "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==", 5171 "funding": [ 5172 { 5173 "type": "GitHub Sponsors", 5174 "url": "https://github.com/sponsors/unifiedjs" 5175 }, 5176 { 5177 "type": "OpenCollective", 5178 "url": "https://opencollective.com/unified" 5179 } 5180 ], 5181 "license": "MIT", 5182 "dependencies": { 5183 "devlop": "^1.0.0", 5184 "micromark-util-chunked": "^2.0.0", 5185 "micromark-util-symbol": "^2.0.0", 5186 "micromark-util-types": "^2.0.0" 5187 } 5188 }, 5189 "node_modules/micromark-util-symbol": { 5190 "version": "2.0.0", 5191 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", 5192 "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", 5193 "funding": [ 5194 { 5195 "type": "GitHub Sponsors", 5196 "url": "https://github.com/sponsors/unifiedjs" 5197 }, 5198 { 5199 "type": "OpenCollective", 5200 "url": "https://opencollective.com/unified" 5201 } 5202 ], 5203 "license": "MIT" 5204 }, 5205 "node_modules/micromark-util-types": { 5206 "version": "2.0.0", 5207 "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.0.tgz", 5208 "integrity": "sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==", 5209 "funding": [ 5210 { 5211 "type": "GitHub Sponsors", 5212 "url": "https://github.com/sponsors/unifiedjs" 5213 }, 5214 { 5215 "type": "OpenCollective", 5216 "url": "https://opencollective.com/unified" 5217 } 5218 ], 5219 "license": "MIT" 5220 }, 5221 "node_modules/micromatch": { 5222 "version": "4.0.8", 5223 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", 5224 "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", 5225 "license": "MIT", 5226 "dependencies": { 5227 "braces": "^3.0.3", 5228 "picomatch": "^2.3.1" 5229 }, 5230 "engines": { 5231 "node": ">=8.6" 5232 } 5233 }, 5234 "node_modules/mime-db": { 5235 "version": "1.52.0", 5236 "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", 5237 "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", 5238 "license": "MIT", 5239 "engines": { 5240 "node": ">= 0.6" 5241 } 5242 }, 5243 "node_modules/mime-types": { 5244 "version": "2.1.35", 5245 "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", 5246 "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", 5247 "license": "MIT", 5248 "dependencies": { 5249 "mime-db": "1.52.0" 5250 }, 5251 "engines": { 5252 "node": ">= 0.6" 5253 } 5254 }, 5255 "node_modules/minipass": { 5256 "version": "4.2.8", 5257 "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.8.tgz", 5258 "integrity": "sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==", 5259 "license": "ISC", 5260 "engines": { 5261 "node": ">=8" 5262 } 5263 }, 5264 "node_modules/minizlib": { 5265 "version": "2.1.2", 5266 "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", 5267 "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", 5268 "license": "MIT", 5269 "dependencies": { 5270 "minipass": "^3.0.0", 5271 "yallist": "^4.0.0" 5272 }, 5273 "engines": { 5274 "node": ">= 8" 5275 } 5276 }, 5277 "node_modules/minizlib/node_modules/minipass": { 5278 "version": "3.3.6", 5279 "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", 5280 "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", 5281 "license": "ISC", 5282 "dependencies": { 5283 "yallist": "^4.0.0" 5284 }, 5285 "engines": { 5286 "node": ">=8" 5287 } 5288 }, 5289 "node_modules/minizlib/node_modules/yallist": { 5290 "version": "4.0.0", 5291 "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", 5292 "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", 5293 "license": "ISC" 5294 }, 5295 "node_modules/mkdirp": { 5296 "version": "1.0.4", 5297 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", 5298 "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", 5299 "license": "MIT", 5300 "bin": { 5301 "mkdirp": "bin/cmd.js" 5302 }, 5303 "engines": { 5304 "node": ">=10" 5305 } 5306 }, 5307 "node_modules/mlly": { 5308 "version": "1.7.2", 5309 "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.7.2.tgz", 5310 "integrity": "sha512-tN3dvVHYVz4DhSXinXIk7u9syPYaJvio118uomkovAtWBT+RdbP6Lfh/5Lvo519YMmwBafwlh20IPTXIStscpA==", 5311 "license": "MIT", 5312 "dependencies": { 5313 "acorn": "^8.12.1", 5314 "pathe": "^1.1.2", 5315 "pkg-types": "^1.2.0", 5316 "ufo": "^1.5.4" 5317 } 5318 }, 5319 "node_modules/mrmime": { 5320 "version": "2.0.1", 5321 "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz", 5322 "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==", 5323 "license": "MIT", 5324 "engines": { 5325 "node": ">=10" 5326 } 5327 }, 5328 "node_modules/ms": { 5329 "version": "2.1.3", 5330 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 5331 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 5332 "license": "MIT" 5333 }, 5334 "node_modules/muggle-string": { 5335 "version": "0.4.1", 5336 "resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz", 5337 "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==", 5338 "license": "MIT" 5339 }, 5340 "node_modules/nanoid": { 5341 "version": "3.3.11", 5342 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", 5343 "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", 5344 "funding": [ 5345 { 5346 "type": "github", 5347 "url": "https://github.com/sponsors/ai" 5348 } 5349 ], 5350 "license": "MIT", 5351 "bin": { 5352 "nanoid": "bin/nanoid.cjs" 5353 }, 5354 "engines": { 5355 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 5356 } 5357 }, 5358 "node_modules/neotraverse": { 5359 "version": "0.6.18", 5360 "resolved": "https://registry.npmjs.org/neotraverse/-/neotraverse-0.6.18.tgz", 5361 "integrity": "sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==", 5362 "license": "MIT", 5363 "engines": { 5364 "node": ">= 10" 5365 } 5366 }, 5367 "node_modules/nlcst-to-string": { 5368 "version": "4.0.0", 5369 "resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-4.0.0.tgz", 5370 "integrity": "sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==", 5371 "license": "MIT", 5372 "dependencies": { 5373 "@types/nlcst": "^2.0.0" 5374 }, 5375 "funding": { 5376 "type": "opencollective", 5377 "url": "https://opencollective.com/unified" 5378 } 5379 }, 5380 "node_modules/node-fetch": { 5381 "version": "2.7.0", 5382 "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", 5383 "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", 5384 "license": "MIT", 5385 "dependencies": { 5386 "whatwg-url": "^5.0.0" 5387 }, 5388 "engines": { 5389 "node": "4.x || >=6.0.0" 5390 }, 5391 "peerDependencies": { 5392 "encoding": "^0.1.0" 5393 }, 5394 "peerDependenciesMeta": { 5395 "encoding": { 5396 "optional": true 5397 } 5398 } 5399 }, 5400 "node_modules/node-fetch-native": { 5401 "version": "1.6.6", 5402 "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.6.tgz", 5403 "integrity": "sha512-8Mc2HhqPdlIfedsuZoc3yioPuzp6b+L5jRCRY1QzuWZh2EGJVQrGppC6V6cF0bLdbW0+O2YpqCA25aF/1lvipQ==", 5404 "license": "MIT" 5405 }, 5406 "node_modules/node-mock-http": { 5407 "version": "1.0.0", 5408 "resolved": "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.0.tgz", 5409 "integrity": "sha512-0uGYQ1WQL1M5kKvGRXWQ3uZCHtLTO8hln3oBjIusM75WoesZ909uQJs/Hb946i2SS+Gsrhkaa6iAO17jRIv6DQ==", 5410 "license": "MIT" 5411 }, 5412 "node_modules/normalize-path": { 5413 "version": "3.0.0", 5414 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", 5415 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", 5416 "license": "MIT", 5417 "engines": { 5418 "node": ">=0.10.0" 5419 } 5420 }, 5421 "node_modules/nth-check": { 5422 "version": "2.1.1", 5423 "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", 5424 "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", 5425 "license": "BSD-2-Clause", 5426 "dependencies": { 5427 "boolbase": "^1.0.0" 5428 }, 5429 "funding": { 5430 "url": "https://github.com/fb55/nth-check?sponsor=1" 5431 } 5432 }, 5433 "node_modules/ofetch": { 5434 "version": "1.4.1", 5435 "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.4.1.tgz", 5436 "integrity": "sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==", 5437 "license": "MIT", 5438 "dependencies": { 5439 "destr": "^2.0.3", 5440 "node-fetch-native": "^1.6.4", 5441 "ufo": "^1.5.4" 5442 } 5443 }, 5444 "node_modules/ohash": { 5445 "version": "2.0.11", 5446 "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz", 5447 "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==", 5448 "license": "MIT" 5449 }, 5450 "node_modules/once": { 5451 "version": "1.4.0", 5452 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", 5453 "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", 5454 "license": "ISC", 5455 "dependencies": { 5456 "wrappy": "1" 5457 } 5458 }, 5459 "node_modules/oniguruma-parser": { 5460 "version": "0.12.1", 5461 "resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.12.1.tgz", 5462 "integrity": "sha512-8Unqkvk1RYc6yq2WBYRj4hdnsAxVze8i7iPfQr8e4uSP3tRv0rpZcbGUDvxfQQcdwHt/e9PrMvGCsa8OqG9X3w==", 5463 "license": "MIT" 5464 }, 5465 "node_modules/oniguruma-to-es": { 5466 "version": "4.3.3", 5467 "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.3.tgz", 5468 "integrity": "sha512-rPiZhzC3wXwE59YQMRDodUwwT9FZ9nNBwQQfsd1wfdtlKEyCdRV0avrTcSZ5xlIvGRVPd/cx6ZN45ECmS39xvg==", 5469 "license": "MIT", 5470 "dependencies": { 5471 "oniguruma-parser": "^0.12.1", 5472 "regex": "^6.0.1", 5473 "regex-recursion": "^6.0.2" 5474 } 5475 }, 5476 "node_modules/p-limit": { 5477 "version": "6.2.0", 5478 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-6.2.0.tgz", 5479 "integrity": "sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA==", 5480 "license": "MIT", 5481 "dependencies": { 5482 "yocto-queue": "^1.1.1" 5483 }, 5484 "engines": { 5485 "node": ">=18" 5486 }, 5487 "funding": { 5488 "url": "https://github.com/sponsors/sindresorhus" 5489 } 5490 }, 5491 "node_modules/p-queue": { 5492 "version": "8.1.0", 5493 "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.1.0.tgz", 5494 "integrity": "sha512-mxLDbbGIBEXTJL0zEx8JIylaj3xQ7Z/7eEVjcF9fJX4DBiH9oqe+oahYnlKKxm0Ci9TlWTyhSHgygxMxjIB2jw==", 5495 "license": "MIT", 5496 "dependencies": { 5497 "eventemitter3": "^5.0.1", 5498 "p-timeout": "^6.1.2" 5499 }, 5500 "engines": { 5501 "node": ">=18" 5502 }, 5503 "funding": { 5504 "url": "https://github.com/sponsors/sindresorhus" 5505 } 5506 }, 5507 "node_modules/p-timeout": { 5508 "version": "6.1.4", 5509 "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.4.tgz", 5510 "integrity": "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==", 5511 "license": "MIT", 5512 "engines": { 5513 "node": ">=14.16" 5514 }, 5515 "funding": { 5516 "url": "https://github.com/sponsors/sindresorhus" 5517 } 5518 }, 5519 "node_modules/package-manager-detector": { 5520 "version": "0.2.2", 5521 "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-0.2.2.tgz", 5522 "integrity": "sha512-VgXbyrSNsml4eHWIvxxG/nTL4wgybMTXCV2Un/+yEc3aDKKU6nQBZjbeP3Pl3qm9Qg92X/1ng4ffvCeD/zwHgg==", 5523 "license": "MIT" 5524 }, 5525 "node_modules/pako": { 5526 "version": "0.2.9", 5527 "resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz", 5528 "integrity": "sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==", 5529 "license": "MIT" 5530 }, 5531 "node_modules/parse-latin": { 5532 "version": "7.0.0", 5533 "resolved": "https://registry.npmjs.org/parse-latin/-/parse-latin-7.0.0.tgz", 5534 "integrity": "sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==", 5535 "license": "MIT", 5536 "dependencies": { 5537 "@types/nlcst": "^2.0.0", 5538 "@types/unist": "^3.0.0", 5539 "nlcst-to-string": "^4.0.0", 5540 "unist-util-modify-children": "^4.0.0", 5541 "unist-util-visit-children": "^3.0.0", 5542 "vfile": "^6.0.0" 5543 }, 5544 "funding": { 5545 "type": "github", 5546 "url": "https://github.com/sponsors/wooorm" 5547 } 5548 }, 5549 "node_modules/parse5": { 5550 "version": "7.2.0", 5551 "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.0.tgz", 5552 "integrity": "sha512-ZkDsAOcxsUMZ4Lz5fVciOehNcJ+Gb8gTzcA4yl3wnc273BAybYWrQ+Ks/OjCjSEpjvQkDSeZbybK9qj2VHHdGA==", 5553 "license": "MIT", 5554 "dependencies": { 5555 "entities": "^4.5.0" 5556 }, 5557 "funding": { 5558 "url": "https://github.com/inikulin/parse5?sponsor=1" 5559 } 5560 }, 5561 "node_modules/parse5-htmlparser2-tree-adapter": { 5562 "version": "7.1.0", 5563 "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.1.0.tgz", 5564 "integrity": "sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g==", 5565 "license": "MIT", 5566 "dependencies": { 5567 "domhandler": "^5.0.3", 5568 "parse5": "^7.0.0" 5569 }, 5570 "funding": { 5571 "url": "https://github.com/inikulin/parse5?sponsor=1" 5572 } 5573 }, 5574 "node_modules/parse5-parser-stream": { 5575 "version": "7.1.2", 5576 "resolved": "https://registry.npmjs.org/parse5-parser-stream/-/parse5-parser-stream-7.1.2.tgz", 5577 "integrity": "sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow==", 5578 "license": "MIT", 5579 "dependencies": { 5580 "parse5": "^7.0.0" 5581 }, 5582 "funding": { 5583 "url": "https://github.com/inikulin/parse5?sponsor=1" 5584 } 5585 }, 5586 "node_modules/path-browserify": { 5587 "version": "1.0.1", 5588 "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz", 5589 "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==", 5590 "license": "MIT" 5591 }, 5592 "node_modules/pathe": { 5593 "version": "1.1.2", 5594 "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz", 5595 "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==", 5596 "license": "MIT" 5597 }, 5598 "node_modules/pend": { 5599 "version": "1.2.0", 5600 "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", 5601 "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==", 5602 "license": "MIT" 5603 }, 5604 "node_modules/picocolors": { 5605 "version": "1.1.1", 5606 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", 5607 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", 5608 "license": "ISC" 5609 }, 5610 "node_modules/picomatch": { 5611 "version": "2.3.1", 5612 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 5613 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 5614 "license": "MIT", 5615 "engines": { 5616 "node": ">=8.6" 5617 }, 5618 "funding": { 5619 "url": "https://github.com/sponsors/jonschlinkert" 5620 } 5621 }, 5622 "node_modules/pkg-types": { 5623 "version": "1.2.1", 5624 "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.2.1.tgz", 5625 "integrity": "sha512-sQoqa8alT3nHjGuTjuKgOnvjo4cljkufdtLMnO2LBP/wRwuDlo1tkaEdMxCRhyGRPacv/ztlZgDPm2b7FAmEvw==", 5626 "license": "MIT", 5627 "dependencies": { 5628 "confbox": "^0.1.8", 5629 "mlly": "^1.7.2", 5630 "pathe": "^1.1.2" 5631 } 5632 }, 5633 "node_modules/postcss": { 5634 "version": "8.5.3", 5635 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz", 5636 "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==", 5637 "funding": [ 5638 { 5639 "type": "opencollective", 5640 "url": "https://opencollective.com/postcss/" 5641 }, 5642 { 5643 "type": "tidelift", 5644 "url": "https://tidelift.com/funding/github/npm/postcss" 5645 }, 5646 { 5647 "type": "github", 5648 "url": "https://github.com/sponsors/ai" 5649 } 5650 ], 5651 "license": "MIT", 5652 "dependencies": { 5653 "nanoid": "^3.3.8", 5654 "picocolors": "^1.1.1", 5655 "source-map-js": "^1.2.1" 5656 }, 5657 "engines": { 5658 "node": "^10 || ^12 || >=14" 5659 } 5660 }, 5661 "node_modules/prettier": { 5662 "version": "3.5.3", 5663 "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz", 5664 "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", 5665 "devOptional": true, 5666 "license": "MIT", 5667 "bin": { 5668 "prettier": "bin/prettier.cjs" 5669 }, 5670 "engines": { 5671 "node": ">=14" 5672 }, 5673 "funding": { 5674 "url": "https://github.com/prettier/prettier?sponsor=1" 5675 } 5676 }, 5677 "node_modules/prettier-plugin-astro": { 5678 "version": "0.14.1", 5679 "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.14.1.tgz", 5680 "integrity": "sha512-RiBETaaP9veVstE4vUwSIcdATj6dKmXljouXc/DDNwBSPTp8FRkLGDSGFClKsAFeeg+13SB0Z1JZvbD76bigJw==", 5681 "devOptional": true, 5682 "license": "MIT", 5683 "dependencies": { 5684 "@astrojs/compiler": "^2.9.1", 5685 "prettier": "^3.0.0", 5686 "sass-formatter": "^0.7.6" 5687 }, 5688 "engines": { 5689 "node": "^14.15.0 || >=16.0.0" 5690 } 5691 }, 5692 "node_modules/prettier-plugin-astro-organize-imports": { 5693 "version": "0.4.11", 5694 "resolved": "https://registry.npmjs.org/prettier-plugin-astro-organize-imports/-/prettier-plugin-astro-organize-imports-0.4.11.tgz", 5695 "integrity": "sha512-qJQZ7qgnTVmk8ALe1SXpCVGa2QNanhsKn6ivfGQqWH8SCgQY1/poxLVras0Q4fqRBugR3xPRGxovODk1tmkbwA==", 5696 "dev": true, 5697 "license": "MIT", 5698 "dependencies": { 5699 "@astrojs/compiler": "^2.8.0", 5700 "typescript": "^5.4.5" 5701 }, 5702 "peerDependencies": { 5703 "prettier": "^3.0", 5704 "prettier-plugin-astro": "*", 5705 "prettier-plugin-tailwindcss": "*" 5706 }, 5707 "peerDependenciesMeta": { 5708 "prettier-plugin-astro": { 5709 "optional": true 5710 }, 5711 "prettier-plugin-tailwindcss": { 5712 "optional": true 5713 } 5714 } 5715 }, 5716 "node_modules/prettier-plugin-organize-imports": { 5717 "version": "4.1.0", 5718 "resolved": "https://registry.npmjs.org/prettier-plugin-organize-imports/-/prettier-plugin-organize-imports-4.1.0.tgz", 5719 "integrity": "sha512-5aWRdCgv645xaa58X8lOxzZoiHAldAPChljr/MT0crXVOWTZ+Svl4hIWlz+niYSlO6ikE5UXkN1JrRvIP2ut0A==", 5720 "dev": true, 5721 "license": "MIT", 5722 "peerDependencies": { 5723 "prettier": ">=2.0", 5724 "typescript": ">=2.9", 5725 "vue-tsc": "^2.1.0" 5726 }, 5727 "peerDependenciesMeta": { 5728 "vue-tsc": { 5729 "optional": true 5730 } 5731 } 5732 }, 5733 "node_modules/prettier-plugin-tailwindcss": { 5734 "version": "0.6.11", 5735 "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.11.tgz", 5736 "integrity": "sha512-YxaYSIvZPAqhrrEpRtonnrXdghZg1irNg4qrjboCXrpybLWVs55cW2N3juhspVJiO0JBvYJT8SYsJpc8OQSnsA==", 5737 "dev": true, 5738 "license": "MIT", 5739 "engines": { 5740 "node": ">=14.21.3" 5741 }, 5742 "peerDependencies": { 5743 "@ianvs/prettier-plugin-sort-imports": "*", 5744 "@prettier/plugin-pug": "*", 5745 "@shopify/prettier-plugin-liquid": "*", 5746 "@trivago/prettier-plugin-sort-imports": "*", 5747 "@zackad/prettier-plugin-twig": "*", 5748 "prettier": "^3.0", 5749 "prettier-plugin-astro": "*", 5750 "prettier-plugin-css-order": "*", 5751 "prettier-plugin-import-sort": "*", 5752 "prettier-plugin-jsdoc": "*", 5753 "prettier-plugin-marko": "*", 5754 "prettier-plugin-multiline-arrays": "*", 5755 "prettier-plugin-organize-attributes": "*", 5756 "prettier-plugin-organize-imports": "*", 5757 "prettier-plugin-sort-imports": "*", 5758 "prettier-plugin-style-order": "*", 5759 "prettier-plugin-svelte": "*" 5760 }, 5761 "peerDependenciesMeta": { 5762 "@ianvs/prettier-plugin-sort-imports": { 5763 "optional": true 5764 }, 5765 "@prettier/plugin-pug": { 5766 "optional": true 5767 }, 5768 "@shopify/prettier-plugin-liquid": { 5769 "optional": true 5770 }, 5771 "@trivago/prettier-plugin-sort-imports": { 5772 "optional": true 5773 }, 5774 "@zackad/prettier-plugin-twig": { 5775 "optional": true 5776 }, 5777 "prettier-plugin-astro": { 5778 "optional": true 5779 }, 5780 "prettier-plugin-css-order": { 5781 "optional": true 5782 }, 5783 "prettier-plugin-import-sort": { 5784 "optional": true 5785 }, 5786 "prettier-plugin-jsdoc": { 5787 "optional": true 5788 }, 5789 "prettier-plugin-marko": { 5790 "optional": true 5791 }, 5792 "prettier-plugin-multiline-arrays": { 5793 "optional": true 5794 }, 5795 "prettier-plugin-organize-attributes": { 5796 "optional": true 5797 }, 5798 "prettier-plugin-organize-imports": { 5799 "optional": true 5800 }, 5801 "prettier-plugin-sort-imports": { 5802 "optional": true 5803 }, 5804 "prettier-plugin-style-order": { 5805 "optional": true 5806 }, 5807 "prettier-plugin-svelte": { 5808 "optional": true 5809 } 5810 } 5811 }, 5812 "node_modules/prismjs": { 5813 "version": "1.30.0", 5814 "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz", 5815 "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==", 5816 "license": "MIT", 5817 "engines": { 5818 "node": ">=6" 5819 } 5820 }, 5821 "node_modules/prompts": { 5822 "version": "2.4.2", 5823 "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", 5824 "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", 5825 "license": "MIT", 5826 "dependencies": { 5827 "kleur": "^3.0.3", 5828 "sisteransi": "^1.0.5" 5829 }, 5830 "engines": { 5831 "node": ">= 6" 5832 } 5833 }, 5834 "node_modules/prompts/node_modules/kleur": { 5835 "version": "3.0.3", 5836 "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", 5837 "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", 5838 "license": "MIT", 5839 "engines": { 5840 "node": ">=6" 5841 } 5842 }, 5843 "node_modules/property-information": { 5844 "version": "6.5.0", 5845 "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.5.0.tgz", 5846 "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==", 5847 "license": "MIT", 5848 "funding": { 5849 "type": "github", 5850 "url": "https://github.com/sponsors/wooorm" 5851 } 5852 }, 5853 "node_modules/proxy-from-env": { 5854 "version": "1.1.0", 5855 "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", 5856 "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", 5857 "license": "MIT" 5858 }, 5859 "node_modules/pump": { 5860 "version": "3.0.2", 5861 "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.2.tgz", 5862 "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==", 5863 "license": "MIT", 5864 "dependencies": { 5865 "end-of-stream": "^1.1.0", 5866 "once": "^1.3.1" 5867 } 5868 }, 5869 "node_modules/queue-microtask": { 5870 "version": "1.2.3", 5871 "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", 5872 "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", 5873 "funding": [ 5874 { 5875 "type": "github", 5876 "url": "https://github.com/sponsors/feross" 5877 }, 5878 { 5879 "type": "patreon", 5880 "url": "https://www.patreon.com/feross" 5881 }, 5882 { 5883 "type": "consulting", 5884 "url": "https://feross.org/support" 5885 } 5886 ], 5887 "license": "MIT" 5888 }, 5889 "node_modules/radix3": { 5890 "version": "1.1.2", 5891 "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz", 5892 "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==", 5893 "license": "MIT" 5894 }, 5895 "node_modules/regex": { 5896 "version": "6.0.1", 5897 "resolved": "https://registry.npmjs.org/regex/-/regex-6.0.1.tgz", 5898 "integrity": "sha512-uorlqlzAKjKQZ5P+kTJr3eeJGSVroLKoHmquUj4zHWuR+hEyNqlXsSKlYYF5F4NI6nl7tWCs0apKJ0lmfsXAPA==", 5899 "license": "MIT", 5900 "dependencies": { 5901 "regex-utilities": "^2.3.0" 5902 } 5903 }, 5904 "node_modules/regex-recursion": { 5905 "version": "6.0.2", 5906 "resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-6.0.2.tgz", 5907 "integrity": "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==", 5908 "license": "MIT", 5909 "dependencies": { 5910 "regex-utilities": "^2.3.0" 5911 } 5912 }, 5913 "node_modules/regex-utilities": { 5914 "version": "2.3.0", 5915 "resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz", 5916 "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==", 5917 "license": "MIT" 5918 }, 5919 "node_modules/rehype": { 5920 "version": "13.0.2", 5921 "resolved": "https://registry.npmjs.org/rehype/-/rehype-13.0.2.tgz", 5922 "integrity": "sha512-j31mdaRFrwFRUIlxGeuPXXKWQxet52RBQRvCmzl5eCefn/KGbomK5GMHNMsOJf55fgo3qw5tST5neDuarDYR2A==", 5923 "license": "MIT", 5924 "dependencies": { 5925 "@types/hast": "^3.0.0", 5926 "rehype-parse": "^9.0.0", 5927 "rehype-stringify": "^10.0.0", 5928 "unified": "^11.0.0" 5929 }, 5930 "funding": { 5931 "type": "opencollective", 5932 "url": "https://opencollective.com/unified" 5933 } 5934 }, 5935 "node_modules/rehype-parse": { 5936 "version": "9.0.1", 5937 "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-9.0.1.tgz", 5938 "integrity": "sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==", 5939 "license": "MIT", 5940 "dependencies": { 5941 "@types/hast": "^3.0.0", 5942 "hast-util-from-html": "^2.0.0", 5943 "unified": "^11.0.0" 5944 }, 5945 "funding": { 5946 "type": "opencollective", 5947 "url": "https://opencollective.com/unified" 5948 } 5949 }, 5950 "node_modules/rehype-raw": { 5951 "version": "7.0.0", 5952 "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz", 5953 "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==", 5954 "license": "MIT", 5955 "dependencies": { 5956 "@types/hast": "^3.0.0", 5957 "hast-util-raw": "^9.0.0", 5958 "vfile": "^6.0.0" 5959 }, 5960 "funding": { 5961 "type": "opencollective", 5962 "url": "https://opencollective.com/unified" 5963 } 5964 }, 5965 "node_modules/rehype-stringify": { 5966 "version": "10.0.1", 5967 "resolved": "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-10.0.1.tgz", 5968 "integrity": "sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==", 5969 "license": "MIT", 5970 "dependencies": { 5971 "@types/hast": "^3.0.0", 5972 "hast-util-to-html": "^9.0.0", 5973 "unified": "^11.0.0" 5974 }, 5975 "funding": { 5976 "type": "opencollective", 5977 "url": "https://opencollective.com/unified" 5978 } 5979 }, 5980 "node_modules/remark-gfm": { 5981 "version": "4.0.1", 5982 "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz", 5983 "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==", 5984 "license": "MIT", 5985 "dependencies": { 5986 "@types/mdast": "^4.0.0", 5987 "mdast-util-gfm": "^3.0.0", 5988 "micromark-extension-gfm": "^3.0.0", 5989 "remark-parse": "^11.0.0", 5990 "remark-stringify": "^11.0.0", 5991 "unified": "^11.0.0" 5992 }, 5993 "funding": { 5994 "type": "opencollective", 5995 "url": "https://opencollective.com/unified" 5996 } 5997 }, 5998 "node_modules/remark-parse": { 5999 "version": "11.0.0", 6000 "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", 6001 "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", 6002 "license": "MIT", 6003 "dependencies": { 6004 "@types/mdast": "^4.0.0", 6005 "mdast-util-from-markdown": "^2.0.0", 6006 "micromark-util-types": "^2.0.0", 6007 "unified": "^11.0.0" 6008 }, 6009 "funding": { 6010 "type": "opencollective", 6011 "url": "https://opencollective.com/unified" 6012 } 6013 }, 6014 "node_modules/remark-rehype": { 6015 "version": "11.1.2", 6016 "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz", 6017 "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==", 6018 "license": "MIT", 6019 "dependencies": { 6020 "@types/hast": "^3.0.0", 6021 "@types/mdast": "^4.0.0", 6022 "mdast-util-to-hast": "^13.0.0", 6023 "unified": "^11.0.0", 6024 "vfile": "^6.0.0" 6025 }, 6026 "funding": { 6027 "type": "opencollective", 6028 "url": "https://opencollective.com/unified" 6029 } 6030 }, 6031 "node_modules/remark-smartypants": { 6032 "version": "3.0.2", 6033 "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-3.0.2.tgz", 6034 "integrity": "sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==", 6035 "license": "MIT", 6036 "dependencies": { 6037 "retext": "^9.0.0", 6038 "retext-smartypants": "^6.0.0", 6039 "unified": "^11.0.4", 6040 "unist-util-visit": "^5.0.0" 6041 }, 6042 "engines": { 6043 "node": ">=16.0.0" 6044 } 6045 }, 6046 "node_modules/remark-stringify": { 6047 "version": "11.0.0", 6048 "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", 6049 "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", 6050 "license": "MIT", 6051 "dependencies": { 6052 "@types/mdast": "^4.0.0", 6053 "mdast-util-to-markdown": "^2.0.0", 6054 "unified": "^11.0.0" 6055 }, 6056 "funding": { 6057 "type": "opencollective", 6058 "url": "https://opencollective.com/unified" 6059 } 6060 }, 6061 "node_modules/request-light": { 6062 "version": "0.7.0", 6063 "resolved": "https://registry.npmjs.org/request-light/-/request-light-0.7.0.tgz", 6064 "integrity": "sha512-lMbBMrDoxgsyO+yB3sDcrDuX85yYt7sS8BfQd11jtbW/z5ZWgLZRcEGLsLoYw7I0WSUGQBs8CC8ScIxkTX1+6Q==", 6065 "license": "MIT" 6066 }, 6067 "node_modules/require-directory": { 6068 "version": "2.1.1", 6069 "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", 6070 "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", 6071 "license": "MIT", 6072 "engines": { 6073 "node": ">=0.10.0" 6074 } 6075 }, 6076 "node_modules/require-from-string": { 6077 "version": "2.0.2", 6078 "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", 6079 "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", 6080 "license": "MIT", 6081 "engines": { 6082 "node": ">=0.10.0" 6083 } 6084 }, 6085 "node_modules/restructure": { 6086 "version": "3.0.2", 6087 "resolved": "https://registry.npmjs.org/restructure/-/restructure-3.0.2.tgz", 6088 "integrity": "sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw==", 6089 "license": "MIT" 6090 }, 6091 "node_modules/retext": { 6092 "version": "9.0.0", 6093 "resolved": "https://registry.npmjs.org/retext/-/retext-9.0.0.tgz", 6094 "integrity": "sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==", 6095 "license": "MIT", 6096 "dependencies": { 6097 "@types/nlcst": "^2.0.0", 6098 "retext-latin": "^4.0.0", 6099 "retext-stringify": "^4.0.0", 6100 "unified": "^11.0.0" 6101 }, 6102 "funding": { 6103 "type": "opencollective", 6104 "url": "https://opencollective.com/unified" 6105 } 6106 }, 6107 "node_modules/retext-latin": { 6108 "version": "4.0.0", 6109 "resolved": "https://registry.npmjs.org/retext-latin/-/retext-latin-4.0.0.tgz", 6110 "integrity": "sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==", 6111 "license": "MIT", 6112 "dependencies": { 6113 "@types/nlcst": "^2.0.0", 6114 "parse-latin": "^7.0.0", 6115 "unified": "^11.0.0" 6116 }, 6117 "funding": { 6118 "type": "opencollective", 6119 "url": "https://opencollective.com/unified" 6120 } 6121 }, 6122 "node_modules/retext-smartypants": { 6123 "version": "6.2.0", 6124 "resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-6.2.0.tgz", 6125 "integrity": "sha512-kk0jOU7+zGv//kfjXEBjdIryL1Acl4i9XNkHxtM7Tm5lFiCog576fjNC9hjoR7LTKQ0DsPWy09JummSsH1uqfQ==", 6126 "license": "MIT", 6127 "dependencies": { 6128 "@types/nlcst": "^2.0.0", 6129 "nlcst-to-string": "^4.0.0", 6130 "unist-util-visit": "^5.0.0" 6131 }, 6132 "funding": { 6133 "type": "opencollective", 6134 "url": "https://opencollective.com/unified" 6135 } 6136 }, 6137 "node_modules/retext-stringify": { 6138 "version": "4.0.0", 6139 "resolved": "https://registry.npmjs.org/retext-stringify/-/retext-stringify-4.0.0.tgz", 6140 "integrity": "sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==", 6141 "license": "MIT", 6142 "dependencies": { 6143 "@types/nlcst": "^2.0.0", 6144 "nlcst-to-string": "^4.0.0", 6145 "unified": "^11.0.0" 6146 }, 6147 "funding": { 6148 "type": "opencollective", 6149 "url": "https://opencollective.com/unified" 6150 } 6151 }, 6152 "node_modules/reusify": { 6153 "version": "1.0.4", 6154 "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", 6155 "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", 6156 "license": "MIT", 6157 "engines": { 6158 "iojs": ">=1.0.0", 6159 "node": ">=0.10.0" 6160 } 6161 }, 6162 "node_modules/rollup": { 6163 "version": "4.41.0", 6164 "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.41.0.tgz", 6165 "integrity": "sha512-HqMFpUbWlf/tvcxBFNKnJyzc7Lk+XO3FGc3pbNBLqEbOz0gPLRgcrlS3UF4MfUrVlstOaP/q0kM6GVvi+LrLRg==", 6166 "license": "MIT", 6167 "dependencies": { 6168 "@types/estree": "1.0.7" 6169 }, 6170 "bin": { 6171 "rollup": "dist/bin/rollup" 6172 }, 6173 "engines": { 6174 "node": ">=18.0.0", 6175 "npm": ">=8.0.0" 6176 }, 6177 "optionalDependencies": { 6178 "@rollup/rollup-android-arm-eabi": "4.41.0", 6179 "@rollup/rollup-android-arm64": "4.41.0", 6180 "@rollup/rollup-darwin-arm64": "4.41.0", 6181 "@rollup/rollup-darwin-x64": "4.41.0", 6182 "@rollup/rollup-freebsd-arm64": "4.41.0", 6183 "@rollup/rollup-freebsd-x64": "4.41.0", 6184 "@rollup/rollup-linux-arm-gnueabihf": "4.41.0", 6185 "@rollup/rollup-linux-arm-musleabihf": "4.41.0", 6186 "@rollup/rollup-linux-arm64-gnu": "4.41.0", 6187 "@rollup/rollup-linux-arm64-musl": "4.41.0", 6188 "@rollup/rollup-linux-loongarch64-gnu": "4.41.0", 6189 "@rollup/rollup-linux-powerpc64le-gnu": "4.41.0", 6190 "@rollup/rollup-linux-riscv64-gnu": "4.41.0", 6191 "@rollup/rollup-linux-riscv64-musl": "4.41.0", 6192 "@rollup/rollup-linux-s390x-gnu": "4.41.0", 6193 "@rollup/rollup-linux-x64-gnu": "4.41.0", 6194 "@rollup/rollup-linux-x64-musl": "4.41.0", 6195 "@rollup/rollup-win32-arm64-msvc": "4.41.0", 6196 "@rollup/rollup-win32-ia32-msvc": "4.41.0", 6197 "@rollup/rollup-win32-x64-msvc": "4.41.0", 6198 "fsevents": "~2.3.2" 6199 } 6200 }, 6201 "node_modules/run-parallel": { 6202 "version": "1.2.0", 6203 "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", 6204 "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", 6205 "funding": [ 6206 { 6207 "type": "github", 6208 "url": "https://github.com/sponsors/feross" 6209 }, 6210 { 6211 "type": "patreon", 6212 "url": "https://www.patreon.com/feross" 6213 }, 6214 { 6215 "type": "consulting", 6216 "url": "https://feross.org/support" 6217 } 6218 ], 6219 "license": "MIT", 6220 "dependencies": { 6221 "queue-microtask": "^1.2.2" 6222 } 6223 }, 6224 "node_modules/s.color": { 6225 "version": "0.0.15", 6226 "resolved": "https://registry.npmjs.org/s.color/-/s.color-0.0.15.tgz", 6227 "integrity": "sha512-AUNrbEUHeKY8XsYr/DYpl+qk5+aM+DChopnWOPEzn8YKzOhv4l2zH6LzZms3tOZP3wwdOyc0RmTciyi46HLIuA==", 6228 "devOptional": true, 6229 "license": "MIT" 6230 }, 6231 "node_modules/safer-buffer": { 6232 "version": "2.1.2", 6233 "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", 6234 "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", 6235 "license": "MIT" 6236 }, 6237 "node_modules/sass-formatter": { 6238 "version": "0.7.9", 6239 "resolved": "https://registry.npmjs.org/sass-formatter/-/sass-formatter-0.7.9.tgz", 6240 "integrity": "sha512-CWZ8XiSim+fJVG0cFLStwDvft1VI7uvXdCNJYXhDvowiv+DsbD1nXLiQ4zrE5UBvj5DWZJ93cwN0NX5PMsr1Pw==", 6241 "devOptional": true, 6242 "license": "MIT", 6243 "dependencies": { 6244 "suf-log": "^2.5.3" 6245 } 6246 }, 6247 "node_modules/semver": { 6248 "version": "7.7.2", 6249 "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", 6250 "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", 6251 "license": "ISC", 6252 "bin": { 6253 "semver": "bin/semver.js" 6254 }, 6255 "engines": { 6256 "node": ">=10" 6257 } 6258 }, 6259 "node_modules/sharp": { 6260 "version": "0.33.5", 6261 "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz", 6262 "integrity": "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==", 6263 "hasInstallScript": true, 6264 "license": "Apache-2.0", 6265 "optional": true, 6266 "dependencies": { 6267 "color": "^4.2.3", 6268 "detect-libc": "^2.0.3", 6269 "semver": "^7.6.3" 6270 }, 6271 "engines": { 6272 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 6273 }, 6274 "funding": { 6275 "url": "https://opencollective.com/libvips" 6276 }, 6277 "optionalDependencies": { 6278 "@img/sharp-darwin-arm64": "0.33.5", 6279 "@img/sharp-darwin-x64": "0.33.5", 6280 "@img/sharp-libvips-darwin-arm64": "1.0.4", 6281 "@img/sharp-libvips-darwin-x64": "1.0.4", 6282 "@img/sharp-libvips-linux-arm": "1.0.5", 6283 "@img/sharp-libvips-linux-arm64": "1.0.4", 6284 "@img/sharp-libvips-linux-s390x": "1.0.4", 6285 "@img/sharp-libvips-linux-x64": "1.0.4", 6286 "@img/sharp-libvips-linuxmusl-arm64": "1.0.4", 6287 "@img/sharp-libvips-linuxmusl-x64": "1.0.4", 6288 "@img/sharp-linux-arm": "0.33.5", 6289 "@img/sharp-linux-arm64": "0.33.5", 6290 "@img/sharp-linux-s390x": "0.33.5", 6291 "@img/sharp-linux-x64": "0.33.5", 6292 "@img/sharp-linuxmusl-arm64": "0.33.5", 6293 "@img/sharp-linuxmusl-x64": "0.33.5", 6294 "@img/sharp-wasm32": "0.33.5", 6295 "@img/sharp-win32-ia32": "0.33.5", 6296 "@img/sharp-win32-x64": "0.33.5" 6297 } 6298 }, 6299 "node_modules/shiki": { 6300 "version": "3.4.2", 6301 "resolved": "https://registry.npmjs.org/shiki/-/shiki-3.4.2.tgz", 6302 "integrity": "sha512-wuxzZzQG8kvZndD7nustrNFIKYJ1jJoWIPaBpVe2+KHSvtzMi4SBjOxrigs8qeqce/l3U0cwiC+VAkLKSunHQQ==", 6303 "license": "MIT", 6304 "dependencies": { 6305 "@shikijs/core": "3.4.2", 6306 "@shikijs/engine-javascript": "3.4.2", 6307 "@shikijs/engine-oniguruma": "3.4.2", 6308 "@shikijs/langs": "3.4.2", 6309 "@shikijs/themes": "3.4.2", 6310 "@shikijs/types": "3.4.2", 6311 "@shikijs/vscode-textmate": "^10.0.2", 6312 "@types/hast": "^3.0.4" 6313 } 6314 }, 6315 "node_modules/simple-swizzle": { 6316 "version": "0.2.2", 6317 "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", 6318 "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==", 6319 "license": "MIT", 6320 "optional": true, 6321 "dependencies": { 6322 "is-arrayish": "^0.3.1" 6323 } 6324 }, 6325 "node_modules/sisteransi": { 6326 "version": "1.0.5", 6327 "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", 6328 "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", 6329 "license": "MIT" 6330 }, 6331 "node_modules/smol-toml": { 6332 "version": "1.3.4", 6333 "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.3.4.tgz", 6334 "integrity": "sha512-UOPtVuYkzYGee0Bd2Szz8d2G3RfMfJ2t3qVdZUAozZyAk+a0Sxa+QKix0YCwjL/A1RR0ar44nCxaoN9FxdJGwA==", 6335 "license": "BSD-3-Clause", 6336 "engines": { 6337 "node": ">= 18" 6338 }, 6339 "funding": { 6340 "url": "https://github.com/sponsors/cyyynthia" 6341 } 6342 }, 6343 "node_modules/source-map-js": { 6344 "version": "1.2.1", 6345 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", 6346 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", 6347 "license": "BSD-3-Clause", 6348 "engines": { 6349 "node": ">=0.10.0" 6350 } 6351 }, 6352 "node_modules/space-separated-tokens": { 6353 "version": "2.0.2", 6354 "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", 6355 "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", 6356 "license": "MIT", 6357 "funding": { 6358 "type": "github", 6359 "url": "https://github.com/sponsors/wooorm" 6360 } 6361 }, 6362 "node_modules/string-width": { 6363 "version": "7.2.0", 6364 "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", 6365 "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", 6366 "license": "MIT", 6367 "dependencies": { 6368 "emoji-regex": "^10.3.0", 6369 "get-east-asian-width": "^1.0.0", 6370 "strip-ansi": "^7.1.0" 6371 }, 6372 "engines": { 6373 "node": ">=18" 6374 }, 6375 "funding": { 6376 "url": "https://github.com/sponsors/sindresorhus" 6377 } 6378 }, 6379 "node_modules/stringify-entities": { 6380 "version": "4.0.4", 6381 "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", 6382 "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", 6383 "license": "MIT", 6384 "dependencies": { 6385 "character-entities-html4": "^2.0.0", 6386 "character-entities-legacy": "^3.0.0" 6387 }, 6388 "funding": { 6389 "type": "github", 6390 "url": "https://github.com/sponsors/wooorm" 6391 } 6392 }, 6393 "node_modules/strip-ansi": { 6394 "version": "7.1.0", 6395 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", 6396 "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", 6397 "license": "MIT", 6398 "dependencies": { 6399 "ansi-regex": "^6.0.1" 6400 }, 6401 "engines": { 6402 "node": ">=12" 6403 }, 6404 "funding": { 6405 "url": "https://github.com/chalk/strip-ansi?sponsor=1" 6406 } 6407 }, 6408 "node_modules/suf-log": { 6409 "version": "2.5.3", 6410 "resolved": "https://registry.npmjs.org/suf-log/-/suf-log-2.5.3.tgz", 6411 "integrity": "sha512-KvC8OPjzdNOe+xQ4XWJV2whQA0aM1kGVczMQ8+dStAO6KfEB140JEVQ9dE76ONZ0/Ylf67ni4tILPJB41U0eow==", 6412 "devOptional": true, 6413 "license": "MIT", 6414 "dependencies": { 6415 "s.color": "0.0.15" 6416 } 6417 }, 6418 "node_modules/svgo": { 6419 "version": "3.3.2", 6420 "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.3.2.tgz", 6421 "integrity": "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==", 6422 "license": "MIT", 6423 "dependencies": { 6424 "@trysound/sax": "0.2.0", 6425 "commander": "^7.2.0", 6426 "css-select": "^5.1.0", 6427 "css-tree": "^2.3.1", 6428 "css-what": "^6.1.0", 6429 "csso": "^5.0.5", 6430 "picocolors": "^1.0.0" 6431 }, 6432 "bin": { 6433 "svgo": "bin/svgo" 6434 }, 6435 "engines": { 6436 "node": ">=14.0.0" 6437 }, 6438 "funding": { 6439 "type": "opencollective", 6440 "url": "https://opencollective.com/svgo" 6441 } 6442 }, 6443 "node_modules/tailwindcss": { 6444 "version": "4.1.7", 6445 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.7.tgz", 6446 "integrity": "sha512-kr1o/ErIdNhTz8uzAYL7TpaUuzKIE6QPQ4qmSdxnoX/lo+5wmUHQA6h3L5yIqEImSRnAAURDirLu/BgiXGPAhg==", 6447 "license": "MIT" 6448 }, 6449 "node_modules/tapable": { 6450 "version": "2.2.2", 6451 "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.2.tgz", 6452 "integrity": "sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==", 6453 "license": "MIT", 6454 "engines": { 6455 "node": ">=6" 6456 } 6457 }, 6458 "node_modules/tar": { 6459 "version": "6.2.1", 6460 "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz", 6461 "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==", 6462 "license": "ISC", 6463 "dependencies": { 6464 "chownr": "^2.0.0", 6465 "fs-minipass": "^2.0.0", 6466 "minipass": "^5.0.0", 6467 "minizlib": "^2.1.1", 6468 "mkdirp": "^1.0.3", 6469 "yallist": "^4.0.0" 6470 }, 6471 "engines": { 6472 "node": ">=10" 6473 } 6474 }, 6475 "node_modules/tar/node_modules/minipass": { 6476 "version": "5.0.0", 6477 "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", 6478 "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", 6479 "license": "ISC", 6480 "engines": { 6481 "node": ">=8" 6482 } 6483 }, 6484 "node_modules/tar/node_modules/yallist": { 6485 "version": "4.0.0", 6486 "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", 6487 "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", 6488 "license": "ISC" 6489 }, 6490 "node_modules/tiny-inflate": { 6491 "version": "1.0.3", 6492 "resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz", 6493 "integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==", 6494 "license": "MIT" 6495 }, 6496 "node_modules/tinyexec": { 6497 "version": "0.3.2", 6498 "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz", 6499 "integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==", 6500 "license": "MIT" 6501 }, 6502 "node_modules/tinyglobby": { 6503 "version": "0.2.13", 6504 "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.13.tgz", 6505 "integrity": "sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==", 6506 "license": "MIT", 6507 "dependencies": { 6508 "fdir": "^6.4.4", 6509 "picomatch": "^4.0.2" 6510 }, 6511 "engines": { 6512 "node": ">=12.0.0" 6513 }, 6514 "funding": { 6515 "url": "https://github.com/sponsors/SuperchupuDev" 6516 } 6517 }, 6518 "node_modules/tinyglobby/node_modules/fdir": { 6519 "version": "6.4.4", 6520 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.4.tgz", 6521 "integrity": "sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==", 6522 "license": "MIT", 6523 "peerDependencies": { 6524 "picomatch": "^3 || ^4" 6525 }, 6526 "peerDependenciesMeta": { 6527 "picomatch": { 6528 "optional": true 6529 } 6530 } 6531 }, 6532 "node_modules/tinyglobby/node_modules/picomatch": { 6533 "version": "4.0.2", 6534 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", 6535 "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", 6536 "license": "MIT", 6537 "engines": { 6538 "node": ">=12" 6539 }, 6540 "funding": { 6541 "url": "https://github.com/sponsors/jonschlinkert" 6542 } 6543 }, 6544 "node_modules/to-fast-properties": { 6545 "version": "2.0.0", 6546 "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", 6547 "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", 6548 "license": "MIT", 6549 "engines": { 6550 "node": ">=4" 6551 } 6552 }, 6553 "node_modules/to-regex-range": { 6554 "version": "5.0.1", 6555 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", 6556 "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", 6557 "license": "MIT", 6558 "dependencies": { 6559 "is-number": "^7.0.0" 6560 }, 6561 "engines": { 6562 "node": ">=8.0" 6563 } 6564 }, 6565 "node_modules/tr46": { 6566 "version": "0.0.3", 6567 "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", 6568 "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", 6569 "license": "MIT" 6570 }, 6571 "node_modules/trim-lines": { 6572 "version": "3.0.1", 6573 "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", 6574 "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", 6575 "license": "MIT", 6576 "funding": { 6577 "type": "github", 6578 "url": "https://github.com/sponsors/wooorm" 6579 } 6580 }, 6581 "node_modules/trough": { 6582 "version": "2.2.0", 6583 "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz", 6584 "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==", 6585 "license": "MIT", 6586 "funding": { 6587 "type": "github", 6588 "url": "https://github.com/sponsors/wooorm" 6589 } 6590 }, 6591 "node_modules/tsconfck": { 6592 "version": "3.1.6", 6593 "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.6.tgz", 6594 "integrity": "sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==", 6595 "license": "MIT", 6596 "bin": { 6597 "tsconfck": "bin/tsconfck.js" 6598 }, 6599 "engines": { 6600 "node": "^18 || >=20" 6601 }, 6602 "peerDependencies": { 6603 "typescript": "^5.0.0" 6604 }, 6605 "peerDependenciesMeta": { 6606 "typescript": { 6607 "optional": true 6608 } 6609 } 6610 }, 6611 "node_modules/tslib": { 6612 "version": "2.8.0", 6613 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz", 6614 "integrity": "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==", 6615 "license": "0BSD" 6616 }, 6617 "node_modules/tsparticles-engine": { 6618 "version": "2.12.0", 6619 "resolved": "https://registry.npmjs.org/tsparticles-engine/-/tsparticles-engine-2.12.0.tgz", 6620 "integrity": "sha512-ZjDIYex6jBJ4iMc9+z0uPe7SgBnmb6l+EJm83MPIsOny9lPpetMsnw/8YJ3xdxn8hV+S3myTpTN1CkOVmFv0QQ==", 6621 "deprecated": "starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name", 6622 "funding": [ 6623 { 6624 "type": "github", 6625 "url": "https://github.com/sponsors/matteobruni" 6626 }, 6627 { 6628 "type": "github", 6629 "url": "https://github.com/sponsors/tsparticles" 6630 }, 6631 { 6632 "type": "buymeacoffee", 6633 "url": "https://www.buymeacoffee.com/matteobruni" 6634 } 6635 ], 6636 "hasInstallScript": true, 6637 "license": "MIT" 6638 }, 6639 "node_modules/type-fest": { 6640 "version": "4.26.1", 6641 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz", 6642 "integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==", 6643 "license": "(MIT OR CC0-1.0)", 6644 "engines": { 6645 "node": ">=16" 6646 }, 6647 "funding": { 6648 "url": "https://github.com/sponsors/sindresorhus" 6649 } 6650 }, 6651 "node_modules/typesafe-path": { 6652 "version": "0.2.2", 6653 "resolved": "https://registry.npmjs.org/typesafe-path/-/typesafe-path-0.2.2.tgz", 6654 "integrity": "sha512-OJabfkAg1WLZSqJAJ0Z6Sdt3utnbzr/jh+NAHoyWHJe8CMSy79Gm085094M9nvTPy22KzTVn5Zq5mbapCI/hPA==", 6655 "license": "MIT" 6656 }, 6657 "node_modules/typescript": { 6658 "version": "5.8.3", 6659 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", 6660 "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", 6661 "license": "Apache-2.0", 6662 "bin": { 6663 "tsc": "bin/tsc", 6664 "tsserver": "bin/tsserver" 6665 }, 6666 "engines": { 6667 "node": ">=14.17" 6668 } 6669 }, 6670 "node_modules/typescript-auto-import-cache": { 6671 "version": "0.3.3", 6672 "resolved": "https://registry.npmjs.org/typescript-auto-import-cache/-/typescript-auto-import-cache-0.3.3.tgz", 6673 "integrity": "sha512-ojEC7+Ci1ij9eE6hp8Jl9VUNnsEKzztktP5gtYNRMrTmfXVwA1PITYYAkpxCvvupdSYa/Re51B6KMcv1CTZEUA==", 6674 "license": "MIT", 6675 "dependencies": { 6676 "semver": "^7.3.8" 6677 } 6678 }, 6679 "node_modules/ufo": { 6680 "version": "1.6.1", 6681 "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.1.tgz", 6682 "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==", 6683 "license": "MIT" 6684 }, 6685 "node_modules/ultrahtml": { 6686 "version": "1.6.0", 6687 "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.6.0.tgz", 6688 "integrity": "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==", 6689 "license": "MIT" 6690 }, 6691 "node_modules/uncrypto": { 6692 "version": "0.1.3", 6693 "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz", 6694 "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==", 6695 "license": "MIT" 6696 }, 6697 "node_modules/undici": { 6698 "version": "6.20.1", 6699 "resolved": "https://registry.npmjs.org/undici/-/undici-6.20.1.tgz", 6700 "integrity": "sha512-AjQF1QsmqfJys+LXfGTNum+qw4S88CojRInG/6t31W/1fk6G59s92bnAvGz5Cmur+kQv2SURXEvvudLmbrE8QA==", 6701 "license": "MIT", 6702 "engines": { 6703 "node": ">=18.17" 6704 } 6705 }, 6706 "node_modules/undici-types": { 6707 "version": "6.19.8", 6708 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", 6709 "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", 6710 "license": "MIT" 6711 }, 6712 "node_modules/unicode-properties": { 6713 "version": "1.4.1", 6714 "resolved": "https://registry.npmjs.org/unicode-properties/-/unicode-properties-1.4.1.tgz", 6715 "integrity": "sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==", 6716 "license": "MIT", 6717 "dependencies": { 6718 "base64-js": "^1.3.0", 6719 "unicode-trie": "^2.0.0" 6720 } 6721 }, 6722 "node_modules/unicode-trie": { 6723 "version": "2.0.0", 6724 "resolved": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-2.0.0.tgz", 6725 "integrity": "sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==", 6726 "license": "MIT", 6727 "dependencies": { 6728 "pako": "^0.2.5", 6729 "tiny-inflate": "^1.0.0" 6730 } 6731 }, 6732 "node_modules/unified": { 6733 "version": "11.0.5", 6734 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", 6735 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", 6736 "license": "MIT", 6737 "dependencies": { 6738 "@types/unist": "^3.0.0", 6739 "bail": "^2.0.0", 6740 "devlop": "^1.0.0", 6741 "extend": "^3.0.0", 6742 "is-plain-obj": "^4.0.0", 6743 "trough": "^2.0.0", 6744 "vfile": "^6.0.0" 6745 }, 6746 "funding": { 6747 "type": "opencollective", 6748 "url": "https://opencollective.com/unified" 6749 } 6750 }, 6751 "node_modules/unifont": { 6752 "version": "0.5.0", 6753 "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.5.0.tgz", 6754 "integrity": "sha512-4DueXMP5Hy4n607sh+vJ+rajoLu778aU3GzqeTCqsD/EaUcvqZT9wPC8kgK6Vjh22ZskrxyRCR71FwNOaYn6jA==", 6755 "license": "MIT", 6756 "dependencies": { 6757 "css-tree": "^3.0.0", 6758 "ohash": "^2.0.0" 6759 } 6760 }, 6761 "node_modules/unifont/node_modules/css-tree": { 6762 "version": "3.1.0", 6763 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz", 6764 "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==", 6765 "license": "MIT", 6766 "dependencies": { 6767 "mdn-data": "2.12.2", 6768 "source-map-js": "^1.0.1" 6769 }, 6770 "engines": { 6771 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" 6772 } 6773 }, 6774 "node_modules/unifont/node_modules/mdn-data": { 6775 "version": "2.12.2", 6776 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz", 6777 "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==", 6778 "license": "CC0-1.0" 6779 }, 6780 "node_modules/unist-util-find-after": { 6781 "version": "5.0.0", 6782 "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz", 6783 "integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==", 6784 "license": "MIT", 6785 "dependencies": { 6786 "@types/unist": "^3.0.0", 6787 "unist-util-is": "^6.0.0" 6788 }, 6789 "funding": { 6790 "type": "opencollective", 6791 "url": "https://opencollective.com/unified" 6792 } 6793 }, 6794 "node_modules/unist-util-is": { 6795 "version": "6.0.0", 6796 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", 6797 "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", 6798 "license": "MIT", 6799 "dependencies": { 6800 "@types/unist": "^3.0.0" 6801 }, 6802 "funding": { 6803 "type": "opencollective", 6804 "url": "https://opencollective.com/unified" 6805 } 6806 }, 6807 "node_modules/unist-util-modify-children": { 6808 "version": "4.0.0", 6809 "resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz", 6810 "integrity": "sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==", 6811 "license": "MIT", 6812 "dependencies": { 6813 "@types/unist": "^3.0.0", 6814 "array-iterate": "^2.0.0" 6815 }, 6816 "funding": { 6817 "type": "opencollective", 6818 "url": "https://opencollective.com/unified" 6819 } 6820 }, 6821 "node_modules/unist-util-position": { 6822 "version": "5.0.0", 6823 "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", 6824 "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", 6825 "license": "MIT", 6826 "dependencies": { 6827 "@types/unist": "^3.0.0" 6828 }, 6829 "funding": { 6830 "type": "opencollective", 6831 "url": "https://opencollective.com/unified" 6832 } 6833 }, 6834 "node_modules/unist-util-remove-position": { 6835 "version": "5.0.0", 6836 "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz", 6837 "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==", 6838 "license": "MIT", 6839 "dependencies": { 6840 "@types/unist": "^3.0.0", 6841 "unist-util-visit": "^5.0.0" 6842 }, 6843 "funding": { 6844 "type": "opencollective", 6845 "url": "https://opencollective.com/unified" 6846 } 6847 }, 6848 "node_modules/unist-util-stringify-position": { 6849 "version": "4.0.0", 6850 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 6851 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 6852 "license": "MIT", 6853 "dependencies": { 6854 "@types/unist": "^3.0.0" 6855 }, 6856 "funding": { 6857 "type": "opencollective", 6858 "url": "https://opencollective.com/unified" 6859 } 6860 }, 6861 "node_modules/unist-util-visit": { 6862 "version": "5.0.0", 6863 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", 6864 "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", 6865 "license": "MIT", 6866 "dependencies": { 6867 "@types/unist": "^3.0.0", 6868 "unist-util-is": "^6.0.0", 6869 "unist-util-visit-parents": "^6.0.0" 6870 }, 6871 "funding": { 6872 "type": "opencollective", 6873 "url": "https://opencollective.com/unified" 6874 } 6875 }, 6876 "node_modules/unist-util-visit-children": { 6877 "version": "3.0.0", 6878 "resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-3.0.0.tgz", 6879 "integrity": "sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==", 6880 "license": "MIT", 6881 "dependencies": { 6882 "@types/unist": "^3.0.0" 6883 }, 6884 "funding": { 6885 "type": "opencollective", 6886 "url": "https://opencollective.com/unified" 6887 } 6888 }, 6889 "node_modules/unist-util-visit-parents": { 6890 "version": "6.0.1", 6891 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", 6892 "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", 6893 "license": "MIT", 6894 "dependencies": { 6895 "@types/unist": "^3.0.0", 6896 "unist-util-is": "^6.0.0" 6897 }, 6898 "funding": { 6899 "type": "opencollective", 6900 "url": "https://opencollective.com/unified" 6901 } 6902 }, 6903 "node_modules/unstorage": { 6904 "version": "1.16.0", 6905 "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.16.0.tgz", 6906 "integrity": "sha512-WQ37/H5A7LcRPWfYOrDa1Ys02xAbpPJq6q5GkO88FBXVSQzHd7+BjEwfRqyaSWCv9MbsJy058GWjjPjcJ16GGA==", 6907 "license": "MIT", 6908 "dependencies": { 6909 "anymatch": "^3.1.3", 6910 "chokidar": "^4.0.3", 6911 "destr": "^2.0.5", 6912 "h3": "^1.15.2", 6913 "lru-cache": "^10.4.3", 6914 "node-fetch-native": "^1.6.6", 6915 "ofetch": "^1.4.1", 6916 "ufo": "^1.6.1" 6917 }, 6918 "peerDependencies": { 6919 "@azure/app-configuration": "^1.8.0", 6920 "@azure/cosmos": "^4.2.0", 6921 "@azure/data-tables": "^13.3.0", 6922 "@azure/identity": "^4.6.0", 6923 "@azure/keyvault-secrets": "^4.9.0", 6924 "@azure/storage-blob": "^12.26.0", 6925 "@capacitor/preferences": "^6.0.3 || ^7.0.0", 6926 "@deno/kv": ">=0.9.0", 6927 "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0", 6928 "@planetscale/database": "^1.19.0", 6929 "@upstash/redis": "^1.34.3", 6930 "@vercel/blob": ">=0.27.1", 6931 "@vercel/kv": "^1.0.1", 6932 "aws4fetch": "^1.0.20", 6933 "db0": ">=0.2.1", 6934 "idb-keyval": "^6.2.1", 6935 "ioredis": "^5.4.2", 6936 "uploadthing": "^7.4.4" 6937 }, 6938 "peerDependenciesMeta": { 6939 "@azure/app-configuration": { 6940 "optional": true 6941 }, 6942 "@azure/cosmos": { 6943 "optional": true 6944 }, 6945 "@azure/data-tables": { 6946 "optional": true 6947 }, 6948 "@azure/identity": { 6949 "optional": true 6950 }, 6951 "@azure/keyvault-secrets": { 6952 "optional": true 6953 }, 6954 "@azure/storage-blob": { 6955 "optional": true 6956 }, 6957 "@capacitor/preferences": { 6958 "optional": true 6959 }, 6960 "@deno/kv": { 6961 "optional": true 6962 }, 6963 "@netlify/blobs": { 6964 "optional": true 6965 }, 6966 "@planetscale/database": { 6967 "optional": true 6968 }, 6969 "@upstash/redis": { 6970 "optional": true 6971 }, 6972 "@vercel/blob": { 6973 "optional": true 6974 }, 6975 "@vercel/kv": { 6976 "optional": true 6977 }, 6978 "aws4fetch": { 6979 "optional": true 6980 }, 6981 "db0": { 6982 "optional": true 6983 }, 6984 "idb-keyval": { 6985 "optional": true 6986 }, 6987 "ioredis": { 6988 "optional": true 6989 }, 6990 "uploadthing": { 6991 "optional": true 6992 } 6993 } 6994 }, 6995 "node_modules/unstorage/node_modules/chokidar": { 6996 "version": "4.0.3", 6997 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz", 6998 "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==", 6999 "license": "MIT", 7000 "dependencies": { 7001 "readdirp": "^4.0.1" 7002 }, 7003 "engines": { 7004 "node": ">= 14.16.0" 7005 }, 7006 "funding": { 7007 "url": "https://paulmillr.com/funding/" 7008 } 7009 }, 7010 "node_modules/unstorage/node_modules/readdirp": { 7011 "version": "4.1.2", 7012 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz", 7013 "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==", 7014 "license": "MIT", 7015 "engines": { 7016 "node": ">= 14.18.0" 7017 }, 7018 "funding": { 7019 "type": "individual", 7020 "url": "https://paulmillr.com/funding/" 7021 } 7022 }, 7023 "node_modules/vfile": { 7024 "version": "6.0.3", 7025 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 7026 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 7027 "license": "MIT", 7028 "dependencies": { 7029 "@types/unist": "^3.0.0", 7030 "vfile-message": "^4.0.0" 7031 }, 7032 "funding": { 7033 "type": "opencollective", 7034 "url": "https://opencollective.com/unified" 7035 } 7036 }, 7037 "node_modules/vfile-location": { 7038 "version": "5.0.3", 7039 "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.3.tgz", 7040 "integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==", 7041 "license": "MIT", 7042 "dependencies": { 7043 "@types/unist": "^3.0.0", 7044 "vfile": "^6.0.0" 7045 }, 7046 "funding": { 7047 "type": "opencollective", 7048 "url": "https://opencollective.com/unified" 7049 } 7050 }, 7051 "node_modules/vfile-message": { 7052 "version": "4.0.2", 7053 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 7054 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 7055 "license": "MIT", 7056 "dependencies": { 7057 "@types/unist": "^3.0.0", 7058 "unist-util-stringify-position": "^4.0.0" 7059 }, 7060 "funding": { 7061 "type": "opencollective", 7062 "url": "https://opencollective.com/unified" 7063 } 7064 }, 7065 "node_modules/vite": { 7066 "version": "6.3.5", 7067 "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.5.tgz", 7068 "integrity": "sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==", 7069 "license": "MIT", 7070 "dependencies": { 7071 "esbuild": "^0.25.0", 7072 "fdir": "^6.4.4", 7073 "picomatch": "^4.0.2", 7074 "postcss": "^8.5.3", 7075 "rollup": "^4.34.9", 7076 "tinyglobby": "^0.2.13" 7077 }, 7078 "bin": { 7079 "vite": "bin/vite.js" 7080 }, 7081 "engines": { 7082 "node": "^18.0.0 || ^20.0.0 || >=22.0.0" 7083 }, 7084 "funding": { 7085 "url": "https://github.com/vitejs/vite?sponsor=1" 7086 }, 7087 "optionalDependencies": { 7088 "fsevents": "~2.3.3" 7089 }, 7090 "peerDependencies": { 7091 "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", 7092 "jiti": ">=1.21.0", 7093 "less": "*", 7094 "lightningcss": "^1.21.0", 7095 "sass": "*", 7096 "sass-embedded": "*", 7097 "stylus": "*", 7098 "sugarss": "*", 7099 "terser": "^5.16.0", 7100 "tsx": "^4.8.1", 7101 "yaml": "^2.4.2" 7102 }, 7103 "peerDependenciesMeta": { 7104 "@types/node": { 7105 "optional": true 7106 }, 7107 "jiti": { 7108 "optional": true 7109 }, 7110 "less": { 7111 "optional": true 7112 }, 7113 "lightningcss": { 7114 "optional": true 7115 }, 7116 "sass": { 7117 "optional": true 7118 }, 7119 "sass-embedded": { 7120 "optional": true 7121 }, 7122 "stylus": { 7123 "optional": true 7124 }, 7125 "sugarss": { 7126 "optional": true 7127 }, 7128 "terser": { 7129 "optional": true 7130 }, 7131 "tsx": { 7132 "optional": true 7133 }, 7134 "yaml": { 7135 "optional": true 7136 } 7137 } 7138 }, 7139 "node_modules/vite/node_modules/fdir": { 7140 "version": "6.4.4", 7141 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.4.tgz", 7142 "integrity": "sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==", 7143 "license": "MIT", 7144 "peerDependencies": { 7145 "picomatch": "^3 || ^4" 7146 }, 7147 "peerDependenciesMeta": { 7148 "picomatch": { 7149 "optional": true 7150 } 7151 } 7152 }, 7153 "node_modules/vite/node_modules/picomatch": { 7154 "version": "4.0.2", 7155 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", 7156 "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", 7157 "license": "MIT", 7158 "engines": { 7159 "node": ">=12" 7160 }, 7161 "funding": { 7162 "url": "https://github.com/sponsors/jonschlinkert" 7163 } 7164 }, 7165 "node_modules/vitefu": { 7166 "version": "1.0.6", 7167 "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.0.6.tgz", 7168 "integrity": "sha512-+Rex1GlappUyNN6UfwbVZne/9cYC4+R2XDk9xkNXBKMw6HQagdX9PgZ8V2v1WUSK1wfBLp7qbI1+XSNIlB1xmA==", 7169 "license": "MIT", 7170 "workspaces": [ 7171 "tests/deps/*", 7172 "tests/projects/*" 7173 ], 7174 "peerDependencies": { 7175 "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0" 7176 }, 7177 "peerDependenciesMeta": { 7178 "vite": { 7179 "optional": true 7180 } 7181 } 7182 }, 7183 "node_modules/volar-service-css": { 7184 "version": "0.0.61", 7185 "resolved": "https://registry.npmjs.org/volar-service-css/-/volar-service-css-0.0.61.tgz", 7186 "integrity": "sha512-Ct9L/w+IB1JU8F4jofcNCGoHy6TF83aiapfZq9A0qYYpq+Kk5dH+ONS+rVZSsuhsunq8UvAuF8Gk6B8IFLfniw==", 7187 "license": "MIT", 7188 "dependencies": { 7189 "vscode-css-languageservice": "^6.3.0", 7190 "vscode-languageserver-textdocument": "^1.0.11", 7191 "vscode-uri": "^3.0.8" 7192 }, 7193 "peerDependencies": { 7194 "@volar/language-service": "~2.4.0" 7195 }, 7196 "peerDependenciesMeta": { 7197 "@volar/language-service": { 7198 "optional": true 7199 } 7200 } 7201 }, 7202 "node_modules/volar-service-emmet": { 7203 "version": "0.0.61", 7204 "resolved": "https://registry.npmjs.org/volar-service-emmet/-/volar-service-emmet-0.0.61.tgz", 7205 "integrity": "sha512-iiYqBxjjcekqrRruw4COQHZME6EZYWVbkHjHDbULpml3g8HGJHzpAMkj9tXNCPxf36A+f1oUYjsvZt36qPg4cg==", 7206 "license": "MIT", 7207 "dependencies": { 7208 "@emmetio/css-parser": "^0.4.0", 7209 "@emmetio/html-matcher": "^1.3.0", 7210 "@vscode/emmet-helper": "^2.9.3", 7211 "vscode-uri": "^3.0.8" 7212 }, 7213 "peerDependencies": { 7214 "@volar/language-service": "~2.4.0" 7215 }, 7216 "peerDependenciesMeta": { 7217 "@volar/language-service": { 7218 "optional": true 7219 } 7220 } 7221 }, 7222 "node_modules/volar-service-html": { 7223 "version": "0.0.61", 7224 "resolved": "https://registry.npmjs.org/volar-service-html/-/volar-service-html-0.0.61.tgz", 7225 "integrity": "sha512-yFE+YmmgqIL5HI4ORqP++IYb1QaGcv+xBboI0WkCxJJ/M35HZj7f5rbT3eQ24ECLXFbFCFanckwyWJVz5KmN3Q==", 7226 "license": "MIT", 7227 "dependencies": { 7228 "vscode-html-languageservice": "^5.3.0", 7229 "vscode-languageserver-textdocument": "^1.0.11", 7230 "vscode-uri": "^3.0.8" 7231 }, 7232 "peerDependencies": { 7233 "@volar/language-service": "~2.4.0" 7234 }, 7235 "peerDependenciesMeta": { 7236 "@volar/language-service": { 7237 "optional": true 7238 } 7239 } 7240 }, 7241 "node_modules/volar-service-prettier": { 7242 "version": "0.0.61", 7243 "resolved": "https://registry.npmjs.org/volar-service-prettier/-/volar-service-prettier-0.0.61.tgz", 7244 "integrity": "sha512-F612nql5I0IS8HxXemCGvOR2Uxd4XooIwqYVUvk7WSBxP/+xu1jYvE3QJ7EVpl8Ty3S4SxPXYiYTsG3bi+gzIQ==", 7245 "license": "MIT", 7246 "dependencies": { 7247 "vscode-uri": "^3.0.8" 7248 }, 7249 "peerDependencies": { 7250 "@volar/language-service": "~2.4.0", 7251 "prettier": "^2.2 || ^3.0" 7252 }, 7253 "peerDependenciesMeta": { 7254 "@volar/language-service": { 7255 "optional": true 7256 }, 7257 "prettier": { 7258 "optional": true 7259 } 7260 } 7261 }, 7262 "node_modules/volar-service-typescript": { 7263 "version": "0.0.61", 7264 "resolved": "https://registry.npmjs.org/volar-service-typescript/-/volar-service-typescript-0.0.61.tgz", 7265 "integrity": "sha512-4kRHxVbW7wFBHZWRU6yWxTgiKETBDIJNwmJUAWeP0mHaKpnDGj/astdRFKqGFRYVeEYl45lcUPhdJyrzanjsdQ==", 7266 "license": "MIT", 7267 "dependencies": { 7268 "path-browserify": "^1.0.1", 7269 "semver": "^7.6.2", 7270 "typescript-auto-import-cache": "^0.3.3", 7271 "vscode-languageserver-textdocument": "^1.0.11", 7272 "vscode-nls": "^5.2.0", 7273 "vscode-uri": "^3.0.8" 7274 }, 7275 "peerDependencies": { 7276 "@volar/language-service": "~2.4.0" 7277 }, 7278 "peerDependenciesMeta": { 7279 "@volar/language-service": { 7280 "optional": true 7281 } 7282 } 7283 }, 7284 "node_modules/volar-service-typescript-twoslash-queries": { 7285 "version": "0.0.61", 7286 "resolved": "https://registry.npmjs.org/volar-service-typescript-twoslash-queries/-/volar-service-typescript-twoslash-queries-0.0.61.tgz", 7287 "integrity": "sha512-99FICGrEF0r1E2tV+SvprHPw9Knyg7BdW2fUch0tf59kG+KG+Tj4tL6tUg+cy8f23O/VXlmsWFMIE+bx1dXPnQ==", 7288 "license": "MIT", 7289 "dependencies": { 7290 "vscode-uri": "^3.0.8" 7291 }, 7292 "peerDependencies": { 7293 "@volar/language-service": "~2.4.0" 7294 }, 7295 "peerDependenciesMeta": { 7296 "@volar/language-service": { 7297 "optional": true 7298 } 7299 } 7300 }, 7301 "node_modules/volar-service-yaml": { 7302 "version": "0.0.61", 7303 "resolved": "https://registry.npmjs.org/volar-service-yaml/-/volar-service-yaml-0.0.61.tgz", 7304 "integrity": "sha512-L+gbDiLDQQ1rZUbJ3mf3doDsoQUa8OZM/xdpk/unMg1Vz24Zmi2Ign8GrZyBD7bRoIQDwOH9gdktGDKzRPpUNw==", 7305 "license": "MIT", 7306 "dependencies": { 7307 "vscode-uri": "^3.0.8", 7308 "yaml-language-server": "~1.15.0" 7309 }, 7310 "peerDependencies": { 7311 "@volar/language-service": "~2.4.0" 7312 }, 7313 "peerDependenciesMeta": { 7314 "@volar/language-service": { 7315 "optional": true 7316 } 7317 } 7318 }, 7319 "node_modules/vscode-css-languageservice": { 7320 "version": "6.3.1", 7321 "resolved": "https://registry.npmjs.org/vscode-css-languageservice/-/vscode-css-languageservice-6.3.1.tgz", 7322 "integrity": "sha512-1BzTBuJfwMc3A0uX4JBdJgoxp74cjj4q2mDJdp49yD/GuAq4X0k5WtK6fNcMYr+FfJ9nqgR6lpfCSZDkARJ5qQ==", 7323 "license": "MIT", 7324 "dependencies": { 7325 "@vscode/l10n": "^0.0.18", 7326 "vscode-languageserver-textdocument": "^1.0.12", 7327 "vscode-languageserver-types": "3.17.5", 7328 "vscode-uri": "^3.0.8" 7329 } 7330 }, 7331 "node_modules/vscode-html-languageservice": { 7332 "version": "5.3.1", 7333 "resolved": "https://registry.npmjs.org/vscode-html-languageservice/-/vscode-html-languageservice-5.3.1.tgz", 7334 "integrity": "sha512-ysUh4hFeW/WOWz/TO9gm08xigiSsV/FOAZ+DolgJfeLftna54YdmZ4A+lIn46RbdO3/Qv5QHTn1ZGqmrXQhZyA==", 7335 "license": "MIT", 7336 "dependencies": { 7337 "@vscode/l10n": "^0.0.18", 7338 "vscode-languageserver-textdocument": "^1.0.12", 7339 "vscode-languageserver-types": "^3.17.5", 7340 "vscode-uri": "^3.0.8" 7341 } 7342 }, 7343 "node_modules/vscode-json-languageservice": { 7344 "version": "4.1.8", 7345 "resolved": "https://registry.npmjs.org/vscode-json-languageservice/-/vscode-json-languageservice-4.1.8.tgz", 7346 "integrity": "sha512-0vSpg6Xd9hfV+eZAaYN63xVVMOTmJ4GgHxXnkLCh+9RsQBkWKIghzLhW2B9ebfG+LQQg8uLtsQ2aUKjTgE+QOg==", 7347 "license": "MIT", 7348 "dependencies": { 7349 "jsonc-parser": "^3.0.0", 7350 "vscode-languageserver-textdocument": "^1.0.1", 7351 "vscode-languageserver-types": "^3.16.0", 7352 "vscode-nls": "^5.0.0", 7353 "vscode-uri": "^3.0.2" 7354 }, 7355 "engines": { 7356 "npm": ">=7.0.0" 7357 } 7358 }, 7359 "node_modules/vscode-json-languageservice/node_modules/jsonc-parser": { 7360 "version": "3.3.1", 7361 "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.3.1.tgz", 7362 "integrity": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==", 7363 "license": "MIT" 7364 }, 7365 "node_modules/vscode-jsonrpc": { 7366 "version": "8.2.0", 7367 "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-8.2.0.tgz", 7368 "integrity": "sha512-C+r0eKJUIfiDIfwJhria30+TYWPtuHJXHtI7J0YlOmKAo7ogxP20T0zxB7HZQIFhIyvoBPwWskjxrvAtfjyZfA==", 7369 "license": "MIT", 7370 "engines": { 7371 "node": ">=14.0.0" 7372 } 7373 }, 7374 "node_modules/vscode-languageserver": { 7375 "version": "9.0.1", 7376 "resolved": "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-9.0.1.tgz", 7377 "integrity": "sha512-woByF3PDpkHFUreUa7Hos7+pUWdeWMXRd26+ZX2A8cFx6v/JPTtd4/uN0/jB6XQHYaOlHbio03NTHCqrgG5n7g==", 7378 "license": "MIT", 7379 "dependencies": { 7380 "vscode-languageserver-protocol": "3.17.5" 7381 }, 7382 "bin": { 7383 "installServerIntoExtension": "bin/installServerIntoExtension" 7384 } 7385 }, 7386 "node_modules/vscode-languageserver-protocol": { 7387 "version": "3.17.5", 7388 "resolved": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.17.5.tgz", 7389 "integrity": "sha512-mb1bvRJN8SVznADSGWM9u/b07H7Ecg0I3OgXDuLdn307rl/J3A9YD6/eYOssqhecL27hK1IPZAsaqh00i/Jljg==", 7390 "license": "MIT", 7391 "dependencies": { 7392 "vscode-jsonrpc": "8.2.0", 7393 "vscode-languageserver-types": "3.17.5" 7394 } 7395 }, 7396 "node_modules/vscode-languageserver-textdocument": { 7397 "version": "1.0.12", 7398 "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.12.tgz", 7399 "integrity": "sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA==", 7400 "license": "MIT" 7401 }, 7402 "node_modules/vscode-languageserver-types": { 7403 "version": "3.17.5", 7404 "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.17.5.tgz", 7405 "integrity": "sha512-Ld1VelNuX9pdF39h2Hgaeb5hEZM2Z3jUrrMgWQAu82jMtZp7p3vJT3BzToKtZI7NgQssZje5o0zryOrhQvzQAg==", 7406 "license": "MIT" 7407 }, 7408 "node_modules/vscode-nls": { 7409 "version": "5.2.0", 7410 "resolved": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-5.2.0.tgz", 7411 "integrity": "sha512-RAaHx7B14ZU04EU31pT+rKz2/zSl7xMsfIZuo8pd+KZO6PXtQmpevpq3vxvWNcrGbdmhM/rr5Uw5Mz+NBfhVng==", 7412 "license": "MIT" 7413 }, 7414 "node_modules/vscode-uri": { 7415 "version": "3.0.8", 7416 "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.8.tgz", 7417 "integrity": "sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==", 7418 "license": "MIT" 7419 }, 7420 "node_modules/web-namespaces": { 7421 "version": "2.0.1", 7422 "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz", 7423 "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==", 7424 "license": "MIT", 7425 "funding": { 7426 "type": "github", 7427 "url": "https://github.com/sponsors/wooorm" 7428 } 7429 }, 7430 "node_modules/webidl-conversions": { 7431 "version": "3.0.1", 7432 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", 7433 "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", 7434 "license": "BSD-2-Clause" 7435 }, 7436 "node_modules/whatwg-encoding": { 7437 "version": "3.1.1", 7438 "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz", 7439 "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==", 7440 "license": "MIT", 7441 "dependencies": { 7442 "iconv-lite": "0.6.3" 7443 }, 7444 "engines": { 7445 "node": ">=18" 7446 } 7447 }, 7448 "node_modules/whatwg-mimetype": { 7449 "version": "4.0.0", 7450 "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz", 7451 "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==", 7452 "license": "MIT", 7453 "engines": { 7454 "node": ">=18" 7455 } 7456 }, 7457 "node_modules/whatwg-url": { 7458 "version": "5.0.0", 7459 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", 7460 "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", 7461 "license": "MIT", 7462 "dependencies": { 7463 "tr46": "~0.0.3", 7464 "webidl-conversions": "^3.0.0" 7465 } 7466 }, 7467 "node_modules/which-pm-runs": { 7468 "version": "1.1.0", 7469 "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz", 7470 "integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==", 7471 "license": "MIT", 7472 "engines": { 7473 "node": ">=4" 7474 } 7475 }, 7476 "node_modules/widest-line": { 7477 "version": "5.0.0", 7478 "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz", 7479 "integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==", 7480 "license": "MIT", 7481 "dependencies": { 7482 "string-width": "^7.0.0" 7483 }, 7484 "engines": { 7485 "node": ">=18" 7486 }, 7487 "funding": { 7488 "url": "https://github.com/sponsors/sindresorhus" 7489 } 7490 }, 7491 "node_modules/wrappy": { 7492 "version": "1.0.2", 7493 "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", 7494 "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", 7495 "license": "ISC" 7496 }, 7497 "node_modules/xxhash-wasm": { 7498 "version": "1.1.0", 7499 "resolved": "https://registry.npmjs.org/xxhash-wasm/-/xxhash-wasm-1.1.0.tgz", 7500 "integrity": "sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA==", 7501 "license": "MIT" 7502 }, 7503 "node_modules/y18n": { 7504 "version": "5.0.8", 7505 "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", 7506 "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", 7507 "license": "ISC", 7508 "engines": { 7509 "node": ">=10" 7510 } 7511 }, 7512 "node_modules/yallist": { 7513 "version": "5.0.0", 7514 "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz", 7515 "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==", 7516 "license": "BlueOak-1.0.0", 7517 "engines": { 7518 "node": ">=18" 7519 } 7520 }, 7521 "node_modules/yaml": { 7522 "version": "2.6.0", 7523 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.0.tgz", 7524 "integrity": "sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ==", 7525 "license": "ISC", 7526 "bin": { 7527 "yaml": "bin.mjs" 7528 }, 7529 "engines": { 7530 "node": ">= 14" 7531 } 7532 }, 7533 "node_modules/yaml-language-server": { 7534 "version": "1.15.0", 7535 "resolved": "https://registry.npmjs.org/yaml-language-server/-/yaml-language-server-1.15.0.tgz", 7536 "integrity": "sha512-N47AqBDCMQmh6mBLmI6oqxryHRzi33aPFPsJhYy3VTUGCdLHYjGh4FZzpUjRlphaADBBkDmnkM/++KNIOHi5Rw==", 7537 "license": "MIT", 7538 "dependencies": { 7539 "ajv": "^8.11.0", 7540 "lodash": "4.17.21", 7541 "request-light": "^0.5.7", 7542 "vscode-json-languageservice": "4.1.8", 7543 "vscode-languageserver": "^7.0.0", 7544 "vscode-languageserver-textdocument": "^1.0.1", 7545 "vscode-languageserver-types": "^3.16.0", 7546 "vscode-nls": "^5.0.0", 7547 "vscode-uri": "^3.0.2", 7548 "yaml": "2.2.2" 7549 }, 7550 "bin": { 7551 "yaml-language-server": "bin/yaml-language-server" 7552 }, 7553 "optionalDependencies": { 7554 "prettier": "2.8.7" 7555 } 7556 }, 7557 "node_modules/yaml-language-server/node_modules/prettier": { 7558 "version": "2.8.7", 7559 "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.7.tgz", 7560 "integrity": "sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==", 7561 "license": "MIT", 7562 "optional": true, 7563 "bin": { 7564 "prettier": "bin-prettier.js" 7565 }, 7566 "engines": { 7567 "node": ">=10.13.0" 7568 }, 7569 "funding": { 7570 "url": "https://github.com/prettier/prettier?sponsor=1" 7571 } 7572 }, 7573 "node_modules/yaml-language-server/node_modules/request-light": { 7574 "version": "0.5.8", 7575 "resolved": "https://registry.npmjs.org/request-light/-/request-light-0.5.8.tgz", 7576 "integrity": "sha512-3Zjgh+8b5fhRJBQZoy+zbVKpAQGLyka0MPgW3zruTF4dFFJ8Fqcfu9YsAvi/rvdcaTeWG3MkbZv4WKxAn/84Lg==", 7577 "license": "MIT" 7578 }, 7579 "node_modules/yaml-language-server/node_modules/vscode-jsonrpc": { 7580 "version": "6.0.0", 7581 "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-6.0.0.tgz", 7582 "integrity": "sha512-wnJA4BnEjOSyFMvjZdpiOwhSq9uDoK8e/kpRJDTaMYzwlkrhG1fwDIZI94CLsLzlCK5cIbMMtFlJlfR57Lavmg==", 7583 "license": "MIT", 7584 "engines": { 7585 "node": ">=8.0.0 || >=10.0.0" 7586 } 7587 }, 7588 "node_modules/yaml-language-server/node_modules/vscode-languageserver": { 7589 "version": "7.0.0", 7590 "resolved": "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-7.0.0.tgz", 7591 "integrity": "sha512-60HTx5ID+fLRcgdHfmz0LDZAXYEV68fzwG0JWwEPBode9NuMYTIxuYXPg4ngO8i8+Ou0lM7y6GzaYWbiDL0drw==", 7592 "license": "MIT", 7593 "dependencies": { 7594 "vscode-languageserver-protocol": "3.16.0" 7595 }, 7596 "bin": { 7597 "installServerIntoExtension": "bin/installServerIntoExtension" 7598 } 7599 }, 7600 "node_modules/yaml-language-server/node_modules/vscode-languageserver-protocol": { 7601 "version": "3.16.0", 7602 "resolved": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.16.0.tgz", 7603 "integrity": "sha512-sdeUoAawceQdgIfTI+sdcwkiK2KU+2cbEYA0agzM2uqaUy2UpnnGHtWTHVEtS0ES4zHU0eMFRGN+oQgDxlD66A==", 7604 "license": "MIT", 7605 "dependencies": { 7606 "vscode-jsonrpc": "6.0.0", 7607 "vscode-languageserver-types": "3.16.0" 7608 } 7609 }, 7610 "node_modules/yaml-language-server/node_modules/vscode-languageserver-types": { 7611 "version": "3.16.0", 7612 "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.16.0.tgz", 7613 "integrity": "sha512-k8luDIWJWyenLc5ToFQQMaSrqCHiLwyKPHKPQZ5zz21vM+vIVUSvsRpcbiECH4WR88K2XZqc4ScRcZ7nk/jbeA==", 7614 "license": "MIT" 7615 }, 7616 "node_modules/yaml-language-server/node_modules/yaml": { 7617 "version": "2.2.2", 7618 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.2.tgz", 7619 "integrity": "sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==", 7620 "license": "ISC", 7621 "engines": { 7622 "node": ">= 14" 7623 } 7624 }, 7625 "node_modules/yargs": { 7626 "version": "17.7.2", 7627 "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", 7628 "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", 7629 "license": "MIT", 7630 "dependencies": { 7631 "cliui": "^8.0.1", 7632 "escalade": "^3.1.1", 7633 "get-caller-file": "^2.0.5", 7634 "require-directory": "^2.1.1", 7635 "string-width": "^4.2.3", 7636 "y18n": "^5.0.5", 7637 "yargs-parser": "^21.1.1" 7638 }, 7639 "engines": { 7640 "node": ">=12" 7641 } 7642 }, 7643 "node_modules/yargs-parser": { 7644 "version": "21.1.1", 7645 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", 7646 "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", 7647 "license": "ISC", 7648 "engines": { 7649 "node": ">=12" 7650 } 7651 }, 7652 "node_modules/yargs/node_modules/ansi-regex": { 7653 "version": "5.0.1", 7654 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 7655 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 7656 "license": "MIT", 7657 "engines": { 7658 "node": ">=8" 7659 } 7660 }, 7661 "node_modules/yargs/node_modules/emoji-regex": { 7662 "version": "8.0.0", 7663 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 7664 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 7665 "license": "MIT" 7666 }, 7667 "node_modules/yargs/node_modules/string-width": { 7668 "version": "4.2.3", 7669 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 7670 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 7671 "license": "MIT", 7672 "dependencies": { 7673 "emoji-regex": "^8.0.0", 7674 "is-fullwidth-code-point": "^3.0.0", 7675 "strip-ansi": "^6.0.1" 7676 }, 7677 "engines": { 7678 "node": ">=8" 7679 } 7680 }, 7681 "node_modules/yargs/node_modules/strip-ansi": { 7682 "version": "6.0.1", 7683 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 7684 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 7685 "license": "MIT", 7686 "dependencies": { 7687 "ansi-regex": "^5.0.1" 7688 }, 7689 "engines": { 7690 "node": ">=8" 7691 } 7692 }, 7693 "node_modules/yauzl": { 7694 "version": "2.10.0", 7695 "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", 7696 "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==", 7697 "license": "MIT", 7698 "dependencies": { 7699 "buffer-crc32": "~0.2.3", 7700 "fd-slicer": "~1.1.0" 7701 } 7702 }, 7703 "node_modules/yocto-queue": { 7704 "version": "1.2.1", 7705 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.1.tgz", 7706 "integrity": "sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==", 7707 "license": "MIT", 7708 "engines": { 7709 "node": ">=12.20" 7710 }, 7711 "funding": { 7712 "url": "https://github.com/sponsors/sindresorhus" 7713 } 7714 }, 7715 "node_modules/yocto-spinner": { 7716 "version": "0.2.3", 7717 "resolved": "https://registry.npmjs.org/yocto-spinner/-/yocto-spinner-0.2.3.tgz", 7718 "integrity": "sha512-sqBChb33loEnkoXte1bLg45bEBsOP9N1kzQh5JZNKj/0rik4zAPTNSAVPj3uQAdc6slYJ0Ksc403G2XgxsJQFQ==", 7719 "license": "MIT", 7720 "dependencies": { 7721 "yoctocolors": "^2.1.1" 7722 }, 7723 "engines": { 7724 "node": ">=18.19" 7725 }, 7726 "funding": { 7727 "url": "https://github.com/sponsors/sindresorhus" 7728 } 7729 }, 7730 "node_modules/yoctocolors": { 7731 "version": "2.1.1", 7732 "resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.1.tgz", 7733 "integrity": "sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==", 7734 "license": "MIT", 7735 "engines": { 7736 "node": ">=18" 7737 }, 7738 "funding": { 7739 "url": "https://github.com/sponsors/sindresorhus" 7740 } 7741 }, 7742 "node_modules/zod": { 7743 "version": "3.25.20", 7744 "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.20.tgz", 7745 "integrity": "sha512-z03fqpTMDF1G02VLKUMt6vyACE7rNWkh3gpXVHgPTw28NPtDFRGvcpTtPwn2kMKtQ0idtYJUTxchytmnqYswcw==", 7746 "license": "MIT", 7747 "funding": { 7748 "url": "https://github.com/sponsors/colinhacks" 7749 } 7750 }, 7751 "node_modules/zod-to-json-schema": { 7752 "version": "3.24.5", 7753 "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.24.5.tgz", 7754 "integrity": "sha512-/AuWwMP+YqiPbsJx5D6TfgRTc4kTLjsh5SOcd4bLsfUg2RcEXrFMJl1DGgdHy2aCfsIA/cr/1JM0xcB2GZji8g==", 7755 "license": "ISC", 7756 "peerDependencies": { 7757 "zod": "^3.24.1" 7758 } 7759 }, 7760 "node_modules/zod-to-ts": { 7761 "version": "1.2.0", 7762 "resolved": "https://registry.npmjs.org/zod-to-ts/-/zod-to-ts-1.2.0.tgz", 7763 "integrity": "sha512-x30XE43V+InwGpvTySRNz9kB7qFU8DlyEy7BsSTCHPH1R0QasMmHWZDCzYm6bVXtj/9NNJAZF3jW8rzFvH5OFA==", 7764 "peerDependencies": { 7765 "typescript": "^4.9.4 || ^5.0.2", 7766 "zod": "^3" 7767 } 7768 }, 7769 "node_modules/zwitch": { 7770 "version": "2.0.4", 7771 "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", 7772 "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", 7773 "license": "MIT", 7774 "funding": { 7775 "type": "github", 7776 "url": "https://github.com/sponsors/wooorm" 7777 } 7778 } 7779 } 7780}