1{ 2 "name": "my-parser-name", 3 "version": "0.1.0", 4 "lockfileVersion": 3, 5 "requires": true, 6 "packages": { 7 "": { 8 "name": "my-parser-name", 9 "version": "0.1.0", 10 "dependencies": { 11 "@codemirror/commands": "^6.8.0", 12 "@codemirror/language": "^6.1.1", 13 "@codemirror/state": "^6.4.0", 14 "@codemirror/view": "^6.23.0", 15 "@lezer/highlight": "^1.0.0", 16 "@lezer/lr": "^1.0.0" 17 }, 18 "devDependencies": { 19 "@lezer/generator": "^1.0.0", 20 "parcel": "^2.15.4", 21 "process": "^0.11.10" 22 } 23 }, 24 "node_modules/@codemirror/commands": { 25 "version": "6.8.1", 26 "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.8.1.tgz", 27 "integrity": "sha512-KlGVYufHMQzxbdQONiLyGQDUW0itrLZwq3CcY7xpv9ZLRHqzkBSoteocBHtMCoY7/Ci4xhzSrToIeLg7FxHuaw==", 28 "license": "MIT", 29 "dependencies": { 30 "@codemirror/language": "^6.0.0", 31 "@codemirror/state": "^6.4.0", 32 "@codemirror/view": "^6.27.0", 33 "@lezer/common": "^1.1.0" 34 } 35 }, 36 "node_modules/@codemirror/language": { 37 "version": "6.11.2", 38 "resolved": "https://registry.npmjs.org/@codemirror/language/-/language-6.11.2.tgz", 39 "integrity": "sha512-p44TsNArL4IVXDTbapUmEkAlvWs2CFQbcfc0ymDsis1kH2wh0gcY96AS29c/vp2d0y2Tquk1EDSaawpzilUiAw==", 40 "license": "MIT", 41 "dependencies": { 42 "@codemirror/state": "^6.0.0", 43 "@codemirror/view": "^6.23.0", 44 "@lezer/common": "^1.1.0", 45 "@lezer/highlight": "^1.0.0", 46 "@lezer/lr": "^1.0.0", 47 "style-mod": "^4.0.0" 48 } 49 }, 50 "node_modules/@codemirror/state": { 51 "version": "6.5.2", 52 "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.5.2.tgz", 53 "integrity": "sha512-FVqsPqtPWKVVL3dPSxy8wEF/ymIEuVzF1PK3VbUgrxXpJUSHQWWZz4JMToquRxnkw+36LTamCZG2iua2Ptq0fA==", 54 "license": "MIT", 55 "dependencies": { 56 "@marijn/find-cluster-break": "^1.0.0" 57 } 58 }, 59 "node_modules/@codemirror/view": { 60 "version": "6.38.0", 61 "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.38.0.tgz", 62 "integrity": "sha512-yvSchUwHOdupXkd7xJ0ob36jdsSR/I+/C+VbY0ffBiL5NiSTEBDfB1ZGWbbIlDd5xgdUkody+lukAdOxYrOBeg==", 63 "license": "MIT", 64 "dependencies": { 65 "@codemirror/state": "^6.5.0", 66 "crelt": "^1.0.6", 67 "style-mod": "^4.1.0", 68 "w3c-keyname": "^2.2.4" 69 } 70 }, 71 "node_modules/@lezer/common": { 72 "version": "1.2.3", 73 "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.2.3.tgz", 74 "integrity": "sha512-w7ojc8ejBqr2REPsWxJjrMFsA/ysDCFICn8zEOR9mrqzOu2amhITYuLD8ag6XZf0CFXDrhKqw7+tW8cX66NaDA==", 75 "license": "MIT" 76 }, 77 "node_modules/@lezer/generator": { 78 "version": "1.8.0", 79 "resolved": "https://registry.npmjs.org/@lezer/generator/-/generator-1.8.0.tgz", 80 "integrity": "sha512-/SF4EDWowPqV1jOgoGSGTIFsE7Ezdr7ZYxyihl5eMKVO5tlnpIhFcDavgm1hHY5GEonoOAEnJ0CU0x+tvuAuUg==", 81 "dev": true, 82 "license": "MIT", 83 "dependencies": { 84 "@lezer/common": "^1.1.0", 85 "@lezer/lr": "^1.3.0" 86 }, 87 "bin": { 88 "lezer-generator": "src/lezer-generator.cjs" 89 } 90 }, 91 "node_modules/@lezer/highlight": { 92 "version": "1.2.1", 93 "resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.2.1.tgz", 94 "integrity": "sha512-Z5duk4RN/3zuVO7Jq0pGLJ3qynpxUVsh7IbUbGj88+uV2ApSAn6kWg2au3iJb+0Zi7kKtqffIESgNcRXWZWmSA==", 95 "license": "MIT", 96 "dependencies": { 97 "@lezer/common": "^1.0.0" 98 } 99 }, 100 "node_modules/@lezer/lr": { 101 "version": "1.4.2", 102 "resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-1.4.2.tgz", 103 "integrity": "sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA==", 104 "license": "MIT", 105 "dependencies": { 106 "@lezer/common": "^1.0.0" 107 } 108 }, 109 "node_modules/@lmdb/lmdb-darwin-arm64": { 110 "version": "2.8.5", 111 "resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-2.8.5.tgz", 112 "integrity": "sha512-KPDeVScZgA1oq0CiPBcOa3kHIqU+pTOwRFDIhxvmf8CTNvqdZQYp5cCKW0bUk69VygB2PuTiINFWbY78aR2pQw==", 113 "cpu": [ 114 "arm64" 115 ], 116 "dev": true, 117 "license": "MIT", 118 "optional": true, 119 "os": [ 120 "darwin" 121 ] 122 }, 123 "node_modules/@lmdb/lmdb-darwin-x64": { 124 "version": "2.8.5", 125 "resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-x64/-/lmdb-darwin-x64-2.8.5.tgz", 126 "integrity": "sha512-w/sLhN4T7MW1nB3R/U8WK5BgQLz904wh+/SmA2jD8NnF7BLLoUgflCNxOeSPOWp8geP6nP/+VjWzZVip7rZ1ug==", 127 "cpu": [ 128 "x64" 129 ], 130 "dev": true, 131 "license": "MIT", 132 "optional": true, 133 "os": [ 134 "darwin" 135 ] 136 }, 137 "node_modules/@lmdb/lmdb-linux-arm": { 138 "version": "2.8.5", 139 "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm/-/lmdb-linux-arm-2.8.5.tgz", 140 "integrity": "sha512-c0TGMbm2M55pwTDIfkDLB6BpIsgxV4PjYck2HiOX+cy/JWiBXz32lYbarPqejKs9Flm7YVAKSILUducU9g2RVg==", 141 "cpu": [ 142 "arm" 143 ], 144 "dev": true, 145 "license": "MIT", 146 "optional": true, 147 "os": [ 148 "linux" 149 ] 150 }, 151 "node_modules/@lmdb/lmdb-linux-arm64": { 152 "version": "2.8.5", 153 "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm64/-/lmdb-linux-arm64-2.8.5.tgz", 154 "integrity": "sha512-vtbZRHH5UDlL01TT5jB576Zox3+hdyogvpcbvVJlmU5PdL3c5V7cj1EODdh1CHPksRl+cws/58ugEHi8bcj4Ww==", 155 "cpu": [ 156 "arm64" 157 ], 158 "dev": true, 159 "license": "MIT", 160 "optional": true, 161 "os": [ 162 "linux" 163 ] 164 }, 165 "node_modules/@lmdb/lmdb-linux-x64": { 166 "version": "2.8.5", 167 "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-2.8.5.tgz", 168 "integrity": "sha512-Xkc8IUx9aEhP0zvgeKy7IQ3ReX2N8N1L0WPcQwnZweWmOuKfwpS3GRIYqLtK5za/w3E60zhFfNdS+3pBZPytqQ==", 169 "cpu": [ 170 "x64" 171 ], 172 "dev": true, 173 "license": "MIT", 174 "optional": true, 175 "os": [ 176 "linux" 177 ] 178 }, 179 "node_modules/@lmdb/lmdb-win32-x64": { 180 "version": "2.8.5", 181 "resolved": "https://registry.npmjs.org/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-2.8.5.tgz", 182 "integrity": "sha512-4wvrf5BgnR8RpogHhtpCPJMKBmvyZPhhUtEwMJbXh0ni2BucpfF07jlmyM11zRqQ2XIq6PbC2j7W7UCCcm1rRQ==", 183 "cpu": [ 184 "x64" 185 ], 186 "dev": true, 187 "license": "MIT", 188 "optional": true, 189 "os": [ 190 "win32" 191 ] 192 }, 193 "node_modules/@marijn/find-cluster-break": { 194 "version": "1.0.2", 195 "resolved": "https://registry.npmjs.org/@marijn/find-cluster-break/-/find-cluster-break-1.0.2.tgz", 196 "integrity": "sha512-l0h88YhZFyKdXIFNfSWpyjStDjGHwZ/U7iobcK1cQQD8sejsONdQtTVU+1wVN1PBw40PiiHB1vA5S7VTfQiP9g==", 197 "license": "MIT" 198 }, 199 "node_modules/@mischnic/json-sourcemap": { 200 "version": "0.1.1", 201 "resolved": "https://registry.npmjs.org/@mischnic/json-sourcemap/-/json-sourcemap-0.1.1.tgz", 202 "integrity": "sha512-iA7+tyVqfrATAIsIRWQG+a7ZLLD0VaOCKV2Wd/v4mqIU3J9c4jx9p7S0nw1XH3gJCKNBOOwACOPYYSUu9pgT+w==", 203 "dev": true, 204 "license": "MIT", 205 "dependencies": { 206 "@lezer/common": "^1.0.0", 207 "@lezer/lr": "^1.0.0", 208 "json5": "^2.2.1" 209 }, 210 "engines": { 211 "node": ">=12.0.0" 212 } 213 }, 214 "node_modules/@msgpackr-extract/msgpackr-extract-darwin-arm64": { 215 "version": "3.0.3", 216 "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-arm64/-/msgpackr-extract-darwin-arm64-3.0.3.tgz", 217 "integrity": "sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw==", 218 "cpu": [ 219 "arm64" 220 ], 221 "dev": true, 222 "license": "MIT", 223 "optional": true, 224 "os": [ 225 "darwin" 226 ] 227 }, 228 "node_modules/@msgpackr-extract/msgpackr-extract-darwin-x64": { 229 "version": "3.0.3", 230 "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-x64/-/msgpackr-extract-darwin-x64-3.0.3.tgz", 231 "integrity": "sha512-mdzd3AVzYKuUmiWOQ8GNhl64/IoFGol569zNRdkLReh6LRLHOXxU4U8eq0JwaD8iFHdVGqSy4IjFL4reoWCDFw==", 232 "cpu": [ 233 "x64" 234 ], 235 "dev": true, 236 "license": "MIT", 237 "optional": true, 238 "os": [ 239 "darwin" 240 ] 241 }, 242 "node_modules/@msgpackr-extract/msgpackr-extract-linux-arm": { 243 "version": "3.0.3", 244 "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm/-/msgpackr-extract-linux-arm-3.0.3.tgz", 245 "integrity": "sha512-fg0uy/dG/nZEXfYilKoRe7yALaNmHoYeIoJuJ7KJ+YyU2bvY8vPv27f7UKhGRpY6euFYqEVhxCFZgAUNQBM3nw==", 246 "cpu": [ 247 "arm" 248 ], 249 "dev": true, 250 "license": "MIT", 251 "optional": true, 252 "os": [ 253 "linux" 254 ] 255 }, 256 "node_modules/@msgpackr-extract/msgpackr-extract-linux-arm64": { 257 "version": "3.0.3", 258 "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm64/-/msgpackr-extract-linux-arm64-3.0.3.tgz", 259 "integrity": "sha512-YxQL+ax0XqBJDZiKimS2XQaf+2wDGVa1enVRGzEvLLVFeqa5kx2bWbtcSXgsxjQB7nRqqIGFIcLteF/sHeVtQg==", 260 "cpu": [ 261 "arm64" 262 ], 263 "dev": true, 264 "license": "MIT", 265 "optional": true, 266 "os": [ 267 "linux" 268 ] 269 }, 270 "node_modules/@msgpackr-extract/msgpackr-extract-linux-x64": { 271 "version": "3.0.3", 272 "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-x64/-/msgpackr-extract-linux-x64-3.0.3.tgz", 273 "integrity": "sha512-cvwNfbP07pKUfq1uH+S6KJ7dT9K8WOE4ZiAcsrSes+UY55E/0jLYc+vq+DO7jlmqRb5zAggExKm0H7O/CBaesg==", 274 "cpu": [ 275 "x64" 276 ], 277 "dev": true, 278 "license": "MIT", 279 "optional": true, 280 "os": [ 281 "linux" 282 ] 283 }, 284 "node_modules/@msgpackr-extract/msgpackr-extract-win32-x64": { 285 "version": "3.0.3", 286 "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-win32-x64/-/msgpackr-extract-win32-x64-3.0.3.tgz", 287 "integrity": "sha512-x0fWaQtYp4E6sktbsdAqnehxDgEc/VwM7uLsRCYWaiGu0ykYdZPiS8zCWdnjHwyiumousxfBm4SO31eXqwEZhQ==", 288 "cpu": [ 289 "x64" 290 ], 291 "dev": true, 292 "license": "MIT", 293 "optional": true, 294 "os": [ 295 "win32" 296 ] 297 }, 298 "node_modules/@parcel/bundler-default": { 299 "version": "2.15.4", 300 "resolved": "https://registry.npmjs.org/@parcel/bundler-default/-/bundler-default-2.15.4.tgz", 301 "integrity": "sha512-4vkaZuwGqL8L7NqEgjRznz9/QoeVKk0Z6z2nzfpdnSWA4xX3moUj+JeoqGUbyFGuPzfCma4SA4+txnQbKu0edQ==", 302 "dev": true, 303 "license": "MIT", 304 "dependencies": { 305 "@parcel/diagnostic": "2.15.4", 306 "@parcel/graph": "3.5.4", 307 "@parcel/plugin": "2.15.4", 308 "@parcel/rust": "2.15.4", 309 "@parcel/utils": "2.15.4", 310 "nullthrows": "^1.1.1" 311 }, 312 "engines": { 313 "node": ">= 16.0.0", 314 "parcel": "^2.15.4" 315 }, 316 "funding": { 317 "type": "opencollective", 318 "url": "https://opencollective.com/parcel" 319 } 320 }, 321 "node_modules/@parcel/cache": { 322 "version": "2.15.4", 323 "resolved": "https://registry.npmjs.org/@parcel/cache/-/cache-2.15.4.tgz", 324 "integrity": "sha512-x/QgMuVvXQV6uNhIF+6kz6SzhVVkwf6WPSVG/xQvGMEiBabForDVYIhIEuN3RzUXCU352CGM6d8TtLLg61W1fw==", 325 "dev": true, 326 "license": "MIT", 327 "dependencies": { 328 "@parcel/fs": "2.15.4", 329 "@parcel/logger": "2.15.4", 330 "@parcel/utils": "2.15.4", 331 "lmdb": "2.8.5" 332 }, 333 "engines": { 334 "node": ">= 16.0.0" 335 }, 336 "funding": { 337 "type": "opencollective", 338 "url": "https://opencollective.com/parcel" 339 }, 340 "peerDependencies": { 341 "@parcel/core": "^2.15.4" 342 } 343 }, 344 "node_modules/@parcel/codeframe": { 345 "version": "2.15.4", 346 "resolved": "https://registry.npmjs.org/@parcel/codeframe/-/codeframe-2.15.4.tgz", 347 "integrity": "sha512-ErAPEQaJIpB+ocNZ3rl8AEK6piA7JBInwZLNU0eHMthm01Ssb10JkpAadyn1w9IVfCey+kqQcEeWv47Yh6mL1Q==", 348 "dev": true, 349 "license": "MIT", 350 "dependencies": { 351 "chalk": "^4.1.2" 352 }, 353 "engines": { 354 "node": ">= 16.0.0" 355 }, 356 "funding": { 357 "type": "opencollective", 358 "url": "https://opencollective.com/parcel" 359 } 360 }, 361 "node_modules/@parcel/compressor-raw": { 362 "version": "2.15.4", 363 "resolved": "https://registry.npmjs.org/@parcel/compressor-raw/-/compressor-raw-2.15.4.tgz", 364 "integrity": "sha512-gECePZxVXBwyo0DYbAq4V4SimVzHaJ3p8QOgFIfOqNmlEBbhLf3QSjArFPJNKiHZaJuclh4a+IShFBN+u6tXXw==", 365 "dev": true, 366 "license": "MIT", 367 "dependencies": { 368 "@parcel/plugin": "2.15.4" 369 }, 370 "engines": { 371 "node": ">= 16.0.0", 372 "parcel": "^2.15.4" 373 }, 374 "funding": { 375 "type": "opencollective", 376 "url": "https://opencollective.com/parcel" 377 } 378 }, 379 "node_modules/@parcel/config-default": { 380 "version": "2.15.4", 381 "resolved": "https://registry.npmjs.org/@parcel/config-default/-/config-default-2.15.4.tgz", 382 "integrity": "sha512-chUE4NpcSXpMfTcSmgl4Q78zH+ZFe0qdgZLBtF4EH2QQakW7wAXAYRxS2/P3xFkUj0/51sExhbCFWgulrlGDPw==", 383 "dev": true, 384 "license": "MIT", 385 "dependencies": { 386 "@parcel/bundler-default": "2.15.4", 387 "@parcel/compressor-raw": "2.15.4", 388 "@parcel/namer-default": "2.15.4", 389 "@parcel/optimizer-css": "2.15.4", 390 "@parcel/optimizer-html": "2.15.4", 391 "@parcel/optimizer-image": "2.15.4", 392 "@parcel/optimizer-svg": "2.15.4", 393 "@parcel/optimizer-swc": "2.15.4", 394 "@parcel/packager-css": "2.15.4", 395 "@parcel/packager-html": "2.15.4", 396 "@parcel/packager-js": "2.15.4", 397 "@parcel/packager-raw": "2.15.4", 398 "@parcel/packager-svg": "2.15.4", 399 "@parcel/packager-wasm": "2.15.4", 400 "@parcel/reporter-dev-server": "2.15.4", 401 "@parcel/resolver-default": "2.15.4", 402 "@parcel/runtime-browser-hmr": "2.15.4", 403 "@parcel/runtime-js": "2.15.4", 404 "@parcel/runtime-rsc": "2.15.4", 405 "@parcel/runtime-service-worker": "2.15.4", 406 "@parcel/transformer-babel": "2.15.4", 407 "@parcel/transformer-css": "2.15.4", 408 "@parcel/transformer-html": "2.15.4", 409 "@parcel/transformer-image": "2.15.4", 410 "@parcel/transformer-js": "2.15.4", 411 "@parcel/transformer-json": "2.15.4", 412 "@parcel/transformer-node": "2.15.4", 413 "@parcel/transformer-postcss": "2.15.4", 414 "@parcel/transformer-posthtml": "2.15.4", 415 "@parcel/transformer-raw": "2.15.4", 416 "@parcel/transformer-react-refresh-wrap": "2.15.4", 417 "@parcel/transformer-svg": "2.15.4" 418 }, 419 "funding": { 420 "type": "opencollective", 421 "url": "https://opencollective.com/parcel" 422 }, 423 "peerDependencies": { 424 "@parcel/core": "^2.15.4" 425 } 426 }, 427 "node_modules/@parcel/core": { 428 "version": "2.15.4", 429 "resolved": "https://registry.npmjs.org/@parcel/core/-/core-2.15.4.tgz", 430 "integrity": "sha512-+TXxTm58lFwXXObFAEclwKX1p1AdixcD+M7T4NeFIQzQ4F20Vr+6oybCSqW1exNA3uHqVDDFLx7TT78seVjvkg==", 431 "dev": true, 432 "license": "MIT", 433 "dependencies": { 434 "@mischnic/json-sourcemap": "^0.1.1", 435 "@parcel/cache": "2.15.4", 436 "@parcel/diagnostic": "2.15.4", 437 "@parcel/events": "2.15.4", 438 "@parcel/feature-flags": "2.15.4", 439 "@parcel/fs": "2.15.4", 440 "@parcel/graph": "3.5.4", 441 "@parcel/logger": "2.15.4", 442 "@parcel/package-manager": "2.15.4", 443 "@parcel/plugin": "2.15.4", 444 "@parcel/profiler": "2.15.4", 445 "@parcel/rust": "2.15.4", 446 "@parcel/source-map": "^2.1.1", 447 "@parcel/types": "2.15.4", 448 "@parcel/utils": "2.15.4", 449 "@parcel/workers": "2.15.4", 450 "base-x": "^3.0.11", 451 "browserslist": "^4.24.5", 452 "clone": "^2.1.2", 453 "dotenv": "^16.5.0", 454 "dotenv-expand": "^11.0.7", 455 "json5": "^2.2.3", 456 "msgpackr": "^1.11.2", 457 "nullthrows": "^1.1.1", 458 "semver": "^7.7.1" 459 }, 460 "engines": { 461 "node": ">= 16.0.0" 462 }, 463 "funding": { 464 "type": "opencollective", 465 "url": "https://opencollective.com/parcel" 466 } 467 }, 468 "node_modules/@parcel/diagnostic": { 469 "version": "2.15.4", 470 "resolved": "https://registry.npmjs.org/@parcel/diagnostic/-/diagnostic-2.15.4.tgz", 471 "integrity": "sha512-8MAqefwzBKceNN3364OLm+p4HRD7AfimfFW3MntLxPB6bnelc9UBg5c9zEm34zYEctbmky8gqYgAUSDjqYC5Hw==", 472 "dev": true, 473 "license": "MIT", 474 "dependencies": { 475 "@mischnic/json-sourcemap": "^0.1.1", 476 "nullthrows": "^1.1.1" 477 }, 478 "engines": { 479 "node": ">= 16.0.0" 480 }, 481 "funding": { 482 "type": "opencollective", 483 "url": "https://opencollective.com/parcel" 484 } 485 }, 486 "node_modules/@parcel/error-overlay": { 487 "version": "2.15.4", 488 "resolved": "https://registry.npmjs.org/@parcel/error-overlay/-/error-overlay-2.15.4.tgz", 489 "integrity": "sha512-xxeaWm8fV8Z4uGy/c09mOvmFSHBOgF1gCMQwLCwZvfMLqIWkdZaUQ2cRhWZIS6pOXaRVC7YpcXzk2DOiSUNSbQ==", 490 "dev": true, 491 "license": "MIT", 492 "engines": { 493 "node": ">= 16.0.0" 494 }, 495 "funding": { 496 "type": "opencollective", 497 "url": "https://opencollective.com/parcel" 498 } 499 }, 500 "node_modules/@parcel/events": { 501 "version": "2.15.4", 502 "resolved": "https://registry.npmjs.org/@parcel/events/-/events-2.15.4.tgz", 503 "integrity": "sha512-SBq4zstaFr7XQaXNaQmUuVh1swCUHrhtPCOSofvkJoQGhjsuhQlh4t0NmUikyKNdj7C1j40xCS1kGHuUO29b0g==", 504 "dev": true, 505 "license": "MIT", 506 "engines": { 507 "node": ">= 16.0.0" 508 }, 509 "funding": { 510 "type": "opencollective", 511 "url": "https://opencollective.com/parcel" 512 } 513 }, 514 "node_modules/@parcel/feature-flags": { 515 "version": "2.15.4", 516 "resolved": "https://registry.npmjs.org/@parcel/feature-flags/-/feature-flags-2.15.4.tgz", 517 "integrity": "sha512-DJqZVtbfjWJseM0gk7yyDkAuOhP7/FVwZ/YVqjozIqXBhmQm07xctiqNQyZX2vBbQsxmVbjpqyq+DOj45WPEzQ==", 518 "dev": true, 519 "license": "MIT", 520 "engines": { 521 "node": ">= 16.0.0" 522 }, 523 "funding": { 524 "type": "opencollective", 525 "url": "https://opencollective.com/parcel" 526 } 527 }, 528 "node_modules/@parcel/fs": { 529 "version": "2.15.4", 530 "resolved": "https://registry.npmjs.org/@parcel/fs/-/fs-2.15.4.tgz", 531 "integrity": "sha512-5cahD2ByQaSi+YN0aDvrMWXZvs3mP7C5ey8zcDTDn7JxJa51sMqOQcdU3VUTzQFtAPeRM2KxUkxLhBBXgQqHZA==", 532 "dev": true, 533 "license": "MIT", 534 "dependencies": { 535 "@parcel/feature-flags": "2.15.4", 536 "@parcel/rust": "2.15.4", 537 "@parcel/types-internal": "2.15.4", 538 "@parcel/utils": "2.15.4", 539 "@parcel/watcher": "^2.0.7", 540 "@parcel/workers": "2.15.4" 541 }, 542 "engines": { 543 "node": ">= 16.0.0" 544 }, 545 "funding": { 546 "type": "opencollective", 547 "url": "https://opencollective.com/parcel" 548 }, 549 "peerDependencies": { 550 "@parcel/core": "^2.15.4" 551 } 552 }, 553 "node_modules/@parcel/graph": { 554 "version": "3.5.4", 555 "resolved": "https://registry.npmjs.org/@parcel/graph/-/graph-3.5.4.tgz", 556 "integrity": "sha512-uF7kyQXWK2fQZvG5eE0N3avYGLQE5Q0vyJsyypNcFW3kXNnrkZCUtbG7urmdae9mmZ2jXIVN4q4Bhd9pefGj9A==", 557 "dev": true, 558 "license": "MIT", 559 "dependencies": { 560 "@parcel/feature-flags": "2.15.4", 561 "nullthrows": "^1.1.1" 562 }, 563 "engines": { 564 "node": ">= 16.0.0" 565 }, 566 "funding": { 567 "type": "opencollective", 568 "url": "https://opencollective.com/parcel" 569 } 570 }, 571 "node_modules/@parcel/logger": { 572 "version": "2.15.4", 573 "resolved": "https://registry.npmjs.org/@parcel/logger/-/logger-2.15.4.tgz", 574 "integrity": "sha512-rQ7F5+FMQ7t+w5NGFRT8CWHhym0aunduufCjlafvRzUSKEN/5/nwTfCe9I5QsthGlXJWs+ZTy4zQ+wLtZQRBKQ==", 575 "dev": true, 576 "license": "MIT", 577 "dependencies": { 578 "@parcel/diagnostic": "2.15.4", 579 "@parcel/events": "2.15.4" 580 }, 581 "engines": { 582 "node": ">= 16.0.0" 583 }, 584 "funding": { 585 "type": "opencollective", 586 "url": "https://opencollective.com/parcel" 587 } 588 }, 589 "node_modules/@parcel/markdown-ansi": { 590 "version": "2.15.4", 591 "resolved": "https://registry.npmjs.org/@parcel/markdown-ansi/-/markdown-ansi-2.15.4.tgz", 592 "integrity": "sha512-u5Lwcr4ZVBSLFbKYht+mJqJ3ZMXvJdmDMU5eDtrIEKPpu9LrIDdPpDEXBoyO6pDsoV/2AqyXUUMzBRyCatkkoQ==", 593 "dev": true, 594 "license": "MIT", 595 "dependencies": { 596 "chalk": "^4.1.2" 597 }, 598 "engines": { 599 "node": ">= 16.0.0" 600 }, 601 "funding": { 602 "type": "opencollective", 603 "url": "https://opencollective.com/parcel" 604 } 605 }, 606 "node_modules/@parcel/namer-default": { 607 "version": "2.15.4", 608 "resolved": "https://registry.npmjs.org/@parcel/namer-default/-/namer-default-2.15.4.tgz", 609 "integrity": "sha512-EXsoQ1S+5ZIfy8431E7F0vVS7bfH5JpZ+vFVcUpArJDkhmMG7T/eP6Kp9CXHLJmn7ki1x7iIVytrja0XXRQWBQ==", 610 "dev": true, 611 "license": "MIT", 612 "dependencies": { 613 "@parcel/diagnostic": "2.15.4", 614 "@parcel/plugin": "2.15.4", 615 "nullthrows": "^1.1.1" 616 }, 617 "engines": { 618 "node": ">= 16.0.0", 619 "parcel": "^2.15.4" 620 }, 621 "funding": { 622 "type": "opencollective", 623 "url": "https://opencollective.com/parcel" 624 } 625 }, 626 "node_modules/@parcel/node-resolver-core": { 627 "version": "3.6.4", 628 "resolved": "https://registry.npmjs.org/@parcel/node-resolver-core/-/node-resolver-core-3.6.4.tgz", 629 "integrity": "sha512-g3+usMnr7pfRqbMAksOpNA7GJk7HUNW1Wxx7Shhp4w0K9JUdVrd2LRKwZxbqL7H9NqWtVvUOT9cZbMlDR6bO1w==", 630 "dev": true, 631 "license": "MIT", 632 "dependencies": { 633 "@mischnic/json-sourcemap": "^0.1.1", 634 "@parcel/diagnostic": "2.15.4", 635 "@parcel/fs": "2.15.4", 636 "@parcel/rust": "2.15.4", 637 "@parcel/utils": "2.15.4", 638 "nullthrows": "^1.1.1", 639 "semver": "^7.7.1" 640 }, 641 "engines": { 642 "node": ">= 16.0.0" 643 }, 644 "funding": { 645 "type": "opencollective", 646 "url": "https://opencollective.com/parcel" 647 } 648 }, 649 "node_modules/@parcel/optimizer-css": { 650 "version": "2.15.4", 651 "resolved": "https://registry.npmjs.org/@parcel/optimizer-css/-/optimizer-css-2.15.4.tgz", 652 "integrity": "sha512-KQLuqwcvVFTNFtM+bzfvQivwunmhVAngmR4NiI8zQaykidYH28V8YkVAQmpbLbgoGad/UgG7grb0UshvnrQHpw==", 653 "dev": true, 654 "license": "MIT", 655 "dependencies": { 656 "@parcel/diagnostic": "2.15.4", 657 "@parcel/plugin": "2.15.4", 658 "@parcel/source-map": "^2.1.1", 659 "@parcel/utils": "2.15.4", 660 "browserslist": "^4.24.5", 661 "lightningcss": "^1.30.1", 662 "nullthrows": "^1.1.1" 663 }, 664 "engines": { 665 "node": ">= 16.0.0", 666 "parcel": "^2.15.4" 667 }, 668 "funding": { 669 "type": "opencollective", 670 "url": "https://opencollective.com/parcel" 671 } 672 }, 673 "node_modules/@parcel/optimizer-html": { 674 "version": "2.15.4", 675 "resolved": "https://registry.npmjs.org/@parcel/optimizer-html/-/optimizer-html-2.15.4.tgz", 676 "integrity": "sha512-gBvt6RdDVMyO1Flvdtc8DxpxLgIXhaKuVXEjHdAP7sEW0SMdSd6r/tl6Plmcszig7sDwhDf6IsQOIvbzGHYZZg==", 677 "dev": true, 678 "license": "MIT", 679 "dependencies": { 680 "@parcel/plugin": "2.15.4", 681 "@parcel/rust": "2.15.4", 682 "@parcel/utils": "2.15.4" 683 }, 684 "engines": { 685 "node": ">= 16.0.0", 686 "parcel": "^2.15.4" 687 }, 688 "funding": { 689 "type": "opencollective", 690 "url": "https://opencollective.com/parcel" 691 } 692 }, 693 "node_modules/@parcel/optimizer-image": { 694 "version": "2.15.4", 695 "resolved": "https://registry.npmjs.org/@parcel/optimizer-image/-/optimizer-image-2.15.4.tgz", 696 "integrity": "sha512-M8fo7eEL6JRcmLhSX9pUUGU4MPrPrE9cMNcwIt3DQLnSvQ+sshhUDa6t9hKWeHHhs16BHvxrvksN2TIbkgHODQ==", 697 "dev": true, 698 "license": "MIT", 699 "dependencies": { 700 "@parcel/diagnostic": "2.15.4", 701 "@parcel/plugin": "2.15.4", 702 "@parcel/rust": "2.15.4", 703 "@parcel/utils": "2.15.4", 704 "@parcel/workers": "2.15.4" 705 }, 706 "engines": { 707 "node": ">= 16.0.0", 708 "parcel": "^2.15.4" 709 }, 710 "funding": { 711 "type": "opencollective", 712 "url": "https://opencollective.com/parcel" 713 }, 714 "peerDependencies": { 715 "@parcel/core": "^2.15.4" 716 } 717 }, 718 "node_modules/@parcel/optimizer-svg": { 719 "version": "2.15.4", 720 "resolved": "https://registry.npmjs.org/@parcel/optimizer-svg/-/optimizer-svg-2.15.4.tgz", 721 "integrity": "sha512-pPdjRaLPqjAEROXIHLc6JWLLki56alhuUNbalhLqBCgktZrrq2dGCjBEVgxqRczc9D+ePCX/e/xci4tC0Tkcbg==", 722 "dev": true, 723 "license": "MIT", 724 "dependencies": { 725 "@parcel/plugin": "2.15.4", 726 "@parcel/rust": "2.15.4", 727 "@parcel/utils": "2.15.4" 728 }, 729 "engines": { 730 "node": ">= 16.0.0", 731 "parcel": "^2.15.4" 732 }, 733 "funding": { 734 "type": "opencollective", 735 "url": "https://opencollective.com/parcel" 736 } 737 }, 738 "node_modules/@parcel/optimizer-swc": { 739 "version": "2.15.4", 740 "resolved": "https://registry.npmjs.org/@parcel/optimizer-swc/-/optimizer-swc-2.15.4.tgz", 741 "integrity": "sha512-2m5cYESVCq6AGx252eSTArZ1Oc1Ve4GBGL7NhvgbNqOthyXlc2qAed6rCkARrBd8pfEl5+2XHeK1ijDAZdIZ/A==", 742 "dev": true, 743 "license": "MIT", 744 "dependencies": { 745 "@parcel/diagnostic": "2.15.4", 746 "@parcel/plugin": "2.15.4", 747 "@parcel/source-map": "^2.1.1", 748 "@parcel/utils": "2.15.4", 749 "@swc/core": "^1.11.24", 750 "nullthrows": "^1.1.1" 751 }, 752 "engines": { 753 "node": ">= 16.0.0", 754 "parcel": "^2.15.4" 755 }, 756 "funding": { 757 "type": "opencollective", 758 "url": "https://opencollective.com/parcel" 759 } 760 }, 761 "node_modules/@parcel/package-manager": { 762 "version": "2.15.4", 763 "resolved": "https://registry.npmjs.org/@parcel/package-manager/-/package-manager-2.15.4.tgz", 764 "integrity": "sha512-KZONBcEJ24moQdrpU0zJh9CYk3KKbpB5RUM70utAORem1yQKms+0Y4YED3njq6nZzbgwUN/Csc+powUHLZStvg==", 765 "dev": true, 766 "license": "MIT", 767 "dependencies": { 768 "@parcel/diagnostic": "2.15.4", 769 "@parcel/fs": "2.15.4", 770 "@parcel/logger": "2.15.4", 771 "@parcel/node-resolver-core": "3.6.4", 772 "@parcel/types": "2.15.4", 773 "@parcel/utils": "2.15.4", 774 "@parcel/workers": "2.15.4", 775 "@swc/core": "^1.11.24", 776 "semver": "^7.7.1" 777 }, 778 "engines": { 779 "node": ">= 16.0.0" 780 }, 781 "funding": { 782 "type": "opencollective", 783 "url": "https://opencollective.com/parcel" 784 }, 785 "peerDependencies": { 786 "@parcel/core": "^2.15.4" 787 } 788 }, 789 "node_modules/@parcel/packager-css": { 790 "version": "2.15.4", 791 "resolved": "https://registry.npmjs.org/@parcel/packager-css/-/packager-css-2.15.4.tgz", 792 "integrity": "sha512-bzSaNf+I5lmJFu95wSG2k7pGwjCDesZsV6Y9sozIL2LoSxqvkGhm/ABXAa3Ed7dLe3tSAEBzJcyqShQgLzSzuw==", 793 "dev": true, 794 "license": "MIT", 795 "dependencies": { 796 "@parcel/diagnostic": "2.15.4", 797 "@parcel/plugin": "2.15.4", 798 "@parcel/source-map": "^2.1.1", 799 "@parcel/utils": "2.15.4", 800 "lightningcss": "^1.30.1", 801 "nullthrows": "^1.1.1" 802 }, 803 "engines": { 804 "node": ">= 16.0.0", 805 "parcel": "^2.15.4" 806 }, 807 "funding": { 808 "type": "opencollective", 809 "url": "https://opencollective.com/parcel" 810 } 811 }, 812 "node_modules/@parcel/packager-html": { 813 "version": "2.15.4", 814 "resolved": "https://registry.npmjs.org/@parcel/packager-html/-/packager-html-2.15.4.tgz", 815 "integrity": "sha512-Uayux6A2Anm66Kmq22QhD0TuVp9LiRCMuPUzBd6n4ekNlG0Lzm6K3/okMkPG65nKbNjq5qcPscFWlDxggvjt2g==", 816 "dev": true, 817 "license": "MIT", 818 "dependencies": { 819 "@parcel/plugin": "2.15.4", 820 "@parcel/rust": "2.15.4", 821 "@parcel/types": "2.15.4", 822 "@parcel/utils": "2.15.4" 823 }, 824 "engines": { 825 "node": ">= 16.0.0", 826 "parcel": "^2.15.4" 827 }, 828 "funding": { 829 "type": "opencollective", 830 "url": "https://opencollective.com/parcel" 831 } 832 }, 833 "node_modules/@parcel/packager-js": { 834 "version": "2.15.4", 835 "resolved": "https://registry.npmjs.org/@parcel/packager-js/-/packager-js-2.15.4.tgz", 836 "integrity": "sha512-96bqhs1jyd28CfWQD+Yn8rSsd1ar7voHWyBtMLimsK+bDJIzL26Z7jWyRDwXRuLErYC01EoXRIRctxtmeRVJ2Q==", 837 "dev": true, 838 "license": "MIT", 839 "dependencies": { 840 "@parcel/diagnostic": "2.15.4", 841 "@parcel/plugin": "2.15.4", 842 "@parcel/rust": "2.15.4", 843 "@parcel/source-map": "^2.1.1", 844 "@parcel/types": "2.15.4", 845 "@parcel/utils": "2.15.4", 846 "globals": "^13.24.0", 847 "nullthrows": "^1.1.1" 848 }, 849 "engines": { 850 "node": ">= 16.0.0", 851 "parcel": "^2.15.4" 852 }, 853 "funding": { 854 "type": "opencollective", 855 "url": "https://opencollective.com/parcel" 856 } 857 }, 858 "node_modules/@parcel/packager-raw": { 859 "version": "2.15.4", 860 "resolved": "https://registry.npmjs.org/@parcel/packager-raw/-/packager-raw-2.15.4.tgz", 861 "integrity": "sha512-CaSpDt5jjcO0SYCtsDhw6yfTDQuDFQ875H42W/ftvSQL7RfLRljPthnbdcy9chvKBbvRBQF+0z8Sxwehrd5hsA==", 862 "dev": true, 863 "license": "MIT", 864 "dependencies": { 865 "@parcel/plugin": "2.15.4" 866 }, 867 "engines": { 868 "node": ">= 16.0.0", 869 "parcel": "^2.15.4" 870 }, 871 "funding": { 872 "type": "opencollective", 873 "url": "https://opencollective.com/parcel" 874 } 875 }, 876 "node_modules/@parcel/packager-svg": { 877 "version": "2.15.4", 878 "resolved": "https://registry.npmjs.org/@parcel/packager-svg/-/packager-svg-2.15.4.tgz", 879 "integrity": "sha512-qHsyOgnzoA2XGMLIYUnX79XAaV327VTWQvIzju/OmOjcff4o3uiEcNL8w9k3p2w2oPXOLoQ0THMiivoUQSM8GQ==", 880 "dev": true, 881 "license": "MIT", 882 "dependencies": { 883 "@parcel/plugin": "2.15.4", 884 "@parcel/rust": "2.15.4", 885 "@parcel/types": "2.15.4", 886 "@parcel/utils": "2.15.4" 887 }, 888 "engines": { 889 "node": ">= 16.0.0", 890 "parcel": "^2.15.4" 891 }, 892 "funding": { 893 "type": "opencollective", 894 "url": "https://opencollective.com/parcel" 895 } 896 }, 897 "node_modules/@parcel/packager-wasm": { 898 "version": "2.15.4", 899 "resolved": "https://registry.npmjs.org/@parcel/packager-wasm/-/packager-wasm-2.15.4.tgz", 900 "integrity": "sha512-YPVij7zrBchtXr/y29P4uh3C/+19PMhhLibYF/8oMJKkFkeU3Uv00/XLm915vdBPrIPjgw0YuIfLzUKip1uGtg==", 901 "dev": true, 902 "license": "MIT", 903 "dependencies": { 904 "@parcel/plugin": "2.15.4" 905 }, 906 "engines": { 907 "node": ">=16.0.0", 908 "parcel": "^2.15.4" 909 }, 910 "funding": { 911 "type": "opencollective", 912 "url": "https://opencollective.com/parcel" 913 } 914 }, 915 "node_modules/@parcel/plugin": { 916 "version": "2.15.4", 917 "resolved": "https://registry.npmjs.org/@parcel/plugin/-/plugin-2.15.4.tgz", 918 "integrity": "sha512-XVehjmzk8ZDOFf/BXo26L76ZqCGNKIQcN2ngxAnq0KRY/WFanL8yLaL0qQq+c9whlu09hkGz1CuhFBLAIjJMYQ==", 919 "dev": true, 920 "license": "MIT", 921 "dependencies": { 922 "@parcel/types": "2.15.4" 923 }, 924 "engines": { 925 "node": ">= 16.0.0" 926 }, 927 "funding": { 928 "type": "opencollective", 929 "url": "https://opencollective.com/parcel" 930 } 931 }, 932 "node_modules/@parcel/profiler": { 933 "version": "2.15.4", 934 "resolved": "https://registry.npmjs.org/@parcel/profiler/-/profiler-2.15.4.tgz", 935 "integrity": "sha512-ezVZlttUmQ1MQD5e8yVb07vSGYEFOB59Y/jaxL9mGSLZkVhMIIHe/7SuA+4qVAH8dlg6bslXRqlsunLMPEgPsg==", 936 "dev": true, 937 "license": "MIT", 938 "dependencies": { 939 "@parcel/diagnostic": "2.15.4", 940 "@parcel/events": "2.15.4", 941 "@parcel/types-internal": "2.15.4", 942 "chrome-trace-event": "^1.0.2" 943 }, 944 "engines": { 945 "node": ">= 16.0.0" 946 }, 947 "funding": { 948 "type": "opencollective", 949 "url": "https://opencollective.com/parcel" 950 } 951 }, 952 "node_modules/@parcel/reporter-cli": { 953 "version": "2.15.4", 954 "resolved": "https://registry.npmjs.org/@parcel/reporter-cli/-/reporter-cli-2.15.4.tgz", 955 "integrity": "sha512-us0HIwuJqpSguf+yi4n8foabVs26JGvRB/eSOf0KkRldxFciYLn4NJ8rt3Xm1zvxlDiSkD4v2n77u+ouIZ+AEQ==", 956 "dev": true, 957 "license": "MIT", 958 "dependencies": { 959 "@parcel/plugin": "2.15.4", 960 "@parcel/types": "2.15.4", 961 "@parcel/utils": "2.15.4", 962 "chalk": "^4.1.2", 963 "term-size": "^2.2.1" 964 }, 965 "engines": { 966 "node": ">= 16.0.0", 967 "parcel": "^2.15.4" 968 }, 969 "funding": { 970 "type": "opencollective", 971 "url": "https://opencollective.com/parcel" 972 } 973 }, 974 "node_modules/@parcel/reporter-dev-server": { 975 "version": "2.15.4", 976 "resolved": "https://registry.npmjs.org/@parcel/reporter-dev-server/-/reporter-dev-server-2.15.4.tgz", 977 "integrity": "sha512-uCNeDyArNNXI9YThlxyTx7+5ZSxlewyUdyrLdDZCqvn8s1xNB9W8sUNVps7mJZQSc+2ZRk3wyDemURD67uJk/A==", 978 "dev": true, 979 "license": "MIT", 980 "dependencies": { 981 "@parcel/codeframe": "2.15.4", 982 "@parcel/plugin": "2.15.4", 983 "@parcel/source-map": "^2.1.1", 984 "@parcel/utils": "2.15.4" 985 }, 986 "engines": { 987 "node": ">= 16.0.0", 988 "parcel": "^2.15.4" 989 }, 990 "funding": { 991 "type": "opencollective", 992 "url": "https://opencollective.com/parcel" 993 } 994 }, 995 "node_modules/@parcel/reporter-tracer": { 996 "version": "2.15.4", 997 "resolved": "https://registry.npmjs.org/@parcel/reporter-tracer/-/reporter-tracer-2.15.4.tgz", 998 "integrity": "sha512-9W1xsb/FtobCQ4z847nI6hFDaTZHLeThv/z05EF77R30RX2k+unG9ac5NQB1v4KLx09Bhfre32+sjYNReWxWlg==", 999 "dev": true, 1000 "license": "MIT", 1001 "dependencies": { 1002 "@parcel/plugin": "2.15.4", 1003 "@parcel/utils": "2.15.4", 1004 "chrome-trace-event": "^1.0.3", 1005 "nullthrows": "^1.1.1" 1006 }, 1007 "engines": { 1008 "node": ">= 16.0.0", 1009 "parcel": "^2.15.4" 1010 }, 1011 "funding": { 1012 "type": "opencollective", 1013 "url": "https://opencollective.com/parcel" 1014 } 1015 }, 1016 "node_modules/@parcel/resolver-default": { 1017 "version": "2.15.4", 1018 "resolved": "https://registry.npmjs.org/@parcel/resolver-default/-/resolver-default-2.15.4.tgz", 1019 "integrity": "sha512-4uKo3FFnubtIc4rM9jZiQQXpa1slawyRy5btJEfTFvbcnz0dm3WThLrsPDMfmPwNr9F/n5x8yzDLI6/fZ/elgA==", 1020 "dev": true, 1021 "license": "MIT", 1022 "dependencies": { 1023 "@parcel/node-resolver-core": "3.6.4", 1024 "@parcel/plugin": "2.15.4" 1025 }, 1026 "engines": { 1027 "node": ">= 16.0.0", 1028 "parcel": "^2.15.4" 1029 }, 1030 "funding": { 1031 "type": "opencollective", 1032 "url": "https://opencollective.com/parcel" 1033 } 1034 }, 1035 "node_modules/@parcel/runtime-browser-hmr": { 1036 "version": "2.15.4", 1037 "resolved": "https://registry.npmjs.org/@parcel/runtime-browser-hmr/-/runtime-browser-hmr-2.15.4.tgz", 1038 "integrity": "sha512-KRGzbxDUOQUkrJKxxY0WyU7oVaa9TvWTRlpuGJXzQJs/hw8vkAAoAm8+ptpypvBC8LnxFHzGbSyHPfL8C8MQOw==", 1039 "dev": true, 1040 "license": "MIT", 1041 "dependencies": { 1042 "@parcel/plugin": "2.15.4", 1043 "@parcel/utils": "2.15.4" 1044 }, 1045 "engines": { 1046 "node": ">= 16.0.0", 1047 "parcel": "^2.15.4" 1048 }, 1049 "funding": { 1050 "type": "opencollective", 1051 "url": "https://opencollective.com/parcel" 1052 } 1053 }, 1054 "node_modules/@parcel/runtime-js": { 1055 "version": "2.15.4", 1056 "resolved": "https://registry.npmjs.org/@parcel/runtime-js/-/runtime-js-2.15.4.tgz", 1057 "integrity": "sha512-zNRK+693CMkYiA0ckjPOmz+JVHD9bVzp27itcMyuDH6l/Or8m09RgCC4DIdIxBqiplsDSe39DwEc5X7b0vvcjw==", 1058 "dev": true, 1059 "license": "MIT", 1060 "dependencies": { 1061 "@parcel/diagnostic": "2.15.4", 1062 "@parcel/plugin": "2.15.4", 1063 "@parcel/utils": "2.15.4", 1064 "nullthrows": "^1.1.1" 1065 }, 1066 "engines": { 1067 "node": ">= 16.0.0", 1068 "parcel": "^2.15.4" 1069 }, 1070 "funding": { 1071 "type": "opencollective", 1072 "url": "https://opencollective.com/parcel" 1073 } 1074 }, 1075 "node_modules/@parcel/runtime-rsc": { 1076 "version": "2.15.4", 1077 "resolved": "https://registry.npmjs.org/@parcel/runtime-rsc/-/runtime-rsc-2.15.4.tgz", 1078 "integrity": "sha512-yHc4HEwzCQYLqa6Q1WtZ8xJeaDAk0p2i0b3ABq2I+izmRjer4jertlsEwh9mf9Z1eUGtJobdGYzl8Ai1VfhC3g==", 1079 "dev": true, 1080 "license": "MIT", 1081 "dependencies": { 1082 "@parcel/plugin": "2.15.4", 1083 "@parcel/rust": "2.15.4", 1084 "@parcel/utils": "2.15.4", 1085 "nullthrows": "^1.1.1" 1086 }, 1087 "engines": { 1088 "node": ">= 12.0.0", 1089 "parcel": "^2.15.4" 1090 }, 1091 "funding": { 1092 "type": "opencollective", 1093 "url": "https://opencollective.com/parcel" 1094 } 1095 }, 1096 "node_modules/@parcel/runtime-service-worker": { 1097 "version": "2.15.4", 1098 "resolved": "https://registry.npmjs.org/@parcel/runtime-service-worker/-/runtime-service-worker-2.15.4.tgz", 1099 "integrity": "sha512-NGq/wS34GIVzo2ZURBjCqgHV+PU7eTcngCzmmk/wrCEeWnr13ld+CAIxVZoqyNJwYsF6VQanrjSM2/LhCXEdyA==", 1100 "dev": true, 1101 "license": "MIT", 1102 "dependencies": { 1103 "@parcel/plugin": "2.15.4", 1104 "@parcel/utils": "2.15.4", 1105 "nullthrows": "^1.1.1" 1106 }, 1107 "engines": { 1108 "node": ">= 16.0.0", 1109 "parcel": "^2.15.4" 1110 }, 1111 "funding": { 1112 "type": "opencollective", 1113 "url": "https://opencollective.com/parcel" 1114 } 1115 }, 1116 "node_modules/@parcel/rust": { 1117 "version": "2.15.4", 1118 "resolved": "https://registry.npmjs.org/@parcel/rust/-/rust-2.15.4.tgz", 1119 "integrity": "sha512-OxOux8z8YEYg23+15uMmYaloFp3x1RwcliBay6HqxUW7RTmtI1/z+xd8AtienCckACD60gvDGy04LjgbEGdJVg==", 1120 "dev": true, 1121 "license": "MIT", 1122 "engines": { 1123 "node": ">= 16.0.0" 1124 }, 1125 "funding": { 1126 "type": "opencollective", 1127 "url": "https://opencollective.com/parcel" 1128 }, 1129 "optionalDependencies": { 1130 "@parcel/rust-darwin-arm64": "2.15.4", 1131 "@parcel/rust-darwin-x64": "2.15.4", 1132 "@parcel/rust-linux-arm-gnueabihf": "2.15.4", 1133 "@parcel/rust-linux-arm64-gnu": "2.15.4", 1134 "@parcel/rust-linux-arm64-musl": "2.15.4", 1135 "@parcel/rust-linux-x64-gnu": "2.15.4", 1136 "@parcel/rust-linux-x64-musl": "2.15.4", 1137 "@parcel/rust-win32-x64-msvc": "2.15.4" 1138 }, 1139 "peerDependencies": { 1140 "napi-wasm": "^1.1.2" 1141 }, 1142 "peerDependenciesMeta": { 1143 "napi-wasm": { 1144 "optional": true 1145 } 1146 } 1147 }, 1148 "node_modules/@parcel/rust-darwin-arm64": { 1149 "version": "2.15.4", 1150 "resolved": "https://registry.npmjs.org/@parcel/rust-darwin-arm64/-/rust-darwin-arm64-2.15.4.tgz", 1151 "integrity": "sha512-cEpNDeEtvM5Nhj0QLN95QbcZ9yY6Z5W3+2OeHvnojEAP8Rp1XGzqVTTZdlyKyN1KTiyfzIOiQJCiEcr+kMc5Nw==", 1152 "cpu": [ 1153 "arm64" 1154 ], 1155 "dev": true, 1156 "license": "MIT", 1157 "optional": true, 1158 "os": [ 1159 "darwin" 1160 ], 1161 "engines": { 1162 "node": ">= 10" 1163 }, 1164 "funding": { 1165 "type": "opencollective", 1166 "url": "https://opencollective.com/parcel" 1167 } 1168 }, 1169 "node_modules/@parcel/rust-darwin-x64": { 1170 "version": "2.15.4", 1171 "resolved": "https://registry.npmjs.org/@parcel/rust-darwin-x64/-/rust-darwin-x64-2.15.4.tgz", 1172 "integrity": "sha512-jL9i13sXKeBXXz8Z3BNYoScPOi+ljBA0ubAE3PN5DCoAA6wS4/FsAiRSIUw+3uxqASBD7+JvaT5sDUga1Xft5g==", 1173 "cpu": [ 1174 "x64" 1175 ], 1176 "dev": true, 1177 "license": "MIT", 1178 "optional": true, 1179 "os": [ 1180 "darwin" 1181 ], 1182 "engines": { 1183 "node": ">= 10" 1184 }, 1185 "funding": { 1186 "type": "opencollective", 1187 "url": "https://opencollective.com/parcel" 1188 } 1189 }, 1190 "node_modules/@parcel/rust-linux-arm-gnueabihf": { 1191 "version": "2.15.4", 1192 "resolved": "https://registry.npmjs.org/@parcel/rust-linux-arm-gnueabihf/-/rust-linux-arm-gnueabihf-2.15.4.tgz", 1193 "integrity": "sha512-c8HpVdDugCutlMILoOlkTioih9HGJpQrzS2G3cg/O1a5ZTacooGf3eGJGoh6dUBEv9WEaEb6zsTRwFv2BgtZcA==", 1194 "cpu": [ 1195 "arm" 1196 ], 1197 "dev": true, 1198 "license": "MIT", 1199 "optional": true, 1200 "os": [ 1201 "linux" 1202 ], 1203 "engines": { 1204 "node": ">= 10" 1205 }, 1206 "funding": { 1207 "type": "opencollective", 1208 "url": "https://opencollective.com/parcel" 1209 } 1210 }, 1211 "node_modules/@parcel/rust-linux-arm64-gnu": { 1212 "version": "2.15.4", 1213 "resolved": "https://registry.npmjs.org/@parcel/rust-linux-arm64-gnu/-/rust-linux-arm64-gnu-2.15.4.tgz", 1214 "integrity": "sha512-Wcfs/JY4FnuLxQaU+VX2rI4j376Qo2LkZmq4zp9frnsajaAqmloVQfnbUkdnQPEL4I38eHXerzBX3LoXSxnZKA==", 1215 "cpu": [ 1216 "arm64" 1217 ], 1218 "dev": true, 1219 "license": "MIT", 1220 "optional": true, 1221 "os": [ 1222 "linux" 1223 ], 1224 "engines": { 1225 "node": ">= 10" 1226 }, 1227 "funding": { 1228 "type": "opencollective", 1229 "url": "https://opencollective.com/parcel" 1230 } 1231 }, 1232 "node_modules/@parcel/rust-linux-arm64-musl": { 1233 "version": "2.15.4", 1234 "resolved": "https://registry.npmjs.org/@parcel/rust-linux-arm64-musl/-/rust-linux-arm64-musl-2.15.4.tgz", 1235 "integrity": "sha512-xf9HxosEn3dU5M0zDSXqBaG8rEjLThRdTYqpkxHW/qQGzy0Se+/ntg8PeDHsSG5E9OK8xrcKH46Lhaw0QBF/Zw==", 1236 "cpu": [ 1237 "arm64" 1238 ], 1239 "dev": true, 1240 "license": "MIT", 1241 "optional": true, 1242 "os": [ 1243 "linux" 1244 ], 1245 "engines": { 1246 "node": ">= 10" 1247 }, 1248 "funding": { 1249 "type": "opencollective", 1250 "url": "https://opencollective.com/parcel" 1251 } 1252 }, 1253 "node_modules/@parcel/rust-linux-x64-gnu": { 1254 "version": "2.15.4", 1255 "resolved": "https://registry.npmjs.org/@parcel/rust-linux-x64-gnu/-/rust-linux-x64-gnu-2.15.4.tgz", 1256 "integrity": "sha512-RigXVCFj6h0AXmkuxU61rfgYuW+PXBR6qSkR2I20yKnAXoMfxLaZy9YJ3sAPMEjT9zXgzGAX+3syItMF+bRjaw==", 1257 "cpu": [ 1258 "x64" 1259 ], 1260 "dev": true, 1261 "license": "MIT", 1262 "optional": true, 1263 "os": [ 1264 "linux" 1265 ], 1266 "engines": { 1267 "node": ">= 10" 1268 }, 1269 "funding": { 1270 "type": "opencollective", 1271 "url": "https://opencollective.com/parcel" 1272 } 1273 }, 1274 "node_modules/@parcel/rust-linux-x64-musl": { 1275 "version": "2.15.4", 1276 "resolved": "https://registry.npmjs.org/@parcel/rust-linux-x64-musl/-/rust-linux-x64-musl-2.15.4.tgz", 1277 "integrity": "sha512-tHlRgonSr5ca8OvhbGzZUggCgCOirRz5dHhPSCm4ajMxeDMamwprq6lKy0sCNTXht4TXIEyugBcfEuRKEeVIBw==", 1278 "cpu": [ 1279 "x64" 1280 ], 1281 "dev": true, 1282 "license": "MIT", 1283 "optional": true, 1284 "os": [ 1285 "linux" 1286 ], 1287 "engines": { 1288 "node": ">= 10" 1289 }, 1290 "funding": { 1291 "type": "opencollective", 1292 "url": "https://opencollective.com/parcel" 1293 } 1294 }, 1295 "node_modules/@parcel/rust-win32-x64-msvc": { 1296 "version": "2.15.4", 1297 "resolved": "https://registry.npmjs.org/@parcel/rust-win32-x64-msvc/-/rust-win32-x64-msvc-2.15.4.tgz", 1298 "integrity": "sha512-YsX6vMl/bfyxqZSN7yiaZQKLoJKELSZYcvg8gIv4CF1xkaTdmfr6gvq2iCyoV+bwrodNohN4Xfl8r7Wniu1/UA==", 1299 "cpu": [ 1300 "x64" 1301 ], 1302 "dev": true, 1303 "license": "MIT", 1304 "optional": true, 1305 "os": [ 1306 "win32" 1307 ], 1308 "engines": { 1309 "node": ">= 10" 1310 }, 1311 "funding": { 1312 "type": "opencollective", 1313 "url": "https://opencollective.com/parcel" 1314 } 1315 }, 1316 "node_modules/@parcel/source-map": { 1317 "version": "2.1.1", 1318 "resolved": "https://registry.npmjs.org/@parcel/source-map/-/source-map-2.1.1.tgz", 1319 "integrity": "sha512-Ejx1P/mj+kMjQb8/y5XxDUn4reGdr+WyKYloBljpppUy8gs42T+BNoEOuRYqDVdgPc6NxduzIDoJS9pOFfV5Ew==", 1320 "dev": true, 1321 "license": "MIT", 1322 "dependencies": { 1323 "detect-libc": "^1.0.3" 1324 }, 1325 "engines": { 1326 "node": "^12.18.3 || >=14" 1327 } 1328 }, 1329 "node_modules/@parcel/transformer-babel": { 1330 "version": "2.15.4", 1331 "resolved": "https://registry.npmjs.org/@parcel/transformer-babel/-/transformer-babel-2.15.4.tgz", 1332 "integrity": "sha512-rb4nqZcTLkLD3nvuYJ9wwNb8x6cajBK2l6csdYMLEI4516SkIzkO/gs2cZ9M5q+CMhxAqpdEnrwektbOtQQasg==", 1333 "dev": true, 1334 "license": "MIT", 1335 "dependencies": { 1336 "@parcel/diagnostic": "2.15.4", 1337 "@parcel/plugin": "2.15.4", 1338 "@parcel/source-map": "^2.1.1", 1339 "@parcel/utils": "2.15.4", 1340 "browserslist": "^4.24.5", 1341 "json5": "^2.2.3", 1342 "nullthrows": "^1.1.1", 1343 "semver": "^7.7.1" 1344 }, 1345 "engines": { 1346 "node": ">= 16.0.0", 1347 "parcel": "^2.15.4" 1348 }, 1349 "funding": { 1350 "type": "opencollective", 1351 "url": "https://opencollective.com/parcel" 1352 } 1353 }, 1354 "node_modules/@parcel/transformer-css": { 1355 "version": "2.15.4", 1356 "resolved": "https://registry.npmjs.org/@parcel/transformer-css/-/transformer-css-2.15.4.tgz", 1357 "integrity": "sha512-6tVwSJsOssXgcB5XMAQGsexAffoBEi8GVql3YQqzI1EwVYs9zr+B5mfbesb4aWcegR02w99NHJYFP9CrOr3SWw==", 1358 "dev": true, 1359 "license": "MIT", 1360 "dependencies": { 1361 "@parcel/diagnostic": "2.15.4", 1362 "@parcel/plugin": "2.15.4", 1363 "@parcel/source-map": "^2.1.1", 1364 "@parcel/utils": "2.15.4", 1365 "browserslist": "^4.24.5", 1366 "lightningcss": "^1.30.1", 1367 "nullthrows": "^1.1.1" 1368 }, 1369 "engines": { 1370 "node": ">= 16.0.0", 1371 "parcel": "^2.15.4" 1372 }, 1373 "funding": { 1374 "type": "opencollective", 1375 "url": "https://opencollective.com/parcel" 1376 } 1377 }, 1378 "node_modules/@parcel/transformer-html": { 1379 "version": "2.15.4", 1380 "resolved": "https://registry.npmjs.org/@parcel/transformer-html/-/transformer-html-2.15.4.tgz", 1381 "integrity": "sha512-gzYPbbyEuV8nzPojw86eD5Kf93AYUWcY8lu33gu0XHROJH7mq5MAwPwtb/U+EfpeCd0/oKbLzA2mkQksM1NncQ==", 1382 "dev": true, 1383 "license": "MIT", 1384 "dependencies": { 1385 "@parcel/diagnostic": "2.15.4", 1386 "@parcel/plugin": "2.15.4", 1387 "@parcel/rust": "2.15.4" 1388 }, 1389 "engines": { 1390 "node": ">= 16.0.0", 1391 "parcel": "^2.15.4" 1392 }, 1393 "funding": { 1394 "type": "opencollective", 1395 "url": "https://opencollective.com/parcel" 1396 } 1397 }, 1398 "node_modules/@parcel/transformer-image": { 1399 "version": "2.15.4", 1400 "resolved": "https://registry.npmjs.org/@parcel/transformer-image/-/transformer-image-2.15.4.tgz", 1401 "integrity": "sha512-KOVwj2gKjUybuzHwarC/YVqRf3r2BD4/2ysckozj6DIji/bq3fd2rE9yqxWXO+zt918PsOSTzMKwRnaseaXLKQ==", 1402 "dev": true, 1403 "license": "MIT", 1404 "dependencies": { 1405 "@parcel/plugin": "2.15.4", 1406 "@parcel/utils": "2.15.4", 1407 "@parcel/workers": "2.15.4", 1408 "nullthrows": "^1.1.1" 1409 }, 1410 "engines": { 1411 "node": ">= 16.0.0", 1412 "parcel": "^2.15.4" 1413 }, 1414 "peerDependencies": { 1415 "@parcel/core": "^2.15.4" 1416 } 1417 }, 1418 "node_modules/@parcel/transformer-js": { 1419 "version": "2.15.4", 1420 "resolved": "https://registry.npmjs.org/@parcel/transformer-js/-/transformer-js-2.15.4.tgz", 1421 "integrity": "sha512-HX76PalPjqCLmXJnuSeMr2km8WlnUsW8oaRZ6FuZtSo9QD8BqIcwKGxSbIy9JHkObBgmrMOVpGtYrJM4/BlYbg==", 1422 "dev": true, 1423 "license": "MIT", 1424 "dependencies": { 1425 "@parcel/diagnostic": "2.15.4", 1426 "@parcel/plugin": "2.15.4", 1427 "@parcel/rust": "2.15.4", 1428 "@parcel/source-map": "^2.1.1", 1429 "@parcel/utils": "2.15.4", 1430 "@parcel/workers": "2.15.4", 1431 "@swc/helpers": "^0.5.0", 1432 "browserslist": "^4.24.5", 1433 "nullthrows": "^1.1.1", 1434 "regenerator-runtime": "^0.14.1", 1435 "semver": "^7.7.1" 1436 }, 1437 "engines": { 1438 "node": ">= 16.0.0", 1439 "parcel": "^2.15.4" 1440 }, 1441 "funding": { 1442 "type": "opencollective", 1443 "url": "https://opencollective.com/parcel" 1444 }, 1445 "peerDependencies": { 1446 "@parcel/core": "^2.15.4" 1447 } 1448 }, 1449 "node_modules/@parcel/transformer-json": { 1450 "version": "2.15.4", 1451 "resolved": "https://registry.npmjs.org/@parcel/transformer-json/-/transformer-json-2.15.4.tgz", 1452 "integrity": "sha512-1ASeOSH3gPeaXyy/TZ7ce2TOfJ3ZeK5SBnDs+MM8LFcQsTwdRJKjX/4Qq9RgtMRryYAGHgMa09Gvp9FuFRyd+w==", 1453 "dev": true, 1454 "license": "MIT", 1455 "dependencies": { 1456 "@parcel/plugin": "2.15.4", 1457 "json5": "^2.2.3" 1458 }, 1459 "engines": { 1460 "node": ">= 16.0.0", 1461 "parcel": "^2.15.4" 1462 }, 1463 "funding": { 1464 "type": "opencollective", 1465 "url": "https://opencollective.com/parcel" 1466 } 1467 }, 1468 "node_modules/@parcel/transformer-node": { 1469 "version": "2.15.4", 1470 "resolved": "https://registry.npmjs.org/@parcel/transformer-node/-/transformer-node-2.15.4.tgz", 1471 "integrity": "sha512-zV5jvZA971eQMcFtaWZkW1UfAH/G6XVM/87oJ2B4ip9o9aKUWIl296rrfg2xWxUQyPhy11B17CJ6b8NgieqqrQ==", 1472 "dev": true, 1473 "license": "MIT", 1474 "dependencies": { 1475 "@parcel/plugin": "2.15.4" 1476 }, 1477 "engines": { 1478 "node": ">= 16.0.0", 1479 "parcel": "^2.15.4" 1480 }, 1481 "funding": { 1482 "type": "opencollective", 1483 "url": "https://opencollective.com/parcel" 1484 } 1485 }, 1486 "node_modules/@parcel/transformer-postcss": { 1487 "version": "2.15.4", 1488 "resolved": "https://registry.npmjs.org/@parcel/transformer-postcss/-/transformer-postcss-2.15.4.tgz", 1489 "integrity": "sha512-cNueSpOj3ulmMX85xr9clh/t0+mzVE+Q3H7Cf/OammqUkG/xjmilq4q7ZTgQFyUtUdWpE9LWWHojbJuz6k2Ulw==", 1490 "dev": true, 1491 "license": "MIT", 1492 "dependencies": { 1493 "@parcel/diagnostic": "2.15.4", 1494 "@parcel/plugin": "2.15.4", 1495 "@parcel/rust": "2.15.4", 1496 "@parcel/utils": "2.15.4", 1497 "clone": "^2.1.2", 1498 "nullthrows": "^1.1.1", 1499 "postcss-value-parser": "^4.2.0", 1500 "semver": "^7.7.1" 1501 }, 1502 "engines": { 1503 "node": ">= 16.0.0", 1504 "parcel": "^2.15.4" 1505 }, 1506 "funding": { 1507 "type": "opencollective", 1508 "url": "https://opencollective.com/parcel" 1509 } 1510 }, 1511 "node_modules/@parcel/transformer-posthtml": { 1512 "version": "2.15.4", 1513 "resolved": "https://registry.npmjs.org/@parcel/transformer-posthtml/-/transformer-posthtml-2.15.4.tgz", 1514 "integrity": "sha512-dETI+CeKMwu5Dpvu8BrQtex6nwzbNWKQkXseiM5x6+Wf3j9RD2NVpAMBRMjLkw1XlC9Whz1egxLSgKlMKbjg0w==", 1515 "dev": true, 1516 "license": "MIT", 1517 "dependencies": { 1518 "@parcel/plugin": "2.15.4", 1519 "@parcel/utils": "2.15.4" 1520 }, 1521 "engines": { 1522 "node": ">= 16.0.0", 1523 "parcel": "^2.15.4" 1524 }, 1525 "funding": { 1526 "type": "opencollective", 1527 "url": "https://opencollective.com/parcel" 1528 } 1529 }, 1530 "node_modules/@parcel/transformer-raw": { 1531 "version": "2.15.4", 1532 "resolved": "https://registry.npmjs.org/@parcel/transformer-raw/-/transformer-raw-2.15.4.tgz", 1533 "integrity": "sha512-pY2j09UCW2v1fwQtVLlCztSdPOxhq0YcWmTHCk/mRp8zuUR+eyHgsz48FrUxRF7cr/EBjc0zlFcregRMRcaTMg==", 1534 "dev": true, 1535 "license": "MIT", 1536 "dependencies": { 1537 "@parcel/plugin": "2.15.4" 1538 }, 1539 "engines": { 1540 "node": ">= 16.0.0", 1541 "parcel": "^2.15.4" 1542 }, 1543 "funding": { 1544 "type": "opencollective", 1545 "url": "https://opencollective.com/parcel" 1546 } 1547 }, 1548 "node_modules/@parcel/transformer-react-refresh-wrap": { 1549 "version": "2.15.4", 1550 "resolved": "https://registry.npmjs.org/@parcel/transformer-react-refresh-wrap/-/transformer-react-refresh-wrap-2.15.4.tgz", 1551 "integrity": "sha512-MgoQrV8+BVjrczAns5ZZbTERGB3/U4MaCBmbg3CuiTiIyS8IJQnGi+OhYRdKAB4NlsgpMZ5T2JrRbQUIm9MM8Q==", 1552 "dev": true, 1553 "license": "MIT", 1554 "dependencies": { 1555 "@parcel/error-overlay": "2.15.4", 1556 "@parcel/plugin": "2.15.4", 1557 "@parcel/utils": "2.15.4", 1558 "react-refresh": "^0.16.0" 1559 }, 1560 "engines": { 1561 "node": ">= 16.0.0", 1562 "parcel": "^2.15.4" 1563 }, 1564 "funding": { 1565 "type": "opencollective", 1566 "url": "https://opencollective.com/parcel" 1567 } 1568 }, 1569 "node_modules/@parcel/transformer-svg": { 1570 "version": "2.15.4", 1571 "resolved": "https://registry.npmjs.org/@parcel/transformer-svg/-/transformer-svg-2.15.4.tgz", 1572 "integrity": "sha512-Q22e0VRbx62VXFlvJWIlc8ihlLaPQgtnAZz5E1/+ojiNb+k0PmIRjNJclVWPF6IdCsLO5tnGfUOaXe2OnZz28Q==", 1573 "dev": true, 1574 "license": "MIT", 1575 "dependencies": { 1576 "@parcel/diagnostic": "2.15.4", 1577 "@parcel/plugin": "2.15.4", 1578 "@parcel/rust": "2.15.4" 1579 }, 1580 "engines": { 1581 "node": ">= 16.0.0", 1582 "parcel": "^2.15.4" 1583 }, 1584 "funding": { 1585 "type": "opencollective", 1586 "url": "https://opencollective.com/parcel" 1587 } 1588 }, 1589 "node_modules/@parcel/types": { 1590 "version": "2.15.4", 1591 "resolved": "https://registry.npmjs.org/@parcel/types/-/types-2.15.4.tgz", 1592 "integrity": "sha512-fS3UMMinLtzn/NTSx/qx38saBgRniylldh0XZEUcGeME4D2Llu/QlLv+YZ/LJqrFci3fPRM+YAn2K+JT/u+/0w==", 1593 "dev": true, 1594 "license": "MIT", 1595 "dependencies": { 1596 "@parcel/types-internal": "2.15.4", 1597 "@parcel/workers": "2.15.4" 1598 } 1599 }, 1600 "node_modules/@parcel/types-internal": { 1601 "version": "2.15.4", 1602 "resolved": "https://registry.npmjs.org/@parcel/types-internal/-/types-internal-2.15.4.tgz", 1603 "integrity": "sha512-kl5QEZ8PTWRvMkwmk7IG3VpP/5/MSGwt9Nrj9ctXLdZkDdXZpK7IbXAthLQ4zrByMaqZULL2IyDuBqBgfuAqlQ==", 1604 "dev": true, 1605 "license": "MIT", 1606 "dependencies": { 1607 "@parcel/diagnostic": "2.15.4", 1608 "@parcel/feature-flags": "2.15.4", 1609 "@parcel/source-map": "^2.1.1", 1610 "utility-types": "^3.11.0" 1611 } 1612 }, 1613 "node_modules/@parcel/utils": { 1614 "version": "2.15.4", 1615 "resolved": "https://registry.npmjs.org/@parcel/utils/-/utils-2.15.4.tgz", 1616 "integrity": "sha512-29m09sfPx0GHnmy1kkZ5XezprepdFGKKKUEJkyiYA4ERf55jjdnU2/GP4sWlZXxjh2Y+JFoCAFlCamEClq/8eA==", 1617 "dev": true, 1618 "license": "MIT", 1619 "dependencies": { 1620 "@parcel/codeframe": "2.15.4", 1621 "@parcel/diagnostic": "2.15.4", 1622 "@parcel/logger": "2.15.4", 1623 "@parcel/markdown-ansi": "2.15.4", 1624 "@parcel/rust": "2.15.4", 1625 "@parcel/source-map": "^2.1.1", 1626 "chalk": "^4.1.2", 1627 "nullthrows": "^1.1.1" 1628 }, 1629 "engines": { 1630 "node": ">= 16.0.0" 1631 }, 1632 "funding": { 1633 "type": "opencollective", 1634 "url": "https://opencollective.com/parcel" 1635 } 1636 }, 1637 "node_modules/@parcel/watcher": { 1638 "version": "2.5.1", 1639 "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz", 1640 "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==", 1641 "dev": true, 1642 "hasInstallScript": true, 1643 "license": "MIT", 1644 "dependencies": { 1645 "detect-libc": "^1.0.3", 1646 "is-glob": "^4.0.3", 1647 "micromatch": "^4.0.5", 1648 "node-addon-api": "^7.0.0" 1649 }, 1650 "engines": { 1651 "node": ">= 10.0.0" 1652 }, 1653 "funding": { 1654 "type": "opencollective", 1655 "url": "https://opencollective.com/parcel" 1656 }, 1657 "optionalDependencies": { 1658 "@parcel/watcher-android-arm64": "2.5.1", 1659 "@parcel/watcher-darwin-arm64": "2.5.1", 1660 "@parcel/watcher-darwin-x64": "2.5.1", 1661 "@parcel/watcher-freebsd-x64": "2.5.1", 1662 "@parcel/watcher-linux-arm-glibc": "2.5.1", 1663 "@parcel/watcher-linux-arm-musl": "2.5.1", 1664 "@parcel/watcher-linux-arm64-glibc": "2.5.1", 1665 "@parcel/watcher-linux-arm64-musl": "2.5.1", 1666 "@parcel/watcher-linux-x64-glibc": "2.5.1", 1667 "@parcel/watcher-linux-x64-musl": "2.5.1", 1668 "@parcel/watcher-win32-arm64": "2.5.1", 1669 "@parcel/watcher-win32-ia32": "2.5.1", 1670 "@parcel/watcher-win32-x64": "2.5.1" 1671 } 1672 }, 1673 "node_modules/@parcel/watcher-android-arm64": { 1674 "version": "2.5.1", 1675 "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz", 1676 "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==", 1677 "cpu": [ 1678 "arm64" 1679 ], 1680 "dev": true, 1681 "license": "MIT", 1682 "optional": true, 1683 "os": [ 1684 "android" 1685 ], 1686 "engines": { 1687 "node": ">= 10.0.0" 1688 }, 1689 "funding": { 1690 "type": "opencollective", 1691 "url": "https://opencollective.com/parcel" 1692 } 1693 }, 1694 "node_modules/@parcel/watcher-darwin-arm64": { 1695 "version": "2.5.1", 1696 "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz", 1697 "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==", 1698 "cpu": [ 1699 "arm64" 1700 ], 1701 "dev": true, 1702 "license": "MIT", 1703 "optional": true, 1704 "os": [ 1705 "darwin" 1706 ], 1707 "engines": { 1708 "node": ">= 10.0.0" 1709 }, 1710 "funding": { 1711 "type": "opencollective", 1712 "url": "https://opencollective.com/parcel" 1713 } 1714 }, 1715 "node_modules/@parcel/watcher-darwin-x64": { 1716 "version": "2.5.1", 1717 "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz", 1718 "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==", 1719 "cpu": [ 1720 "x64" 1721 ], 1722 "dev": true, 1723 "license": "MIT", 1724 "optional": true, 1725 "os": [ 1726 "darwin" 1727 ], 1728 "engines": { 1729 "node": ">= 10.0.0" 1730 }, 1731 "funding": { 1732 "type": "opencollective", 1733 "url": "https://opencollective.com/parcel" 1734 } 1735 }, 1736 "node_modules/@parcel/watcher-freebsd-x64": { 1737 "version": "2.5.1", 1738 "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz", 1739 "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==", 1740 "cpu": [ 1741 "x64" 1742 ], 1743 "dev": true, 1744 "license": "MIT", 1745 "optional": true, 1746 "os": [ 1747 "freebsd" 1748 ], 1749 "engines": { 1750 "node": ">= 10.0.0" 1751 }, 1752 "funding": { 1753 "type": "opencollective", 1754 "url": "https://opencollective.com/parcel" 1755 } 1756 }, 1757 "node_modules/@parcel/watcher-linux-arm-glibc": { 1758 "version": "2.5.1", 1759 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz", 1760 "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==", 1761 "cpu": [ 1762 "arm" 1763 ], 1764 "dev": true, 1765 "license": "MIT", 1766 "optional": true, 1767 "os": [ 1768 "linux" 1769 ], 1770 "engines": { 1771 "node": ">= 10.0.0" 1772 }, 1773 "funding": { 1774 "type": "opencollective", 1775 "url": "https://opencollective.com/parcel" 1776 } 1777 }, 1778 "node_modules/@parcel/watcher-linux-arm-musl": { 1779 "version": "2.5.1", 1780 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz", 1781 "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==", 1782 "cpu": [ 1783 "arm" 1784 ], 1785 "dev": true, 1786 "license": "MIT", 1787 "optional": true, 1788 "os": [ 1789 "linux" 1790 ], 1791 "engines": { 1792 "node": ">= 10.0.0" 1793 }, 1794 "funding": { 1795 "type": "opencollective", 1796 "url": "https://opencollective.com/parcel" 1797 } 1798 }, 1799 "node_modules/@parcel/watcher-linux-arm64-glibc": { 1800 "version": "2.5.1", 1801 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz", 1802 "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==", 1803 "cpu": [ 1804 "arm64" 1805 ], 1806 "dev": true, 1807 "license": "MIT", 1808 "optional": true, 1809 "os": [ 1810 "linux" 1811 ], 1812 "engines": { 1813 "node": ">= 10.0.0" 1814 }, 1815 "funding": { 1816 "type": "opencollective", 1817 "url": "https://opencollective.com/parcel" 1818 } 1819 }, 1820 "node_modules/@parcel/watcher-linux-arm64-musl": { 1821 "version": "2.5.1", 1822 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz", 1823 "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==", 1824 "cpu": [ 1825 "arm64" 1826 ], 1827 "dev": true, 1828 "license": "MIT", 1829 "optional": true, 1830 "os": [ 1831 "linux" 1832 ], 1833 "engines": { 1834 "node": ">= 10.0.0" 1835 }, 1836 "funding": { 1837 "type": "opencollective", 1838 "url": "https://opencollective.com/parcel" 1839 } 1840 }, 1841 "node_modules/@parcel/watcher-linux-x64-glibc": { 1842 "version": "2.5.1", 1843 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz", 1844 "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==", 1845 "cpu": [ 1846 "x64" 1847 ], 1848 "dev": true, 1849 "license": "MIT", 1850 "optional": true, 1851 "os": [ 1852 "linux" 1853 ], 1854 "engines": { 1855 "node": ">= 10.0.0" 1856 }, 1857 "funding": { 1858 "type": "opencollective", 1859 "url": "https://opencollective.com/parcel" 1860 } 1861 }, 1862 "node_modules/@parcel/watcher-linux-x64-musl": { 1863 "version": "2.5.1", 1864 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz", 1865 "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==", 1866 "cpu": [ 1867 "x64" 1868 ], 1869 "dev": true, 1870 "license": "MIT", 1871 "optional": true, 1872 "os": [ 1873 "linux" 1874 ], 1875 "engines": { 1876 "node": ">= 10.0.0" 1877 }, 1878 "funding": { 1879 "type": "opencollective", 1880 "url": "https://opencollective.com/parcel" 1881 } 1882 }, 1883 "node_modules/@parcel/watcher-win32-arm64": { 1884 "version": "2.5.1", 1885 "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz", 1886 "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==", 1887 "cpu": [ 1888 "arm64" 1889 ], 1890 "dev": true, 1891 "license": "MIT", 1892 "optional": true, 1893 "os": [ 1894 "win32" 1895 ], 1896 "engines": { 1897 "node": ">= 10.0.0" 1898 }, 1899 "funding": { 1900 "type": "opencollective", 1901 "url": "https://opencollective.com/parcel" 1902 } 1903 }, 1904 "node_modules/@parcel/watcher-win32-ia32": { 1905 "version": "2.5.1", 1906 "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz", 1907 "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==", 1908 "cpu": [ 1909 "ia32" 1910 ], 1911 "dev": true, 1912 "license": "MIT", 1913 "optional": true, 1914 "os": [ 1915 "win32" 1916 ], 1917 "engines": { 1918 "node": ">= 10.0.0" 1919 }, 1920 "funding": { 1921 "type": "opencollective", 1922 "url": "https://opencollective.com/parcel" 1923 } 1924 }, 1925 "node_modules/@parcel/watcher-win32-x64": { 1926 "version": "2.5.1", 1927 "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz", 1928 "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==", 1929 "cpu": [ 1930 "x64" 1931 ], 1932 "dev": true, 1933 "license": "MIT", 1934 "optional": true, 1935 "os": [ 1936 "win32" 1937 ], 1938 "engines": { 1939 "node": ">= 10.0.0" 1940 }, 1941 "funding": { 1942 "type": "opencollective", 1943 "url": "https://opencollective.com/parcel" 1944 } 1945 }, 1946 "node_modules/@parcel/workers": { 1947 "version": "2.15.4", 1948 "resolved": "https://registry.npmjs.org/@parcel/workers/-/workers-2.15.4.tgz", 1949 "integrity": "sha512-wZ/5/mfjs5aeqhXY0c6fwuaBFeNpOXoOq2CKPSMDXt+GX2u/9/1bpVxN9XeGTAJO+ZD++CLq0hyzTnIHy58nyw==", 1950 "dev": true, 1951 "license": "MIT", 1952 "dependencies": { 1953 "@parcel/diagnostic": "2.15.4", 1954 "@parcel/logger": "2.15.4", 1955 "@parcel/profiler": "2.15.4", 1956 "@parcel/types-internal": "2.15.4", 1957 "@parcel/utils": "2.15.4", 1958 "nullthrows": "^1.1.1" 1959 }, 1960 "engines": { 1961 "node": ">= 16.0.0" 1962 }, 1963 "funding": { 1964 "type": "opencollective", 1965 "url": "https://opencollective.com/parcel" 1966 }, 1967 "peerDependencies": { 1968 "@parcel/core": "^2.15.4" 1969 } 1970 }, 1971 "node_modules/@swc/core": { 1972 "version": "1.12.9", 1973 "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.12.9.tgz", 1974 "integrity": "sha512-O+LfT2JlVMsIMWG9x+rdxg8GzpzeGtCZQfXV7cKc1PjIKUkLFf1QJ7okuseA4f/9vncu37dQ2ZcRrPKy0Ndd5g==", 1975 "dev": true, 1976 "hasInstallScript": true, 1977 "license": "Apache-2.0", 1978 "dependencies": { 1979 "@swc/counter": "^0.1.3", 1980 "@swc/types": "^0.1.23" 1981 }, 1982 "engines": { 1983 "node": ">=10" 1984 }, 1985 "funding": { 1986 "type": "opencollective", 1987 "url": "https://opencollective.com/swc" 1988 }, 1989 "optionalDependencies": { 1990 "@swc/core-darwin-arm64": "1.12.9", 1991 "@swc/core-darwin-x64": "1.12.9", 1992 "@swc/core-linux-arm-gnueabihf": "1.12.9", 1993 "@swc/core-linux-arm64-gnu": "1.12.9", 1994 "@swc/core-linux-arm64-musl": "1.12.9", 1995 "@swc/core-linux-x64-gnu": "1.12.9", 1996 "@swc/core-linux-x64-musl": "1.12.9", 1997 "@swc/core-win32-arm64-msvc": "1.12.9", 1998 "@swc/core-win32-ia32-msvc": "1.12.9", 1999 "@swc/core-win32-x64-msvc": "1.12.9" 2000 }, 2001 "peerDependencies": { 2002 "@swc/helpers": ">=0.5.17" 2003 }, 2004 "peerDependenciesMeta": { 2005 "@swc/helpers": { 2006 "optional": true 2007 } 2008 } 2009 }, 2010 "node_modules/@swc/core-darwin-arm64": { 2011 "version": "1.12.9", 2012 "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.12.9.tgz", 2013 "integrity": "sha512-GACFEp4nD6V+TZNR2JwbMZRHB+Yyvp14FrcmB6UCUYmhuNWjkxi+CLnEvdbuiKyQYv0zA+TRpCHZ+whEs6gwfA==", 2014 "cpu": [ 2015 "arm64" 2016 ], 2017 "dev": true, 2018 "license": "Apache-2.0 AND MIT", 2019 "optional": true, 2020 "os": [ 2021 "darwin" 2022 ], 2023 "engines": { 2024 "node": ">=10" 2025 } 2026 }, 2027 "node_modules/@swc/core-darwin-x64": { 2028 "version": "1.12.9", 2029 "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.12.9.tgz", 2030 "integrity": "sha512-hv2kls7Ilkm2EpeJz+I9MCil7pGS3z55ZAgZfxklEuYsxpICycxeH+RNRv4EraggN44ms+FWCjtZFu0LGg2V3g==", 2031 "cpu": [ 2032 "x64" 2033 ], 2034 "dev": true, 2035 "license": "Apache-2.0 AND MIT", 2036 "optional": true, 2037 "os": [ 2038 "darwin" 2039 ], 2040 "engines": { 2041 "node": ">=10" 2042 } 2043 }, 2044 "node_modules/@swc/core-linux-arm-gnueabihf": { 2045 "version": "1.12.9", 2046 "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.12.9.tgz", 2047 "integrity": "sha512-od9tDPiG+wMU9wKtd6y3nYJdNqgDOyLdgRRcrj1/hrbHoUPOM8wZQZdwQYGarw63iLXGgsw7t5HAF9Yc51ilFA==", 2048 "cpu": [ 2049 "arm" 2050 ], 2051 "dev": true, 2052 "license": "Apache-2.0", 2053 "optional": true, 2054 "os": [ 2055 "linux" 2056 ], 2057 "engines": { 2058 "node": ">=10" 2059 } 2060 }, 2061 "node_modules/@swc/core-linux-arm64-gnu": { 2062 "version": "1.12.9", 2063 "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.12.9.tgz", 2064 "integrity": "sha512-6qx1ka9LHcLzxIgn2Mros+CZLkHK2TawlXzi/h7DJeNnzi8F1Hw0Yzjp8WimxNCg6s2n+o3jnmin1oXB7gg8rw==", 2065 "cpu": [ 2066 "arm64" 2067 ], 2068 "dev": true, 2069 "license": "Apache-2.0 AND MIT", 2070 "optional": true, 2071 "os": [ 2072 "linux" 2073 ], 2074 "engines": { 2075 "node": ">=10" 2076 } 2077 }, 2078 "node_modules/@swc/core-linux-arm64-musl": { 2079 "version": "1.12.9", 2080 "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.12.9.tgz", 2081 "integrity": "sha512-yghFZWKPVVGbUdqiD7ft23G0JX6YFGDJPz9YbLLAwGuKZ9th3/jlWoQDAw1Naci31LQhVC+oIji6ozihSuwB2A==", 2082 "cpu": [ 2083 "arm64" 2084 ], 2085 "dev": true, 2086 "license": "Apache-2.0 AND MIT", 2087 "optional": true, 2088 "os": [ 2089 "linux" 2090 ], 2091 "engines": { 2092 "node": ">=10" 2093 } 2094 }, 2095 "node_modules/@swc/core-linux-x64-gnu": { 2096 "version": "1.12.9", 2097 "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.12.9.tgz", 2098 "integrity": "sha512-SFUxyhWLZRNL8QmgGNqdi2Q43PNyFVkRZ2zIif30SOGFSxnxcf2JNeSeBgKIGVgaLSuk6xFVVCtJ3KIeaStgRg==", 2099 "cpu": [ 2100 "x64" 2101 ], 2102 "dev": true, 2103 "license": "Apache-2.0 AND MIT", 2104 "optional": true, 2105 "os": [ 2106 "linux" 2107 ], 2108 "engines": { 2109 "node": ">=10" 2110 } 2111 }, 2112 "node_modules/@swc/core-linux-x64-musl": { 2113 "version": "1.12.9", 2114 "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.12.9.tgz", 2115 "integrity": "sha512-9FB0wM+6idCGTI20YsBNBg9xSWtkDBymnpaTCsZM3qDc0l4uOpJMqbfWhQvp17x7r/ulZfb2QY8RDvQmCL6AcQ==", 2116 "cpu": [ 2117 "x64" 2118 ], 2119 "dev": true, 2120 "license": "Apache-2.0 AND MIT", 2121 "optional": true, 2122 "os": [ 2123 "linux" 2124 ], 2125 "engines": { 2126 "node": ">=10" 2127 } 2128 }, 2129 "node_modules/@swc/core-win32-arm64-msvc": { 2130 "version": "1.12.9", 2131 "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.12.9.tgz", 2132 "integrity": "sha512-zHOusMVbOH9ik5RtRrMiGzLpKwxrPXgXkBm3SbUCa65HAdjV33NZ0/R9Rv1uPESALtEl2tzMYLUxYA5ECFDFhA==", 2133 "cpu": [ 2134 "arm64" 2135 ], 2136 "dev": true, 2137 "license": "Apache-2.0 AND MIT", 2138 "optional": true, 2139 "os": [ 2140 "win32" 2141 ], 2142 "engines": { 2143 "node": ">=10" 2144 } 2145 }, 2146 "node_modules/@swc/core-win32-ia32-msvc": { 2147 "version": "1.12.9", 2148 "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.12.9.tgz", 2149 "integrity": "sha512-aWZf0PqE0ot7tCuhAjRkDFf41AzzSQO0x2xRfTbnhpROp57BRJ/N5eee1VULO/UA2PIJRG7GKQky5bSGBYlFug==", 2150 "cpu": [ 2151 "ia32" 2152 ], 2153 "dev": true, 2154 "license": "Apache-2.0 AND MIT", 2155 "optional": true, 2156 "os": [ 2157 "win32" 2158 ], 2159 "engines": { 2160 "node": ">=10" 2161 } 2162 }, 2163 "node_modules/@swc/core-win32-x64-msvc": { 2164 "version": "1.12.9", 2165 "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.12.9.tgz", 2166 "integrity": "sha512-C25fYftXOras3P3anSUeXXIpxmEkdAcsIL9yrr0j1xepTZ/yKwpnQ6g3coj8UXdeJy4GTVlR6+Ow/QiBgZQNOg==", 2167 "cpu": [ 2168 "x64" 2169 ], 2170 "dev": true, 2171 "license": "Apache-2.0 AND MIT", 2172 "optional": true, 2173 "os": [ 2174 "win32" 2175 ], 2176 "engines": { 2177 "node": ">=10" 2178 } 2179 }, 2180 "node_modules/@swc/counter": { 2181 "version": "0.1.3", 2182 "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz", 2183 "integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==", 2184 "dev": true, 2185 "license": "Apache-2.0" 2186 }, 2187 "node_modules/@swc/helpers": { 2188 "version": "0.5.17", 2189 "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.17.tgz", 2190 "integrity": "sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==", 2191 "dev": true, 2192 "license": "Apache-2.0", 2193 "dependencies": { 2194 "tslib": "^2.8.0" 2195 } 2196 }, 2197 "node_modules/@swc/types": { 2198 "version": "0.1.23", 2199 "resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.23.tgz", 2200 "integrity": "sha512-u1iIVZV9Q0jxY+yM2vw/hZGDNudsN85bBpTqzAQ9rzkxW9D+e3aEM4Han+ow518gSewkXgjmEK0BD79ZcNVgPw==", 2201 "dev": true, 2202 "license": "Apache-2.0", 2203 "dependencies": { 2204 "@swc/counter": "^0.1.3" 2205 } 2206 }, 2207 "node_modules/ansi-styles": { 2208 "version": "4.3.0", 2209 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 2210 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 2211 "dev": true, 2212 "license": "MIT", 2213 "dependencies": { 2214 "color-convert": "^2.0.1" 2215 }, 2216 "engines": { 2217 "node": ">=8" 2218 }, 2219 "funding": { 2220 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 2221 } 2222 }, 2223 "node_modules/base-x": { 2224 "version": "3.0.11", 2225 "resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.11.tgz", 2226 "integrity": "sha512-xz7wQ8xDhdyP7tQxwdteLYeFfS68tSMNCZ/Y37WJ4bhGfKPpqEIlmIyueQHqOyoPhE6xNUqjzRr8ra0eF9VRvA==", 2227 "dev": true, 2228 "license": "MIT", 2229 "dependencies": { 2230 "safe-buffer": "^5.0.1" 2231 } 2232 }, 2233 "node_modules/braces": { 2234 "version": "3.0.3", 2235 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", 2236 "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", 2237 "dev": true, 2238 "license": "MIT", 2239 "dependencies": { 2240 "fill-range": "^7.1.1" 2241 }, 2242 "engines": { 2243 "node": ">=8" 2244 } 2245 }, 2246 "node_modules/browserslist": { 2247 "version": "4.25.1", 2248 "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.25.1.tgz", 2249 "integrity": "sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==", 2250 "dev": true, 2251 "funding": [ 2252 { 2253 "type": "opencollective", 2254 "url": "https://opencollective.com/browserslist" 2255 }, 2256 { 2257 "type": "tidelift", 2258 "url": "https://tidelift.com/funding/github/npm/browserslist" 2259 }, 2260 { 2261 "type": "github", 2262 "url": "https://github.com/sponsors/ai" 2263 } 2264 ], 2265 "license": "MIT", 2266 "dependencies": { 2267 "caniuse-lite": "^1.0.30001726", 2268 "electron-to-chromium": "^1.5.173", 2269 "node-releases": "^2.0.19", 2270 "update-browserslist-db": "^1.1.3" 2271 }, 2272 "bin": { 2273 "browserslist": "cli.js" 2274 }, 2275 "engines": { 2276 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" 2277 } 2278 }, 2279 "node_modules/caniuse-lite": { 2280 "version": "1.0.30001726", 2281 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001726.tgz", 2282 "integrity": "sha512-VQAUIUzBiZ/UnlM28fSp2CRF3ivUn1BWEvxMcVTNwpw91Py1pGbPIyIKtd+tzct9C3ouceCVdGAXxZOpZAsgdw==", 2283 "dev": true, 2284 "funding": [ 2285 { 2286 "type": "opencollective", 2287 "url": "https://opencollective.com/browserslist" 2288 }, 2289 { 2290 "type": "tidelift", 2291 "url": "https://tidelift.com/funding/github/npm/caniuse-lite" 2292 }, 2293 { 2294 "type": "github", 2295 "url": "https://github.com/sponsors/ai" 2296 } 2297 ], 2298 "license": "CC-BY-4.0" 2299 }, 2300 "node_modules/chalk": { 2301 "version": "4.1.2", 2302 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 2303 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 2304 "dev": true, 2305 "license": "MIT", 2306 "dependencies": { 2307 "ansi-styles": "^4.1.0", 2308 "supports-color": "^7.1.0" 2309 }, 2310 "engines": { 2311 "node": ">=10" 2312 }, 2313 "funding": { 2314 "url": "https://github.com/chalk/chalk?sponsor=1" 2315 } 2316 }, 2317 "node_modules/chrome-trace-event": { 2318 "version": "1.0.4", 2319 "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", 2320 "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==", 2321 "dev": true, 2322 "license": "MIT", 2323 "engines": { 2324 "node": ">=6.0" 2325 } 2326 }, 2327 "node_modules/clone": { 2328 "version": "2.1.2", 2329 "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", 2330 "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==", 2331 "dev": true, 2332 "license": "MIT", 2333 "engines": { 2334 "node": ">=0.8" 2335 } 2336 }, 2337 "node_modules/color-convert": { 2338 "version": "2.0.1", 2339 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 2340 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 2341 "dev": true, 2342 "license": "MIT", 2343 "dependencies": { 2344 "color-name": "~1.1.4" 2345 }, 2346 "engines": { 2347 "node": ">=7.0.0" 2348 } 2349 }, 2350 "node_modules/color-name": { 2351 "version": "1.1.4", 2352 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 2353 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", 2354 "dev": true, 2355 "license": "MIT" 2356 }, 2357 "node_modules/commander": { 2358 "version": "12.1.0", 2359 "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz", 2360 "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==", 2361 "dev": true, 2362 "license": "MIT", 2363 "engines": { 2364 "node": ">=18" 2365 } 2366 }, 2367 "node_modules/crelt": { 2368 "version": "1.0.6", 2369 "resolved": "https://registry.npmjs.org/crelt/-/crelt-1.0.6.tgz", 2370 "integrity": "sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==", 2371 "license": "MIT" 2372 }, 2373 "node_modules/detect-libc": { 2374 "version": "1.0.3", 2375 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", 2376 "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==", 2377 "dev": true, 2378 "license": "Apache-2.0", 2379 "bin": { 2380 "detect-libc": "bin/detect-libc.js" 2381 }, 2382 "engines": { 2383 "node": ">=0.10" 2384 } 2385 }, 2386 "node_modules/dotenv": { 2387 "version": "16.6.1", 2388 "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz", 2389 "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==", 2390 "dev": true, 2391 "license": "BSD-2-Clause", 2392 "engines": { 2393 "node": ">=12" 2394 }, 2395 "funding": { 2396 "url": "https://dotenvx.com" 2397 } 2398 }, 2399 "node_modules/dotenv-expand": { 2400 "version": "11.0.7", 2401 "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-11.0.7.tgz", 2402 "integrity": "sha512-zIHwmZPRshsCdpMDyVsqGmgyP0yT8GAgXUnkdAoJisxvf33k7yO6OuoKmcTGuXPWSsm8Oh88nZicRLA9Y0rUeA==", 2403 "dev": true, 2404 "license": "BSD-2-Clause", 2405 "dependencies": { 2406 "dotenv": "^16.4.5" 2407 }, 2408 "engines": { 2409 "node": ">=12" 2410 }, 2411 "funding": { 2412 "url": "https://dotenvx.com" 2413 } 2414 }, 2415 "node_modules/electron-to-chromium": { 2416 "version": "1.5.179", 2417 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.179.tgz", 2418 "integrity": "sha512-UWKi/EbBopgfFsc5k61wFpV7WrnnSlSzW/e2XcBmS6qKYTivZlLtoll5/rdqRTxGglGHkmkW0j0pFNJG10EUIQ==", 2419 "dev": true, 2420 "license": "ISC" 2421 }, 2422 "node_modules/escalade": { 2423 "version": "3.2.0", 2424 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", 2425 "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", 2426 "dev": true, 2427 "license": "MIT", 2428 "engines": { 2429 "node": ">=6" 2430 } 2431 }, 2432 "node_modules/fill-range": { 2433 "version": "7.1.1", 2434 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", 2435 "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", 2436 "dev": true, 2437 "license": "MIT", 2438 "dependencies": { 2439 "to-regex-range": "^5.0.1" 2440 }, 2441 "engines": { 2442 "node": ">=8" 2443 } 2444 }, 2445 "node_modules/get-port": { 2446 "version": "4.2.0", 2447 "resolved": "https://registry.npmjs.org/get-port/-/get-port-4.2.0.tgz", 2448 "integrity": "sha512-/b3jarXkH8KJoOMQc3uVGHASwGLPq3gSFJ7tgJm2diza+bydJPTGOibin2steecKeOylE8oY2JERlVWkAJO6yw==", 2449 "dev": true, 2450 "license": "MIT", 2451 "engines": { 2452 "node": ">=6" 2453 } 2454 }, 2455 "node_modules/globals": { 2456 "version": "13.24.0", 2457 "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", 2458 "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", 2459 "dev": true, 2460 "license": "MIT", 2461 "dependencies": { 2462 "type-fest": "^0.20.2" 2463 }, 2464 "engines": { 2465 "node": ">=8" 2466 }, 2467 "funding": { 2468 "url": "https://github.com/sponsors/sindresorhus" 2469 } 2470 }, 2471 "node_modules/has-flag": { 2472 "version": "4.0.0", 2473 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 2474 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 2475 "dev": true, 2476 "license": "MIT", 2477 "engines": { 2478 "node": ">=8" 2479 } 2480 }, 2481 "node_modules/is-extglob": { 2482 "version": "2.1.1", 2483 "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", 2484 "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", 2485 "dev": true, 2486 "license": "MIT", 2487 "engines": { 2488 "node": ">=0.10.0" 2489 } 2490 }, 2491 "node_modules/is-glob": { 2492 "version": "4.0.3", 2493 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", 2494 "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", 2495 "dev": true, 2496 "license": "MIT", 2497 "dependencies": { 2498 "is-extglob": "^2.1.1" 2499 }, 2500 "engines": { 2501 "node": ">=0.10.0" 2502 } 2503 }, 2504 "node_modules/is-number": { 2505 "version": "7.0.0", 2506 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", 2507 "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", 2508 "dev": true, 2509 "license": "MIT", 2510 "engines": { 2511 "node": ">=0.12.0" 2512 } 2513 }, 2514 "node_modules/json5": { 2515 "version": "2.2.3", 2516 "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", 2517 "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", 2518 "dev": true, 2519 "license": "MIT", 2520 "bin": { 2521 "json5": "lib/cli.js" 2522 }, 2523 "engines": { 2524 "node": ">=6" 2525 } 2526 }, 2527 "node_modules/lightningcss": { 2528 "version": "1.30.1", 2529 "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.1.tgz", 2530 "integrity": "sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==", 2531 "dev": true, 2532 "license": "MPL-2.0", 2533 "dependencies": { 2534 "detect-libc": "^2.0.3" 2535 }, 2536 "engines": { 2537 "node": ">= 12.0.0" 2538 }, 2539 "funding": { 2540 "type": "opencollective", 2541 "url": "https://opencollective.com/parcel" 2542 }, 2543 "optionalDependencies": { 2544 "lightningcss-darwin-arm64": "1.30.1", 2545 "lightningcss-darwin-x64": "1.30.1", 2546 "lightningcss-freebsd-x64": "1.30.1", 2547 "lightningcss-linux-arm-gnueabihf": "1.30.1", 2548 "lightningcss-linux-arm64-gnu": "1.30.1", 2549 "lightningcss-linux-arm64-musl": "1.30.1", 2550 "lightningcss-linux-x64-gnu": "1.30.1", 2551 "lightningcss-linux-x64-musl": "1.30.1", 2552 "lightningcss-win32-arm64-msvc": "1.30.1", 2553 "lightningcss-win32-x64-msvc": "1.30.1" 2554 } 2555 }, 2556 "node_modules/lightningcss-darwin-arm64": { 2557 "version": "1.30.1", 2558 "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.1.tgz", 2559 "integrity": "sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==", 2560 "cpu": [ 2561 "arm64" 2562 ], 2563 "dev": true, 2564 "license": "MPL-2.0", 2565 "optional": true, 2566 "os": [ 2567 "darwin" 2568 ], 2569 "engines": { 2570 "node": ">= 12.0.0" 2571 }, 2572 "funding": { 2573 "type": "opencollective", 2574 "url": "https://opencollective.com/parcel" 2575 } 2576 }, 2577 "node_modules/lightningcss-darwin-x64": { 2578 "version": "1.30.1", 2579 "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.1.tgz", 2580 "integrity": "sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==", 2581 "cpu": [ 2582 "x64" 2583 ], 2584 "dev": true, 2585 "license": "MPL-2.0", 2586 "optional": true, 2587 "os": [ 2588 "darwin" 2589 ], 2590 "engines": { 2591 "node": ">= 12.0.0" 2592 }, 2593 "funding": { 2594 "type": "opencollective", 2595 "url": "https://opencollective.com/parcel" 2596 } 2597 }, 2598 "node_modules/lightningcss-freebsd-x64": { 2599 "version": "1.30.1", 2600 "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.1.tgz", 2601 "integrity": "sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==", 2602 "cpu": [ 2603 "x64" 2604 ], 2605 "dev": true, 2606 "license": "MPL-2.0", 2607 "optional": true, 2608 "os": [ 2609 "freebsd" 2610 ], 2611 "engines": { 2612 "node": ">= 12.0.0" 2613 }, 2614 "funding": { 2615 "type": "opencollective", 2616 "url": "https://opencollective.com/parcel" 2617 } 2618 }, 2619 "node_modules/lightningcss-linux-arm-gnueabihf": { 2620 "version": "1.30.1", 2621 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.1.tgz", 2622 "integrity": "sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==", 2623 "cpu": [ 2624 "arm" 2625 ], 2626 "dev": true, 2627 "license": "MPL-2.0", 2628 "optional": true, 2629 "os": [ 2630 "linux" 2631 ], 2632 "engines": { 2633 "node": ">= 12.0.0" 2634 }, 2635 "funding": { 2636 "type": "opencollective", 2637 "url": "https://opencollective.com/parcel" 2638 } 2639 }, 2640 "node_modules/lightningcss-linux-arm64-gnu": { 2641 "version": "1.30.1", 2642 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.1.tgz", 2643 "integrity": "sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==", 2644 "cpu": [ 2645 "arm64" 2646 ], 2647 "dev": true, 2648 "license": "MPL-2.0", 2649 "optional": true, 2650 "os": [ 2651 "linux" 2652 ], 2653 "engines": { 2654 "node": ">= 12.0.0" 2655 }, 2656 "funding": { 2657 "type": "opencollective", 2658 "url": "https://opencollective.com/parcel" 2659 } 2660 }, 2661 "node_modules/lightningcss-linux-arm64-musl": { 2662 "version": "1.30.1", 2663 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.1.tgz", 2664 "integrity": "sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==", 2665 "cpu": [ 2666 "arm64" 2667 ], 2668 "dev": true, 2669 "license": "MPL-2.0", 2670 "optional": true, 2671 "os": [ 2672 "linux" 2673 ], 2674 "engines": { 2675 "node": ">= 12.0.0" 2676 }, 2677 "funding": { 2678 "type": "opencollective", 2679 "url": "https://opencollective.com/parcel" 2680 } 2681 }, 2682 "node_modules/lightningcss-linux-x64-gnu": { 2683 "version": "1.30.1", 2684 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.1.tgz", 2685 "integrity": "sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==", 2686 "cpu": [ 2687 "x64" 2688 ], 2689 "dev": true, 2690 "license": "MPL-2.0", 2691 "optional": true, 2692 "os": [ 2693 "linux" 2694 ], 2695 "engines": { 2696 "node": ">= 12.0.0" 2697 }, 2698 "funding": { 2699 "type": "opencollective", 2700 "url": "https://opencollective.com/parcel" 2701 } 2702 }, 2703 "node_modules/lightningcss-linux-x64-musl": { 2704 "version": "1.30.1", 2705 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.1.tgz", 2706 "integrity": "sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==", 2707 "cpu": [ 2708 "x64" 2709 ], 2710 "dev": true, 2711 "license": "MPL-2.0", 2712 "optional": true, 2713 "os": [ 2714 "linux" 2715 ], 2716 "engines": { 2717 "node": ">= 12.0.0" 2718 }, 2719 "funding": { 2720 "type": "opencollective", 2721 "url": "https://opencollective.com/parcel" 2722 } 2723 }, 2724 "node_modules/lightningcss-win32-arm64-msvc": { 2725 "version": "1.30.1", 2726 "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.1.tgz", 2727 "integrity": "sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==", 2728 "cpu": [ 2729 "arm64" 2730 ], 2731 "dev": true, 2732 "license": "MPL-2.0", 2733 "optional": true, 2734 "os": [ 2735 "win32" 2736 ], 2737 "engines": { 2738 "node": ">= 12.0.0" 2739 }, 2740 "funding": { 2741 "type": "opencollective", 2742 "url": "https://opencollective.com/parcel" 2743 } 2744 }, 2745 "node_modules/lightningcss-win32-x64-msvc": { 2746 "version": "1.30.1", 2747 "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.1.tgz", 2748 "integrity": "sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==", 2749 "cpu": [ 2750 "x64" 2751 ], 2752 "dev": true, 2753 "license": "MPL-2.0", 2754 "optional": true, 2755 "os": [ 2756 "win32" 2757 ], 2758 "engines": { 2759 "node": ">= 12.0.0" 2760 }, 2761 "funding": { 2762 "type": "opencollective", 2763 "url": "https://opencollective.com/parcel" 2764 } 2765 }, 2766 "node_modules/lightningcss/node_modules/detect-libc": { 2767 "version": "2.0.4", 2768 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz", 2769 "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==", 2770 "dev": true, 2771 "license": "Apache-2.0", 2772 "engines": { 2773 "node": ">=8" 2774 } 2775 }, 2776 "node_modules/lmdb": { 2777 "version": "2.8.5", 2778 "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.8.5.tgz", 2779 "integrity": "sha512-9bMdFfc80S+vSldBmG3HOuLVHnxRdNTlpzR6QDnzqCQtCzGUEAGTzBKYMeIM+I/sU4oZfgbcbS7X7F65/z/oxQ==", 2780 "dev": true, 2781 "hasInstallScript": true, 2782 "license": "MIT", 2783 "dependencies": { 2784 "msgpackr": "^1.9.5", 2785 "node-addon-api": "^6.1.0", 2786 "node-gyp-build-optional-packages": "5.1.1", 2787 "ordered-binary": "^1.4.1", 2788 "weak-lru-cache": "^1.2.2" 2789 }, 2790 "bin": { 2791 "download-lmdb-prebuilds": "bin/download-prebuilds.js" 2792 }, 2793 "optionalDependencies": { 2794 "@lmdb/lmdb-darwin-arm64": "2.8.5", 2795 "@lmdb/lmdb-darwin-x64": "2.8.5", 2796 "@lmdb/lmdb-linux-arm": "2.8.5", 2797 "@lmdb/lmdb-linux-arm64": "2.8.5", 2798 "@lmdb/lmdb-linux-x64": "2.8.5", 2799 "@lmdb/lmdb-win32-x64": "2.8.5" 2800 } 2801 }, 2802 "node_modules/lmdb/node_modules/node-addon-api": { 2803 "version": "6.1.0", 2804 "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz", 2805 "integrity": "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==", 2806 "dev": true, 2807 "license": "MIT" 2808 }, 2809 "node_modules/micromatch": { 2810 "version": "4.0.8", 2811 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", 2812 "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", 2813 "dev": true, 2814 "license": "MIT", 2815 "dependencies": { 2816 "braces": "^3.0.3", 2817 "picomatch": "^2.3.1" 2818 }, 2819 "engines": { 2820 "node": ">=8.6" 2821 } 2822 }, 2823 "node_modules/msgpackr": { 2824 "version": "1.11.4", 2825 "resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.11.4.tgz", 2826 "integrity": "sha512-uaff7RG9VIC4jacFW9xzL3jc0iM32DNHe4jYVycBcjUePT/Klnfj7pqtWJt9khvDFizmjN2TlYniYmSS2LIaZg==", 2827 "dev": true, 2828 "license": "MIT", 2829 "optionalDependencies": { 2830 "msgpackr-extract": "^3.0.2" 2831 } 2832 }, 2833 "node_modules/msgpackr-extract": { 2834 "version": "3.0.3", 2835 "resolved": "https://registry.npmjs.org/msgpackr-extract/-/msgpackr-extract-3.0.3.tgz", 2836 "integrity": "sha512-P0efT1C9jIdVRefqjzOQ9Xml57zpOXnIuS+csaB4MdZbTdmGDLo8XhzBG1N7aO11gKDDkJvBLULeFTo46wwreA==", 2837 "dev": true, 2838 "hasInstallScript": true, 2839 "license": "MIT", 2840 "optional": true, 2841 "dependencies": { 2842 "node-gyp-build-optional-packages": "5.2.2" 2843 }, 2844 "bin": { 2845 "download-msgpackr-prebuilds": "bin/download-prebuilds.js" 2846 }, 2847 "optionalDependencies": { 2848 "@msgpackr-extract/msgpackr-extract-darwin-arm64": "3.0.3", 2849 "@msgpackr-extract/msgpackr-extract-darwin-x64": "3.0.3", 2850 "@msgpackr-extract/msgpackr-extract-linux-arm": "3.0.3", 2851 "@msgpackr-extract/msgpackr-extract-linux-arm64": "3.0.3", 2852 "@msgpackr-extract/msgpackr-extract-linux-x64": "3.0.3", 2853 "@msgpackr-extract/msgpackr-extract-win32-x64": "3.0.3" 2854 } 2855 }, 2856 "node_modules/msgpackr-extract/node_modules/detect-libc": { 2857 "version": "2.0.4", 2858 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz", 2859 "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==", 2860 "dev": true, 2861 "license": "Apache-2.0", 2862 "optional": true, 2863 "engines": { 2864 "node": ">=8" 2865 } 2866 }, 2867 "node_modules/msgpackr-extract/node_modules/node-gyp-build-optional-packages": { 2868 "version": "5.2.2", 2869 "resolved": "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-5.2.2.tgz", 2870 "integrity": "sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==", 2871 "dev": true, 2872 "license": "MIT", 2873 "optional": true, 2874 "dependencies": { 2875 "detect-libc": "^2.0.1" 2876 }, 2877 "bin": { 2878 "node-gyp-build-optional-packages": "bin.js", 2879 "node-gyp-build-optional-packages-optional": "optional.js", 2880 "node-gyp-build-optional-packages-test": "build-test.js" 2881 } 2882 }, 2883 "node_modules/node-addon-api": { 2884 "version": "7.1.1", 2885 "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz", 2886 "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==", 2887 "dev": true, 2888 "license": "MIT" 2889 }, 2890 "node_modules/node-gyp-build-optional-packages": { 2891 "version": "5.1.1", 2892 "resolved": "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-5.1.1.tgz", 2893 "integrity": "sha512-+P72GAjVAbTxjjwUmwjVrqrdZROD4nf8KgpBoDxqXXTiYZZt/ud60dE5yvCSr9lRO8e8yv6kgJIC0K0PfZFVQw==", 2894 "dev": true, 2895 "license": "MIT", 2896 "dependencies": { 2897 "detect-libc": "^2.0.1" 2898 }, 2899 "bin": { 2900 "node-gyp-build-optional-packages": "bin.js", 2901 "node-gyp-build-optional-packages-optional": "optional.js", 2902 "node-gyp-build-optional-packages-test": "build-test.js" 2903 } 2904 }, 2905 "node_modules/node-gyp-build-optional-packages/node_modules/detect-libc": { 2906 "version": "2.0.4", 2907 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz", 2908 "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==", 2909 "dev": true, 2910 "license": "Apache-2.0", 2911 "engines": { 2912 "node": ">=8" 2913 } 2914 }, 2915 "node_modules/node-releases": { 2916 "version": "2.0.19", 2917 "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz", 2918 "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==", 2919 "dev": true, 2920 "license": "MIT" 2921 }, 2922 "node_modules/nullthrows": { 2923 "version": "1.1.1", 2924 "resolved": "https://registry.npmjs.org/nullthrows/-/nullthrows-1.1.1.tgz", 2925 "integrity": "sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==", 2926 "dev": true, 2927 "license": "MIT" 2928 }, 2929 "node_modules/ordered-binary": { 2930 "version": "1.6.0", 2931 "resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.6.0.tgz", 2932 "integrity": "sha512-IQh2aMfMIDbPjI/8a3Edr+PiOpcsB7yo8NdW7aHWVaoR/pcDldunMvnnwbk/auPGqmKeAdxtZl7MHX/QmPwhvQ==", 2933 "dev": true, 2934 "license": "MIT" 2935 }, 2936 "node_modules/parcel": { 2937 "version": "2.15.4", 2938 "resolved": "https://registry.npmjs.org/parcel/-/parcel-2.15.4.tgz", 2939 "integrity": "sha512-eZHQ/omuQ7yBYB9XezyzSqhc826oy/uhloCNiej1CTZ+twAqJVtp4MRvTGMcivKhE+WE8QkYD5XkJHLLQsJQcg==", 2940 "dev": true, 2941 "license": "MIT", 2942 "dependencies": { 2943 "@parcel/config-default": "2.15.4", 2944 "@parcel/core": "2.15.4", 2945 "@parcel/diagnostic": "2.15.4", 2946 "@parcel/events": "2.15.4", 2947 "@parcel/feature-flags": "2.15.4", 2948 "@parcel/fs": "2.15.4", 2949 "@parcel/logger": "2.15.4", 2950 "@parcel/package-manager": "2.15.4", 2951 "@parcel/reporter-cli": "2.15.4", 2952 "@parcel/reporter-dev-server": "2.15.4", 2953 "@parcel/reporter-tracer": "2.15.4", 2954 "@parcel/utils": "2.15.4", 2955 "chalk": "^4.1.2", 2956 "commander": "^12.1.0", 2957 "get-port": "^4.2.0" 2958 }, 2959 "bin": { 2960 "parcel": "lib/bin.js" 2961 }, 2962 "engines": { 2963 "node": ">= 16.0.0" 2964 }, 2965 "funding": { 2966 "type": "opencollective", 2967 "url": "https://opencollective.com/parcel" 2968 } 2969 }, 2970 "node_modules/picocolors": { 2971 "version": "1.1.1", 2972 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", 2973 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", 2974 "dev": true, 2975 "license": "ISC" 2976 }, 2977 "node_modules/picomatch": { 2978 "version": "2.3.1", 2979 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 2980 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 2981 "dev": true, 2982 "license": "MIT", 2983 "engines": { 2984 "node": ">=8.6" 2985 }, 2986 "funding": { 2987 "url": "https://github.com/sponsors/jonschlinkert" 2988 } 2989 }, 2990 "node_modules/postcss-value-parser": { 2991 "version": "4.2.0", 2992 "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", 2993 "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", 2994 "dev": true, 2995 "license": "MIT" 2996 }, 2997 "node_modules/process": { 2998 "version": "0.11.10", 2999 "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", 3000 "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", 3001 "dev": true, 3002 "license": "MIT", 3003 "engines": { 3004 "node": ">= 0.6.0" 3005 } 3006 }, 3007 "node_modules/react-refresh": { 3008 "version": "0.16.0", 3009 "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.16.0.tgz", 3010 "integrity": "sha512-FPvF2XxTSikpJxcr+bHut2H4gJ17+18Uy20D5/F+SKzFap62R3cM5wH6b8WN3LyGSYeQilLEcJcR1fjBSI2S1A==", 3011 "dev": true, 3012 "license": "MIT", 3013 "engines": { 3014 "node": ">=0.10.0" 3015 } 3016 }, 3017 "node_modules/regenerator-runtime": { 3018 "version": "0.14.1", 3019 "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", 3020 "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", 3021 "dev": true, 3022 "license": "MIT" 3023 }, 3024 "node_modules/safe-buffer": { 3025 "version": "5.2.1", 3026 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", 3027 "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", 3028 "dev": true, 3029 "funding": [ 3030 { 3031 "type": "github", 3032 "url": "https://github.com/sponsors/feross" 3033 }, 3034 { 3035 "type": "patreon", 3036 "url": "https://www.patreon.com/feross" 3037 }, 3038 { 3039 "type": "consulting", 3040 "url": "https://feross.org/support" 3041 } 3042 ], 3043 "license": "MIT" 3044 }, 3045 "node_modules/semver": { 3046 "version": "7.7.2", 3047 "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", 3048 "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", 3049 "dev": true, 3050 "license": "ISC", 3051 "bin": { 3052 "semver": "bin/semver.js" 3053 }, 3054 "engines": { 3055 "node": ">=10" 3056 } 3057 }, 3058 "node_modules/style-mod": { 3059 "version": "4.1.2", 3060 "resolved": "https://registry.npmjs.org/style-mod/-/style-mod-4.1.2.tgz", 3061 "integrity": "sha512-wnD1HyVqpJUI2+eKZ+eo1UwghftP6yuFheBqqe+bWCotBjC2K1YnteJILRMs3SM4V/0dLEW1SC27MWP5y+mwmw==", 3062 "license": "MIT" 3063 }, 3064 "node_modules/supports-color": { 3065 "version": "7.2.0", 3066 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 3067 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 3068 "dev": true, 3069 "license": "MIT", 3070 "dependencies": { 3071 "has-flag": "^4.0.0" 3072 }, 3073 "engines": { 3074 "node": ">=8" 3075 } 3076 }, 3077 "node_modules/term-size": { 3078 "version": "2.2.1", 3079 "resolved": "https://registry.npmjs.org/term-size/-/term-size-2.2.1.tgz", 3080 "integrity": "sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==", 3081 "dev": true, 3082 "license": "MIT", 3083 "engines": { 3084 "node": ">=8" 3085 }, 3086 "funding": { 3087 "url": "https://github.com/sponsors/sindresorhus" 3088 } 3089 }, 3090 "node_modules/to-regex-range": { 3091 "version": "5.0.1", 3092 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", 3093 "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", 3094 "dev": true, 3095 "license": "MIT", 3096 "dependencies": { 3097 "is-number": "^7.0.0" 3098 }, 3099 "engines": { 3100 "node": ">=8.0" 3101 } 3102 }, 3103 "node_modules/tslib": { 3104 "version": "2.8.1", 3105 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 3106 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 3107 "dev": true, 3108 "license": "0BSD" 3109 }, 3110 "node_modules/type-fest": { 3111 "version": "0.20.2", 3112 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", 3113 "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", 3114 "dev": true, 3115 "license": "(MIT OR CC0-1.0)", 3116 "engines": { 3117 "node": ">=10" 3118 }, 3119 "funding": { 3120 "url": "https://github.com/sponsors/sindresorhus" 3121 } 3122 }, 3123 "node_modules/update-browserslist-db": { 3124 "version": "1.1.3", 3125 "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz", 3126 "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==", 3127 "dev": true, 3128 "funding": [ 3129 { 3130 "type": "opencollective", 3131 "url": "https://opencollective.com/browserslist" 3132 }, 3133 { 3134 "type": "tidelift", 3135 "url": "https://tidelift.com/funding/github/npm/browserslist" 3136 }, 3137 { 3138 "type": "github", 3139 "url": "https://github.com/sponsors/ai" 3140 } 3141 ], 3142 "license": "MIT", 3143 "dependencies": { 3144 "escalade": "^3.2.0", 3145 "picocolors": "^1.1.1" 3146 }, 3147 "bin": { 3148 "update-browserslist-db": "cli.js" 3149 }, 3150 "peerDependencies": { 3151 "browserslist": ">= 4.21.0" 3152 } 3153 }, 3154 "node_modules/utility-types": { 3155 "version": "3.11.0", 3156 "resolved": "https://registry.npmjs.org/utility-types/-/utility-types-3.11.0.tgz", 3157 "integrity": "sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw==", 3158 "dev": true, 3159 "license": "MIT", 3160 "engines": { 3161 "node": ">= 4" 3162 } 3163 }, 3164 "node_modules/w3c-keyname": { 3165 "version": "2.2.8", 3166 "resolved": "https://registry.npmjs.org/w3c-keyname/-/w3c-keyname-2.2.8.tgz", 3167 "integrity": "sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==", 3168 "license": "MIT" 3169 }, 3170 "node_modules/weak-lru-cache": { 3171 "version": "1.2.2", 3172 "resolved": "https://registry.npmjs.org/weak-lru-cache/-/weak-lru-cache-1.2.2.tgz", 3173 "integrity": "sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw==", 3174 "dev": true, 3175 "license": "MIT" 3176 } 3177 } 3178} 3179