A minimal starter for ATProto logins in Astro
1{ 2 "name": "astro-atproto-starter", 3 "version": "0.0.1", 4 "lockfileVersion": 3, 5 "requires": true, 6 "packages": { 7 "": { 8 "name": "astro-atproto-starter", 9 "version": "0.0.1", 10 "dependencies": { 11 "@astrojs/node": "^9.5.0", 12 "@astrojs/tailwind": "^6.0.2", 13 "@atproto/api": "^0.17.4", 14 "@atproto/oauth-client-node": "^0.3.10", 15 "@tailwindcss/vite": "^4.1.16", 16 "astro": "^5.15.1", 17 "daisyui": "^5.3.9", 18 "dotenv": "^17.2.3", 19 "tailwindcss": "^4.1.16" 20 } 21 }, 22 "node_modules/@astrojs/compiler": { 23 "version": "2.13.0", 24 "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.13.0.tgz", 25 "integrity": "sha512-mqVORhUJViA28fwHYaWmsXSzLO9osbdZ5ImUfxBarqsYdMlPbqAqGJCxsNzvppp1BEzc1mJNjOVvQqeDN8Vspw==", 26 "license": "MIT" 27 }, 28 "node_modules/@astrojs/internal-helpers": { 29 "version": "0.7.4", 30 "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.7.4.tgz", 31 "integrity": "sha512-lDA9MqE8WGi7T/t2BMi+EAXhs4Vcvr94Gqx3q15cFEz8oFZMO4/SFBqYr/UcmNlvW+35alowkVj+w9VhLvs5Cw==", 32 "license": "MIT" 33 }, 34 "node_modules/@astrojs/markdown-remark": { 35 "version": "6.3.8", 36 "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.8.tgz", 37 "integrity": "sha512-uFNyFWadnULWK2cOw4n0hLKeu+xaVWeuECdP10cQ3K2fkybtTlhb7J7TcScdjmS8Yps7oje9S/ehYMfZrhrgCg==", 38 "license": "MIT", 39 "dependencies": { 40 "@astrojs/internal-helpers": "0.7.4", 41 "@astrojs/prism": "3.3.0", 42 "github-slugger": "^2.0.0", 43 "hast-util-from-html": "^2.0.3", 44 "hast-util-to-text": "^4.0.2", 45 "import-meta-resolve": "^4.2.0", 46 "js-yaml": "^4.1.0", 47 "mdast-util-definitions": "^6.0.0", 48 "rehype-raw": "^7.0.0", 49 "rehype-stringify": "^10.0.1", 50 "remark-gfm": "^4.0.1", 51 "remark-parse": "^11.0.0", 52 "remark-rehype": "^11.1.2", 53 "remark-smartypants": "^3.0.2", 54 "shiki": "^3.13.0", 55 "smol-toml": "^1.4.2", 56 "unified": "^11.0.5", 57 "unist-util-remove-position": "^5.0.0", 58 "unist-util-visit": "^5.0.0", 59 "unist-util-visit-parents": "^6.0.1", 60 "vfile": "^6.0.3" 61 } 62 }, 63 "node_modules/@astrojs/node": { 64 "version": "9.5.0", 65 "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-9.5.0.tgz", 66 "integrity": "sha512-x1whLIatmCefaqJA8FjfI+P6FStF+bqmmrib0OUGM1M3cZhAXKLgPx6UF2AzQ3JgpXgCWYM24MHtraPvZhhyLQ==", 67 "license": "MIT", 68 "dependencies": { 69 "@astrojs/internal-helpers": "0.7.4", 70 "send": "^1.2.0", 71 "server-destroy": "^1.0.1" 72 }, 73 "peerDependencies": { 74 "astro": "^5.14.3" 75 } 76 }, 77 "node_modules/@astrojs/prism": { 78 "version": "3.3.0", 79 "resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-3.3.0.tgz", 80 "integrity": "sha512-q8VwfU/fDZNoDOf+r7jUnMC2//H2l0TuQ6FkGJL8vD8nw/q5KiL3DS1KKBI3QhI9UQhpJ5dc7AtqfbXWuOgLCQ==", 81 "license": "MIT", 82 "dependencies": { 83 "prismjs": "^1.30.0" 84 }, 85 "engines": { 86 "node": "18.20.8 || ^20.3.0 || >=22.0.0" 87 } 88 }, 89 "node_modules/@astrojs/tailwind": { 90 "version": "6.0.2", 91 "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-6.0.2.tgz", 92 "integrity": "sha512-j3mhLNeugZq6A8dMNXVarUa8K6X9AW+QHU9u3lKNrPLMHhOQ0S7VeWhHwEeJFpEK1BTKEUY1U78VQv2gN6hNGg==", 93 "license": "MIT", 94 "dependencies": { 95 "autoprefixer": "^10.4.21", 96 "postcss": "^8.5.3", 97 "postcss-load-config": "^4.0.2" 98 }, 99 "peerDependencies": { 100 "astro": "^3.0.0 || ^4.0.0 || ^5.0.0", 101 "tailwindcss": "^3.0.24" 102 } 103 }, 104 "node_modules/@astrojs/telemetry": { 105 "version": "3.3.0", 106 "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.3.0.tgz", 107 "integrity": "sha512-UFBgfeldP06qu6khs/yY+q1cDAaArM2/7AEIqQ9Cuvf7B1hNLq0xDrZkct+QoIGyjq56y8IaE2I3CTvG99mlhQ==", 108 "license": "MIT", 109 "dependencies": { 110 "ci-info": "^4.2.0", 111 "debug": "^4.4.0", 112 "dlv": "^1.1.3", 113 "dset": "^3.1.4", 114 "is-docker": "^3.0.0", 115 "is-wsl": "^3.1.0", 116 "which-pm-runs": "^1.1.0" 117 }, 118 "engines": { 119 "node": "18.20.8 || ^20.3.0 || >=22.0.0" 120 } 121 }, 122 "node_modules/@atproto-labs/did-resolver": { 123 "version": "0.2.2", 124 "resolved": "https://registry.npmjs.org/@atproto-labs/did-resolver/-/did-resolver-0.2.2.tgz", 125 "integrity": "sha512-ca2B7xR43tVoQ8XxBvha58DXwIH8cIyKQl6lpOKGkPUrJuFoO4iCLlDiSDi2Ueh+yE1rMDPP/qveHdajgDX3WQ==", 126 "license": "MIT", 127 "dependencies": { 128 "@atproto-labs/fetch": "0.2.3", 129 "@atproto-labs/pipe": "0.1.1", 130 "@atproto-labs/simple-store": "0.3.0", 131 "@atproto-labs/simple-store-memory": "0.1.4", 132 "@atproto/did": "0.2.1", 133 "zod": "^3.23.8" 134 } 135 }, 136 "node_modules/@atproto-labs/fetch": { 137 "version": "0.2.3", 138 "resolved": "https://registry.npmjs.org/@atproto-labs/fetch/-/fetch-0.2.3.tgz", 139 "integrity": "sha512-NZtbJOCbxKUFRFKMpamT38PUQMY0hX0p7TG5AEYOPhZKZEP7dHZ1K2s1aB8MdVH0qxmqX7nQleNrrvLf09Zfdw==", 140 "license": "MIT", 141 "dependencies": { 142 "@atproto-labs/pipe": "0.1.1" 143 } 144 }, 145 "node_modules/@atproto-labs/fetch-node": { 146 "version": "0.2.0", 147 "resolved": "https://registry.npmjs.org/@atproto-labs/fetch-node/-/fetch-node-0.2.0.tgz", 148 "integrity": "sha512-Krq09nH/aeoiU2s9xdHA0FjTEFWG9B5FFenipv1iRixCcPc7V3DhTNDawxG9gI8Ny0k4dBVS9WTRN/IDzBx86Q==", 149 "license": "MIT", 150 "dependencies": { 151 "@atproto-labs/fetch": "0.2.3", 152 "@atproto-labs/pipe": "0.1.1", 153 "ipaddr.js": "^2.1.0", 154 "undici": "^6.14.1" 155 }, 156 "engines": { 157 "node": ">=18.7.0" 158 } 159 }, 160 "node_modules/@atproto-labs/handle-resolver": { 161 "version": "0.3.2", 162 "resolved": "https://registry.npmjs.org/@atproto-labs/handle-resolver/-/handle-resolver-0.3.2.tgz", 163 "integrity": "sha512-KIerCzh3qb+zZoqWbIvTlvBY0XPq0r56kwViaJY/LTe/3oPO2JaqlYKS/F4dByWBhHK6YoUOJ0sWrh6PMJl40A==", 164 "license": "MIT", 165 "dependencies": { 166 "@atproto-labs/simple-store": "0.3.0", 167 "@atproto-labs/simple-store-memory": "0.1.4", 168 "@atproto/did": "0.2.1", 169 "zod": "^3.23.8" 170 } 171 }, 172 "node_modules/@atproto-labs/handle-resolver-node": { 173 "version": "0.1.21", 174 "resolved": "https://registry.npmjs.org/@atproto-labs/handle-resolver-node/-/handle-resolver-node-0.1.21.tgz", 175 "integrity": "sha512-fuJy5Px5pGF3lJX/ATdurbT8tbmaFWtf+PPxAQDFy7ot2no3t+iaAgymhyxYymrssOuWs6BwOP8tyF3VrfdwtQ==", 176 "license": "MIT", 177 "dependencies": { 178 "@atproto-labs/fetch-node": "0.2.0", 179 "@atproto-labs/handle-resolver": "0.3.2", 180 "@atproto/did": "0.2.1" 181 }, 182 "engines": { 183 "node": ">=18.7.0" 184 } 185 }, 186 "node_modules/@atproto-labs/identity-resolver": { 187 "version": "0.3.2", 188 "resolved": "https://registry.npmjs.org/@atproto-labs/identity-resolver/-/identity-resolver-0.3.2.tgz", 189 "integrity": "sha512-MYxO9pe0WsFyi5HFdKAwqIqHfiF2kBPoVhAIuH/4PYHzGr799ED47xLhNMxR3ZUYrJm5+TQzWXypGZ0Btw1Ffw==", 190 "license": "MIT", 191 "dependencies": { 192 "@atproto-labs/did-resolver": "0.2.2", 193 "@atproto-labs/handle-resolver": "0.3.2" 194 } 195 }, 196 "node_modules/@atproto-labs/pipe": { 197 "version": "0.1.1", 198 "resolved": "https://registry.npmjs.org/@atproto-labs/pipe/-/pipe-0.1.1.tgz", 199 "integrity": "sha512-hdNw2oUs2B6BN1lp+32pF7cp8EMKuIN5Qok2Vvv/aOpG/3tNSJ9YkvfI0k6Zd188LeDDYRUpYpxcoFIcGH/FNg==", 200 "license": "MIT" 201 }, 202 "node_modules/@atproto-labs/simple-store": { 203 "version": "0.3.0", 204 "resolved": "https://registry.npmjs.org/@atproto-labs/simple-store/-/simple-store-0.3.0.tgz", 205 "integrity": "sha512-nOb6ONKBRJHRlukW1sVawUkBqReLlLx6hT35VS3imaNPwiXDxLnTK7lxw3Lrl9k5yugSBDQAkZAq3MPTEFSUBQ==", 206 "license": "MIT" 207 }, 208 "node_modules/@atproto-labs/simple-store-memory": { 209 "version": "0.1.4", 210 "resolved": "https://registry.npmjs.org/@atproto-labs/simple-store-memory/-/simple-store-memory-0.1.4.tgz", 211 "integrity": "sha512-3mKY4dP8I7yKPFj9VKpYyCRzGJOi5CEpOLPlRhoJyLmgs3J4RzDrjn323Oakjz2Aj2JzRU/AIvWRAZVhpYNJHw==", 212 "license": "MIT", 213 "dependencies": { 214 "@atproto-labs/simple-store": "0.3.0", 215 "lru-cache": "^10.2.0" 216 } 217 }, 218 "node_modules/@atproto/api": { 219 "version": "0.17.4", 220 "resolved": "https://registry.npmjs.org/@atproto/api/-/api-0.17.4.tgz", 221 "integrity": "sha512-MRa0WdxyDiGF7fVKd/2ldvonsHQjsaLUOGw/PHrZ7J01lqlw/jaXLS25FNNYzjPGmGpnIyDCIg4Uucd/OblI9w==", 222 "license": "MIT", 223 "dependencies": { 224 "@atproto/common-web": "^0.4.3", 225 "@atproto/lexicon": "^0.5.1", 226 "@atproto/syntax": "^0.4.1", 227 "@atproto/xrpc": "^0.7.5", 228 "await-lock": "^2.2.2", 229 "multiformats": "^9.9.0", 230 "tlds": "^1.234.0", 231 "zod": "^3.23.8" 232 } 233 }, 234 "node_modules/@atproto/common-web": { 235 "version": "0.4.3", 236 "resolved": "https://registry.npmjs.org/@atproto/common-web/-/common-web-0.4.3.tgz", 237 "integrity": "sha512-nRDINmSe4VycJzPo6fP/hEltBcULFxt9Kw7fQk6405FyAWZiTluYHlXOnU7GkQfeUK44OENG1qFTBcmCJ7e8pg==", 238 "license": "MIT", 239 "dependencies": { 240 "graphemer": "^1.4.0", 241 "multiformats": "^9.9.0", 242 "uint8arrays": "3.0.0", 243 "zod": "^3.23.8" 244 } 245 }, 246 "node_modules/@atproto/did": { 247 "version": "0.2.1", 248 "resolved": "https://registry.npmjs.org/@atproto/did/-/did-0.2.1.tgz", 249 "integrity": "sha512-1i5BTU2GnBaaeYWhxUOnuEKFVq9euT5+dQPFabHpa927BlJ54PmLGyBBaOI7/NbLmN5HWwBa18SBkMpg3jGZRA==", 250 "license": "MIT", 251 "dependencies": { 252 "zod": "^3.23.8" 253 } 254 }, 255 "node_modules/@atproto/jwk": { 256 "version": "0.6.0", 257 "resolved": "https://registry.npmjs.org/@atproto/jwk/-/jwk-0.6.0.tgz", 258 "integrity": "sha512-bDoJPvt7TrQVi/rBfBrSSpGykhtIriKxeYCYQTiPRKFfyRhbgpElF0wPXADjIswnbzZdOwbY63az4E/CFVT3Tw==", 259 "license": "MIT", 260 "dependencies": { 261 "multiformats": "^9.9.0", 262 "zod": "^3.23.8" 263 } 264 }, 265 "node_modules/@atproto/jwk-jose": { 266 "version": "0.1.11", 267 "resolved": "https://registry.npmjs.org/@atproto/jwk-jose/-/jwk-jose-0.1.11.tgz", 268 "integrity": "sha512-i4Fnr2sTBYmMmHXl7NJh8GrCH+tDQEVWrcDMDnV5DjJfkgT17wIqvojIw9SNbSL4Uf0OtfEv6AgG0A+mgh8b5Q==", 269 "license": "MIT", 270 "dependencies": { 271 "@atproto/jwk": "0.6.0", 272 "jose": "^5.2.0" 273 } 274 }, 275 "node_modules/@atproto/jwk-webcrypto": { 276 "version": "0.2.0", 277 "resolved": "https://registry.npmjs.org/@atproto/jwk-webcrypto/-/jwk-webcrypto-0.2.0.tgz", 278 "integrity": "sha512-UmgRrrEAkWvxwhlwe30UmDOdTEFidlIzBC7C3cCbeJMcBN1x8B3KH+crXrsTqfWQBG58mXgt8wgSK3Kxs2LhFg==", 279 "license": "MIT", 280 "dependencies": { 281 "@atproto/jwk": "0.6.0", 282 "@atproto/jwk-jose": "0.1.11", 283 "zod": "^3.23.8" 284 } 285 }, 286 "node_modules/@atproto/lexicon": { 287 "version": "0.5.1", 288 "resolved": "https://registry.npmjs.org/@atproto/lexicon/-/lexicon-0.5.1.tgz", 289 "integrity": "sha512-y8AEtYmfgVl4fqFxqXAeGvhesiGkxiy3CWoJIfsFDDdTlZUC8DFnZrYhcqkIop3OlCkkljvpSJi1hbeC1tbi8A==", 290 "license": "MIT", 291 "dependencies": { 292 "@atproto/common-web": "^0.4.3", 293 "@atproto/syntax": "^0.4.1", 294 "iso-datestring-validator": "^2.2.2", 295 "multiformats": "^9.9.0", 296 "zod": "^3.23.8" 297 } 298 }, 299 "node_modules/@atproto/oauth-client": { 300 "version": "0.5.8", 301 "resolved": "https://registry.npmjs.org/@atproto/oauth-client/-/oauth-client-0.5.8.tgz", 302 "integrity": "sha512-7YEym6d97+Dd73qGdkQTXi5La8xvCQxwRUDzzlR/NVAARa9a4YP7MCmqBJVeP2anT0By+DSAPyPDLTsxcjIcCg==", 303 "license": "MIT", 304 "dependencies": { 305 "@atproto-labs/did-resolver": "0.2.2", 306 "@atproto-labs/fetch": "0.2.3", 307 "@atproto-labs/handle-resolver": "0.3.2", 308 "@atproto-labs/identity-resolver": "0.3.2", 309 "@atproto-labs/simple-store": "0.3.0", 310 "@atproto-labs/simple-store-memory": "0.1.4", 311 "@atproto/did": "0.2.1", 312 "@atproto/jwk": "0.6.0", 313 "@atproto/oauth-types": "0.5.0", 314 "@atproto/xrpc": "0.7.5", 315 "core-js": "^3", 316 "multiformats": "^9.9.0", 317 "zod": "^3.23.8" 318 } 319 }, 320 "node_modules/@atproto/oauth-client-node": { 321 "version": "0.3.10", 322 "resolved": "https://registry.npmjs.org/@atproto/oauth-client-node/-/oauth-client-node-0.3.10.tgz", 323 "integrity": "sha512-6khKlJqu1Ed5rt3rzcTD5hymB6JUjKdOHWYXwiphw4inkAIo6GxLCighI4eGOqZorYk2j8ueeTNB6KsgH0kcRw==", 324 "license": "MIT", 325 "dependencies": { 326 "@atproto-labs/did-resolver": "0.2.2", 327 "@atproto-labs/handle-resolver-node": "0.1.21", 328 "@atproto-labs/simple-store": "0.3.0", 329 "@atproto/did": "0.2.1", 330 "@atproto/jwk": "0.6.0", 331 "@atproto/jwk-jose": "0.1.11", 332 "@atproto/jwk-webcrypto": "0.2.0", 333 "@atproto/oauth-client": "0.5.8", 334 "@atproto/oauth-types": "0.5.0" 335 }, 336 "engines": { 337 "node": ">=18.7.0" 338 } 339 }, 340 "node_modules/@atproto/oauth-types": { 341 "version": "0.5.0", 342 "resolved": "https://registry.npmjs.org/@atproto/oauth-types/-/oauth-types-0.5.0.tgz", 343 "integrity": "sha512-33xz7HcXhbl+XRqbIMVu3GE02iK1nKe2oMWENASsfZEYbCz2b9ZOarOFuwi7g4LKqpGowGp0iRKsQHFcq4SDaQ==", 344 "license": "MIT", 345 "dependencies": { 346 "@atproto/did": "0.2.1", 347 "@atproto/jwk": "0.6.0", 348 "zod": "^3.23.8" 349 } 350 }, 351 "node_modules/@atproto/syntax": { 352 "version": "0.4.1", 353 "resolved": "https://registry.npmjs.org/@atproto/syntax/-/syntax-0.4.1.tgz", 354 "integrity": "sha512-CJdImtLAiFO+0z3BWTtxwk6aY5w4t8orHTMVJgkf++QRJWTxPbIFko/0hrkADB7n2EruDxDSeAgfUGehpH6ngw==", 355 "license": "MIT" 356 }, 357 "node_modules/@atproto/xrpc": { 358 "version": "0.7.5", 359 "resolved": "https://registry.npmjs.org/@atproto/xrpc/-/xrpc-0.7.5.tgz", 360 "integrity": "sha512-MUYNn5d2hv8yVegRL0ccHvTHAVj5JSnW07bkbiaz96UH45lvYNRVwt44z+yYVnb0/mvBzyD3/ZQ55TRGt7fHkA==", 361 "license": "MIT", 362 "dependencies": { 363 "@atproto/lexicon": "^0.5.1", 364 "zod": "^3.23.8" 365 } 366 }, 367 "node_modules/@babel/helper-string-parser": { 368 "version": "7.27.1", 369 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", 370 "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", 371 "license": "MIT", 372 "engines": { 373 "node": ">=6.9.0" 374 } 375 }, 376 "node_modules/@babel/helper-validator-identifier": { 377 "version": "7.28.5", 378 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", 379 "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", 380 "license": "MIT", 381 "engines": { 382 "node": ">=6.9.0" 383 } 384 }, 385 "node_modules/@babel/parser": { 386 "version": "7.28.5", 387 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz", 388 "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==", 389 "license": "MIT", 390 "dependencies": { 391 "@babel/types": "^7.28.5" 392 }, 393 "bin": { 394 "parser": "bin/babel-parser.js" 395 }, 396 "engines": { 397 "node": ">=6.0.0" 398 } 399 }, 400 "node_modules/@babel/types": { 401 "version": "7.28.5", 402 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz", 403 "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==", 404 "license": "MIT", 405 "dependencies": { 406 "@babel/helper-string-parser": "^7.27.1", 407 "@babel/helper-validator-identifier": "^7.28.5" 408 }, 409 "engines": { 410 "node": ">=6.9.0" 411 } 412 }, 413 "node_modules/@capsizecss/unpack": { 414 "version": "3.0.0", 415 "resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-3.0.0.tgz", 416 "integrity": "sha512-+ntATQe1AlL7nTOYjwjj6w3299CgRot48wL761TUGYpYgAou3AaONZazp0PKZyCyWhudWsjhq1nvRHOvbMzhTA==", 417 "license": "MIT", 418 "dependencies": { 419 "fontkit": "^2.0.2" 420 }, 421 "engines": { 422 "node": ">=18" 423 } 424 }, 425 "node_modules/@emnapi/runtime": { 426 "version": "1.6.0", 427 "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.6.0.tgz", 428 "integrity": "sha512-obtUmAHTMjll499P+D9A3axeJFlhdjOWdKUNs/U6QIGT7V5RjcUW1xToAzjvmgTSQhDbYn/NwfTRoJcQ2rNBxA==", 429 "license": "MIT", 430 "optional": true, 431 "dependencies": { 432 "tslib": "^2.4.0" 433 } 434 }, 435 "node_modules/@esbuild/aix-ppc64": { 436 "version": "0.25.11", 437 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.11.tgz", 438 "integrity": "sha512-Xt1dOL13m8u0WE8iplx9Ibbm+hFAO0GsU2P34UNoDGvZYkY8ifSiy6Zuc1lYxfG7svWE2fzqCUmFp5HCn51gJg==", 439 "cpu": [ 440 "ppc64" 441 ], 442 "license": "MIT", 443 "optional": true, 444 "os": [ 445 "aix" 446 ], 447 "engines": { 448 "node": ">=18" 449 } 450 }, 451 "node_modules/@esbuild/android-arm": { 452 "version": "0.25.11", 453 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.11.tgz", 454 "integrity": "sha512-uoa7dU+Dt3HYsethkJ1k6Z9YdcHjTrSb5NUy66ZfZaSV8hEYGD5ZHbEMXnqLFlbBflLsl89Zke7CAdDJ4JI+Gg==", 455 "cpu": [ 456 "arm" 457 ], 458 "license": "MIT", 459 "optional": true, 460 "os": [ 461 "android" 462 ], 463 "engines": { 464 "node": ">=18" 465 } 466 }, 467 "node_modules/@esbuild/android-arm64": { 468 "version": "0.25.11", 469 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.11.tgz", 470 "integrity": "sha512-9slpyFBc4FPPz48+f6jyiXOx/Y4v34TUeDDXJpZqAWQn/08lKGeD8aDp9TMn9jDz2CiEuHwfhRmGBvpnd/PWIQ==", 471 "cpu": [ 472 "arm64" 473 ], 474 "license": "MIT", 475 "optional": true, 476 "os": [ 477 "android" 478 ], 479 "engines": { 480 "node": ">=18" 481 } 482 }, 483 "node_modules/@esbuild/android-x64": { 484 "version": "0.25.11", 485 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.11.tgz", 486 "integrity": "sha512-Sgiab4xBjPU1QoPEIqS3Xx+R2lezu0LKIEcYe6pftr56PqPygbB7+szVnzoShbx64MUupqoE0KyRlN7gezbl8g==", 487 "cpu": [ 488 "x64" 489 ], 490 "license": "MIT", 491 "optional": true, 492 "os": [ 493 "android" 494 ], 495 "engines": { 496 "node": ">=18" 497 } 498 }, 499 "node_modules/@esbuild/darwin-arm64": { 500 "version": "0.25.11", 501 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.11.tgz", 502 "integrity": "sha512-VekY0PBCukppoQrycFxUqkCojnTQhdec0vevUL/EDOCnXd9LKWqD/bHwMPzigIJXPhC59Vd1WFIL57SKs2mg4w==", 503 "cpu": [ 504 "arm64" 505 ], 506 "license": "MIT", 507 "optional": true, 508 "os": [ 509 "darwin" 510 ], 511 "engines": { 512 "node": ">=18" 513 } 514 }, 515 "node_modules/@esbuild/darwin-x64": { 516 "version": "0.25.11", 517 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.11.tgz", 518 "integrity": "sha512-+hfp3yfBalNEpTGp9loYgbknjR695HkqtY3d3/JjSRUyPg/xd6q+mQqIb5qdywnDxRZykIHs3axEqU6l1+oWEQ==", 519 "cpu": [ 520 "x64" 521 ], 522 "license": "MIT", 523 "optional": true, 524 "os": [ 525 "darwin" 526 ], 527 "engines": { 528 "node": ">=18" 529 } 530 }, 531 "node_modules/@esbuild/freebsd-arm64": { 532 "version": "0.25.11", 533 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.11.tgz", 534 "integrity": "sha512-CmKjrnayyTJF2eVuO//uSjl/K3KsMIeYeyN7FyDBjsR3lnSJHaXlVoAK8DZa7lXWChbuOk7NjAc7ygAwrnPBhA==", 535 "cpu": [ 536 "arm64" 537 ], 538 "license": "MIT", 539 "optional": true, 540 "os": [ 541 "freebsd" 542 ], 543 "engines": { 544 "node": ">=18" 545 } 546 }, 547 "node_modules/@esbuild/freebsd-x64": { 548 "version": "0.25.11", 549 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.11.tgz", 550 "integrity": "sha512-Dyq+5oscTJvMaYPvW3x3FLpi2+gSZTCE/1ffdwuM6G1ARang/mb3jvjxs0mw6n3Lsw84ocfo9CrNMqc5lTfGOw==", 551 "cpu": [ 552 "x64" 553 ], 554 "license": "MIT", 555 "optional": true, 556 "os": [ 557 "freebsd" 558 ], 559 "engines": { 560 "node": ">=18" 561 } 562 }, 563 "node_modules/@esbuild/linux-arm": { 564 "version": "0.25.11", 565 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.11.tgz", 566 "integrity": "sha512-TBMv6B4kCfrGJ8cUPo7vd6NECZH/8hPpBHHlYI3qzoYFvWu2AdTvZNuU/7hsbKWqu/COU7NIK12dHAAqBLLXgw==", 567 "cpu": [ 568 "arm" 569 ], 570 "license": "MIT", 571 "optional": true, 572 "os": [ 573 "linux" 574 ], 575 "engines": { 576 "node": ">=18" 577 } 578 }, 579 "node_modules/@esbuild/linux-arm64": { 580 "version": "0.25.11", 581 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.11.tgz", 582 "integrity": "sha512-Qr8AzcplUhGvdyUF08A1kHU3Vr2O88xxP0Tm8GcdVOUm25XYcMPp2YqSVHbLuXzYQMf9Bh/iKx7YPqECs6ffLA==", 583 "cpu": [ 584 "arm64" 585 ], 586 "license": "MIT", 587 "optional": true, 588 "os": [ 589 "linux" 590 ], 591 "engines": { 592 "node": ">=18" 593 } 594 }, 595 "node_modules/@esbuild/linux-ia32": { 596 "version": "0.25.11", 597 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.11.tgz", 598 "integrity": "sha512-TmnJg8BMGPehs5JKrCLqyWTVAvielc615jbkOirATQvWWB1NMXY77oLMzsUjRLa0+ngecEmDGqt5jiDC6bfvOw==", 599 "cpu": [ 600 "ia32" 601 ], 602 "license": "MIT", 603 "optional": true, 604 "os": [ 605 "linux" 606 ], 607 "engines": { 608 "node": ">=18" 609 } 610 }, 611 "node_modules/@esbuild/linux-loong64": { 612 "version": "0.25.11", 613 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.11.tgz", 614 "integrity": "sha512-DIGXL2+gvDaXlaq8xruNXUJdT5tF+SBbJQKbWy/0J7OhU8gOHOzKmGIlfTTl6nHaCOoipxQbuJi7O++ldrxgMw==", 615 "cpu": [ 616 "loong64" 617 ], 618 "license": "MIT", 619 "optional": true, 620 "os": [ 621 "linux" 622 ], 623 "engines": { 624 "node": ">=18" 625 } 626 }, 627 "node_modules/@esbuild/linux-mips64el": { 628 "version": "0.25.11", 629 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.11.tgz", 630 "integrity": "sha512-Osx1nALUJu4pU43o9OyjSCXokFkFbyzjXb6VhGIJZQ5JZi8ylCQ9/LFagolPsHtgw6himDSyb5ETSfmp4rpiKQ==", 631 "cpu": [ 632 "mips64el" 633 ], 634 "license": "MIT", 635 "optional": true, 636 "os": [ 637 "linux" 638 ], 639 "engines": { 640 "node": ">=18" 641 } 642 }, 643 "node_modules/@esbuild/linux-ppc64": { 644 "version": "0.25.11", 645 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.11.tgz", 646 "integrity": "sha512-nbLFgsQQEsBa8XSgSTSlrnBSrpoWh7ioFDUmwo158gIm5NNP+17IYmNWzaIzWmgCxq56vfr34xGkOcZ7jX6CPw==", 647 "cpu": [ 648 "ppc64" 649 ], 650 "license": "MIT", 651 "optional": true, 652 "os": [ 653 "linux" 654 ], 655 "engines": { 656 "node": ">=18" 657 } 658 }, 659 "node_modules/@esbuild/linux-riscv64": { 660 "version": "0.25.11", 661 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.11.tgz", 662 "integrity": "sha512-HfyAmqZi9uBAbgKYP1yGuI7tSREXwIb438q0nqvlpxAOs3XnZ8RsisRfmVsgV486NdjD7Mw2UrFSw51lzUk1ww==", 663 "cpu": [ 664 "riscv64" 665 ], 666 "license": "MIT", 667 "optional": true, 668 "os": [ 669 "linux" 670 ], 671 "engines": { 672 "node": ">=18" 673 } 674 }, 675 "node_modules/@esbuild/linux-s390x": { 676 "version": "0.25.11", 677 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.11.tgz", 678 "integrity": "sha512-HjLqVgSSYnVXRisyfmzsH6mXqyvj0SA7pG5g+9W7ESgwA70AXYNpfKBqh1KbTxmQVaYxpzA/SvlB9oclGPbApw==", 679 "cpu": [ 680 "s390x" 681 ], 682 "license": "MIT", 683 "optional": true, 684 "os": [ 685 "linux" 686 ], 687 "engines": { 688 "node": ">=18" 689 } 690 }, 691 "node_modules/@esbuild/linux-x64": { 692 "version": "0.25.11", 693 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.11.tgz", 694 "integrity": "sha512-HSFAT4+WYjIhrHxKBwGmOOSpphjYkcswF449j6EjsjbinTZbp8PJtjsVK1XFJStdzXdy/jaddAep2FGY+wyFAQ==", 695 "cpu": [ 696 "x64" 697 ], 698 "license": "MIT", 699 "optional": true, 700 "os": [ 701 "linux" 702 ], 703 "engines": { 704 "node": ">=18" 705 } 706 }, 707 "node_modules/@esbuild/netbsd-arm64": { 708 "version": "0.25.11", 709 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.11.tgz", 710 "integrity": "sha512-hr9Oxj1Fa4r04dNpWr3P8QKVVsjQhqrMSUzZzf+LZcYjZNqhA3IAfPQdEh1FLVUJSiu6sgAwp3OmwBfbFgG2Xg==", 711 "cpu": [ 712 "arm64" 713 ], 714 "license": "MIT", 715 "optional": true, 716 "os": [ 717 "netbsd" 718 ], 719 "engines": { 720 "node": ">=18" 721 } 722 }, 723 "node_modules/@esbuild/netbsd-x64": { 724 "version": "0.25.11", 725 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.11.tgz", 726 "integrity": "sha512-u7tKA+qbzBydyj0vgpu+5h5AeudxOAGncb8N6C9Kh1N4n7wU1Xw1JDApsRjpShRpXRQlJLb9wY28ELpwdPcZ7A==", 727 "cpu": [ 728 "x64" 729 ], 730 "license": "MIT", 731 "optional": true, 732 "os": [ 733 "netbsd" 734 ], 735 "engines": { 736 "node": ">=18" 737 } 738 }, 739 "node_modules/@esbuild/openbsd-arm64": { 740 "version": "0.25.11", 741 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.11.tgz", 742 "integrity": "sha512-Qq6YHhayieor3DxFOoYM1q0q1uMFYb7cSpLD2qzDSvK1NAvqFi8Xgivv0cFC6J+hWVw2teCYltyy9/m/14ryHg==", 743 "cpu": [ 744 "arm64" 745 ], 746 "license": "MIT", 747 "optional": true, 748 "os": [ 749 "openbsd" 750 ], 751 "engines": { 752 "node": ">=18" 753 } 754 }, 755 "node_modules/@esbuild/openbsd-x64": { 756 "version": "0.25.11", 757 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.11.tgz", 758 "integrity": "sha512-CN+7c++kkbrckTOz5hrehxWN7uIhFFlmS/hqziSFVWpAzpWrQoAG4chH+nN3Be+Kzv/uuo7zhX716x3Sn2Jduw==", 759 "cpu": [ 760 "x64" 761 ], 762 "license": "MIT", 763 "optional": true, 764 "os": [ 765 "openbsd" 766 ], 767 "engines": { 768 "node": ">=18" 769 } 770 }, 771 "node_modules/@esbuild/openharmony-arm64": { 772 "version": "0.25.11", 773 "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.11.tgz", 774 "integrity": "sha512-rOREuNIQgaiR+9QuNkbkxubbp8MSO9rONmwP5nKncnWJ9v5jQ4JxFnLu4zDSRPf3x4u+2VN4pM4RdyIzDty/wQ==", 775 "cpu": [ 776 "arm64" 777 ], 778 "license": "MIT", 779 "optional": true, 780 "os": [ 781 "openharmony" 782 ], 783 "engines": { 784 "node": ">=18" 785 } 786 }, 787 "node_modules/@esbuild/sunos-x64": { 788 "version": "0.25.11", 789 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.11.tgz", 790 "integrity": "sha512-nq2xdYaWxyg9DcIyXkZhcYulC6pQ2FuCgem3LI92IwMgIZ69KHeY8T4Y88pcwoLIjbed8n36CyKoYRDygNSGhA==", 791 "cpu": [ 792 "x64" 793 ], 794 "license": "MIT", 795 "optional": true, 796 "os": [ 797 "sunos" 798 ], 799 "engines": { 800 "node": ">=18" 801 } 802 }, 803 "node_modules/@esbuild/win32-arm64": { 804 "version": "0.25.11", 805 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.11.tgz", 806 "integrity": "sha512-3XxECOWJq1qMZ3MN8srCJ/QfoLpL+VaxD/WfNRm1O3B4+AZ/BnLVgFbUV3eiRYDMXetciH16dwPbbHqwe1uU0Q==", 807 "cpu": [ 808 "arm64" 809 ], 810 "license": "MIT", 811 "optional": true, 812 "os": [ 813 "win32" 814 ], 815 "engines": { 816 "node": ">=18" 817 } 818 }, 819 "node_modules/@esbuild/win32-ia32": { 820 "version": "0.25.11", 821 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.11.tgz", 822 "integrity": "sha512-3ukss6gb9XZ8TlRyJlgLn17ecsK4NSQTmdIXRASVsiS2sQ6zPPZklNJT5GR5tE/MUarymmy8kCEf5xPCNCqVOA==", 823 "cpu": [ 824 "ia32" 825 ], 826 "license": "MIT", 827 "optional": true, 828 "os": [ 829 "win32" 830 ], 831 "engines": { 832 "node": ">=18" 833 } 834 }, 835 "node_modules/@esbuild/win32-x64": { 836 "version": "0.25.11", 837 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.11.tgz", 838 "integrity": "sha512-D7Hpz6A2L4hzsRpPaCYkQnGOotdUpDzSGRIv9I+1ITdHROSFUWW95ZPZWQmGka1Fg7W3zFJowyn9WGwMJ0+KPA==", 839 "cpu": [ 840 "x64" 841 ], 842 "license": "MIT", 843 "optional": true, 844 "os": [ 845 "win32" 846 ], 847 "engines": { 848 "node": ">=18" 849 } 850 }, 851 "node_modules/@img/colour": { 852 "version": "1.0.0", 853 "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.0.0.tgz", 854 "integrity": "sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==", 855 "license": "MIT", 856 "optional": true, 857 "engines": { 858 "node": ">=18" 859 } 860 }, 861 "node_modules/@img/sharp-darwin-arm64": { 862 "version": "0.34.4", 863 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.4.tgz", 864 "integrity": "sha512-sitdlPzDVyvmINUdJle3TNHl+AG9QcwiAMsXmccqsCOMZNIdW2/7S26w0LyU8euiLVzFBL3dXPwVCq/ODnf2vA==", 865 "cpu": [ 866 "arm64" 867 ], 868 "license": "Apache-2.0", 869 "optional": true, 870 "os": [ 871 "darwin" 872 ], 873 "engines": { 874 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 875 }, 876 "funding": { 877 "url": "https://opencollective.com/libvips" 878 }, 879 "optionalDependencies": { 880 "@img/sharp-libvips-darwin-arm64": "1.2.3" 881 } 882 }, 883 "node_modules/@img/sharp-darwin-x64": { 884 "version": "0.34.4", 885 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.4.tgz", 886 "integrity": "sha512-rZheupWIoa3+SOdF/IcUe1ah4ZDpKBGWcsPX6MT0lYniH9micvIU7HQkYTfrx5Xi8u+YqwLtxC/3vl8TQN6rMg==", 887 "cpu": [ 888 "x64" 889 ], 890 "license": "Apache-2.0", 891 "optional": true, 892 "os": [ 893 "darwin" 894 ], 895 "engines": { 896 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 897 }, 898 "funding": { 899 "url": "https://opencollective.com/libvips" 900 }, 901 "optionalDependencies": { 902 "@img/sharp-libvips-darwin-x64": "1.2.3" 903 } 904 }, 905 "node_modules/@img/sharp-libvips-darwin-arm64": { 906 "version": "1.2.3", 907 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.3.tgz", 908 "integrity": "sha512-QzWAKo7kpHxbuHqUC28DZ9pIKpSi2ts2OJnoIGI26+HMgq92ZZ4vk8iJd4XsxN+tYfNJxzH6W62X5eTcsBymHw==", 909 "cpu": [ 910 "arm64" 911 ], 912 "license": "LGPL-3.0-or-later", 913 "optional": true, 914 "os": [ 915 "darwin" 916 ], 917 "funding": { 918 "url": "https://opencollective.com/libvips" 919 } 920 }, 921 "node_modules/@img/sharp-libvips-darwin-x64": { 922 "version": "1.2.3", 923 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.3.tgz", 924 "integrity": "sha512-Ju+g2xn1E2AKO6YBhxjj+ACcsPQRHT0bhpglxcEf+3uyPY+/gL8veniKoo96335ZaPo03bdDXMv0t+BBFAbmRA==", 925 "cpu": [ 926 "x64" 927 ], 928 "license": "LGPL-3.0-or-later", 929 "optional": true, 930 "os": [ 931 "darwin" 932 ], 933 "funding": { 934 "url": "https://opencollective.com/libvips" 935 } 936 }, 937 "node_modules/@img/sharp-libvips-linux-arm": { 938 "version": "1.2.3", 939 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.3.tgz", 940 "integrity": "sha512-x1uE93lyP6wEwGvgAIV0gP6zmaL/a0tGzJs/BIDDG0zeBhMnuUPm7ptxGhUbcGs4okDJrk4nxgrmxpib9g6HpA==", 941 "cpu": [ 942 "arm" 943 ], 944 "license": "LGPL-3.0-or-later", 945 "optional": true, 946 "os": [ 947 "linux" 948 ], 949 "funding": { 950 "url": "https://opencollective.com/libvips" 951 } 952 }, 953 "node_modules/@img/sharp-libvips-linux-arm64": { 954 "version": "1.2.3", 955 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.3.tgz", 956 "integrity": "sha512-I4RxkXU90cpufazhGPyVujYwfIm9Nk1QDEmiIsaPwdnm013F7RIceaCc87kAH+oUB1ezqEvC6ga4m7MSlqsJvQ==", 957 "cpu": [ 958 "arm64" 959 ], 960 "license": "LGPL-3.0-or-later", 961 "optional": true, 962 "os": [ 963 "linux" 964 ], 965 "funding": { 966 "url": "https://opencollective.com/libvips" 967 } 968 }, 969 "node_modules/@img/sharp-libvips-linux-ppc64": { 970 "version": "1.2.3", 971 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.3.tgz", 972 "integrity": "sha512-Y2T7IsQvJLMCBM+pmPbM3bKT/yYJvVtLJGfCs4Sp95SjvnFIjynbjzsa7dY1fRJX45FTSfDksbTp6AGWudiyCg==", 973 "cpu": [ 974 "ppc64" 975 ], 976 "license": "LGPL-3.0-or-later", 977 "optional": true, 978 "os": [ 979 "linux" 980 ], 981 "funding": { 982 "url": "https://opencollective.com/libvips" 983 } 984 }, 985 "node_modules/@img/sharp-libvips-linux-s390x": { 986 "version": "1.2.3", 987 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.3.tgz", 988 "integrity": "sha512-RgWrs/gVU7f+K7P+KeHFaBAJlNkD1nIZuVXdQv6S+fNA6syCcoboNjsV2Pou7zNlVdNQoQUpQTk8SWDHUA3y/w==", 989 "cpu": [ 990 "s390x" 991 ], 992 "license": "LGPL-3.0-or-later", 993 "optional": true, 994 "os": [ 995 "linux" 996 ], 997 "funding": { 998 "url": "https://opencollective.com/libvips" 999 } 1000 }, 1001 "node_modules/@img/sharp-libvips-linux-x64": { 1002 "version": "1.2.3", 1003 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.3.tgz", 1004 "integrity": "sha512-3JU7LmR85K6bBiRzSUc/Ff9JBVIFVvq6bomKE0e63UXGeRw2HPVEjoJke1Yx+iU4rL7/7kUjES4dZ/81Qjhyxg==", 1005 "cpu": [ 1006 "x64" 1007 ], 1008 "license": "LGPL-3.0-or-later", 1009 "optional": true, 1010 "os": [ 1011 "linux" 1012 ], 1013 "funding": { 1014 "url": "https://opencollective.com/libvips" 1015 } 1016 }, 1017 "node_modules/@img/sharp-libvips-linuxmusl-arm64": { 1018 "version": "1.2.3", 1019 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.3.tgz", 1020 "integrity": "sha512-F9q83RZ8yaCwENw1GieztSfj5msz7GGykG/BA+MOUefvER69K/ubgFHNeSyUu64amHIYKGDs4sRCMzXVj8sEyw==", 1021 "cpu": [ 1022 "arm64" 1023 ], 1024 "license": "LGPL-3.0-or-later", 1025 "optional": true, 1026 "os": [ 1027 "linux" 1028 ], 1029 "funding": { 1030 "url": "https://opencollective.com/libvips" 1031 } 1032 }, 1033 "node_modules/@img/sharp-libvips-linuxmusl-x64": { 1034 "version": "1.2.3", 1035 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.3.tgz", 1036 "integrity": "sha512-U5PUY5jbc45ANM6tSJpsgqmBF/VsL6LnxJmIf11kB7J5DctHgqm0SkuXzVWtIY90GnJxKnC/JT251TDnk1fu/g==", 1037 "cpu": [ 1038 "x64" 1039 ], 1040 "license": "LGPL-3.0-or-later", 1041 "optional": true, 1042 "os": [ 1043 "linux" 1044 ], 1045 "funding": { 1046 "url": "https://opencollective.com/libvips" 1047 } 1048 }, 1049 "node_modules/@img/sharp-linux-arm": { 1050 "version": "0.34.4", 1051 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.4.tgz", 1052 "integrity": "sha512-Xyam4mlqM0KkTHYVSuc6wXRmM7LGN0P12li03jAnZ3EJWZqj83+hi8Y9UxZUbxsgsK1qOEwg7O0Bc0LjqQVtxA==", 1053 "cpu": [ 1054 "arm" 1055 ], 1056 "license": "Apache-2.0", 1057 "optional": true, 1058 "os": [ 1059 "linux" 1060 ], 1061 "engines": { 1062 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1063 }, 1064 "funding": { 1065 "url": "https://opencollective.com/libvips" 1066 }, 1067 "optionalDependencies": { 1068 "@img/sharp-libvips-linux-arm": "1.2.3" 1069 } 1070 }, 1071 "node_modules/@img/sharp-linux-arm64": { 1072 "version": "0.34.4", 1073 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.4.tgz", 1074 "integrity": "sha512-YXU1F/mN/Wu786tl72CyJjP/Ngl8mGHN1hST4BGl+hiW5jhCnV2uRVTNOcaYPs73NeT/H8Upm3y9582JVuZHrQ==", 1075 "cpu": [ 1076 "arm64" 1077 ], 1078 "license": "Apache-2.0", 1079 "optional": true, 1080 "os": [ 1081 "linux" 1082 ], 1083 "engines": { 1084 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1085 }, 1086 "funding": { 1087 "url": "https://opencollective.com/libvips" 1088 }, 1089 "optionalDependencies": { 1090 "@img/sharp-libvips-linux-arm64": "1.2.3" 1091 } 1092 }, 1093 "node_modules/@img/sharp-linux-ppc64": { 1094 "version": "0.34.4", 1095 "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.4.tgz", 1096 "integrity": "sha512-F4PDtF4Cy8L8hXA2p3TO6s4aDt93v+LKmpcYFLAVdkkD3hSxZzee0rh6/+94FpAynsuMpLX5h+LRsSG3rIciUQ==", 1097 "cpu": [ 1098 "ppc64" 1099 ], 1100 "license": "Apache-2.0", 1101 "optional": true, 1102 "os": [ 1103 "linux" 1104 ], 1105 "engines": { 1106 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1107 }, 1108 "funding": { 1109 "url": "https://opencollective.com/libvips" 1110 }, 1111 "optionalDependencies": { 1112 "@img/sharp-libvips-linux-ppc64": "1.2.3" 1113 } 1114 }, 1115 "node_modules/@img/sharp-linux-s390x": { 1116 "version": "0.34.4", 1117 "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.4.tgz", 1118 "integrity": "sha512-qVrZKE9Bsnzy+myf7lFKvng6bQzhNUAYcVORq2P7bDlvmF6u2sCmK2KyEQEBdYk+u3T01pVsPrkj943T1aJAsw==", 1119 "cpu": [ 1120 "s390x" 1121 ], 1122 "license": "Apache-2.0", 1123 "optional": true, 1124 "os": [ 1125 "linux" 1126 ], 1127 "engines": { 1128 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1129 }, 1130 "funding": { 1131 "url": "https://opencollective.com/libvips" 1132 }, 1133 "optionalDependencies": { 1134 "@img/sharp-libvips-linux-s390x": "1.2.3" 1135 } 1136 }, 1137 "node_modules/@img/sharp-linux-x64": { 1138 "version": "0.34.4", 1139 "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.4.tgz", 1140 "integrity": "sha512-ZfGtcp2xS51iG79c6Vhw9CWqQC8l2Ot8dygxoDoIQPTat/Ov3qAa8qpxSrtAEAJW+UjTXc4yxCjNfxm4h6Xm2A==", 1141 "cpu": [ 1142 "x64" 1143 ], 1144 "license": "Apache-2.0", 1145 "optional": true, 1146 "os": [ 1147 "linux" 1148 ], 1149 "engines": { 1150 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1151 }, 1152 "funding": { 1153 "url": "https://opencollective.com/libvips" 1154 }, 1155 "optionalDependencies": { 1156 "@img/sharp-libvips-linux-x64": "1.2.3" 1157 } 1158 }, 1159 "node_modules/@img/sharp-linuxmusl-arm64": { 1160 "version": "0.34.4", 1161 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.4.tgz", 1162 "integrity": "sha512-8hDVvW9eu4yHWnjaOOR8kHVrew1iIX+MUgwxSuH2XyYeNRtLUe4VNioSqbNkB7ZYQJj9rUTT4PyRscyk2PXFKA==", 1163 "cpu": [ 1164 "arm64" 1165 ], 1166 "license": "Apache-2.0", 1167 "optional": true, 1168 "os": [ 1169 "linux" 1170 ], 1171 "engines": { 1172 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1173 }, 1174 "funding": { 1175 "url": "https://opencollective.com/libvips" 1176 }, 1177 "optionalDependencies": { 1178 "@img/sharp-libvips-linuxmusl-arm64": "1.2.3" 1179 } 1180 }, 1181 "node_modules/@img/sharp-linuxmusl-x64": { 1182 "version": "0.34.4", 1183 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.4.tgz", 1184 "integrity": "sha512-lU0aA5L8QTlfKjpDCEFOZsTYGn3AEiO6db8W5aQDxj0nQkVrZWmN3ZP9sYKWJdtq3PWPhUNlqehWyXpYDcI9Sg==", 1185 "cpu": [ 1186 "x64" 1187 ], 1188 "license": "Apache-2.0", 1189 "optional": true, 1190 "os": [ 1191 "linux" 1192 ], 1193 "engines": { 1194 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1195 }, 1196 "funding": { 1197 "url": "https://opencollective.com/libvips" 1198 }, 1199 "optionalDependencies": { 1200 "@img/sharp-libvips-linuxmusl-x64": "1.2.3" 1201 } 1202 }, 1203 "node_modules/@img/sharp-wasm32": { 1204 "version": "0.34.4", 1205 "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.4.tgz", 1206 "integrity": "sha512-33QL6ZO/qpRyG7woB/HUALz28WnTMI2W1jgX3Nu2bypqLIKx/QKMILLJzJjI+SIbvXdG9fUnmrxR7vbi1sTBeA==", 1207 "cpu": [ 1208 "wasm32" 1209 ], 1210 "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT", 1211 "optional": true, 1212 "dependencies": { 1213 "@emnapi/runtime": "^1.5.0" 1214 }, 1215 "engines": { 1216 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1217 }, 1218 "funding": { 1219 "url": "https://opencollective.com/libvips" 1220 } 1221 }, 1222 "node_modules/@img/sharp-win32-arm64": { 1223 "version": "0.34.4", 1224 "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.4.tgz", 1225 "integrity": "sha512-2Q250do/5WXTwxW3zjsEuMSv5sUU4Tq9VThWKlU2EYLm4MB7ZeMwF+SFJutldYODXF6jzc6YEOC+VfX0SZQPqA==", 1226 "cpu": [ 1227 "arm64" 1228 ], 1229 "license": "Apache-2.0 AND LGPL-3.0-or-later", 1230 "optional": true, 1231 "os": [ 1232 "win32" 1233 ], 1234 "engines": { 1235 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1236 }, 1237 "funding": { 1238 "url": "https://opencollective.com/libvips" 1239 } 1240 }, 1241 "node_modules/@img/sharp-win32-ia32": { 1242 "version": "0.34.4", 1243 "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.4.tgz", 1244 "integrity": "sha512-3ZeLue5V82dT92CNL6rsal6I2weKw1cYu+rGKm8fOCCtJTR2gYeUfY3FqUnIJsMUPIH68oS5jmZ0NiJ508YpEw==", 1245 "cpu": [ 1246 "ia32" 1247 ], 1248 "license": "Apache-2.0 AND LGPL-3.0-or-later", 1249 "optional": true, 1250 "os": [ 1251 "win32" 1252 ], 1253 "engines": { 1254 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1255 }, 1256 "funding": { 1257 "url": "https://opencollective.com/libvips" 1258 } 1259 }, 1260 "node_modules/@img/sharp-win32-x64": { 1261 "version": "0.34.4", 1262 "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.4.tgz", 1263 "integrity": "sha512-xIyj4wpYs8J18sVN3mSQjwrw7fKUqRw+Z5rnHNCy5fYTxigBz81u5mOMPmFumwjcn8+ld1ppptMBCLic1nz6ig==", 1264 "cpu": [ 1265 "x64" 1266 ], 1267 "license": "Apache-2.0 AND LGPL-3.0-or-later", 1268 "optional": true, 1269 "os": [ 1270 "win32" 1271 ], 1272 "engines": { 1273 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1274 }, 1275 "funding": { 1276 "url": "https://opencollective.com/libvips" 1277 } 1278 }, 1279 "node_modules/@jridgewell/gen-mapping": { 1280 "version": "0.3.13", 1281 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", 1282 "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", 1283 "license": "MIT", 1284 "dependencies": { 1285 "@jridgewell/sourcemap-codec": "^1.5.0", 1286 "@jridgewell/trace-mapping": "^0.3.24" 1287 } 1288 }, 1289 "node_modules/@jridgewell/remapping": { 1290 "version": "2.3.5", 1291 "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", 1292 "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", 1293 "license": "MIT", 1294 "dependencies": { 1295 "@jridgewell/gen-mapping": "^0.3.5", 1296 "@jridgewell/trace-mapping": "^0.3.24" 1297 } 1298 }, 1299 "node_modules/@jridgewell/resolve-uri": { 1300 "version": "3.1.2", 1301 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", 1302 "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", 1303 "license": "MIT", 1304 "engines": { 1305 "node": ">=6.0.0" 1306 } 1307 }, 1308 "node_modules/@jridgewell/sourcemap-codec": { 1309 "version": "1.5.5", 1310 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", 1311 "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", 1312 "license": "MIT" 1313 }, 1314 "node_modules/@jridgewell/trace-mapping": { 1315 "version": "0.3.31", 1316 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", 1317 "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", 1318 "license": "MIT", 1319 "dependencies": { 1320 "@jridgewell/resolve-uri": "^3.1.0", 1321 "@jridgewell/sourcemap-codec": "^1.4.14" 1322 } 1323 }, 1324 "node_modules/@oslojs/encoding": { 1325 "version": "1.1.0", 1326 "resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-1.1.0.tgz", 1327 "integrity": "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==", 1328 "license": "MIT" 1329 }, 1330 "node_modules/@rollup/pluginutils": { 1331 "version": "5.3.0", 1332 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz", 1333 "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==", 1334 "license": "MIT", 1335 "dependencies": { 1336 "@types/estree": "^1.0.0", 1337 "estree-walker": "^2.0.2", 1338 "picomatch": "^4.0.2" 1339 }, 1340 "engines": { 1341 "node": ">=14.0.0" 1342 }, 1343 "peerDependencies": { 1344 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" 1345 }, 1346 "peerDependenciesMeta": { 1347 "rollup": { 1348 "optional": true 1349 } 1350 } 1351 }, 1352 "node_modules/@rollup/pluginutils/node_modules/estree-walker": { 1353 "version": "2.0.2", 1354 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", 1355 "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", 1356 "license": "MIT" 1357 }, 1358 "node_modules/@rollup/rollup-android-arm-eabi": { 1359 "version": "4.52.5", 1360 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.52.5.tgz", 1361 "integrity": "sha512-8c1vW4ocv3UOMp9K+gToY5zL2XiiVw3k7f1ksf4yO1FlDFQ1C2u72iACFnSOceJFsWskc2WZNqeRhFRPzv+wtQ==", 1362 "cpu": [ 1363 "arm" 1364 ], 1365 "license": "MIT", 1366 "optional": true, 1367 "os": [ 1368 "android" 1369 ] 1370 }, 1371 "node_modules/@rollup/rollup-android-arm64": { 1372 "version": "4.52.5", 1373 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.52.5.tgz", 1374 "integrity": "sha512-mQGfsIEFcu21mvqkEKKu2dYmtuSZOBMmAl5CFlPGLY94Vlcm+zWApK7F/eocsNzp8tKmbeBP8yXyAbx0XHsFNA==", 1375 "cpu": [ 1376 "arm64" 1377 ], 1378 "license": "MIT", 1379 "optional": true, 1380 "os": [ 1381 "android" 1382 ] 1383 }, 1384 "node_modules/@rollup/rollup-darwin-arm64": { 1385 "version": "4.52.5", 1386 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.52.5.tgz", 1387 "integrity": "sha512-takF3CR71mCAGA+v794QUZ0b6ZSrgJkArC+gUiG6LB6TQty9T0Mqh3m2ImRBOxS2IeYBo4lKWIieSvnEk2OQWA==", 1388 "cpu": [ 1389 "arm64" 1390 ], 1391 "license": "MIT", 1392 "optional": true, 1393 "os": [ 1394 "darwin" 1395 ] 1396 }, 1397 "node_modules/@rollup/rollup-darwin-x64": { 1398 "version": "4.52.5", 1399 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.52.5.tgz", 1400 "integrity": "sha512-W901Pla8Ya95WpxDn//VF9K9u2JbocwV/v75TE0YIHNTbhqUTv9w4VuQ9MaWlNOkkEfFwkdNhXgcLqPSmHy0fA==", 1401 "cpu": [ 1402 "x64" 1403 ], 1404 "license": "MIT", 1405 "optional": true, 1406 "os": [ 1407 "darwin" 1408 ] 1409 }, 1410 "node_modules/@rollup/rollup-freebsd-arm64": { 1411 "version": "4.52.5", 1412 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.52.5.tgz", 1413 "integrity": "sha512-QofO7i7JycsYOWxe0GFqhLmF6l1TqBswJMvICnRUjqCx8b47MTo46W8AoeQwiokAx3zVryVnxtBMcGcnX12LvA==", 1414 "cpu": [ 1415 "arm64" 1416 ], 1417 "license": "MIT", 1418 "optional": true, 1419 "os": [ 1420 "freebsd" 1421 ] 1422 }, 1423 "node_modules/@rollup/rollup-freebsd-x64": { 1424 "version": "4.52.5", 1425 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.52.5.tgz", 1426 "integrity": "sha512-jr21b/99ew8ujZubPo9skbrItHEIE50WdV86cdSoRkKtmWa+DDr6fu2c/xyRT0F/WazZpam6kk7IHBerSL7LDQ==", 1427 "cpu": [ 1428 "x64" 1429 ], 1430 "license": "MIT", 1431 "optional": true, 1432 "os": [ 1433 "freebsd" 1434 ] 1435 }, 1436 "node_modules/@rollup/rollup-linux-arm-gnueabihf": { 1437 "version": "4.52.5", 1438 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.52.5.tgz", 1439 "integrity": "sha512-PsNAbcyv9CcecAUagQefwX8fQn9LQ4nZkpDboBOttmyffnInRy8R8dSg6hxxl2Re5QhHBf6FYIDhIj5v982ATQ==", 1440 "cpu": [ 1441 "arm" 1442 ], 1443 "license": "MIT", 1444 "optional": true, 1445 "os": [ 1446 "linux" 1447 ] 1448 }, 1449 "node_modules/@rollup/rollup-linux-arm-musleabihf": { 1450 "version": "4.52.5", 1451 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.52.5.tgz", 1452 "integrity": "sha512-Fw4tysRutyQc/wwkmcyoqFtJhh0u31K+Q6jYjeicsGJJ7bbEq8LwPWV/w0cnzOqR2m694/Af6hpFayLJZkG2VQ==", 1453 "cpu": [ 1454 "arm" 1455 ], 1456 "license": "MIT", 1457 "optional": true, 1458 "os": [ 1459 "linux" 1460 ] 1461 }, 1462 "node_modules/@rollup/rollup-linux-arm64-gnu": { 1463 "version": "4.52.5", 1464 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.52.5.tgz", 1465 "integrity": "sha512-a+3wVnAYdQClOTlyapKmyI6BLPAFYs0JM8HRpgYZQO02rMR09ZcV9LbQB+NL6sljzG38869YqThrRnfPMCDtZg==", 1466 "cpu": [ 1467 "arm64" 1468 ], 1469 "license": "MIT", 1470 "optional": true, 1471 "os": [ 1472 "linux" 1473 ] 1474 }, 1475 "node_modules/@rollup/rollup-linux-arm64-musl": { 1476 "version": "4.52.5", 1477 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.52.5.tgz", 1478 "integrity": "sha512-AvttBOMwO9Pcuuf7m9PkC1PUIKsfaAJ4AYhy944qeTJgQOqJYJ9oVl2nYgY7Rk0mkbsuOpCAYSs6wLYB2Xiw0Q==", 1479 "cpu": [ 1480 "arm64" 1481 ], 1482 "license": "MIT", 1483 "optional": true, 1484 "os": [ 1485 "linux" 1486 ] 1487 }, 1488 "node_modules/@rollup/rollup-linux-loong64-gnu": { 1489 "version": "4.52.5", 1490 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.52.5.tgz", 1491 "integrity": "sha512-DkDk8pmXQV2wVrF6oq5tONK6UHLz/XcEVow4JTTerdeV1uqPeHxwcg7aFsfnSm9L+OO8WJsWotKM2JJPMWrQtA==", 1492 "cpu": [ 1493 "loong64" 1494 ], 1495 "license": "MIT", 1496 "optional": true, 1497 "os": [ 1498 "linux" 1499 ] 1500 }, 1501 "node_modules/@rollup/rollup-linux-ppc64-gnu": { 1502 "version": "4.52.5", 1503 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.52.5.tgz", 1504 "integrity": "sha512-W/b9ZN/U9+hPQVvlGwjzi+Wy4xdoH2I8EjaCkMvzpI7wJUs8sWJ03Rq96jRnHkSrcHTpQe8h5Tg3ZzUPGauvAw==", 1505 "cpu": [ 1506 "ppc64" 1507 ], 1508 "license": "MIT", 1509 "optional": true, 1510 "os": [ 1511 "linux" 1512 ] 1513 }, 1514 "node_modules/@rollup/rollup-linux-riscv64-gnu": { 1515 "version": "4.52.5", 1516 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.52.5.tgz", 1517 "integrity": "sha512-sjQLr9BW7R/ZiXnQiWPkErNfLMkkWIoCz7YMn27HldKsADEKa5WYdobaa1hmN6slu9oWQbB6/jFpJ+P2IkVrmw==", 1518 "cpu": [ 1519 "riscv64" 1520 ], 1521 "license": "MIT", 1522 "optional": true, 1523 "os": [ 1524 "linux" 1525 ] 1526 }, 1527 "node_modules/@rollup/rollup-linux-riscv64-musl": { 1528 "version": "4.52.5", 1529 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.52.5.tgz", 1530 "integrity": "sha512-hq3jU/kGyjXWTvAh2awn8oHroCbrPm8JqM7RUpKjalIRWWXE01CQOf/tUNWNHjmbMHg/hmNCwc/Pz3k1T/j/Lg==", 1531 "cpu": [ 1532 "riscv64" 1533 ], 1534 "license": "MIT", 1535 "optional": true, 1536 "os": [ 1537 "linux" 1538 ] 1539 }, 1540 "node_modules/@rollup/rollup-linux-s390x-gnu": { 1541 "version": "4.52.5", 1542 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.52.5.tgz", 1543 "integrity": "sha512-gn8kHOrku8D4NGHMK1Y7NA7INQTRdVOntt1OCYypZPRt6skGbddska44K8iocdpxHTMMNui5oH4elPH4QOLrFQ==", 1544 "cpu": [ 1545 "s390x" 1546 ], 1547 "license": "MIT", 1548 "optional": true, 1549 "os": [ 1550 "linux" 1551 ] 1552 }, 1553 "node_modules/@rollup/rollup-linux-x64-gnu": { 1554 "version": "4.52.5", 1555 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.52.5.tgz", 1556 "integrity": "sha512-hXGLYpdhiNElzN770+H2nlx+jRog8TyynpTVzdlc6bndktjKWyZyiCsuDAlpd+j+W+WNqfcyAWz9HxxIGfZm1Q==", 1557 "cpu": [ 1558 "x64" 1559 ], 1560 "license": "MIT", 1561 "optional": true, 1562 "os": [ 1563 "linux" 1564 ] 1565 }, 1566 "node_modules/@rollup/rollup-linux-x64-musl": { 1567 "version": "4.52.5", 1568 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.52.5.tgz", 1569 "integrity": "sha512-arCGIcuNKjBoKAXD+y7XomR9gY6Mw7HnFBv5Rw7wQRvwYLR7gBAgV7Mb2QTyjXfTveBNFAtPt46/36vV9STLNg==", 1570 "cpu": [ 1571 "x64" 1572 ], 1573 "license": "MIT", 1574 "optional": true, 1575 "os": [ 1576 "linux" 1577 ] 1578 }, 1579 "node_modules/@rollup/rollup-openharmony-arm64": { 1580 "version": "4.52.5", 1581 "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.52.5.tgz", 1582 "integrity": "sha512-QoFqB6+/9Rly/RiPjaomPLmR/13cgkIGfA40LHly9zcH1S0bN2HVFYk3a1eAyHQyjs3ZJYlXvIGtcCs5tko9Cw==", 1583 "cpu": [ 1584 "arm64" 1585 ], 1586 "license": "MIT", 1587 "optional": true, 1588 "os": [ 1589 "openharmony" 1590 ] 1591 }, 1592 "node_modules/@rollup/rollup-win32-arm64-msvc": { 1593 "version": "4.52.5", 1594 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.52.5.tgz", 1595 "integrity": "sha512-w0cDWVR6MlTstla1cIfOGyl8+qb93FlAVutcor14Gf5Md5ap5ySfQ7R9S/NjNaMLSFdUnKGEasmVnu3lCMqB7w==", 1596 "cpu": [ 1597 "arm64" 1598 ], 1599 "license": "MIT", 1600 "optional": true, 1601 "os": [ 1602 "win32" 1603 ] 1604 }, 1605 "node_modules/@rollup/rollup-win32-ia32-msvc": { 1606 "version": "4.52.5", 1607 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.52.5.tgz", 1608 "integrity": "sha512-Aufdpzp7DpOTULJCuvzqcItSGDH73pF3ko/f+ckJhxQyHtp67rHw3HMNxoIdDMUITJESNE6a8uh4Lo4SLouOUg==", 1609 "cpu": [ 1610 "ia32" 1611 ], 1612 "license": "MIT", 1613 "optional": true, 1614 "os": [ 1615 "win32" 1616 ] 1617 }, 1618 "node_modules/@rollup/rollup-win32-x64-gnu": { 1619 "version": "4.52.5", 1620 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.52.5.tgz", 1621 "integrity": "sha512-UGBUGPFp1vkj6p8wCRraqNhqwX/4kNQPS57BCFc8wYh0g94iVIW33wJtQAx3G7vrjjNtRaxiMUylM0ktp/TRSQ==", 1622 "cpu": [ 1623 "x64" 1624 ], 1625 "license": "MIT", 1626 "optional": true, 1627 "os": [ 1628 "win32" 1629 ] 1630 }, 1631 "node_modules/@rollup/rollup-win32-x64-msvc": { 1632 "version": "4.52.5", 1633 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.52.5.tgz", 1634 "integrity": "sha512-TAcgQh2sSkykPRWLrdyy2AiceMckNf5loITqXxFI5VuQjS5tSuw3WlwdN8qv8vzjLAUTvYaH/mVjSFpbkFbpTg==", 1635 "cpu": [ 1636 "x64" 1637 ], 1638 "license": "MIT", 1639 "optional": true, 1640 "os": [ 1641 "win32" 1642 ] 1643 }, 1644 "node_modules/@shikijs/core": { 1645 "version": "3.13.0", 1646 "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.13.0.tgz", 1647 "integrity": "sha512-3P8rGsg2Eh2qIHekwuQjzWhKI4jV97PhvYjYUzGqjvJfqdQPz+nMlfWahU24GZAyW1FxFI1sYjyhfh5CoLmIUA==", 1648 "license": "MIT", 1649 "dependencies": { 1650 "@shikijs/types": "3.13.0", 1651 "@shikijs/vscode-textmate": "^10.0.2", 1652 "@types/hast": "^3.0.4", 1653 "hast-util-to-html": "^9.0.5" 1654 } 1655 }, 1656 "node_modules/@shikijs/engine-javascript": { 1657 "version": "3.13.0", 1658 "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-3.13.0.tgz", 1659 "integrity": "sha512-Ty7xv32XCp8u0eQt8rItpMs6rU9Ki6LJ1dQOW3V/56PKDcpvfHPnYFbsx5FFUP2Yim34m/UkazidamMNVR4vKg==", 1660 "license": "MIT", 1661 "dependencies": { 1662 "@shikijs/types": "3.13.0", 1663 "@shikijs/vscode-textmate": "^10.0.2", 1664 "oniguruma-to-es": "^4.3.3" 1665 } 1666 }, 1667 "node_modules/@shikijs/engine-oniguruma": { 1668 "version": "3.13.0", 1669 "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.13.0.tgz", 1670 "integrity": "sha512-O42rBGr4UDSlhT2ZFMxqM7QzIU+IcpoTMzb3W7AlziI1ZF7R8eS2M0yt5Ry35nnnTX/LTLXFPUjRFCIW+Operg==", 1671 "license": "MIT", 1672 "dependencies": { 1673 "@shikijs/types": "3.13.0", 1674 "@shikijs/vscode-textmate": "^10.0.2" 1675 } 1676 }, 1677 "node_modules/@shikijs/langs": { 1678 "version": "3.13.0", 1679 "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.13.0.tgz", 1680 "integrity": "sha512-672c3WAETDYHwrRP0yLy3W1QYB89Hbpj+pO4KhxK6FzIrDI2FoEXNiNCut6BQmEApYLfuYfpgOZaqbY+E9b8wQ==", 1681 "license": "MIT", 1682 "dependencies": { 1683 "@shikijs/types": "3.13.0" 1684 } 1685 }, 1686 "node_modules/@shikijs/themes": { 1687 "version": "3.13.0", 1688 "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.13.0.tgz", 1689 "integrity": "sha512-Vxw1Nm1/Od8jyA7QuAenaV78BG2nSr3/gCGdBkLpfLscddCkzkL36Q5b67SrLLfvAJTOUzW39x4FHVCFriPVgg==", 1690 "license": "MIT", 1691 "dependencies": { 1692 "@shikijs/types": "3.13.0" 1693 } 1694 }, 1695 "node_modules/@shikijs/types": { 1696 "version": "3.13.0", 1697 "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.13.0.tgz", 1698 "integrity": "sha512-oM9P+NCFri/mmQ8LoFGVfVyemm5Hi27330zuOBp0annwJdKH1kOLndw3zCtAVDehPLg9fKqoEx3Ht/wNZxolfw==", 1699 "license": "MIT", 1700 "dependencies": { 1701 "@shikijs/vscode-textmate": "^10.0.2", 1702 "@types/hast": "^3.0.4" 1703 } 1704 }, 1705 "node_modules/@shikijs/vscode-textmate": { 1706 "version": "10.0.2", 1707 "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz", 1708 "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==", 1709 "license": "MIT" 1710 }, 1711 "node_modules/@swc/helpers": { 1712 "version": "0.5.17", 1713 "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.17.tgz", 1714 "integrity": "sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==", 1715 "license": "Apache-2.0", 1716 "dependencies": { 1717 "tslib": "^2.8.0" 1718 } 1719 }, 1720 "node_modules/@tailwindcss/node": { 1721 "version": "4.1.16", 1722 "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.16.tgz", 1723 "integrity": "sha512-BX5iaSsloNuvKNHRN3k2RcCuTEgASTo77mofW0vmeHkfrDWaoFAFvNHpEgtu0eqyypcyiBkDWzSMxJhp3AUVcw==", 1724 "license": "MIT", 1725 "dependencies": { 1726 "@jridgewell/remapping": "^2.3.4", 1727 "enhanced-resolve": "^5.18.3", 1728 "jiti": "^2.6.1", 1729 "lightningcss": "1.30.2", 1730 "magic-string": "^0.30.19", 1731 "source-map-js": "^1.2.1", 1732 "tailwindcss": "4.1.16" 1733 } 1734 }, 1735 "node_modules/@tailwindcss/oxide": { 1736 "version": "4.1.16", 1737 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.16.tgz", 1738 "integrity": "sha512-2OSv52FRuhdlgyOQqgtQHuCgXnS8nFSYRp2tJ+4WZXKgTxqPy7SMSls8c3mPT5pkZ17SBToGM5LHEJBO7miEdg==", 1739 "license": "MIT", 1740 "engines": { 1741 "node": ">= 10" 1742 }, 1743 "optionalDependencies": { 1744 "@tailwindcss/oxide-android-arm64": "4.1.16", 1745 "@tailwindcss/oxide-darwin-arm64": "4.1.16", 1746 "@tailwindcss/oxide-darwin-x64": "4.1.16", 1747 "@tailwindcss/oxide-freebsd-x64": "4.1.16", 1748 "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.16", 1749 "@tailwindcss/oxide-linux-arm64-gnu": "4.1.16", 1750 "@tailwindcss/oxide-linux-arm64-musl": "4.1.16", 1751 "@tailwindcss/oxide-linux-x64-gnu": "4.1.16", 1752 "@tailwindcss/oxide-linux-x64-musl": "4.1.16", 1753 "@tailwindcss/oxide-wasm32-wasi": "4.1.16", 1754 "@tailwindcss/oxide-win32-arm64-msvc": "4.1.16", 1755 "@tailwindcss/oxide-win32-x64-msvc": "4.1.16" 1756 } 1757 }, 1758 "node_modules/@tailwindcss/oxide-android-arm64": { 1759 "version": "4.1.16", 1760 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.16.tgz", 1761 "integrity": "sha512-8+ctzkjHgwDJ5caq9IqRSgsP70xhdhJvm+oueS/yhD5ixLhqTw9fSL1OurzMUhBwE5zK26FXLCz2f/RtkISqHA==", 1762 "cpu": [ 1763 "arm64" 1764 ], 1765 "license": "MIT", 1766 "optional": true, 1767 "os": [ 1768 "android" 1769 ], 1770 "engines": { 1771 "node": ">= 10" 1772 } 1773 }, 1774 "node_modules/@tailwindcss/oxide-darwin-arm64": { 1775 "version": "4.1.16", 1776 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.16.tgz", 1777 "integrity": "sha512-C3oZy5042v2FOALBZtY0JTDnGNdS6w7DxL/odvSny17ORUnaRKhyTse8xYi3yKGyfnTUOdavRCdmc8QqJYwFKA==", 1778 "cpu": [ 1779 "arm64" 1780 ], 1781 "license": "MIT", 1782 "optional": true, 1783 "os": [ 1784 "darwin" 1785 ], 1786 "engines": { 1787 "node": ">= 10" 1788 } 1789 }, 1790 "node_modules/@tailwindcss/oxide-darwin-x64": { 1791 "version": "4.1.16", 1792 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.16.tgz", 1793 "integrity": "sha512-vjrl/1Ub9+JwU6BP0emgipGjowzYZMjbWCDqwA2Z4vCa+HBSpP4v6U2ddejcHsolsYxwL5r4bPNoamlV0xDdLg==", 1794 "cpu": [ 1795 "x64" 1796 ], 1797 "license": "MIT", 1798 "optional": true, 1799 "os": [ 1800 "darwin" 1801 ], 1802 "engines": { 1803 "node": ">= 10" 1804 } 1805 }, 1806 "node_modules/@tailwindcss/oxide-freebsd-x64": { 1807 "version": "4.1.16", 1808 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.16.tgz", 1809 "integrity": "sha512-TSMpPYpQLm+aR1wW5rKuUuEruc/oOX3C7H0BTnPDn7W/eMw8W+MRMpiypKMkXZfwH8wqPIRKppuZoedTtNj2tg==", 1810 "cpu": [ 1811 "x64" 1812 ], 1813 "license": "MIT", 1814 "optional": true, 1815 "os": [ 1816 "freebsd" 1817 ], 1818 "engines": { 1819 "node": ">= 10" 1820 } 1821 }, 1822 "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { 1823 "version": "4.1.16", 1824 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.16.tgz", 1825 "integrity": "sha512-p0GGfRg/w0sdsFKBjMYvvKIiKy/LNWLWgV/plR4lUgrsxFAoQBFrXkZ4C0w8IOXfslB9vHK/JGASWD2IefIpvw==", 1826 "cpu": [ 1827 "arm" 1828 ], 1829 "license": "MIT", 1830 "optional": true, 1831 "os": [ 1832 "linux" 1833 ], 1834 "engines": { 1835 "node": ">= 10" 1836 } 1837 }, 1838 "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { 1839 "version": "4.1.16", 1840 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.16.tgz", 1841 "integrity": "sha512-DoixyMmTNO19rwRPdqviTrG1rYzpxgyYJl8RgQvdAQUzxC1ToLRqtNJpU/ATURSKgIg6uerPw2feW0aS8SNr/w==", 1842 "cpu": [ 1843 "arm64" 1844 ], 1845 "license": "MIT", 1846 "optional": true, 1847 "os": [ 1848 "linux" 1849 ], 1850 "engines": { 1851 "node": ">= 10" 1852 } 1853 }, 1854 "node_modules/@tailwindcss/oxide-linux-arm64-musl": { 1855 "version": "4.1.16", 1856 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.16.tgz", 1857 "integrity": "sha512-H81UXMa9hJhWhaAUca6bU2wm5RRFpuHImrwXBUvPbYb+3jo32I9VIwpOX6hms0fPmA6f2pGVlybO6qU8pF4fzQ==", 1858 "cpu": [ 1859 "arm64" 1860 ], 1861 "license": "MIT", 1862 "optional": true, 1863 "os": [ 1864 "linux" 1865 ], 1866 "engines": { 1867 "node": ">= 10" 1868 } 1869 }, 1870 "node_modules/@tailwindcss/oxide-linux-x64-gnu": { 1871 "version": "4.1.16", 1872 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.16.tgz", 1873 "integrity": "sha512-ZGHQxDtFC2/ruo7t99Qo2TTIvOERULPl5l0K1g0oK6b5PGqjYMga+FcY1wIUnrUxY56h28FxybtDEla+ICOyew==", 1874 "cpu": [ 1875 "x64" 1876 ], 1877 "license": "MIT", 1878 "optional": true, 1879 "os": [ 1880 "linux" 1881 ], 1882 "engines": { 1883 "node": ">= 10" 1884 } 1885 }, 1886 "node_modules/@tailwindcss/oxide-linux-x64-musl": { 1887 "version": "4.1.16", 1888 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.16.tgz", 1889 "integrity": "sha512-Oi1tAaa0rcKf1Og9MzKeINZzMLPbhxvm7rno5/zuP1WYmpiG0bEHq4AcRUiG2165/WUzvxkW4XDYCscZWbTLZw==", 1890 "cpu": [ 1891 "x64" 1892 ], 1893 "license": "MIT", 1894 "optional": true, 1895 "os": [ 1896 "linux" 1897 ], 1898 "engines": { 1899 "node": ">= 10" 1900 } 1901 }, 1902 "node_modules/@tailwindcss/oxide-wasm32-wasi": { 1903 "version": "4.1.16", 1904 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.16.tgz", 1905 "integrity": "sha512-B01u/b8LteGRwucIBmCQ07FVXLzImWESAIMcUU6nvFt/tYsQ6IHz8DmZ5KtvmwxD+iTYBtM1xwoGXswnlu9v0Q==", 1906 "bundleDependencies": [ 1907 "@napi-rs/wasm-runtime", 1908 "@emnapi/core", 1909 "@emnapi/runtime", 1910 "@tybys/wasm-util", 1911 "@emnapi/wasi-threads", 1912 "tslib" 1913 ], 1914 "cpu": [ 1915 "wasm32" 1916 ], 1917 "license": "MIT", 1918 "optional": true, 1919 "dependencies": { 1920 "@emnapi/core": "^1.5.0", 1921 "@emnapi/runtime": "^1.5.0", 1922 "@emnapi/wasi-threads": "^1.1.0", 1923 "@napi-rs/wasm-runtime": "^1.0.7", 1924 "@tybys/wasm-util": "^0.10.1", 1925 "tslib": "^2.4.0" 1926 }, 1927 "engines": { 1928 "node": ">=14.0.0" 1929 } 1930 }, 1931 "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { 1932 "version": "4.1.16", 1933 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.16.tgz", 1934 "integrity": "sha512-zX+Q8sSkGj6HKRTMJXuPvOcP8XfYON24zJBRPlszcH1Np7xuHXhWn8qfFjIujVzvH3BHU+16jBXwgpl20i+v9A==", 1935 "cpu": [ 1936 "arm64" 1937 ], 1938 "license": "MIT", 1939 "optional": true, 1940 "os": [ 1941 "win32" 1942 ], 1943 "engines": { 1944 "node": ">= 10" 1945 } 1946 }, 1947 "node_modules/@tailwindcss/oxide-win32-x64-msvc": { 1948 "version": "4.1.16", 1949 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.16.tgz", 1950 "integrity": "sha512-m5dDFJUEejbFqP+UXVstd4W/wnxA4F61q8SoL+mqTypId2T2ZpuxosNSgowiCnLp2+Z+rivdU0AqpfgiD7yCBg==", 1951 "cpu": [ 1952 "x64" 1953 ], 1954 "license": "MIT", 1955 "optional": true, 1956 "os": [ 1957 "win32" 1958 ], 1959 "engines": { 1960 "node": ">= 10" 1961 } 1962 }, 1963 "node_modules/@tailwindcss/vite": { 1964 "version": "4.1.16", 1965 "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.1.16.tgz", 1966 "integrity": "sha512-bbguNBcDxsRmi9nnlWJxhfDWamY3lmcyACHcdO1crxfzuLpOhHLLtEIN/nCbbAtj5rchUgQD17QVAKi1f7IsKg==", 1967 "license": "MIT", 1968 "dependencies": { 1969 "@tailwindcss/node": "4.1.16", 1970 "@tailwindcss/oxide": "4.1.16", 1971 "tailwindcss": "4.1.16" 1972 }, 1973 "peerDependencies": { 1974 "vite": "^5.2.0 || ^6 || ^7" 1975 } 1976 }, 1977 "node_modules/@types/debug": { 1978 "version": "4.1.12", 1979 "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", 1980 "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", 1981 "license": "MIT", 1982 "dependencies": { 1983 "@types/ms": "*" 1984 } 1985 }, 1986 "node_modules/@types/estree": { 1987 "version": "1.0.8", 1988 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", 1989 "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", 1990 "license": "MIT" 1991 }, 1992 "node_modules/@types/fontkit": { 1993 "version": "2.0.8", 1994 "resolved": "https://registry.npmjs.org/@types/fontkit/-/fontkit-2.0.8.tgz", 1995 "integrity": "sha512-wN+8bYxIpJf+5oZdrdtaX04qUuWHcKxcDEgRS9Qm9ZClSHjzEn13SxUC+5eRM+4yXIeTYk8mTzLAWGF64847ew==", 1996 "license": "MIT", 1997 "dependencies": { 1998 "@types/node": "*" 1999 } 2000 }, 2001 "node_modules/@types/hast": { 2002 "version": "3.0.4", 2003 "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", 2004 "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", 2005 "license": "MIT", 2006 "dependencies": { 2007 "@types/unist": "*" 2008 } 2009 }, 2010 "node_modules/@types/mdast": { 2011 "version": "4.0.4", 2012 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", 2013 "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", 2014 "license": "MIT", 2015 "dependencies": { 2016 "@types/unist": "*" 2017 } 2018 }, 2019 "node_modules/@types/ms": { 2020 "version": "2.1.0", 2021 "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", 2022 "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", 2023 "license": "MIT" 2024 }, 2025 "node_modules/@types/nlcst": { 2026 "version": "2.0.3", 2027 "resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-2.0.3.tgz", 2028 "integrity": "sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==", 2029 "license": "MIT", 2030 "dependencies": { 2031 "@types/unist": "*" 2032 } 2033 }, 2034 "node_modules/@types/node": { 2035 "version": "24.9.1", 2036 "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.1.tgz", 2037 "integrity": "sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==", 2038 "license": "MIT", 2039 "dependencies": { 2040 "undici-types": "~7.16.0" 2041 } 2042 }, 2043 "node_modules/@types/unist": { 2044 "version": "3.0.3", 2045 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 2046 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 2047 "license": "MIT" 2048 }, 2049 "node_modules/@ungap/structured-clone": { 2050 "version": "1.3.0", 2051 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz", 2052 "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==", 2053 "license": "ISC" 2054 }, 2055 "node_modules/acorn": { 2056 "version": "8.15.0", 2057 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", 2058 "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", 2059 "license": "MIT", 2060 "bin": { 2061 "acorn": "bin/acorn" 2062 }, 2063 "engines": { 2064 "node": ">=0.4.0" 2065 } 2066 }, 2067 "node_modules/ansi-align": { 2068 "version": "3.0.1", 2069 "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", 2070 "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", 2071 "license": "ISC", 2072 "dependencies": { 2073 "string-width": "^4.1.0" 2074 } 2075 }, 2076 "node_modules/ansi-align/node_modules/ansi-regex": { 2077 "version": "5.0.1", 2078 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 2079 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 2080 "license": "MIT", 2081 "engines": { 2082 "node": ">=8" 2083 } 2084 }, 2085 "node_modules/ansi-align/node_modules/emoji-regex": { 2086 "version": "8.0.0", 2087 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 2088 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 2089 "license": "MIT" 2090 }, 2091 "node_modules/ansi-align/node_modules/string-width": { 2092 "version": "4.2.3", 2093 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 2094 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 2095 "license": "MIT", 2096 "dependencies": { 2097 "emoji-regex": "^8.0.0", 2098 "is-fullwidth-code-point": "^3.0.0", 2099 "strip-ansi": "^6.0.1" 2100 }, 2101 "engines": { 2102 "node": ">=8" 2103 } 2104 }, 2105 "node_modules/ansi-align/node_modules/strip-ansi": { 2106 "version": "6.0.1", 2107 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 2108 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 2109 "license": "MIT", 2110 "dependencies": { 2111 "ansi-regex": "^5.0.1" 2112 }, 2113 "engines": { 2114 "node": ">=8" 2115 } 2116 }, 2117 "node_modules/ansi-regex": { 2118 "version": "6.2.2", 2119 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", 2120 "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", 2121 "license": "MIT", 2122 "engines": { 2123 "node": ">=12" 2124 }, 2125 "funding": { 2126 "url": "https://github.com/chalk/ansi-regex?sponsor=1" 2127 } 2128 }, 2129 "node_modules/ansi-styles": { 2130 "version": "6.2.3", 2131 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz", 2132 "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", 2133 "license": "MIT", 2134 "engines": { 2135 "node": ">=12" 2136 }, 2137 "funding": { 2138 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 2139 } 2140 }, 2141 "node_modules/anymatch": { 2142 "version": "3.1.3", 2143 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", 2144 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", 2145 "license": "ISC", 2146 "dependencies": { 2147 "normalize-path": "^3.0.0", 2148 "picomatch": "^2.0.4" 2149 }, 2150 "engines": { 2151 "node": ">= 8" 2152 } 2153 }, 2154 "node_modules/anymatch/node_modules/picomatch": { 2155 "version": "2.3.1", 2156 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 2157 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 2158 "license": "MIT", 2159 "engines": { 2160 "node": ">=8.6" 2161 }, 2162 "funding": { 2163 "url": "https://github.com/sponsors/jonschlinkert" 2164 } 2165 }, 2166 "node_modules/argparse": { 2167 "version": "2.0.1", 2168 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", 2169 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", 2170 "license": "Python-2.0" 2171 }, 2172 "node_modules/aria-query": { 2173 "version": "5.3.2", 2174 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz", 2175 "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==", 2176 "license": "Apache-2.0", 2177 "engines": { 2178 "node": ">= 0.4" 2179 } 2180 }, 2181 "node_modules/array-iterate": { 2182 "version": "2.0.1", 2183 "resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz", 2184 "integrity": "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==", 2185 "license": "MIT", 2186 "funding": { 2187 "type": "github", 2188 "url": "https://github.com/sponsors/wooorm" 2189 } 2190 }, 2191 "node_modules/astro": { 2192 "version": "5.15.1", 2193 "resolved": "https://registry.npmjs.org/astro/-/astro-5.15.1.tgz", 2194 "integrity": "sha512-VM679M1qxOjGo6q3vKYDNDddkALGgMopG93IwbEXd3Buc2xVLuuPj4HNziNugSbPQx5S6UReMp5uzw10EJN81A==", 2195 "license": "MIT", 2196 "dependencies": { 2197 "@astrojs/compiler": "^2.12.2", 2198 "@astrojs/internal-helpers": "0.7.4", 2199 "@astrojs/markdown-remark": "6.3.8", 2200 "@astrojs/telemetry": "3.3.0", 2201 "@capsizecss/unpack": "^3.0.0", 2202 "@oslojs/encoding": "^1.1.0", 2203 "@rollup/pluginutils": "^5.2.0", 2204 "acorn": "^8.15.0", 2205 "aria-query": "^5.3.2", 2206 "axobject-query": "^4.1.0", 2207 "boxen": "8.0.1", 2208 "ci-info": "^4.3.0", 2209 "clsx": "^2.1.1", 2210 "common-ancestor-path": "^1.0.1", 2211 "cookie": "^1.0.2", 2212 "cssesc": "^3.0.0", 2213 "debug": "^4.4.1", 2214 "deterministic-object-hash": "^2.0.2", 2215 "devalue": "^5.3.2", 2216 "diff": "^5.2.0", 2217 "dlv": "^1.1.3", 2218 "dset": "^3.1.4", 2219 "es-module-lexer": "^1.7.0", 2220 "esbuild": "^0.25.0", 2221 "estree-walker": "^3.0.3", 2222 "flattie": "^1.1.1", 2223 "fontace": "~0.3.0", 2224 "github-slugger": "^2.0.0", 2225 "html-escaper": "3.0.3", 2226 "http-cache-semantics": "^4.2.0", 2227 "import-meta-resolve": "^4.2.0", 2228 "js-yaml": "^4.1.0", 2229 "magic-string": "^0.30.18", 2230 "magicast": "^0.3.5", 2231 "mrmime": "^2.0.1", 2232 "neotraverse": "^0.6.18", 2233 "p-limit": "^6.2.0", 2234 "p-queue": "^8.1.0", 2235 "package-manager-detector": "^1.3.0", 2236 "picocolors": "^1.1.1", 2237 "picomatch": "^4.0.3", 2238 "prompts": "^2.4.2", 2239 "rehype": "^13.0.2", 2240 "semver": "^7.7.2", 2241 "shiki": "^3.12.0", 2242 "smol-toml": "^1.4.2", 2243 "tinyexec": "^1.0.1", 2244 "tinyglobby": "^0.2.14", 2245 "tsconfck": "^3.1.6", 2246 "ultrahtml": "^1.6.0", 2247 "unifont": "~0.6.0", 2248 "unist-util-visit": "^5.0.0", 2249 "unstorage": "^1.17.0", 2250 "vfile": "^6.0.3", 2251 "vite": "^6.3.6", 2252 "vitefu": "^1.1.1", 2253 "xxhash-wasm": "^1.1.0", 2254 "yargs-parser": "^21.1.1", 2255 "yocto-spinner": "^0.2.3", 2256 "zod": "^3.25.76", 2257 "zod-to-json-schema": "^3.24.6", 2258 "zod-to-ts": "^1.2.0" 2259 }, 2260 "bin": { 2261 "astro": "astro.js" 2262 }, 2263 "engines": { 2264 "node": "18.20.8 || ^20.3.0 || >=22.0.0", 2265 "npm": ">=9.6.5", 2266 "pnpm": ">=7.1.0" 2267 }, 2268 "funding": { 2269 "type": "opencollective", 2270 "url": "https://opencollective.com/astrodotbuild" 2271 }, 2272 "optionalDependencies": { 2273 "sharp": "^0.34.0" 2274 } 2275 }, 2276 "node_modules/autoprefixer": { 2277 "version": "10.4.21", 2278 "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.21.tgz", 2279 "integrity": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==", 2280 "funding": [ 2281 { 2282 "type": "opencollective", 2283 "url": "https://opencollective.com/postcss/" 2284 }, 2285 { 2286 "type": "tidelift", 2287 "url": "https://tidelift.com/funding/github/npm/autoprefixer" 2288 }, 2289 { 2290 "type": "github", 2291 "url": "https://github.com/sponsors/ai" 2292 } 2293 ], 2294 "license": "MIT", 2295 "dependencies": { 2296 "browserslist": "^4.24.4", 2297 "caniuse-lite": "^1.0.30001702", 2298 "fraction.js": "^4.3.7", 2299 "normalize-range": "^0.1.2", 2300 "picocolors": "^1.1.1", 2301 "postcss-value-parser": "^4.2.0" 2302 }, 2303 "bin": { 2304 "autoprefixer": "bin/autoprefixer" 2305 }, 2306 "engines": { 2307 "node": "^10 || ^12 || >=14" 2308 }, 2309 "peerDependencies": { 2310 "postcss": "^8.1.0" 2311 } 2312 }, 2313 "node_modules/await-lock": { 2314 "version": "2.2.2", 2315 "resolved": "https://registry.npmjs.org/await-lock/-/await-lock-2.2.2.tgz", 2316 "integrity": "sha512-aDczADvlvTGajTDjcjpJMqRkOF6Qdz3YbPZm/PyW6tKPkx2hlYBzxMhEywM/tU72HrVZjgl5VCdRuMlA7pZ8Gw==", 2317 "license": "MIT" 2318 }, 2319 "node_modules/axobject-query": { 2320 "version": "4.1.0", 2321 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz", 2322 "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==", 2323 "license": "Apache-2.0", 2324 "engines": { 2325 "node": ">= 0.4" 2326 } 2327 }, 2328 "node_modules/bail": { 2329 "version": "2.0.2", 2330 "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", 2331 "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", 2332 "license": "MIT", 2333 "funding": { 2334 "type": "github", 2335 "url": "https://github.com/sponsors/wooorm" 2336 } 2337 }, 2338 "node_modules/base-64": { 2339 "version": "1.0.0", 2340 "resolved": "https://registry.npmjs.org/base-64/-/base-64-1.0.0.tgz", 2341 "integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==", 2342 "license": "MIT" 2343 }, 2344 "node_modules/base64-js": { 2345 "version": "1.5.1", 2346 "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", 2347 "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", 2348 "funding": [ 2349 { 2350 "type": "github", 2351 "url": "https://github.com/sponsors/feross" 2352 }, 2353 { 2354 "type": "patreon", 2355 "url": "https://www.patreon.com/feross" 2356 }, 2357 { 2358 "type": "consulting", 2359 "url": "https://feross.org/support" 2360 } 2361 ], 2362 "license": "MIT" 2363 }, 2364 "node_modules/baseline-browser-mapping": { 2365 "version": "2.8.20", 2366 "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.20.tgz", 2367 "integrity": "sha512-JMWsdF+O8Orq3EMukbUN1QfbLK9mX2CkUmQBcW2T0s8OmdAUL5LLM/6wFwSrqXzlXB13yhyK9gTKS1rIizOduQ==", 2368 "license": "Apache-2.0", 2369 "bin": { 2370 "baseline-browser-mapping": "dist/cli.js" 2371 } 2372 }, 2373 "node_modules/boxen": { 2374 "version": "8.0.1", 2375 "resolved": "https://registry.npmjs.org/boxen/-/boxen-8.0.1.tgz", 2376 "integrity": "sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==", 2377 "license": "MIT", 2378 "dependencies": { 2379 "ansi-align": "^3.0.1", 2380 "camelcase": "^8.0.0", 2381 "chalk": "^5.3.0", 2382 "cli-boxes": "^3.0.0", 2383 "string-width": "^7.2.0", 2384 "type-fest": "^4.21.0", 2385 "widest-line": "^5.0.0", 2386 "wrap-ansi": "^9.0.0" 2387 }, 2388 "engines": { 2389 "node": ">=18" 2390 }, 2391 "funding": { 2392 "url": "https://github.com/sponsors/sindresorhus" 2393 } 2394 }, 2395 "node_modules/brotli": { 2396 "version": "1.3.3", 2397 "resolved": "https://registry.npmjs.org/brotli/-/brotli-1.3.3.tgz", 2398 "integrity": "sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==", 2399 "license": "MIT", 2400 "dependencies": { 2401 "base64-js": "^1.1.2" 2402 } 2403 }, 2404 "node_modules/browserslist": { 2405 "version": "4.27.0", 2406 "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.27.0.tgz", 2407 "integrity": "sha512-AXVQwdhot1eqLihwasPElhX2tAZiBjWdJ9i/Zcj2S6QYIjkx62OKSfnobkriB81C3l4w0rVy3Nt4jaTBltYEpw==", 2408 "funding": [ 2409 { 2410 "type": "opencollective", 2411 "url": "https://opencollective.com/browserslist" 2412 }, 2413 { 2414 "type": "tidelift", 2415 "url": "https://tidelift.com/funding/github/npm/browserslist" 2416 }, 2417 { 2418 "type": "github", 2419 "url": "https://github.com/sponsors/ai" 2420 } 2421 ], 2422 "license": "MIT", 2423 "dependencies": { 2424 "baseline-browser-mapping": "^2.8.19", 2425 "caniuse-lite": "^1.0.30001751", 2426 "electron-to-chromium": "^1.5.238", 2427 "node-releases": "^2.0.26", 2428 "update-browserslist-db": "^1.1.4" 2429 }, 2430 "bin": { 2431 "browserslist": "cli.js" 2432 }, 2433 "engines": { 2434 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" 2435 } 2436 }, 2437 "node_modules/camelcase": { 2438 "version": "8.0.0", 2439 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz", 2440 "integrity": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==", 2441 "license": "MIT", 2442 "engines": { 2443 "node": ">=16" 2444 }, 2445 "funding": { 2446 "url": "https://github.com/sponsors/sindresorhus" 2447 } 2448 }, 2449 "node_modules/caniuse-lite": { 2450 "version": "1.0.30001751", 2451 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001751.tgz", 2452 "integrity": "sha512-A0QJhug0Ly64Ii3eIqHu5X51ebln3k4yTUkY1j8drqpWHVreg/VLijN48cZ1bYPiqOQuqpkIKnzr/Ul8V+p6Cw==", 2453 "funding": [ 2454 { 2455 "type": "opencollective", 2456 "url": "https://opencollective.com/browserslist" 2457 }, 2458 { 2459 "type": "tidelift", 2460 "url": "https://tidelift.com/funding/github/npm/caniuse-lite" 2461 }, 2462 { 2463 "type": "github", 2464 "url": "https://github.com/sponsors/ai" 2465 } 2466 ], 2467 "license": "CC-BY-4.0" 2468 }, 2469 "node_modules/ccount": { 2470 "version": "2.0.1", 2471 "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", 2472 "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", 2473 "license": "MIT", 2474 "funding": { 2475 "type": "github", 2476 "url": "https://github.com/sponsors/wooorm" 2477 } 2478 }, 2479 "node_modules/chalk": { 2480 "version": "5.6.2", 2481 "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", 2482 "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", 2483 "license": "MIT", 2484 "engines": { 2485 "node": "^12.17.0 || ^14.13 || >=16.0.0" 2486 }, 2487 "funding": { 2488 "url": "https://github.com/chalk/chalk?sponsor=1" 2489 } 2490 }, 2491 "node_modules/character-entities": { 2492 "version": "2.0.2", 2493 "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", 2494 "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", 2495 "license": "MIT", 2496 "funding": { 2497 "type": "github", 2498 "url": "https://github.com/sponsors/wooorm" 2499 } 2500 }, 2501 "node_modules/character-entities-html4": { 2502 "version": "2.1.0", 2503 "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", 2504 "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", 2505 "license": "MIT", 2506 "funding": { 2507 "type": "github", 2508 "url": "https://github.com/sponsors/wooorm" 2509 } 2510 }, 2511 "node_modules/character-entities-legacy": { 2512 "version": "3.0.0", 2513 "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", 2514 "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", 2515 "license": "MIT", 2516 "funding": { 2517 "type": "github", 2518 "url": "https://github.com/sponsors/wooorm" 2519 } 2520 }, 2521 "node_modules/chokidar": { 2522 "version": "4.0.3", 2523 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz", 2524 "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==", 2525 "license": "MIT", 2526 "dependencies": { 2527 "readdirp": "^4.0.1" 2528 }, 2529 "engines": { 2530 "node": ">= 14.16.0" 2531 }, 2532 "funding": { 2533 "url": "https://paulmillr.com/funding/" 2534 } 2535 }, 2536 "node_modules/ci-info": { 2537 "version": "4.3.1", 2538 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.3.1.tgz", 2539 "integrity": "sha512-Wdy2Igu8OcBpI2pZePZ5oWjPC38tmDVx5WKUXKwlLYkA0ozo85sLsLvkBbBn/sZaSCMFOGZJ14fvW9t5/d7kdA==", 2540 "funding": [ 2541 { 2542 "type": "github", 2543 "url": "https://github.com/sponsors/sibiraj-s" 2544 } 2545 ], 2546 "license": "MIT", 2547 "engines": { 2548 "node": ">=8" 2549 } 2550 }, 2551 "node_modules/cli-boxes": { 2552 "version": "3.0.0", 2553 "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz", 2554 "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==", 2555 "license": "MIT", 2556 "engines": { 2557 "node": ">=10" 2558 }, 2559 "funding": { 2560 "url": "https://github.com/sponsors/sindresorhus" 2561 } 2562 }, 2563 "node_modules/clone": { 2564 "version": "2.1.2", 2565 "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", 2566 "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==", 2567 "license": "MIT", 2568 "engines": { 2569 "node": ">=0.8" 2570 } 2571 }, 2572 "node_modules/clsx": { 2573 "version": "2.1.1", 2574 "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", 2575 "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", 2576 "license": "MIT", 2577 "engines": { 2578 "node": ">=6" 2579 } 2580 }, 2581 "node_modules/comma-separated-tokens": { 2582 "version": "2.0.3", 2583 "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", 2584 "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", 2585 "license": "MIT", 2586 "funding": { 2587 "type": "github", 2588 "url": "https://github.com/sponsors/wooorm" 2589 } 2590 }, 2591 "node_modules/common-ancestor-path": { 2592 "version": "1.0.1", 2593 "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz", 2594 "integrity": "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==", 2595 "license": "ISC" 2596 }, 2597 "node_modules/cookie": { 2598 "version": "1.0.2", 2599 "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz", 2600 "integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==", 2601 "license": "MIT", 2602 "engines": { 2603 "node": ">=18" 2604 } 2605 }, 2606 "node_modules/cookie-es": { 2607 "version": "1.2.2", 2608 "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.2.tgz", 2609 "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==", 2610 "license": "MIT" 2611 }, 2612 "node_modules/core-js": { 2613 "version": "3.46.0", 2614 "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.46.0.tgz", 2615 "integrity": "sha512-vDMm9B0xnqqZ8uSBpZ8sNtRtOdmfShrvT6h2TuQGLs0Is+cR0DYbj/KWP6ALVNbWPpqA/qPLoOuppJN07humpA==", 2616 "hasInstallScript": true, 2617 "license": "MIT", 2618 "funding": { 2619 "type": "opencollective", 2620 "url": "https://opencollective.com/core-js" 2621 } 2622 }, 2623 "node_modules/crossws": { 2624 "version": "0.3.5", 2625 "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.5.tgz", 2626 "integrity": "sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==", 2627 "license": "MIT", 2628 "dependencies": { 2629 "uncrypto": "^0.1.3" 2630 } 2631 }, 2632 "node_modules/css-tree": { 2633 "version": "3.1.0", 2634 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz", 2635 "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==", 2636 "license": "MIT", 2637 "dependencies": { 2638 "mdn-data": "2.12.2", 2639 "source-map-js": "^1.0.1" 2640 }, 2641 "engines": { 2642 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" 2643 } 2644 }, 2645 "node_modules/cssesc": { 2646 "version": "3.0.0", 2647 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", 2648 "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", 2649 "license": "MIT", 2650 "bin": { 2651 "cssesc": "bin/cssesc" 2652 }, 2653 "engines": { 2654 "node": ">=4" 2655 } 2656 }, 2657 "node_modules/daisyui": { 2658 "version": "5.3.9", 2659 "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.3.9.tgz", 2660 "integrity": "sha512-741x1pGGSGHcrBYtdE7iKbqW1OoiijYdAZ8oJPZR9MhSKLcMBlHjKfN3YlM2/K7t5jd7O0sg4SqkVNPylalRFw==", 2661 "license": "MIT", 2662 "funding": { 2663 "url": "https://github.com/saadeghi/daisyui?sponsor=1" 2664 } 2665 }, 2666 "node_modules/debug": { 2667 "version": "4.4.3", 2668 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", 2669 "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", 2670 "license": "MIT", 2671 "dependencies": { 2672 "ms": "^2.1.3" 2673 }, 2674 "engines": { 2675 "node": ">=6.0" 2676 }, 2677 "peerDependenciesMeta": { 2678 "supports-color": { 2679 "optional": true 2680 } 2681 } 2682 }, 2683 "node_modules/decode-named-character-reference": { 2684 "version": "1.2.0", 2685 "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.2.0.tgz", 2686 "integrity": "sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==", 2687 "license": "MIT", 2688 "dependencies": { 2689 "character-entities": "^2.0.0" 2690 }, 2691 "funding": { 2692 "type": "github", 2693 "url": "https://github.com/sponsors/wooorm" 2694 } 2695 }, 2696 "node_modules/defu": { 2697 "version": "6.1.4", 2698 "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz", 2699 "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==", 2700 "license": "MIT" 2701 }, 2702 "node_modules/depd": { 2703 "version": "2.0.0", 2704 "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", 2705 "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", 2706 "license": "MIT", 2707 "engines": { 2708 "node": ">= 0.8" 2709 } 2710 }, 2711 "node_modules/dequal": { 2712 "version": "2.0.3", 2713 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", 2714 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", 2715 "license": "MIT", 2716 "engines": { 2717 "node": ">=6" 2718 } 2719 }, 2720 "node_modules/destr": { 2721 "version": "2.0.5", 2722 "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz", 2723 "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==", 2724 "license": "MIT" 2725 }, 2726 "node_modules/detect-libc": { 2727 "version": "2.1.2", 2728 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", 2729 "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", 2730 "license": "Apache-2.0", 2731 "engines": { 2732 "node": ">=8" 2733 } 2734 }, 2735 "node_modules/deterministic-object-hash": { 2736 "version": "2.0.2", 2737 "resolved": "https://registry.npmjs.org/deterministic-object-hash/-/deterministic-object-hash-2.0.2.tgz", 2738 "integrity": "sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ==", 2739 "license": "MIT", 2740 "dependencies": { 2741 "base-64": "^1.0.0" 2742 }, 2743 "engines": { 2744 "node": ">=18" 2745 } 2746 }, 2747 "node_modules/devalue": { 2748 "version": "5.4.2", 2749 "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.4.2.tgz", 2750 "integrity": "sha512-MwPZTKEPK2k8Qgfmqrd48ZKVvzSQjgW0lXLxiIBA8dQjtf/6mw6pggHNLcyDKyf+fI6eXxlQwPsfaCMTU5U+Bw==", 2751 "license": "MIT" 2752 }, 2753 "node_modules/devlop": { 2754 "version": "1.1.0", 2755 "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", 2756 "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", 2757 "license": "MIT", 2758 "dependencies": { 2759 "dequal": "^2.0.0" 2760 }, 2761 "funding": { 2762 "type": "github", 2763 "url": "https://github.com/sponsors/wooorm" 2764 } 2765 }, 2766 "node_modules/dfa": { 2767 "version": "1.2.0", 2768 "resolved": "https://registry.npmjs.org/dfa/-/dfa-1.2.0.tgz", 2769 "integrity": "sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==", 2770 "license": "MIT" 2771 }, 2772 "node_modules/diff": { 2773 "version": "5.2.0", 2774 "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz", 2775 "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==", 2776 "license": "BSD-3-Clause", 2777 "engines": { 2778 "node": ">=0.3.1" 2779 } 2780 }, 2781 "node_modules/dlv": { 2782 "version": "1.1.3", 2783 "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", 2784 "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", 2785 "license": "MIT" 2786 }, 2787 "node_modules/dotenv": { 2788 "version": "17.2.3", 2789 "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.3.tgz", 2790 "integrity": "sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==", 2791 "license": "BSD-2-Clause", 2792 "engines": { 2793 "node": ">=12" 2794 }, 2795 "funding": { 2796 "url": "https://dotenvx.com" 2797 } 2798 }, 2799 "node_modules/dset": { 2800 "version": "3.1.4", 2801 "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.4.tgz", 2802 "integrity": "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==", 2803 "license": "MIT", 2804 "engines": { 2805 "node": ">=4" 2806 } 2807 }, 2808 "node_modules/ee-first": { 2809 "version": "1.1.1", 2810 "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", 2811 "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", 2812 "license": "MIT" 2813 }, 2814 "node_modules/electron-to-chromium": { 2815 "version": "1.5.240", 2816 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.240.tgz", 2817 "integrity": "sha512-OBwbZjWgrCOH+g6uJsA2/7Twpas2OlepS9uvByJjR2datRDuKGYeD+nP8lBBks2qnB7bGJNHDUx7c/YLaT3QMQ==", 2818 "license": "ISC" 2819 }, 2820 "node_modules/emoji-regex": { 2821 "version": "10.6.0", 2822 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz", 2823 "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==", 2824 "license": "MIT" 2825 }, 2826 "node_modules/encodeurl": { 2827 "version": "2.0.0", 2828 "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", 2829 "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", 2830 "license": "MIT", 2831 "engines": { 2832 "node": ">= 0.8" 2833 } 2834 }, 2835 "node_modules/enhanced-resolve": { 2836 "version": "5.18.3", 2837 "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz", 2838 "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==", 2839 "license": "MIT", 2840 "dependencies": { 2841 "graceful-fs": "^4.2.4", 2842 "tapable": "^2.2.0" 2843 }, 2844 "engines": { 2845 "node": ">=10.13.0" 2846 } 2847 }, 2848 "node_modules/entities": { 2849 "version": "6.0.1", 2850 "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz", 2851 "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==", 2852 "license": "BSD-2-Clause", 2853 "engines": { 2854 "node": ">=0.12" 2855 }, 2856 "funding": { 2857 "url": "https://github.com/fb55/entities?sponsor=1" 2858 } 2859 }, 2860 "node_modules/es-module-lexer": { 2861 "version": "1.7.0", 2862 "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz", 2863 "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==", 2864 "license": "MIT" 2865 }, 2866 "node_modules/esbuild": { 2867 "version": "0.25.11", 2868 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.11.tgz", 2869 "integrity": "sha512-KohQwyzrKTQmhXDW1PjCv3Tyspn9n5GcY2RTDqeORIdIJY8yKIF7sTSopFmn/wpMPW4rdPXI0UE5LJLuq3bx0Q==", 2870 "hasInstallScript": true, 2871 "license": "MIT", 2872 "bin": { 2873 "esbuild": "bin/esbuild" 2874 }, 2875 "engines": { 2876 "node": ">=18" 2877 }, 2878 "optionalDependencies": { 2879 "@esbuild/aix-ppc64": "0.25.11", 2880 "@esbuild/android-arm": "0.25.11", 2881 "@esbuild/android-arm64": "0.25.11", 2882 "@esbuild/android-x64": "0.25.11", 2883 "@esbuild/darwin-arm64": "0.25.11", 2884 "@esbuild/darwin-x64": "0.25.11", 2885 "@esbuild/freebsd-arm64": "0.25.11", 2886 "@esbuild/freebsd-x64": "0.25.11", 2887 "@esbuild/linux-arm": "0.25.11", 2888 "@esbuild/linux-arm64": "0.25.11", 2889 "@esbuild/linux-ia32": "0.25.11", 2890 "@esbuild/linux-loong64": "0.25.11", 2891 "@esbuild/linux-mips64el": "0.25.11", 2892 "@esbuild/linux-ppc64": "0.25.11", 2893 "@esbuild/linux-riscv64": "0.25.11", 2894 "@esbuild/linux-s390x": "0.25.11", 2895 "@esbuild/linux-x64": "0.25.11", 2896 "@esbuild/netbsd-arm64": "0.25.11", 2897 "@esbuild/netbsd-x64": "0.25.11", 2898 "@esbuild/openbsd-arm64": "0.25.11", 2899 "@esbuild/openbsd-x64": "0.25.11", 2900 "@esbuild/openharmony-arm64": "0.25.11", 2901 "@esbuild/sunos-x64": "0.25.11", 2902 "@esbuild/win32-arm64": "0.25.11", 2903 "@esbuild/win32-ia32": "0.25.11", 2904 "@esbuild/win32-x64": "0.25.11" 2905 } 2906 }, 2907 "node_modules/escalade": { 2908 "version": "3.2.0", 2909 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", 2910 "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", 2911 "license": "MIT", 2912 "engines": { 2913 "node": ">=6" 2914 } 2915 }, 2916 "node_modules/escape-html": { 2917 "version": "1.0.3", 2918 "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", 2919 "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", 2920 "license": "MIT" 2921 }, 2922 "node_modules/escape-string-regexp": { 2923 "version": "5.0.0", 2924 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", 2925 "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", 2926 "license": "MIT", 2927 "engines": { 2928 "node": ">=12" 2929 }, 2930 "funding": { 2931 "url": "https://github.com/sponsors/sindresorhus" 2932 } 2933 }, 2934 "node_modules/estree-walker": { 2935 "version": "3.0.3", 2936 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", 2937 "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", 2938 "license": "MIT", 2939 "dependencies": { 2940 "@types/estree": "^1.0.0" 2941 } 2942 }, 2943 "node_modules/etag": { 2944 "version": "1.8.1", 2945 "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", 2946 "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", 2947 "license": "MIT", 2948 "engines": { 2949 "node": ">= 0.6" 2950 } 2951 }, 2952 "node_modules/eventemitter3": { 2953 "version": "5.0.1", 2954 "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", 2955 "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", 2956 "license": "MIT" 2957 }, 2958 "node_modules/extend": { 2959 "version": "3.0.2", 2960 "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", 2961 "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", 2962 "license": "MIT" 2963 }, 2964 "node_modules/fast-deep-equal": { 2965 "version": "3.1.3", 2966 "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", 2967 "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", 2968 "license": "MIT" 2969 }, 2970 "node_modules/fdir": { 2971 "version": "6.5.0", 2972 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", 2973 "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", 2974 "license": "MIT", 2975 "engines": { 2976 "node": ">=12.0.0" 2977 }, 2978 "peerDependencies": { 2979 "picomatch": "^3 || ^4" 2980 }, 2981 "peerDependenciesMeta": { 2982 "picomatch": { 2983 "optional": true 2984 } 2985 } 2986 }, 2987 "node_modules/flattie": { 2988 "version": "1.1.1", 2989 "resolved": "https://registry.npmjs.org/flattie/-/flattie-1.1.1.tgz", 2990 "integrity": "sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==", 2991 "license": "MIT", 2992 "engines": { 2993 "node": ">=8" 2994 } 2995 }, 2996 "node_modules/fontace": { 2997 "version": "0.3.1", 2998 "resolved": "https://registry.npmjs.org/fontace/-/fontace-0.3.1.tgz", 2999 "integrity": "sha512-9f5g4feWT1jWT8+SbL85aLIRLIXUaDygaM2xPXRmzPYxrOMNok79Lr3FGJoKVNKibE0WCunNiEVG2mwuE+2qEg==", 3000 "license": "MIT", 3001 "dependencies": { 3002 "@types/fontkit": "^2.0.8", 3003 "fontkit": "^2.0.4" 3004 } 3005 }, 3006 "node_modules/fontkit": { 3007 "version": "2.0.4", 3008 "resolved": "https://registry.npmjs.org/fontkit/-/fontkit-2.0.4.tgz", 3009 "integrity": "sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==", 3010 "license": "MIT", 3011 "dependencies": { 3012 "@swc/helpers": "^0.5.12", 3013 "brotli": "^1.3.2", 3014 "clone": "^2.1.2", 3015 "dfa": "^1.2.0", 3016 "fast-deep-equal": "^3.1.3", 3017 "restructure": "^3.0.0", 3018 "tiny-inflate": "^1.0.3", 3019 "unicode-properties": "^1.4.0", 3020 "unicode-trie": "^2.0.0" 3021 } 3022 }, 3023 "node_modules/fraction.js": { 3024 "version": "4.3.7", 3025 "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", 3026 "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", 3027 "license": "MIT", 3028 "engines": { 3029 "node": "*" 3030 }, 3031 "funding": { 3032 "type": "patreon", 3033 "url": "https://github.com/sponsors/rawify" 3034 } 3035 }, 3036 "node_modules/fresh": { 3037 "version": "2.0.0", 3038 "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz", 3039 "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==", 3040 "license": "MIT", 3041 "engines": { 3042 "node": ">= 0.8" 3043 } 3044 }, 3045 "node_modules/fsevents": { 3046 "version": "2.3.3", 3047 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", 3048 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", 3049 "hasInstallScript": true, 3050 "license": "MIT", 3051 "optional": true, 3052 "os": [ 3053 "darwin" 3054 ], 3055 "engines": { 3056 "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 3057 } 3058 }, 3059 "node_modules/get-east-asian-width": { 3060 "version": "1.4.0", 3061 "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz", 3062 "integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==", 3063 "license": "MIT", 3064 "engines": { 3065 "node": ">=18" 3066 }, 3067 "funding": { 3068 "url": "https://github.com/sponsors/sindresorhus" 3069 } 3070 }, 3071 "node_modules/github-slugger": { 3072 "version": "2.0.0", 3073 "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz", 3074 "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==", 3075 "license": "ISC" 3076 }, 3077 "node_modules/graceful-fs": { 3078 "version": "4.2.11", 3079 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", 3080 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", 3081 "license": "ISC" 3082 }, 3083 "node_modules/graphemer": { 3084 "version": "1.4.0", 3085 "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", 3086 "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", 3087 "license": "MIT" 3088 }, 3089 "node_modules/h3": { 3090 "version": "1.15.4", 3091 "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.4.tgz", 3092 "integrity": "sha512-z5cFQWDffyOe4vQ9xIqNfCZdV4p//vy6fBnr8Q1AWnVZ0teurKMG66rLj++TKwKPUP3u7iMUvrvKaEUiQw2QWQ==", 3093 "license": "MIT", 3094 "dependencies": { 3095 "cookie-es": "^1.2.2", 3096 "crossws": "^0.3.5", 3097 "defu": "^6.1.4", 3098 "destr": "^2.0.5", 3099 "iron-webcrypto": "^1.2.1", 3100 "node-mock-http": "^1.0.2", 3101 "radix3": "^1.1.2", 3102 "ufo": "^1.6.1", 3103 "uncrypto": "^0.1.3" 3104 } 3105 }, 3106 "node_modules/hast-util-from-html": { 3107 "version": "2.0.3", 3108 "resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz", 3109 "integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==", 3110 "license": "MIT", 3111 "dependencies": { 3112 "@types/hast": "^3.0.0", 3113 "devlop": "^1.1.0", 3114 "hast-util-from-parse5": "^8.0.0", 3115 "parse5": "^7.0.0", 3116 "vfile": "^6.0.0", 3117 "vfile-message": "^4.0.0" 3118 }, 3119 "funding": { 3120 "type": "opencollective", 3121 "url": "https://opencollective.com/unified" 3122 } 3123 }, 3124 "node_modules/hast-util-from-parse5": { 3125 "version": "8.0.3", 3126 "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz", 3127 "integrity": "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==", 3128 "license": "MIT", 3129 "dependencies": { 3130 "@types/hast": "^3.0.0", 3131 "@types/unist": "^3.0.0", 3132 "devlop": "^1.0.0", 3133 "hastscript": "^9.0.0", 3134 "property-information": "^7.0.0", 3135 "vfile": "^6.0.0", 3136 "vfile-location": "^5.0.0", 3137 "web-namespaces": "^2.0.0" 3138 }, 3139 "funding": { 3140 "type": "opencollective", 3141 "url": "https://opencollective.com/unified" 3142 } 3143 }, 3144 "node_modules/hast-util-is-element": { 3145 "version": "3.0.0", 3146 "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz", 3147 "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==", 3148 "license": "MIT", 3149 "dependencies": { 3150 "@types/hast": "^3.0.0" 3151 }, 3152 "funding": { 3153 "type": "opencollective", 3154 "url": "https://opencollective.com/unified" 3155 } 3156 }, 3157 "node_modules/hast-util-parse-selector": { 3158 "version": "4.0.0", 3159 "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz", 3160 "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==", 3161 "license": "MIT", 3162 "dependencies": { 3163 "@types/hast": "^3.0.0" 3164 }, 3165 "funding": { 3166 "type": "opencollective", 3167 "url": "https://opencollective.com/unified" 3168 } 3169 }, 3170 "node_modules/hast-util-raw": { 3171 "version": "9.1.0", 3172 "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.1.0.tgz", 3173 "integrity": "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==", 3174 "license": "MIT", 3175 "dependencies": { 3176 "@types/hast": "^3.0.0", 3177 "@types/unist": "^3.0.0", 3178 "@ungap/structured-clone": "^1.0.0", 3179 "hast-util-from-parse5": "^8.0.0", 3180 "hast-util-to-parse5": "^8.0.0", 3181 "html-void-elements": "^3.0.0", 3182 "mdast-util-to-hast": "^13.0.0", 3183 "parse5": "^7.0.0", 3184 "unist-util-position": "^5.0.0", 3185 "unist-util-visit": "^5.0.0", 3186 "vfile": "^6.0.0", 3187 "web-namespaces": "^2.0.0", 3188 "zwitch": "^2.0.0" 3189 }, 3190 "funding": { 3191 "type": "opencollective", 3192 "url": "https://opencollective.com/unified" 3193 } 3194 }, 3195 "node_modules/hast-util-to-html": { 3196 "version": "9.0.5", 3197 "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz", 3198 "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==", 3199 "license": "MIT", 3200 "dependencies": { 3201 "@types/hast": "^3.0.0", 3202 "@types/unist": "^3.0.0", 3203 "ccount": "^2.0.0", 3204 "comma-separated-tokens": "^2.0.0", 3205 "hast-util-whitespace": "^3.0.0", 3206 "html-void-elements": "^3.0.0", 3207 "mdast-util-to-hast": "^13.0.0", 3208 "property-information": "^7.0.0", 3209 "space-separated-tokens": "^2.0.0", 3210 "stringify-entities": "^4.0.0", 3211 "zwitch": "^2.0.4" 3212 }, 3213 "funding": { 3214 "type": "opencollective", 3215 "url": "https://opencollective.com/unified" 3216 } 3217 }, 3218 "node_modules/hast-util-to-parse5": { 3219 "version": "8.0.0", 3220 "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz", 3221 "integrity": "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==", 3222 "license": "MIT", 3223 "dependencies": { 3224 "@types/hast": "^3.0.0", 3225 "comma-separated-tokens": "^2.0.0", 3226 "devlop": "^1.0.0", 3227 "property-information": "^6.0.0", 3228 "space-separated-tokens": "^2.0.0", 3229 "web-namespaces": "^2.0.0", 3230 "zwitch": "^2.0.0" 3231 }, 3232 "funding": { 3233 "type": "opencollective", 3234 "url": "https://opencollective.com/unified" 3235 } 3236 }, 3237 "node_modules/hast-util-to-parse5/node_modules/property-information": { 3238 "version": "6.5.0", 3239 "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.5.0.tgz", 3240 "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==", 3241 "license": "MIT", 3242 "funding": { 3243 "type": "github", 3244 "url": "https://github.com/sponsors/wooorm" 3245 } 3246 }, 3247 "node_modules/hast-util-to-text": { 3248 "version": "4.0.2", 3249 "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz", 3250 "integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==", 3251 "license": "MIT", 3252 "dependencies": { 3253 "@types/hast": "^3.0.0", 3254 "@types/unist": "^3.0.0", 3255 "hast-util-is-element": "^3.0.0", 3256 "unist-util-find-after": "^5.0.0" 3257 }, 3258 "funding": { 3259 "type": "opencollective", 3260 "url": "https://opencollective.com/unified" 3261 } 3262 }, 3263 "node_modules/hast-util-whitespace": { 3264 "version": "3.0.0", 3265 "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", 3266 "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", 3267 "license": "MIT", 3268 "dependencies": { 3269 "@types/hast": "^3.0.0" 3270 }, 3271 "funding": { 3272 "type": "opencollective", 3273 "url": "https://opencollective.com/unified" 3274 } 3275 }, 3276 "node_modules/hastscript": { 3277 "version": "9.0.1", 3278 "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz", 3279 "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==", 3280 "license": "MIT", 3281 "dependencies": { 3282 "@types/hast": "^3.0.0", 3283 "comma-separated-tokens": "^2.0.0", 3284 "hast-util-parse-selector": "^4.0.0", 3285 "property-information": "^7.0.0", 3286 "space-separated-tokens": "^2.0.0" 3287 }, 3288 "funding": { 3289 "type": "opencollective", 3290 "url": "https://opencollective.com/unified" 3291 } 3292 }, 3293 "node_modules/html-escaper": { 3294 "version": "3.0.3", 3295 "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz", 3296 "integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==", 3297 "license": "MIT" 3298 }, 3299 "node_modules/html-void-elements": { 3300 "version": "3.0.0", 3301 "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz", 3302 "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==", 3303 "license": "MIT", 3304 "funding": { 3305 "type": "github", 3306 "url": "https://github.com/sponsors/wooorm" 3307 } 3308 }, 3309 "node_modules/http-cache-semantics": { 3310 "version": "4.2.0", 3311 "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz", 3312 "integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==", 3313 "license": "BSD-2-Clause" 3314 }, 3315 "node_modules/http-errors": { 3316 "version": "2.0.0", 3317 "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", 3318 "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", 3319 "license": "MIT", 3320 "dependencies": { 3321 "depd": "2.0.0", 3322 "inherits": "2.0.4", 3323 "setprototypeof": "1.2.0", 3324 "statuses": "2.0.1", 3325 "toidentifier": "1.0.1" 3326 }, 3327 "engines": { 3328 "node": ">= 0.8" 3329 } 3330 }, 3331 "node_modules/http-errors/node_modules/statuses": { 3332 "version": "2.0.1", 3333 "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", 3334 "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", 3335 "license": "MIT", 3336 "engines": { 3337 "node": ">= 0.8" 3338 } 3339 }, 3340 "node_modules/import-meta-resolve": { 3341 "version": "4.2.0", 3342 "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.2.0.tgz", 3343 "integrity": "sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==", 3344 "license": "MIT", 3345 "funding": { 3346 "type": "github", 3347 "url": "https://github.com/sponsors/wooorm" 3348 } 3349 }, 3350 "node_modules/inherits": { 3351 "version": "2.0.4", 3352 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", 3353 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", 3354 "license": "ISC" 3355 }, 3356 "node_modules/ipaddr.js": { 3357 "version": "2.2.0", 3358 "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.2.0.tgz", 3359 "integrity": "sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==", 3360 "license": "MIT", 3361 "engines": { 3362 "node": ">= 10" 3363 } 3364 }, 3365 "node_modules/iron-webcrypto": { 3366 "version": "1.2.1", 3367 "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz", 3368 "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==", 3369 "license": "MIT", 3370 "funding": { 3371 "url": "https://github.com/sponsors/brc-dd" 3372 } 3373 }, 3374 "node_modules/is-docker": { 3375 "version": "3.0.0", 3376 "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", 3377 "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", 3378 "license": "MIT", 3379 "bin": { 3380 "is-docker": "cli.js" 3381 }, 3382 "engines": { 3383 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 3384 }, 3385 "funding": { 3386 "url": "https://github.com/sponsors/sindresorhus" 3387 } 3388 }, 3389 "node_modules/is-fullwidth-code-point": { 3390 "version": "3.0.0", 3391 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", 3392 "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", 3393 "license": "MIT", 3394 "engines": { 3395 "node": ">=8" 3396 } 3397 }, 3398 "node_modules/is-inside-container": { 3399 "version": "1.0.0", 3400 "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", 3401 "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", 3402 "license": "MIT", 3403 "dependencies": { 3404 "is-docker": "^3.0.0" 3405 }, 3406 "bin": { 3407 "is-inside-container": "cli.js" 3408 }, 3409 "engines": { 3410 "node": ">=14.16" 3411 }, 3412 "funding": { 3413 "url": "https://github.com/sponsors/sindresorhus" 3414 } 3415 }, 3416 "node_modules/is-plain-obj": { 3417 "version": "4.1.0", 3418 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", 3419 "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", 3420 "license": "MIT", 3421 "engines": { 3422 "node": ">=12" 3423 }, 3424 "funding": { 3425 "url": "https://github.com/sponsors/sindresorhus" 3426 } 3427 }, 3428 "node_modules/is-wsl": { 3429 "version": "3.1.0", 3430 "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz", 3431 "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==", 3432 "license": "MIT", 3433 "dependencies": { 3434 "is-inside-container": "^1.0.0" 3435 }, 3436 "engines": { 3437 "node": ">=16" 3438 }, 3439 "funding": { 3440 "url": "https://github.com/sponsors/sindresorhus" 3441 } 3442 }, 3443 "node_modules/iso-datestring-validator": { 3444 "version": "2.2.2", 3445 "resolved": "https://registry.npmjs.org/iso-datestring-validator/-/iso-datestring-validator-2.2.2.tgz", 3446 "integrity": "sha512-yLEMkBbLZTlVQqOnQ4FiMujR6T4DEcCb1xizmvXS+OxuhwcbtynoosRzdMA69zZCShCNAbi+gJ71FxZBBXx1SA==", 3447 "license": "MIT" 3448 }, 3449 "node_modules/jiti": { 3450 "version": "2.6.1", 3451 "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", 3452 "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==", 3453 "license": "MIT", 3454 "bin": { 3455 "jiti": "lib/jiti-cli.mjs" 3456 } 3457 }, 3458 "node_modules/jose": { 3459 "version": "5.10.0", 3460 "resolved": "https://registry.npmjs.org/jose/-/jose-5.10.0.tgz", 3461 "integrity": "sha512-s+3Al/p9g32Iq+oqXxkW//7jk2Vig6FF1CFqzVXoTUXt2qz89YWbL+OwS17NFYEvxC35n0FKeGO2LGYSxeM2Gg==", 3462 "license": "MIT", 3463 "funding": { 3464 "url": "https://github.com/sponsors/panva" 3465 } 3466 }, 3467 "node_modules/js-yaml": { 3468 "version": "4.1.0", 3469 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", 3470 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", 3471 "license": "MIT", 3472 "dependencies": { 3473 "argparse": "^2.0.1" 3474 }, 3475 "bin": { 3476 "js-yaml": "bin/js-yaml.js" 3477 } 3478 }, 3479 "node_modules/kleur": { 3480 "version": "3.0.3", 3481 "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", 3482 "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", 3483 "license": "MIT", 3484 "engines": { 3485 "node": ">=6" 3486 } 3487 }, 3488 "node_modules/lightningcss": { 3489 "version": "1.30.2", 3490 "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.2.tgz", 3491 "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==", 3492 "license": "MPL-2.0", 3493 "dependencies": { 3494 "detect-libc": "^2.0.3" 3495 }, 3496 "engines": { 3497 "node": ">= 12.0.0" 3498 }, 3499 "funding": { 3500 "type": "opencollective", 3501 "url": "https://opencollective.com/parcel" 3502 }, 3503 "optionalDependencies": { 3504 "lightningcss-android-arm64": "1.30.2", 3505 "lightningcss-darwin-arm64": "1.30.2", 3506 "lightningcss-darwin-x64": "1.30.2", 3507 "lightningcss-freebsd-x64": "1.30.2", 3508 "lightningcss-linux-arm-gnueabihf": "1.30.2", 3509 "lightningcss-linux-arm64-gnu": "1.30.2", 3510 "lightningcss-linux-arm64-musl": "1.30.2", 3511 "lightningcss-linux-x64-gnu": "1.30.2", 3512 "lightningcss-linux-x64-musl": "1.30.2", 3513 "lightningcss-win32-arm64-msvc": "1.30.2", 3514 "lightningcss-win32-x64-msvc": "1.30.2" 3515 } 3516 }, 3517 "node_modules/lightningcss-android-arm64": { 3518 "version": "1.30.2", 3519 "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz", 3520 "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==", 3521 "cpu": [ 3522 "arm64" 3523 ], 3524 "license": "MPL-2.0", 3525 "optional": true, 3526 "os": [ 3527 "android" 3528 ], 3529 "engines": { 3530 "node": ">= 12.0.0" 3531 }, 3532 "funding": { 3533 "type": "opencollective", 3534 "url": "https://opencollective.com/parcel" 3535 } 3536 }, 3537 "node_modules/lightningcss-darwin-arm64": { 3538 "version": "1.30.2", 3539 "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz", 3540 "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==", 3541 "cpu": [ 3542 "arm64" 3543 ], 3544 "license": "MPL-2.0", 3545 "optional": true, 3546 "os": [ 3547 "darwin" 3548 ], 3549 "engines": { 3550 "node": ">= 12.0.0" 3551 }, 3552 "funding": { 3553 "type": "opencollective", 3554 "url": "https://opencollective.com/parcel" 3555 } 3556 }, 3557 "node_modules/lightningcss-darwin-x64": { 3558 "version": "1.30.2", 3559 "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz", 3560 "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==", 3561 "cpu": [ 3562 "x64" 3563 ], 3564 "license": "MPL-2.0", 3565 "optional": true, 3566 "os": [ 3567 "darwin" 3568 ], 3569 "engines": { 3570 "node": ">= 12.0.0" 3571 }, 3572 "funding": { 3573 "type": "opencollective", 3574 "url": "https://opencollective.com/parcel" 3575 } 3576 }, 3577 "node_modules/lightningcss-freebsd-x64": { 3578 "version": "1.30.2", 3579 "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz", 3580 "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==", 3581 "cpu": [ 3582 "x64" 3583 ], 3584 "license": "MPL-2.0", 3585 "optional": true, 3586 "os": [ 3587 "freebsd" 3588 ], 3589 "engines": { 3590 "node": ">= 12.0.0" 3591 }, 3592 "funding": { 3593 "type": "opencollective", 3594 "url": "https://opencollective.com/parcel" 3595 } 3596 }, 3597 "node_modules/lightningcss-linux-arm-gnueabihf": { 3598 "version": "1.30.2", 3599 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz", 3600 "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==", 3601 "cpu": [ 3602 "arm" 3603 ], 3604 "license": "MPL-2.0", 3605 "optional": true, 3606 "os": [ 3607 "linux" 3608 ], 3609 "engines": { 3610 "node": ">= 12.0.0" 3611 }, 3612 "funding": { 3613 "type": "opencollective", 3614 "url": "https://opencollective.com/parcel" 3615 } 3616 }, 3617 "node_modules/lightningcss-linux-arm64-gnu": { 3618 "version": "1.30.2", 3619 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz", 3620 "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==", 3621 "cpu": [ 3622 "arm64" 3623 ], 3624 "license": "MPL-2.0", 3625 "optional": true, 3626 "os": [ 3627 "linux" 3628 ], 3629 "engines": { 3630 "node": ">= 12.0.0" 3631 }, 3632 "funding": { 3633 "type": "opencollective", 3634 "url": "https://opencollective.com/parcel" 3635 } 3636 }, 3637 "node_modules/lightningcss-linux-arm64-musl": { 3638 "version": "1.30.2", 3639 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz", 3640 "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==", 3641 "cpu": [ 3642 "arm64" 3643 ], 3644 "license": "MPL-2.0", 3645 "optional": true, 3646 "os": [ 3647 "linux" 3648 ], 3649 "engines": { 3650 "node": ">= 12.0.0" 3651 }, 3652 "funding": { 3653 "type": "opencollective", 3654 "url": "https://opencollective.com/parcel" 3655 } 3656 }, 3657 "node_modules/lightningcss-linux-x64-gnu": { 3658 "version": "1.30.2", 3659 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz", 3660 "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==", 3661 "cpu": [ 3662 "x64" 3663 ], 3664 "license": "MPL-2.0", 3665 "optional": true, 3666 "os": [ 3667 "linux" 3668 ], 3669 "engines": { 3670 "node": ">= 12.0.0" 3671 }, 3672 "funding": { 3673 "type": "opencollective", 3674 "url": "https://opencollective.com/parcel" 3675 } 3676 }, 3677 "node_modules/lightningcss-linux-x64-musl": { 3678 "version": "1.30.2", 3679 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz", 3680 "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==", 3681 "cpu": [ 3682 "x64" 3683 ], 3684 "license": "MPL-2.0", 3685 "optional": true, 3686 "os": [ 3687 "linux" 3688 ], 3689 "engines": { 3690 "node": ">= 12.0.0" 3691 }, 3692 "funding": { 3693 "type": "opencollective", 3694 "url": "https://opencollective.com/parcel" 3695 } 3696 }, 3697 "node_modules/lightningcss-win32-arm64-msvc": { 3698 "version": "1.30.2", 3699 "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz", 3700 "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==", 3701 "cpu": [ 3702 "arm64" 3703 ], 3704 "license": "MPL-2.0", 3705 "optional": true, 3706 "os": [ 3707 "win32" 3708 ], 3709 "engines": { 3710 "node": ">= 12.0.0" 3711 }, 3712 "funding": { 3713 "type": "opencollective", 3714 "url": "https://opencollective.com/parcel" 3715 } 3716 }, 3717 "node_modules/lightningcss-win32-x64-msvc": { 3718 "version": "1.30.2", 3719 "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz", 3720 "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==", 3721 "cpu": [ 3722 "x64" 3723 ], 3724 "license": "MPL-2.0", 3725 "optional": true, 3726 "os": [ 3727 "win32" 3728 ], 3729 "engines": { 3730 "node": ">= 12.0.0" 3731 }, 3732 "funding": { 3733 "type": "opencollective", 3734 "url": "https://opencollective.com/parcel" 3735 } 3736 }, 3737 "node_modules/lilconfig": { 3738 "version": "3.1.3", 3739 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz", 3740 "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==", 3741 "license": "MIT", 3742 "engines": { 3743 "node": ">=14" 3744 }, 3745 "funding": { 3746 "url": "https://github.com/sponsors/antonk52" 3747 } 3748 }, 3749 "node_modules/longest-streak": { 3750 "version": "3.1.0", 3751 "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", 3752 "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", 3753 "license": "MIT", 3754 "funding": { 3755 "type": "github", 3756 "url": "https://github.com/sponsors/wooorm" 3757 } 3758 }, 3759 "node_modules/lru-cache": { 3760 "version": "10.4.3", 3761 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", 3762 "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", 3763 "license": "ISC" 3764 }, 3765 "node_modules/magic-string": { 3766 "version": "0.30.21", 3767 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", 3768 "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", 3769 "license": "MIT", 3770 "dependencies": { 3771 "@jridgewell/sourcemap-codec": "^1.5.5" 3772 } 3773 }, 3774 "node_modules/magicast": { 3775 "version": "0.3.5", 3776 "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.5.tgz", 3777 "integrity": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==", 3778 "license": "MIT", 3779 "dependencies": { 3780 "@babel/parser": "^7.25.4", 3781 "@babel/types": "^7.25.4", 3782 "source-map-js": "^1.2.0" 3783 } 3784 }, 3785 "node_modules/markdown-table": { 3786 "version": "3.0.4", 3787 "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz", 3788 "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==", 3789 "license": "MIT", 3790 "funding": { 3791 "type": "github", 3792 "url": "https://github.com/sponsors/wooorm" 3793 } 3794 }, 3795 "node_modules/mdast-util-definitions": { 3796 "version": "6.0.0", 3797 "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-6.0.0.tgz", 3798 "integrity": "sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ==", 3799 "license": "MIT", 3800 "dependencies": { 3801 "@types/mdast": "^4.0.0", 3802 "@types/unist": "^3.0.0", 3803 "unist-util-visit": "^5.0.0" 3804 }, 3805 "funding": { 3806 "type": "opencollective", 3807 "url": "https://opencollective.com/unified" 3808 } 3809 }, 3810 "node_modules/mdast-util-find-and-replace": { 3811 "version": "3.0.2", 3812 "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", 3813 "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==", 3814 "license": "MIT", 3815 "dependencies": { 3816 "@types/mdast": "^4.0.0", 3817 "escape-string-regexp": "^5.0.0", 3818 "unist-util-is": "^6.0.0", 3819 "unist-util-visit-parents": "^6.0.0" 3820 }, 3821 "funding": { 3822 "type": "opencollective", 3823 "url": "https://opencollective.com/unified" 3824 } 3825 }, 3826 "node_modules/mdast-util-from-markdown": { 3827 "version": "2.0.2", 3828 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz", 3829 "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==", 3830 "license": "MIT", 3831 "dependencies": { 3832 "@types/mdast": "^4.0.0", 3833 "@types/unist": "^3.0.0", 3834 "decode-named-character-reference": "^1.0.0", 3835 "devlop": "^1.0.0", 3836 "mdast-util-to-string": "^4.0.0", 3837 "micromark": "^4.0.0", 3838 "micromark-util-decode-numeric-character-reference": "^2.0.0", 3839 "micromark-util-decode-string": "^2.0.0", 3840 "micromark-util-normalize-identifier": "^2.0.0", 3841 "micromark-util-symbol": "^2.0.0", 3842 "micromark-util-types": "^2.0.0", 3843 "unist-util-stringify-position": "^4.0.0" 3844 }, 3845 "funding": { 3846 "type": "opencollective", 3847 "url": "https://opencollective.com/unified" 3848 } 3849 }, 3850 "node_modules/mdast-util-gfm": { 3851 "version": "3.1.0", 3852 "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz", 3853 "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==", 3854 "license": "MIT", 3855 "dependencies": { 3856 "mdast-util-from-markdown": "^2.0.0", 3857 "mdast-util-gfm-autolink-literal": "^2.0.0", 3858 "mdast-util-gfm-footnote": "^2.0.0", 3859 "mdast-util-gfm-strikethrough": "^2.0.0", 3860 "mdast-util-gfm-table": "^2.0.0", 3861 "mdast-util-gfm-task-list-item": "^2.0.0", 3862 "mdast-util-to-markdown": "^2.0.0" 3863 }, 3864 "funding": { 3865 "type": "opencollective", 3866 "url": "https://opencollective.com/unified" 3867 } 3868 }, 3869 "node_modules/mdast-util-gfm-autolink-literal": { 3870 "version": "2.0.1", 3871 "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz", 3872 "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==", 3873 "license": "MIT", 3874 "dependencies": { 3875 "@types/mdast": "^4.0.0", 3876 "ccount": "^2.0.0", 3877 "devlop": "^1.0.0", 3878 "mdast-util-find-and-replace": "^3.0.0", 3879 "micromark-util-character": "^2.0.0" 3880 }, 3881 "funding": { 3882 "type": "opencollective", 3883 "url": "https://opencollective.com/unified" 3884 } 3885 }, 3886 "node_modules/mdast-util-gfm-footnote": { 3887 "version": "2.1.0", 3888 "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz", 3889 "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==", 3890 "license": "MIT", 3891 "dependencies": { 3892 "@types/mdast": "^4.0.0", 3893 "devlop": "^1.1.0", 3894 "mdast-util-from-markdown": "^2.0.0", 3895 "mdast-util-to-markdown": "^2.0.0", 3896 "micromark-util-normalize-identifier": "^2.0.0" 3897 }, 3898 "funding": { 3899 "type": "opencollective", 3900 "url": "https://opencollective.com/unified" 3901 } 3902 }, 3903 "node_modules/mdast-util-gfm-strikethrough": { 3904 "version": "2.0.0", 3905 "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", 3906 "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", 3907 "license": "MIT", 3908 "dependencies": { 3909 "@types/mdast": "^4.0.0", 3910 "mdast-util-from-markdown": "^2.0.0", 3911 "mdast-util-to-markdown": "^2.0.0" 3912 }, 3913 "funding": { 3914 "type": "opencollective", 3915 "url": "https://opencollective.com/unified" 3916 } 3917 }, 3918 "node_modules/mdast-util-gfm-table": { 3919 "version": "2.0.0", 3920 "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", 3921 "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", 3922 "license": "MIT", 3923 "dependencies": { 3924 "@types/mdast": "^4.0.0", 3925 "devlop": "^1.0.0", 3926 "markdown-table": "^3.0.0", 3927 "mdast-util-from-markdown": "^2.0.0", 3928 "mdast-util-to-markdown": "^2.0.0" 3929 }, 3930 "funding": { 3931 "type": "opencollective", 3932 "url": "https://opencollective.com/unified" 3933 } 3934 }, 3935 "node_modules/mdast-util-gfm-task-list-item": { 3936 "version": "2.0.0", 3937 "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", 3938 "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", 3939 "license": "MIT", 3940 "dependencies": { 3941 "@types/mdast": "^4.0.0", 3942 "devlop": "^1.0.0", 3943 "mdast-util-from-markdown": "^2.0.0", 3944 "mdast-util-to-markdown": "^2.0.0" 3945 }, 3946 "funding": { 3947 "type": "opencollective", 3948 "url": "https://opencollective.com/unified" 3949 } 3950 }, 3951 "node_modules/mdast-util-phrasing": { 3952 "version": "4.1.0", 3953 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", 3954 "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", 3955 "license": "MIT", 3956 "dependencies": { 3957 "@types/mdast": "^4.0.0", 3958 "unist-util-is": "^6.0.0" 3959 }, 3960 "funding": { 3961 "type": "opencollective", 3962 "url": "https://opencollective.com/unified" 3963 } 3964 }, 3965 "node_modules/mdast-util-to-hast": { 3966 "version": "13.2.0", 3967 "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz", 3968 "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==", 3969 "license": "MIT", 3970 "dependencies": { 3971 "@types/hast": "^3.0.0", 3972 "@types/mdast": "^4.0.0", 3973 "@ungap/structured-clone": "^1.0.0", 3974 "devlop": "^1.0.0", 3975 "micromark-util-sanitize-uri": "^2.0.0", 3976 "trim-lines": "^3.0.0", 3977 "unist-util-position": "^5.0.0", 3978 "unist-util-visit": "^5.0.0", 3979 "vfile": "^6.0.0" 3980 }, 3981 "funding": { 3982 "type": "opencollective", 3983 "url": "https://opencollective.com/unified" 3984 } 3985 }, 3986 "node_modules/mdast-util-to-markdown": { 3987 "version": "2.1.2", 3988 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", 3989 "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", 3990 "license": "MIT", 3991 "dependencies": { 3992 "@types/mdast": "^4.0.0", 3993 "@types/unist": "^3.0.0", 3994 "longest-streak": "^3.0.0", 3995 "mdast-util-phrasing": "^4.0.0", 3996 "mdast-util-to-string": "^4.0.0", 3997 "micromark-util-classify-character": "^2.0.0", 3998 "micromark-util-decode-string": "^2.0.0", 3999 "unist-util-visit": "^5.0.0", 4000 "zwitch": "^2.0.0" 4001 }, 4002 "funding": { 4003 "type": "opencollective", 4004 "url": "https://opencollective.com/unified" 4005 } 4006 }, 4007 "node_modules/mdast-util-to-string": { 4008 "version": "4.0.0", 4009 "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", 4010 "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", 4011 "license": "MIT", 4012 "dependencies": { 4013 "@types/mdast": "^4.0.0" 4014 }, 4015 "funding": { 4016 "type": "opencollective", 4017 "url": "https://opencollective.com/unified" 4018 } 4019 }, 4020 "node_modules/mdn-data": { 4021 "version": "2.12.2", 4022 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz", 4023 "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==", 4024 "license": "CC0-1.0" 4025 }, 4026 "node_modules/micromark": { 4027 "version": "4.0.2", 4028 "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz", 4029 "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==", 4030 "funding": [ 4031 { 4032 "type": "GitHub Sponsors", 4033 "url": "https://github.com/sponsors/unifiedjs" 4034 }, 4035 { 4036 "type": "OpenCollective", 4037 "url": "https://opencollective.com/unified" 4038 } 4039 ], 4040 "license": "MIT", 4041 "dependencies": { 4042 "@types/debug": "^4.0.0", 4043 "debug": "^4.0.0", 4044 "decode-named-character-reference": "^1.0.0", 4045 "devlop": "^1.0.0", 4046 "micromark-core-commonmark": "^2.0.0", 4047 "micromark-factory-space": "^2.0.0", 4048 "micromark-util-character": "^2.0.0", 4049 "micromark-util-chunked": "^2.0.0", 4050 "micromark-util-combine-extensions": "^2.0.0", 4051 "micromark-util-decode-numeric-character-reference": "^2.0.0", 4052 "micromark-util-encode": "^2.0.0", 4053 "micromark-util-normalize-identifier": "^2.0.0", 4054 "micromark-util-resolve-all": "^2.0.0", 4055 "micromark-util-sanitize-uri": "^2.0.0", 4056 "micromark-util-subtokenize": "^2.0.0", 4057 "micromark-util-symbol": "^2.0.0", 4058 "micromark-util-types": "^2.0.0" 4059 } 4060 }, 4061 "node_modules/micromark-core-commonmark": { 4062 "version": "2.0.3", 4063 "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz", 4064 "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==", 4065 "funding": [ 4066 { 4067 "type": "GitHub Sponsors", 4068 "url": "https://github.com/sponsors/unifiedjs" 4069 }, 4070 { 4071 "type": "OpenCollective", 4072 "url": "https://opencollective.com/unified" 4073 } 4074 ], 4075 "license": "MIT", 4076 "dependencies": { 4077 "decode-named-character-reference": "^1.0.0", 4078 "devlop": "^1.0.0", 4079 "micromark-factory-destination": "^2.0.0", 4080 "micromark-factory-label": "^2.0.0", 4081 "micromark-factory-space": "^2.0.0", 4082 "micromark-factory-title": "^2.0.0", 4083 "micromark-factory-whitespace": "^2.0.0", 4084 "micromark-util-character": "^2.0.0", 4085 "micromark-util-chunked": "^2.0.0", 4086 "micromark-util-classify-character": "^2.0.0", 4087 "micromark-util-html-tag-name": "^2.0.0", 4088 "micromark-util-normalize-identifier": "^2.0.0", 4089 "micromark-util-resolve-all": "^2.0.0", 4090 "micromark-util-subtokenize": "^2.0.0", 4091 "micromark-util-symbol": "^2.0.0", 4092 "micromark-util-types": "^2.0.0" 4093 } 4094 }, 4095 "node_modules/micromark-extension-gfm": { 4096 "version": "3.0.0", 4097 "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", 4098 "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", 4099 "license": "MIT", 4100 "dependencies": { 4101 "micromark-extension-gfm-autolink-literal": "^2.0.0", 4102 "micromark-extension-gfm-footnote": "^2.0.0", 4103 "micromark-extension-gfm-strikethrough": "^2.0.0", 4104 "micromark-extension-gfm-table": "^2.0.0", 4105 "micromark-extension-gfm-tagfilter": "^2.0.0", 4106 "micromark-extension-gfm-task-list-item": "^2.0.0", 4107 "micromark-util-combine-extensions": "^2.0.0", 4108 "micromark-util-types": "^2.0.0" 4109 }, 4110 "funding": { 4111 "type": "opencollective", 4112 "url": "https://opencollective.com/unified" 4113 } 4114 }, 4115 "node_modules/micromark-extension-gfm-autolink-literal": { 4116 "version": "2.1.0", 4117 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", 4118 "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==", 4119 "license": "MIT", 4120 "dependencies": { 4121 "micromark-util-character": "^2.0.0", 4122 "micromark-util-sanitize-uri": "^2.0.0", 4123 "micromark-util-symbol": "^2.0.0", 4124 "micromark-util-types": "^2.0.0" 4125 }, 4126 "funding": { 4127 "type": "opencollective", 4128 "url": "https://opencollective.com/unified" 4129 } 4130 }, 4131 "node_modules/micromark-extension-gfm-footnote": { 4132 "version": "2.1.0", 4133 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz", 4134 "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==", 4135 "license": "MIT", 4136 "dependencies": { 4137 "devlop": "^1.0.0", 4138 "micromark-core-commonmark": "^2.0.0", 4139 "micromark-factory-space": "^2.0.0", 4140 "micromark-util-character": "^2.0.0", 4141 "micromark-util-normalize-identifier": "^2.0.0", 4142 "micromark-util-sanitize-uri": "^2.0.0", 4143 "micromark-util-symbol": "^2.0.0", 4144 "micromark-util-types": "^2.0.0" 4145 }, 4146 "funding": { 4147 "type": "opencollective", 4148 "url": "https://opencollective.com/unified" 4149 } 4150 }, 4151 "node_modules/micromark-extension-gfm-strikethrough": { 4152 "version": "2.1.0", 4153 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz", 4154 "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==", 4155 "license": "MIT", 4156 "dependencies": { 4157 "devlop": "^1.0.0", 4158 "micromark-util-chunked": "^2.0.0", 4159 "micromark-util-classify-character": "^2.0.0", 4160 "micromark-util-resolve-all": "^2.0.0", 4161 "micromark-util-symbol": "^2.0.0", 4162 "micromark-util-types": "^2.0.0" 4163 }, 4164 "funding": { 4165 "type": "opencollective", 4166 "url": "https://opencollective.com/unified" 4167 } 4168 }, 4169 "node_modules/micromark-extension-gfm-table": { 4170 "version": "2.1.1", 4171 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz", 4172 "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==", 4173 "license": "MIT", 4174 "dependencies": { 4175 "devlop": "^1.0.0", 4176 "micromark-factory-space": "^2.0.0", 4177 "micromark-util-character": "^2.0.0", 4178 "micromark-util-symbol": "^2.0.0", 4179 "micromark-util-types": "^2.0.0" 4180 }, 4181 "funding": { 4182 "type": "opencollective", 4183 "url": "https://opencollective.com/unified" 4184 } 4185 }, 4186 "node_modules/micromark-extension-gfm-tagfilter": { 4187 "version": "2.0.0", 4188 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", 4189 "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", 4190 "license": "MIT", 4191 "dependencies": { 4192 "micromark-util-types": "^2.0.0" 4193 }, 4194 "funding": { 4195 "type": "opencollective", 4196 "url": "https://opencollective.com/unified" 4197 } 4198 }, 4199 "node_modules/micromark-extension-gfm-task-list-item": { 4200 "version": "2.1.0", 4201 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz", 4202 "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==", 4203 "license": "MIT", 4204 "dependencies": { 4205 "devlop": "^1.0.0", 4206 "micromark-factory-space": "^2.0.0", 4207 "micromark-util-character": "^2.0.0", 4208 "micromark-util-symbol": "^2.0.0", 4209 "micromark-util-types": "^2.0.0" 4210 }, 4211 "funding": { 4212 "type": "opencollective", 4213 "url": "https://opencollective.com/unified" 4214 } 4215 }, 4216 "node_modules/micromark-factory-destination": { 4217 "version": "2.0.1", 4218 "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", 4219 "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==", 4220 "funding": [ 4221 { 4222 "type": "GitHub Sponsors", 4223 "url": "https://github.com/sponsors/unifiedjs" 4224 }, 4225 { 4226 "type": "OpenCollective", 4227 "url": "https://opencollective.com/unified" 4228 } 4229 ], 4230 "license": "MIT", 4231 "dependencies": { 4232 "micromark-util-character": "^2.0.0", 4233 "micromark-util-symbol": "^2.0.0", 4234 "micromark-util-types": "^2.0.0" 4235 } 4236 }, 4237 "node_modules/micromark-factory-label": { 4238 "version": "2.0.1", 4239 "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz", 4240 "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==", 4241 "funding": [ 4242 { 4243 "type": "GitHub Sponsors", 4244 "url": "https://github.com/sponsors/unifiedjs" 4245 }, 4246 { 4247 "type": "OpenCollective", 4248 "url": "https://opencollective.com/unified" 4249 } 4250 ], 4251 "license": "MIT", 4252 "dependencies": { 4253 "devlop": "^1.0.0", 4254 "micromark-util-character": "^2.0.0", 4255 "micromark-util-symbol": "^2.0.0", 4256 "micromark-util-types": "^2.0.0" 4257 } 4258 }, 4259 "node_modules/micromark-factory-space": { 4260 "version": "2.0.1", 4261 "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", 4262 "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", 4263 "funding": [ 4264 { 4265 "type": "GitHub Sponsors", 4266 "url": "https://github.com/sponsors/unifiedjs" 4267 }, 4268 { 4269 "type": "OpenCollective", 4270 "url": "https://opencollective.com/unified" 4271 } 4272 ], 4273 "license": "MIT", 4274 "dependencies": { 4275 "micromark-util-character": "^2.0.0", 4276 "micromark-util-types": "^2.0.0" 4277 } 4278 }, 4279 "node_modules/micromark-factory-title": { 4280 "version": "2.0.1", 4281 "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz", 4282 "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==", 4283 "funding": [ 4284 { 4285 "type": "GitHub Sponsors", 4286 "url": "https://github.com/sponsors/unifiedjs" 4287 }, 4288 { 4289 "type": "OpenCollective", 4290 "url": "https://opencollective.com/unified" 4291 } 4292 ], 4293 "license": "MIT", 4294 "dependencies": { 4295 "micromark-factory-space": "^2.0.0", 4296 "micromark-util-character": "^2.0.0", 4297 "micromark-util-symbol": "^2.0.0", 4298 "micromark-util-types": "^2.0.0" 4299 } 4300 }, 4301 "node_modules/micromark-factory-whitespace": { 4302 "version": "2.0.1", 4303 "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz", 4304 "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==", 4305 "funding": [ 4306 { 4307 "type": "GitHub Sponsors", 4308 "url": "https://github.com/sponsors/unifiedjs" 4309 }, 4310 { 4311 "type": "OpenCollective", 4312 "url": "https://opencollective.com/unified" 4313 } 4314 ], 4315 "license": "MIT", 4316 "dependencies": { 4317 "micromark-factory-space": "^2.0.0", 4318 "micromark-util-character": "^2.0.0", 4319 "micromark-util-symbol": "^2.0.0", 4320 "micromark-util-types": "^2.0.0" 4321 } 4322 }, 4323 "node_modules/micromark-util-character": { 4324 "version": "2.1.1", 4325 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 4326 "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 4327 "funding": [ 4328 { 4329 "type": "GitHub Sponsors", 4330 "url": "https://github.com/sponsors/unifiedjs" 4331 }, 4332 { 4333 "type": "OpenCollective", 4334 "url": "https://opencollective.com/unified" 4335 } 4336 ], 4337 "license": "MIT", 4338 "dependencies": { 4339 "micromark-util-symbol": "^2.0.0", 4340 "micromark-util-types": "^2.0.0" 4341 } 4342 }, 4343 "node_modules/micromark-util-chunked": { 4344 "version": "2.0.1", 4345 "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz", 4346 "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==", 4347 "funding": [ 4348 { 4349 "type": "GitHub Sponsors", 4350 "url": "https://github.com/sponsors/unifiedjs" 4351 }, 4352 { 4353 "type": "OpenCollective", 4354 "url": "https://opencollective.com/unified" 4355 } 4356 ], 4357 "license": "MIT", 4358 "dependencies": { 4359 "micromark-util-symbol": "^2.0.0" 4360 } 4361 }, 4362 "node_modules/micromark-util-classify-character": { 4363 "version": "2.0.1", 4364 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz", 4365 "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==", 4366 "funding": [ 4367 { 4368 "type": "GitHub Sponsors", 4369 "url": "https://github.com/sponsors/unifiedjs" 4370 }, 4371 { 4372 "type": "OpenCollective", 4373 "url": "https://opencollective.com/unified" 4374 } 4375 ], 4376 "license": "MIT", 4377 "dependencies": { 4378 "micromark-util-character": "^2.0.0", 4379 "micromark-util-symbol": "^2.0.0", 4380 "micromark-util-types": "^2.0.0" 4381 } 4382 }, 4383 "node_modules/micromark-util-combine-extensions": { 4384 "version": "2.0.1", 4385 "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz", 4386 "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==", 4387 "funding": [ 4388 { 4389 "type": "GitHub Sponsors", 4390 "url": "https://github.com/sponsors/unifiedjs" 4391 }, 4392 { 4393 "type": "OpenCollective", 4394 "url": "https://opencollective.com/unified" 4395 } 4396 ], 4397 "license": "MIT", 4398 "dependencies": { 4399 "micromark-util-chunked": "^2.0.0", 4400 "micromark-util-types": "^2.0.0" 4401 } 4402 }, 4403 "node_modules/micromark-util-decode-numeric-character-reference": { 4404 "version": "2.0.2", 4405 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz", 4406 "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==", 4407 "funding": [ 4408 { 4409 "type": "GitHub Sponsors", 4410 "url": "https://github.com/sponsors/unifiedjs" 4411 }, 4412 { 4413 "type": "OpenCollective", 4414 "url": "https://opencollective.com/unified" 4415 } 4416 ], 4417 "license": "MIT", 4418 "dependencies": { 4419 "micromark-util-symbol": "^2.0.0" 4420 } 4421 }, 4422 "node_modules/micromark-util-decode-string": { 4423 "version": "2.0.1", 4424 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz", 4425 "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==", 4426 "funding": [ 4427 { 4428 "type": "GitHub Sponsors", 4429 "url": "https://github.com/sponsors/unifiedjs" 4430 }, 4431 { 4432 "type": "OpenCollective", 4433 "url": "https://opencollective.com/unified" 4434 } 4435 ], 4436 "license": "MIT", 4437 "dependencies": { 4438 "decode-named-character-reference": "^1.0.0", 4439 "micromark-util-character": "^2.0.0", 4440 "micromark-util-decode-numeric-character-reference": "^2.0.0", 4441 "micromark-util-symbol": "^2.0.0" 4442 } 4443 }, 4444 "node_modules/micromark-util-encode": { 4445 "version": "2.0.1", 4446 "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz", 4447 "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==", 4448 "funding": [ 4449 { 4450 "type": "GitHub Sponsors", 4451 "url": "https://github.com/sponsors/unifiedjs" 4452 }, 4453 { 4454 "type": "OpenCollective", 4455 "url": "https://opencollective.com/unified" 4456 } 4457 ], 4458 "license": "MIT" 4459 }, 4460 "node_modules/micromark-util-html-tag-name": { 4461 "version": "2.0.1", 4462 "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz", 4463 "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==", 4464 "funding": [ 4465 { 4466 "type": "GitHub Sponsors", 4467 "url": "https://github.com/sponsors/unifiedjs" 4468 }, 4469 { 4470 "type": "OpenCollective", 4471 "url": "https://opencollective.com/unified" 4472 } 4473 ], 4474 "license": "MIT" 4475 }, 4476 "node_modules/micromark-util-normalize-identifier": { 4477 "version": "2.0.1", 4478 "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz", 4479 "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==", 4480 "funding": [ 4481 { 4482 "type": "GitHub Sponsors", 4483 "url": "https://github.com/sponsors/unifiedjs" 4484 }, 4485 { 4486 "type": "OpenCollective", 4487 "url": "https://opencollective.com/unified" 4488 } 4489 ], 4490 "license": "MIT", 4491 "dependencies": { 4492 "micromark-util-symbol": "^2.0.0" 4493 } 4494 }, 4495 "node_modules/micromark-util-resolve-all": { 4496 "version": "2.0.1", 4497 "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz", 4498 "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==", 4499 "funding": [ 4500 { 4501 "type": "GitHub Sponsors", 4502 "url": "https://github.com/sponsors/unifiedjs" 4503 }, 4504 { 4505 "type": "OpenCollective", 4506 "url": "https://opencollective.com/unified" 4507 } 4508 ], 4509 "license": "MIT", 4510 "dependencies": { 4511 "micromark-util-types": "^2.0.0" 4512 } 4513 }, 4514 "node_modules/micromark-util-sanitize-uri": { 4515 "version": "2.0.1", 4516 "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz", 4517 "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==", 4518 "funding": [ 4519 { 4520 "type": "GitHub Sponsors", 4521 "url": "https://github.com/sponsors/unifiedjs" 4522 }, 4523 { 4524 "type": "OpenCollective", 4525 "url": "https://opencollective.com/unified" 4526 } 4527 ], 4528 "license": "MIT", 4529 "dependencies": { 4530 "micromark-util-character": "^2.0.0", 4531 "micromark-util-encode": "^2.0.0", 4532 "micromark-util-symbol": "^2.0.0" 4533 } 4534 }, 4535 "node_modules/micromark-util-subtokenize": { 4536 "version": "2.1.0", 4537 "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz", 4538 "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==", 4539 "funding": [ 4540 { 4541 "type": "GitHub Sponsors", 4542 "url": "https://github.com/sponsors/unifiedjs" 4543 }, 4544 { 4545 "type": "OpenCollective", 4546 "url": "https://opencollective.com/unified" 4547 } 4548 ], 4549 "license": "MIT", 4550 "dependencies": { 4551 "devlop": "^1.0.0", 4552 "micromark-util-chunked": "^2.0.0", 4553 "micromark-util-symbol": "^2.0.0", 4554 "micromark-util-types": "^2.0.0" 4555 } 4556 }, 4557 "node_modules/micromark-util-symbol": { 4558 "version": "2.0.1", 4559 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 4560 "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 4561 "funding": [ 4562 { 4563 "type": "GitHub Sponsors", 4564 "url": "https://github.com/sponsors/unifiedjs" 4565 }, 4566 { 4567 "type": "OpenCollective", 4568 "url": "https://opencollective.com/unified" 4569 } 4570 ], 4571 "license": "MIT" 4572 }, 4573 "node_modules/micromark-util-types": { 4574 "version": "2.0.2", 4575 "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz", 4576 "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==", 4577 "funding": [ 4578 { 4579 "type": "GitHub Sponsors", 4580 "url": "https://github.com/sponsors/unifiedjs" 4581 }, 4582 { 4583 "type": "OpenCollective", 4584 "url": "https://opencollective.com/unified" 4585 } 4586 ], 4587 "license": "MIT" 4588 }, 4589 "node_modules/mime-db": { 4590 "version": "1.54.0", 4591 "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz", 4592 "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==", 4593 "license": "MIT", 4594 "engines": { 4595 "node": ">= 0.6" 4596 } 4597 }, 4598 "node_modules/mime-types": { 4599 "version": "3.0.1", 4600 "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.1.tgz", 4601 "integrity": "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==", 4602 "license": "MIT", 4603 "dependencies": { 4604 "mime-db": "^1.54.0" 4605 }, 4606 "engines": { 4607 "node": ">= 0.6" 4608 } 4609 }, 4610 "node_modules/mrmime": { 4611 "version": "2.0.1", 4612 "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz", 4613 "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==", 4614 "license": "MIT", 4615 "engines": { 4616 "node": ">=10" 4617 } 4618 }, 4619 "node_modules/ms": { 4620 "version": "2.1.3", 4621 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 4622 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 4623 "license": "MIT" 4624 }, 4625 "node_modules/multiformats": { 4626 "version": "9.9.0", 4627 "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", 4628 "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==", 4629 "license": "(Apache-2.0 AND MIT)" 4630 }, 4631 "node_modules/nanoid": { 4632 "version": "3.3.11", 4633 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", 4634 "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", 4635 "funding": [ 4636 { 4637 "type": "github", 4638 "url": "https://github.com/sponsors/ai" 4639 } 4640 ], 4641 "license": "MIT", 4642 "bin": { 4643 "nanoid": "bin/nanoid.cjs" 4644 }, 4645 "engines": { 4646 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 4647 } 4648 }, 4649 "node_modules/neotraverse": { 4650 "version": "0.6.18", 4651 "resolved": "https://registry.npmjs.org/neotraverse/-/neotraverse-0.6.18.tgz", 4652 "integrity": "sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==", 4653 "license": "MIT", 4654 "engines": { 4655 "node": ">= 10" 4656 } 4657 }, 4658 "node_modules/nlcst-to-string": { 4659 "version": "4.0.0", 4660 "resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-4.0.0.tgz", 4661 "integrity": "sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==", 4662 "license": "MIT", 4663 "dependencies": { 4664 "@types/nlcst": "^2.0.0" 4665 }, 4666 "funding": { 4667 "type": "opencollective", 4668 "url": "https://opencollective.com/unified" 4669 } 4670 }, 4671 "node_modules/node-fetch-native": { 4672 "version": "1.6.7", 4673 "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.7.tgz", 4674 "integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==", 4675 "license": "MIT" 4676 }, 4677 "node_modules/node-mock-http": { 4678 "version": "1.0.3", 4679 "resolved": "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.3.tgz", 4680 "integrity": "sha512-jN8dK25fsfnMrVsEhluUTPkBFY+6ybu7jSB1n+ri/vOGjJxU8J9CZhpSGkHXSkFjtUhbmoncG/YG9ta5Ludqog==", 4681 "license": "MIT" 4682 }, 4683 "node_modules/node-releases": { 4684 "version": "2.0.26", 4685 "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.26.tgz", 4686 "integrity": "sha512-S2M9YimhSjBSvYnlr5/+umAnPHE++ODwt5e2Ij6FoX45HA/s4vHdkDx1eax2pAPeAOqu4s9b7ppahsyEFdVqQA==", 4687 "license": "MIT" 4688 }, 4689 "node_modules/normalize-path": { 4690 "version": "3.0.0", 4691 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", 4692 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", 4693 "license": "MIT", 4694 "engines": { 4695 "node": ">=0.10.0" 4696 } 4697 }, 4698 "node_modules/normalize-range": { 4699 "version": "0.1.2", 4700 "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", 4701 "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", 4702 "license": "MIT", 4703 "engines": { 4704 "node": ">=0.10.0" 4705 } 4706 }, 4707 "node_modules/ofetch": { 4708 "version": "1.4.1", 4709 "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.4.1.tgz", 4710 "integrity": "sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==", 4711 "license": "MIT", 4712 "dependencies": { 4713 "destr": "^2.0.3", 4714 "node-fetch-native": "^1.6.4", 4715 "ufo": "^1.5.4" 4716 } 4717 }, 4718 "node_modules/ohash": { 4719 "version": "2.0.11", 4720 "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz", 4721 "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==", 4722 "license": "MIT" 4723 }, 4724 "node_modules/on-finished": { 4725 "version": "2.4.1", 4726 "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", 4727 "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", 4728 "license": "MIT", 4729 "dependencies": { 4730 "ee-first": "1.1.1" 4731 }, 4732 "engines": { 4733 "node": ">= 0.8" 4734 } 4735 }, 4736 "node_modules/oniguruma-parser": { 4737 "version": "0.12.1", 4738 "resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.12.1.tgz", 4739 "integrity": "sha512-8Unqkvk1RYc6yq2WBYRj4hdnsAxVze8i7iPfQr8e4uSP3tRv0rpZcbGUDvxfQQcdwHt/e9PrMvGCsa8OqG9X3w==", 4740 "license": "MIT" 4741 }, 4742 "node_modules/oniguruma-to-es": { 4743 "version": "4.3.3", 4744 "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.3.tgz", 4745 "integrity": "sha512-rPiZhzC3wXwE59YQMRDodUwwT9FZ9nNBwQQfsd1wfdtlKEyCdRV0avrTcSZ5xlIvGRVPd/cx6ZN45ECmS39xvg==", 4746 "license": "MIT", 4747 "dependencies": { 4748 "oniguruma-parser": "^0.12.1", 4749 "regex": "^6.0.1", 4750 "regex-recursion": "^6.0.2" 4751 } 4752 }, 4753 "node_modules/p-limit": { 4754 "version": "6.2.0", 4755 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-6.2.0.tgz", 4756 "integrity": "sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA==", 4757 "license": "MIT", 4758 "dependencies": { 4759 "yocto-queue": "^1.1.1" 4760 }, 4761 "engines": { 4762 "node": ">=18" 4763 }, 4764 "funding": { 4765 "url": "https://github.com/sponsors/sindresorhus" 4766 } 4767 }, 4768 "node_modules/p-queue": { 4769 "version": "8.1.1", 4770 "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.1.1.tgz", 4771 "integrity": "sha512-aNZ+VfjobsWryoiPnEApGGmf5WmNsCo9xu8dfaYamG5qaLP7ClhLN6NgsFe6SwJ2UbLEBK5dv9x8Mn5+RVhMWQ==", 4772 "license": "MIT", 4773 "dependencies": { 4774 "eventemitter3": "^5.0.1", 4775 "p-timeout": "^6.1.2" 4776 }, 4777 "engines": { 4778 "node": ">=18" 4779 }, 4780 "funding": { 4781 "url": "https://github.com/sponsors/sindresorhus" 4782 } 4783 }, 4784 "node_modules/p-timeout": { 4785 "version": "6.1.4", 4786 "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.4.tgz", 4787 "integrity": "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==", 4788 "license": "MIT", 4789 "engines": { 4790 "node": ">=14.16" 4791 }, 4792 "funding": { 4793 "url": "https://github.com/sponsors/sindresorhus" 4794 } 4795 }, 4796 "node_modules/package-manager-detector": { 4797 "version": "1.5.0", 4798 "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.5.0.tgz", 4799 "integrity": "sha512-uBj69dVlYe/+wxj8JOpr97XfsxH/eumMt6HqjNTmJDf/6NO9s+0uxeOneIz3AsPt2m6y9PqzDzd3ATcU17MNfw==", 4800 "license": "MIT" 4801 }, 4802 "node_modules/pako": { 4803 "version": "0.2.9", 4804 "resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz", 4805 "integrity": "sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==", 4806 "license": "MIT" 4807 }, 4808 "node_modules/parse-latin": { 4809 "version": "7.0.0", 4810 "resolved": "https://registry.npmjs.org/parse-latin/-/parse-latin-7.0.0.tgz", 4811 "integrity": "sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==", 4812 "license": "MIT", 4813 "dependencies": { 4814 "@types/nlcst": "^2.0.0", 4815 "@types/unist": "^3.0.0", 4816 "nlcst-to-string": "^4.0.0", 4817 "unist-util-modify-children": "^4.0.0", 4818 "unist-util-visit-children": "^3.0.0", 4819 "vfile": "^6.0.0" 4820 }, 4821 "funding": { 4822 "type": "github", 4823 "url": "https://github.com/sponsors/wooorm" 4824 } 4825 }, 4826 "node_modules/parse5": { 4827 "version": "7.3.0", 4828 "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz", 4829 "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==", 4830 "license": "MIT", 4831 "dependencies": { 4832 "entities": "^6.0.0" 4833 }, 4834 "funding": { 4835 "url": "https://github.com/inikulin/parse5?sponsor=1" 4836 } 4837 }, 4838 "node_modules/picocolors": { 4839 "version": "1.1.1", 4840 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", 4841 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", 4842 "license": "ISC" 4843 }, 4844 "node_modules/picomatch": { 4845 "version": "4.0.3", 4846 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", 4847 "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", 4848 "license": "MIT", 4849 "engines": { 4850 "node": ">=12" 4851 }, 4852 "funding": { 4853 "url": "https://github.com/sponsors/jonschlinkert" 4854 } 4855 }, 4856 "node_modules/postcss": { 4857 "version": "8.5.6", 4858 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", 4859 "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", 4860 "funding": [ 4861 { 4862 "type": "opencollective", 4863 "url": "https://opencollective.com/postcss/" 4864 }, 4865 { 4866 "type": "tidelift", 4867 "url": "https://tidelift.com/funding/github/npm/postcss" 4868 }, 4869 { 4870 "type": "github", 4871 "url": "https://github.com/sponsors/ai" 4872 } 4873 ], 4874 "license": "MIT", 4875 "dependencies": { 4876 "nanoid": "^3.3.11", 4877 "picocolors": "^1.1.1", 4878 "source-map-js": "^1.2.1" 4879 }, 4880 "engines": { 4881 "node": "^10 || ^12 || >=14" 4882 } 4883 }, 4884 "node_modules/postcss-load-config": { 4885 "version": "4.0.2", 4886 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz", 4887 "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==", 4888 "funding": [ 4889 { 4890 "type": "opencollective", 4891 "url": "https://opencollective.com/postcss/" 4892 }, 4893 { 4894 "type": "github", 4895 "url": "https://github.com/sponsors/ai" 4896 } 4897 ], 4898 "license": "MIT", 4899 "dependencies": { 4900 "lilconfig": "^3.0.0", 4901 "yaml": "^2.3.4" 4902 }, 4903 "engines": { 4904 "node": ">= 14" 4905 }, 4906 "peerDependencies": { 4907 "postcss": ">=8.0.9", 4908 "ts-node": ">=9.0.0" 4909 }, 4910 "peerDependenciesMeta": { 4911 "postcss": { 4912 "optional": true 4913 }, 4914 "ts-node": { 4915 "optional": true 4916 } 4917 } 4918 }, 4919 "node_modules/postcss-value-parser": { 4920 "version": "4.2.0", 4921 "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", 4922 "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", 4923 "license": "MIT" 4924 }, 4925 "node_modules/prismjs": { 4926 "version": "1.30.0", 4927 "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz", 4928 "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==", 4929 "license": "MIT", 4930 "engines": { 4931 "node": ">=6" 4932 } 4933 }, 4934 "node_modules/prompts": { 4935 "version": "2.4.2", 4936 "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", 4937 "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", 4938 "license": "MIT", 4939 "dependencies": { 4940 "kleur": "^3.0.3", 4941 "sisteransi": "^1.0.5" 4942 }, 4943 "engines": { 4944 "node": ">= 6" 4945 } 4946 }, 4947 "node_modules/property-information": { 4948 "version": "7.1.0", 4949 "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz", 4950 "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==", 4951 "license": "MIT", 4952 "funding": { 4953 "type": "github", 4954 "url": "https://github.com/sponsors/wooorm" 4955 } 4956 }, 4957 "node_modules/radix3": { 4958 "version": "1.1.2", 4959 "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz", 4960 "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==", 4961 "license": "MIT" 4962 }, 4963 "node_modules/range-parser": { 4964 "version": "1.2.1", 4965 "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", 4966 "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", 4967 "license": "MIT", 4968 "engines": { 4969 "node": ">= 0.6" 4970 } 4971 }, 4972 "node_modules/readdirp": { 4973 "version": "4.1.2", 4974 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz", 4975 "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==", 4976 "license": "MIT", 4977 "engines": { 4978 "node": ">= 14.18.0" 4979 }, 4980 "funding": { 4981 "type": "individual", 4982 "url": "https://paulmillr.com/funding/" 4983 } 4984 }, 4985 "node_modules/regex": { 4986 "version": "6.0.1", 4987 "resolved": "https://registry.npmjs.org/regex/-/regex-6.0.1.tgz", 4988 "integrity": "sha512-uorlqlzAKjKQZ5P+kTJr3eeJGSVroLKoHmquUj4zHWuR+hEyNqlXsSKlYYF5F4NI6nl7tWCs0apKJ0lmfsXAPA==", 4989 "license": "MIT", 4990 "dependencies": { 4991 "regex-utilities": "^2.3.0" 4992 } 4993 }, 4994 "node_modules/regex-recursion": { 4995 "version": "6.0.2", 4996 "resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-6.0.2.tgz", 4997 "integrity": "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==", 4998 "license": "MIT", 4999 "dependencies": { 5000 "regex-utilities": "^2.3.0" 5001 } 5002 }, 5003 "node_modules/regex-utilities": { 5004 "version": "2.3.0", 5005 "resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz", 5006 "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==", 5007 "license": "MIT" 5008 }, 5009 "node_modules/rehype": { 5010 "version": "13.0.2", 5011 "resolved": "https://registry.npmjs.org/rehype/-/rehype-13.0.2.tgz", 5012 "integrity": "sha512-j31mdaRFrwFRUIlxGeuPXXKWQxet52RBQRvCmzl5eCefn/KGbomK5GMHNMsOJf55fgo3qw5tST5neDuarDYR2A==", 5013 "license": "MIT", 5014 "dependencies": { 5015 "@types/hast": "^3.0.0", 5016 "rehype-parse": "^9.0.0", 5017 "rehype-stringify": "^10.0.0", 5018 "unified": "^11.0.0" 5019 }, 5020 "funding": { 5021 "type": "opencollective", 5022 "url": "https://opencollective.com/unified" 5023 } 5024 }, 5025 "node_modules/rehype-parse": { 5026 "version": "9.0.1", 5027 "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-9.0.1.tgz", 5028 "integrity": "sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==", 5029 "license": "MIT", 5030 "dependencies": { 5031 "@types/hast": "^3.0.0", 5032 "hast-util-from-html": "^2.0.0", 5033 "unified": "^11.0.0" 5034 }, 5035 "funding": { 5036 "type": "opencollective", 5037 "url": "https://opencollective.com/unified" 5038 } 5039 }, 5040 "node_modules/rehype-raw": { 5041 "version": "7.0.0", 5042 "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz", 5043 "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==", 5044 "license": "MIT", 5045 "dependencies": { 5046 "@types/hast": "^3.0.0", 5047 "hast-util-raw": "^9.0.0", 5048 "vfile": "^6.0.0" 5049 }, 5050 "funding": { 5051 "type": "opencollective", 5052 "url": "https://opencollective.com/unified" 5053 } 5054 }, 5055 "node_modules/rehype-stringify": { 5056 "version": "10.0.1", 5057 "resolved": "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-10.0.1.tgz", 5058 "integrity": "sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==", 5059 "license": "MIT", 5060 "dependencies": { 5061 "@types/hast": "^3.0.0", 5062 "hast-util-to-html": "^9.0.0", 5063 "unified": "^11.0.0" 5064 }, 5065 "funding": { 5066 "type": "opencollective", 5067 "url": "https://opencollective.com/unified" 5068 } 5069 }, 5070 "node_modules/remark-gfm": { 5071 "version": "4.0.1", 5072 "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz", 5073 "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==", 5074 "license": "MIT", 5075 "dependencies": { 5076 "@types/mdast": "^4.0.0", 5077 "mdast-util-gfm": "^3.0.0", 5078 "micromark-extension-gfm": "^3.0.0", 5079 "remark-parse": "^11.0.0", 5080 "remark-stringify": "^11.0.0", 5081 "unified": "^11.0.0" 5082 }, 5083 "funding": { 5084 "type": "opencollective", 5085 "url": "https://opencollective.com/unified" 5086 } 5087 }, 5088 "node_modules/remark-parse": { 5089 "version": "11.0.0", 5090 "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", 5091 "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", 5092 "license": "MIT", 5093 "dependencies": { 5094 "@types/mdast": "^4.0.0", 5095 "mdast-util-from-markdown": "^2.0.0", 5096 "micromark-util-types": "^2.0.0", 5097 "unified": "^11.0.0" 5098 }, 5099 "funding": { 5100 "type": "opencollective", 5101 "url": "https://opencollective.com/unified" 5102 } 5103 }, 5104 "node_modules/remark-rehype": { 5105 "version": "11.1.2", 5106 "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz", 5107 "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==", 5108 "license": "MIT", 5109 "dependencies": { 5110 "@types/hast": "^3.0.0", 5111 "@types/mdast": "^4.0.0", 5112 "mdast-util-to-hast": "^13.0.0", 5113 "unified": "^11.0.0", 5114 "vfile": "^6.0.0" 5115 }, 5116 "funding": { 5117 "type": "opencollective", 5118 "url": "https://opencollective.com/unified" 5119 } 5120 }, 5121 "node_modules/remark-smartypants": { 5122 "version": "3.0.2", 5123 "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-3.0.2.tgz", 5124 "integrity": "sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==", 5125 "license": "MIT", 5126 "dependencies": { 5127 "retext": "^9.0.0", 5128 "retext-smartypants": "^6.0.0", 5129 "unified": "^11.0.4", 5130 "unist-util-visit": "^5.0.0" 5131 }, 5132 "engines": { 5133 "node": ">=16.0.0" 5134 } 5135 }, 5136 "node_modules/remark-stringify": { 5137 "version": "11.0.0", 5138 "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", 5139 "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", 5140 "license": "MIT", 5141 "dependencies": { 5142 "@types/mdast": "^4.0.0", 5143 "mdast-util-to-markdown": "^2.0.0", 5144 "unified": "^11.0.0" 5145 }, 5146 "funding": { 5147 "type": "opencollective", 5148 "url": "https://opencollective.com/unified" 5149 } 5150 }, 5151 "node_modules/restructure": { 5152 "version": "3.0.2", 5153 "resolved": "https://registry.npmjs.org/restructure/-/restructure-3.0.2.tgz", 5154 "integrity": "sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw==", 5155 "license": "MIT" 5156 }, 5157 "node_modules/retext": { 5158 "version": "9.0.0", 5159 "resolved": "https://registry.npmjs.org/retext/-/retext-9.0.0.tgz", 5160 "integrity": "sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==", 5161 "license": "MIT", 5162 "dependencies": { 5163 "@types/nlcst": "^2.0.0", 5164 "retext-latin": "^4.0.0", 5165 "retext-stringify": "^4.0.0", 5166 "unified": "^11.0.0" 5167 }, 5168 "funding": { 5169 "type": "opencollective", 5170 "url": "https://opencollective.com/unified" 5171 } 5172 }, 5173 "node_modules/retext-latin": { 5174 "version": "4.0.0", 5175 "resolved": "https://registry.npmjs.org/retext-latin/-/retext-latin-4.0.0.tgz", 5176 "integrity": "sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==", 5177 "license": "MIT", 5178 "dependencies": { 5179 "@types/nlcst": "^2.0.0", 5180 "parse-latin": "^7.0.0", 5181 "unified": "^11.0.0" 5182 }, 5183 "funding": { 5184 "type": "opencollective", 5185 "url": "https://opencollective.com/unified" 5186 } 5187 }, 5188 "node_modules/retext-smartypants": { 5189 "version": "6.2.0", 5190 "resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-6.2.0.tgz", 5191 "integrity": "sha512-kk0jOU7+zGv//kfjXEBjdIryL1Acl4i9XNkHxtM7Tm5lFiCog576fjNC9hjoR7LTKQ0DsPWy09JummSsH1uqfQ==", 5192 "license": "MIT", 5193 "dependencies": { 5194 "@types/nlcst": "^2.0.0", 5195 "nlcst-to-string": "^4.0.0", 5196 "unist-util-visit": "^5.0.0" 5197 }, 5198 "funding": { 5199 "type": "opencollective", 5200 "url": "https://opencollective.com/unified" 5201 } 5202 }, 5203 "node_modules/retext-stringify": { 5204 "version": "4.0.0", 5205 "resolved": "https://registry.npmjs.org/retext-stringify/-/retext-stringify-4.0.0.tgz", 5206 "integrity": "sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==", 5207 "license": "MIT", 5208 "dependencies": { 5209 "@types/nlcst": "^2.0.0", 5210 "nlcst-to-string": "^4.0.0", 5211 "unified": "^11.0.0" 5212 }, 5213 "funding": { 5214 "type": "opencollective", 5215 "url": "https://opencollective.com/unified" 5216 } 5217 }, 5218 "node_modules/rollup": { 5219 "version": "4.52.5", 5220 "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.52.5.tgz", 5221 "integrity": "sha512-3GuObel8h7Kqdjt0gxkEzaifHTqLVW56Y/bjN7PSQtkKr0w3V/QYSdt6QWYtd7A1xUtYQigtdUfgj1RvWVtorw==", 5222 "license": "MIT", 5223 "dependencies": { 5224 "@types/estree": "1.0.8" 5225 }, 5226 "bin": { 5227 "rollup": "dist/bin/rollup" 5228 }, 5229 "engines": { 5230 "node": ">=18.0.0", 5231 "npm": ">=8.0.0" 5232 }, 5233 "optionalDependencies": { 5234 "@rollup/rollup-android-arm-eabi": "4.52.5", 5235 "@rollup/rollup-android-arm64": "4.52.5", 5236 "@rollup/rollup-darwin-arm64": "4.52.5", 5237 "@rollup/rollup-darwin-x64": "4.52.5", 5238 "@rollup/rollup-freebsd-arm64": "4.52.5", 5239 "@rollup/rollup-freebsd-x64": "4.52.5", 5240 "@rollup/rollup-linux-arm-gnueabihf": "4.52.5", 5241 "@rollup/rollup-linux-arm-musleabihf": "4.52.5", 5242 "@rollup/rollup-linux-arm64-gnu": "4.52.5", 5243 "@rollup/rollup-linux-arm64-musl": "4.52.5", 5244 "@rollup/rollup-linux-loong64-gnu": "4.52.5", 5245 "@rollup/rollup-linux-ppc64-gnu": "4.52.5", 5246 "@rollup/rollup-linux-riscv64-gnu": "4.52.5", 5247 "@rollup/rollup-linux-riscv64-musl": "4.52.5", 5248 "@rollup/rollup-linux-s390x-gnu": "4.52.5", 5249 "@rollup/rollup-linux-x64-gnu": "4.52.5", 5250 "@rollup/rollup-linux-x64-musl": "4.52.5", 5251 "@rollup/rollup-openharmony-arm64": "4.52.5", 5252 "@rollup/rollup-win32-arm64-msvc": "4.52.5", 5253 "@rollup/rollup-win32-ia32-msvc": "4.52.5", 5254 "@rollup/rollup-win32-x64-gnu": "4.52.5", 5255 "@rollup/rollup-win32-x64-msvc": "4.52.5", 5256 "fsevents": "~2.3.2" 5257 } 5258 }, 5259 "node_modules/semver": { 5260 "version": "7.7.3", 5261 "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", 5262 "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", 5263 "license": "ISC", 5264 "bin": { 5265 "semver": "bin/semver.js" 5266 }, 5267 "engines": { 5268 "node": ">=10" 5269 } 5270 }, 5271 "node_modules/send": { 5272 "version": "1.2.0", 5273 "resolved": "https://registry.npmjs.org/send/-/send-1.2.0.tgz", 5274 "integrity": "sha512-uaW0WwXKpL9blXE2o0bRhoL2EGXIrZxQ2ZQ4mgcfoBxdFmQold+qWsD2jLrfZ0trjKL6vOw0j//eAwcALFjKSw==", 5275 "license": "MIT", 5276 "dependencies": { 5277 "debug": "^4.3.5", 5278 "encodeurl": "^2.0.0", 5279 "escape-html": "^1.0.3", 5280 "etag": "^1.8.1", 5281 "fresh": "^2.0.0", 5282 "http-errors": "^2.0.0", 5283 "mime-types": "^3.0.1", 5284 "ms": "^2.1.3", 5285 "on-finished": "^2.4.1", 5286 "range-parser": "^1.2.1", 5287 "statuses": "^2.0.1" 5288 }, 5289 "engines": { 5290 "node": ">= 18" 5291 } 5292 }, 5293 "node_modules/server-destroy": { 5294 "version": "1.0.1", 5295 "resolved": "https://registry.npmjs.org/server-destroy/-/server-destroy-1.0.1.tgz", 5296 "integrity": "sha512-rb+9B5YBIEzYcD6x2VKidaa+cqYBJQKnU4oe4E3ANwRRN56yk/ua1YCJT1n21NTS8w6CcOclAKNP3PhdCXKYtQ==", 5297 "license": "ISC" 5298 }, 5299 "node_modules/setprototypeof": { 5300 "version": "1.2.0", 5301 "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", 5302 "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", 5303 "license": "ISC" 5304 }, 5305 "node_modules/sharp": { 5306 "version": "0.34.4", 5307 "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.4.tgz", 5308 "integrity": "sha512-FUH39xp3SBPnxWvd5iib1X8XY7J0K0X7d93sie9CJg2PO8/7gmg89Nve6OjItK53/MlAushNNxteBYfM6DEuoA==", 5309 "hasInstallScript": true, 5310 "license": "Apache-2.0", 5311 "optional": true, 5312 "dependencies": { 5313 "@img/colour": "^1.0.0", 5314 "detect-libc": "^2.1.0", 5315 "semver": "^7.7.2" 5316 }, 5317 "engines": { 5318 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 5319 }, 5320 "funding": { 5321 "url": "https://opencollective.com/libvips" 5322 }, 5323 "optionalDependencies": { 5324 "@img/sharp-darwin-arm64": "0.34.4", 5325 "@img/sharp-darwin-x64": "0.34.4", 5326 "@img/sharp-libvips-darwin-arm64": "1.2.3", 5327 "@img/sharp-libvips-darwin-x64": "1.2.3", 5328 "@img/sharp-libvips-linux-arm": "1.2.3", 5329 "@img/sharp-libvips-linux-arm64": "1.2.3", 5330 "@img/sharp-libvips-linux-ppc64": "1.2.3", 5331 "@img/sharp-libvips-linux-s390x": "1.2.3", 5332 "@img/sharp-libvips-linux-x64": "1.2.3", 5333 "@img/sharp-libvips-linuxmusl-arm64": "1.2.3", 5334 "@img/sharp-libvips-linuxmusl-x64": "1.2.3", 5335 "@img/sharp-linux-arm": "0.34.4", 5336 "@img/sharp-linux-arm64": "0.34.4", 5337 "@img/sharp-linux-ppc64": "0.34.4", 5338 "@img/sharp-linux-s390x": "0.34.4", 5339 "@img/sharp-linux-x64": "0.34.4", 5340 "@img/sharp-linuxmusl-arm64": "0.34.4", 5341 "@img/sharp-linuxmusl-x64": "0.34.4", 5342 "@img/sharp-wasm32": "0.34.4", 5343 "@img/sharp-win32-arm64": "0.34.4", 5344 "@img/sharp-win32-ia32": "0.34.4", 5345 "@img/sharp-win32-x64": "0.34.4" 5346 } 5347 }, 5348 "node_modules/shiki": { 5349 "version": "3.13.0", 5350 "resolved": "https://registry.npmjs.org/shiki/-/shiki-3.13.0.tgz", 5351 "integrity": "sha512-aZW4l8Og16CokuCLf8CF8kq+KK2yOygapU5m3+hoGw0Mdosc6fPitjM+ujYarppj5ZIKGyPDPP1vqmQhr+5/0g==", 5352 "license": "MIT", 5353 "dependencies": { 5354 "@shikijs/core": "3.13.0", 5355 "@shikijs/engine-javascript": "3.13.0", 5356 "@shikijs/engine-oniguruma": "3.13.0", 5357 "@shikijs/langs": "3.13.0", 5358 "@shikijs/themes": "3.13.0", 5359 "@shikijs/types": "3.13.0", 5360 "@shikijs/vscode-textmate": "^10.0.2", 5361 "@types/hast": "^3.0.4" 5362 } 5363 }, 5364 "node_modules/sisteransi": { 5365 "version": "1.0.5", 5366 "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", 5367 "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", 5368 "license": "MIT" 5369 }, 5370 "node_modules/smol-toml": { 5371 "version": "1.4.2", 5372 "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.4.2.tgz", 5373 "integrity": "sha512-rInDH6lCNiEyn3+hH8KVGFdbjc099j47+OSgbMrfDYX1CmXLfdKd7qi6IfcWj2wFxvSVkuI46M+wPGYfEOEj6g==", 5374 "license": "BSD-3-Clause", 5375 "engines": { 5376 "node": ">= 18" 5377 }, 5378 "funding": { 5379 "url": "https://github.com/sponsors/cyyynthia" 5380 } 5381 }, 5382 "node_modules/source-map-js": { 5383 "version": "1.2.1", 5384 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", 5385 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", 5386 "license": "BSD-3-Clause", 5387 "engines": { 5388 "node": ">=0.10.0" 5389 } 5390 }, 5391 "node_modules/space-separated-tokens": { 5392 "version": "2.0.2", 5393 "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", 5394 "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", 5395 "license": "MIT", 5396 "funding": { 5397 "type": "github", 5398 "url": "https://github.com/sponsors/wooorm" 5399 } 5400 }, 5401 "node_modules/statuses": { 5402 "version": "2.0.2", 5403 "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz", 5404 "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==", 5405 "license": "MIT", 5406 "engines": { 5407 "node": ">= 0.8" 5408 } 5409 }, 5410 "node_modules/string-width": { 5411 "version": "7.2.0", 5412 "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", 5413 "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", 5414 "license": "MIT", 5415 "dependencies": { 5416 "emoji-regex": "^10.3.0", 5417 "get-east-asian-width": "^1.0.0", 5418 "strip-ansi": "^7.1.0" 5419 }, 5420 "engines": { 5421 "node": ">=18" 5422 }, 5423 "funding": { 5424 "url": "https://github.com/sponsors/sindresorhus" 5425 } 5426 }, 5427 "node_modules/stringify-entities": { 5428 "version": "4.0.4", 5429 "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", 5430 "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", 5431 "license": "MIT", 5432 "dependencies": { 5433 "character-entities-html4": "^2.0.0", 5434 "character-entities-legacy": "^3.0.0" 5435 }, 5436 "funding": { 5437 "type": "github", 5438 "url": "https://github.com/sponsors/wooorm" 5439 } 5440 }, 5441 "node_modules/strip-ansi": { 5442 "version": "7.1.2", 5443 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz", 5444 "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", 5445 "license": "MIT", 5446 "dependencies": { 5447 "ansi-regex": "^6.0.1" 5448 }, 5449 "engines": { 5450 "node": ">=12" 5451 }, 5452 "funding": { 5453 "url": "https://github.com/chalk/strip-ansi?sponsor=1" 5454 } 5455 }, 5456 "node_modules/tailwindcss": { 5457 "version": "4.1.16", 5458 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.16.tgz", 5459 "integrity": "sha512-pONL5awpaQX4LN5eiv7moSiSPd/DLDzKVRJz8Q9PgzmAdd1R4307GQS2ZpfiN7ZmekdQrfhZZiSE5jkLR4WNaA==", 5460 "license": "MIT" 5461 }, 5462 "node_modules/tapable": { 5463 "version": "2.3.0", 5464 "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", 5465 "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", 5466 "license": "MIT", 5467 "engines": { 5468 "node": ">=6" 5469 }, 5470 "funding": { 5471 "type": "opencollective", 5472 "url": "https://opencollective.com/webpack" 5473 } 5474 }, 5475 "node_modules/tiny-inflate": { 5476 "version": "1.0.3", 5477 "resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz", 5478 "integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==", 5479 "license": "MIT" 5480 }, 5481 "node_modules/tinyexec": { 5482 "version": "1.0.1", 5483 "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.1.tgz", 5484 "integrity": "sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==", 5485 "license": "MIT" 5486 }, 5487 "node_modules/tinyglobby": { 5488 "version": "0.2.15", 5489 "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz", 5490 "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", 5491 "license": "MIT", 5492 "dependencies": { 5493 "fdir": "^6.5.0", 5494 "picomatch": "^4.0.3" 5495 }, 5496 "engines": { 5497 "node": ">=12.0.0" 5498 }, 5499 "funding": { 5500 "url": "https://github.com/sponsors/SuperchupuDev" 5501 } 5502 }, 5503 "node_modules/tlds": { 5504 "version": "1.261.0", 5505 "resolved": "https://registry.npmjs.org/tlds/-/tlds-1.261.0.tgz", 5506 "integrity": "sha512-QXqwfEl9ddlGBaRFXIvNKK6OhipSiLXuRuLJX5DErz0o0Q0rYxulWLdFryTkV5PkdZct5iMInwYEGe/eR++1AA==", 5507 "license": "MIT", 5508 "bin": { 5509 "tlds": "bin.js" 5510 } 5511 }, 5512 "node_modules/toidentifier": { 5513 "version": "1.0.1", 5514 "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", 5515 "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", 5516 "license": "MIT", 5517 "engines": { 5518 "node": ">=0.6" 5519 } 5520 }, 5521 "node_modules/trim-lines": { 5522 "version": "3.0.1", 5523 "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", 5524 "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", 5525 "license": "MIT", 5526 "funding": { 5527 "type": "github", 5528 "url": "https://github.com/sponsors/wooorm" 5529 } 5530 }, 5531 "node_modules/trough": { 5532 "version": "2.2.0", 5533 "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz", 5534 "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==", 5535 "license": "MIT", 5536 "funding": { 5537 "type": "github", 5538 "url": "https://github.com/sponsors/wooorm" 5539 } 5540 }, 5541 "node_modules/tsconfck": { 5542 "version": "3.1.6", 5543 "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.6.tgz", 5544 "integrity": "sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==", 5545 "license": "MIT", 5546 "bin": { 5547 "tsconfck": "bin/tsconfck.js" 5548 }, 5549 "engines": { 5550 "node": "^18 || >=20" 5551 }, 5552 "peerDependencies": { 5553 "typescript": "^5.0.0" 5554 }, 5555 "peerDependenciesMeta": { 5556 "typescript": { 5557 "optional": true 5558 } 5559 } 5560 }, 5561 "node_modules/tslib": { 5562 "version": "2.8.1", 5563 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 5564 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 5565 "license": "0BSD" 5566 }, 5567 "node_modules/type-fest": { 5568 "version": "4.41.0", 5569 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz", 5570 "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==", 5571 "license": "(MIT OR CC0-1.0)", 5572 "engines": { 5573 "node": ">=16" 5574 }, 5575 "funding": { 5576 "url": "https://github.com/sponsors/sindresorhus" 5577 } 5578 }, 5579 "node_modules/ufo": { 5580 "version": "1.6.1", 5581 "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.1.tgz", 5582 "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==", 5583 "license": "MIT" 5584 }, 5585 "node_modules/uint8arrays": { 5586 "version": "3.0.0", 5587 "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.0.0.tgz", 5588 "integrity": "sha512-HRCx0q6O9Bfbp+HHSfQQKD7wU70+lydKVt4EghkdOvlK/NlrF90z+eXV34mUd48rNvVJXwkrMSPpCATkct8fJA==", 5589 "license": "MIT", 5590 "dependencies": { 5591 "multiformats": "^9.4.2" 5592 } 5593 }, 5594 "node_modules/ultrahtml": { 5595 "version": "1.6.0", 5596 "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.6.0.tgz", 5597 "integrity": "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==", 5598 "license": "MIT" 5599 }, 5600 "node_modules/uncrypto": { 5601 "version": "0.1.3", 5602 "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz", 5603 "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==", 5604 "license": "MIT" 5605 }, 5606 "node_modules/undici": { 5607 "version": "6.22.0", 5608 "resolved": "https://registry.npmjs.org/undici/-/undici-6.22.0.tgz", 5609 "integrity": "sha512-hU/10obOIu62MGYjdskASR3CUAiYaFTtC9Pa6vHyf//mAipSvSQg6od2CnJswq7fvzNS3zJhxoRkgNVaHurWKw==", 5610 "license": "MIT", 5611 "engines": { 5612 "node": ">=18.17" 5613 } 5614 }, 5615 "node_modules/undici-types": { 5616 "version": "7.16.0", 5617 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", 5618 "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", 5619 "license": "MIT" 5620 }, 5621 "node_modules/unicode-properties": { 5622 "version": "1.4.1", 5623 "resolved": "https://registry.npmjs.org/unicode-properties/-/unicode-properties-1.4.1.tgz", 5624 "integrity": "sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==", 5625 "license": "MIT", 5626 "dependencies": { 5627 "base64-js": "^1.3.0", 5628 "unicode-trie": "^2.0.0" 5629 } 5630 }, 5631 "node_modules/unicode-trie": { 5632 "version": "2.0.0", 5633 "resolved": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-2.0.0.tgz", 5634 "integrity": "sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==", 5635 "license": "MIT", 5636 "dependencies": { 5637 "pako": "^0.2.5", 5638 "tiny-inflate": "^1.0.0" 5639 } 5640 }, 5641 "node_modules/unified": { 5642 "version": "11.0.5", 5643 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", 5644 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", 5645 "license": "MIT", 5646 "dependencies": { 5647 "@types/unist": "^3.0.0", 5648 "bail": "^2.0.0", 5649 "devlop": "^1.0.0", 5650 "extend": "^3.0.0", 5651 "is-plain-obj": "^4.0.0", 5652 "trough": "^2.0.0", 5653 "vfile": "^6.0.0" 5654 }, 5655 "funding": { 5656 "type": "opencollective", 5657 "url": "https://opencollective.com/unified" 5658 } 5659 }, 5660 "node_modules/unifont": { 5661 "version": "0.6.0", 5662 "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.6.0.tgz", 5663 "integrity": "sha512-5Fx50fFQMQL5aeHyWnZX9122sSLckcDvcfFiBf3QYeHa7a1MKJooUy52b67moi2MJYkrfo/TWY+CoLdr/w0tTA==", 5664 "license": "MIT", 5665 "dependencies": { 5666 "css-tree": "^3.0.0", 5667 "ofetch": "^1.4.1", 5668 "ohash": "^2.0.0" 5669 } 5670 }, 5671 "node_modules/unist-util-find-after": { 5672 "version": "5.0.0", 5673 "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz", 5674 "integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==", 5675 "license": "MIT", 5676 "dependencies": { 5677 "@types/unist": "^3.0.0", 5678 "unist-util-is": "^6.0.0" 5679 }, 5680 "funding": { 5681 "type": "opencollective", 5682 "url": "https://opencollective.com/unified" 5683 } 5684 }, 5685 "node_modules/unist-util-is": { 5686 "version": "6.0.1", 5687 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz", 5688 "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==", 5689 "license": "MIT", 5690 "dependencies": { 5691 "@types/unist": "^3.0.0" 5692 }, 5693 "funding": { 5694 "type": "opencollective", 5695 "url": "https://opencollective.com/unified" 5696 } 5697 }, 5698 "node_modules/unist-util-modify-children": { 5699 "version": "4.0.0", 5700 "resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz", 5701 "integrity": "sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==", 5702 "license": "MIT", 5703 "dependencies": { 5704 "@types/unist": "^3.0.0", 5705 "array-iterate": "^2.0.0" 5706 }, 5707 "funding": { 5708 "type": "opencollective", 5709 "url": "https://opencollective.com/unified" 5710 } 5711 }, 5712 "node_modules/unist-util-position": { 5713 "version": "5.0.0", 5714 "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", 5715 "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", 5716 "license": "MIT", 5717 "dependencies": { 5718 "@types/unist": "^3.0.0" 5719 }, 5720 "funding": { 5721 "type": "opencollective", 5722 "url": "https://opencollective.com/unified" 5723 } 5724 }, 5725 "node_modules/unist-util-remove-position": { 5726 "version": "5.0.0", 5727 "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz", 5728 "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==", 5729 "license": "MIT", 5730 "dependencies": { 5731 "@types/unist": "^3.0.0", 5732 "unist-util-visit": "^5.0.0" 5733 }, 5734 "funding": { 5735 "type": "opencollective", 5736 "url": "https://opencollective.com/unified" 5737 } 5738 }, 5739 "node_modules/unist-util-stringify-position": { 5740 "version": "4.0.0", 5741 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 5742 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 5743 "license": "MIT", 5744 "dependencies": { 5745 "@types/unist": "^3.0.0" 5746 }, 5747 "funding": { 5748 "type": "opencollective", 5749 "url": "https://opencollective.com/unified" 5750 } 5751 }, 5752 "node_modules/unist-util-visit": { 5753 "version": "5.0.0", 5754 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", 5755 "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", 5756 "license": "MIT", 5757 "dependencies": { 5758 "@types/unist": "^3.0.0", 5759 "unist-util-is": "^6.0.0", 5760 "unist-util-visit-parents": "^6.0.0" 5761 }, 5762 "funding": { 5763 "type": "opencollective", 5764 "url": "https://opencollective.com/unified" 5765 } 5766 }, 5767 "node_modules/unist-util-visit-children": { 5768 "version": "3.0.0", 5769 "resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-3.0.0.tgz", 5770 "integrity": "sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==", 5771 "license": "MIT", 5772 "dependencies": { 5773 "@types/unist": "^3.0.0" 5774 }, 5775 "funding": { 5776 "type": "opencollective", 5777 "url": "https://opencollective.com/unified" 5778 } 5779 }, 5780 "node_modules/unist-util-visit-parents": { 5781 "version": "6.0.2", 5782 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz", 5783 "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==", 5784 "license": "MIT", 5785 "dependencies": { 5786 "@types/unist": "^3.0.0", 5787 "unist-util-is": "^6.0.0" 5788 }, 5789 "funding": { 5790 "type": "opencollective", 5791 "url": "https://opencollective.com/unified" 5792 } 5793 }, 5794 "node_modules/unstorage": { 5795 "version": "1.17.1", 5796 "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.17.1.tgz", 5797 "integrity": "sha512-KKGwRTT0iVBCErKemkJCLs7JdxNVfqTPc/85ae1XES0+bsHbc/sFBfVi5kJp156cc51BHinIH2l3k0EZ24vOBQ==", 5798 "license": "MIT", 5799 "dependencies": { 5800 "anymatch": "^3.1.3", 5801 "chokidar": "^4.0.3", 5802 "destr": "^2.0.5", 5803 "h3": "^1.15.4", 5804 "lru-cache": "^10.4.3", 5805 "node-fetch-native": "^1.6.7", 5806 "ofetch": "^1.4.1", 5807 "ufo": "^1.6.1" 5808 }, 5809 "peerDependencies": { 5810 "@azure/app-configuration": "^1.8.0", 5811 "@azure/cosmos": "^4.2.0", 5812 "@azure/data-tables": "^13.3.0", 5813 "@azure/identity": "^4.6.0", 5814 "@azure/keyvault-secrets": "^4.9.0", 5815 "@azure/storage-blob": "^12.26.0", 5816 "@capacitor/preferences": "^6.0.3 || ^7.0.0", 5817 "@deno/kv": ">=0.9.0", 5818 "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0", 5819 "@planetscale/database": "^1.19.0", 5820 "@upstash/redis": "^1.34.3", 5821 "@vercel/blob": ">=0.27.1", 5822 "@vercel/functions": "^2.2.12 || ^3.0.0", 5823 "@vercel/kv": "^1.0.1", 5824 "aws4fetch": "^1.0.20", 5825 "db0": ">=0.2.1", 5826 "idb-keyval": "^6.2.1", 5827 "ioredis": "^5.4.2", 5828 "uploadthing": "^7.4.4" 5829 }, 5830 "peerDependenciesMeta": { 5831 "@azure/app-configuration": { 5832 "optional": true 5833 }, 5834 "@azure/cosmos": { 5835 "optional": true 5836 }, 5837 "@azure/data-tables": { 5838 "optional": true 5839 }, 5840 "@azure/identity": { 5841 "optional": true 5842 }, 5843 "@azure/keyvault-secrets": { 5844 "optional": true 5845 }, 5846 "@azure/storage-blob": { 5847 "optional": true 5848 }, 5849 "@capacitor/preferences": { 5850 "optional": true 5851 }, 5852 "@deno/kv": { 5853 "optional": true 5854 }, 5855 "@netlify/blobs": { 5856 "optional": true 5857 }, 5858 "@planetscale/database": { 5859 "optional": true 5860 }, 5861 "@upstash/redis": { 5862 "optional": true 5863 }, 5864 "@vercel/blob": { 5865 "optional": true 5866 }, 5867 "@vercel/functions": { 5868 "optional": true 5869 }, 5870 "@vercel/kv": { 5871 "optional": true 5872 }, 5873 "aws4fetch": { 5874 "optional": true 5875 }, 5876 "db0": { 5877 "optional": true 5878 }, 5879 "idb-keyval": { 5880 "optional": true 5881 }, 5882 "ioredis": { 5883 "optional": true 5884 }, 5885 "uploadthing": { 5886 "optional": true 5887 } 5888 } 5889 }, 5890 "node_modules/update-browserslist-db": { 5891 "version": "1.1.4", 5892 "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz", 5893 "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==", 5894 "funding": [ 5895 { 5896 "type": "opencollective", 5897 "url": "https://opencollective.com/browserslist" 5898 }, 5899 { 5900 "type": "tidelift", 5901 "url": "https://tidelift.com/funding/github/npm/browserslist" 5902 }, 5903 { 5904 "type": "github", 5905 "url": "https://github.com/sponsors/ai" 5906 } 5907 ], 5908 "license": "MIT", 5909 "dependencies": { 5910 "escalade": "^3.2.0", 5911 "picocolors": "^1.1.1" 5912 }, 5913 "bin": { 5914 "update-browserslist-db": "cli.js" 5915 }, 5916 "peerDependencies": { 5917 "browserslist": ">= 4.21.0" 5918 } 5919 }, 5920 "node_modules/vfile": { 5921 "version": "6.0.3", 5922 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 5923 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 5924 "license": "MIT", 5925 "dependencies": { 5926 "@types/unist": "^3.0.0", 5927 "vfile-message": "^4.0.0" 5928 }, 5929 "funding": { 5930 "type": "opencollective", 5931 "url": "https://opencollective.com/unified" 5932 } 5933 }, 5934 "node_modules/vfile-location": { 5935 "version": "5.0.3", 5936 "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.3.tgz", 5937 "integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==", 5938 "license": "MIT", 5939 "dependencies": { 5940 "@types/unist": "^3.0.0", 5941 "vfile": "^6.0.0" 5942 }, 5943 "funding": { 5944 "type": "opencollective", 5945 "url": "https://opencollective.com/unified" 5946 } 5947 }, 5948 "node_modules/vfile-message": { 5949 "version": "4.0.3", 5950 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz", 5951 "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==", 5952 "license": "MIT", 5953 "dependencies": { 5954 "@types/unist": "^3.0.0", 5955 "unist-util-stringify-position": "^4.0.0" 5956 }, 5957 "funding": { 5958 "type": "opencollective", 5959 "url": "https://opencollective.com/unified" 5960 } 5961 }, 5962 "node_modules/vite": { 5963 "version": "6.4.1", 5964 "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz", 5965 "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==", 5966 "license": "MIT", 5967 "dependencies": { 5968 "esbuild": "^0.25.0", 5969 "fdir": "^6.4.4", 5970 "picomatch": "^4.0.2", 5971 "postcss": "^8.5.3", 5972 "rollup": "^4.34.9", 5973 "tinyglobby": "^0.2.13" 5974 }, 5975 "bin": { 5976 "vite": "bin/vite.js" 5977 }, 5978 "engines": { 5979 "node": "^18.0.0 || ^20.0.0 || >=22.0.0" 5980 }, 5981 "funding": { 5982 "url": "https://github.com/vitejs/vite?sponsor=1" 5983 }, 5984 "optionalDependencies": { 5985 "fsevents": "~2.3.3" 5986 }, 5987 "peerDependencies": { 5988 "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", 5989 "jiti": ">=1.21.0", 5990 "less": "*", 5991 "lightningcss": "^1.21.0", 5992 "sass": "*", 5993 "sass-embedded": "*", 5994 "stylus": "*", 5995 "sugarss": "*", 5996 "terser": "^5.16.0", 5997 "tsx": "^4.8.1", 5998 "yaml": "^2.4.2" 5999 }, 6000 "peerDependenciesMeta": { 6001 "@types/node": { 6002 "optional": true 6003 }, 6004 "jiti": { 6005 "optional": true 6006 }, 6007 "less": { 6008 "optional": true 6009 }, 6010 "lightningcss": { 6011 "optional": true 6012 }, 6013 "sass": { 6014 "optional": true 6015 }, 6016 "sass-embedded": { 6017 "optional": true 6018 }, 6019 "stylus": { 6020 "optional": true 6021 }, 6022 "sugarss": { 6023 "optional": true 6024 }, 6025 "terser": { 6026 "optional": true 6027 }, 6028 "tsx": { 6029 "optional": true 6030 }, 6031 "yaml": { 6032 "optional": true 6033 } 6034 } 6035 }, 6036 "node_modules/vitefu": { 6037 "version": "1.1.1", 6038 "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.1.1.tgz", 6039 "integrity": "sha512-B/Fegf3i8zh0yFbpzZ21amWzHmuNlLlmJT6n7bu5e+pCHUKQIfXSYokrqOBGEMMe9UG2sostKQF9mml/vYaWJQ==", 6040 "license": "MIT", 6041 "workspaces": [ 6042 "tests/deps/*", 6043 "tests/projects/*", 6044 "tests/projects/workspace/packages/*" 6045 ], 6046 "peerDependencies": { 6047 "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0" 6048 }, 6049 "peerDependenciesMeta": { 6050 "vite": { 6051 "optional": true 6052 } 6053 } 6054 }, 6055 "node_modules/web-namespaces": { 6056 "version": "2.0.1", 6057 "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz", 6058 "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==", 6059 "license": "MIT", 6060 "funding": { 6061 "type": "github", 6062 "url": "https://github.com/sponsors/wooorm" 6063 } 6064 }, 6065 "node_modules/which-pm-runs": { 6066 "version": "1.1.0", 6067 "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz", 6068 "integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==", 6069 "license": "MIT", 6070 "engines": { 6071 "node": ">=4" 6072 } 6073 }, 6074 "node_modules/widest-line": { 6075 "version": "5.0.0", 6076 "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz", 6077 "integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==", 6078 "license": "MIT", 6079 "dependencies": { 6080 "string-width": "^7.0.0" 6081 }, 6082 "engines": { 6083 "node": ">=18" 6084 }, 6085 "funding": { 6086 "url": "https://github.com/sponsors/sindresorhus" 6087 } 6088 }, 6089 "node_modules/wrap-ansi": { 6090 "version": "9.0.2", 6091 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz", 6092 "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==", 6093 "license": "MIT", 6094 "dependencies": { 6095 "ansi-styles": "^6.2.1", 6096 "string-width": "^7.0.0", 6097 "strip-ansi": "^7.1.0" 6098 }, 6099 "engines": { 6100 "node": ">=18" 6101 }, 6102 "funding": { 6103 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 6104 } 6105 }, 6106 "node_modules/xxhash-wasm": { 6107 "version": "1.1.0", 6108 "resolved": "https://registry.npmjs.org/xxhash-wasm/-/xxhash-wasm-1.1.0.tgz", 6109 "integrity": "sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA==", 6110 "license": "MIT" 6111 }, 6112 "node_modules/yaml": { 6113 "version": "2.8.1", 6114 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz", 6115 "integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==", 6116 "license": "ISC", 6117 "bin": { 6118 "yaml": "bin.mjs" 6119 }, 6120 "engines": { 6121 "node": ">= 14.6" 6122 } 6123 }, 6124 "node_modules/yargs-parser": { 6125 "version": "21.1.1", 6126 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", 6127 "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", 6128 "license": "ISC", 6129 "engines": { 6130 "node": ">=12" 6131 } 6132 }, 6133 "node_modules/yocto-queue": { 6134 "version": "1.2.1", 6135 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.1.tgz", 6136 "integrity": "sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==", 6137 "license": "MIT", 6138 "engines": { 6139 "node": ">=12.20" 6140 }, 6141 "funding": { 6142 "url": "https://github.com/sponsors/sindresorhus" 6143 } 6144 }, 6145 "node_modules/yocto-spinner": { 6146 "version": "0.2.3", 6147 "resolved": "https://registry.npmjs.org/yocto-spinner/-/yocto-spinner-0.2.3.tgz", 6148 "integrity": "sha512-sqBChb33loEnkoXte1bLg45bEBsOP9N1kzQh5JZNKj/0rik4zAPTNSAVPj3uQAdc6slYJ0Ksc403G2XgxsJQFQ==", 6149 "license": "MIT", 6150 "dependencies": { 6151 "yoctocolors": "^2.1.1" 6152 }, 6153 "engines": { 6154 "node": ">=18.19" 6155 }, 6156 "funding": { 6157 "url": "https://github.com/sponsors/sindresorhus" 6158 } 6159 }, 6160 "node_modules/yoctocolors": { 6161 "version": "2.1.2", 6162 "resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.2.tgz", 6163 "integrity": "sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==", 6164 "license": "MIT", 6165 "engines": { 6166 "node": ">=18" 6167 }, 6168 "funding": { 6169 "url": "https://github.com/sponsors/sindresorhus" 6170 } 6171 }, 6172 "node_modules/zod": { 6173 "version": "3.25.76", 6174 "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", 6175 "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", 6176 "license": "MIT", 6177 "funding": { 6178 "url": "https://github.com/sponsors/colinhacks" 6179 } 6180 }, 6181 "node_modules/zod-to-json-schema": { 6182 "version": "3.24.6", 6183 "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.24.6.tgz", 6184 "integrity": "sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg==", 6185 "license": "ISC", 6186 "peerDependencies": { 6187 "zod": "^3.24.1" 6188 } 6189 }, 6190 "node_modules/zod-to-ts": { 6191 "version": "1.2.0", 6192 "resolved": "https://registry.npmjs.org/zod-to-ts/-/zod-to-ts-1.2.0.tgz", 6193 "integrity": "sha512-x30XE43V+InwGpvTySRNz9kB7qFU8DlyEy7BsSTCHPH1R0QasMmHWZDCzYm6bVXtj/9NNJAZF3jW8rzFvH5OFA==", 6194 "peerDependencies": { 6195 "typescript": "^4.9.4 || ^5.0.2", 6196 "zod": "^3" 6197 } 6198 }, 6199 "node_modules/zwitch": { 6200 "version": "2.0.4", 6201 "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", 6202 "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", 6203 "license": "MIT", 6204 "funding": { 6205 "type": "github", 6206 "url": "https://github.com/sponsors/wooorm" 6207 } 6208 } 6209 } 6210}