geph.{cli,gui}: 4.7.8 -> 4.10.1

+4519 -3683
+4451
pkgs/applications/networking/geph/Cargo.lock
···
··· 1 + # This file is automatically @generated by Cargo. 2 + # It is not intended for manual editing. 3 + version = 3 4 + 5 + [[package]] 6 + name = "addr2line" 7 + version = "0.16.0" 8 + source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd" 10 + dependencies = [ 11 + "gimli", 12 + ] 13 + 14 + [[package]] 15 + name = "adler" 16 + version = "1.0.2" 17 + source = "registry+https://github.com/rust-lang/crates.io-index" 18 + checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 + 20 + [[package]] 21 + name = "adler32" 22 + version = "1.2.0" 23 + source = "registry+https://github.com/rust-lang/crates.io-index" 24 + checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" 25 + 26 + [[package]] 27 + name = "aead" 28 + version = "0.3.2" 29 + source = "registry+https://github.com/rust-lang/crates.io-index" 30 + checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331" 31 + dependencies = [ 32 + "generic-array", 33 + ] 34 + 35 + [[package]] 36 + name = "aes" 37 + version = "0.6.0" 38 + source = "registry+https://github.com/rust-lang/crates.io-index" 39 + checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561" 40 + dependencies = [ 41 + "aes-soft", 42 + "aesni", 43 + "cipher", 44 + ] 45 + 46 + [[package]] 47 + name = "aes-gcm" 48 + version = "0.8.0" 49 + source = "registry+https://github.com/rust-lang/crates.io-index" 50 + checksum = "5278b5fabbb9bd46e24aa69b2fdea62c99088e0a950a9be40e3e0101298f88da" 51 + dependencies = [ 52 + "aead", 53 + "aes", 54 + "cipher", 55 + "ctr", 56 + "ghash", 57 + "subtle", 58 + ] 59 + 60 + [[package]] 61 + name = "aes-soft" 62 + version = "0.6.4" 63 + source = "registry+https://github.com/rust-lang/crates.io-index" 64 + checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072" 65 + dependencies = [ 66 + "cipher", 67 + "opaque-debug", 68 + ] 69 + 70 + [[package]] 71 + name = "aesni" 72 + version = "0.10.0" 73 + source = "registry+https://github.com/rust-lang/crates.io-index" 74 + checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce" 75 + dependencies = [ 76 + "cipher", 77 + "opaque-debug", 78 + ] 79 + 80 + [[package]] 81 + name = "aho-corasick" 82 + version = "0.7.18" 83 + source = "registry+https://github.com/rust-lang/crates.io-index" 84 + checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" 85 + dependencies = [ 86 + "memchr", 87 + ] 88 + 89 + [[package]] 90 + name = "ansi_term" 91 + version = "0.12.1" 92 + source = "registry+https://github.com/rust-lang/crates.io-index" 93 + checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 94 + dependencies = [ 95 + "winapi", 96 + ] 97 + 98 + [[package]] 99 + name = "anyhow" 100 + version = "1.0.66" 101 + source = "registry+https://github.com/rust-lang/crates.io-index" 102 + checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" 103 + 104 + [[package]] 105 + name = "async-channel" 106 + version = "1.6.1" 107 + source = "registry+https://github.com/rust-lang/crates.io-index" 108 + checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319" 109 + dependencies = [ 110 + "concurrent-queue 1.2.2", 111 + "event-listener", 112 + "futures-core", 113 + ] 114 + 115 + [[package]] 116 + name = "async-dup" 117 + version = "1.2.2" 118 + source = "registry+https://github.com/rust-lang/crates.io-index" 119 + checksum = "7427a12b8dc09291528cfb1da2447059adb4a257388c2acd6497a79d55cf6f7c" 120 + dependencies = [ 121 + "futures-io", 122 + "simple-mutex", 123 + ] 124 + 125 + [[package]] 126 + name = "async-executor" 127 + version = "1.4.1" 128 + source = "registry+https://github.com/rust-lang/crates.io-index" 129 + checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965" 130 + dependencies = [ 131 + "async-task", 132 + "concurrent-queue 1.2.2", 133 + "fastrand", 134 + "futures-lite", 135 + "once_cell", 136 + "slab", 137 + ] 138 + 139 + [[package]] 140 + name = "async-fs" 141 + version = "1.5.0" 142 + source = "registry+https://github.com/rust-lang/crates.io-index" 143 + checksum = "8b3ca4f8ff117c37c278a2f7415ce9be55560b846b5bc4412aaa5d29c1c3dae2" 144 + dependencies = [ 145 + "async-lock", 146 + "blocking", 147 + "futures-lite", 148 + ] 149 + 150 + [[package]] 151 + name = "async-global-executor" 152 + version = "2.0.2" 153 + source = "registry+https://github.com/rust-lang/crates.io-index" 154 + checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6" 155 + dependencies = [ 156 + "async-channel", 157 + "async-executor", 158 + "async-io", 159 + "async-mutex", 160 + "blocking", 161 + "futures-lite", 162 + "num_cpus", 163 + "once_cell", 164 + ] 165 + 166 + [[package]] 167 + name = "async-h1" 168 + version = "2.3.2" 169 + source = "registry+https://github.com/rust-lang/crates.io-index" 170 + checksum = "cc5142de15b549749cce62923a50714b0d7b77f5090ced141599e78899865451" 171 + dependencies = [ 172 + "async-channel", 173 + "async-dup", 174 + "async-std", 175 + "byte-pool", 176 + "futures-core", 177 + "http-types", 178 + "httparse", 179 + "lazy_static", 180 + "log", 181 + "pin-project", 182 + ] 183 + 184 + [[package]] 185 + name = "async-io" 186 + version = "1.6.0" 187 + source = "registry+https://github.com/rust-lang/crates.io-index" 188 + checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b" 189 + dependencies = [ 190 + "concurrent-queue 1.2.2", 191 + "futures-lite", 192 + "libc", 193 + "log", 194 + "once_cell", 195 + "parking", 196 + "polling", 197 + "slab", 198 + "socket2", 199 + "waker-fn", 200 + "winapi", 201 + ] 202 + 203 + [[package]] 204 + name = "async-lock" 205 + version = "2.4.0" 206 + source = "registry+https://github.com/rust-lang/crates.io-index" 207 + checksum = "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b" 208 + dependencies = [ 209 + "event-listener", 210 + ] 211 + 212 + [[package]] 213 + name = "async-mutex" 214 + version = "1.4.0" 215 + source = "registry+https://github.com/rust-lang/crates.io-index" 216 + checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e" 217 + dependencies = [ 218 + "event-listener", 219 + ] 220 + 221 + [[package]] 222 + name = "async-net" 223 + version = "1.6.1" 224 + source = "registry+https://github.com/rust-lang/crates.io-index" 225 + checksum = "5373304df79b9b4395068fb080369ec7178608827306ce4d081cba51cac551df" 226 + dependencies = [ 227 + "async-io", 228 + "blocking", 229 + "futures-lite", 230 + ] 231 + 232 + [[package]] 233 + name = "async-oneshot" 234 + version = "0.4.2" 235 + source = "registry+https://github.com/rust-lang/crates.io-index" 236 + checksum = "50f4770cbbff928c30a991de67fb3976f44d8e3e202f8c79ef91b47006e04904" 237 + dependencies = [ 238 + "futures-micro", 239 + ] 240 + 241 + [[package]] 242 + name = "async-process" 243 + version = "1.2.0" 244 + source = "registry+https://github.com/rust-lang/crates.io-index" 245 + checksum = "b21b63ab5a0db0369deb913540af2892750e42d949faacc7a61495ac418a1692" 246 + dependencies = [ 247 + "async-io", 248 + "blocking", 249 + "cfg-if 1.0.0", 250 + "event-listener", 251 + "futures-lite", 252 + "libc", 253 + "once_cell", 254 + "signal-hook", 255 + "winapi", 256 + ] 257 + 258 + [[package]] 259 + name = "async-sse" 260 + version = "4.1.0" 261 + source = "registry+https://github.com/rust-lang/crates.io-index" 262 + checksum = "53bba003996b8fd22245cd0c59b869ba764188ed435392cf2796d03b805ade10" 263 + dependencies = [ 264 + "async-channel", 265 + "async-std", 266 + "http-types", 267 + "log", 268 + "memchr", 269 + "pin-project-lite 0.1.12", 270 + ] 271 + 272 + [[package]] 273 + name = "async-std" 274 + version = "1.10.0" 275 + source = "registry+https://github.com/rust-lang/crates.io-index" 276 + checksum = "f8056f1455169ab86dd47b47391e4ab0cbd25410a70e9fe675544f49bafaf952" 277 + dependencies = [ 278 + "async-channel", 279 + "async-global-executor", 280 + "async-io", 281 + "async-lock", 282 + "async-process", 283 + "crossbeam-utils", 284 + "futures-channel", 285 + "futures-core", 286 + "futures-io", 287 + "futures-lite", 288 + "gloo-timers", 289 + "kv-log-macro", 290 + "log", 291 + "memchr", 292 + "num_cpus", 293 + "once_cell", 294 + "pin-project-lite 0.2.7", 295 + "pin-utils", 296 + "slab", 297 + "wasm-bindgen-futures", 298 + ] 299 + 300 + [[package]] 301 + name = "async-task" 302 + version = "4.0.3" 303 + source = "registry+https://github.com/rust-lang/crates.io-index" 304 + checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0" 305 + 306 + [[package]] 307 + name = "async-trait" 308 + version = "0.1.68" 309 + source = "registry+https://github.com/rust-lang/crates.io-index" 310 + checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" 311 + dependencies = [ 312 + "proc-macro2", 313 + "quote", 314 + "syn 2.0.18", 315 + ] 316 + 317 + [[package]] 318 + name = "atk" 319 + version = "0.14.0" 320 + source = "registry+https://github.com/rust-lang/crates.io-index" 321 + checksum = "a83b21d2aa75e464db56225e1bda2dd5993311ba1095acaa8fa03d1ae67026ba" 322 + dependencies = [ 323 + "atk-sys", 324 + "bitflags", 325 + "glib", 326 + "libc", 327 + ] 328 + 329 + [[package]] 330 + name = "atk-sys" 331 + version = "0.14.0" 332 + source = "registry+https://github.com/rust-lang/crates.io-index" 333 + checksum = "badcf670157c84bb8b1cf6b5f70b650fed78da2033c9eed84c4e49b11cbe83ea" 334 + dependencies = [ 335 + "glib-sys 0.14.0", 336 + "gobject-sys 0.14.0", 337 + "libc", 338 + "system-deps 3.2.0", 339 + ] 340 + 341 + [[package]] 342 + name = "atomic-waker" 343 + version = "1.0.0" 344 + source = "registry+https://github.com/rust-lang/crates.io-index" 345 + checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a" 346 + 347 + [[package]] 348 + name = "autocfg" 349 + version = "1.1.0" 350 + source = "registry+https://github.com/rust-lang/crates.io-index" 351 + checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 352 + 353 + [[package]] 354 + name = "backtrace" 355 + version = "0.3.62" 356 + source = "registry+https://github.com/rust-lang/crates.io-index" 357 + checksum = "091bcdf2da9950f96aa522681ce805e6857f6ca8df73833d35736ab2dc78e152" 358 + dependencies = [ 359 + "addr2line", 360 + "cc", 361 + "cfg-if 1.0.0", 362 + "libc", 363 + "miniz_oxide", 364 + "object", 365 + "rustc-demangle", 366 + ] 367 + 368 + [[package]] 369 + name = "base-x" 370 + version = "0.2.8" 371 + source = "registry+https://github.com/rust-lang/crates.io-index" 372 + checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b" 373 + 374 + [[package]] 375 + name = "base64" 376 + version = "0.13.0" 377 + source = "registry+https://github.com/rust-lang/crates.io-index" 378 + checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" 379 + 380 + [[package]] 381 + name = "bincode" 382 + version = "1.3.3" 383 + source = "registry+https://github.com/rust-lang/crates.io-index" 384 + checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 385 + dependencies = [ 386 + "serde", 387 + ] 388 + 389 + [[package]] 390 + name = "bitflags" 391 + version = "1.3.2" 392 + source = "registry+https://github.com/rust-lang/crates.io-index" 393 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 394 + 395 + [[package]] 396 + name = "block" 397 + version = "0.1.6" 398 + source = "registry+https://github.com/rust-lang/crates.io-index" 399 + checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 400 + 401 + [[package]] 402 + name = "block-buffer" 403 + version = "0.9.0" 404 + source = "registry+https://github.com/rust-lang/crates.io-index" 405 + checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" 406 + dependencies = [ 407 + "generic-array", 408 + ] 409 + 410 + [[package]] 411 + name = "blocking" 412 + version = "1.0.2" 413 + source = "registry+https://github.com/rust-lang/crates.io-index" 414 + checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9" 415 + dependencies = [ 416 + "async-channel", 417 + "async-task", 418 + "atomic-waker", 419 + "fastrand", 420 + "futures-lite", 421 + "once_cell", 422 + ] 423 + 424 + [[package]] 425 + name = "bumpalo" 426 + version = "3.8.0" 427 + source = "registry+https://github.com/rust-lang/crates.io-index" 428 + checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c" 429 + 430 + [[package]] 431 + name = "byte-pool" 432 + version = "0.2.3" 433 + source = "registry+https://github.com/rust-lang/crates.io-index" 434 + checksum = "f8c7230ddbb427b1094d477d821a99f3f54d36333178eeb806e279bcdcecf0ca" 435 + dependencies = [ 436 + "crossbeam-queue", 437 + "stable_deref_trait", 438 + ] 439 + 440 + [[package]] 441 + name = "bytes" 442 + version = "1.1.0" 443 + source = "registry+https://github.com/rust-lang/crates.io-index" 444 + checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" 445 + 446 + [[package]] 447 + name = "cache-padded" 448 + version = "1.1.1" 449 + source = "registry+https://github.com/rust-lang/crates.io-index" 450 + checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba" 451 + 452 + [[package]] 453 + name = "cairo-rs" 454 + version = "0.14.9" 455 + source = "registry+https://github.com/rust-lang/crates.io-index" 456 + checksum = "33b5725979db0c586d98abad2193cdb612dd40ef95cd26bd99851bf93b3cb482" 457 + dependencies = [ 458 + "bitflags", 459 + "cairo-sys-rs", 460 + "glib", 461 + "libc", 462 + "thiserror", 463 + ] 464 + 465 + [[package]] 466 + name = "cairo-sys-rs" 467 + version = "0.14.9" 468 + source = "registry+https://github.com/rust-lang/crates.io-index" 469 + checksum = "b448b876970834fda82ba3aeaccadbd760206b75388fc5c1b02f1e343b697570" 470 + dependencies = [ 471 + "glib-sys 0.14.0", 472 + "libc", 473 + "system-deps 3.2.0", 474 + ] 475 + 476 + [[package]] 477 + name = "castaway" 478 + version = "0.1.2" 479 + source = "registry+https://github.com/rust-lang/crates.io-index" 480 + checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6" 481 + 482 + [[package]] 483 + name = "cc" 484 + version = "1.0.71" 485 + source = "registry+https://github.com/rust-lang/crates.io-index" 486 + checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd" 487 + 488 + [[package]] 489 + name = "cfg-expr" 490 + version = "0.8.1" 491 + source = "registry+https://github.com/rust-lang/crates.io-index" 492 + checksum = "b412e83326147c2bb881f8b40edfbf9905b9b8abaebd0e47ca190ba62fda8f0e" 493 + dependencies = [ 494 + "smallvec", 495 + ] 496 + 497 + [[package]] 498 + name = "cfg-if" 499 + version = "0.1.10" 500 + source = "registry+https://github.com/rust-lang/crates.io-index" 501 + checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 502 + 503 + [[package]] 504 + name = "cfg-if" 505 + version = "1.0.0" 506 + source = "registry+https://github.com/rust-lang/crates.io-index" 507 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 508 + 509 + [[package]] 510 + name = "chrono" 511 + version = "0.4.19" 512 + source = "registry+https://github.com/rust-lang/crates.io-index" 513 + checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" 514 + dependencies = [ 515 + "libc", 516 + "num-integer", 517 + "num-traits", 518 + "winapi", 519 + ] 520 + 521 + [[package]] 522 + name = "chunked_transfer" 523 + version = "1.4.0" 524 + source = "registry+https://github.com/rust-lang/crates.io-index" 525 + checksum = "fff857943da45f546682664a79488be82e69e43c1a7a2307679ab9afb3a66d2e" 526 + 527 + [[package]] 528 + name = "cipher" 529 + version = "0.2.5" 530 + source = "registry+https://github.com/rust-lang/crates.io-index" 531 + checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801" 532 + dependencies = [ 533 + "generic-array", 534 + ] 535 + 536 + [[package]] 537 + name = "cocoa" 538 + version = "0.24.0" 539 + source = "registry+https://github.com/rust-lang/crates.io-index" 540 + checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832" 541 + dependencies = [ 542 + "bitflags", 543 + "block", 544 + "cocoa-foundation", 545 + "core-foundation 0.9.2", 546 + "core-graphics 0.22.2", 547 + "foreign-types", 548 + "libc", 549 + "objc", 550 + ] 551 + 552 + [[package]] 553 + name = "cocoa-foundation" 554 + version = "0.1.0" 555 + source = "registry+https://github.com/rust-lang/crates.io-index" 556 + checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318" 557 + dependencies = [ 558 + "bitflags", 559 + "block", 560 + "core-foundation 0.9.2", 561 + "core-graphics-types", 562 + "foreign-types", 563 + "libc", 564 + "objc", 565 + ] 566 + 567 + [[package]] 568 + name = "concurrent-queue" 569 + version = "1.2.2" 570 + source = "registry+https://github.com/rust-lang/crates.io-index" 571 + checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3" 572 + dependencies = [ 573 + "cache-padded", 574 + ] 575 + 576 + [[package]] 577 + name = "concurrent-queue" 578 + version = "2.0.0" 579 + source = "registry+https://github.com/rust-lang/crates.io-index" 580 + checksum = "bd7bef69dc86e3c610e4e7aed41035e2a7ed12e72dd7530f61327a6579a4390b" 581 + dependencies = [ 582 + "crossbeam-utils", 583 + ] 584 + 585 + [[package]] 586 + name = "const-sha1" 587 + version = "0.2.0" 588 + source = "registry+https://github.com/rust-lang/crates.io-index" 589 + checksum = "fb58b6451e8c2a812ad979ed1d83378caa5e927eef2622017a45f251457c2c9d" 590 + 591 + [[package]] 592 + name = "const_fn" 593 + version = "0.4.8" 594 + source = "registry+https://github.com/rust-lang/crates.io-index" 595 + checksum = "f92cfa0fd5690b3cf8c1ef2cabbd9b7ef22fa53cf5e1f92b05103f6d5d1cf6e7" 596 + 597 + [[package]] 598 + name = "cookie" 599 + version = "0.14.4" 600 + source = "registry+https://github.com/rust-lang/crates.io-index" 601 + checksum = "03a5d7b21829bc7b4bf4754a978a241ae54ea55a40f92bb20216e54096f4b951" 602 + dependencies = [ 603 + "aes-gcm", 604 + "base64", 605 + "hkdf", 606 + "hmac", 607 + "percent-encoding 2.1.0", 608 + "rand 0.8.5", 609 + "sha2", 610 + "time", 611 + "version_check", 612 + ] 613 + 614 + [[package]] 615 + name = "core-foundation" 616 + version = "0.7.0" 617 + source = "registry+https://github.com/rust-lang/crates.io-index" 618 + checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171" 619 + dependencies = [ 620 + "core-foundation-sys 0.7.0", 621 + "libc", 622 + ] 623 + 624 + [[package]] 625 + name = "core-foundation" 626 + version = "0.9.2" 627 + source = "registry+https://github.com/rust-lang/crates.io-index" 628 + checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3" 629 + dependencies = [ 630 + "core-foundation-sys 0.8.3", 631 + "libc", 632 + ] 633 + 634 + [[package]] 635 + name = "core-foundation-sys" 636 + version = "0.7.0" 637 + source = "registry+https://github.com/rust-lang/crates.io-index" 638 + checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac" 639 + 640 + [[package]] 641 + name = "core-foundation-sys" 642 + version = "0.8.3" 643 + source = "registry+https://github.com/rust-lang/crates.io-index" 644 + checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 645 + 646 + [[package]] 647 + name = "core-graphics" 648 + version = "0.19.2" 649 + source = "registry+https://github.com/rust-lang/crates.io-index" 650 + checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923" 651 + dependencies = [ 652 + "bitflags", 653 + "core-foundation 0.7.0", 654 + "foreign-types", 655 + "libc", 656 + ] 657 + 658 + [[package]] 659 + name = "core-graphics" 660 + version = "0.22.2" 661 + source = "registry+https://github.com/rust-lang/crates.io-index" 662 + checksum = "269f35f69b542b80e736a20a89a05215c0ce80c2c03c514abb2e318b78379d86" 663 + dependencies = [ 664 + "bitflags", 665 + "core-foundation 0.9.2", 666 + "core-graphics-types", 667 + "foreign-types", 668 + "libc", 669 + ] 670 + 671 + [[package]] 672 + name = "core-graphics-types" 673 + version = "0.1.1" 674 + source = "registry+https://github.com/rust-lang/crates.io-index" 675 + checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b" 676 + dependencies = [ 677 + "bitflags", 678 + "core-foundation 0.9.2", 679 + "foreign-types", 680 + "libc", 681 + ] 682 + 683 + [[package]] 684 + name = "core-video-sys" 685 + version = "0.1.4" 686 + source = "registry+https://github.com/rust-lang/crates.io-index" 687 + checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828" 688 + dependencies = [ 689 + "cfg-if 0.1.10", 690 + "core-foundation-sys 0.7.0", 691 + "core-graphics 0.19.2", 692 + "libc", 693 + "objc", 694 + ] 695 + 696 + [[package]] 697 + name = "cpufeatures" 698 + version = "0.2.1" 699 + source = "registry+https://github.com/rust-lang/crates.io-index" 700 + checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469" 701 + dependencies = [ 702 + "libc", 703 + ] 704 + 705 + [[package]] 706 + name = "cpuid-bool" 707 + version = "0.2.0" 708 + source = "registry+https://github.com/rust-lang/crates.io-index" 709 + checksum = "dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba" 710 + 711 + [[package]] 712 + name = "crc32fast" 713 + version = "1.2.1" 714 + source = "registry+https://github.com/rust-lang/crates.io-index" 715 + checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a" 716 + dependencies = [ 717 + "cfg-if 1.0.0", 718 + ] 719 + 720 + [[package]] 721 + name = "crossbeam-channel" 722 + version = "0.5.1" 723 + source = "registry+https://github.com/rust-lang/crates.io-index" 724 + checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4" 725 + dependencies = [ 726 + "cfg-if 1.0.0", 727 + "crossbeam-utils", 728 + ] 729 + 730 + [[package]] 731 + name = "crossbeam-deque" 732 + version = "0.8.1" 733 + source = "registry+https://github.com/rust-lang/crates.io-index" 734 + checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e" 735 + dependencies = [ 736 + "cfg-if 1.0.0", 737 + "crossbeam-epoch", 738 + "crossbeam-utils", 739 + ] 740 + 741 + [[package]] 742 + name = "crossbeam-epoch" 743 + version = "0.9.5" 744 + source = "registry+https://github.com/rust-lang/crates.io-index" 745 + checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd" 746 + dependencies = [ 747 + "cfg-if 1.0.0", 748 + "crossbeam-utils", 749 + "lazy_static", 750 + "memoffset", 751 + "scopeguard", 752 + ] 753 + 754 + [[package]] 755 + name = "crossbeam-queue" 756 + version = "0.3.7" 757 + source = "registry+https://github.com/rust-lang/crates.io-index" 758 + checksum = "ebb3d1683412e9be6a15533314f00ec223c0762c522a3f77f048b265aab4470c" 759 + dependencies = [ 760 + "cfg-if 1.0.0", 761 + "crossbeam-utils", 762 + ] 763 + 764 + [[package]] 765 + name = "crossbeam-utils" 766 + version = "0.8.13" 767 + source = "registry+https://github.com/rust-lang/crates.io-index" 768 + checksum = "422f23e724af1240ec469ea1e834d87a4b59ce2efe2c6a96256b0c47e2fd86aa" 769 + dependencies = [ 770 + "cfg-if 1.0.0", 771 + ] 772 + 773 + [[package]] 774 + name = "crypto-mac" 775 + version = "0.10.1" 776 + source = "registry+https://github.com/rust-lang/crates.io-index" 777 + checksum = "bff07008ec701e8028e2ceb8f83f0e4274ee62bd2dbdc4fefff2e9a91824081a" 778 + dependencies = [ 779 + "generic-array", 780 + "subtle", 781 + ] 782 + 783 + [[package]] 784 + name = "ctor" 785 + version = "0.1.21" 786 + source = "registry+https://github.com/rust-lang/crates.io-index" 787 + checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa" 788 + dependencies = [ 789 + "quote", 790 + "syn 1.0.109", 791 + ] 792 + 793 + [[package]] 794 + name = "ctr" 795 + version = "0.6.0" 796 + source = "registry+https://github.com/rust-lang/crates.io-index" 797 + checksum = "fb4a30d54f7443bf3d6191dcd486aca19e67cb3c49fa7a06a319966346707e7f" 798 + dependencies = [ 799 + "cipher", 800 + ] 801 + 802 + [[package]] 803 + name = "cty" 804 + version = "0.2.2" 805 + source = "registry+https://github.com/rust-lang/crates.io-index" 806 + checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" 807 + 808 + [[package]] 809 + name = "curl" 810 + version = "0.4.44" 811 + source = "registry+https://github.com/rust-lang/crates.io-index" 812 + checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22" 813 + dependencies = [ 814 + "curl-sys", 815 + "libc", 816 + "openssl-probe", 817 + "openssl-sys", 818 + "schannel", 819 + "socket2", 820 + "winapi", 821 + ] 822 + 823 + [[package]] 824 + name = "curl-sys" 825 + version = "0.4.59+curl-7.86.0" 826 + source = "registry+https://github.com/rust-lang/crates.io-index" 827 + checksum = "6cfce34829f448b08f55b7db6d0009e23e2e86a34e8c2b366269bf5799b4a407" 828 + dependencies = [ 829 + "cc", 830 + "libc", 831 + "libnghttp2-sys", 832 + "libz-sys", 833 + "openssl-sys", 834 + "pkg-config", 835 + "vcpkg", 836 + "winapi", 837 + ] 838 + 839 + [[package]] 840 + name = "darling" 841 + version = "0.10.2" 842 + source = "registry+https://github.com/rust-lang/crates.io-index" 843 + checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858" 844 + dependencies = [ 845 + "darling_core", 846 + "darling_macro", 847 + ] 848 + 849 + [[package]] 850 + name = "darling_core" 851 + version = "0.10.2" 852 + source = "registry+https://github.com/rust-lang/crates.io-index" 853 + checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b" 854 + dependencies = [ 855 + "fnv", 856 + "ident_case", 857 + "proc-macro2", 858 + "quote", 859 + "strsim", 860 + "syn 1.0.109", 861 + ] 862 + 863 + [[package]] 864 + name = "darling_macro" 865 + version = "0.10.2" 866 + source = "registry+https://github.com/rust-lang/crates.io-index" 867 + checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72" 868 + dependencies = [ 869 + "darling_core", 870 + "quote", 871 + "syn 1.0.109", 872 + ] 873 + 874 + [[package]] 875 + name = "dashmap" 876 + version = "4.0.2" 877 + source = "registry+https://github.com/rust-lang/crates.io-index" 878 + checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c" 879 + dependencies = [ 880 + "cfg-if 1.0.0", 881 + "num_cpus", 882 + ] 883 + 884 + [[package]] 885 + name = "dashmap" 886 + version = "5.4.0" 887 + source = "registry+https://github.com/rust-lang/crates.io-index" 888 + checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc" 889 + dependencies = [ 890 + "cfg-if 1.0.0", 891 + "hashbrown 0.12.3", 892 + "lock_api", 893 + "once_cell", 894 + "parking_lot_core 0.9.4", 895 + ] 896 + 897 + [[package]] 898 + name = "deflate" 899 + version = "0.9.1" 900 + source = "registry+https://github.com/rust-lang/crates.io-index" 901 + checksum = "5f95bf05dffba6e6cce8dfbb30def788154949ccd9aed761b472119c21e01c70" 902 + dependencies = [ 903 + "adler32", 904 + ] 905 + 906 + [[package]] 907 + name = "derivative" 908 + version = "2.2.0" 909 + source = "registry+https://github.com/rust-lang/crates.io-index" 910 + checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" 911 + dependencies = [ 912 + "proc-macro2", 913 + "quote", 914 + "syn 1.0.109", 915 + ] 916 + 917 + [[package]] 918 + name = "digest" 919 + version = "0.9.0" 920 + source = "registry+https://github.com/rust-lang/crates.io-index" 921 + checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" 922 + dependencies = [ 923 + "generic-array", 924 + ] 925 + 926 + [[package]] 927 + name = "dirs" 928 + version = "4.0.0" 929 + source = "registry+https://github.com/rust-lang/crates.io-index" 930 + checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 931 + dependencies = [ 932 + "dirs-sys", 933 + ] 934 + 935 + [[package]] 936 + name = "dirs-next" 937 + version = "2.0.0" 938 + source = "registry+https://github.com/rust-lang/crates.io-index" 939 + checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 940 + dependencies = [ 941 + "cfg-if 1.0.0", 942 + "dirs-sys-next", 943 + ] 944 + 945 + [[package]] 946 + name = "dirs-sys" 947 + version = "0.3.6" 948 + source = "registry+https://github.com/rust-lang/crates.io-index" 949 + checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780" 950 + dependencies = [ 951 + "libc", 952 + "redox_users", 953 + "winapi", 954 + ] 955 + 956 + [[package]] 957 + name = "dirs-sys-next" 958 + version = "0.1.2" 959 + source = "registry+https://github.com/rust-lang/crates.io-index" 960 + checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 961 + dependencies = [ 962 + "libc", 963 + "redox_users", 964 + "winapi", 965 + ] 966 + 967 + [[package]] 968 + name = "discard" 969 + version = "1.0.4" 970 + source = "registry+https://github.com/rust-lang/crates.io-index" 971 + checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0" 972 + 973 + [[package]] 974 + name = "dispatch" 975 + version = "0.2.0" 976 + source = "registry+https://github.com/rust-lang/crates.io-index" 977 + checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 978 + 979 + [[package]] 980 + name = "either" 981 + version = "1.6.1" 982 + source = "registry+https://github.com/rust-lang/crates.io-index" 983 + checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" 984 + 985 + [[package]] 986 + name = "embed-resource" 987 + version = "2.2.0" 988 + source = "registry+https://github.com/rust-lang/crates.io-index" 989 + checksum = "f7f1e82a60222fc67bfd50d752a9c89da5cce4c39ed39decc84a443b07bbd69a" 990 + dependencies = [ 991 + "cc", 992 + "rustc_version 0.4.0", 993 + "toml 0.7.5", 994 + "vswhom", 995 + "winreg", 996 + ] 997 + 998 + [[package]] 999 + name = "encoding" 1000 + version = "0.2.33" 1001 + source = "registry+https://github.com/rust-lang/crates.io-index" 1002 + checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec" 1003 + dependencies = [ 1004 + "encoding-index-japanese", 1005 + "encoding-index-korean", 1006 + "encoding-index-simpchinese", 1007 + "encoding-index-singlebyte", 1008 + "encoding-index-tradchinese", 1009 + ] 1010 + 1011 + [[package]] 1012 + name = "encoding-index-japanese" 1013 + version = "1.20141219.5" 1014 + source = "registry+https://github.com/rust-lang/crates.io-index" 1015 + checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91" 1016 + dependencies = [ 1017 + "encoding_index_tests", 1018 + ] 1019 + 1020 + [[package]] 1021 + name = "encoding-index-korean" 1022 + version = "1.20141219.5" 1023 + source = "registry+https://github.com/rust-lang/crates.io-index" 1024 + checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81" 1025 + dependencies = [ 1026 + "encoding_index_tests", 1027 + ] 1028 + 1029 + [[package]] 1030 + name = "encoding-index-simpchinese" 1031 + version = "1.20141219.5" 1032 + source = "registry+https://github.com/rust-lang/crates.io-index" 1033 + checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7" 1034 + dependencies = [ 1035 + "encoding_index_tests", 1036 + ] 1037 + 1038 + [[package]] 1039 + name = "encoding-index-singlebyte" 1040 + version = "1.20141219.5" 1041 + source = "registry+https://github.com/rust-lang/crates.io-index" 1042 + checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a" 1043 + dependencies = [ 1044 + "encoding_index_tests", 1045 + ] 1046 + 1047 + [[package]] 1048 + name = "encoding-index-tradchinese" 1049 + version = "1.20141219.5" 1050 + source = "registry+https://github.com/rust-lang/crates.io-index" 1051 + checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18" 1052 + dependencies = [ 1053 + "encoding_index_tests", 1054 + ] 1055 + 1056 + [[package]] 1057 + name = "encoding_index_tests" 1058 + version = "0.1.4" 1059 + source = "registry+https://github.com/rust-lang/crates.io-index" 1060 + checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569" 1061 + 1062 + [[package]] 1063 + name = "encoding_rs" 1064 + version = "0.8.31" 1065 + source = "registry+https://github.com/rust-lang/crates.io-index" 1066 + checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b" 1067 + dependencies = [ 1068 + "cfg-if 1.0.0", 1069 + ] 1070 + 1071 + [[package]] 1072 + name = "equivalent" 1073 + version = "1.0.0" 1074 + source = "registry+https://github.com/rust-lang/crates.io-index" 1075 + checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1" 1076 + 1077 + [[package]] 1078 + name = "event-listener" 1079 + version = "2.5.1" 1080 + source = "registry+https://github.com/rust-lang/crates.io-index" 1081 + checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59" 1082 + 1083 + [[package]] 1084 + name = "failure" 1085 + version = "0.1.8" 1086 + source = "registry+https://github.com/rust-lang/crates.io-index" 1087 + checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" 1088 + dependencies = [ 1089 + "backtrace", 1090 + ] 1091 + 1092 + [[package]] 1093 + name = "fastrand" 1094 + version = "1.9.0" 1095 + source = "registry+https://github.com/rust-lang/crates.io-index" 1096 + checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 1097 + dependencies = [ 1098 + "instant", 1099 + ] 1100 + 1101 + [[package]] 1102 + name = "field-offset" 1103 + version = "0.3.4" 1104 + source = "registry+https://github.com/rust-lang/crates.io-index" 1105 + checksum = "1e1c54951450cbd39f3dbcf1005ac413b49487dabf18a720ad2383eccfeffb92" 1106 + dependencies = [ 1107 + "memoffset", 1108 + "rustc_version 0.3.3", 1109 + ] 1110 + 1111 + [[package]] 1112 + name = "flume" 1113 + version = "0.10.14" 1114 + source = "registry+https://github.com/rust-lang/crates.io-index" 1115 + checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577" 1116 + dependencies = [ 1117 + "futures-core", 1118 + "futures-sink", 1119 + "nanorand", 1120 + "pin-project", 1121 + "spin 0.9.2", 1122 + ] 1123 + 1124 + [[package]] 1125 + name = "fnv" 1126 + version = "1.0.7" 1127 + source = "registry+https://github.com/rust-lang/crates.io-index" 1128 + checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1129 + 1130 + [[package]] 1131 + name = "foreign-types" 1132 + version = "0.3.2" 1133 + source = "registry+https://github.com/rust-lang/crates.io-index" 1134 + checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1135 + dependencies = [ 1136 + "foreign-types-shared", 1137 + ] 1138 + 1139 + [[package]] 1140 + name = "foreign-types-shared" 1141 + version = "0.1.1" 1142 + source = "registry+https://github.com/rust-lang/crates.io-index" 1143 + checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1144 + 1145 + [[package]] 1146 + name = "form_urlencoded" 1147 + version = "1.0.1" 1148 + source = "registry+https://github.com/rust-lang/crates.io-index" 1149 + checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" 1150 + dependencies = [ 1151 + "matches", 1152 + "percent-encoding 2.1.0", 1153 + ] 1154 + 1155 + [[package]] 1156 + name = "futures-channel" 1157 + version = "0.3.17" 1158 + source = "registry+https://github.com/rust-lang/crates.io-index" 1159 + checksum = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888" 1160 + dependencies = [ 1161 + "futures-core", 1162 + ] 1163 + 1164 + [[package]] 1165 + name = "futures-core" 1166 + version = "0.3.17" 1167 + source = "registry+https://github.com/rust-lang/crates.io-index" 1168 + checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d" 1169 + 1170 + [[package]] 1171 + name = "futures-executor" 1172 + version = "0.3.17" 1173 + source = "registry+https://github.com/rust-lang/crates.io-index" 1174 + checksum = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c" 1175 + dependencies = [ 1176 + "futures-core", 1177 + "futures-task", 1178 + "futures-util", 1179 + ] 1180 + 1181 + [[package]] 1182 + name = "futures-intrusive" 1183 + version = "0.4.0" 1184 + source = "registry+https://github.com/rust-lang/crates.io-index" 1185 + checksum = "62007592ac46aa7c2b6416f7deb9a8a8f63a01e0f1d6e1787d5630170db2b63e" 1186 + dependencies = [ 1187 + "futures-core", 1188 + "lock_api", 1189 + "parking_lot 0.11.2", 1190 + ] 1191 + 1192 + [[package]] 1193 + name = "futures-io" 1194 + version = "0.3.17" 1195 + source = "registry+https://github.com/rust-lang/crates.io-index" 1196 + checksum = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377" 1197 + 1198 + [[package]] 1199 + name = "futures-lite" 1200 + version = "1.12.0" 1201 + source = "registry+https://github.com/rust-lang/crates.io-index" 1202 + checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" 1203 + dependencies = [ 1204 + "fastrand", 1205 + "futures-core", 1206 + "futures-io", 1207 + "memchr", 1208 + "parking", 1209 + "pin-project-lite 0.2.7", 1210 + "waker-fn", 1211 + ] 1212 + 1213 + [[package]] 1214 + name = "futures-macro" 1215 + version = "0.3.17" 1216 + source = "registry+https://github.com/rust-lang/crates.io-index" 1217 + checksum = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb" 1218 + dependencies = [ 1219 + "autocfg", 1220 + "proc-macro-hack", 1221 + "proc-macro2", 1222 + "quote", 1223 + "syn 1.0.109", 1224 + ] 1225 + 1226 + [[package]] 1227 + name = "futures-micro" 1228 + version = "0.3.1" 1229 + source = "registry+https://github.com/rust-lang/crates.io-index" 1230 + checksum = "61e9325be55c5581082cd110294fa988c1f920bc573ec370ef201e33c469a95a" 1231 + 1232 + [[package]] 1233 + name = "futures-sink" 1234 + version = "0.3.17" 1235 + source = "registry+https://github.com/rust-lang/crates.io-index" 1236 + checksum = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11" 1237 + 1238 + [[package]] 1239 + name = "futures-task" 1240 + version = "0.3.17" 1241 + source = "registry+https://github.com/rust-lang/crates.io-index" 1242 + checksum = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99" 1243 + 1244 + [[package]] 1245 + name = "futures-util" 1246 + version = "0.3.17" 1247 + source = "registry+https://github.com/rust-lang/crates.io-index" 1248 + checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481" 1249 + dependencies = [ 1250 + "autocfg", 1251 + "futures-core", 1252 + "futures-macro", 1253 + "futures-task", 1254 + "pin-project-lite 0.2.7", 1255 + "pin-utils", 1256 + "proc-macro-hack", 1257 + "proc-macro-nested", 1258 + "slab", 1259 + ] 1260 + 1261 + [[package]] 1262 + name = "gdk" 1263 + version = "0.14.3" 1264 + source = "registry+https://github.com/rust-lang/crates.io-index" 1265 + checksum = "b9d749dcfc00d8de0d7c3a289e04a04293eb5ba3d8a4e64d64911d481fa9933b" 1266 + dependencies = [ 1267 + "bitflags", 1268 + "cairo-rs", 1269 + "gdk-pixbuf", 1270 + "gdk-sys", 1271 + "gio", 1272 + "glib", 1273 + "libc", 1274 + "pango", 1275 + ] 1276 + 1277 + [[package]] 1278 + name = "gdk-pixbuf" 1279 + version = "0.14.0" 1280 + source = "registry+https://github.com/rust-lang/crates.io-index" 1281 + checksum = "534192cb8f01daeb8fab2c8d4baa8f9aae5b7a39130525779f5c2608e235b10f" 1282 + dependencies = [ 1283 + "gdk-pixbuf-sys", 1284 + "gio", 1285 + "glib", 1286 + "libc", 1287 + ] 1288 + 1289 + [[package]] 1290 + name = "gdk-pixbuf-sys" 1291 + version = "0.14.0" 1292 + source = "registry+https://github.com/rust-lang/crates.io-index" 1293 + checksum = "f097c0704201fbc8f69c1762dc58c6947c8bb188b8ed0bc7e65259f1894fe590" 1294 + dependencies = [ 1295 + "gio-sys 0.14.0", 1296 + "glib-sys 0.14.0", 1297 + "gobject-sys 0.14.0", 1298 + "libc", 1299 + "system-deps 3.2.0", 1300 + ] 1301 + 1302 + [[package]] 1303 + name = "gdk-sys" 1304 + version = "0.14.0" 1305 + source = "registry+https://github.com/rust-lang/crates.io-index" 1306 + checksum = "0e091b3d3d6696949ac3b3fb3c62090e5bfd7bd6850bef5c3c5ea701de1b1f1e" 1307 + dependencies = [ 1308 + "cairo-sys-rs", 1309 + "gdk-pixbuf-sys", 1310 + "gio-sys 0.14.0", 1311 + "glib-sys 0.14.0", 1312 + "gobject-sys 0.14.0", 1313 + "libc", 1314 + "pango-sys", 1315 + "pkg-config", 1316 + "system-deps 3.2.0", 1317 + ] 1318 + 1319 + [[package]] 1320 + name = "generator" 1321 + version = "0.7.1" 1322 + source = "registry+https://github.com/rust-lang/crates.io-index" 1323 + checksum = "cc184cace1cea8335047a471cc1da80f18acf8a76f3bab2028d499e328948ec7" 1324 + dependencies = [ 1325 + "cc", 1326 + "libc", 1327 + "log", 1328 + "rustversion", 1329 + "windows 0.32.0", 1330 + ] 1331 + 1332 + [[package]] 1333 + name = "generic-array" 1334 + version = "0.14.4" 1335 + source = "registry+https://github.com/rust-lang/crates.io-index" 1336 + checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" 1337 + dependencies = [ 1338 + "typenum", 1339 + "version_check", 1340 + ] 1341 + 1342 + [[package]] 1343 + name = "gephgui-wry" 1344 + version = "0.1.0" 1345 + dependencies = [ 1346 + "anyhow", 1347 + "bincode", 1348 + "dirs", 1349 + "embed-resource", 1350 + "flume", 1351 + "is_elevated", 1352 + "isahc", 1353 + "mime-sniffer", 1354 + "mime_guess", 1355 + "nanorpc", 1356 + "native-dialog", 1357 + "once_cell", 1358 + "open", 1359 + "parking_lot 0.11.2", 1360 + "png", 1361 + "rand 0.8.5", 1362 + "rfd", 1363 + "runas", 1364 + "rust-embed", 1365 + "semver 1.0.14", 1366 + "serde", 1367 + "serde_json", 1368 + "serde_yaml", 1369 + "slab", 1370 + "smol", 1371 + "smol-timeout", 1372 + "smolscale", 1373 + "tao", 1374 + "tap", 1375 + "tempfile", 1376 + "tide", 1377 + "tracing", 1378 + "tracing-subscriber 0.2.25", 1379 + "ureq", 1380 + "webbrowser", 1381 + "which 4.2.2", 1382 + "winres", 1383 + "wry", 1384 + ] 1385 + 1386 + [[package]] 1387 + name = "getrandom" 1388 + version = "0.1.16" 1389 + source = "registry+https://github.com/rust-lang/crates.io-index" 1390 + checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 1391 + dependencies = [ 1392 + "cfg-if 1.0.0", 1393 + "libc", 1394 + "wasi 0.9.0+wasi-snapshot-preview1", 1395 + ] 1396 + 1397 + [[package]] 1398 + name = "getrandom" 1399 + version = "0.2.8" 1400 + source = "registry+https://github.com/rust-lang/crates.io-index" 1401 + checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" 1402 + dependencies = [ 1403 + "cfg-if 1.0.0", 1404 + "js-sys", 1405 + "libc", 1406 + "wasi 0.11.0+wasi-snapshot-preview1", 1407 + "wasm-bindgen", 1408 + ] 1409 + 1410 + [[package]] 1411 + name = "ghash" 1412 + version = "0.3.1" 1413 + source = "registry+https://github.com/rust-lang/crates.io-index" 1414 + checksum = "97304e4cd182c3846f7575ced3890c53012ce534ad9114046b0a9e00bb30a375" 1415 + dependencies = [ 1416 + "opaque-debug", 1417 + "polyval", 1418 + ] 1419 + 1420 + [[package]] 1421 + name = "gimli" 1422 + version = "0.25.0" 1423 + source = "registry+https://github.com/rust-lang/crates.io-index" 1424 + checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7" 1425 + 1426 + [[package]] 1427 + name = "gio" 1428 + version = "0.14.8" 1429 + source = "registry+https://github.com/rust-lang/crates.io-index" 1430 + checksum = "711c3632b3ebd095578a9c091418d10fed492da9443f58ebc8f45efbeb215cb0" 1431 + dependencies = [ 1432 + "bitflags", 1433 + "futures-channel", 1434 + "futures-core", 1435 + "futures-io", 1436 + "gio-sys 0.14.0", 1437 + "glib", 1438 + "libc", 1439 + "once_cell", 1440 + "thiserror", 1441 + ] 1442 + 1443 + [[package]] 1444 + name = "gio-sys" 1445 + version = "0.10.1" 1446 + source = "registry+https://github.com/rust-lang/crates.io-index" 1447 + checksum = "5e24fb752f8f5d2cf6bbc2c606fd2bc989c81c5e2fe321ab974d54f8b6344eac" 1448 + dependencies = [ 1449 + "glib-sys 0.10.1", 1450 + "gobject-sys 0.10.0", 1451 + "libc", 1452 + "system-deps 1.3.2", 1453 + "winapi", 1454 + ] 1455 + 1456 + [[package]] 1457 + name = "gio-sys" 1458 + version = "0.14.0" 1459 + source = "registry+https://github.com/rust-lang/crates.io-index" 1460 + checksum = "c0a41df66e57fcc287c4bcf74fc26b884f31901ea9792ec75607289b456f48fa" 1461 + dependencies = [ 1462 + "glib-sys 0.14.0", 1463 + "gobject-sys 0.14.0", 1464 + "libc", 1465 + "system-deps 3.2.0", 1466 + "winapi", 1467 + ] 1468 + 1469 + [[package]] 1470 + name = "glib" 1471 + version = "0.14.8" 1472 + source = "registry+https://github.com/rust-lang/crates.io-index" 1473 + checksum = "7c515f1e62bf151ef6635f528d05b02c11506de986e43b34a5c920ef0b3796a4" 1474 + dependencies = [ 1475 + "bitflags", 1476 + "futures-channel", 1477 + "futures-core", 1478 + "futures-executor", 1479 + "futures-task", 1480 + "glib-macros", 1481 + "glib-sys 0.14.0", 1482 + "gobject-sys 0.14.0", 1483 + "libc", 1484 + "once_cell", 1485 + "smallvec", 1486 + ] 1487 + 1488 + [[package]] 1489 + name = "glib-macros" 1490 + version = "0.14.1" 1491 + source = "registry+https://github.com/rust-lang/crates.io-index" 1492 + checksum = "2aad66361f66796bfc73f530c51ef123970eb895ffba991a234fcf7bea89e518" 1493 + dependencies = [ 1494 + "anyhow", 1495 + "heck", 1496 + "proc-macro-crate 1.1.0", 1497 + "proc-macro-error", 1498 + "proc-macro2", 1499 + "quote", 1500 + "syn 1.0.109", 1501 + ] 1502 + 1503 + [[package]] 1504 + name = "glib-sys" 1505 + version = "0.10.1" 1506 + source = "registry+https://github.com/rust-lang/crates.io-index" 1507 + checksum = "c7e9b997a66e9a23d073f2b1abb4dbfc3925e0b8952f67efd8d9b6e168e4cdc1" 1508 + dependencies = [ 1509 + "libc", 1510 + "system-deps 1.3.2", 1511 + ] 1512 + 1513 + [[package]] 1514 + name = "glib-sys" 1515 + version = "0.14.0" 1516 + source = "registry+https://github.com/rust-lang/crates.io-index" 1517 + checksum = "1c1d60554a212445e2a858e42a0e48cece1bd57b311a19a9468f70376cf554ae" 1518 + dependencies = [ 1519 + "libc", 1520 + "system-deps 3.2.0", 1521 + ] 1522 + 1523 + [[package]] 1524 + name = "gloo-timers" 1525 + version = "0.2.1" 1526 + source = "registry+https://github.com/rust-lang/crates.io-index" 1527 + checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f" 1528 + dependencies = [ 1529 + "futures-channel", 1530 + "futures-core", 1531 + "js-sys", 1532 + "wasm-bindgen", 1533 + "web-sys", 1534 + ] 1535 + 1536 + [[package]] 1537 + name = "gobject-sys" 1538 + version = "0.10.0" 1539 + source = "registry+https://github.com/rust-lang/crates.io-index" 1540 + checksum = "952133b60c318a62bf82ee75b93acc7e84028a093e06b9e27981c2b6fe68218c" 1541 + dependencies = [ 1542 + "glib-sys 0.10.1", 1543 + "libc", 1544 + "system-deps 1.3.2", 1545 + ] 1546 + 1547 + [[package]] 1548 + name = "gobject-sys" 1549 + version = "0.14.0" 1550 + source = "registry+https://github.com/rust-lang/crates.io-index" 1551 + checksum = "aa92cae29759dae34ab5921d73fff5ad54b3d794ab842c117e36cafc7994c3f5" 1552 + dependencies = [ 1553 + "glib-sys 0.14.0", 1554 + "libc", 1555 + "system-deps 3.2.0", 1556 + ] 1557 + 1558 + [[package]] 1559 + name = "gtk" 1560 + version = "0.14.3" 1561 + source = "registry+https://github.com/rust-lang/crates.io-index" 1562 + checksum = "2eb51122dd3317e9327ec1e4faa151d1fa0d95664cd8fb8dcfacf4d4d29ac70c" 1563 + dependencies = [ 1564 + "atk", 1565 + "bitflags", 1566 + "cairo-rs", 1567 + "field-offset", 1568 + "futures-channel", 1569 + "gdk", 1570 + "gdk-pixbuf", 1571 + "gio", 1572 + "glib", 1573 + "gtk-sys", 1574 + "gtk3-macros", 1575 + "libc", 1576 + "once_cell", 1577 + "pango", 1578 + "pkg-config", 1579 + ] 1580 + 1581 + [[package]] 1582 + name = "gtk-sys" 1583 + version = "0.14.0" 1584 + source = "registry+https://github.com/rust-lang/crates.io-index" 1585 + checksum = "8c14c8d3da0545785a7c5a120345b3abb534010fb8ae0f2ef3f47c027fba303e" 1586 + dependencies = [ 1587 + "atk-sys", 1588 + "cairo-sys-rs", 1589 + "gdk-pixbuf-sys", 1590 + "gdk-sys", 1591 + "gio-sys 0.14.0", 1592 + "glib-sys 0.14.0", 1593 + "gobject-sys 0.14.0", 1594 + "libc", 1595 + "pango-sys", 1596 + "system-deps 3.2.0", 1597 + ] 1598 + 1599 + [[package]] 1600 + name = "gtk3-macros" 1601 + version = "0.14.0" 1602 + source = "registry+https://github.com/rust-lang/crates.io-index" 1603 + checksum = "21de1da96dc117443fb03c2e270b2d34b7de98d0a79a19bbb689476173745b79" 1604 + dependencies = [ 1605 + "anyhow", 1606 + "heck", 1607 + "proc-macro-crate 1.1.0", 1608 + "proc-macro-error", 1609 + "proc-macro2", 1610 + "quote", 1611 + "syn 1.0.109", 1612 + ] 1613 + 1614 + [[package]] 1615 + name = "hashbrown" 1616 + version = "0.12.3" 1617 + source = "registry+https://github.com/rust-lang/crates.io-index" 1618 + checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1619 + 1620 + [[package]] 1621 + name = "hashbrown" 1622 + version = "0.14.0" 1623 + source = "registry+https://github.com/rust-lang/crates.io-index" 1624 + checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" 1625 + 1626 + [[package]] 1627 + name = "heck" 1628 + version = "0.3.3" 1629 + source = "registry+https://github.com/rust-lang/crates.io-index" 1630 + checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 1631 + dependencies = [ 1632 + "unicode-segmentation", 1633 + ] 1634 + 1635 + [[package]] 1636 + name = "hermit-abi" 1637 + version = "0.1.19" 1638 + source = "registry+https://github.com/rust-lang/crates.io-index" 1639 + checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 1640 + dependencies = [ 1641 + "libc", 1642 + ] 1643 + 1644 + [[package]] 1645 + name = "hkdf" 1646 + version = "0.10.0" 1647 + source = "registry+https://github.com/rust-lang/crates.io-index" 1648 + checksum = "51ab2f639c231793c5f6114bdb9bbe50a7dbbfcd7c7c6bd8475dec2d991e964f" 1649 + dependencies = [ 1650 + "digest", 1651 + "hmac", 1652 + ] 1653 + 1654 + [[package]] 1655 + name = "hmac" 1656 + version = "0.10.1" 1657 + source = "registry+https://github.com/rust-lang/crates.io-index" 1658 + checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15" 1659 + dependencies = [ 1660 + "crypto-mac", 1661 + "digest", 1662 + ] 1663 + 1664 + [[package]] 1665 + name = "http" 1666 + version = "0.2.5" 1667 + source = "registry+https://github.com/rust-lang/crates.io-index" 1668 + checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b" 1669 + dependencies = [ 1670 + "bytes", 1671 + "fnv", 1672 + "itoa 0.4.8", 1673 + ] 1674 + 1675 + [[package]] 1676 + name = "http-client" 1677 + version = "6.5.1" 1678 + source = "registry+https://github.com/rust-lang/crates.io-index" 1679 + checksum = "ea880b03c18a7e981d7fb3608b8904a98425d53c440758fcebf7d934aa56547c" 1680 + dependencies = [ 1681 + "async-trait", 1682 + "cfg-if 1.0.0", 1683 + "dashmap 4.0.2", 1684 + "http-types", 1685 + "log", 1686 + ] 1687 + 1688 + [[package]] 1689 + name = "http-types" 1690 + version = "2.12.0" 1691 + source = "registry+https://github.com/rust-lang/crates.io-index" 1692 + checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad" 1693 + dependencies = [ 1694 + "anyhow", 1695 + "async-channel", 1696 + "async-std", 1697 + "base64", 1698 + "cookie", 1699 + "futures-lite", 1700 + "infer", 1701 + "pin-project-lite 0.2.7", 1702 + "rand 0.7.3", 1703 + "serde", 1704 + "serde_json", 1705 + "serde_qs", 1706 + "serde_urlencoded", 1707 + "url 2.2.2", 1708 + ] 1709 + 1710 + [[package]] 1711 + name = "httparse" 1712 + version = "1.5.1" 1713 + source = "registry+https://github.com/rust-lang/crates.io-index" 1714 + checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503" 1715 + 1716 + [[package]] 1717 + name = "ident_case" 1718 + version = "1.0.1" 1719 + source = "registry+https://github.com/rust-lang/crates.io-index" 1720 + checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1721 + 1722 + [[package]] 1723 + name = "idna" 1724 + version = "0.1.5" 1725 + source = "registry+https://github.com/rust-lang/crates.io-index" 1726 + checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" 1727 + dependencies = [ 1728 + "matches", 1729 + "unicode-bidi", 1730 + "unicode-normalization", 1731 + ] 1732 + 1733 + [[package]] 1734 + name = "idna" 1735 + version = "0.2.3" 1736 + source = "registry+https://github.com/rust-lang/crates.io-index" 1737 + checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" 1738 + dependencies = [ 1739 + "matches", 1740 + "unicode-bidi", 1741 + "unicode-normalization", 1742 + ] 1743 + 1744 + [[package]] 1745 + name = "indexmap" 1746 + version = "1.9.2" 1747 + source = "registry+https://github.com/rust-lang/crates.io-index" 1748 + checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" 1749 + dependencies = [ 1750 + "autocfg", 1751 + "hashbrown 0.12.3", 1752 + ] 1753 + 1754 + [[package]] 1755 + name = "indexmap" 1756 + version = "2.0.0" 1757 + source = "registry+https://github.com/rust-lang/crates.io-index" 1758 + checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" 1759 + dependencies = [ 1760 + "equivalent", 1761 + "hashbrown 0.14.0", 1762 + ] 1763 + 1764 + [[package]] 1765 + name = "infer" 1766 + version = "0.2.3" 1767 + source = "registry+https://github.com/rust-lang/crates.io-index" 1768 + checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac" 1769 + 1770 + [[package]] 1771 + name = "instant" 1772 + version = "0.1.12" 1773 + source = "registry+https://github.com/rust-lang/crates.io-index" 1774 + checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 1775 + dependencies = [ 1776 + "cfg-if 1.0.0", 1777 + ] 1778 + 1779 + [[package]] 1780 + name = "is-docker" 1781 + version = "0.2.0" 1782 + source = "registry+https://github.com/rust-lang/crates.io-index" 1783 + checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3" 1784 + dependencies = [ 1785 + "once_cell", 1786 + ] 1787 + 1788 + [[package]] 1789 + name = "is-wsl" 1790 + version = "0.4.0" 1791 + source = "registry+https://github.com/rust-lang/crates.io-index" 1792 + checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5" 1793 + dependencies = [ 1794 + "is-docker", 1795 + "once_cell", 1796 + ] 1797 + 1798 + [[package]] 1799 + name = "is_elevated" 1800 + version = "0.1.2" 1801 + source = "registry+https://github.com/rust-lang/crates.io-index" 1802 + checksum = "5299060ff5db63e788015dcb9525ad9b84f4fd9717ed2cbdeba5018cbf42f9b5" 1803 + dependencies = [ 1804 + "winapi", 1805 + ] 1806 + 1807 + [[package]] 1808 + name = "isahc" 1809 + version = "1.7.2" 1810 + source = "registry+https://github.com/rust-lang/crates.io-index" 1811 + checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9" 1812 + dependencies = [ 1813 + "async-channel", 1814 + "castaway", 1815 + "crossbeam-utils", 1816 + "curl", 1817 + "curl-sys", 1818 + "encoding_rs", 1819 + "event-listener", 1820 + "futures-lite", 1821 + "http", 1822 + "log", 1823 + "mime", 1824 + "once_cell", 1825 + "polling", 1826 + "slab", 1827 + "sluice", 1828 + "tracing", 1829 + "tracing-futures", 1830 + "url 2.2.2", 1831 + "waker-fn", 1832 + ] 1833 + 1834 + [[package]] 1835 + name = "itertools" 1836 + version = "0.10.1" 1837 + source = "registry+https://github.com/rust-lang/crates.io-index" 1838 + checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf" 1839 + dependencies = [ 1840 + "either", 1841 + ] 1842 + 1843 + [[package]] 1844 + name = "itoa" 1845 + version = "0.4.8" 1846 + source = "registry+https://github.com/rust-lang/crates.io-index" 1847 + checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" 1848 + 1849 + [[package]] 1850 + name = "itoa" 1851 + version = "1.0.4" 1852 + source = "registry+https://github.com/rust-lang/crates.io-index" 1853 + checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc" 1854 + 1855 + [[package]] 1856 + name = "javascriptcore-rs" 1857 + version = "0.14.0" 1858 + source = "registry+https://github.com/rust-lang/crates.io-index" 1859 + checksum = "5ca9c7d1445bba2889672fbadc16c3d5007bfdcf0a15a18a3a50fe9fab2c7427" 1860 + dependencies = [ 1861 + "glib", 1862 + "javascriptcore-rs-sys", 1863 + ] 1864 + 1865 + [[package]] 1866 + name = "javascriptcore-rs-sys" 1867 + version = "0.2.0" 1868 + source = "registry+https://github.com/rust-lang/crates.io-index" 1869 + checksum = "3f46ada8a08dcd75a10afae872fbfb51275df4a8ae0d46b8cc7c708f08dd2998" 1870 + dependencies = [ 1871 + "libc", 1872 + ] 1873 + 1874 + [[package]] 1875 + name = "jni-sys" 1876 + version = "0.3.0" 1877 + source = "registry+https://github.com/rust-lang/crates.io-index" 1878 + checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 1879 + 1880 + [[package]] 1881 + name = "js-sys" 1882 + version = "0.3.55" 1883 + source = "registry+https://github.com/rust-lang/crates.io-index" 1884 + checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84" 1885 + dependencies = [ 1886 + "wasm-bindgen", 1887 + ] 1888 + 1889 + [[package]] 1890 + name = "kv-log-macro" 1891 + version = "1.0.7" 1892 + source = "registry+https://github.com/rust-lang/crates.io-index" 1893 + checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 1894 + dependencies = [ 1895 + "log", 1896 + ] 1897 + 1898 + [[package]] 1899 + name = "lazy_static" 1900 + version = "1.4.0" 1901 + source = "registry+https://github.com/rust-lang/crates.io-index" 1902 + checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1903 + 1904 + [[package]] 1905 + name = "libc" 1906 + version = "0.2.137" 1907 + source = "registry+https://github.com/rust-lang/crates.io-index" 1908 + checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89" 1909 + 1910 + [[package]] 1911 + name = "libnghttp2-sys" 1912 + version = "0.1.7+1.45.0" 1913 + source = "registry+https://github.com/rust-lang/crates.io-index" 1914 + checksum = "57ed28aba195b38d5ff02b9170cbff627e336a20925e43b4945390401c5dc93f" 1915 + dependencies = [ 1916 + "cc", 1917 + "libc", 1918 + ] 1919 + 1920 + [[package]] 1921 + name = "libz-sys" 1922 + version = "1.1.8" 1923 + source = "registry+https://github.com/rust-lang/crates.io-index" 1924 + checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf" 1925 + dependencies = [ 1926 + "cc", 1927 + "libc", 1928 + "pkg-config", 1929 + "vcpkg", 1930 + ] 1931 + 1932 + [[package]] 1933 + name = "lock_api" 1934 + version = "0.4.9" 1935 + source = "registry+https://github.com/rust-lang/crates.io-index" 1936 + checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 1937 + dependencies = [ 1938 + "autocfg", 1939 + "scopeguard", 1940 + ] 1941 + 1942 + [[package]] 1943 + name = "log" 1944 + version = "0.4.17" 1945 + source = "registry+https://github.com/rust-lang/crates.io-index" 1946 + checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 1947 + dependencies = [ 1948 + "cfg-if 1.0.0", 1949 + "value-bag", 1950 + ] 1951 + 1952 + [[package]] 1953 + name = "loom" 1954 + version = "0.5.6" 1955 + source = "registry+https://github.com/rust-lang/crates.io-index" 1956 + checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5" 1957 + dependencies = [ 1958 + "cfg-if 1.0.0", 1959 + "generator", 1960 + "scoped-tls", 1961 + "tracing", 1962 + "tracing-subscriber 0.3.6", 1963 + ] 1964 + 1965 + [[package]] 1966 + name = "malloc_buf" 1967 + version = "0.0.6" 1968 + source = "registry+https://github.com/rust-lang/crates.io-index" 1969 + checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 1970 + dependencies = [ 1971 + "libc", 1972 + ] 1973 + 1974 + [[package]] 1975 + name = "matchers" 1976 + version = "0.0.1" 1977 + source = "registry+https://github.com/rust-lang/crates.io-index" 1978 + checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1" 1979 + dependencies = [ 1980 + "regex-automata", 1981 + ] 1982 + 1983 + [[package]] 1984 + name = "matchers" 1985 + version = "0.1.0" 1986 + source = "registry+https://github.com/rust-lang/crates.io-index" 1987 + checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 1988 + dependencies = [ 1989 + "regex-automata", 1990 + ] 1991 + 1992 + [[package]] 1993 + name = "matches" 1994 + version = "0.1.9" 1995 + source = "registry+https://github.com/rust-lang/crates.io-index" 1996 + checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" 1997 + 1998 + [[package]] 1999 + name = "memchr" 2000 + version = "2.4.1" 2001 + source = "registry+https://github.com/rust-lang/crates.io-index" 2002 + checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" 2003 + 2004 + [[package]] 2005 + name = "memoffset" 2006 + version = "0.6.4" 2007 + source = "registry+https://github.com/rust-lang/crates.io-index" 2008 + checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9" 2009 + dependencies = [ 2010 + "autocfg", 2011 + ] 2012 + 2013 + [[package]] 2014 + name = "mime" 2015 + version = "0.3.16" 2016 + source = "registry+https://github.com/rust-lang/crates.io-index" 2017 + checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" 2018 + 2019 + [[package]] 2020 + name = "mime-sniffer" 2021 + version = "0.1.2" 2022 + source = "registry+https://github.com/rust-lang/crates.io-index" 2023 + checksum = "2e98f7cfbbaf64674624e2aa35327d75e3de8e4d1b2555ef70dcf0c107a95490" 2024 + dependencies = [ 2025 + "mime", 2026 + "url 1.7.2", 2027 + ] 2028 + 2029 + [[package]] 2030 + name = "mime_guess" 2031 + version = "2.0.3" 2032 + source = "registry+https://github.com/rust-lang/crates.io-index" 2033 + checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212" 2034 + dependencies = [ 2035 + "mime", 2036 + "unicase", 2037 + ] 2038 + 2039 + [[package]] 2040 + name = "miniz_oxide" 2041 + version = "0.4.4" 2042 + source = "registry+https://github.com/rust-lang/crates.io-index" 2043 + checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b" 2044 + dependencies = [ 2045 + "adler", 2046 + "autocfg", 2047 + ] 2048 + 2049 + [[package]] 2050 + name = "nanorand" 2051 + version = "0.7.0" 2052 + source = "registry+https://github.com/rust-lang/crates.io-index" 2053 + checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" 2054 + dependencies = [ 2055 + "getrandom 0.2.8", 2056 + ] 2057 + 2058 + [[package]] 2059 + name = "nanorpc" 2060 + version = "0.1.12" 2061 + source = "registry+https://github.com/rust-lang/crates.io-index" 2062 + checksum = "81076363e771721de9b7afffdce190cfcbdeed60bd2ce5544ddf00c25d9cfb87" 2063 + dependencies = [ 2064 + "anyhow", 2065 + "async-trait", 2066 + "fastrand", 2067 + "futures-lite", 2068 + "log", 2069 + "nanorpc-derive", 2070 + "serde", 2071 + "serde_json", 2072 + "thiserror", 2073 + ] 2074 + 2075 + [[package]] 2076 + name = "nanorpc-derive" 2077 + version = "0.1.5" 2078 + source = "registry+https://github.com/rust-lang/crates.io-index" 2079 + checksum = "5018dd1f05b88bb28d0bbc0705a5c837477894f1f31c6112a6a90db5d133b030" 2080 + dependencies = [ 2081 + "quote", 2082 + "syn 1.0.109", 2083 + ] 2084 + 2085 + [[package]] 2086 + name = "native-dialog" 2087 + version = "0.5.8" 2088 + source = "registry+https://github.com/rust-lang/crates.io-index" 2089 + checksum = "716291d444588158221ce5b7836ead33e0d1e053157735d277212eff029cb7d6" 2090 + dependencies = [ 2091 + "cocoa", 2092 + "dirs-next", 2093 + "objc", 2094 + "objc-foundation", 2095 + "objc_id", 2096 + "once_cell", 2097 + "raw-window-handle 0.3.3", 2098 + "thiserror", 2099 + "wfd", 2100 + "which 4.2.2", 2101 + "winapi", 2102 + ] 2103 + 2104 + [[package]] 2105 + name = "ndk" 2106 + version = "0.4.0" 2107 + source = "registry+https://github.com/rust-lang/crates.io-index" 2108 + checksum = "d64d6af06fde0e527b1ba5c7b79a6cc89cfc46325b0b2887dffe8f70197e0c3c" 2109 + dependencies = [ 2110 + "bitflags", 2111 + "jni-sys", 2112 + "ndk-sys", 2113 + "num_enum", 2114 + "thiserror", 2115 + ] 2116 + 2117 + [[package]] 2118 + name = "ndk-glue" 2119 + version = "0.4.0" 2120 + source = "registry+https://github.com/rust-lang/crates.io-index" 2121 + checksum = "d3e9e94628f24e7a3cb5b96a2dc5683acd9230bf11991c2a1677b87695138420" 2122 + dependencies = [ 2123 + "lazy_static", 2124 + "libc", 2125 + "log", 2126 + "ndk", 2127 + "ndk-macro", 2128 + "ndk-sys", 2129 + ] 2130 + 2131 + [[package]] 2132 + name = "ndk-macro" 2133 + version = "0.2.0" 2134 + source = "registry+https://github.com/rust-lang/crates.io-index" 2135 + checksum = "05d1c6307dc424d0f65b9b06e94f88248e6305726b14729fd67a5e47b2dc481d" 2136 + dependencies = [ 2137 + "darling", 2138 + "proc-macro-crate 0.1.5", 2139 + "proc-macro2", 2140 + "quote", 2141 + "syn 1.0.109", 2142 + ] 2143 + 2144 + [[package]] 2145 + name = "ndk-sys" 2146 + version = "0.2.1" 2147 + source = "registry+https://github.com/rust-lang/crates.io-index" 2148 + checksum = "c44922cb3dbb1c70b5e5f443d63b64363a898564d739ba5198e3a9138442868d" 2149 + 2150 + [[package]] 2151 + name = "num-integer" 2152 + version = "0.1.44" 2153 + source = "registry+https://github.com/rust-lang/crates.io-index" 2154 + checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" 2155 + dependencies = [ 2156 + "autocfg", 2157 + "num-traits", 2158 + ] 2159 + 2160 + [[package]] 2161 + name = "num-traits" 2162 + version = "0.2.14" 2163 + source = "registry+https://github.com/rust-lang/crates.io-index" 2164 + checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" 2165 + dependencies = [ 2166 + "autocfg", 2167 + ] 2168 + 2169 + [[package]] 2170 + name = "num_cpus" 2171 + version = "1.13.0" 2172 + source = "registry+https://github.com/rust-lang/crates.io-index" 2173 + checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" 2174 + dependencies = [ 2175 + "hermit-abi", 2176 + "libc", 2177 + ] 2178 + 2179 + [[package]] 2180 + name = "num_enum" 2181 + version = "0.5.4" 2182 + source = "registry+https://github.com/rust-lang/crates.io-index" 2183 + checksum = "3f9bd055fb730c4f8f4f57d45d35cd6b3f0980535b056dc7ff119cee6a66ed6f" 2184 + dependencies = [ 2185 + "derivative", 2186 + "num_enum_derive", 2187 + ] 2188 + 2189 + [[package]] 2190 + name = "num_enum_derive" 2191 + version = "0.5.4" 2192 + source = "registry+https://github.com/rust-lang/crates.io-index" 2193 + checksum = "486ea01961c4a818096de679a8b740b26d9033146ac5291b1c98557658f8cdd9" 2194 + dependencies = [ 2195 + "proc-macro-crate 1.1.0", 2196 + "proc-macro2", 2197 + "quote", 2198 + "syn 1.0.109", 2199 + ] 2200 + 2201 + [[package]] 2202 + name = "objc" 2203 + version = "0.2.7" 2204 + source = "registry+https://github.com/rust-lang/crates.io-index" 2205 + checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 2206 + dependencies = [ 2207 + "malloc_buf", 2208 + ] 2209 + 2210 + [[package]] 2211 + name = "objc-foundation" 2212 + version = "0.1.1" 2213 + source = "registry+https://github.com/rust-lang/crates.io-index" 2214 + checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" 2215 + dependencies = [ 2216 + "block", 2217 + "objc", 2218 + "objc_id", 2219 + ] 2220 + 2221 + [[package]] 2222 + name = "objc_id" 2223 + version = "0.1.1" 2224 + source = "registry+https://github.com/rust-lang/crates.io-index" 2225 + checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" 2226 + dependencies = [ 2227 + "objc", 2228 + ] 2229 + 2230 + [[package]] 2231 + name = "object" 2232 + version = "0.27.1" 2233 + source = "registry+https://github.com/rust-lang/crates.io-index" 2234 + checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9" 2235 + dependencies = [ 2236 + "memchr", 2237 + ] 2238 + 2239 + [[package]] 2240 + name = "once_cell" 2241 + version = "1.18.0" 2242 + source = "registry+https://github.com/rust-lang/crates.io-index" 2243 + checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 2244 + 2245 + [[package]] 2246 + name = "opaque-debug" 2247 + version = "0.3.0" 2248 + source = "registry+https://github.com/rust-lang/crates.io-index" 2249 + checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" 2250 + 2251 + [[package]] 2252 + name = "open" 2253 + version = "4.1.0" 2254 + source = "registry+https://github.com/rust-lang/crates.io-index" 2255 + checksum = "d16814a067484415fda653868c9be0ac5f2abd2ef5d951082a5f2fe1b3662944" 2256 + dependencies = [ 2257 + "is-wsl", 2258 + "pathdiff", 2259 + ] 2260 + 2261 + [[package]] 2262 + name = "openssl-probe" 2263 + version = "0.1.5" 2264 + source = "registry+https://github.com/rust-lang/crates.io-index" 2265 + checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 2266 + 2267 + [[package]] 2268 + name = "openssl-sys" 2269 + version = "0.9.77" 2270 + source = "registry+https://github.com/rust-lang/crates.io-index" 2271 + checksum = "b03b84c3b2d099b81f0953422b4d4ad58761589d0229b5506356afca05a3670a" 2272 + dependencies = [ 2273 + "autocfg", 2274 + "cc", 2275 + "libc", 2276 + "pkg-config", 2277 + "vcpkg", 2278 + ] 2279 + 2280 + [[package]] 2281 + name = "pango" 2282 + version = "0.14.8" 2283 + source = "registry+https://github.com/rust-lang/crates.io-index" 2284 + checksum = "546fd59801e5ca735af82839007edd226fe7d3bb06433ec48072be4439c28581" 2285 + dependencies = [ 2286 + "bitflags", 2287 + "glib", 2288 + "libc", 2289 + "once_cell", 2290 + "pango-sys", 2291 + ] 2292 + 2293 + [[package]] 2294 + name = "pango-sys" 2295 + version = "0.14.0" 2296 + source = "registry+https://github.com/rust-lang/crates.io-index" 2297 + checksum = "2367099ca5e761546ba1d501955079f097caa186bb53ce0f718dca99ac1942fe" 2298 + dependencies = [ 2299 + "glib-sys 0.14.0", 2300 + "gobject-sys 0.14.0", 2301 + "libc", 2302 + "system-deps 3.2.0", 2303 + ] 2304 + 2305 + [[package]] 2306 + name = "parking" 2307 + version = "2.0.0" 2308 + source = "registry+https://github.com/rust-lang/crates.io-index" 2309 + checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" 2310 + 2311 + [[package]] 2312 + name = "parking_lot" 2313 + version = "0.11.2" 2314 + source = "registry+https://github.com/rust-lang/crates.io-index" 2315 + checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 2316 + dependencies = [ 2317 + "instant", 2318 + "lock_api", 2319 + "parking_lot_core 0.8.5", 2320 + ] 2321 + 2322 + [[package]] 2323 + name = "parking_lot" 2324 + version = "0.12.1" 2325 + source = "registry+https://github.com/rust-lang/crates.io-index" 2326 + checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 2327 + dependencies = [ 2328 + "lock_api", 2329 + "parking_lot_core 0.9.4", 2330 + ] 2331 + 2332 + [[package]] 2333 + name = "parking_lot_core" 2334 + version = "0.8.5" 2335 + source = "registry+https://github.com/rust-lang/crates.io-index" 2336 + checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" 2337 + dependencies = [ 2338 + "cfg-if 1.0.0", 2339 + "instant", 2340 + "libc", 2341 + "redox_syscall", 2342 + "smallvec", 2343 + "winapi", 2344 + ] 2345 + 2346 + [[package]] 2347 + name = "parking_lot_core" 2348 + version = "0.9.4" 2349 + source = "registry+https://github.com/rust-lang/crates.io-index" 2350 + checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0" 2351 + dependencies = [ 2352 + "cfg-if 1.0.0", 2353 + "libc", 2354 + "redox_syscall", 2355 + "smallvec", 2356 + "windows-sys 0.42.0", 2357 + ] 2358 + 2359 + [[package]] 2360 + name = "pathdiff" 2361 + version = "0.2.1" 2362 + source = "registry+https://github.com/rust-lang/crates.io-index" 2363 + checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 2364 + 2365 + [[package]] 2366 + name = "percent-encoding" 2367 + version = "1.0.1" 2368 + source = "registry+https://github.com/rust-lang/crates.io-index" 2369 + checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" 2370 + 2371 + [[package]] 2372 + name = "percent-encoding" 2373 + version = "2.1.0" 2374 + source = "registry+https://github.com/rust-lang/crates.io-index" 2375 + checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" 2376 + 2377 + [[package]] 2378 + name = "pest" 2379 + version = "2.1.3" 2380 + source = "registry+https://github.com/rust-lang/crates.io-index" 2381 + checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53" 2382 + dependencies = [ 2383 + "ucd-trie", 2384 + ] 2385 + 2386 + [[package]] 2387 + name = "pin-project" 2388 + version = "1.0.8" 2389 + source = "registry+https://github.com/rust-lang/crates.io-index" 2390 + checksum = "576bc800220cc65dac09e99e97b08b358cfab6e17078de8dc5fee223bd2d0c08" 2391 + dependencies = [ 2392 + "pin-project-internal", 2393 + ] 2394 + 2395 + [[package]] 2396 + name = "pin-project-internal" 2397 + version = "1.0.8" 2398 + source = "registry+https://github.com/rust-lang/crates.io-index" 2399 + checksum = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389" 2400 + dependencies = [ 2401 + "proc-macro2", 2402 + "quote", 2403 + "syn 1.0.109", 2404 + ] 2405 + 2406 + [[package]] 2407 + name = "pin-project-lite" 2408 + version = "0.1.12" 2409 + source = "registry+https://github.com/rust-lang/crates.io-index" 2410 + checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" 2411 + 2412 + [[package]] 2413 + name = "pin-project-lite" 2414 + version = "0.2.7" 2415 + source = "registry+https://github.com/rust-lang/crates.io-index" 2416 + checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443" 2417 + 2418 + [[package]] 2419 + name = "pin-utils" 2420 + version = "0.1.0" 2421 + source = "registry+https://github.com/rust-lang/crates.io-index" 2422 + checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2423 + 2424 + [[package]] 2425 + name = "pkg-config" 2426 + version = "0.3.22" 2427 + source = "registry+https://github.com/rust-lang/crates.io-index" 2428 + checksum = "12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f" 2429 + 2430 + [[package]] 2431 + name = "png" 2432 + version = "0.17.2" 2433 + source = "registry+https://github.com/rust-lang/crates.io-index" 2434 + checksum = "c845088517daa61e8a57eee40309347cea13f273694d1385c553e7a57127763b" 2435 + dependencies = [ 2436 + "bitflags", 2437 + "crc32fast", 2438 + "deflate", 2439 + "encoding", 2440 + "miniz_oxide", 2441 + ] 2442 + 2443 + [[package]] 2444 + name = "polling" 2445 + version = "2.1.0" 2446 + source = "registry+https://github.com/rust-lang/crates.io-index" 2447 + checksum = "92341d779fa34ea8437ef4d82d440d5e1ce3f3ff7f824aa64424cd481f9a1f25" 2448 + dependencies = [ 2449 + "cfg-if 1.0.0", 2450 + "libc", 2451 + "log", 2452 + "wepoll-ffi", 2453 + "winapi", 2454 + ] 2455 + 2456 + [[package]] 2457 + name = "polyval" 2458 + version = "0.4.5" 2459 + source = "registry+https://github.com/rust-lang/crates.io-index" 2460 + checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd" 2461 + dependencies = [ 2462 + "cpuid-bool", 2463 + "opaque-debug", 2464 + "universal-hash", 2465 + ] 2466 + 2467 + [[package]] 2468 + name = "ppv-lite86" 2469 + version = "0.2.15" 2470 + source = "registry+https://github.com/rust-lang/crates.io-index" 2471 + checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba" 2472 + 2473 + [[package]] 2474 + name = "proc-macro-crate" 2475 + version = "0.1.5" 2476 + source = "registry+https://github.com/rust-lang/crates.io-index" 2477 + checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785" 2478 + dependencies = [ 2479 + "toml 0.5.8", 2480 + ] 2481 + 2482 + [[package]] 2483 + name = "proc-macro-crate" 2484 + version = "1.1.0" 2485 + source = "registry+https://github.com/rust-lang/crates.io-index" 2486 + checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83" 2487 + dependencies = [ 2488 + "thiserror", 2489 + "toml 0.5.8", 2490 + ] 2491 + 2492 + [[package]] 2493 + name = "proc-macro-error" 2494 + version = "1.0.4" 2495 + source = "registry+https://github.com/rust-lang/crates.io-index" 2496 + checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 2497 + dependencies = [ 2498 + "proc-macro-error-attr", 2499 + "proc-macro2", 2500 + "quote", 2501 + "syn 1.0.109", 2502 + "version_check", 2503 + ] 2504 + 2505 + [[package]] 2506 + name = "proc-macro-error-attr" 2507 + version = "1.0.4" 2508 + source = "registry+https://github.com/rust-lang/crates.io-index" 2509 + checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 2510 + dependencies = [ 2511 + "proc-macro2", 2512 + "quote", 2513 + "version_check", 2514 + ] 2515 + 2516 + [[package]] 2517 + name = "proc-macro-hack" 2518 + version = "0.5.19" 2519 + source = "registry+https://github.com/rust-lang/crates.io-index" 2520 + checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" 2521 + 2522 + [[package]] 2523 + name = "proc-macro-nested" 2524 + version = "0.1.7" 2525 + source = "registry+https://github.com/rust-lang/crates.io-index" 2526 + checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086" 2527 + 2528 + [[package]] 2529 + name = "proc-macro2" 2530 + version = "1.0.60" 2531 + source = "registry+https://github.com/rust-lang/crates.io-index" 2532 + checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406" 2533 + dependencies = [ 2534 + "unicode-ident", 2535 + ] 2536 + 2537 + [[package]] 2538 + name = "quote" 2539 + version = "1.0.28" 2540 + source = "registry+https://github.com/rust-lang/crates.io-index" 2541 + checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" 2542 + dependencies = [ 2543 + "proc-macro2", 2544 + ] 2545 + 2546 + [[package]] 2547 + name = "rand" 2548 + version = "0.7.3" 2549 + source = "registry+https://github.com/rust-lang/crates.io-index" 2550 + checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 2551 + dependencies = [ 2552 + "getrandom 0.1.16", 2553 + "libc", 2554 + "rand_chacha 0.2.2", 2555 + "rand_core 0.5.1", 2556 + "rand_hc", 2557 + ] 2558 + 2559 + [[package]] 2560 + name = "rand" 2561 + version = "0.8.5" 2562 + source = "registry+https://github.com/rust-lang/crates.io-index" 2563 + checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2564 + dependencies = [ 2565 + "libc", 2566 + "rand_chacha 0.3.1", 2567 + "rand_core 0.6.3", 2568 + ] 2569 + 2570 + [[package]] 2571 + name = "rand_chacha" 2572 + version = "0.2.2" 2573 + source = "registry+https://github.com/rust-lang/crates.io-index" 2574 + checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 2575 + dependencies = [ 2576 + "ppv-lite86", 2577 + "rand_core 0.5.1", 2578 + ] 2579 + 2580 + [[package]] 2581 + name = "rand_chacha" 2582 + version = "0.3.1" 2583 + source = "registry+https://github.com/rust-lang/crates.io-index" 2584 + checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2585 + dependencies = [ 2586 + "ppv-lite86", 2587 + "rand_core 0.6.3", 2588 + ] 2589 + 2590 + [[package]] 2591 + name = "rand_core" 2592 + version = "0.5.1" 2593 + source = "registry+https://github.com/rust-lang/crates.io-index" 2594 + checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 2595 + dependencies = [ 2596 + "getrandom 0.1.16", 2597 + ] 2598 + 2599 + [[package]] 2600 + name = "rand_core" 2601 + version = "0.6.3" 2602 + source = "registry+https://github.com/rust-lang/crates.io-index" 2603 + checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" 2604 + dependencies = [ 2605 + "getrandom 0.2.8", 2606 + ] 2607 + 2608 + [[package]] 2609 + name = "rand_hc" 2610 + version = "0.2.0" 2611 + source = "registry+https://github.com/rust-lang/crates.io-index" 2612 + checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 2613 + dependencies = [ 2614 + "rand_core 0.5.1", 2615 + ] 2616 + 2617 + [[package]] 2618 + name = "raw-window-handle" 2619 + version = "0.3.3" 2620 + source = "registry+https://github.com/rust-lang/crates.io-index" 2621 + checksum = "0a441a7a6c80ad6473bd4b74ec1c9a4c951794285bf941c2126f607c72e48211" 2622 + dependencies = [ 2623 + "libc", 2624 + ] 2625 + 2626 + [[package]] 2627 + name = "raw-window-handle" 2628 + version = "0.4.3" 2629 + source = "registry+https://github.com/rust-lang/crates.io-index" 2630 + checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41" 2631 + dependencies = [ 2632 + "cty", 2633 + ] 2634 + 2635 + [[package]] 2636 + name = "redox_syscall" 2637 + version = "0.2.10" 2638 + source = "registry+https://github.com/rust-lang/crates.io-index" 2639 + checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" 2640 + dependencies = [ 2641 + "bitflags", 2642 + ] 2643 + 2644 + [[package]] 2645 + name = "redox_users" 2646 + version = "0.4.0" 2647 + source = "registry+https://github.com/rust-lang/crates.io-index" 2648 + checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" 2649 + dependencies = [ 2650 + "getrandom 0.2.8", 2651 + "redox_syscall", 2652 + ] 2653 + 2654 + [[package]] 2655 + name = "regex" 2656 + version = "1.5.4" 2657 + source = "registry+https://github.com/rust-lang/crates.io-index" 2658 + checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" 2659 + dependencies = [ 2660 + "aho-corasick", 2661 + "memchr", 2662 + "regex-syntax", 2663 + ] 2664 + 2665 + [[package]] 2666 + name = "regex-automata" 2667 + version = "0.1.10" 2668 + source = "registry+https://github.com/rust-lang/crates.io-index" 2669 + checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 2670 + dependencies = [ 2671 + "regex-syntax", 2672 + ] 2673 + 2674 + [[package]] 2675 + name = "regex-syntax" 2676 + version = "0.6.25" 2677 + source = "registry+https://github.com/rust-lang/crates.io-index" 2678 + checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" 2679 + 2680 + [[package]] 2681 + name = "remove_dir_all" 2682 + version = "0.5.3" 2683 + source = "registry+https://github.com/rust-lang/crates.io-index" 2684 + checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 2685 + dependencies = [ 2686 + "winapi", 2687 + ] 2688 + 2689 + [[package]] 2690 + name = "rfd" 2691 + version = "0.6.3" 2692 + source = "registry+https://github.com/rust-lang/crates.io-index" 2693 + checksum = "6b0c25b610bf37d9874ff224ab2791ff2272bedeb5638a2dca8b18e1270ed69b" 2694 + dependencies = [ 2695 + "block", 2696 + "dispatch", 2697 + "glib-sys 0.14.0", 2698 + "gobject-sys 0.14.0", 2699 + "gtk-sys", 2700 + "js-sys", 2701 + "lazy_static", 2702 + "objc", 2703 + "objc-foundation", 2704 + "objc_id", 2705 + "raw-window-handle 0.4.3", 2706 + "wasm-bindgen", 2707 + "wasm-bindgen-futures", 2708 + "web-sys", 2709 + "windows 0.29.0", 2710 + ] 2711 + 2712 + [[package]] 2713 + name = "ring" 2714 + version = "0.16.20" 2715 + source = "registry+https://github.com/rust-lang/crates.io-index" 2716 + checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 2717 + dependencies = [ 2718 + "cc", 2719 + "libc", 2720 + "once_cell", 2721 + "spin 0.5.2", 2722 + "untrusted", 2723 + "web-sys", 2724 + "winapi", 2725 + ] 2726 + 2727 + [[package]] 2728 + name = "route-recognizer" 2729 + version = "0.2.0" 2730 + source = "registry+https://github.com/rust-lang/crates.io-index" 2731 + checksum = "56770675ebc04927ded3e60633437841581c285dc6236109ea25fbf3beb7b59e" 2732 + 2733 + [[package]] 2734 + name = "runas" 2735 + version = "0.2.1" 2736 + source = "registry+https://github.com/rust-lang/crates.io-index" 2737 + checksum = "a620b0994a180cdfa25c0439e6d58c0628272571501880d626ffff58e96a0799" 2738 + dependencies = [ 2739 + "cc", 2740 + "which 3.1.1", 2741 + ] 2742 + 2743 + [[package]] 2744 + name = "rust-embed" 2745 + version = "6.2.0" 2746 + source = "registry+https://github.com/rust-lang/crates.io-index" 2747 + checksum = "1be44a6694859b7cfc955699935944a6844aa9fe416aeda5d40829e3e38dfee6" 2748 + dependencies = [ 2749 + "rust-embed-impl", 2750 + "rust-embed-utils", 2751 + "walkdir", 2752 + ] 2753 + 2754 + [[package]] 2755 + name = "rust-embed-impl" 2756 + version = "6.1.0" 2757 + source = "registry+https://github.com/rust-lang/crates.io-index" 2758 + checksum = "f567ca01565c50c67b29e535f5f67b8ea8aeadaeed16a88f10792ab57438b957" 2759 + dependencies = [ 2760 + "proc-macro2", 2761 + "quote", 2762 + "rust-embed-utils", 2763 + "syn 1.0.109", 2764 + "walkdir", 2765 + ] 2766 + 2767 + [[package]] 2768 + name = "rust-embed-utils" 2769 + version = "7.0.0" 2770 + source = "registry+https://github.com/rust-lang/crates.io-index" 2771 + checksum = "6116e7ab9ea963f60f2f20291d8fcf6c7273192cdd7273b3c80729a9605c97b2" 2772 + dependencies = [ 2773 + "sha2", 2774 + "walkdir", 2775 + ] 2776 + 2777 + [[package]] 2778 + name = "rustc-demangle" 2779 + version = "0.1.21" 2780 + source = "registry+https://github.com/rust-lang/crates.io-index" 2781 + checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" 2782 + 2783 + [[package]] 2784 + name = "rustc-hash" 2785 + version = "1.1.0" 2786 + source = "registry+https://github.com/rust-lang/crates.io-index" 2787 + checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 2788 + 2789 + [[package]] 2790 + name = "rustc_version" 2791 + version = "0.2.3" 2792 + source = "registry+https://github.com/rust-lang/crates.io-index" 2793 + checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" 2794 + dependencies = [ 2795 + "semver 0.9.0", 2796 + ] 2797 + 2798 + [[package]] 2799 + name = "rustc_version" 2800 + version = "0.3.3" 2801 + source = "registry+https://github.com/rust-lang/crates.io-index" 2802 + checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee" 2803 + dependencies = [ 2804 + "semver 0.11.0", 2805 + ] 2806 + 2807 + [[package]] 2808 + name = "rustc_version" 2809 + version = "0.4.0" 2810 + source = "registry+https://github.com/rust-lang/crates.io-index" 2811 + checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 2812 + dependencies = [ 2813 + "semver 1.0.14", 2814 + ] 2815 + 2816 + [[package]] 2817 + name = "rustls" 2818 + version = "0.20.0" 2819 + source = "registry+https://github.com/rust-lang/crates.io-index" 2820 + checksum = "9b5ac6078ca424dc1d3ae2328526a76787fecc7f8011f520e3276730e711fc95" 2821 + dependencies = [ 2822 + "log", 2823 + "ring", 2824 + "sct", 2825 + "webpki", 2826 + ] 2827 + 2828 + [[package]] 2829 + name = "rustversion" 2830 + version = "1.0.9" 2831 + source = "registry+https://github.com/rust-lang/crates.io-index" 2832 + checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8" 2833 + 2834 + [[package]] 2835 + name = "ryu" 2836 + version = "1.0.5" 2837 + source = "registry+https://github.com/rust-lang/crates.io-index" 2838 + checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" 2839 + 2840 + [[package]] 2841 + name = "same-file" 2842 + version = "1.0.6" 2843 + source = "registry+https://github.com/rust-lang/crates.io-index" 2844 + checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2845 + dependencies = [ 2846 + "winapi-util", 2847 + ] 2848 + 2849 + [[package]] 2850 + name = "schannel" 2851 + version = "0.1.20" 2852 + source = "registry+https://github.com/rust-lang/crates.io-index" 2853 + checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2" 2854 + dependencies = [ 2855 + "lazy_static", 2856 + "windows-sys 0.36.1", 2857 + ] 2858 + 2859 + [[package]] 2860 + name = "scoped-tls" 2861 + version = "1.0.1" 2862 + source = "registry+https://github.com/rust-lang/crates.io-index" 2863 + checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 2864 + 2865 + [[package]] 2866 + name = "scopeguard" 2867 + version = "1.1.0" 2868 + source = "registry+https://github.com/rust-lang/crates.io-index" 2869 + checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 2870 + 2871 + [[package]] 2872 + name = "sct" 2873 + version = "0.7.0" 2874 + source = "registry+https://github.com/rust-lang/crates.io-index" 2875 + checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 2876 + dependencies = [ 2877 + "ring", 2878 + "untrusted", 2879 + ] 2880 + 2881 + [[package]] 2882 + name = "semver" 2883 + version = "0.9.0" 2884 + source = "registry+https://github.com/rust-lang/crates.io-index" 2885 + checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 2886 + dependencies = [ 2887 + "semver-parser 0.7.0", 2888 + ] 2889 + 2890 + [[package]] 2891 + name = "semver" 2892 + version = "0.11.0" 2893 + source = "registry+https://github.com/rust-lang/crates.io-index" 2894 + checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" 2895 + dependencies = [ 2896 + "semver-parser 0.10.2", 2897 + ] 2898 + 2899 + [[package]] 2900 + name = "semver" 2901 + version = "1.0.14" 2902 + source = "registry+https://github.com/rust-lang/crates.io-index" 2903 + checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4" 2904 + 2905 + [[package]] 2906 + name = "semver-parser" 2907 + version = "0.7.0" 2908 + source = "registry+https://github.com/rust-lang/crates.io-index" 2909 + checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 2910 + 2911 + [[package]] 2912 + name = "semver-parser" 2913 + version = "0.10.2" 2914 + source = "registry+https://github.com/rust-lang/crates.io-index" 2915 + checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" 2916 + dependencies = [ 2917 + "pest", 2918 + ] 2919 + 2920 + [[package]] 2921 + name = "serde" 2922 + version = "1.0.147" 2923 + source = "registry+https://github.com/rust-lang/crates.io-index" 2924 + checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965" 2925 + dependencies = [ 2926 + "serde_derive", 2927 + ] 2928 + 2929 + [[package]] 2930 + name = "serde_derive" 2931 + version = "1.0.147" 2932 + source = "registry+https://github.com/rust-lang/crates.io-index" 2933 + checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852" 2934 + dependencies = [ 2935 + "proc-macro2", 2936 + "quote", 2937 + "syn 1.0.109", 2938 + ] 2939 + 2940 + [[package]] 2941 + name = "serde_json" 2942 + version = "1.0.97" 2943 + source = "registry+https://github.com/rust-lang/crates.io-index" 2944 + checksum = "bdf3bf93142acad5821c99197022e170842cdbc1c30482b98750c688c640842a" 2945 + dependencies = [ 2946 + "itoa 1.0.4", 2947 + "ryu", 2948 + "serde", 2949 + ] 2950 + 2951 + [[package]] 2952 + name = "serde_qs" 2953 + version = "0.8.5" 2954 + source = "registry+https://github.com/rust-lang/crates.io-index" 2955 + checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6" 2956 + dependencies = [ 2957 + "percent-encoding 2.1.0", 2958 + "serde", 2959 + "thiserror", 2960 + ] 2961 + 2962 + [[package]] 2963 + name = "serde_spanned" 2964 + version = "0.6.3" 2965 + source = "registry+https://github.com/rust-lang/crates.io-index" 2966 + checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" 2967 + dependencies = [ 2968 + "serde", 2969 + ] 2970 + 2971 + [[package]] 2972 + name = "serde_urlencoded" 2973 + version = "0.7.0" 2974 + source = "registry+https://github.com/rust-lang/crates.io-index" 2975 + checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9" 2976 + dependencies = [ 2977 + "form_urlencoded", 2978 + "itoa 0.4.8", 2979 + "ryu", 2980 + "serde", 2981 + ] 2982 + 2983 + [[package]] 2984 + name = "serde_yaml" 2985 + version = "0.9.14" 2986 + source = "registry+https://github.com/rust-lang/crates.io-index" 2987 + checksum = "6d232d893b10de3eb7258ff01974d6ee20663d8e833263c99409d4b13a0209da" 2988 + dependencies = [ 2989 + "indexmap 1.9.2", 2990 + "itoa 1.0.4", 2991 + "ryu", 2992 + "serde", 2993 + "unsafe-libyaml", 2994 + ] 2995 + 2996 + [[package]] 2997 + name = "sha1" 2998 + version = "0.6.0" 2999 + source = "registry+https://github.com/rust-lang/crates.io-index" 3000 + checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d" 3001 + 3002 + [[package]] 3003 + name = "sha2" 3004 + version = "0.9.8" 3005 + source = "registry+https://github.com/rust-lang/crates.io-index" 3006 + checksum = "b69f9a4c9740d74c5baa3fd2e547f9525fa8088a8a958e0ca2409a514e33f5fa" 3007 + dependencies = [ 3008 + "block-buffer", 3009 + "cfg-if 1.0.0", 3010 + "cpufeatures", 3011 + "digest", 3012 + "opaque-debug", 3013 + ] 3014 + 3015 + [[package]] 3016 + name = "sharded-slab" 3017 + version = "0.1.4" 3018 + source = "registry+https://github.com/rust-lang/crates.io-index" 3019 + checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" 3020 + dependencies = [ 3021 + "lazy_static", 3022 + ] 3023 + 3024 + [[package]] 3025 + name = "signal-hook" 3026 + version = "0.3.10" 3027 + source = "registry+https://github.com/rust-lang/crates.io-index" 3028 + checksum = "9c98891d737e271a2954825ef19e46bd16bdb98e2746f2eec4f7a4ef7946efd1" 3029 + dependencies = [ 3030 + "libc", 3031 + "signal-hook-registry", 3032 + ] 3033 + 3034 + [[package]] 3035 + name = "signal-hook-registry" 3036 + version = "1.4.0" 3037 + source = "registry+https://github.com/rust-lang/crates.io-index" 3038 + checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" 3039 + dependencies = [ 3040 + "libc", 3041 + ] 3042 + 3043 + [[package]] 3044 + name = "simple-mutex" 3045 + version = "1.1.5" 3046 + source = "registry+https://github.com/rust-lang/crates.io-index" 3047 + checksum = "38aabbeafa6f6dead8cebf246fe9fae1f9215c8d29b3a69f93bd62a9e4a3dcd6" 3048 + dependencies = [ 3049 + "event-listener", 3050 + ] 3051 + 3052 + [[package]] 3053 + name = "slab" 3054 + version = "0.4.5" 3055 + source = "registry+https://github.com/rust-lang/crates.io-index" 3056 + checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" 3057 + 3058 + [[package]] 3059 + name = "sluice" 3060 + version = "0.5.5" 3061 + source = "registry+https://github.com/rust-lang/crates.io-index" 3062 + checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5" 3063 + dependencies = [ 3064 + "async-channel", 3065 + "futures-core", 3066 + "futures-io", 3067 + ] 3068 + 3069 + [[package]] 3070 + name = "smallvec" 3071 + version = "1.10.0" 3072 + source = "registry+https://github.com/rust-lang/crates.io-index" 3073 + checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 3074 + 3075 + [[package]] 3076 + name = "smol" 3077 + version = "1.2.5" 3078 + source = "registry+https://github.com/rust-lang/crates.io-index" 3079 + checksum = "85cf3b5351f3e783c1d79ab5fc604eeed8b8ae9abd36b166e8b87a089efd85e4" 3080 + dependencies = [ 3081 + "async-channel", 3082 + "async-executor", 3083 + "async-fs", 3084 + "async-io", 3085 + "async-lock", 3086 + "async-net", 3087 + "async-process", 3088 + "blocking", 3089 + "futures-lite", 3090 + "once_cell", 3091 + ] 3092 + 3093 + [[package]] 3094 + name = "smol-timeout" 3095 + version = "0.6.0" 3096 + source = "registry+https://github.com/rust-lang/crates.io-index" 3097 + checksum = "847d777e2c6c166bad26264479e80a9820f3d364fcb4a0e23cd57bbfa8e94961" 3098 + dependencies = [ 3099 + "async-io", 3100 + "pin-project-lite 0.1.12", 3101 + ] 3102 + 3103 + [[package]] 3104 + name = "smolscale" 3105 + version = "0.3.49" 3106 + source = "registry+https://github.com/rust-lang/crates.io-index" 3107 + checksum = "75b1adada57639d497c1e8437ac6c3a3fd91bf32b367ae50e6198d127cf9736c" 3108 + dependencies = [ 3109 + "anyhow", 3110 + "async-channel", 3111 + "async-executor", 3112 + "async-global-executor", 3113 + "async-io", 3114 + "async-oneshot", 3115 + "async-task", 3116 + "backtrace", 3117 + "cache-padded", 3118 + "concurrent-queue 2.0.0", 3119 + "crossbeam-deque", 3120 + "crossbeam-queue", 3121 + "crossbeam-utils", 3122 + "dashmap 5.4.0", 3123 + "event-listener", 3124 + "fastrand", 3125 + "flume", 3126 + "futures-intrusive", 3127 + "futures-lite", 3128 + "log", 3129 + "num_cpus", 3130 + "once_cell", 3131 + "parking_lot 0.12.1", 3132 + "pin-project-lite 0.2.7", 3133 + "rustc-hash", 3134 + "scopeguard", 3135 + "slab", 3136 + "smallvec", 3137 + "st3", 3138 + "tabwriter", 3139 + "thread_local", 3140 + "waker-fn", 3141 + ] 3142 + 3143 + [[package]] 3144 + name = "socket2" 3145 + version = "0.4.2" 3146 + source = "registry+https://github.com/rust-lang/crates.io-index" 3147 + checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516" 3148 + dependencies = [ 3149 + "libc", 3150 + "winapi", 3151 + ] 3152 + 3153 + [[package]] 3154 + name = "soup-sys" 3155 + version = "0.10.0" 3156 + source = "registry+https://github.com/rust-lang/crates.io-index" 3157 + checksum = "c3c7adf08565630bbb71f955f11f8a68464817ded2703a3549747c235b58a13e" 3158 + dependencies = [ 3159 + "bitflags", 3160 + "gio-sys 0.10.1", 3161 + "glib-sys 0.10.1", 3162 + "gobject-sys 0.10.0", 3163 + "libc", 3164 + "pkg-config", 3165 + "system-deps 1.3.2", 3166 + ] 3167 + 3168 + [[package]] 3169 + name = "spin" 3170 + version = "0.5.2" 3171 + source = "registry+https://github.com/rust-lang/crates.io-index" 3172 + checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 3173 + 3174 + [[package]] 3175 + name = "spin" 3176 + version = "0.9.2" 3177 + source = "registry+https://github.com/rust-lang/crates.io-index" 3178 + checksum = "511254be0c5bcf062b019a6c89c01a664aa359ded62f78aa72c6fc137c0590e5" 3179 + dependencies = [ 3180 + "lock_api", 3181 + ] 3182 + 3183 + [[package]] 3184 + name = "st3" 3185 + version = "0.4.0" 3186 + source = "registry+https://github.com/rust-lang/crates.io-index" 3187 + checksum = "edacd49b8f40b3357c6af1bf2ed726f3b7596369a2f0f17d30aa98513f0003d6" 3188 + dependencies = [ 3189 + "cache-padded", 3190 + "loom", 3191 + ] 3192 + 3193 + [[package]] 3194 + name = "stable_deref_trait" 3195 + version = "1.2.0" 3196 + source = "registry+https://github.com/rust-lang/crates.io-index" 3197 + checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 3198 + 3199 + [[package]] 3200 + name = "standback" 3201 + version = "0.2.17" 3202 + source = "registry+https://github.com/rust-lang/crates.io-index" 3203 + checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff" 3204 + dependencies = [ 3205 + "version_check", 3206 + ] 3207 + 3208 + [[package]] 3209 + name = "stdweb" 3210 + version = "0.4.20" 3211 + source = "registry+https://github.com/rust-lang/crates.io-index" 3212 + checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5" 3213 + dependencies = [ 3214 + "discard", 3215 + "rustc_version 0.2.3", 3216 + "stdweb-derive", 3217 + "stdweb-internal-macros", 3218 + "stdweb-internal-runtime", 3219 + "wasm-bindgen", 3220 + ] 3221 + 3222 + [[package]] 3223 + name = "stdweb-derive" 3224 + version = "0.5.3" 3225 + source = "registry+https://github.com/rust-lang/crates.io-index" 3226 + checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef" 3227 + dependencies = [ 3228 + "proc-macro2", 3229 + "quote", 3230 + "serde", 3231 + "serde_derive", 3232 + "syn 1.0.109", 3233 + ] 3234 + 3235 + [[package]] 3236 + name = "stdweb-internal-macros" 3237 + version = "0.2.9" 3238 + source = "registry+https://github.com/rust-lang/crates.io-index" 3239 + checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11" 3240 + dependencies = [ 3241 + "base-x", 3242 + "proc-macro2", 3243 + "quote", 3244 + "serde", 3245 + "serde_derive", 3246 + "serde_json", 3247 + "sha1", 3248 + "syn 1.0.109", 3249 + ] 3250 + 3251 + [[package]] 3252 + name = "stdweb-internal-runtime" 3253 + version = "0.1.5" 3254 + source = "registry+https://github.com/rust-lang/crates.io-index" 3255 + checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0" 3256 + 3257 + [[package]] 3258 + name = "strsim" 3259 + version = "0.9.3" 3260 + source = "registry+https://github.com/rust-lang/crates.io-index" 3261 + checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c" 3262 + 3263 + [[package]] 3264 + name = "strum" 3265 + version = "0.18.0" 3266 + source = "registry+https://github.com/rust-lang/crates.io-index" 3267 + checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b" 3268 + 3269 + [[package]] 3270 + name = "strum" 3271 + version = "0.21.0" 3272 + source = "registry+https://github.com/rust-lang/crates.io-index" 3273 + checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2" 3274 + 3275 + [[package]] 3276 + name = "strum_macros" 3277 + version = "0.18.0" 3278 + source = "registry+https://github.com/rust-lang/crates.io-index" 3279 + checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c" 3280 + dependencies = [ 3281 + "heck", 3282 + "proc-macro2", 3283 + "quote", 3284 + "syn 1.0.109", 3285 + ] 3286 + 3287 + [[package]] 3288 + name = "strum_macros" 3289 + version = "0.21.1" 3290 + source = "registry+https://github.com/rust-lang/crates.io-index" 3291 + checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec" 3292 + dependencies = [ 3293 + "heck", 3294 + "proc-macro2", 3295 + "quote", 3296 + "syn 1.0.109", 3297 + ] 3298 + 3299 + [[package]] 3300 + name = "subtle" 3301 + version = "2.4.1" 3302 + source = "registry+https://github.com/rust-lang/crates.io-index" 3303 + checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" 3304 + 3305 + [[package]] 3306 + name = "sval" 3307 + version = "1.0.0-alpha.5" 3308 + source = "registry+https://github.com/rust-lang/crates.io-index" 3309 + checksum = "45f6ee7c7b87caf59549e9fe45d6a69c75c8019e79e212a835c5da0e92f0ba08" 3310 + 3311 + [[package]] 3312 + name = "syn" 3313 + version = "1.0.109" 3314 + source = "registry+https://github.com/rust-lang/crates.io-index" 3315 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 3316 + dependencies = [ 3317 + "proc-macro2", 3318 + "quote", 3319 + "unicode-ident", 3320 + ] 3321 + 3322 + [[package]] 3323 + name = "syn" 3324 + version = "2.0.18" 3325 + source = "registry+https://github.com/rust-lang/crates.io-index" 3326 + checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e" 3327 + dependencies = [ 3328 + "proc-macro2", 3329 + "quote", 3330 + "unicode-ident", 3331 + ] 3332 + 3333 + [[package]] 3334 + name = "system-deps" 3335 + version = "1.3.2" 3336 + source = "registry+https://github.com/rust-lang/crates.io-index" 3337 + checksum = "0f3ecc17269a19353b3558b313bba738b25d82993e30d62a18406a24aba4649b" 3338 + dependencies = [ 3339 + "heck", 3340 + "pkg-config", 3341 + "strum 0.18.0", 3342 + "strum_macros 0.18.0", 3343 + "thiserror", 3344 + "toml 0.5.8", 3345 + "version-compare 0.0.10", 3346 + ] 3347 + 3348 + [[package]] 3349 + name = "system-deps" 3350 + version = "3.2.0" 3351 + source = "registry+https://github.com/rust-lang/crates.io-index" 3352 + checksum = "480c269f870722b3b08d2f13053ce0c2ab722839f472863c3e2d61ff3a1c2fa6" 3353 + dependencies = [ 3354 + "anyhow", 3355 + "cfg-expr", 3356 + "heck", 3357 + "itertools", 3358 + "pkg-config", 3359 + "strum 0.21.0", 3360 + "strum_macros 0.21.1", 3361 + "thiserror", 3362 + "toml 0.5.8", 3363 + "version-compare 0.0.11", 3364 + ] 3365 + 3366 + [[package]] 3367 + name = "tabwriter" 3368 + version = "1.2.1" 3369 + source = "registry+https://github.com/rust-lang/crates.io-index" 3370 + checksum = "36205cfc997faadcc4b0b87aaef3fbedafe20d38d4959a7ca6ff803564051111" 3371 + dependencies = [ 3372 + "unicode-width", 3373 + ] 3374 + 3375 + [[package]] 3376 + name = "tao" 3377 + version = "0.5.2" 3378 + source = "git+https://github.com/tauri-apps/tao?branch=next#97cd0497ae827903f7d67aa1c991a77a397c9cb8" 3379 + dependencies = [ 3380 + "bitflags", 3381 + "cairo-rs", 3382 + "cc", 3383 + "cocoa", 3384 + "core-foundation 0.9.2", 3385 + "core-graphics 0.22.2", 3386 + "core-video-sys", 3387 + "crossbeam-channel", 3388 + "dispatch", 3389 + "gdk", 3390 + "gdk-pixbuf", 3391 + "gdk-sys", 3392 + "gio", 3393 + "glib", 3394 + "glib-sys 0.14.0", 3395 + "gtk", 3396 + "instant", 3397 + "lazy_static", 3398 + "libc", 3399 + "log", 3400 + "ndk", 3401 + "ndk-glue", 3402 + "ndk-sys", 3403 + "objc", 3404 + "parking_lot 0.11.2", 3405 + "raw-window-handle 0.3.3", 3406 + "scopeguard", 3407 + "serde", 3408 + "unicode-segmentation", 3409 + "webview2-com-sys", 3410 + "windows 0.19.0", 3411 + "x11-dl", 3412 + ] 3413 + 3414 + [[package]] 3415 + name = "tap" 3416 + version = "1.0.1" 3417 + source = "registry+https://github.com/rust-lang/crates.io-index" 3418 + checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 3419 + 3420 + [[package]] 3421 + name = "tempfile" 3422 + version = "3.2.0" 3423 + source = "registry+https://github.com/rust-lang/crates.io-index" 3424 + checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" 3425 + dependencies = [ 3426 + "cfg-if 1.0.0", 3427 + "libc", 3428 + "rand 0.8.5", 3429 + "redox_syscall", 3430 + "remove_dir_all", 3431 + "winapi", 3432 + ] 3433 + 3434 + [[package]] 3435 + name = "thiserror" 3436 + version = "1.0.40" 3437 + source = "registry+https://github.com/rust-lang/crates.io-index" 3438 + checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 3439 + dependencies = [ 3440 + "thiserror-impl", 3441 + ] 3442 + 3443 + [[package]] 3444 + name = "thiserror-impl" 3445 + version = "1.0.40" 3446 + source = "registry+https://github.com/rust-lang/crates.io-index" 3447 + checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 3448 + dependencies = [ 3449 + "proc-macro2", 3450 + "quote", 3451 + "syn 2.0.18", 3452 + ] 3453 + 3454 + [[package]] 3455 + name = "thread_local" 3456 + version = "1.1.3" 3457 + source = "registry+https://github.com/rust-lang/crates.io-index" 3458 + checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd" 3459 + dependencies = [ 3460 + "once_cell", 3461 + ] 3462 + 3463 + [[package]] 3464 + name = "tide" 3465 + version = "0.16.0" 3466 + source = "registry+https://github.com/rust-lang/crates.io-index" 3467 + checksum = "c459573f0dd2cc734b539047f57489ea875af8ee950860ded20cf93a79a1dee0" 3468 + dependencies = [ 3469 + "async-h1", 3470 + "async-sse", 3471 + "async-std", 3472 + "async-trait", 3473 + "futures-util", 3474 + "http-client", 3475 + "http-types", 3476 + "kv-log-macro", 3477 + "log", 3478 + "pin-project-lite 0.2.7", 3479 + "route-recognizer", 3480 + "serde", 3481 + "serde_json", 3482 + ] 3483 + 3484 + [[package]] 3485 + name = "time" 3486 + version = "0.2.27" 3487 + source = "registry+https://github.com/rust-lang/crates.io-index" 3488 + checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242" 3489 + dependencies = [ 3490 + "const_fn", 3491 + "libc", 3492 + "standback", 3493 + "stdweb", 3494 + "time-macros", 3495 + "version_check", 3496 + "winapi", 3497 + ] 3498 + 3499 + [[package]] 3500 + name = "time-macros" 3501 + version = "0.1.1" 3502 + source = "registry+https://github.com/rust-lang/crates.io-index" 3503 + checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1" 3504 + dependencies = [ 3505 + "proc-macro-hack", 3506 + "time-macros-impl", 3507 + ] 3508 + 3509 + [[package]] 3510 + name = "time-macros-impl" 3511 + version = "0.1.2" 3512 + source = "registry+https://github.com/rust-lang/crates.io-index" 3513 + checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f" 3514 + dependencies = [ 3515 + "proc-macro-hack", 3516 + "proc-macro2", 3517 + "quote", 3518 + "standback", 3519 + "syn 1.0.109", 3520 + ] 3521 + 3522 + [[package]] 3523 + name = "tinyvec" 3524 + version = "1.5.0" 3525 + source = "registry+https://github.com/rust-lang/crates.io-index" 3526 + checksum = "f83b2a3d4d9091d0abd7eba4dc2710b1718583bd4d8992e2190720ea38f391f7" 3527 + dependencies = [ 3528 + "tinyvec_macros", 3529 + ] 3530 + 3531 + [[package]] 3532 + name = "tinyvec_macros" 3533 + version = "0.1.0" 3534 + source = "registry+https://github.com/rust-lang/crates.io-index" 3535 + checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" 3536 + 3537 + [[package]] 3538 + name = "toml" 3539 + version = "0.5.8" 3540 + source = "registry+https://github.com/rust-lang/crates.io-index" 3541 + checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa" 3542 + dependencies = [ 3543 + "serde", 3544 + ] 3545 + 3546 + [[package]] 3547 + name = "toml" 3548 + version = "0.7.5" 3549 + source = "registry+https://github.com/rust-lang/crates.io-index" 3550 + checksum = "1ebafdf5ad1220cb59e7d17cf4d2c72015297b75b19a10472f99b89225089240" 3551 + dependencies = [ 3552 + "serde", 3553 + "serde_spanned", 3554 + "toml_datetime", 3555 + "toml_edit", 3556 + ] 3557 + 3558 + [[package]] 3559 + name = "toml_datetime" 3560 + version = "0.6.3" 3561 + source = "registry+https://github.com/rust-lang/crates.io-index" 3562 + checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" 3563 + dependencies = [ 3564 + "serde", 3565 + ] 3566 + 3567 + [[package]] 3568 + name = "toml_edit" 3569 + version = "0.19.11" 3570 + source = "registry+https://github.com/rust-lang/crates.io-index" 3571 + checksum = "266f016b7f039eec8a1a80dfe6156b633d208b9fccca5e4db1d6775b0c4e34a7" 3572 + dependencies = [ 3573 + "indexmap 2.0.0", 3574 + "serde", 3575 + "serde_spanned", 3576 + "toml_datetime", 3577 + "winnow", 3578 + ] 3579 + 3580 + [[package]] 3581 + name = "tracing" 3582 + version = "0.1.35" 3583 + source = "registry+https://github.com/rust-lang/crates.io-index" 3584 + checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160" 3585 + dependencies = [ 3586 + "cfg-if 1.0.0", 3587 + "log", 3588 + "pin-project-lite 0.2.7", 3589 + "tracing-attributes", 3590 + "tracing-core", 3591 + ] 3592 + 3593 + [[package]] 3594 + name = "tracing-attributes" 3595 + version = "0.1.23" 3596 + source = "registry+https://github.com/rust-lang/crates.io-index" 3597 + checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" 3598 + dependencies = [ 3599 + "proc-macro2", 3600 + "quote", 3601 + "syn 1.0.109", 3602 + ] 3603 + 3604 + [[package]] 3605 + name = "tracing-core" 3606 + version = "0.1.30" 3607 + source = "registry+https://github.com/rust-lang/crates.io-index" 3608 + checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 3609 + dependencies = [ 3610 + "once_cell", 3611 + "valuable", 3612 + ] 3613 + 3614 + [[package]] 3615 + name = "tracing-futures" 3616 + version = "0.2.5" 3617 + source = "registry+https://github.com/rust-lang/crates.io-index" 3618 + checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" 3619 + dependencies = [ 3620 + "pin-project", 3621 + "tracing", 3622 + ] 3623 + 3624 + [[package]] 3625 + name = "tracing-log" 3626 + version = "0.1.2" 3627 + source = "registry+https://github.com/rust-lang/crates.io-index" 3628 + checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3" 3629 + dependencies = [ 3630 + "lazy_static", 3631 + "log", 3632 + "tracing-core", 3633 + ] 3634 + 3635 + [[package]] 3636 + name = "tracing-serde" 3637 + version = "0.1.2" 3638 + source = "registry+https://github.com/rust-lang/crates.io-index" 3639 + checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b" 3640 + dependencies = [ 3641 + "serde", 3642 + "tracing-core", 3643 + ] 3644 + 3645 + [[package]] 3646 + name = "tracing-subscriber" 3647 + version = "0.2.25" 3648 + source = "registry+https://github.com/rust-lang/crates.io-index" 3649 + checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71" 3650 + dependencies = [ 3651 + "ansi_term", 3652 + "chrono", 3653 + "lazy_static", 3654 + "matchers 0.0.1", 3655 + "regex", 3656 + "serde", 3657 + "serde_json", 3658 + "sharded-slab", 3659 + "smallvec", 3660 + "thread_local", 3661 + "tracing", 3662 + "tracing-core", 3663 + "tracing-log", 3664 + "tracing-serde", 3665 + ] 3666 + 3667 + [[package]] 3668 + name = "tracing-subscriber" 3669 + version = "0.3.6" 3670 + source = "registry+https://github.com/rust-lang/crates.io-index" 3671 + checksum = "77be66445c4eeebb934a7340f227bfe7b338173d3f8c00a60a5a58005c9faecf" 3672 + dependencies = [ 3673 + "ansi_term", 3674 + "lazy_static", 3675 + "matchers 0.1.0", 3676 + "regex", 3677 + "sharded-slab", 3678 + "smallvec", 3679 + "thread_local", 3680 + "tracing", 3681 + "tracing-core", 3682 + "tracing-log", 3683 + ] 3684 + 3685 + [[package]] 3686 + name = "typenum" 3687 + version = "1.14.0" 3688 + source = "registry+https://github.com/rust-lang/crates.io-index" 3689 + checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec" 3690 + 3691 + [[package]] 3692 + name = "ucd-trie" 3693 + version = "0.1.3" 3694 + source = "registry+https://github.com/rust-lang/crates.io-index" 3695 + checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c" 3696 + 3697 + [[package]] 3698 + name = "unicase" 3699 + version = "2.6.0" 3700 + source = "registry+https://github.com/rust-lang/crates.io-index" 3701 + checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 3702 + dependencies = [ 3703 + "version_check", 3704 + ] 3705 + 3706 + [[package]] 3707 + name = "unicode-bidi" 3708 + version = "0.3.7" 3709 + source = "registry+https://github.com/rust-lang/crates.io-index" 3710 + checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f" 3711 + 3712 + [[package]] 3713 + name = "unicode-ident" 3714 + version = "1.0.5" 3715 + source = "registry+https://github.com/rust-lang/crates.io-index" 3716 + checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3" 3717 + 3718 + [[package]] 3719 + name = "unicode-normalization" 3720 + version = "0.1.19" 3721 + source = "registry+https://github.com/rust-lang/crates.io-index" 3722 + checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9" 3723 + dependencies = [ 3724 + "tinyvec", 3725 + ] 3726 + 3727 + [[package]] 3728 + name = "unicode-segmentation" 3729 + version = "1.8.0" 3730 + source = "registry+https://github.com/rust-lang/crates.io-index" 3731 + checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b" 3732 + 3733 + [[package]] 3734 + name = "unicode-width" 3735 + version = "0.1.10" 3736 + source = "registry+https://github.com/rust-lang/crates.io-index" 3737 + checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 3738 + 3739 + [[package]] 3740 + name = "universal-hash" 3741 + version = "0.4.1" 3742 + source = "registry+https://github.com/rust-lang/crates.io-index" 3743 + checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05" 3744 + dependencies = [ 3745 + "generic-array", 3746 + "subtle", 3747 + ] 3748 + 3749 + [[package]] 3750 + name = "unsafe-libyaml" 3751 + version = "0.2.4" 3752 + source = "registry+https://github.com/rust-lang/crates.io-index" 3753 + checksum = "c1e5fa573d8ac5f1a856f8d7be41d390ee973daf97c806b2c1a465e4e1406e68" 3754 + 3755 + [[package]] 3756 + name = "untrusted" 3757 + version = "0.7.1" 3758 + source = "registry+https://github.com/rust-lang/crates.io-index" 3759 + checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 3760 + 3761 + [[package]] 3762 + name = "ureq" 3763 + version = "2.3.0" 3764 + source = "registry+https://github.com/rust-lang/crates.io-index" 3765 + checksum = "1dd912a3d096959150c4d71ac752e13f1683085922658c205b89b40fe8ebe07f" 3766 + dependencies = [ 3767 + "base64", 3768 + "chunked_transfer", 3769 + "log", 3770 + "once_cell", 3771 + "rustls", 3772 + "url 2.2.2", 3773 + "webpki", 3774 + "webpki-roots", 3775 + ] 3776 + 3777 + [[package]] 3778 + name = "url" 3779 + version = "1.7.2" 3780 + source = "registry+https://github.com/rust-lang/crates.io-index" 3781 + checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" 3782 + dependencies = [ 3783 + "idna 0.1.5", 3784 + "matches", 3785 + "percent-encoding 1.0.1", 3786 + ] 3787 + 3788 + [[package]] 3789 + name = "url" 3790 + version = "2.2.2" 3791 + source = "registry+https://github.com/rust-lang/crates.io-index" 3792 + checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" 3793 + dependencies = [ 3794 + "form_urlencoded", 3795 + "idna 0.2.3", 3796 + "matches", 3797 + "percent-encoding 2.1.0", 3798 + "serde", 3799 + ] 3800 + 3801 + [[package]] 3802 + name = "valuable" 3803 + version = "0.1.0" 3804 + source = "registry+https://github.com/rust-lang/crates.io-index" 3805 + checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 3806 + 3807 + [[package]] 3808 + name = "value-bag" 3809 + version = "1.0.0-alpha.9" 3810 + source = "registry+https://github.com/rust-lang/crates.io-index" 3811 + checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55" 3812 + dependencies = [ 3813 + "ctor", 3814 + "sval", 3815 + "version_check", 3816 + ] 3817 + 3818 + [[package]] 3819 + name = "vcpkg" 3820 + version = "0.2.15" 3821 + source = "registry+https://github.com/rust-lang/crates.io-index" 3822 + checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 3823 + 3824 + [[package]] 3825 + name = "version-compare" 3826 + version = "0.0.10" 3827 + source = "registry+https://github.com/rust-lang/crates.io-index" 3828 + checksum = "d63556a25bae6ea31b52e640d7c41d1ab27faba4ccb600013837a3d0b3994ca1" 3829 + 3830 + [[package]] 3831 + name = "version-compare" 3832 + version = "0.0.11" 3833 + source = "registry+https://github.com/rust-lang/crates.io-index" 3834 + checksum = "1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b" 3835 + 3836 + [[package]] 3837 + name = "version_check" 3838 + version = "0.9.3" 3839 + source = "registry+https://github.com/rust-lang/crates.io-index" 3840 + checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" 3841 + 3842 + [[package]] 3843 + name = "vswhom" 3844 + version = "0.1.0" 3845 + source = "registry+https://github.com/rust-lang/crates.io-index" 3846 + checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b" 3847 + dependencies = [ 3848 + "libc", 3849 + "vswhom-sys", 3850 + ] 3851 + 3852 + [[package]] 3853 + name = "vswhom-sys" 3854 + version = "0.1.2" 3855 + source = "registry+https://github.com/rust-lang/crates.io-index" 3856 + checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18" 3857 + dependencies = [ 3858 + "cc", 3859 + "libc", 3860 + ] 3861 + 3862 + [[package]] 3863 + name = "waker-fn" 3864 + version = "1.1.0" 3865 + source = "registry+https://github.com/rust-lang/crates.io-index" 3866 + checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" 3867 + 3868 + [[package]] 3869 + name = "walkdir" 3870 + version = "2.3.2" 3871 + source = "registry+https://github.com/rust-lang/crates.io-index" 3872 + checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" 3873 + dependencies = [ 3874 + "same-file", 3875 + "winapi", 3876 + "winapi-util", 3877 + ] 3878 + 3879 + [[package]] 3880 + name = "wasi" 3881 + version = "0.9.0+wasi-snapshot-preview1" 3882 + source = "registry+https://github.com/rust-lang/crates.io-index" 3883 + checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 3884 + 3885 + [[package]] 3886 + name = "wasi" 3887 + version = "0.11.0+wasi-snapshot-preview1" 3888 + source = "registry+https://github.com/rust-lang/crates.io-index" 3889 + checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 3890 + 3891 + [[package]] 3892 + name = "wasm-bindgen" 3893 + version = "0.2.78" 3894 + source = "registry+https://github.com/rust-lang/crates.io-index" 3895 + checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce" 3896 + dependencies = [ 3897 + "cfg-if 1.0.0", 3898 + "wasm-bindgen-macro", 3899 + ] 3900 + 3901 + [[package]] 3902 + name = "wasm-bindgen-backend" 3903 + version = "0.2.78" 3904 + source = "registry+https://github.com/rust-lang/crates.io-index" 3905 + checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b" 3906 + dependencies = [ 3907 + "bumpalo", 3908 + "lazy_static", 3909 + "log", 3910 + "proc-macro2", 3911 + "quote", 3912 + "syn 1.0.109", 3913 + "wasm-bindgen-shared", 3914 + ] 3915 + 3916 + [[package]] 3917 + name = "wasm-bindgen-futures" 3918 + version = "0.4.28" 3919 + source = "registry+https://github.com/rust-lang/crates.io-index" 3920 + checksum = "8e8d7523cb1f2a4c96c1317ca690031b714a51cc14e05f712446691f413f5d39" 3921 + dependencies = [ 3922 + "cfg-if 1.0.0", 3923 + "js-sys", 3924 + "wasm-bindgen", 3925 + "web-sys", 3926 + ] 3927 + 3928 + [[package]] 3929 + name = "wasm-bindgen-macro" 3930 + version = "0.2.78" 3931 + source = "registry+https://github.com/rust-lang/crates.io-index" 3932 + checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9" 3933 + dependencies = [ 3934 + "quote", 3935 + "wasm-bindgen-macro-support", 3936 + ] 3937 + 3938 + [[package]] 3939 + name = "wasm-bindgen-macro-support" 3940 + version = "0.2.78" 3941 + source = "registry+https://github.com/rust-lang/crates.io-index" 3942 + checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab" 3943 + dependencies = [ 3944 + "proc-macro2", 3945 + "quote", 3946 + "syn 1.0.109", 3947 + "wasm-bindgen-backend", 3948 + "wasm-bindgen-shared", 3949 + ] 3950 + 3951 + [[package]] 3952 + name = "wasm-bindgen-shared" 3953 + version = "0.2.78" 3954 + source = "registry+https://github.com/rust-lang/crates.io-index" 3955 + checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc" 3956 + 3957 + [[package]] 3958 + name = "web-sys" 3959 + version = "0.3.55" 3960 + source = "registry+https://github.com/rust-lang/crates.io-index" 3961 + checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb" 3962 + dependencies = [ 3963 + "js-sys", 3964 + "wasm-bindgen", 3965 + ] 3966 + 3967 + [[package]] 3968 + name = "webbrowser" 3969 + version = "0.5.5" 3970 + source = "registry+https://github.com/rust-lang/crates.io-index" 3971 + checksum = "ecad156490d6b620308ed411cfee90d280b3cbd13e189ea0d3fada8acc89158a" 3972 + dependencies = [ 3973 + "web-sys", 3974 + "widestring", 3975 + "winapi", 3976 + ] 3977 + 3978 + [[package]] 3979 + name = "webkit2gtk" 3980 + version = "0.14.0" 3981 + source = "registry+https://github.com/rust-lang/crates.io-index" 3982 + checksum = "e3e47b7f870883fc21612d2a51b74262f7f2cc5371f1621370817292a35300a9" 3983 + dependencies = [ 3984 + "bitflags", 3985 + "cairo-rs", 3986 + "gdk", 3987 + "gdk-sys", 3988 + "gio", 3989 + "gio-sys 0.14.0", 3990 + "glib", 3991 + "glib-sys 0.14.0", 3992 + "gobject-sys 0.14.0", 3993 + "gtk", 3994 + "gtk-sys", 3995 + "javascriptcore-rs", 3996 + "libc", 3997 + "once_cell", 3998 + "webkit2gtk-sys", 3999 + ] 4000 + 4001 + [[package]] 4002 + name = "webkit2gtk-sys" 4003 + version = "0.14.0" 4004 + source = "registry+https://github.com/rust-lang/crates.io-index" 4005 + checksum = "b66ccc9f0cb4de7c3b92376a5bf64e7ddffb33852f092721731a039ec38dda98" 4006 + dependencies = [ 4007 + "atk-sys", 4008 + "bitflags", 4009 + "cairo-sys-rs", 4010 + "gdk-pixbuf-sys", 4011 + "gdk-sys", 4012 + "gio-sys 0.14.0", 4013 + "glib-sys 0.14.0", 4014 + "gobject-sys 0.14.0", 4015 + "gtk-sys", 4016 + "javascriptcore-rs-sys", 4017 + "libc", 4018 + "pango-sys", 4019 + "pkg-config", 4020 + "soup-sys", 4021 + "system-deps 3.2.0", 4022 + ] 4023 + 4024 + [[package]] 4025 + name = "webpki" 4026 + version = "0.22.0" 4027 + source = "registry+https://github.com/rust-lang/crates.io-index" 4028 + checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 4029 + dependencies = [ 4030 + "ring", 4031 + "untrusted", 4032 + ] 4033 + 4034 + [[package]] 4035 + name = "webpki-roots" 4036 + version = "0.22.1" 4037 + source = "registry+https://github.com/rust-lang/crates.io-index" 4038 + checksum = "c475786c6f47219345717a043a37ec04cb4bc185e28853adcc4fa0a947eba630" 4039 + dependencies = [ 4040 + "webpki", 4041 + ] 4042 + 4043 + [[package]] 4044 + name = "webview2-com" 4045 + version = "0.4.0" 4046 + source = "registry+https://github.com/rust-lang/crates.io-index" 4047 + checksum = "f2294dee38668da0d71019097dddc6cef525fde7aa4784243dd83f0752e08aa5" 4048 + dependencies = [ 4049 + "webview2-com-macros", 4050 + "webview2-com-sys", 4051 + "windows 0.19.0", 4052 + ] 4053 + 4054 + [[package]] 4055 + name = "webview2-com-macros" 4056 + version = "0.3.0" 4057 + source = "registry+https://github.com/rust-lang/crates.io-index" 4058 + checksum = "2eba35fdbb8fbc8de7e7479532a356dbbf2754d8a6e9c9fbfa430896cbb1ca89" 4059 + dependencies = [ 4060 + "proc-macro2", 4061 + "quote", 4062 + "syn 1.0.109", 4063 + ] 4064 + 4065 + [[package]] 4066 + name = "webview2-com-sys" 4067 + version = "0.4.0" 4068 + source = "registry+https://github.com/rust-lang/crates.io-index" 4069 + checksum = "14690dcb8b57c5238c4502cfc321f858fa1306edd4109e8e1d7ddee0c29b06a5" 4070 + dependencies = [ 4071 + "regex", 4072 + "serde", 4073 + "serde_json", 4074 + "thiserror", 4075 + "windows 0.19.0", 4076 + ] 4077 + 4078 + [[package]] 4079 + name = "wepoll-ffi" 4080 + version = "0.1.2" 4081 + source = "registry+https://github.com/rust-lang/crates.io-index" 4082 + checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb" 4083 + dependencies = [ 4084 + "cc", 4085 + ] 4086 + 4087 + [[package]] 4088 + name = "wfd" 4089 + version = "0.1.7" 4090 + source = "registry+https://github.com/rust-lang/crates.io-index" 4091 + checksum = "e713040b67aae5bf1a0ae3e1ebba8cc29ab2b90da9aa1bff6e09031a8a41d7a8" 4092 + dependencies = [ 4093 + "libc", 4094 + "winapi", 4095 + ] 4096 + 4097 + [[package]] 4098 + name = "which" 4099 + version = "3.1.1" 4100 + source = "registry+https://github.com/rust-lang/crates.io-index" 4101 + checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724" 4102 + dependencies = [ 4103 + "failure", 4104 + "libc", 4105 + ] 4106 + 4107 + [[package]] 4108 + name = "which" 4109 + version = "4.2.2" 4110 + source = "registry+https://github.com/rust-lang/crates.io-index" 4111 + checksum = "ea187a8ef279bc014ec368c27a920da2024d2a711109bfbe3440585d5cf27ad9" 4112 + dependencies = [ 4113 + "either", 4114 + "lazy_static", 4115 + "libc", 4116 + ] 4117 + 4118 + [[package]] 4119 + name = "widestring" 4120 + version = "0.4.3" 4121 + source = "registry+https://github.com/rust-lang/crates.io-index" 4122 + checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c" 4123 + 4124 + [[package]] 4125 + name = "winapi" 4126 + version = "0.3.9" 4127 + source = "registry+https://github.com/rust-lang/crates.io-index" 4128 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 4129 + dependencies = [ 4130 + "winapi-i686-pc-windows-gnu", 4131 + "winapi-x86_64-pc-windows-gnu", 4132 + ] 4133 + 4134 + [[package]] 4135 + name = "winapi-i686-pc-windows-gnu" 4136 + version = "0.4.0" 4137 + source = "registry+https://github.com/rust-lang/crates.io-index" 4138 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4139 + 4140 + [[package]] 4141 + name = "winapi-util" 4142 + version = "0.1.5" 4143 + source = "registry+https://github.com/rust-lang/crates.io-index" 4144 + checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 4145 + dependencies = [ 4146 + "winapi", 4147 + ] 4148 + 4149 + [[package]] 4150 + name = "winapi-x86_64-pc-windows-gnu" 4151 + version = "0.4.0" 4152 + source = "registry+https://github.com/rust-lang/crates.io-index" 4153 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4154 + 4155 + [[package]] 4156 + name = "windows" 4157 + version = "0.19.0" 4158 + source = "registry+https://github.com/rust-lang/crates.io-index" 4159 + checksum = "ef84dd25f4c69a271b1bba394532bf400523b43169de21dfc715e8f8e491053d" 4160 + dependencies = [ 4161 + "const-sha1", 4162 + "windows_gen", 4163 + "windows_macros", 4164 + ] 4165 + 4166 + [[package]] 4167 + name = "windows" 4168 + version = "0.29.0" 4169 + source = "registry+https://github.com/rust-lang/crates.io-index" 4170 + checksum = "aac7fef12f4b59cd0a29339406cc9203ab44e440ddff6b3f5a41455349fa9cf3" 4171 + dependencies = [ 4172 + "windows_aarch64_msvc 0.29.0", 4173 + "windows_i686_gnu 0.29.0", 4174 + "windows_i686_msvc 0.29.0", 4175 + "windows_x86_64_gnu 0.29.0", 4176 + "windows_x86_64_msvc 0.29.0", 4177 + ] 4178 + 4179 + [[package]] 4180 + name = "windows" 4181 + version = "0.32.0" 4182 + source = "registry+https://github.com/rust-lang/crates.io-index" 4183 + checksum = "fbedf6db9096bc2364adce0ae0aa636dcd89f3c3f2cd67947062aaf0ca2a10ec" 4184 + dependencies = [ 4185 + "windows_aarch64_msvc 0.32.0", 4186 + "windows_i686_gnu 0.32.0", 4187 + "windows_i686_msvc 0.32.0", 4188 + "windows_x86_64_gnu 0.32.0", 4189 + "windows_x86_64_msvc 0.32.0", 4190 + ] 4191 + 4192 + [[package]] 4193 + name = "windows-sys" 4194 + version = "0.36.1" 4195 + source = "registry+https://github.com/rust-lang/crates.io-index" 4196 + checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" 4197 + dependencies = [ 4198 + "windows_aarch64_msvc 0.36.1", 4199 + "windows_i686_gnu 0.36.1", 4200 + "windows_i686_msvc 0.36.1", 4201 + "windows_x86_64_gnu 0.36.1", 4202 + "windows_x86_64_msvc 0.36.1", 4203 + ] 4204 + 4205 + [[package]] 4206 + name = "windows-sys" 4207 + version = "0.42.0" 4208 + source = "registry+https://github.com/rust-lang/crates.io-index" 4209 + checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 4210 + dependencies = [ 4211 + "windows_aarch64_gnullvm", 4212 + "windows_aarch64_msvc 0.42.0", 4213 + "windows_i686_gnu 0.42.0", 4214 + "windows_i686_msvc 0.42.0", 4215 + "windows_x86_64_gnu 0.42.0", 4216 + "windows_x86_64_gnullvm", 4217 + "windows_x86_64_msvc 0.42.0", 4218 + ] 4219 + 4220 + [[package]] 4221 + name = "windows_aarch64_gnullvm" 4222 + version = "0.42.0" 4223 + source = "registry+https://github.com/rust-lang/crates.io-index" 4224 + checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e" 4225 + 4226 + [[package]] 4227 + name = "windows_aarch64_msvc" 4228 + version = "0.29.0" 4229 + source = "registry+https://github.com/rust-lang/crates.io-index" 4230 + checksum = "c3d027175d00b01e0cbeb97d6ab6ebe03b12330a35786cbaca5252b1c4bf5d9b" 4231 + 4232 + [[package]] 4233 + name = "windows_aarch64_msvc" 4234 + version = "0.32.0" 4235 + source = "registry+https://github.com/rust-lang/crates.io-index" 4236 + checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5" 4237 + 4238 + [[package]] 4239 + name = "windows_aarch64_msvc" 4240 + version = "0.36.1" 4241 + source = "registry+https://github.com/rust-lang/crates.io-index" 4242 + checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" 4243 + 4244 + [[package]] 4245 + name = "windows_aarch64_msvc" 4246 + version = "0.42.0" 4247 + source = "registry+https://github.com/rust-lang/crates.io-index" 4248 + checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4" 4249 + 4250 + [[package]] 4251 + name = "windows_gen" 4252 + version = "0.19.0" 4253 + source = "registry+https://github.com/rust-lang/crates.io-index" 4254 + checksum = "ac7bb21b8ff5e801232b72a6ff554b4cc0cef9ed9238188c3ca78fe3968a7e5d" 4255 + dependencies = [ 4256 + "windows_quote", 4257 + "windows_reader", 4258 + ] 4259 + 4260 + [[package]] 4261 + name = "windows_i686_gnu" 4262 + version = "0.29.0" 4263 + source = "registry+https://github.com/rust-lang/crates.io-index" 4264 + checksum = "8793f59f7b8e8b01eda1a652b2697d87b93097198ae85f823b969ca5b89bba58" 4265 + 4266 + [[package]] 4267 + name = "windows_i686_gnu" 4268 + version = "0.32.0" 4269 + source = "registry+https://github.com/rust-lang/crates.io-index" 4270 + checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615" 4271 + 4272 + [[package]] 4273 + name = "windows_i686_gnu" 4274 + version = "0.36.1" 4275 + source = "registry+https://github.com/rust-lang/crates.io-index" 4276 + checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" 4277 + 4278 + [[package]] 4279 + name = "windows_i686_gnu" 4280 + version = "0.42.0" 4281 + source = "registry+https://github.com/rust-lang/crates.io-index" 4282 + checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7" 4283 + 4284 + [[package]] 4285 + name = "windows_i686_msvc" 4286 + version = "0.29.0" 4287 + source = "registry+https://github.com/rust-lang/crates.io-index" 4288 + checksum = "8602f6c418b67024be2996c512f5f995de3ba417f4c75af68401ab8756796ae4" 4289 + 4290 + [[package]] 4291 + name = "windows_i686_msvc" 4292 + version = "0.32.0" 4293 + source = "registry+https://github.com/rust-lang/crates.io-index" 4294 + checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172" 4295 + 4296 + [[package]] 4297 + name = "windows_i686_msvc" 4298 + version = "0.36.1" 4299 + source = "registry+https://github.com/rust-lang/crates.io-index" 4300 + checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" 4301 + 4302 + [[package]] 4303 + name = "windows_i686_msvc" 4304 + version = "0.42.0" 4305 + source = "registry+https://github.com/rust-lang/crates.io-index" 4306 + checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246" 4307 + 4308 + [[package]] 4309 + name = "windows_macros" 4310 + version = "0.19.0" 4311 + source = "registry+https://github.com/rust-lang/crates.io-index" 4312 + checksum = "5566b8c51118769e4a9094a688bf1233a3f36aacbfc78f3b15817fe0b6e0442f" 4313 + dependencies = [ 4314 + "syn 1.0.109", 4315 + "windows_gen", 4316 + "windows_quote", 4317 + "windows_reader", 4318 + ] 4319 + 4320 + [[package]] 4321 + name = "windows_quote" 4322 + version = "0.19.0" 4323 + source = "registry+https://github.com/rust-lang/crates.io-index" 4324 + checksum = "4af8236a9493c38855f95cdd11b38b342512a5df4ee7473cffa828b5ebb0e39c" 4325 + 4326 + [[package]] 4327 + name = "windows_reader" 4328 + version = "0.19.0" 4329 + source = "registry+https://github.com/rust-lang/crates.io-index" 4330 + checksum = "2c8d5cf83fb08083438c5c46723e6206b2970da57ce314f80b57724439aaacab" 4331 + 4332 + [[package]] 4333 + name = "windows_x86_64_gnu" 4334 + version = "0.29.0" 4335 + source = "registry+https://github.com/rust-lang/crates.io-index" 4336 + checksum = "f3d615f419543e0bd7d2b3323af0d86ff19cbc4f816e6453f36a2c2ce889c354" 4337 + 4338 + [[package]] 4339 + name = "windows_x86_64_gnu" 4340 + version = "0.32.0" 4341 + source = "registry+https://github.com/rust-lang/crates.io-index" 4342 + checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc" 4343 + 4344 + [[package]] 4345 + name = "windows_x86_64_gnu" 4346 + version = "0.36.1" 4347 + source = "registry+https://github.com/rust-lang/crates.io-index" 4348 + checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" 4349 + 4350 + [[package]] 4351 + name = "windows_x86_64_gnu" 4352 + version = "0.42.0" 4353 + source = "registry+https://github.com/rust-lang/crates.io-index" 4354 + checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed" 4355 + 4356 + [[package]] 4357 + name = "windows_x86_64_gnullvm" 4358 + version = "0.42.0" 4359 + source = "registry+https://github.com/rust-lang/crates.io-index" 4360 + checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028" 4361 + 4362 + [[package]] 4363 + name = "windows_x86_64_msvc" 4364 + version = "0.29.0" 4365 + source = "registry+https://github.com/rust-lang/crates.io-index" 4366 + checksum = "11d95421d9ed3672c280884da53201a5c46b7b2765ca6faf34b0d71cf34a3561" 4367 + 4368 + [[package]] 4369 + name = "windows_x86_64_msvc" 4370 + version = "0.32.0" 4371 + source = "registry+https://github.com/rust-lang/crates.io-index" 4372 + checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316" 4373 + 4374 + [[package]] 4375 + name = "windows_x86_64_msvc" 4376 + version = "0.36.1" 4377 + source = "registry+https://github.com/rust-lang/crates.io-index" 4378 + checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" 4379 + 4380 + [[package]] 4381 + name = "windows_x86_64_msvc" 4382 + version = "0.42.0" 4383 + source = "registry+https://github.com/rust-lang/crates.io-index" 4384 + checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5" 4385 + 4386 + [[package]] 4387 + name = "winnow" 4388 + version = "0.4.7" 4389 + source = "registry+https://github.com/rust-lang/crates.io-index" 4390 + checksum = "ca0ace3845f0d96209f0375e6d367e3eb87eb65d27d445bdc9f1843a26f39448" 4391 + dependencies = [ 4392 + "memchr", 4393 + ] 4394 + 4395 + [[package]] 4396 + name = "winreg" 4397 + version = "0.11.0" 4398 + source = "registry+https://github.com/rust-lang/crates.io-index" 4399 + checksum = "76a1a57ff50e9b408431e8f97d5456f2807f8eb2a2cd79b06068fc87f8ecf189" 4400 + dependencies = [ 4401 + "cfg-if 1.0.0", 4402 + "winapi", 4403 + ] 4404 + 4405 + [[package]] 4406 + name = "winres" 4407 + version = "0.1.12" 4408 + source = "registry+https://github.com/rust-lang/crates.io-index" 4409 + checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c" 4410 + dependencies = [ 4411 + "toml 0.5.8", 4412 + ] 4413 + 4414 + [[package]] 4415 + name = "wry" 4416 + version = "0.12.2" 4417 + source = "git+https://github.com/tauri-apps/wry?rev=e056fb2a15e29de1b8ed85a548cfeb1f85031357#e056fb2a15e29de1b8ed85a548cfeb1f85031357" 4418 + dependencies = [ 4419 + "cocoa", 4420 + "core-graphics 0.22.2", 4421 + "gdk", 4422 + "gio", 4423 + "glib", 4424 + "gtk", 4425 + "http", 4426 + "libc", 4427 + "log", 4428 + "objc", 4429 + "objc_id", 4430 + "once_cell", 4431 + "serde", 4432 + "serde_json", 4433 + "tao", 4434 + "thiserror", 4435 + "url 2.2.2", 4436 + "webkit2gtk", 4437 + "webkit2gtk-sys", 4438 + "webview2-com", 4439 + "windows 0.19.0", 4440 + ] 4441 + 4442 + [[package]] 4443 + name = "x11-dl" 4444 + version = "2.19.1" 4445 + source = "registry+https://github.com/rust-lang/crates.io-index" 4446 + checksum = "ea26926b4ce81a6f5d9d0f3a0bc401e5a37c6ae14a1bfaa8ff6099ca80038c59" 4447 + dependencies = [ 4448 + "lazy_static", 4449 + "libc", 4450 + "pkg-config", 4451 + ]
+68 -25
pkgs/applications/networking/geph/default.nix
··· 2 , stdenvNoCC 3 , rustPlatform 4 , fetchFromGitHub 5 - , buildNpmPackage 6 , perl 7 , pkg-config 8 , glib 9 , webkitgtk 10 - , libappindicator-gtk3 11 , libayatana-appindicator 12 , cairo 13 , openssl 14 }: 15 16 let 17 - version = "4.7.8"; 18 geph-meta = with lib; { 19 description = "A modular Internet censorship circumvention system designed specifically to deal with national filtering."; 20 homepage = "https://geph.io"; ··· 31 owner = "geph-official"; 32 repo = pname; 33 rev = "v${version}"; 34 - hash = "sha256-DVGbLyFgraQMSIUAqDehF8DqbnvcaeWbuLVgiSQY3KE="; 35 }; 36 37 - cargoHash = "sha256-uBq6rjUnKEscwhu60HEZffLvuXcArz+AiR52org+qKw="; 38 39 nativeBuildInputs = [ perl ]; 40 ··· 50 src = fetchFromGitHub { 51 owner = "geph-official"; 52 repo = "gephgui-pkg"; 53 - rev = "85a55bfc2f4314d9c49608f252080696b1f8e2a9"; 54 - hash = "sha256-id/sfaQsF480kUXg//O5rBIciuuhDuXY19FQe1E3OQs="; 55 fetchSubmodules = true; 56 }; 57 58 - gephgui = buildNpmPackage { 59 - pname = "gephgui"; 60 - inherit version src; 61 62 - sourceRoot = "${src.name}/gephgui-wry/gephgui"; 63 - 64 - postPatch = "ln -s ${./package-lock.json} ./package-lock.json"; 65 66 - npmDepsHash = "sha256-5y6zpMF4M56DiWVhMvjJGsYpVdlJSoWoWyPgLc7hJoo="; 67 68 installPhase = '' 69 - runHook preInstall 70 71 - mkdir -p $out 72 - mv dist $out 73 74 - runHook postInstall 75 - ''; 76 }; 77 78 - gephgui-wry = rustPlatform.buildRustPackage rec { 79 pname = "gephgui-wry"; 80 inherit version src; 81 82 - sourceRoot = "${src.name}/gephgui-wry"; 83 84 - cargoHash = "sha256-lidlUUfHXKPUlICdaVv/SFlyyWsZ7cYHyTJ3kkMn3L4="; 85 86 - nativeBuildInputs = [ pkg-config ]; 87 88 buildInputs = [ 89 glib 90 webkitgtk 91 - libappindicator-gtk3 92 libayatana-appindicator 93 cairo 94 openssl 95 ]; 96 97 preBuild = '' 98 - ln -s ${gephgui}/dist ./gephgui 99 ''; 100 }; 101
··· 2 , stdenvNoCC 3 , rustPlatform 4 , fetchFromGitHub 5 + , buildGoModule 6 + , makeWrapper 7 + , nodePackages 8 + , esbuild 9 + , jq 10 + , moreutils 11 , perl 12 , pkg-config 13 , glib 14 , webkitgtk 15 , libayatana-appindicator 16 , cairo 17 , openssl 18 }: 19 20 let 21 + version = "4.10.1"; 22 geph-meta = with lib; { 23 description = "A modular Internet censorship circumvention system designed specifically to deal with national filtering."; 24 homepage = "https://geph.io"; ··· 35 owner = "geph-official"; 36 repo = pname; 37 rev = "v${version}"; 38 + hash = "sha256-e0Pdg4pQ5s1wvTnFm1rKuAwkYtCtu2Uacd7yH3EHeCo="; 39 }; 40 41 + cargoHash = "sha256-Kwc+EOH2pJJVvIcTUfL39Xrv/7YmTPUDge7mmjDs9pQ="; 42 43 nativeBuildInputs = [ perl ]; 44 ··· 54 src = fetchFromGitHub { 55 owner = "geph-official"; 56 repo = "gephgui-pkg"; 57 + rev = "4163e12188dd679ba548e127fc9771cb5e87bab0"; 58 + hash = "sha256-wBvhfgp5sZTRCBR9HZqs1G0VaIt9DW2e9CWMAp/T5WI="; 59 fetchSubmodules = true; 60 }; 61 62 + pnpm-deps = stdenvNoCC.mkDerivation { 63 + pname = "${pname}-pnpm-deps"; 64 + inherit src version; 65 66 + sourceRoot = "source/gephgui-wry/gephgui"; 67 68 + nativeBuildInputs = [ 69 + jq 70 + moreutils 71 + nodePackages.pnpm 72 + ]; 73 74 installPhase = '' 75 + export HOME=$(mktemp -d) 76 + pnpm config set store-dir $out 77 + pnpm install --ignore-scripts 78 79 + # Remove timestamp and sort the json files 80 + rm -rf $out/v3/tmp 81 + for f in $(find $out -name "*.json"); do 82 + sed -i -E -e 's/"checkedAt":[0-9]+,//g' $f 83 + jq --sort-keys . $f | sponge $f 84 + done 85 + ''; 86 87 + dontFixup = true; 88 + outputHashMode = "recursive"; 89 + outputHash = "sha256-OKPx5xRI7DWd6m31nYx1biP0k6pcZ7fq7dfVlHda4O0="; 90 }; 91 92 + gephgui-wry = rustPlatform.buildRustPackage { 93 pname = "gephgui-wry"; 94 inherit version src; 95 96 + sourceRoot = "source/gephgui-wry"; 97 98 + cargoLock = { 99 + lockFile = ./Cargo.lock; 100 + outputHashes = { 101 + "tao-0.5.2" = "sha256-HyQyPRoAHUcgtYgaAW7uqrwEMQ45V+xVSxmlAZJfhv0="; 102 + "wry-0.12.2" = "sha256-kTMXvignEF3FlzL0iSlF6zn1YTOCpyRUDN8EHpUS+yI="; 103 + }; 104 + }; 105 106 + nativeBuildInputs = [ 107 + pkg-config 108 + nodePackages.pnpm 109 + makeWrapper 110 + ]; 111 112 buildInputs = [ 113 glib 114 webkitgtk 115 libayatana-appindicator 116 cairo 117 openssl 118 ]; 119 120 + ESBUILD_BINARY_PATH = "${lib.getExe (esbuild.override { 121 + buildGoModule = args: buildGoModule (args // rec { 122 + version = "0.15.10"; 123 + src = fetchFromGitHub { 124 + owner = "evanw"; 125 + repo = "esbuild"; 126 + rev = "v${version}"; 127 + hash = "sha256-DebmLtgPrla+1UcvOHMnWmxa/ZqrugeRRKXIiJ9LYDk="; 128 + }; 129 + vendorHash = "sha256-+BfxCyg0KkDQpHt/wycy/8CTG6YBA/VJvJFhhzUnSiQ="; 130 + }); 131 + })}"; 132 + 133 preBuild = '' 134 + cd gephgui 135 + export HOME=$(mktemp -d) 136 + pnpm config set store-dir ${pnpm-deps} 137 + pnpm install --ignore-scripts --offline 138 + chmod -R +w node_modules 139 + pnpm rebuild 140 + pnpm build 141 + cd .. 142 ''; 143 }; 144
-3658
pkgs/applications/networking/geph/package-lock.json
··· 1 - { 2 - "name": "gephgui-html", 3 - "version": "0.0.0", 4 - "lockfileVersion": 3, 5 - "requires": true, 6 - "packages": { 7 - "": { 8 - "name": "gephgui-html", 9 - "version": "0.0.0", 10 - "dependencies": { 11 - "@extractus/feed-extractor": "^6.2.1", 12 - "@smui/chips": "7.0.0-beta.0", 13 - "@smui/form-field": "7.0.0-beta.0", 14 - "@vitejs/plugin-legacy": "^2.3.0", 15 - "country-code-emoji": "^2.3.0", 16 - "country-flag-icons": "^1.5.5", 17 - "darkreader": "^4.9.58", 18 - "detect-nearest-browser-locale": "^19.0.0", 19 - "knuth-shuffle": "^1.0.8", 20 - "knuth-shuffle-seeded": "^1.0.6", 21 - "openmoji": "^14.0.0", 22 - "stream-browserify": "^3.0.0", 23 - "svelte-material-icons": "^2.0.4", 24 - "svelte-material-ui": "^6.2.0", 25 - "terser": "^5.15.1", 26 - "tinyld": "=1.3.1", 27 - "twemoji": "^14.0.2", 28 - "uplot": "^1.6.22" 29 - }, 30 - "devDependencies": { 31 - "@rollup/plugin-dsv": "^2.0.3", 32 - "@smui/button": "^6.1.4", 33 - "@smui/checkbox": "^6.1.4", 34 - "@smui/circular-progress": "^6.1.4", 35 - "@smui/data-table": "^6.2.0", 36 - "@smui/dialog": "^6.1.4", 37 - "@smui/icon-button": "^6.1.4", 38 - "@smui/linear-progress": "^6.1.4", 39 - "@smui/ripple": "^6.1.4", 40 - "@smui/select": "^6.2.0", 41 - "@smui/snackbar": "^6.1.4", 42 - "@smui/switch": "^6.1.4", 43 - "@smui/tab": "^6.1.4", 44 - "@smui/tab-bar": "^6.1.4", 45 - "@smui/textfield": "^6.1.4", 46 - "@sveltejs/vite-plugin-svelte": "^1.0.2", 47 - "@tsconfig/svelte": "^3.0.0", 48 - "rollup": "^2.79.1", 49 - "svelte": "^3.50.1", 50 - "svelte-check": "^2.8.1", 51 - "svelte-preprocess": "^4.10.7", 52 - "tslib": "^2.4.0", 53 - "typescript": "^4.6.4", 54 - "vite": "^3.1.0" 55 - } 56 - }, 57 - "node_modules/@babel/standalone": { 58 - "version": "7.21.2", 59 - "resolved": "https://registry.npmmirror.com/@babel/standalone/-/standalone-7.21.2.tgz", 60 - "integrity": "sha512-ySP/TJcyqMJVg1M/lmnPVi6L+F+IJpQ4+0lqtf723LERbk1N8/0JgLgm346cRAzfHaoXkLq/M/mJBd2uo25RBA==", 61 - "engines": { 62 - "node": ">=6.9.0" 63 - } 64 - }, 65 - "node_modules/@esbuild/android-arm": { 66 - "version": "0.15.18", 67 - "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.15.18.tgz", 68 - "integrity": "sha512-5GT+kcs2WVGjVs7+boataCkO5Fg0y4kCjzkB5bAip7H4jfnOS3dA6KPiww9W1OEKTKeAcUVhdZGvgI65OXmUnw==", 69 - "cpu": [ 70 - "arm" 71 - ], 72 - "optional": true, 73 - "os": [ 74 - "android" 75 - ], 76 - "engines": { 77 - "node": ">=12" 78 - } 79 - }, 80 - "node_modules/@esbuild/linux-loong64": { 81 - "version": "0.15.18", 82 - "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.15.18.tgz", 83 - "integrity": "sha512-L4jVKS82XVhw2nvzLg/19ClLWg0y27ulRwuP7lcyL6AbUWB5aPglXY3M21mauDQMDfRLs8cQmeT03r/+X3cZYQ==", 84 - "cpu": [ 85 - "loong64" 86 - ], 87 - "optional": true, 88 - "os": [ 89 - "linux" 90 - ], 91 - "engines": { 92 - "node": ">=12" 93 - } 94 - }, 95 - "node_modules/@extractus/feed-extractor": { 96 - "version": "6.2.1", 97 - "resolved": "https://registry.npmmirror.com/@extractus/feed-extractor/-/feed-extractor-6.2.1.tgz", 98 - "integrity": "sha512-zCIcvp4CDhgqdX17MJenBCXXm4NMVFJyKmvVMzl3LwOyFUEmpO4WGjtzXhxw1XN1Mjj5gvPclJNPgRBGlom2zA==", 99 - "dependencies": { 100 - "bellajs": "^11.1.1", 101 - "cross-fetch": "^3.1.5", 102 - "fast-xml-parser": "^4.0.13", 103 - "html-entities": "^2.3.3" 104 - }, 105 - "engines": { 106 - "node": ">= 14" 107 - } 108 - }, 109 - "node_modules/@jridgewell/gen-mapping": { 110 - "version": "0.3.2", 111 - "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", 112 - "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", 113 - "dependencies": { 114 - "@jridgewell/set-array": "^1.0.1", 115 - "@jridgewell/sourcemap-codec": "^1.4.10", 116 - "@jridgewell/trace-mapping": "^0.3.9" 117 - }, 118 - "engines": { 119 - "node": ">=6.0.0" 120 - } 121 - }, 122 - "node_modules/@jridgewell/resolve-uri": { 123 - "version": "3.1.0", 124 - "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", 125 - "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", 126 - "engines": { 127 - "node": ">=6.0.0" 128 - } 129 - }, 130 - "node_modules/@jridgewell/set-array": { 131 - "version": "1.1.2", 132 - "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.1.2.tgz", 133 - "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", 134 - "engines": { 135 - "node": ">=6.0.0" 136 - } 137 - }, 138 - "node_modules/@jridgewell/source-map": { 139 - "version": "0.3.2", 140 - "resolved": "https://registry.npmmirror.com/@jridgewell/source-map/-/source-map-0.3.2.tgz", 141 - "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", 142 - "dependencies": { 143 - "@jridgewell/gen-mapping": "^0.3.0", 144 - "@jridgewell/trace-mapping": "^0.3.9" 145 - } 146 - }, 147 - "node_modules/@jridgewell/sourcemap-codec": { 148 - "version": "1.4.14", 149 - "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", 150 - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==" 151 - }, 152 - "node_modules/@jridgewell/trace-mapping": { 153 - "version": "0.3.17", 154 - "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz", 155 - "integrity": "sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==", 156 - "dependencies": { 157 - "@jridgewell/resolve-uri": "3.1.0", 158 - "@jridgewell/sourcemap-codec": "1.4.14" 159 - } 160 - }, 161 - "node_modules/@material/animation": { 162 - "version": "13.0.0", 163 - "resolved": "https://registry.npmmirror.com/@material/animation/-/animation-13.0.0.tgz", 164 - "integrity": "sha512-YR0/u4u56qXDjKYolQ7F+IvlPkaSBhMl/dZv8DK0FbD6PH4ckOPd3bEXNRndXtprsxwknQQP2pttjPImylkl0g==", 165 - "dependencies": { 166 - "tslib": "^2.1.0" 167 - } 168 - }, 169 - "node_modules/@material/banner": { 170 - "version": "13.0.0", 171 - "resolved": "https://registry.npmmirror.com/@material/banner/-/banner-13.0.0.tgz", 172 - "integrity": "sha512-59M85ezhwRaa+BqguYCCaRS57fV5KQe3Ff2cU6LcQNw0UPMFW1ap0dZ+iZBv/sj+7/QcqBBShL9uu8dWKtI4Gg==", 173 - "dependencies": { 174 - "@material/base": "^13.0.0", 175 - "@material/button": "^13.0.0", 176 - "@material/dom": "^13.0.0", 177 - "@material/elevation": "^13.0.0", 178 - "@material/feature-targeting": "^13.0.0", 179 - "@material/ripple": "^13.0.0", 180 - "@material/rtl": "^13.0.0", 181 - "@material/shape": "^13.0.0", 182 - "@material/theme": "^13.0.0", 183 - "@material/tokens": "^13.0.0", 184 - "@material/typography": "^13.0.0", 185 - "tslib": "^2.1.0" 186 - } 187 - }, 188 - "node_modules/@material/base": { 189 - "version": "13.0.0", 190 - "resolved": "https://registry.npmmirror.com/@material/base/-/base-13.0.0.tgz", 191 - "integrity": "sha512-vFx0JryRfcvUNX3cZ2u32wUMvxzd+c/YW0LFOXNgqCDWlubHcMm0Y6Wz371LhfQo80/NE69u+/4Joo99yKnVeg==", 192 - "dependencies": { 193 - "tslib": "^2.1.0" 194 - } 195 - }, 196 - "node_modules/@material/button": { 197 - "version": "13.0.0", 198 - "resolved": "https://registry.npmmirror.com/@material/button/-/button-13.0.0.tgz", 199 - "integrity": "sha512-lYorht6fcEd4P+dsLVp2BGtaY5cGYNp71LMajuDe71GZX3dZPoKeVvb+Ie1S7vcB+o+WLTeaisMk9/vA4gfi8A==", 200 - "dependencies": { 201 - "@material/density": "^13.0.0", 202 - "@material/dom": "^13.0.0", 203 - "@material/elevation": "^13.0.0", 204 - "@material/feature-targeting": "^13.0.0", 205 - "@material/ripple": "^13.0.0", 206 - "@material/rtl": "^13.0.0", 207 - "@material/shape": "^13.0.0", 208 - "@material/theme": "^13.0.0", 209 - "@material/tokens": "^13.0.0", 210 - "@material/touch-target": "^13.0.0", 211 - "@material/typography": "^13.0.0", 212 - "tslib": "^2.1.0" 213 - } 214 - }, 215 - "node_modules/@material/card": { 216 - "version": "13.0.0", 217 - "resolved": "https://registry.npmmirror.com/@material/card/-/card-13.0.0.tgz", 218 - "integrity": "sha512-ooJUOt1Viv99Dyz4rhz9ZZbfa996eHh3RUuXkPRkT66Btd5TzpdqsQWKwOVc5bgbgWqzhDWQ6A/aQdYqH97ccg==", 219 - "dependencies": { 220 - "@material/dom": "^13.0.0", 221 - "@material/elevation": "^13.0.0", 222 - "@material/feature-targeting": "^13.0.0", 223 - "@material/ripple": "^13.0.0", 224 - "@material/rtl": "^13.0.0", 225 - "@material/shape": "^13.0.0", 226 - "@material/theme": "^13.0.0", 227 - "tslib": "^2.1.0" 228 - } 229 - }, 230 - "node_modules/@material/checkbox": { 231 - "version": "13.0.0", 232 - "resolved": "https://registry.npmmirror.com/@material/checkbox/-/checkbox-13.0.0.tgz", 233 - "integrity": "sha512-tRC6n9Jq7GgdU0d1F8NOvUy6WiRZR58tUgL1QqoiQK9PGKSt0dAF3Aa48uubO7/Lt9K4NqgwV6/OeHv8pHaM/w==", 234 - "dependencies": { 235 - "@material/animation": "^13.0.0", 236 - "@material/base": "^13.0.0", 237 - "@material/density": "^13.0.0", 238 - "@material/dom": "^13.0.0", 239 - "@material/feature-targeting": "^13.0.0", 240 - "@material/ripple": "^13.0.0", 241 - "@material/theme": "^13.0.0", 242 - "@material/touch-target": "^13.0.0", 243 - "tslib": "^2.1.0" 244 - } 245 - }, 246 - "node_modules/@material/chips": { 247 - "version": "14.0.0", 248 - "resolved": "https://registry.npmmirror.com/@material/chips/-/chips-14.0.0.tgz", 249 - "integrity": "sha512-SfZX/Ovdq4NgjdtIr/N1O3fEHisZC+t8G8629OV/NrniSS6rKOa+q1mImzna8R4pfuYO+7nT5nZewQpL/JSYaQ==", 250 - "dependencies": { 251 - "@material/animation": "^14.0.0", 252 - "@material/base": "^14.0.0", 253 - "@material/checkbox": "^14.0.0", 254 - "@material/density": "^14.0.0", 255 - "@material/dom": "^14.0.0", 256 - "@material/elevation": "^14.0.0", 257 - "@material/feature-targeting": "^14.0.0", 258 - "@material/focus-ring": "^14.0.0", 259 - "@material/ripple": "^14.0.0", 260 - "@material/rtl": "^14.0.0", 261 - "@material/shape": "^14.0.0", 262 - "@material/theme": "^14.0.0", 263 - "@material/tokens": "^14.0.0", 264 - "@material/touch-target": "^14.0.0", 265 - "@material/typography": "^14.0.0", 266 - "tslib": "^2.1.0" 267 - } 268 - }, 269 - "node_modules/@material/chips/node_modules/@material/animation": { 270 - "version": "14.0.0", 271 - "resolved": "https://registry.npmmirror.com/@material/animation/-/animation-14.0.0.tgz", 272 - "integrity": "sha512-VlYSfUaIj/BBVtRZI8Gv0VvzikFf+XgK0Zdgsok5c1v5DDnNz5tpB8mnGrveWz0rHbp1X4+CWLKrTwNmjrw3Xw==", 273 - "dependencies": { 274 - "tslib": "^2.1.0" 275 - } 276 - }, 277 - "node_modules/@material/chips/node_modules/@material/base": { 278 - "version": "14.0.0", 279 - "resolved": "https://registry.npmmirror.com/@material/base/-/base-14.0.0.tgz", 280 - "integrity": "sha512-Ou7vS7n1H4Y10MUZyYAbt6H0t67c6urxoCgeVT7M38aQlaNUwFMODp7KT/myjYz2YULfhu3PtfSV3Sltgac9mA==", 281 - "dependencies": { 282 - "tslib": "^2.1.0" 283 - } 284 - }, 285 - "node_modules/@material/chips/node_modules/@material/checkbox": { 286 - "version": "14.0.0", 287 - "resolved": "https://registry.npmmirror.com/@material/checkbox/-/checkbox-14.0.0.tgz", 288 - "integrity": "sha512-OoqwysCqvj1d0cRmEwVWPvg5OqYAiCFpE6Wng6me/Cahfe4xgRxSPa37WWqsClw20W7PG/5RrYRCBtc6bUUUZA==", 289 - "dependencies": { 290 - "@material/animation": "^14.0.0", 291 - "@material/base": "^14.0.0", 292 - "@material/density": "^14.0.0", 293 - "@material/dom": "^14.0.0", 294 - "@material/feature-targeting": "^14.0.0", 295 - "@material/focus-ring": "^14.0.0", 296 - "@material/ripple": "^14.0.0", 297 - "@material/theme": "^14.0.0", 298 - "@material/touch-target": "^14.0.0", 299 - "tslib": "^2.1.0" 300 - } 301 - }, 302 - "node_modules/@material/chips/node_modules/@material/density": { 303 - "version": "14.0.0", 304 - "resolved": "https://registry.npmmirror.com/@material/density/-/density-14.0.0.tgz", 305 - "integrity": "sha512-NlxXBV5XjNsKd8UXF4K/+fOXLxoFNecKbsaQO6O2u+iG8QBfFreKRmkhEBb2hPPwC3w8nrODwXX0lHV+toICQw==", 306 - "dependencies": { 307 - "tslib": "^2.1.0" 308 - } 309 - }, 310 - "node_modules/@material/chips/node_modules/@material/dom": { 311 - "version": "14.0.0", 312 - "resolved": "https://registry.npmmirror.com/@material/dom/-/dom-14.0.0.tgz", 313 - "integrity": "sha512-8t88XyacclTj8qsIw9q0vEj4PI2KVncLoIsIMzwuMx49P2FZg6TsLjor262MI3Qs00UWAifuLMrhnOnfyrbe7Q==", 314 - "dependencies": { 315 - "@material/feature-targeting": "^14.0.0", 316 - "tslib": "^2.1.0" 317 - } 318 - }, 319 - "node_modules/@material/chips/node_modules/@material/elevation": { 320 - "version": "14.0.0", 321 - "resolved": "https://registry.npmmirror.com/@material/elevation/-/elevation-14.0.0.tgz", 322 - "integrity": "sha512-Di3tkxTpXwvf1GJUmaC8rd+zVh5dB2SWMBGagL4+kT8UmjSISif/OPRGuGnXs3QhF6nmEjkdC0ijdZLcYQkepw==", 323 - "dependencies": { 324 - "@material/animation": "^14.0.0", 325 - "@material/base": "^14.0.0", 326 - "@material/feature-targeting": "^14.0.0", 327 - "@material/rtl": "^14.0.0", 328 - "@material/theme": "^14.0.0", 329 - "tslib": "^2.1.0" 330 - } 331 - }, 332 - "node_modules/@material/chips/node_modules/@material/feature-targeting": { 333 - "version": "14.0.0", 334 - "resolved": "https://registry.npmmirror.com/@material/feature-targeting/-/feature-targeting-14.0.0.tgz", 335 - "integrity": "sha512-a5WGgHEq5lJeeNL5yevtgoZjBjXWy6+klfVWQEh8oyix/rMJygGgO7gEc52uv8fB8uAIoYEB3iBMOv8jRq8FeA==", 336 - "dependencies": { 337 - "tslib": "^2.1.0" 338 - } 339 - }, 340 - "node_modules/@material/chips/node_modules/@material/ripple": { 341 - "version": "14.0.0", 342 - "resolved": "https://registry.npmmirror.com/@material/ripple/-/ripple-14.0.0.tgz", 343 - "integrity": "sha512-9XoGBFd5JhFgELgW7pqtiLy+CnCIcV2s9cQ2BWbOQeA8faX9UZIDUx/g76nHLZ7UzKFtsULJxZTwORmsEt2zvw==", 344 - "dependencies": { 345 - "@material/animation": "^14.0.0", 346 - "@material/base": "^14.0.0", 347 - "@material/dom": "^14.0.0", 348 - "@material/feature-targeting": "^14.0.0", 349 - "@material/rtl": "^14.0.0", 350 - "@material/theme": "^14.0.0", 351 - "tslib": "^2.1.0" 352 - } 353 - }, 354 - "node_modules/@material/chips/node_modules/@material/rtl": { 355 - "version": "14.0.0", 356 - "resolved": "https://registry.npmmirror.com/@material/rtl/-/rtl-14.0.0.tgz", 357 - "integrity": "sha512-xl6OZYyRjuiW2hmbjV2omMV8sQtfmKAjeWnD1RMiAPLCTyOW9Lh/PYYnXjxUrNa0cRwIIbOn5J7OYXokja8puA==", 358 - "dependencies": { 359 - "@material/theme": "^14.0.0", 360 - "tslib": "^2.1.0" 361 - } 362 - }, 363 - "node_modules/@material/chips/node_modules/@material/shape": { 364 - "version": "14.0.0", 365 - "resolved": "https://registry.npmmirror.com/@material/shape/-/shape-14.0.0.tgz", 366 - "integrity": "sha512-o0mJB0+feOv473KckI8gFnUo8IQAaEA6ynXzw3VIYFjPi48pJwrxa0mZcJP/OoTXrCbDzDeFJfDPXEmRioBb9A==", 367 - "dependencies": { 368 - "@material/feature-targeting": "^14.0.0", 369 - "@material/rtl": "^14.0.0", 370 - "@material/theme": "^14.0.0", 371 - "tslib": "^2.1.0" 372 - } 373 - }, 374 - "node_modules/@material/chips/node_modules/@material/theme": { 375 - "version": "14.0.0", 376 - "resolved": "https://registry.npmmirror.com/@material/theme/-/theme-14.0.0.tgz", 377 - "integrity": "sha512-6/SENWNIFuXzeHMPHrYwbsXKgkvCtWuzzQ3cUu4UEt3KcQ5YpViazIM6h8ByYKZP8A9d8QpkJ0WGX5btGDcVoA==", 378 - "dependencies": { 379 - "@material/feature-targeting": "^14.0.0", 380 - "tslib": "^2.1.0" 381 - } 382 - }, 383 - "node_modules/@material/chips/node_modules/@material/tokens": { 384 - "version": "14.0.0", 385 - "resolved": "https://registry.npmmirror.com/@material/tokens/-/tokens-14.0.0.tgz", 386 - "integrity": "sha512-SXgB9VwsKW4DFkHmJfDIS0x0cGdMWC1D06m6z/WQQ5P5j6/m0pKrbHVlrLzXcRjau+mFhXGvj/KyPo9Pp/Rc8Q==", 387 - "dependencies": { 388 - "@material/elevation": "^14.0.0" 389 - } 390 - }, 391 - "node_modules/@material/chips/node_modules/@material/touch-target": { 392 - "version": "14.0.0", 393 - "resolved": "https://registry.npmmirror.com/@material/touch-target/-/touch-target-14.0.0.tgz", 394 - "integrity": "sha512-o3kvxmS4HkmZoQTvtzLJrqSG+ezYXkyINm3Uiwio1PTg67pDgK5FRwInkz0VNaWPcw9+5jqjUQGjuZMtjQMq8w==", 395 - "dependencies": { 396 - "@material/base": "^14.0.0", 397 - "@material/feature-targeting": "^14.0.0", 398 - "@material/rtl": "^14.0.0", 399 - "tslib": "^2.1.0" 400 - } 401 - }, 402 - "node_modules/@material/chips/node_modules/@material/typography": { 403 - "version": "14.0.0", 404 - "resolved": "https://registry.npmmirror.com/@material/typography/-/typography-14.0.0.tgz", 405 - "integrity": "sha512-/QtHBYiTR+TPMryM/CT386B2WlAQf/Ae32V324Z7P40gHLKY/YBXx7FDutAWZFeOerq/two4Nd2aAHBcMM2wMw==", 406 - "dependencies": { 407 - "@material/feature-targeting": "^14.0.0", 408 - "@material/theme": "^14.0.0", 409 - "tslib": "^2.1.0" 410 - } 411 - }, 412 - "node_modules/@material/circular-progress": { 413 - "version": "13.0.0", 414 - "resolved": "https://registry.npmmirror.com/@material/circular-progress/-/circular-progress-13.0.0.tgz", 415 - "integrity": "sha512-jSbr0ywY2N6s05tyqTXl/cG339C+qU3ck3FwXUq5SJup8CWT0AoJ8EG/CD10CEhNH8nH9Iwstve95oNgIt8G4g==", 416 - "dependencies": { 417 - "@material/animation": "^13.0.0", 418 - "@material/base": "^13.0.0", 419 - "@material/feature-targeting": "^13.0.0", 420 - "@material/progress-indicator": "^13.0.0", 421 - "@material/rtl": "^13.0.0", 422 - "@material/theme": "^13.0.0", 423 - "tslib": "^2.1.0" 424 - } 425 - }, 426 - "node_modules/@material/data-table": { 427 - "version": "13.0.0", 428 - "resolved": "https://registry.npmmirror.com/@material/data-table/-/data-table-13.0.0.tgz", 429 - "integrity": "sha512-Z3yEq1T6Om/A3ntPw0bd40dqtOR4H3++pvchgW35kq+V9xDLL0hfzmuiy0QH4plA2ZsFYJxjt02k/SRvnkjKPQ==", 430 - "dependencies": { 431 - "@material/animation": "^13.0.0", 432 - "@material/base": "^13.0.0", 433 - "@material/checkbox": "^13.0.0", 434 - "@material/density": "^13.0.0", 435 - "@material/dom": "^13.0.0", 436 - "@material/elevation": "^13.0.0", 437 - "@material/feature-targeting": "^13.0.0", 438 - "@material/icon-button": "^13.0.0", 439 - "@material/linear-progress": "^13.0.0", 440 - "@material/list": "^13.0.0", 441 - "@material/menu": "^13.0.0", 442 - "@material/rtl": "^13.0.0", 443 - "@material/select": "^13.0.0", 444 - "@material/shape": "^13.0.0", 445 - "@material/theme": "^13.0.0", 446 - "@material/touch-target": "^13.0.0", 447 - "@material/typography": "^13.0.0", 448 - "tslib": "^2.1.0" 449 - } 450 - }, 451 - "node_modules/@material/density": { 452 - "version": "13.0.0", 453 - "resolved": "https://registry.npmmirror.com/@material/density/-/density-13.0.0.tgz", 454 - "integrity": "sha512-ppJTzOsuhjQam5GvHaq/XZocZNUr+41XQ2sd5nONAmQ0wwzXgqG0FaxtF1EXqK3uZFadz+vAu6enagre9DXhTA==", 455 - "dependencies": { 456 - "tslib": "^2.1.0" 457 - } 458 - }, 459 - "node_modules/@material/dialog": { 460 - "version": "13.0.0", 461 - "resolved": "https://registry.npmmirror.com/@material/dialog/-/dialog-13.0.0.tgz", 462 - "integrity": "sha512-1Ggo9Bid94F1ttZJKSjIcgMvkVQtKsqwbqLs5cWlleaiwtAcwUE12XA2B1MNj8xM9ajU3BJm4GigupBOK1jGHQ==", 463 - "dependencies": { 464 - "@material/animation": "^13.0.0", 465 - "@material/base": "^13.0.0", 466 - "@material/button": "^13.0.0", 467 - "@material/dom": "^13.0.0", 468 - "@material/elevation": "^13.0.0", 469 - "@material/feature-targeting": "^13.0.0", 470 - "@material/icon-button": "^13.0.0", 471 - "@material/ripple": "^13.0.0", 472 - "@material/rtl": "^13.0.0", 473 - "@material/shape": "^13.0.0", 474 - "@material/theme": "^13.0.0", 475 - "@material/tokens": "^13.0.0", 476 - "@material/touch-target": "^13.0.0", 477 - "@material/typography": "^13.0.0", 478 - "tslib": "^2.1.0" 479 - } 480 - }, 481 - "node_modules/@material/dom": { 482 - "version": "13.0.0", 483 - "resolved": "https://registry.npmmirror.com/@material/dom/-/dom-13.0.0.tgz", 484 - "integrity": "sha512-M9HLAYBZtkTUvf66FL+jAEvUOdhji1HkGA1mV6oyE+HY9gkCkmso+mngvzlLd5+uaAVE9I3WQFhSb9gp0cpXnw==", 485 - "dependencies": { 486 - "@material/feature-targeting": "^13.0.0", 487 - "tslib": "^2.1.0" 488 - } 489 - }, 490 - "node_modules/@material/drawer": { 491 - "version": "13.0.0", 492 - "resolved": "https://registry.npmmirror.com/@material/drawer/-/drawer-13.0.0.tgz", 493 - "integrity": "sha512-TIV/K9MED3ymngmKrdLwOMhUF44BzoR6HuTVsZAM4bgy0sfSv+jzgaGUqJsvjEhTXk+Q9OTEge+TsU/ETzQCbg==", 494 - "dependencies": { 495 - "@material/animation": "^13.0.0", 496 - "@material/base": "^13.0.0", 497 - "@material/dom": "^13.0.0", 498 - "@material/elevation": "^13.0.0", 499 - "@material/feature-targeting": "^13.0.0", 500 - "@material/list": "^13.0.0", 501 - "@material/ripple": "^13.0.0", 502 - "@material/rtl": "^13.0.0", 503 - "@material/shape": "^13.0.0", 504 - "@material/theme": "^13.0.0", 505 - "@material/typography": "^13.0.0", 506 - "tslib": "^2.1.0" 507 - } 508 - }, 509 - "node_modules/@material/elevation": { 510 - "version": "13.0.0", 511 - "resolved": "https://registry.npmmirror.com/@material/elevation/-/elevation-13.0.0.tgz", 512 - "integrity": "sha512-hzdblgamVRbC0UwKafcvUVDvKzMiOSveDiwGgFk+EAg/tZRdwMlQPyf/9I6Lr8Cw/pNGnEOPhmCDOYPOHimr0w==", 513 - "dependencies": { 514 - "@material/animation": "^13.0.0", 515 - "@material/base": "^13.0.0", 516 - "@material/feature-targeting": "^13.0.0", 517 - "@material/rtl": "^13.0.0", 518 - "@material/theme": "^13.0.0", 519 - "tslib": "^2.1.0" 520 - } 521 - }, 522 - "node_modules/@material/fab": { 523 - "version": "13.0.0", 524 - "resolved": "https://registry.npmmirror.com/@material/fab/-/fab-13.0.0.tgz", 525 - "integrity": "sha512-qOi+XWEZWUR5T961UjSorgqm5VaanuZtRN3nsrKqHH1p0L8fYRc3qkGIChlaY9p7BcOYMCynXJzT+MfELVrcwA==", 526 - "dependencies": { 527 - "@material/animation": "^13.0.0", 528 - "@material/dom": "^13.0.0", 529 - "@material/elevation": "^13.0.0", 530 - "@material/feature-targeting": "^13.0.0", 531 - "@material/ripple": "^13.0.0", 532 - "@material/rtl": "^13.0.0", 533 - "@material/shape": "^13.0.0", 534 - "@material/theme": "^13.0.0", 535 - "@material/tokens": "^13.0.0", 536 - "@material/touch-target": "^13.0.0", 537 - "@material/typography": "^13.0.0", 538 - "tslib": "^2.1.0" 539 - } 540 - }, 541 - "node_modules/@material/feature-targeting": { 542 - "version": "13.0.0", 543 - "resolved": "https://registry.npmmirror.com/@material/feature-targeting/-/feature-targeting-13.0.0.tgz", 544 - "integrity": "sha512-QJClfeaA4EMyAxKJy9WR0Nx+/VwSZCkhGLUVBG9NhxqYGfl/LtaeaidrNm32vYEoNZAofN92VD2RwQTRwp/dMQ==", 545 - "dependencies": { 546 - "tslib": "^2.1.0" 547 - } 548 - }, 549 - "node_modules/@material/floating-label": { 550 - "version": "13.0.0", 551 - "resolved": "https://registry.npmmirror.com/@material/floating-label/-/floating-label-13.0.0.tgz", 552 - "integrity": "sha512-imAPamD97QrizVCOpxjr3UfQJyDBpEEhDBSbEbKLrCpqG3jQx4/My5rNKKVGWjxUiBYgBA1dhkn98RRX5tGBtQ==", 553 - "dependencies": { 554 - "@material/animation": "^13.0.0", 555 - "@material/base": "^13.0.0", 556 - "@material/dom": "^13.0.0", 557 - "@material/feature-targeting": "^13.0.0", 558 - "@material/rtl": "^13.0.0", 559 - "@material/theme": "^13.0.0", 560 - "@material/typography": "^13.0.0", 561 - "tslib": "^2.1.0" 562 - } 563 - }, 564 - "node_modules/@material/focus-ring": { 565 - "version": "14.0.0", 566 - "resolved": "https://registry.npmmirror.com/@material/focus-ring/-/focus-ring-14.0.0.tgz", 567 - "integrity": "sha512-fqqka6iSfQGJG3Le48RxPCtnOiaLGPDPikhktGbxlyW9srBVMgeCiONfHM7IT/1eu80O0Y67Lh/4ohu5+C+VAQ==", 568 - "dependencies": { 569 - "@material/dom": "^14.0.0", 570 - "@material/feature-targeting": "^14.0.0", 571 - "@material/rtl": "^14.0.0" 572 - } 573 - }, 574 - "node_modules/@material/focus-ring/node_modules/@material/dom": { 575 - "version": "14.0.0", 576 - "resolved": "https://registry.npmmirror.com/@material/dom/-/dom-14.0.0.tgz", 577 - "integrity": "sha512-8t88XyacclTj8qsIw9q0vEj4PI2KVncLoIsIMzwuMx49P2FZg6TsLjor262MI3Qs00UWAifuLMrhnOnfyrbe7Q==", 578 - "dependencies": { 579 - "@material/feature-targeting": "^14.0.0", 580 - "tslib": "^2.1.0" 581 - } 582 - }, 583 - "node_modules/@material/focus-ring/node_modules/@material/feature-targeting": { 584 - "version": "14.0.0", 585 - "resolved": "https://registry.npmmirror.com/@material/feature-targeting/-/feature-targeting-14.0.0.tgz", 586 - "integrity": "sha512-a5WGgHEq5lJeeNL5yevtgoZjBjXWy6+klfVWQEh8oyix/rMJygGgO7gEc52uv8fB8uAIoYEB3iBMOv8jRq8FeA==", 587 - "dependencies": { 588 - "tslib": "^2.1.0" 589 - } 590 - }, 591 - "node_modules/@material/focus-ring/node_modules/@material/rtl": { 592 - "version": "14.0.0", 593 - "resolved": "https://registry.npmmirror.com/@material/rtl/-/rtl-14.0.0.tgz", 594 - "integrity": "sha512-xl6OZYyRjuiW2hmbjV2omMV8sQtfmKAjeWnD1RMiAPLCTyOW9Lh/PYYnXjxUrNa0cRwIIbOn5J7OYXokja8puA==", 595 - "dependencies": { 596 - "@material/theme": "^14.0.0", 597 - "tslib": "^2.1.0" 598 - } 599 - }, 600 - "node_modules/@material/focus-ring/node_modules/@material/theme": { 601 - "version": "14.0.0", 602 - "resolved": "https://registry.npmmirror.com/@material/theme/-/theme-14.0.0.tgz", 603 - "integrity": "sha512-6/SENWNIFuXzeHMPHrYwbsXKgkvCtWuzzQ3cUu4UEt3KcQ5YpViazIM6h8ByYKZP8A9d8QpkJ0WGX5btGDcVoA==", 604 - "dependencies": { 605 - "@material/feature-targeting": "^14.0.0", 606 - "tslib": "^2.1.0" 607 - } 608 - }, 609 - "node_modules/@material/form-field": { 610 - "version": "14.0.0", 611 - "resolved": "https://registry.npmmirror.com/@material/form-field/-/form-field-14.0.0.tgz", 612 - "integrity": "sha512-k1GNBj6Sp8A7Xsn5lTMp5DkUkg60HX7YkQIRyFz1qCDCKJRWh/ou7Z45GMMgKmG3aF6LfjIavc7SjyCl8e5yVg==", 613 - "dependencies": { 614 - "@material/base": "^14.0.0", 615 - "@material/feature-targeting": "^14.0.0", 616 - "@material/ripple": "^14.0.0", 617 - "@material/rtl": "^14.0.0", 618 - "@material/theme": "^14.0.0", 619 - "@material/typography": "^14.0.0", 620 - "tslib": "^2.1.0" 621 - } 622 - }, 623 - "node_modules/@material/form-field/node_modules/@material/animation": { 624 - "version": "14.0.0", 625 - "resolved": "https://registry.npmmirror.com/@material/animation/-/animation-14.0.0.tgz", 626 - "integrity": "sha512-VlYSfUaIj/BBVtRZI8Gv0VvzikFf+XgK0Zdgsok5c1v5DDnNz5tpB8mnGrveWz0rHbp1X4+CWLKrTwNmjrw3Xw==", 627 - "dependencies": { 628 - "tslib": "^2.1.0" 629 - } 630 - }, 631 - "node_modules/@material/form-field/node_modules/@material/base": { 632 - "version": "14.0.0", 633 - "resolved": "https://registry.npmmirror.com/@material/base/-/base-14.0.0.tgz", 634 - "integrity": "sha512-Ou7vS7n1H4Y10MUZyYAbt6H0t67c6urxoCgeVT7M38aQlaNUwFMODp7KT/myjYz2YULfhu3PtfSV3Sltgac9mA==", 635 - "dependencies": { 636 - "tslib": "^2.1.0" 637 - } 638 - }, 639 - "node_modules/@material/form-field/node_modules/@material/dom": { 640 - "version": "14.0.0", 641 - "resolved": "https://registry.npmmirror.com/@material/dom/-/dom-14.0.0.tgz", 642 - "integrity": "sha512-8t88XyacclTj8qsIw9q0vEj4PI2KVncLoIsIMzwuMx49P2FZg6TsLjor262MI3Qs00UWAifuLMrhnOnfyrbe7Q==", 643 - "dependencies": { 644 - "@material/feature-targeting": "^14.0.0", 645 - "tslib": "^2.1.0" 646 - } 647 - }, 648 - "node_modules/@material/form-field/node_modules/@material/feature-targeting": { 649 - "version": "14.0.0", 650 - "resolved": "https://registry.npmmirror.com/@material/feature-targeting/-/feature-targeting-14.0.0.tgz", 651 - "integrity": "sha512-a5WGgHEq5lJeeNL5yevtgoZjBjXWy6+klfVWQEh8oyix/rMJygGgO7gEc52uv8fB8uAIoYEB3iBMOv8jRq8FeA==", 652 - "dependencies": { 653 - "tslib": "^2.1.0" 654 - } 655 - }, 656 - "node_modules/@material/form-field/node_modules/@material/ripple": { 657 - "version": "14.0.0", 658 - "resolved": "https://registry.npmmirror.com/@material/ripple/-/ripple-14.0.0.tgz", 659 - "integrity": "sha512-9XoGBFd5JhFgELgW7pqtiLy+CnCIcV2s9cQ2BWbOQeA8faX9UZIDUx/g76nHLZ7UzKFtsULJxZTwORmsEt2zvw==", 660 - "dependencies": { 661 - "@material/animation": "^14.0.0", 662 - "@material/base": "^14.0.0", 663 - "@material/dom": "^14.0.0", 664 - "@material/feature-targeting": "^14.0.0", 665 - "@material/rtl": "^14.0.0", 666 - "@material/theme": "^14.0.0", 667 - "tslib": "^2.1.0" 668 - } 669 - }, 670 - "node_modules/@material/form-field/node_modules/@material/rtl": { 671 - "version": "14.0.0", 672 - "resolved": "https://registry.npmmirror.com/@material/rtl/-/rtl-14.0.0.tgz", 673 - "integrity": "sha512-xl6OZYyRjuiW2hmbjV2omMV8sQtfmKAjeWnD1RMiAPLCTyOW9Lh/PYYnXjxUrNa0cRwIIbOn5J7OYXokja8puA==", 674 - "dependencies": { 675 - "@material/theme": "^14.0.0", 676 - "tslib": "^2.1.0" 677 - } 678 - }, 679 - "node_modules/@material/form-field/node_modules/@material/theme": { 680 - "version": "14.0.0", 681 - "resolved": "https://registry.npmmirror.com/@material/theme/-/theme-14.0.0.tgz", 682 - "integrity": "sha512-6/SENWNIFuXzeHMPHrYwbsXKgkvCtWuzzQ3cUu4UEt3KcQ5YpViazIM6h8ByYKZP8A9d8QpkJ0WGX5btGDcVoA==", 683 - "dependencies": { 684 - "@material/feature-targeting": "^14.0.0", 685 - "tslib": "^2.1.0" 686 - } 687 - }, 688 - "node_modules/@material/form-field/node_modules/@material/typography": { 689 - "version": "14.0.0", 690 - "resolved": "https://registry.npmmirror.com/@material/typography/-/typography-14.0.0.tgz", 691 - "integrity": "sha512-/QtHBYiTR+TPMryM/CT386B2WlAQf/Ae32V324Z7P40gHLKY/YBXx7FDutAWZFeOerq/two4Nd2aAHBcMM2wMw==", 692 - "dependencies": { 693 - "@material/feature-targeting": "^14.0.0", 694 - "@material/theme": "^14.0.0", 695 - "tslib": "^2.1.0" 696 - } 697 - }, 698 - "node_modules/@material/icon-button": { 699 - "version": "13.0.0", 700 - "resolved": "https://registry.npmmirror.com/@material/icon-button/-/icon-button-13.0.0.tgz", 701 - "integrity": "sha512-SdxFytWvbfN0fj7jHFq3DqK5/Zoms+Ipuv6fI8AzwgDFe7mXJ2euPahN+3XcmJ3BaSMyfYsdbcYdCWs8bgHW1w==", 702 - "dependencies": { 703 - "@material/base": "^13.0.0", 704 - "@material/density": "^13.0.0", 705 - "@material/elevation": "^13.0.0", 706 - "@material/feature-targeting": "^13.0.0", 707 - "@material/ripple": "^13.0.0", 708 - "@material/rtl": "^13.0.0", 709 - "@material/theme": "^13.0.0", 710 - "@material/touch-target": "^13.0.0", 711 - "tslib": "^2.1.0" 712 - } 713 - }, 714 - "node_modules/@material/image-list": { 715 - "version": "13.0.0", 716 - "resolved": "https://registry.npmmirror.com/@material/image-list/-/image-list-13.0.0.tgz", 717 - "integrity": "sha512-D78QKpK5JmO6zrbsSYt1YfRlkqzzduDTe6BstS0efUFS1CA11hrqwQFoMaR1L1dw2U3CQ/CP22bBMSZVV9aU6A==", 718 - "dependencies": { 719 - "@material/feature-targeting": "^13.0.0", 720 - "@material/shape": "^13.0.0", 721 - "@material/theme": "^13.0.0", 722 - "@material/typography": "^13.0.0", 723 - "tslib": "^2.1.0" 724 - } 725 - }, 726 - "node_modules/@material/layout-grid": { 727 - "version": "13.0.0", 728 - "resolved": "https://registry.npmmirror.com/@material/layout-grid/-/layout-grid-13.0.0.tgz", 729 - "integrity": "sha512-9L1BVLRIyetm/AOC+59+yca6R0OO2AJKHiUMdZrxgUVjqVblqWXEMeONZqslFRGHBiSIaYdrDIhn4ZTYY6tKUA==", 730 - "dependencies": { 731 - "tslib": "^2.1.0" 732 - } 733 - }, 734 - "node_modules/@material/line-ripple": { 735 - "version": "13.0.0", 736 - "resolved": "https://registry.npmmirror.com/@material/line-ripple/-/line-ripple-13.0.0.tgz", 737 - "integrity": "sha512-5djBRXrd1+SiMVUTWr4rD6xv+/qTaGGmgUS5GytBE5mczvnEwcPmM4PzF+HNj2TS+wvNvIfRjRmUzWO2Z6w2lA==", 738 - "dependencies": { 739 - "@material/animation": "^13.0.0", 740 - "@material/base": "^13.0.0", 741 - "@material/feature-targeting": "^13.0.0", 742 - "@material/theme": "^13.0.0", 743 - "tslib": "^2.1.0" 744 - } 745 - }, 746 - "node_modules/@material/linear-progress": { 747 - "version": "13.0.0", 748 - "resolved": "https://registry.npmmirror.com/@material/linear-progress/-/linear-progress-13.0.0.tgz", 749 - "integrity": "sha512-FJpP6flSME5QRPfkB616uA5bk9aMKJBqkklrHk6dSMZaTKbiHRmc6faxMIZ4w9W49JFMXaSwzC39y96tQTiRQg==", 750 - "dependencies": { 751 - "@material/animation": "^13.0.0", 752 - "@material/base": "^13.0.0", 753 - "@material/feature-targeting": "^13.0.0", 754 - "@material/progress-indicator": "^13.0.0", 755 - "@material/rtl": "^13.0.0", 756 - "@material/theme": "^13.0.0", 757 - "tslib": "^2.1.0" 758 - } 759 - }, 760 - "node_modules/@material/list": { 761 - "version": "13.0.0", 762 - "resolved": "https://registry.npmmirror.com/@material/list/-/list-13.0.0.tgz", 763 - "integrity": "sha512-poq4WNDEfW6Z3YPAn3wdBX4RSkj3A83Pht6984MmG8YJZMlq34ftHECw37VcdmFJIyRPdpZqywJo/i7CxsSAgQ==", 764 - "dependencies": { 765 - "@material/base": "^13.0.0", 766 - "@material/density": "^13.0.0", 767 - "@material/dom": "^13.0.0", 768 - "@material/feature-targeting": "^13.0.0", 769 - "@material/ripple": "^13.0.0", 770 - "@material/rtl": "^13.0.0", 771 - "@material/shape": "^13.0.0", 772 - "@material/theme": "^13.0.0", 773 - "@material/typography": "^13.0.0", 774 - "tslib": "^2.1.0" 775 - } 776 - }, 777 - "node_modules/@material/menu": { 778 - "version": "13.0.0", 779 - "resolved": "https://registry.npmmirror.com/@material/menu/-/menu-13.0.0.tgz", 780 - "integrity": "sha512-RY9R2ubYU6a7WRJW3nWr/AoSzdrxwUGqkfJSx0U9M/wK1vbXYYcJ7eCXFzSpa5VrstE7of7PbyYtQ8V61tILEQ==", 781 - "dependencies": { 782 - "@material/base": "^13.0.0", 783 - "@material/dom": "^13.0.0", 784 - "@material/elevation": "^13.0.0", 785 - "@material/feature-targeting": "^13.0.0", 786 - "@material/list": "^13.0.0", 787 - "@material/menu-surface": "^13.0.0", 788 - "@material/ripple": "^13.0.0", 789 - "@material/rtl": "^13.0.0", 790 - "@material/theme": "^13.0.0", 791 - "tslib": "^2.1.0" 792 - } 793 - }, 794 - "node_modules/@material/menu-surface": { 795 - "version": "13.0.0", 796 - "resolved": "https://registry.npmmirror.com/@material/menu-surface/-/menu-surface-13.0.0.tgz", 797 - "integrity": "sha512-Irfnk0l8AO7z8ucilbBzZI8izbFV/aK1GbiPpT1SmZuKkL1z+04rB2HpB+OqwaBixdLTDq70AyawcnQ0MACeXQ==", 798 - "dependencies": { 799 - "@material/animation": "^13.0.0", 800 - "@material/base": "^13.0.0", 801 - "@material/elevation": "^13.0.0", 802 - "@material/feature-targeting": "^13.0.0", 803 - "@material/rtl": "^13.0.0", 804 - "@material/shape": "^13.0.0", 805 - "@material/theme": "^13.0.0", 806 - "tslib": "^2.1.0" 807 - } 808 - }, 809 - "node_modules/@material/notched-outline": { 810 - "version": "13.0.0", 811 - "resolved": "https://registry.npmmirror.com/@material/notched-outline/-/notched-outline-13.0.0.tgz", 812 - "integrity": "sha512-BHdxr1x2AN4oqycTNg0FGisG3rMHf50z3MuyUoQsJJ3WGjxBMWKd0yK/xl4m38nFKPg1vQnzyHIYTJdRpCaE7A==", 813 - "dependencies": { 814 - "@material/base": "^13.0.0", 815 - "@material/feature-targeting": "^13.0.0", 816 - "@material/floating-label": "^13.0.0", 817 - "@material/rtl": "^13.0.0", 818 - "@material/shape": "^13.0.0", 819 - "@material/theme": "^13.0.0", 820 - "tslib": "^2.1.0" 821 - } 822 - }, 823 - "node_modules/@material/progress-indicator": { 824 - "version": "13.0.0", 825 - "resolved": "https://registry.npmmirror.com/@material/progress-indicator/-/progress-indicator-13.0.0.tgz", 826 - "integrity": "sha512-IfhAMn03gWg/Rl0Bg26Q1g+DrMnaULllz+ZJeIY7BXZC5qFYq1fLq4+RiQmfPGlJfURUjrWNLcI1VDVyXUHHzg==", 827 - "dependencies": { 828 - "tslib": "^2.1.0" 829 - } 830 - }, 831 - "node_modules/@material/radio": { 832 - "version": "13.0.0", 833 - "resolved": "https://registry.npmmirror.com/@material/radio/-/radio-13.0.0.tgz", 834 - "integrity": "sha512-6jeZ+dKSzBB/j2IZ7RjFl5mrB+EWnpv/x+U9w6ENLCdueM4+LKUqBAc2fC2WMycsqgoFnlB0xsO/sG+kN0J6fw==", 835 - "dependencies": { 836 - "@material/animation": "^13.0.0", 837 - "@material/base": "^13.0.0", 838 - "@material/density": "^13.0.0", 839 - "@material/dom": "^13.0.0", 840 - "@material/feature-targeting": "^13.0.0", 841 - "@material/ripple": "^13.0.0", 842 - "@material/theme": "^13.0.0", 843 - "@material/touch-target": "^13.0.0", 844 - "tslib": "^2.1.0" 845 - } 846 - }, 847 - "node_modules/@material/ripple": { 848 - "version": "13.0.0", 849 - "resolved": "https://registry.npmmirror.com/@material/ripple/-/ripple-13.0.0.tgz", 850 - "integrity": "sha512-hx4B40hB2rRfsGwf1jwo2GGlYDq0yUQjcMcMmXfQipPJNpQhy8ylmXKc1DBjmWf7EQ/MgbfCSYwPrYXrbGP31w==", 851 - "dependencies": { 852 - "@material/animation": "^13.0.0", 853 - "@material/base": "^13.0.0", 854 - "@material/dom": "^13.0.0", 855 - "@material/feature-targeting": "^13.0.0", 856 - "@material/rtl": "^13.0.0", 857 - "@material/theme": "^13.0.0", 858 - "tslib": "^2.1.0" 859 - } 860 - }, 861 - "node_modules/@material/rtl": { 862 - "version": "13.0.0", 863 - "resolved": "https://registry.npmmirror.com/@material/rtl/-/rtl-13.0.0.tgz", 864 - "integrity": "sha512-nFGy3iQg7k+xLs67eb86mRFVLwa0yi7MusqRK4OM8DXcLO5yoVfUTPKpdSykcbRryp9imVHsxutox2tZawR4og==", 865 - "dependencies": { 866 - "@material/theme": "^13.0.0", 867 - "tslib": "^2.1.0" 868 - } 869 - }, 870 - "node_modules/@material/segmented-button": { 871 - "version": "13.0.0", 872 - "resolved": "https://registry.npmmirror.com/@material/segmented-button/-/segmented-button-13.0.0.tgz", 873 - "integrity": "sha512-cbjSzkGms+MB6e7ZF6Toc0kpIor4qFm3ueY8KGRIbpvPoJuHfDy6wqIUhwpfAibSpcaDSnCKg1m+hEtyplZPkQ==", 874 - "dependencies": { 875 - "@material/base": "^13.0.0", 876 - "@material/elevation": "^13.0.0", 877 - "@material/feature-targeting": "^13.0.0", 878 - "@material/ripple": "^13.0.0", 879 - "@material/theme": "^13.0.0", 880 - "@material/touch-target": "^13.0.0", 881 - "@material/typography": "^13.0.0", 882 - "tslib": "^2.1.0" 883 - } 884 - }, 885 - "node_modules/@material/select": { 886 - "version": "13.0.0", 887 - "resolved": "https://registry.npmmirror.com/@material/select/-/select-13.0.0.tgz", 888 - "integrity": "sha512-wVprsSMicU/l+LAqXdOU+qdzzdHupLXpWWQo2Rsk8G6AxL1Zna+/+ETnRlDdr2wHHK/KNDXSBdmuCcoEIRshcA==", 889 - "dependencies": { 890 - "@material/animation": "^13.0.0", 891 - "@material/base": "^13.0.0", 892 - "@material/density": "^13.0.0", 893 - "@material/dom": "^13.0.0", 894 - "@material/feature-targeting": "^13.0.0", 895 - "@material/floating-label": "^13.0.0", 896 - "@material/line-ripple": "^13.0.0", 897 - "@material/list": "^13.0.0", 898 - "@material/menu": "^13.0.0", 899 - "@material/menu-surface": "^13.0.0", 900 - "@material/notched-outline": "^13.0.0", 901 - "@material/ripple": "^13.0.0", 902 - "@material/rtl": "^13.0.0", 903 - "@material/shape": "^13.0.0", 904 - "@material/theme": "^13.0.0", 905 - "@material/typography": "^13.0.0", 906 - "tslib": "^2.1.0" 907 - } 908 - }, 909 - "node_modules/@material/shape": { 910 - "version": "13.0.0", 911 - "resolved": "https://registry.npmmirror.com/@material/shape/-/shape-13.0.0.tgz", 912 - "integrity": "sha512-exk96+iCjzCujk3aSrvIMhmW773s1Tc0h+MbQKbt6Iv3nHJCyLSiRbxclCHXWHrVwG/9KZRkrt/g2qk7P3VRBg==", 913 - "dependencies": { 914 - "@material/feature-targeting": "^13.0.0", 915 - "@material/rtl": "^13.0.0", 916 - "@material/theme": "^13.0.0", 917 - "tslib": "^2.1.0" 918 - } 919 - }, 920 - "node_modules/@material/slider": { 921 - "version": "13.0.0", 922 - "resolved": "https://registry.npmmirror.com/@material/slider/-/slider-13.0.0.tgz", 923 - "integrity": "sha512-PW+3X9MiOoWmXhirYo/Mk2UYW00Tnsihrx5YJQ4+IxwbrUI75/8yUsO8kVr7YC+Eqhldz8oXzhIXglQFtbpolQ==", 924 - "dependencies": { 925 - "@material/animation": "^13.0.0", 926 - "@material/base": "^13.0.0", 927 - "@material/dom": "^13.0.0", 928 - "@material/elevation": "^13.0.0", 929 - "@material/feature-targeting": "^13.0.0", 930 - "@material/ripple": "^13.0.0", 931 - "@material/rtl": "^13.0.0", 932 - "@material/theme": "^13.0.0", 933 - "@material/typography": "^13.0.0", 934 - "tslib": "^2.1.0" 935 - } 936 - }, 937 - "node_modules/@material/snackbar": { 938 - "version": "13.0.0", 939 - "resolved": "https://registry.npmmirror.com/@material/snackbar/-/snackbar-13.0.0.tgz", 940 - "integrity": "sha512-z59aYCeMWWEbsUU04QDZN4CxzCCOp3OIc5tzrdqnY3qRq4wwApxncf7RKKKSU2K6WTEWfdHHOc7aNX8kqlDmUg==", 941 - "dependencies": { 942 - "@material/animation": "^13.0.0", 943 - "@material/base": "^13.0.0", 944 - "@material/button": "^13.0.0", 945 - "@material/dom": "^13.0.0", 946 - "@material/elevation": "^13.0.0", 947 - "@material/feature-targeting": "^13.0.0", 948 - "@material/icon-button": "^13.0.0", 949 - "@material/ripple": "^13.0.0", 950 - "@material/rtl": "^13.0.0", 951 - "@material/shape": "^13.0.0", 952 - "@material/theme": "^13.0.0", 953 - "@material/typography": "^13.0.0", 954 - "tslib": "^2.1.0" 955 - } 956 - }, 957 - "node_modules/@material/switch": { 958 - "version": "13.0.0", 959 - "resolved": "https://registry.npmmirror.com/@material/switch/-/switch-13.0.0.tgz", 960 - "integrity": "sha512-zbdo6nKEOAx24ILCBobZlQqU2WZ+KuPgdAc1VTI1q1BCKN3rDIfm9RnsCuYiZa9iaq4UUgdYuhH8KVEYGP7Lrw==", 961 - "dependencies": { 962 - "@material/animation": "^13.0.0", 963 - "@material/base": "^13.0.0", 964 - "@material/density": "^13.0.0", 965 - "@material/dom": "^13.0.0", 966 - "@material/elevation": "^13.0.0", 967 - "@material/feature-targeting": "^13.0.0", 968 - "@material/ripple": "^13.0.0", 969 - "@material/rtl": "^13.0.0", 970 - "@material/shape": "^13.0.0", 971 - "@material/theme": "^13.0.0", 972 - "@material/tokens": "^13.0.0", 973 - "tslib": "^2.1.0" 974 - } 975 - }, 976 - "node_modules/@material/tab": { 977 - "version": "13.0.0", 978 - "resolved": "https://registry.npmmirror.com/@material/tab/-/tab-13.0.0.tgz", 979 - "integrity": "sha512-7tziMFiyiFZner39h6ue6A6rfJhz8LDyeVPYfdAMe8ZO8GT+PczDr5yuectamR8fNBE7Fk9Bj/KvIOx+LjKgDg==", 980 - "dependencies": { 981 - "@material/base": "^13.0.0", 982 - "@material/elevation": "^13.0.0", 983 - "@material/feature-targeting": "^13.0.0", 984 - "@material/ripple": "^13.0.0", 985 - "@material/rtl": "^13.0.0", 986 - "@material/tab-indicator": "^13.0.0", 987 - "@material/theme": "^13.0.0", 988 - "@material/typography": "^13.0.0", 989 - "tslib": "^2.1.0" 990 - } 991 - }, 992 - "node_modules/@material/tab-bar": { 993 - "version": "13.0.0", 994 - "resolved": "https://registry.npmmirror.com/@material/tab-bar/-/tab-bar-13.0.0.tgz", 995 - "integrity": "sha512-GLODDvwKiN867weT+WiSR/4Oum2hw0Ipl1vcJxtZeE6C3PmGWBE316j8a5DLYvf9bjIPLYLNLUzLU3QnJB6T5w==", 996 - "dependencies": { 997 - "@material/animation": "^13.0.0", 998 - "@material/base": "^13.0.0", 999 - "@material/density": "^13.0.0", 1000 - "@material/elevation": "^13.0.0", 1001 - "@material/feature-targeting": "^13.0.0", 1002 - "@material/tab": "^13.0.0", 1003 - "@material/tab-indicator": "^13.0.0", 1004 - "@material/tab-scroller": "^13.0.0", 1005 - "@material/theme": "^13.0.0", 1006 - "@material/typography": "^13.0.0", 1007 - "tslib": "^2.1.0" 1008 - } 1009 - }, 1010 - "node_modules/@material/tab-indicator": { 1011 - "version": "13.0.0", 1012 - "resolved": "https://registry.npmmirror.com/@material/tab-indicator/-/tab-indicator-13.0.0.tgz", 1013 - "integrity": "sha512-T6Q4zCdl374rQgNLrAIc8+sy8ax6fbNTZRb+oJgShzjVz4wH9OLk6LX1RREHEeWiZt69nTqeR4yU6/6xFX+Kjw==", 1014 - "dependencies": { 1015 - "@material/animation": "^13.0.0", 1016 - "@material/base": "^13.0.0", 1017 - "@material/feature-targeting": "^13.0.0", 1018 - "@material/theme": "^13.0.0", 1019 - "tslib": "^2.1.0" 1020 - } 1021 - }, 1022 - "node_modules/@material/tab-scroller": { 1023 - "version": "13.0.0", 1024 - "resolved": "https://registry.npmmirror.com/@material/tab-scroller/-/tab-scroller-13.0.0.tgz", 1025 - "integrity": "sha512-SHdNXTLrNA47RbTNOQa67DbQjw0qrf1h0OuoESXHMU/B7QQvhAOqnHpU32/LdCP+gvc7EdZjolVQgk3WphDcQA==", 1026 - "dependencies": { 1027 - "@material/animation": "^13.0.0", 1028 - "@material/base": "^13.0.0", 1029 - "@material/dom": "^13.0.0", 1030 - "@material/feature-targeting": "^13.0.0", 1031 - "@material/tab": "^13.0.0", 1032 - "tslib": "^2.1.0" 1033 - } 1034 - }, 1035 - "node_modules/@material/textfield": { 1036 - "version": "13.0.0", 1037 - "resolved": "https://registry.npmmirror.com/@material/textfield/-/textfield-13.0.0.tgz", 1038 - "integrity": "sha512-CzodrOqx8wzj2AQngMpISURJID4jVOHf4CtiPoj32LG8bWLn5ZfAAX2aA2rO6NPyDYsFm0aEnlfMhnDwQyPoYw==", 1039 - "dependencies": { 1040 - "@material/animation": "^13.0.0", 1041 - "@material/base": "^13.0.0", 1042 - "@material/density": "^13.0.0", 1043 - "@material/dom": "^13.0.0", 1044 - "@material/feature-targeting": "^13.0.0", 1045 - "@material/floating-label": "^13.0.0", 1046 - "@material/line-ripple": "^13.0.0", 1047 - "@material/notched-outline": "^13.0.0", 1048 - "@material/ripple": "^13.0.0", 1049 - "@material/rtl": "^13.0.0", 1050 - "@material/shape": "^13.0.0", 1051 - "@material/theme": "^13.0.0", 1052 - "@material/typography": "^13.0.0", 1053 - "tslib": "^2.1.0" 1054 - } 1055 - }, 1056 - "node_modules/@material/theme": { 1057 - "version": "13.0.0", 1058 - "resolved": "https://registry.npmmirror.com/@material/theme/-/theme-13.0.0.tgz", 1059 - "integrity": "sha512-KAe1s0MvvfCGAwJliDVTvgAKuD3ESwhl7F7br4Iam4IPdqME2rWl8NPhKHFfaWqTG7PyCgMMngYEYuA8cLNTsA==", 1060 - "dependencies": { 1061 - "@material/feature-targeting": "^13.0.0", 1062 - "tslib": "^2.1.0" 1063 - } 1064 - }, 1065 - "node_modules/@material/tokens": { 1066 - "version": "13.0.0", 1067 - "resolved": "https://registry.npmmirror.com/@material/tokens/-/tokens-13.0.0.tgz", 1068 - "integrity": "sha512-t55CKVeAjABdSQCKjsvYvqrA6Z4f5varLpLloai8ZQU0giSl7qbUczV1i8y2pSOzpRTswD5JKM7a19qfsl/TCA==", 1069 - "dependencies": { 1070 - "@material/elevation": "^13.0.0" 1071 - } 1072 - }, 1073 - "node_modules/@material/tooltip": { 1074 - "version": "13.0.0", 1075 - "resolved": "https://registry.npmmirror.com/@material/tooltip/-/tooltip-13.0.0.tgz", 1076 - "integrity": "sha512-/QinwEM0sYtRUthgOy7R+V4iwLMZ8SCd8A3PyGyTr27BUGWykwAUFdXyzT4rxLhDNcnDOYH14N+Z3Bom+UwO9Q==", 1077 - "dependencies": { 1078 - "@material/animation": "^13.0.0", 1079 - "@material/base": "^13.0.0", 1080 - "@material/dom": "^13.0.0", 1081 - "@material/elevation": "^13.0.0", 1082 - "@material/feature-targeting": "^13.0.0", 1083 - "@material/rtl": "^13.0.0", 1084 - "@material/shape": "^13.0.0", 1085 - "@material/theme": "^13.0.0", 1086 - "@material/typography": "^13.0.0", 1087 - "tslib": "^2.1.0" 1088 - } 1089 - }, 1090 - "node_modules/@material/top-app-bar": { 1091 - "version": "13.0.0", 1092 - "resolved": "https://registry.npmmirror.com/@material/top-app-bar/-/top-app-bar-13.0.0.tgz", 1093 - "integrity": "sha512-NTbIbBmoo4wfbBwW+9XMmjYQJ3e7NJ9P/ahTszYuzYDyWNcc3m8G/A0zM+1LBmoze3rP/QTxcaJUH/A5/3ufXA==", 1094 - "dependencies": { 1095 - "@material/animation": "^13.0.0", 1096 - "@material/base": "^13.0.0", 1097 - "@material/elevation": "^13.0.0", 1098 - "@material/ripple": "^13.0.0", 1099 - "@material/rtl": "^13.0.0", 1100 - "@material/shape": "^13.0.0", 1101 - "@material/theme": "^13.0.0", 1102 - "@material/typography": "^13.0.0", 1103 - "tslib": "^2.1.0" 1104 - } 1105 - }, 1106 - "node_modules/@material/touch-target": { 1107 - "version": "13.0.0", 1108 - "resolved": "https://registry.npmmirror.com/@material/touch-target/-/touch-target-13.0.0.tgz", 1109 - "integrity": "sha512-2BMjj+nwKIYG7cZZGcNuRSKo53knqDu9ksv9wLidxjLgzqXBd1v9gdXsqMRQXepoOqftWGmYMaRYI0xMnxt6lA==", 1110 - "dependencies": { 1111 - "@material/base": "^13.0.0", 1112 - "@material/feature-targeting": "^13.0.0", 1113 - "@material/rtl": "^13.0.0", 1114 - "tslib": "^2.1.0" 1115 - } 1116 - }, 1117 - "node_modules/@material/typography": { 1118 - "version": "13.0.0", 1119 - "resolved": "https://registry.npmmirror.com/@material/typography/-/typography-13.0.0.tgz", 1120 - "integrity": "sha512-UfaK4vT3LmGiiySf2RVIrf7fJZa6EJadFwo4YUMJx9bvUMRlBm1oI8Vo9fYpKdLfuSTeA+2BlgbwYVObj3laFw==", 1121 - "dependencies": { 1122 - "@material/feature-targeting": "^13.0.0", 1123 - "@material/theme": "^13.0.0", 1124 - "tslib": "^2.1.0" 1125 - } 1126 - }, 1127 - "node_modules/@nodelib/fs.scandir": { 1128 - "version": "2.1.5", 1129 - "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", 1130 - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", 1131 - "dev": true, 1132 - "dependencies": { 1133 - "@nodelib/fs.stat": "2.0.5", 1134 - "run-parallel": "^1.1.9" 1135 - }, 1136 - "engines": { 1137 - "node": ">= 8" 1138 - } 1139 - }, 1140 - "node_modules/@nodelib/fs.stat": { 1141 - "version": "2.0.5", 1142 - "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", 1143 - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", 1144 - "dev": true, 1145 - "engines": { 1146 - "node": ">= 8" 1147 - } 1148 - }, 1149 - "node_modules/@nodelib/fs.walk": { 1150 - "version": "1.2.8", 1151 - "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", 1152 - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", 1153 - "dev": true, 1154 - "dependencies": { 1155 - "@nodelib/fs.scandir": "2.1.5", 1156 - "fastq": "^1.6.0" 1157 - }, 1158 - "engines": { 1159 - "node": ">= 8" 1160 - } 1161 - }, 1162 - "node_modules/@rollup/plugin-dsv": { 1163 - "version": "2.0.3", 1164 - "resolved": "https://registry.npmmirror.com/@rollup/plugin-dsv/-/plugin-dsv-2.0.3.tgz", 1165 - "integrity": "sha512-x2lqNepgPZUwRgNzEK8oTpoN6Y7NEQQl1PHp4gltXuxeJGlu3oyxVuw5gY5+T/LMUyQ9Nvlw6xu/rOC7v9kxPg==", 1166 - "dev": true, 1167 - "dependencies": { 1168 - "@rollup/pluginutils": "^3.1.0", 1169 - "@types/d3-dsv": "~1.2.0", 1170 - "d3-dsv": "1.2.0", 1171 - "tosource": "^1.0.0" 1172 - } 1173 - }, 1174 - "node_modules/@rollup/pluginutils": { 1175 - "version": "3.1.0", 1176 - "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz", 1177 - "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==", 1178 - "dev": true, 1179 - "dependencies": { 1180 - "@types/estree": "0.0.39", 1181 - "estree-walker": "^1.0.1", 1182 - "picomatch": "^2.2.2" 1183 - }, 1184 - "engines": { 1185 - "node": ">= 8.0.0" 1186 - }, 1187 - "peerDependencies": { 1188 - "rollup": "^1.20.0||^2.0.0" 1189 - } 1190 - }, 1191 - "node_modules/@smui-extra/accordion": { 1192 - "version": "6.1.4", 1193 - "resolved": "https://registry.npmmirror.com/@smui-extra/accordion/-/accordion-6.1.4.tgz", 1194 - "integrity": "sha512-2yaGn8Jmqr+EGF+Xk5GkvNGu9jUH+RxuhUybfpZ0LHlGJhmXAAGUthgf44EJ0XLlR7upPaAmd3lI1+fYfmrRDQ==", 1195 - "dependencies": { 1196 - "@material/animation": "^13.0.0", 1197 - "@material/elevation": "^13.0.0", 1198 - "@material/feature-targeting": "^13.0.0", 1199 - "@material/ripple": "^13.0.0", 1200 - "@material/theme": "^13.0.0", 1201 - "@material/typography": "^13.0.0", 1202 - "@smui/common": "^6.1.4", 1203 - "@smui/paper": "^6.1.4", 1204 - "@smui/ripple": "^6.1.4", 1205 - "svelte2tsx": "^0.5.12" 1206 - } 1207 - }, 1208 - "node_modules/@smui-extra/autocomplete": { 1209 - "version": "6.2.0", 1210 - "resolved": "https://registry.npmmirror.com/@smui-extra/autocomplete/-/autocomplete-6.2.0.tgz", 1211 - "integrity": "sha512-JCZOQO6rnDdCq8/q9gB4ElM04AIaQAcNLiNkPsgzUT6v8klYzerqPnfT3JBvm+p+ZUqocmRAIrdsF5QVvAgacg==", 1212 - "dependencies": { 1213 - "@smui/common": "^6.1.4", 1214 - "@smui/list": "^6.1.4", 1215 - "@smui/menu": "^6.2.0", 1216 - "@smui/menu-surface": "^6.1.4", 1217 - "@smui/textfield": "^6.1.4", 1218 - "svelte2tsx": "^0.5.12" 1219 - } 1220 - }, 1221 - "node_modules/@smui-extra/badge": { 1222 - "version": "6.1.4", 1223 - "resolved": "https://registry.npmmirror.com/@smui-extra/badge/-/badge-6.1.4.tgz", 1224 - "integrity": "sha512-AudM5fswJlggtIy7JKywCBuWOPAT776OGwNXJlEUsCXCvqIqQC7HoCwn0Es15Y0rSZcPdRLJm9e2JjzC/SKTbw==", 1225 - "dependencies": { 1226 - "@material/feature-targeting": "^13.0.0", 1227 - "@material/rtl": "^13.0.0", 1228 - "@material/shape": "^13.0.0", 1229 - "@material/theme": "^13.0.0", 1230 - "@material/typography": "^13.0.0", 1231 - "@smui/common": "^6.1.4", 1232 - "svelte2tsx": "^0.5.12" 1233 - } 1234 - }, 1235 - "node_modules/@smui/banner": { 1236 - "version": "6.1.4", 1237 - "resolved": "https://registry.npmmirror.com/@smui/banner/-/banner-6.1.4.tgz", 1238 - "integrity": "sha512-nv5/lHUFIIhEGmPBJfmj3Ube5LumCNJSlg+BnApk4obeBYET/ANz85zVU3kEEgn5FS8Z8V49/B59X5F0gY4eog==", 1239 - "dependencies": { 1240 - "@material/banner": "^13.0.0", 1241 - "@smui/common": "^6.1.4", 1242 - "svelte2tsx": "^0.5.12" 1243 - } 1244 - }, 1245 - "node_modules/@smui/button": { 1246 - "version": "6.1.4", 1247 - "resolved": "https://registry.npmmirror.com/@smui/button/-/button-6.1.4.tgz", 1248 - "integrity": "sha512-4CD6uPNkvZzoQyr6b3+PC49wieMkZW6xzxf+r/vq5pcv2X/PM+caySjzfAZamWN2m4nZMrmJjyEw1iCITWoQyg==", 1249 - "dependencies": { 1250 - "@material/button": "^13.0.0", 1251 - "@material/elevation": "^13.0.0", 1252 - "@material/feature-targeting": "^13.0.0", 1253 - "@material/ripple": "^13.0.0", 1254 - "@material/theme": "^13.0.0", 1255 - "@smui/common": "^6.1.4", 1256 - "@smui/ripple": "^6.1.4", 1257 - "svelte2tsx": "^0.5.12" 1258 - } 1259 - }, 1260 - "node_modules/@smui/card": { 1261 - "version": "6.1.4", 1262 - "resolved": "https://registry.npmmirror.com/@smui/card/-/card-6.1.4.tgz", 1263 - "integrity": "sha512-B8t2+w4Y9/3bz80yZeEFJH3Y2aFVZzHsUyBF2aC59rxa5qARihLE7PbCVEyqr6T5oQFr8A7QcHKLC+Ylsxj6HQ==", 1264 - "dependencies": { 1265 - "@material/card": "^13.0.0", 1266 - "@smui/button": "^6.1.4", 1267 - "@smui/common": "^6.1.4", 1268 - "@smui/icon-button": "^6.1.4", 1269 - "@smui/ripple": "^6.1.4", 1270 - "svelte2tsx": "^0.5.12" 1271 - } 1272 - }, 1273 - "node_modules/@smui/checkbox": { 1274 - "version": "6.1.4", 1275 - "resolved": "https://registry.npmmirror.com/@smui/checkbox/-/checkbox-6.1.4.tgz", 1276 - "integrity": "sha512-yWARPjnOaQFVi4iQxUINDLAd0V78mtKhAEuc+F91cjpfDvSzaPWPD3dfynYN7g3yf7uW/bocHM1yUxqtmQ3+7Q==", 1277 - "dependencies": { 1278 - "@material/checkbox": "^13.0.0", 1279 - "@smui/common": "^6.1.4", 1280 - "@smui/ripple": "^6.1.4", 1281 - "svelte2tsx": "^0.5.12" 1282 - } 1283 - }, 1284 - "node_modules/@smui/chips": { 1285 - "version": "7.0.0-beta.0", 1286 - "resolved": "https://registry.npmmirror.com/@smui/chips/-/chips-7.0.0-beta.0.tgz", 1287 - "integrity": "sha512-xL9bEJp0syGfHjGHtFAxBASCtDmbvlCLT/WV3k4PV1xzzCuEWFRQ+C15V8HxeKMPW/CPEi1rKelFkl1vzCchSQ==", 1288 - "dependencies": { 1289 - "@material/chips": "^14.0.0", 1290 - "@material/dom": "^14.0.0", 1291 - "@material/rtl": "^14.0.0", 1292 - "@smui/common": "^7.0.0-beta.0", 1293 - "@smui/ripple": "^7.0.0-beta.0", 1294 - "svelte2tsx": "^0.5.12" 1295 - } 1296 - }, 1297 - "node_modules/@smui/chips/node_modules/@material/animation": { 1298 - "version": "14.0.0", 1299 - "resolved": "https://registry.npmmirror.com/@material/animation/-/animation-14.0.0.tgz", 1300 - "integrity": "sha512-VlYSfUaIj/BBVtRZI8Gv0VvzikFf+XgK0Zdgsok5c1v5DDnNz5tpB8mnGrveWz0rHbp1X4+CWLKrTwNmjrw3Xw==", 1301 - "dependencies": { 1302 - "tslib": "^2.1.0" 1303 - } 1304 - }, 1305 - "node_modules/@smui/chips/node_modules/@material/base": { 1306 - "version": "14.0.0", 1307 - "resolved": "https://registry.npmmirror.com/@material/base/-/base-14.0.0.tgz", 1308 - "integrity": "sha512-Ou7vS7n1H4Y10MUZyYAbt6H0t67c6urxoCgeVT7M38aQlaNUwFMODp7KT/myjYz2YULfhu3PtfSV3Sltgac9mA==", 1309 - "dependencies": { 1310 - "tslib": "^2.1.0" 1311 - } 1312 - }, 1313 - "node_modules/@smui/chips/node_modules/@material/dom": { 1314 - "version": "14.0.0", 1315 - "resolved": "https://registry.npmmirror.com/@material/dom/-/dom-14.0.0.tgz", 1316 - "integrity": "sha512-8t88XyacclTj8qsIw9q0vEj4PI2KVncLoIsIMzwuMx49P2FZg6TsLjor262MI3Qs00UWAifuLMrhnOnfyrbe7Q==", 1317 - "dependencies": { 1318 - "@material/feature-targeting": "^14.0.0", 1319 - "tslib": "^2.1.0" 1320 - } 1321 - }, 1322 - "node_modules/@smui/chips/node_modules/@material/feature-targeting": { 1323 - "version": "14.0.0", 1324 - "resolved": "https://registry.npmmirror.com/@material/feature-targeting/-/feature-targeting-14.0.0.tgz", 1325 - "integrity": "sha512-a5WGgHEq5lJeeNL5yevtgoZjBjXWy6+klfVWQEh8oyix/rMJygGgO7gEc52uv8fB8uAIoYEB3iBMOv8jRq8FeA==", 1326 - "dependencies": { 1327 - "tslib": "^2.1.0" 1328 - } 1329 - }, 1330 - "node_modules/@smui/chips/node_modules/@material/ripple": { 1331 - "version": "14.0.0", 1332 - "resolved": "https://registry.npmmirror.com/@material/ripple/-/ripple-14.0.0.tgz", 1333 - "integrity": "sha512-9XoGBFd5JhFgELgW7pqtiLy+CnCIcV2s9cQ2BWbOQeA8faX9UZIDUx/g76nHLZ7UzKFtsULJxZTwORmsEt2zvw==", 1334 - "dependencies": { 1335 - "@material/animation": "^14.0.0", 1336 - "@material/base": "^14.0.0", 1337 - "@material/dom": "^14.0.0", 1338 - "@material/feature-targeting": "^14.0.0", 1339 - "@material/rtl": "^14.0.0", 1340 - "@material/theme": "^14.0.0", 1341 - "tslib": "^2.1.0" 1342 - } 1343 - }, 1344 - "node_modules/@smui/chips/node_modules/@material/rtl": { 1345 - "version": "14.0.0", 1346 - "resolved": "https://registry.npmmirror.com/@material/rtl/-/rtl-14.0.0.tgz", 1347 - "integrity": "sha512-xl6OZYyRjuiW2hmbjV2omMV8sQtfmKAjeWnD1RMiAPLCTyOW9Lh/PYYnXjxUrNa0cRwIIbOn5J7OYXokja8puA==", 1348 - "dependencies": { 1349 - "@material/theme": "^14.0.0", 1350 - "tslib": "^2.1.0" 1351 - } 1352 - }, 1353 - "node_modules/@smui/chips/node_modules/@material/theme": { 1354 - "version": "14.0.0", 1355 - "resolved": "https://registry.npmmirror.com/@material/theme/-/theme-14.0.0.tgz", 1356 - "integrity": "sha512-6/SENWNIFuXzeHMPHrYwbsXKgkvCtWuzzQ3cUu4UEt3KcQ5YpViazIM6h8ByYKZP8A9d8QpkJ0WGX5btGDcVoA==", 1357 - "dependencies": { 1358 - "@material/feature-targeting": "^14.0.0", 1359 - "tslib": "^2.1.0" 1360 - } 1361 - }, 1362 - "node_modules/@smui/chips/node_modules/@smui/common": { 1363 - "version": "7.0.0-beta.0", 1364 - "resolved": "https://registry.npmmirror.com/@smui/common/-/common-7.0.0-beta.0.tgz", 1365 - "integrity": "sha512-JFbmbXR/j3NdUPC1Nn28LDH62WVv6AaKQVr4VVmutgBYAkMy+QIQhG/kvFBP4Shr2gG8DLQyXGSK0wHHgiONlw==", 1366 - "dependencies": { 1367 - "@material/dom": "^14.0.0", 1368 - "@tsconfig/svelte": "^3.0.0", 1369 - "svelte2tsx": "^0.5.12" 1370 - } 1371 - }, 1372 - "node_modules/@smui/chips/node_modules/@smui/ripple": { 1373 - "version": "7.0.0-beta.0", 1374 - "resolved": "https://registry.npmmirror.com/@smui/ripple/-/ripple-7.0.0-beta.0.tgz", 1375 - "integrity": "sha512-2G9ILzcNAWeL8NgqW4tuBJXuh0gfGj01CtlGeRUSUNG5AxM3zLECrTEEqKdX25wtJf+QxBqV1Zi3ZqFDm3lzDg==", 1376 - "dependencies": { 1377 - "@material/dom": "^14.0.0", 1378 - "@material/ripple": "^14.0.0", 1379 - "@smui/common": "^7.0.0-beta.0", 1380 - "svelte2tsx": "^0.5.12" 1381 - } 1382 - }, 1383 - "node_modules/@smui/circular-progress": { 1384 - "version": "6.1.4", 1385 - "resolved": "https://registry.npmmirror.com/@smui/circular-progress/-/circular-progress-6.1.4.tgz", 1386 - "integrity": "sha512-79SOd1XpQsSA4P1JpuWgvMVRmGIXFnsTqDkbe8bqF5U8TuK8vPbTNeBO/ANlkOJr2Mqt4j/lJ8Vma02tqjamMA==", 1387 - "dependencies": { 1388 - "@material/circular-progress": "^13.0.0", 1389 - "@smui/common": "^6.1.4", 1390 - "svelte2tsx": "^0.5.12" 1391 - } 1392 - }, 1393 - "node_modules/@smui/common": { 1394 - "version": "6.1.4", 1395 - "resolved": "https://registry.npmmirror.com/@smui/common/-/common-6.1.4.tgz", 1396 - "integrity": "sha512-l6c4gJH+qP9HdM9RhTP07Gl8eewVbYWT7QfVSAF+wwji32ndjgZLlP5P2Jl/GmsQOOlDoNB3VPy/o4Z/kab31g==", 1397 - "dependencies": { 1398 - "@material/dom": "^13.0.0", 1399 - "@tsconfig/svelte": "^3.0.0", 1400 - "svelte2tsx": "^0.5.12" 1401 - } 1402 - }, 1403 - "node_modules/@smui/data-table": { 1404 - "version": "6.2.0", 1405 - "resolved": "https://registry.npmmirror.com/@smui/data-table/-/data-table-6.2.0.tgz", 1406 - "integrity": "sha512-fFfGRr6vwg343wdGhwHrHZbKI/eYQC8rcT7cDaQc8MOL6ULVW29h0Qt6KwyLMeArC/LV2SBsXQJqOIt+Z90qSQ==", 1407 - "dependencies": { 1408 - "@material/data-table": "^13.0.0", 1409 - "@material/dom": "^13.0.0", 1410 - "@smui/checkbox": "^6.1.4", 1411 - "@smui/common": "^6.1.4", 1412 - "@smui/icon-button": "^6.1.4", 1413 - "@smui/ripple": "^6.1.4", 1414 - "@smui/select": "^6.2.0", 1415 - "svelte2tsx": "^0.5.12" 1416 - } 1417 - }, 1418 - "node_modules/@smui/dialog": { 1419 - "version": "6.1.4", 1420 - "resolved": "https://registry.npmmirror.com/@smui/dialog/-/dialog-6.1.4.tgz", 1421 - "integrity": "sha512-ouCROTmIHutDxmSI3DYX4vlGeFaq0VHRtdhD3vCdd/7u9qBukXunKaCfTOvqozdoaa0pG3Cc66bYsa25m9RP4w==", 1422 - "dependencies": { 1423 - "@material/button": "^13.0.0", 1424 - "@material/dialog": "^13.0.0", 1425 - "@material/dom": "^13.0.0", 1426 - "@smui/common": "^6.1.4", 1427 - "svelte2tsx": "^0.5.12" 1428 - } 1429 - }, 1430 - "node_modules/@smui/drawer": { 1431 - "version": "6.1.4", 1432 - "resolved": "https://registry.npmmirror.com/@smui/drawer/-/drawer-6.1.4.tgz", 1433 - "integrity": "sha512-Y13Fvf9ue/yfeuV99I8doRYEN/viWMQpWPTmz3bvh+0ztyPvjK4kpP0AlCu1QxX7UCgb390DLmfT1lDrCl/QrA==", 1434 - "dependencies": { 1435 - "@material/dom": "^13.0.0", 1436 - "@material/drawer": "^13.0.0", 1437 - "@smui/common": "^6.1.4", 1438 - "svelte2tsx": "^0.5.12" 1439 - } 1440 - }, 1441 - "node_modules/@smui/fab": { 1442 - "version": "6.1.4", 1443 - "resolved": "https://registry.npmmirror.com/@smui/fab/-/fab-6.1.4.tgz", 1444 - "integrity": "sha512-uwjh2moyu8bDoZBKLYbQXgDkX/FRlK/xseVYJ8jG/qTSxx/juVd9hG8sK7ERB/ru9odexTSobDXdQT6dPwaXDA==", 1445 - "dependencies": { 1446 - "@material/fab": "^13.0.0", 1447 - "@material/feature-targeting": "^13.0.0", 1448 - "@smui/common": "^6.1.4", 1449 - "@smui/ripple": "^6.1.4", 1450 - "svelte2tsx": "^0.5.12" 1451 - } 1452 - }, 1453 - "node_modules/@smui/floating-label": { 1454 - "version": "6.1.4", 1455 - "resolved": "https://registry.npmmirror.com/@smui/floating-label/-/floating-label-6.1.4.tgz", 1456 - "integrity": "sha512-7crwK7WsU7ELS+uJj5J8XnbCGoJrCDijs7DN57ok3LemWTsmn0vhhnsmDC3FYZARcAQ1KsX936+ahJGfiP/oAg==", 1457 - "dependencies": { 1458 - "@material/floating-label": "^13.0.0", 1459 - "@smui/common": "^6.1.4", 1460 - "svelte2tsx": "^0.5.12" 1461 - } 1462 - }, 1463 - "node_modules/@smui/form-field": { 1464 - "version": "7.0.0-beta.0", 1465 - "resolved": "https://registry.npmmirror.com/@smui/form-field/-/form-field-7.0.0-beta.0.tgz", 1466 - "integrity": "sha512-YWHg8bH1+sc8j5wmdbGdZJNtireCro7fBNp8RZCceChHXQPvaxhUwRU6zV/HepcVLT14SVSO3px5jRNnpCuM8Q==", 1467 - "dependencies": { 1468 - "@material/feature-targeting": "^14.0.0", 1469 - "@material/form-field": "^14.0.0", 1470 - "@material/rtl": "^14.0.0", 1471 - "@smui/common": "^7.0.0-beta.0", 1472 - "svelte2tsx": "^0.5.12" 1473 - } 1474 - }, 1475 - "node_modules/@smui/form-field/node_modules/@material/dom": { 1476 - "version": "14.0.0", 1477 - "resolved": "https://registry.npmmirror.com/@material/dom/-/dom-14.0.0.tgz", 1478 - "integrity": "sha512-8t88XyacclTj8qsIw9q0vEj4PI2KVncLoIsIMzwuMx49P2FZg6TsLjor262MI3Qs00UWAifuLMrhnOnfyrbe7Q==", 1479 - "dependencies": { 1480 - "@material/feature-targeting": "^14.0.0", 1481 - "tslib": "^2.1.0" 1482 - } 1483 - }, 1484 - "node_modules/@smui/form-field/node_modules/@material/feature-targeting": { 1485 - "version": "14.0.0", 1486 - "resolved": "https://registry.npmmirror.com/@material/feature-targeting/-/feature-targeting-14.0.0.tgz", 1487 - "integrity": "sha512-a5WGgHEq5lJeeNL5yevtgoZjBjXWy6+klfVWQEh8oyix/rMJygGgO7gEc52uv8fB8uAIoYEB3iBMOv8jRq8FeA==", 1488 - "dependencies": { 1489 - "tslib": "^2.1.0" 1490 - } 1491 - }, 1492 - "node_modules/@smui/form-field/node_modules/@material/rtl": { 1493 - "version": "14.0.0", 1494 - "resolved": "https://registry.npmmirror.com/@material/rtl/-/rtl-14.0.0.tgz", 1495 - "integrity": "sha512-xl6OZYyRjuiW2hmbjV2omMV8sQtfmKAjeWnD1RMiAPLCTyOW9Lh/PYYnXjxUrNa0cRwIIbOn5J7OYXokja8puA==", 1496 - "dependencies": { 1497 - "@material/theme": "^14.0.0", 1498 - "tslib": "^2.1.0" 1499 - } 1500 - }, 1501 - "node_modules/@smui/form-field/node_modules/@material/theme": { 1502 - "version": "14.0.0", 1503 - "resolved": "https://registry.npmmirror.com/@material/theme/-/theme-14.0.0.tgz", 1504 - "integrity": "sha512-6/SENWNIFuXzeHMPHrYwbsXKgkvCtWuzzQ3cUu4UEt3KcQ5YpViazIM6h8ByYKZP8A9d8QpkJ0WGX5btGDcVoA==", 1505 - "dependencies": { 1506 - "@material/feature-targeting": "^14.0.0", 1507 - "tslib": "^2.1.0" 1508 - } 1509 - }, 1510 - "node_modules/@smui/form-field/node_modules/@smui/common": { 1511 - "version": "7.0.0-beta.0", 1512 - "resolved": "https://registry.npmmirror.com/@smui/common/-/common-7.0.0-beta.0.tgz", 1513 - "integrity": "sha512-JFbmbXR/j3NdUPC1Nn28LDH62WVv6AaKQVr4VVmutgBYAkMy+QIQhG/kvFBP4Shr2gG8DLQyXGSK0wHHgiONlw==", 1514 - "dependencies": { 1515 - "@material/dom": "^14.0.0", 1516 - "@tsconfig/svelte": "^3.0.0", 1517 - "svelte2tsx": "^0.5.12" 1518 - } 1519 - }, 1520 - "node_modules/@smui/icon-button": { 1521 - "version": "6.1.4", 1522 - "resolved": "https://registry.npmmirror.com/@smui/icon-button/-/icon-button-6.1.4.tgz", 1523 - "integrity": "sha512-8eUow8d+vztGJBzHTuXGP0UszXq5RUN4syxW7Ur742D4zNSrF6dzccjteF5S51a7Pcf7AHeEDkAqHbA6ioIGLw==", 1524 - "dependencies": { 1525 - "@material/density": "^13.0.0", 1526 - "@material/icon-button": "^13.0.0", 1527 - "@smui/common": "^6.1.4", 1528 - "@smui/ripple": "^6.1.4", 1529 - "svelte2tsx": "^0.5.12" 1530 - } 1531 - }, 1532 - "node_modules/@smui/image-list": { 1533 - "version": "6.1.4", 1534 - "resolved": "https://registry.npmmirror.com/@smui/image-list/-/image-list-6.1.4.tgz", 1535 - "integrity": "sha512-v52fqVzwqeOvwuJNnk16vHK3QTeS62EZoycSyUMpdf0AeG3DLzIOVo5+CkQ7xuvIFpWve59i5pmOsn29fteMsg==", 1536 - "dependencies": { 1537 - "@material/image-list": "^13.0.0", 1538 - "@smui/common": "^6.1.4", 1539 - "svelte2tsx": "^0.5.12" 1540 - } 1541 - }, 1542 - "node_modules/@smui/layout-grid": { 1543 - "version": "6.1.4", 1544 - "resolved": "https://registry.npmmirror.com/@smui/layout-grid/-/layout-grid-6.1.4.tgz", 1545 - "integrity": "sha512-i8t/PxQsWXfXG1ESv3uiHHIsLTHU/T+FN33HncnXDYkG7IITMFeKXMN76VWpRjDfTl0f7p4EHazBjeXJ1dFziQ==", 1546 - "dependencies": { 1547 - "@material/layout-grid": "^13.0.0", 1548 - "@smui/common": "^6.1.4", 1549 - "svelte2tsx": "^0.5.12" 1550 - } 1551 - }, 1552 - "node_modules/@smui/line-ripple": { 1553 - "version": "6.1.4", 1554 - "resolved": "https://registry.npmmirror.com/@smui/line-ripple/-/line-ripple-6.1.4.tgz", 1555 - "integrity": "sha512-IUbapkBPyrybkUEEZVLpBs6HXXHN3v1aHewFPI7KvHU4a+Ho7EIqWpAHn8wc8SSX2knC2/HeGtpNycAAW127Tw==", 1556 - "dependencies": { 1557 - "@material/line-ripple": "^13.0.0", 1558 - "@smui/common": "^6.1.4", 1559 - "svelte2tsx": "^0.5.12" 1560 - } 1561 - }, 1562 - "node_modules/@smui/linear-progress": { 1563 - "version": "6.1.4", 1564 - "resolved": "https://registry.npmmirror.com/@smui/linear-progress/-/linear-progress-6.1.4.tgz", 1565 - "integrity": "sha512-ta1syavpt9yIAmqV98DKzf0JEy32us4oIxThgj9Ze+4Xi6l4NnuUAx3L9XiW37qE7xrNJcoFMAlErht2yYDUIw==", 1566 - "dependencies": { 1567 - "@material/linear-progress": "^13.0.0", 1568 - "@smui/common": "^6.1.4", 1569 - "svelte2tsx": "^0.5.12" 1570 - } 1571 - }, 1572 - "node_modules/@smui/list": { 1573 - "version": "6.1.4", 1574 - "resolved": "https://registry.npmmirror.com/@smui/list/-/list-6.1.4.tgz", 1575 - "integrity": "sha512-YPecf8ib/EETUVlt+TZMclzm5S+usMVpFsIgidMR75+HFUpXVlHsaOqGdQuQYJ75YRf3HZcYwUNn4t2B3ayhTg==", 1576 - "dependencies": { 1577 - "@material/dom": "^13.0.0", 1578 - "@material/feature-targeting": "^13.0.0", 1579 - "@material/list": "^13.0.0", 1580 - "@smui/common": "^6.1.4", 1581 - "@smui/ripple": "^6.1.4", 1582 - "svelte2tsx": "^0.5.12" 1583 - } 1584 - }, 1585 - "node_modules/@smui/menu": { 1586 - "version": "6.2.0", 1587 - "resolved": "https://registry.npmmirror.com/@smui/menu/-/menu-6.2.0.tgz", 1588 - "integrity": "sha512-zYb3U5DPyrHWKwH2Q6KLSotrQ+6r223PnLbYGRcOCF7sEVNL+P7N8n8EfJTxX+/NF9Dbs48Z1a0QBvkN51klbQ==", 1589 - "dependencies": { 1590 - "@material/dom": "^13.0.0", 1591 - "@material/menu": "^13.0.0", 1592 - "@smui/common": "^6.1.4", 1593 - "@smui/list": "^6.1.4", 1594 - "@smui/menu-surface": "^6.1.4", 1595 - "svelte2tsx": "^0.5.12" 1596 - } 1597 - }, 1598 - "node_modules/@smui/menu-surface": { 1599 - "version": "6.1.4", 1600 - "resolved": "https://registry.npmmirror.com/@smui/menu-surface/-/menu-surface-6.1.4.tgz", 1601 - "integrity": "sha512-rZDHRLiAUCYrunhYAuZUSqtBO2r80rMu5/aeNuBNcemwBw/z/6opNTC8XEcAfN6kbbABewKDD/aW/MIZJgjHsA==", 1602 - "dependencies": { 1603 - "@material/animation": "^13.0.0", 1604 - "@material/menu-surface": "^13.0.0", 1605 - "@smui/common": "^6.1.4", 1606 - "svelte2tsx": "^0.5.12" 1607 - } 1608 - }, 1609 - "node_modules/@smui/notched-outline": { 1610 - "version": "6.1.4", 1611 - "resolved": "https://registry.npmmirror.com/@smui/notched-outline/-/notched-outline-6.1.4.tgz", 1612 - "integrity": "sha512-wUWnF5qzCbM6UXioq1CHeYMHXfnd/2A2dXnl7ziQTEqPit9qCNc0XM9VcoxLJTy7IyEFmmTI7GcH0fOjggqg8A==", 1613 - "dependencies": { 1614 - "@material/notched-outline": "^13.0.0", 1615 - "@smui/common": "^6.1.4", 1616 - "@smui/floating-label": "^6.1.4", 1617 - "svelte2tsx": "^0.5.12" 1618 - } 1619 - }, 1620 - "node_modules/@smui/paper": { 1621 - "version": "6.1.4", 1622 - "resolved": "https://registry.npmmirror.com/@smui/paper/-/paper-6.1.4.tgz", 1623 - "integrity": "sha512-mKfbF5Hr5yUsUL8tGmKHfkV6bxkE50EJwZmCw0t1+CSOfHTD/96klVNDVKh4Tgr7tfK8g0yJ14Ra8fJwV/V6jA==", 1624 - "dependencies": { 1625 - "@material/elevation": "^13.0.0", 1626 - "@material/feature-targeting": "^13.0.0", 1627 - "@material/shape": "^13.0.0", 1628 - "@material/theme": "^13.0.0", 1629 - "@material/typography": "^13.0.0", 1630 - "@smui/common": "^6.1.4", 1631 - "svelte2tsx": "^0.5.12" 1632 - } 1633 - }, 1634 - "node_modules/@smui/radio": { 1635 - "version": "6.1.4", 1636 - "resolved": "https://registry.npmmirror.com/@smui/radio/-/radio-6.1.4.tgz", 1637 - "integrity": "sha512-G9/bhNX5X8GmWjzddRRmDxwcg4PqreCAoBXiQVcJdv4pinrkfgrtGVzGVzRzD0WEHlB4X9J2aYn6BkFn41xC+Q==", 1638 - "dependencies": { 1639 - "@material/radio": "^13.0.0", 1640 - "@smui/common": "^6.1.4", 1641 - "@smui/ripple": "^6.1.4", 1642 - "svelte2tsx": "^0.5.12" 1643 - } 1644 - }, 1645 - "node_modules/@smui/ripple": { 1646 - "version": "6.1.4", 1647 - "resolved": "https://registry.npmmirror.com/@smui/ripple/-/ripple-6.1.4.tgz", 1648 - "integrity": "sha512-bMyjVE13Mpy8iygQTtxFTPfxJcefAD/4JBDTm3EORhyO16CcSHhHmMuUjP8YxWTPmn+mnWaeNORZ31aJt4tlYw==", 1649 - "dependencies": { 1650 - "@material/dom": "^13.0.0", 1651 - "@material/ripple": "^13.0.0", 1652 - "@smui/common": "^6.1.4", 1653 - "svelte2tsx": "^0.5.12" 1654 - } 1655 - }, 1656 - "node_modules/@smui/segmented-button": { 1657 - "version": "6.1.4", 1658 - "resolved": "https://registry.npmmirror.com/@smui/segmented-button/-/segmented-button-6.1.4.tgz", 1659 - "integrity": "sha512-71k+vUfBYynvof1YNeElSoM2GFMZenU7yTKhL40yyACZJ33HAa/Xc+Tcy2uyrUyvCNd1dyrr49Cs4s/OX/nrdQ==", 1660 - "dependencies": { 1661 - "@material/segmented-button": "^13.0.0", 1662 - "@smui/common": "^6.1.4", 1663 - "@smui/ripple": "^6.1.4", 1664 - "svelte2tsx": "^0.5.12" 1665 - } 1666 - }, 1667 - "node_modules/@smui/select": { 1668 - "version": "6.2.0", 1669 - "resolved": "https://registry.npmmirror.com/@smui/select/-/select-6.2.0.tgz", 1670 - "integrity": "sha512-Cr9lKbEiGF9E+AzQOaSbUc1WyHbbft7CoeLNHblEiRijffSMY/Pgsn0qjqOBh3jeDUu6Nb5BW/3icL1As3SS4Q==", 1671 - "dependencies": { 1672 - "@material/feature-targeting": "^13.0.0", 1673 - "@material/ripple": "^13.0.0", 1674 - "@material/rtl": "^13.0.0", 1675 - "@material/select": "^13.0.0", 1676 - "@material/theme": "^13.0.0", 1677 - "@smui/common": "^6.1.4", 1678 - "@smui/floating-label": "^6.1.4", 1679 - "@smui/line-ripple": "^6.1.4", 1680 - "@smui/list": "^6.1.4", 1681 - "@smui/menu": "^6.2.0", 1682 - "@smui/menu-surface": "^6.1.4", 1683 - "@smui/notched-outline": "^6.1.4", 1684 - "@smui/ripple": "^6.1.4", 1685 - "svelte2tsx": "^0.5.12" 1686 - } 1687 - }, 1688 - "node_modules/@smui/slider": { 1689 - "version": "6.1.4", 1690 - "resolved": "https://registry.npmmirror.com/@smui/slider/-/slider-6.1.4.tgz", 1691 - "integrity": "sha512-Q+U8Q3XYOw6m8LOCfrXapFPsgIwnxqgn4Cy2MSnew1CtaPwEnul8gNP4OKxvZz24g2XPJa+ohAHVIVH149stQw==", 1692 - "dependencies": { 1693 - "@material/dom": "^13.0.0", 1694 - "@material/slider": "^13.0.0", 1695 - "@smui/common": "^6.1.4", 1696 - "@smui/ripple": "^6.1.4", 1697 - "svelte2tsx": "^0.5.12" 1698 - } 1699 - }, 1700 - "node_modules/@smui/snackbar": { 1701 - "version": "6.1.4", 1702 - "resolved": "https://registry.npmmirror.com/@smui/snackbar/-/snackbar-6.1.4.tgz", 1703 - "integrity": "sha512-RkKqm9/uXRxcOTQfgkL3HvwRkRVzhmEjUWaRj6hr3MPUHvTI2nihv86BUNobRCt32ROKvnSATCjXsCfqTfceqg==", 1704 - "dependencies": { 1705 - "@material/dom": "^13.0.0", 1706 - "@material/feature-targeting": "^13.0.0", 1707 - "@material/snackbar": "^13.0.0", 1708 - "@smui/button": "^6.1.4", 1709 - "@smui/common": "^6.1.4", 1710 - "@smui/icon-button": "^6.1.4", 1711 - "@smui/ripple": "^6.1.4", 1712 - "svelte2tsx": "^0.5.12" 1713 - } 1714 - }, 1715 - "node_modules/@smui/switch": { 1716 - "version": "6.1.4", 1717 - "resolved": "https://registry.npmmirror.com/@smui/switch/-/switch-6.1.4.tgz", 1718 - "integrity": "sha512-UluXjA4RD9f/EjrpmQwdhZB5Zk6d9FhGdzMIEEc7JEIoYnQ0TmOCSUDoV+IJpwdFSxYIlKgX37PInqPB62Eg3Q==", 1719 - "dependencies": { 1720 - "@material/feature-targeting": "^13.0.0", 1721 - "@material/switch": "^13.0.0", 1722 - "@material/theme": "^13.0.0", 1723 - "@smui/common": "^6.1.4", 1724 - "@smui/ripple": "^6.1.4", 1725 - "svelte2tsx": "^0.5.12" 1726 - } 1727 - }, 1728 - "node_modules/@smui/tab": { 1729 - "version": "6.1.4", 1730 - "resolved": "https://registry.npmmirror.com/@smui/tab/-/tab-6.1.4.tgz", 1731 - "integrity": "sha512-vxxJ31XDArQPhGEq4M4CNeQH9i09xJxBEX3cTr34lP3IXih3RQ1TTw1a8xzC137FsJERGm3ii72CKHpPpnyFkA==", 1732 - "dependencies": { 1733 - "@material/tab": "^13.0.0", 1734 - "@smui/common": "^6.1.4", 1735 - "@smui/ripple": "^6.1.4", 1736 - "@smui/tab-indicator": "^6.1.4", 1737 - "svelte2tsx": "^0.5.12" 1738 - } 1739 - }, 1740 - "node_modules/@smui/tab-bar": { 1741 - "version": "6.1.4", 1742 - "resolved": "https://registry.npmmirror.com/@smui/tab-bar/-/tab-bar-6.1.4.tgz", 1743 - "integrity": "sha512-bY2hzuYrdzvqWY34cYzez1YK5l4aF5gUFnaiu6l83wmhX5fzl5AqqKCbWgxoAVqNC4ErKAvthFzSaeiDdzOaNQ==", 1744 - "dependencies": { 1745 - "@material/tab-bar": "^13.0.0", 1746 - "@smui/common": "^6.1.4", 1747 - "@smui/tab": "^6.1.4", 1748 - "@smui/tab-scroller": "^6.1.4", 1749 - "svelte2tsx": "^0.5.12" 1750 - } 1751 - }, 1752 - "node_modules/@smui/tab-indicator": { 1753 - "version": "6.1.4", 1754 - "resolved": "https://registry.npmmirror.com/@smui/tab-indicator/-/tab-indicator-6.1.4.tgz", 1755 - "integrity": "sha512-yb79eJe/5X7X9rzcO9vZG+QDUsyvXSGWaonpsD4n9PUtWYG56pmar1LAwsVTYJw3nAqZZuGyLDC8/O6qCrd2Tg==", 1756 - "dependencies": { 1757 - "@material/tab-indicator": "^13.0.0", 1758 - "@smui/common": "^6.1.4", 1759 - "svelte2tsx": "^0.5.12" 1760 - } 1761 - }, 1762 - "node_modules/@smui/tab-scroller": { 1763 - "version": "6.1.4", 1764 - "resolved": "https://registry.npmmirror.com/@smui/tab-scroller/-/tab-scroller-6.1.4.tgz", 1765 - "integrity": "sha512-ViD6yuxYEkxfUeYq/EDpdRoeJCG+geYTWhXlQBKaLQ0IwN8qI5NRH+YcQozzJXNYlbW77lCn2X1piUWuMKEGSg==", 1766 - "dependencies": { 1767 - "@material/dom": "^13.0.0", 1768 - "@material/tab-scroller": "^13.0.0", 1769 - "@smui/common": "^6.1.4", 1770 - "svelte2tsx": "^0.5.12" 1771 - } 1772 - }, 1773 - "node_modules/@smui/textfield": { 1774 - "version": "6.1.4", 1775 - "resolved": "https://registry.npmmirror.com/@smui/textfield/-/textfield-6.1.4.tgz", 1776 - "integrity": "sha512-Y873i6KCAeh3fa3Kp7EuVKR5BU5CtfVEJXP30uVM5PdNIVeAGV5xTCjOyq/rpiGALILxQFVMfE6NKKCyTCCenA==", 1777 - "dependencies": { 1778 - "@material/dom": "^13.0.0", 1779 - "@material/feature-targeting": "^13.0.0", 1780 - "@material/ripple": "^13.0.0", 1781 - "@material/rtl": "^13.0.0", 1782 - "@material/textfield": "^13.0.0", 1783 - "@smui/common": "^6.1.4", 1784 - "@smui/floating-label": "^6.1.4", 1785 - "@smui/line-ripple": "^6.1.4", 1786 - "@smui/notched-outline": "^6.1.4", 1787 - "@smui/ripple": "^6.1.4", 1788 - "svelte2tsx": "^0.5.12" 1789 - } 1790 - }, 1791 - "node_modules/@smui/tooltip": { 1792 - "version": "6.1.4", 1793 - "resolved": "https://registry.npmmirror.com/@smui/tooltip/-/tooltip-6.1.4.tgz", 1794 - "integrity": "sha512-KBSoaRJ+9GX5HCxRt66zUOJ4++w9P9LPbBjOXIfyAvV3Qfm4VOBAm5mD2GWi1fJw96gci+lnTFq4pCMMN9L/2A==", 1795 - "dependencies": { 1796 - "@material/tooltip": "^13.0.0", 1797 - "@smui/common": "^6.1.4", 1798 - "svelte2tsx": "^0.5.12" 1799 - } 1800 - }, 1801 - "node_modules/@smui/top-app-bar": { 1802 - "version": "6.1.4", 1803 - "resolved": "https://registry.npmmirror.com/@smui/top-app-bar/-/top-app-bar-6.1.4.tgz", 1804 - "integrity": "sha512-r7ychtYYtysTnVhTlNx+KZeReuUacbP9Cv3nmgQeiY8Qs3bSae/+AVNzEA3nB1QCXKKWwNPy81E0rjV4XKFLPg==", 1805 - "dependencies": { 1806 - "@material/feature-targeting": "^13.0.0", 1807 - "@material/top-app-bar": "^13.0.0", 1808 - "@smui/common": "^6.1.4", 1809 - "svelte2tsx": "^0.5.12" 1810 - } 1811 - }, 1812 - "node_modules/@smui/touch-target": { 1813 - "version": "6.1.4", 1814 - "resolved": "https://registry.npmmirror.com/@smui/touch-target/-/touch-target-6.1.4.tgz", 1815 - "integrity": "sha512-ZQ1yYBOMIFaGiKylFWbmK9SEwCopZ/et2Pppvy3ssdQeSH8xDPcpa5/EdRYudxCYTPW/scZCUSww6ysTaFOuAw==", 1816 - "dependencies": { 1817 - "@material/touch-target": "^13.0.0", 1818 - "@smui/common": "^6.1.4", 1819 - "svelte2tsx": "^0.5.12" 1820 - } 1821 - }, 1822 - "node_modules/@sveltejs/vite-plugin-svelte": { 1823 - "version": "1.4.0", 1824 - "resolved": "https://registry.npmmirror.com/@sveltejs/vite-plugin-svelte/-/vite-plugin-svelte-1.4.0.tgz", 1825 - "integrity": "sha512-6QupI/jemMfK+yI2pMtJcu5iO2gtgTfcBdGwMZZt+lgbFELhszbDl6Qjh000HgAV8+XUA+8EY8DusOFk8WhOIg==", 1826 - "dev": true, 1827 - "dependencies": { 1828 - "debug": "^4.3.4", 1829 - "deepmerge": "^4.2.2", 1830 - "kleur": "^4.1.5", 1831 - "magic-string": "^0.26.7", 1832 - "svelte-hmr": "^0.15.1", 1833 - "vitefu": "^0.2.2" 1834 - }, 1835 - "engines": { 1836 - "node": "^14.18.0 || >= 16" 1837 - }, 1838 - "peerDependencies": { 1839 - "svelte": "^3.44.0", 1840 - "vite": "^3.0.0" 1841 - } 1842 - }, 1843 - "node_modules/@tsconfig/svelte": { 1844 - "version": "3.0.0", 1845 - "resolved": "https://registry.npmmirror.com/@tsconfig/svelte/-/svelte-3.0.0.tgz", 1846 - "integrity": "sha512-pYrtLtOwku/7r1i9AMONsJMVYAtk3hzOfiGNekhtq5tYBGA7unMve8RvUclKLMT3PrihvJqUmzsRGh0RP84hKg==" 1847 - }, 1848 - "node_modules/@types/d3-dsv": { 1849 - "version": "1.2.2", 1850 - "resolved": "https://registry.npmmirror.com/@types/d3-dsv/-/d3-dsv-1.2.2.tgz", 1851 - "integrity": "sha512-GRnz9z8ypqb7OsQ/xw/BmFAp0/k3pgM1s19FTZZSlCMY0EvyVTkU8xzZKKDXzytGXPpTNC4R5pGl9oxEvVSnHQ==", 1852 - "dev": true 1853 - }, 1854 - "node_modules/@types/estree": { 1855 - "version": "0.0.39", 1856 - "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-0.0.39.tgz", 1857 - "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==", 1858 - "dev": true 1859 - }, 1860 - "node_modules/@types/pug": { 1861 - "version": "2.0.6", 1862 - "resolved": "https://registry.npmmirror.com/@types/pug/-/pug-2.0.6.tgz", 1863 - "integrity": "sha512-SnHmG9wN1UVmagJOnyo/qkk0Z7gejYxOYYmaAwr5u2yFYfsupN3sg10kyzN8Hep/2zbHxCnsumxOoRIRMBwKCg==", 1864 - "dev": true 1865 - }, 1866 - "node_modules/@types/sass": { 1867 - "version": "1.45.0", 1868 - "resolved": "https://registry.npmmirror.com/@types/sass/-/sass-1.45.0.tgz", 1869 - "integrity": "sha512-jn7qwGFmJHwUSphV8zZneO3GmtlgLsmhs/LQyVvQbIIa+fzGMUiHI4HXJZL3FT8MJmgXWbLGiVVY7ElvHq6vDA==", 1870 - "deprecated": "This is a stub types definition. sass provides its own type definitions, so you do not need this installed.", 1871 - "dev": true, 1872 - "dependencies": { 1873 - "sass": "*" 1874 - } 1875 - }, 1876 - "node_modules/@vitejs/plugin-legacy": { 1877 - "version": "2.3.1", 1878 - "resolved": "https://registry.npmmirror.com/@vitejs/plugin-legacy/-/plugin-legacy-2.3.1.tgz", 1879 - "integrity": "sha512-J5KaGBlSt2tEYPVjM/C8dA6DkRzkFkbPe+Xb4IX5G+XOV5OGbVAfkMjKywdrkO3gGynO8S98i71Lmsff4cWkCQ==", 1880 - "dependencies": { 1881 - "@babel/standalone": "^7.20.0", 1882 - "core-js": "^3.26.0", 1883 - "magic-string": "^0.26.7", 1884 - "regenerator-runtime": "^0.13.10", 1885 - "systemjs": "^6.13.0" 1886 - }, 1887 - "engines": { 1888 - "node": "^14.18.0 || >=16.0.0" 1889 - }, 1890 - "peerDependencies": { 1891 - "terser": "^5.4.0", 1892 - "vite": "^3.0.0" 1893 - } 1894 - }, 1895 - "node_modules/acorn": { 1896 - "version": "8.8.2", 1897 - "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.8.2.tgz", 1898 - "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==", 1899 - "bin": { 1900 - "acorn": "bin/acorn" 1901 - }, 1902 - "engines": { 1903 - "node": ">=0.4.0" 1904 - } 1905 - }, 1906 - "node_modules/anymatch": { 1907 - "version": "3.1.3", 1908 - "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz", 1909 - "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", 1910 - "devOptional": true, 1911 - "dependencies": { 1912 - "normalize-path": "^3.0.0", 1913 - "picomatch": "^2.0.4" 1914 - }, 1915 - "engines": { 1916 - "node": ">= 8" 1917 - } 1918 - }, 1919 - "node_modules/balanced-match": { 1920 - "version": "1.0.2", 1921 - "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz", 1922 - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", 1923 - "dev": true 1924 - }, 1925 - "node_modules/bellajs": { 1926 - "version": "11.1.2", 1927 - "resolved": "https://registry.npmmirror.com/bellajs/-/bellajs-11.1.2.tgz", 1928 - "integrity": "sha512-2Fy3Km5JKyIy/KunW3oica2gZtkjD2qSqti2Q3xPhHvXXdMbc+32pEMOPG+xrSat0BXVhRjHIx++lzxIPK0GqQ==", 1929 - "engines": { 1930 - "node": ">= 14" 1931 - } 1932 - }, 1933 - "node_modules/binary-extensions": { 1934 - "version": "2.2.0", 1935 - "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.2.0.tgz", 1936 - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", 1937 - "devOptional": true, 1938 - "engines": { 1939 - "node": ">=8" 1940 - } 1941 - }, 1942 - "node_modules/brace-expansion": { 1943 - "version": "1.1.11", 1944 - "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz", 1945 - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", 1946 - "dev": true, 1947 - "dependencies": { 1948 - "balanced-match": "^1.0.0", 1949 - "concat-map": "0.0.1" 1950 - } 1951 - }, 1952 - "node_modules/braces": { 1953 - "version": "3.0.2", 1954 - "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.2.tgz", 1955 - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", 1956 - "devOptional": true, 1957 - "dependencies": { 1958 - "fill-range": "^7.0.1" 1959 - }, 1960 - "engines": { 1961 - "node": ">=8" 1962 - } 1963 - }, 1964 - "node_modules/buffer-crc32": { 1965 - "version": "0.2.13", 1966 - "resolved": "https://registry.npmmirror.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz", 1967 - "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==", 1968 - "dev": true, 1969 - "engines": { 1970 - "node": "*" 1971 - } 1972 - }, 1973 - "node_modules/buffer-from": { 1974 - "version": "1.1.2", 1975 - "resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz", 1976 - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" 1977 - }, 1978 - "node_modules/callsites": { 1979 - "version": "3.1.0", 1980 - "resolved": "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz", 1981 - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", 1982 - "dev": true, 1983 - "engines": { 1984 - "node": ">=6" 1985 - } 1986 - }, 1987 - "node_modules/chokidar": { 1988 - "version": "3.5.3", 1989 - "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.5.3.tgz", 1990 - "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", 1991 - "devOptional": true, 1992 - "dependencies": { 1993 - "anymatch": "~3.1.2", 1994 - "braces": "~3.0.2", 1995 - "glob-parent": "~5.1.2", 1996 - "is-binary-path": "~2.1.0", 1997 - "is-glob": "~4.0.1", 1998 - "normalize-path": "~3.0.0", 1999 - "readdirp": "~3.6.0" 2000 - }, 2001 - "engines": { 2002 - "node": ">= 8.10.0" 2003 - }, 2004 - "optionalDependencies": { 2005 - "fsevents": "~2.3.2" 2006 - } 2007 - }, 2008 - "node_modules/commander": { 2009 - "version": "2.20.3", 2010 - "resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz", 2011 - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" 2012 - }, 2013 - "node_modules/concat-map": { 2014 - "version": "0.0.1", 2015 - "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz", 2016 - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", 2017 - "dev": true 2018 - }, 2019 - "node_modules/core-js": { 2020 - "version": "3.29.0", 2021 - "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.29.0.tgz", 2022 - "integrity": "sha512-VG23vuEisJNkGl6XQmFJd3rEG/so/CNatqeE+7uZAwTSwFeB/qaO0be8xZYUNWprJ/GIwL8aMt9cj1kvbpTZhg==", 2023 - "hasInstallScript": true 2024 - }, 2025 - "node_modules/country-code-emoji": { 2026 - "version": "2.3.0", 2027 - "resolved": "https://registry.npmmirror.com/country-code-emoji/-/country-code-emoji-2.3.0.tgz", 2028 - "integrity": "sha512-MqmIWr3aucoU/3XZU44e0sz6izAlErqaUYp9/NFzdnzb9TrwwornyW3ws2da5TSnpTUr2qP2840oJW9oNKXCoQ==" 2029 - }, 2030 - "node_modules/country-flag-icons": { 2031 - "version": "1.5.5", 2032 - "resolved": "https://registry.npmmirror.com/country-flag-icons/-/country-flag-icons-1.5.5.tgz", 2033 - "integrity": "sha512-k4WXZ/WvWOSiYXRG1n8EYHNr1m/IX0GffKqAidaet5DrJsDOmJ8Q/8JvvONhZNnKYg24s4lvsm+9og1HcuIU/g==" 2034 - }, 2035 - "node_modules/cross-fetch": { 2036 - "version": "3.1.5", 2037 - "resolved": "https://registry.npmmirror.com/cross-fetch/-/cross-fetch-3.1.5.tgz", 2038 - "integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==", 2039 - "dependencies": { 2040 - "node-fetch": "2.6.7" 2041 - } 2042 - }, 2043 - "node_modules/d3-dsv": { 2044 - "version": "1.2.0", 2045 - "resolved": "https://registry.npmmirror.com/d3-dsv/-/d3-dsv-1.2.0.tgz", 2046 - "integrity": "sha512-9yVlqvZcSOMhCYzniHE7EVUws7Fa1zgw+/EAV2BxJoG3ME19V6BQFBwI855XQDsxyOuG7NibqRMTtiF/Qup46g==", 2047 - "dev": true, 2048 - "dependencies": { 2049 - "commander": "2", 2050 - "iconv-lite": "0.4", 2051 - "rw": "1" 2052 - }, 2053 - "bin": { 2054 - "csv2json": "bin/dsv2json", 2055 - "csv2tsv": "bin/dsv2dsv", 2056 - "dsv2dsv": "bin/dsv2dsv", 2057 - "dsv2json": "bin/dsv2json", 2058 - "json2csv": "bin/json2dsv", 2059 - "json2dsv": "bin/json2dsv", 2060 - "json2tsv": "bin/json2dsv", 2061 - "tsv2csv": "bin/dsv2dsv", 2062 - "tsv2json": "bin/dsv2json" 2063 - } 2064 - }, 2065 - "node_modules/darkreader": { 2066 - "version": "4.9.58", 2067 - "resolved": "https://registry.npmmirror.com/darkreader/-/darkreader-4.9.58.tgz", 2068 - "integrity": "sha512-D/JGoJqW3m2AWBLhO+Pev+eThfs+CwRT4bcLb/1zKjql2yVwG0lx8C2XRDdSVGHw4y11n26W7syWoBpUfuhMqQ==" 2069 - }, 2070 - "node_modules/debug": { 2071 - "version": "4.3.4", 2072 - "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz", 2073 - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", 2074 - "dev": true, 2075 - "dependencies": { 2076 - "ms": "2.1.2" 2077 - }, 2078 - "engines": { 2079 - "node": ">=6.0" 2080 - }, 2081 - "peerDependenciesMeta": { 2082 - "supports-color": { 2083 - "optional": true 2084 - } 2085 - } 2086 - }, 2087 - "node_modules/dedent-js": { 2088 - "version": "1.0.1", 2089 - "resolved": "https://registry.npmmirror.com/dedent-js/-/dedent-js-1.0.1.tgz", 2090 - "integrity": "sha512-OUepMozQULMLUmhxS95Vudo0jb0UchLimi3+pQ2plj61Fcy8axbP9hbiD4Sz6DPqn6XG3kfmziVfQ1rSys5AJQ==" 2091 - }, 2092 - "node_modules/deepmerge": { 2093 - "version": "4.3.0", 2094 - "resolved": "https://registry.npmmirror.com/deepmerge/-/deepmerge-4.3.0.tgz", 2095 - "integrity": "sha512-z2wJZXrmeHdvYJp/Ux55wIjqo81G5Bp4c+oELTW+7ar6SogWHajt5a9gO3s3IDaGSAXjDk0vlQKN3rms8ab3og==", 2096 - "dev": true, 2097 - "engines": { 2098 - "node": ">=0.10.0" 2099 - } 2100 - }, 2101 - "node_modules/detect-indent": { 2102 - "version": "6.1.0", 2103 - "resolved": "https://registry.npmmirror.com/detect-indent/-/detect-indent-6.1.0.tgz", 2104 - "integrity": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==", 2105 - "dev": true, 2106 - "engines": { 2107 - "node": ">=8" 2108 - } 2109 - }, 2110 - "node_modules/detect-nearest-browser-locale": { 2111 - "version": "19.0.0", 2112 - "resolved": "https://registry.npmmirror.com/detect-nearest-browser-locale/-/detect-nearest-browser-locale-19.0.0.tgz", 2113 - "integrity": "sha512-nprsk4sjhtvQThzsc4M1ZbMw0YZce+D8XTr1mxl4VZIeORKTgnHsdIzftRSGdkQ9SZpkZAZEd+ixYka0AKqi5g==", 2114 - "dependencies": { 2115 - "detect-nearest-locale": "^1.0.1" 2116 - } 2117 - }, 2118 - "node_modules/detect-nearest-locale": { 2119 - "version": "1.0.1", 2120 - "resolved": "https://registry.npmmirror.com/detect-nearest-locale/-/detect-nearest-locale-1.0.1.tgz", 2121 - "integrity": "sha512-f4BbmpbH5AA4MsW55rnPxAC9b1Ev+6XY3JzlifZiaBAC95jfstbszEq70BM+79vXUw8HAq77TiAz1xcBO1Em2A==" 2122 - }, 2123 - "node_modules/es6-promise": { 2124 - "version": "3.3.1", 2125 - "resolved": "https://registry.npmmirror.com/es6-promise/-/es6-promise-3.3.1.tgz", 2126 - "integrity": "sha512-SOp9Phqvqn7jtEUxPWdWfWoLmyt2VaJ6MpvP9Comy1MceMXqE6bxvaTu4iaxpYYPzhny28Lc+M87/c2cPK6lDg==", 2127 - "dev": true 2128 - }, 2129 - "node_modules/esbuild": { 2130 - "version": "0.15.18", 2131 - "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.15.18.tgz", 2132 - "integrity": "sha512-x/R72SmW3sSFRm5zrrIjAhCeQSAWoni3CmHEqfQrZIQTM3lVCdehdwuIqaOtfC2slvpdlLa62GYoN8SxT23m6Q==", 2133 - "hasInstallScript": true, 2134 - "bin": { 2135 - "esbuild": "bin/esbuild" 2136 - }, 2137 - "engines": { 2138 - "node": ">=12" 2139 - }, 2140 - "optionalDependencies": { 2141 - "@esbuild/android-arm": "0.15.18", 2142 - "@esbuild/linux-loong64": "0.15.18", 2143 - "esbuild-android-64": "0.15.18", 2144 - "esbuild-android-arm64": "0.15.18", 2145 - "esbuild-darwin-64": "0.15.18", 2146 - "esbuild-darwin-arm64": "0.15.18", 2147 - "esbuild-freebsd-64": "0.15.18", 2148 - "esbuild-freebsd-arm64": "0.15.18", 2149 - "esbuild-linux-32": "0.15.18", 2150 - "esbuild-linux-64": "0.15.18", 2151 - "esbuild-linux-arm": "0.15.18", 2152 - "esbuild-linux-arm64": "0.15.18", 2153 - "esbuild-linux-mips64le": "0.15.18", 2154 - "esbuild-linux-ppc64le": "0.15.18", 2155 - "esbuild-linux-riscv64": "0.15.18", 2156 - "esbuild-linux-s390x": "0.15.18", 2157 - "esbuild-netbsd-64": "0.15.18", 2158 - "esbuild-openbsd-64": "0.15.18", 2159 - "esbuild-sunos-64": "0.15.18", 2160 - "esbuild-windows-32": "0.15.18", 2161 - "esbuild-windows-64": "0.15.18", 2162 - "esbuild-windows-arm64": "0.15.18" 2163 - } 2164 - }, 2165 - "node_modules/esbuild-android-64": { 2166 - "version": "0.15.18", 2167 - "resolved": "https://registry.npmmirror.com/esbuild-android-64/-/esbuild-android-64-0.15.18.tgz", 2168 - "integrity": "sha512-wnpt3OXRhcjfIDSZu9bnzT4/TNTDsOUvip0foZOUBG7QbSt//w3QV4FInVJxNhKc/ErhUxc5z4QjHtMi7/TbgA==", 2169 - "cpu": [ 2170 - "x64" 2171 - ], 2172 - "optional": true, 2173 - "os": [ 2174 - "android" 2175 - ], 2176 - "engines": { 2177 - "node": ">=12" 2178 - } 2179 - }, 2180 - "node_modules/esbuild-android-arm64": { 2181 - "version": "0.15.18", 2182 - "resolved": "https://registry.npmmirror.com/esbuild-android-arm64/-/esbuild-android-arm64-0.15.18.tgz", 2183 - "integrity": "sha512-G4xu89B8FCzav9XU8EjsXacCKSG2FT7wW9J6hOc18soEHJdtWu03L3TQDGf0geNxfLTtxENKBzMSq9LlbjS8OQ==", 2184 - "cpu": [ 2185 - "arm64" 2186 - ], 2187 - "optional": true, 2188 - "os": [ 2189 - "android" 2190 - ], 2191 - "engines": { 2192 - "node": ">=12" 2193 - } 2194 - }, 2195 - "node_modules/esbuild-darwin-64": { 2196 - "version": "0.15.18", 2197 - "resolved": "https://registry.npmmirror.com/esbuild-darwin-64/-/esbuild-darwin-64-0.15.18.tgz", 2198 - "integrity": "sha512-2WAvs95uPnVJPuYKP0Eqx+Dl/jaYseZEUUT1sjg97TJa4oBtbAKnPnl3b5M9l51/nbx7+QAEtuummJZW0sBEmg==", 2199 - "cpu": [ 2200 - "x64" 2201 - ], 2202 - "optional": true, 2203 - "os": [ 2204 - "darwin" 2205 - ], 2206 - "engines": { 2207 - "node": ">=12" 2208 - } 2209 - }, 2210 - "node_modules/esbuild-darwin-arm64": { 2211 - "version": "0.15.18", 2212 - "resolved": "https://registry.npmmirror.com/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.15.18.tgz", 2213 - "integrity": "sha512-tKPSxcTJ5OmNb1btVikATJ8NftlyNlc8BVNtyT/UAr62JFOhwHlnoPrhYWz09akBLHI9nElFVfWSTSRsrZiDUA==", 2214 - "cpu": [ 2215 - "arm64" 2216 - ], 2217 - "optional": true, 2218 - "os": [ 2219 - "darwin" 2220 - ], 2221 - "engines": { 2222 - "node": ">=12" 2223 - } 2224 - }, 2225 - "node_modules/esbuild-freebsd-64": { 2226 - "version": "0.15.18", 2227 - "resolved": "https://registry.npmmirror.com/esbuild-freebsd-64/-/esbuild-freebsd-64-0.15.18.tgz", 2228 - "integrity": "sha512-TT3uBUxkteAjR1QbsmvSsjpKjOX6UkCstr8nMr+q7zi3NuZ1oIpa8U41Y8I8dJH2fJgdC3Dj3CXO5biLQpfdZA==", 2229 - "cpu": [ 2230 - "x64" 2231 - ], 2232 - "optional": true, 2233 - "os": [ 2234 - "freebsd" 2235 - ], 2236 - "engines": { 2237 - "node": ">=12" 2238 - } 2239 - }, 2240 - "node_modules/esbuild-freebsd-arm64": { 2241 - "version": "0.15.18", 2242 - "resolved": "https://registry.npmmirror.com/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.15.18.tgz", 2243 - "integrity": "sha512-R/oVr+X3Tkh+S0+tL41wRMbdWtpWB8hEAMsOXDumSSa6qJR89U0S/PpLXrGF7Wk/JykfpWNokERUpCeHDl47wA==", 2244 - "cpu": [ 2245 - "arm64" 2246 - ], 2247 - "optional": true, 2248 - "os": [ 2249 - "freebsd" 2250 - ], 2251 - "engines": { 2252 - "node": ">=12" 2253 - } 2254 - }, 2255 - "node_modules/esbuild-linux-32": { 2256 - "version": "0.15.18", 2257 - "resolved": "https://registry.npmmirror.com/esbuild-linux-32/-/esbuild-linux-32-0.15.18.tgz", 2258 - "integrity": "sha512-lphF3HiCSYtaa9p1DtXndiQEeQDKPl9eN/XNoBf2amEghugNuqXNZA/ZovthNE2aa4EN43WroO0B85xVSjYkbg==", 2259 - "cpu": [ 2260 - "ia32" 2261 - ], 2262 - "optional": true, 2263 - "os": [ 2264 - "linux" 2265 - ], 2266 - "engines": { 2267 - "node": ">=12" 2268 - } 2269 - }, 2270 - "node_modules/esbuild-linux-64": { 2271 - "version": "0.15.18", 2272 - "resolved": "https://registry.npmmirror.com/esbuild-linux-64/-/esbuild-linux-64-0.15.18.tgz", 2273 - "integrity": "sha512-hNSeP97IviD7oxLKFuii5sDPJ+QHeiFTFLoLm7NZQligur8poNOWGIgpQ7Qf8Balb69hptMZzyOBIPtY09GZYw==", 2274 - "cpu": [ 2275 - "x64" 2276 - ], 2277 - "optional": true, 2278 - "os": [ 2279 - "linux" 2280 - ], 2281 - "engines": { 2282 - "node": ">=12" 2283 - } 2284 - }, 2285 - "node_modules/esbuild-linux-arm": { 2286 - "version": "0.15.18", 2287 - "resolved": "https://registry.npmmirror.com/esbuild-linux-arm/-/esbuild-linux-arm-0.15.18.tgz", 2288 - "integrity": "sha512-UH779gstRblS4aoS2qpMl3wjg7U0j+ygu3GjIeTonCcN79ZvpPee12Qun3vcdxX+37O5LFxz39XeW2I9bybMVA==", 2289 - "cpu": [ 2290 - "arm" 2291 - ], 2292 - "optional": true, 2293 - "os": [ 2294 - "linux" 2295 - ], 2296 - "engines": { 2297 - "node": ">=12" 2298 - } 2299 - }, 2300 - "node_modules/esbuild-linux-arm64": { 2301 - "version": "0.15.18", 2302 - "resolved": "https://registry.npmmirror.com/esbuild-linux-arm64/-/esbuild-linux-arm64-0.15.18.tgz", 2303 - "integrity": "sha512-54qr8kg/6ilcxd+0V3h9rjT4qmjc0CccMVWrjOEM/pEcUzt8X62HfBSeZfT2ECpM7104mk4yfQXkosY8Quptug==", 2304 - "cpu": [ 2305 - "arm64" 2306 - ], 2307 - "optional": true, 2308 - "os": [ 2309 - "linux" 2310 - ], 2311 - "engines": { 2312 - "node": ">=12" 2313 - } 2314 - }, 2315 - "node_modules/esbuild-linux-mips64le": { 2316 - "version": "0.15.18", 2317 - "resolved": "https://registry.npmmirror.com/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.15.18.tgz", 2318 - "integrity": "sha512-Mk6Ppwzzz3YbMl/ZZL2P0q1tnYqh/trYZ1VfNP47C31yT0K8t9s7Z077QrDA/guU60tGNp2GOwCQnp+DYv7bxQ==", 2319 - "cpu": [ 2320 - "mips64el" 2321 - ], 2322 - "optional": true, 2323 - "os": [ 2324 - "linux" 2325 - ], 2326 - "engines": { 2327 - "node": ">=12" 2328 - } 2329 - }, 2330 - "node_modules/esbuild-linux-ppc64le": { 2331 - "version": "0.15.18", 2332 - "resolved": "https://registry.npmmirror.com/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.15.18.tgz", 2333 - "integrity": "sha512-b0XkN4pL9WUulPTa/VKHx2wLCgvIAbgwABGnKMY19WhKZPT+8BxhZdqz6EgkqCLld7X5qiCY2F/bfpUUlnFZ9w==", 2334 - "cpu": [ 2335 - "ppc64" 2336 - ], 2337 - "optional": true, 2338 - "os": [ 2339 - "linux" 2340 - ], 2341 - "engines": { 2342 - "node": ">=12" 2343 - } 2344 - }, 2345 - "node_modules/esbuild-linux-riscv64": { 2346 - "version": "0.15.18", 2347 - "resolved": "https://registry.npmmirror.com/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.15.18.tgz", 2348 - "integrity": "sha512-ba2COaoF5wL6VLZWn04k+ACZjZ6NYniMSQStodFKH/Pu6RxzQqzsmjR1t9QC89VYJxBeyVPTaHuBMCejl3O/xg==", 2349 - "cpu": [ 2350 - "riscv64" 2351 - ], 2352 - "optional": true, 2353 - "os": [ 2354 - "linux" 2355 - ], 2356 - "engines": { 2357 - "node": ">=12" 2358 - } 2359 - }, 2360 - "node_modules/esbuild-linux-s390x": { 2361 - "version": "0.15.18", 2362 - "resolved": "https://registry.npmmirror.com/esbuild-linux-s390x/-/esbuild-linux-s390x-0.15.18.tgz", 2363 - "integrity": "sha512-VbpGuXEl5FCs1wDVp93O8UIzl3ZrglgnSQ+Hu79g7hZu6te6/YHgVJxCM2SqfIila0J3k0csfnf8VD2W7u2kzQ==", 2364 - "cpu": [ 2365 - "s390x" 2366 - ], 2367 - "optional": true, 2368 - "os": [ 2369 - "linux" 2370 - ], 2371 - "engines": { 2372 - "node": ">=12" 2373 - } 2374 - }, 2375 - "node_modules/esbuild-netbsd-64": { 2376 - "version": "0.15.18", 2377 - "resolved": "https://registry.npmmirror.com/esbuild-netbsd-64/-/esbuild-netbsd-64-0.15.18.tgz", 2378 - "integrity": "sha512-98ukeCdvdX7wr1vUYQzKo4kQ0N2p27H7I11maINv73fVEXt2kyh4K4m9f35U1K43Xc2QGXlzAw0K9yoU7JUjOg==", 2379 - "cpu": [ 2380 - "x64" 2381 - ], 2382 - "optional": true, 2383 - "os": [ 2384 - "netbsd" 2385 - ], 2386 - "engines": { 2387 - "node": ">=12" 2388 - } 2389 - }, 2390 - "node_modules/esbuild-openbsd-64": { 2391 - "version": "0.15.18", 2392 - "resolved": "https://registry.npmmirror.com/esbuild-openbsd-64/-/esbuild-openbsd-64-0.15.18.tgz", 2393 - "integrity": "sha512-yK5NCcH31Uae076AyQAXeJzt/vxIo9+omZRKj1pauhk3ITuADzuOx5N2fdHrAKPxN+zH3w96uFKlY7yIn490xQ==", 2394 - "cpu": [ 2395 - "x64" 2396 - ], 2397 - "optional": true, 2398 - "os": [ 2399 - "openbsd" 2400 - ], 2401 - "engines": { 2402 - "node": ">=12" 2403 - } 2404 - }, 2405 - "node_modules/esbuild-sunos-64": { 2406 - "version": "0.15.18", 2407 - "resolved": "https://registry.npmmirror.com/esbuild-sunos-64/-/esbuild-sunos-64-0.15.18.tgz", 2408 - "integrity": "sha512-On22LLFlBeLNj/YF3FT+cXcyKPEI263nflYlAhz5crxtp3yRG1Ugfr7ITyxmCmjm4vbN/dGrb/B7w7U8yJR9yw==", 2409 - "cpu": [ 2410 - "x64" 2411 - ], 2412 - "optional": true, 2413 - "os": [ 2414 - "sunos" 2415 - ], 2416 - "engines": { 2417 - "node": ">=12" 2418 - } 2419 - }, 2420 - "node_modules/esbuild-windows-32": { 2421 - "version": "0.15.18", 2422 - "resolved": "https://registry.npmmirror.com/esbuild-windows-32/-/esbuild-windows-32-0.15.18.tgz", 2423 - "integrity": "sha512-o+eyLu2MjVny/nt+E0uPnBxYuJHBvho8vWsC2lV61A7wwTWC3jkN2w36jtA+yv1UgYkHRihPuQsL23hsCYGcOQ==", 2424 - "cpu": [ 2425 - "ia32" 2426 - ], 2427 - "optional": true, 2428 - "os": [ 2429 - "win32" 2430 - ], 2431 - "engines": { 2432 - "node": ">=12" 2433 - } 2434 - }, 2435 - "node_modules/esbuild-windows-64": { 2436 - "version": "0.15.18", 2437 - "resolved": "https://registry.npmmirror.com/esbuild-windows-64/-/esbuild-windows-64-0.15.18.tgz", 2438 - "integrity": "sha512-qinug1iTTaIIrCorAUjR0fcBk24fjzEedFYhhispP8Oc7SFvs+XeW3YpAKiKp8dRpizl4YYAhxMjlftAMJiaUw==", 2439 - "cpu": [ 2440 - "x64" 2441 - ], 2442 - "optional": true, 2443 - "os": [ 2444 - "win32" 2445 - ], 2446 - "engines": { 2447 - "node": ">=12" 2448 - } 2449 - }, 2450 - "node_modules/esbuild-windows-arm64": { 2451 - "version": "0.15.18", 2452 - "resolved": "https://registry.npmmirror.com/esbuild-windows-arm64/-/esbuild-windows-arm64-0.15.18.tgz", 2453 - "integrity": "sha512-q9bsYzegpZcLziq0zgUi5KqGVtfhjxGbnksaBFYmWLxeV/S1fK4OLdq2DFYnXcLMjlZw2L0jLsk1eGoB522WXQ==", 2454 - "cpu": [ 2455 - "arm64" 2456 - ], 2457 - "optional": true, 2458 - "os": [ 2459 - "win32" 2460 - ], 2461 - "engines": { 2462 - "node": ">=12" 2463 - } 2464 - }, 2465 - "node_modules/estree-walker": { 2466 - "version": "1.0.1", 2467 - "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-1.0.1.tgz", 2468 - "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==", 2469 - "dev": true 2470 - }, 2471 - "node_modules/fast-glob": { 2472 - "version": "3.2.12", 2473 - "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.2.12.tgz", 2474 - "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", 2475 - "dev": true, 2476 - "dependencies": { 2477 - "@nodelib/fs.stat": "^2.0.2", 2478 - "@nodelib/fs.walk": "^1.2.3", 2479 - "glob-parent": "^5.1.2", 2480 - "merge2": "^1.3.0", 2481 - "micromatch": "^4.0.4" 2482 - }, 2483 - "engines": { 2484 - "node": ">=8.6.0" 2485 - } 2486 - }, 2487 - "node_modules/fast-xml-parser": { 2488 - "version": "4.1.3", 2489 - "resolved": "https://registry.npmmirror.com/fast-xml-parser/-/fast-xml-parser-4.1.3.tgz", 2490 - "integrity": "sha512-LsNDahCiCcJPe8NO7HijcnukHB24tKbfDDA5IILx9dmW3Frb52lhbeX6MPNUSvyGNfav2VTYpJ/OqkRoVLrh2Q==", 2491 - "dependencies": { 2492 - "strnum": "^1.0.5" 2493 - }, 2494 - "bin": { 2495 - "fxparser": "src/cli/cli.js" 2496 - } 2497 - }, 2498 - "node_modules/fastq": { 2499 - "version": "1.15.0", 2500 - "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.15.0.tgz", 2501 - "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", 2502 - "dev": true, 2503 - "dependencies": { 2504 - "reusify": "^1.0.4" 2505 - } 2506 - }, 2507 - "node_modules/fill-range": { 2508 - "version": "7.0.1", 2509 - "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.0.1.tgz", 2510 - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", 2511 - "devOptional": true, 2512 - "dependencies": { 2513 - "to-regex-range": "^5.0.1" 2514 - }, 2515 - "engines": { 2516 - "node": ">=8" 2517 - } 2518 - }, 2519 - "node_modules/fs-extra": { 2520 - "version": "8.1.0", 2521 - "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-8.1.0.tgz", 2522 - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", 2523 - "dependencies": { 2524 - "graceful-fs": "^4.2.0", 2525 - "jsonfile": "^4.0.0", 2526 - "universalify": "^0.1.0" 2527 - }, 2528 - "engines": { 2529 - "node": ">=6 <7 || >=8" 2530 - } 2531 - }, 2532 - "node_modules/fs-extra/node_modules/jsonfile": { 2533 - "version": "4.0.0", 2534 - "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-4.0.0.tgz", 2535 - "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", 2536 - "optionalDependencies": { 2537 - "graceful-fs": "^4.1.6" 2538 - } 2539 - }, 2540 - "node_modules/fs.realpath": { 2541 - "version": "1.0.0", 2542 - "resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz", 2543 - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", 2544 - "dev": true 2545 - }, 2546 - "node_modules/fsevents": { 2547 - "version": "2.3.2", 2548 - "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.2.tgz", 2549 - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", 2550 - "hasInstallScript": true, 2551 - "optional": true, 2552 - "os": [ 2553 - "darwin" 2554 - ], 2555 - "engines": { 2556 - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 2557 - } 2558 - }, 2559 - "node_modules/function-bind": { 2560 - "version": "1.1.1", 2561 - "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.1.tgz", 2562 - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" 2563 - }, 2564 - "node_modules/glob": { 2565 - "version": "7.2.3", 2566 - "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz", 2567 - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", 2568 - "dev": true, 2569 - "dependencies": { 2570 - "fs.realpath": "^1.0.0", 2571 - "inflight": "^1.0.4", 2572 - "inherits": "2", 2573 - "minimatch": "^3.1.1", 2574 - "once": "^1.3.0", 2575 - "path-is-absolute": "^1.0.0" 2576 - }, 2577 - "engines": { 2578 - "node": "*" 2579 - } 2580 - }, 2581 - "node_modules/glob-parent": { 2582 - "version": "5.1.2", 2583 - "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz", 2584 - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", 2585 - "devOptional": true, 2586 - "dependencies": { 2587 - "is-glob": "^4.0.1" 2588 - }, 2589 - "engines": { 2590 - "node": ">= 6" 2591 - } 2592 - }, 2593 - "node_modules/graceful-fs": { 2594 - "version": "4.2.10", 2595 - "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.10.tgz", 2596 - "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" 2597 - }, 2598 - "node_modules/has": { 2599 - "version": "1.0.3", 2600 - "resolved": "https://registry.npmmirror.com/has/-/has-1.0.3.tgz", 2601 - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", 2602 - "dependencies": { 2603 - "function-bind": "^1.1.1" 2604 - }, 2605 - "engines": { 2606 - "node": ">= 0.4.0" 2607 - } 2608 - }, 2609 - "node_modules/html-entities": { 2610 - "version": "2.3.3", 2611 - "resolved": "https://registry.npmmirror.com/html-entities/-/html-entities-2.3.3.tgz", 2612 - "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==" 2613 - }, 2614 - "node_modules/iconv-lite": { 2615 - "version": "0.4.24", 2616 - "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz", 2617 - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", 2618 - "dev": true, 2619 - "dependencies": { 2620 - "safer-buffer": ">= 2.1.2 < 3" 2621 - }, 2622 - "engines": { 2623 - "node": ">=0.10.0" 2624 - } 2625 - }, 2626 - "node_modules/immutable": { 2627 - "version": "4.2.4", 2628 - "resolved": "https://registry.npmmirror.com/immutable/-/immutable-4.2.4.tgz", 2629 - "integrity": "sha512-WDxL3Hheb1JkRN3sQkyujNlL/xRjAo3rJtaU5xeufUauG66JdMr32bLj4gF+vWl84DIA3Zxw7tiAjneYzRRw+w==", 2630 - "devOptional": true 2631 - }, 2632 - "node_modules/import-fresh": { 2633 - "version": "3.3.0", 2634 - "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.0.tgz", 2635 - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", 2636 - "dev": true, 2637 - "dependencies": { 2638 - "parent-module": "^1.0.0", 2639 - "resolve-from": "^4.0.0" 2640 - }, 2641 - "engines": { 2642 - "node": ">=6" 2643 - } 2644 - }, 2645 - "node_modules/inflight": { 2646 - "version": "1.0.6", 2647 - "resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz", 2648 - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", 2649 - "dev": true, 2650 - "dependencies": { 2651 - "once": "^1.3.0", 2652 - "wrappy": "1" 2653 - } 2654 - }, 2655 - "node_modules/inherits": { 2656 - "version": "2.0.4", 2657 - "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz", 2658 - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" 2659 - }, 2660 - "node_modules/is-binary-path": { 2661 - "version": "2.1.0", 2662 - "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz", 2663 - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", 2664 - "devOptional": true, 2665 - "dependencies": { 2666 - "binary-extensions": "^2.0.0" 2667 - }, 2668 - "engines": { 2669 - "node": ">=8" 2670 - } 2671 - }, 2672 - "node_modules/is-core-module": { 2673 - "version": "2.11.0", 2674 - "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.11.0.tgz", 2675 - "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", 2676 - "dependencies": { 2677 - "has": "^1.0.3" 2678 - } 2679 - }, 2680 - "node_modules/is-extglob": { 2681 - "version": "2.1.1", 2682 - "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz", 2683 - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", 2684 - "devOptional": true, 2685 - "engines": { 2686 - "node": ">=0.10.0" 2687 - } 2688 - }, 2689 - "node_modules/is-glob": { 2690 - "version": "4.0.3", 2691 - "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz", 2692 - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", 2693 - "devOptional": true, 2694 - "dependencies": { 2695 - "is-extglob": "^2.1.1" 2696 - }, 2697 - "engines": { 2698 - "node": ">=0.10.0" 2699 - } 2700 - }, 2701 - "node_modules/is-number": { 2702 - "version": "7.0.0", 2703 - "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz", 2704 - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", 2705 - "devOptional": true, 2706 - "engines": { 2707 - "node": ">=0.12.0" 2708 - } 2709 - }, 2710 - "node_modules/jsonfile": { 2711 - "version": "5.0.0", 2712 - "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-5.0.0.tgz", 2713 - "integrity": "sha512-NQRZ5CRo74MhMMC3/3r5g2k4fjodJ/wh8MxjFbCViWKFjxrnudWSY5vomh+23ZaXzAS7J3fBZIR2dV6WbmfM0w==", 2714 - "dependencies": { 2715 - "universalify": "^0.1.2" 2716 - }, 2717 - "optionalDependencies": { 2718 - "graceful-fs": "^4.1.6" 2719 - } 2720 - }, 2721 - "node_modules/kleur": { 2722 - "version": "4.1.5", 2723 - "resolved": "https://registry.npmmirror.com/kleur/-/kleur-4.1.5.tgz", 2724 - "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==", 2725 - "dev": true, 2726 - "engines": { 2727 - "node": ">=6" 2728 - } 2729 - }, 2730 - "node_modules/knuth-shuffle": { 2731 - "version": "1.0.8", 2732 - "resolved": "https://registry.npmmirror.com/knuth-shuffle/-/knuth-shuffle-1.0.8.tgz", 2733 - "integrity": "sha512-IdC4Hpp+mx53zTt6VAGsAtbGM0g4BV9fP8tTcviCosSwocHcRDw9uG5Rnv6wLWckF4r72qeXFoK9NkvV1gUJCQ==" 2734 - }, 2735 - "node_modules/knuth-shuffle-seeded": { 2736 - "version": "1.0.6", 2737 - "resolved": "https://registry.npmmirror.com/knuth-shuffle-seeded/-/knuth-shuffle-seeded-1.0.6.tgz", 2738 - "integrity": "sha512-9pFH0SplrfyKyojCLxZfMcvkhf5hH0d+UwR9nTVJ/DDQJGuzcXjTwB7TP7sDfehSudlGGaOLblmEWqv04ERVWg==", 2739 - "dependencies": { 2740 - "seed-random": "~2.2.0" 2741 - } 2742 - }, 2743 - "node_modules/lower-case": { 2744 - "version": "2.0.2", 2745 - "resolved": "https://registry.npmmirror.com/lower-case/-/lower-case-2.0.2.tgz", 2746 - "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", 2747 - "dependencies": { 2748 - "tslib": "^2.0.3" 2749 - } 2750 - }, 2751 - "node_modules/magic-string": { 2752 - "version": "0.26.7", 2753 - "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.26.7.tgz", 2754 - "integrity": "sha512-hX9XH3ziStPoPhJxLq1syWuZMxbDvGNbVchfrdCtanC7D13888bMFow61x8axrx+GfHLtVeAx2kxL7tTGRl+Ow==", 2755 - "dependencies": { 2756 - "sourcemap-codec": "^1.4.8" 2757 - }, 2758 - "engines": { 2759 - "node": ">=12" 2760 - } 2761 - }, 2762 - "node_modules/merge2": { 2763 - "version": "1.4.1", 2764 - "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz", 2765 - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", 2766 - "dev": true, 2767 - "engines": { 2768 - "node": ">= 8" 2769 - } 2770 - }, 2771 - "node_modules/micromatch": { 2772 - "version": "4.0.5", 2773 - "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.5.tgz", 2774 - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", 2775 - "dev": true, 2776 - "dependencies": { 2777 - "braces": "^3.0.2", 2778 - "picomatch": "^2.3.1" 2779 - }, 2780 - "engines": { 2781 - "node": ">=8.6" 2782 - } 2783 - }, 2784 - "node_modules/min-indent": { 2785 - "version": "1.0.1", 2786 - "resolved": "https://registry.npmmirror.com/min-indent/-/min-indent-1.0.1.tgz", 2787 - "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", 2788 - "dev": true, 2789 - "engines": { 2790 - "node": ">=4" 2791 - } 2792 - }, 2793 - "node_modules/minimatch": { 2794 - "version": "3.1.2", 2795 - "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz", 2796 - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", 2797 - "dev": true, 2798 - "dependencies": { 2799 - "brace-expansion": "^1.1.7" 2800 - }, 2801 - "engines": { 2802 - "node": "*" 2803 - } 2804 - }, 2805 - "node_modules/minimist": { 2806 - "version": "1.2.8", 2807 - "resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz", 2808 - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", 2809 - "dev": true 2810 - }, 2811 - "node_modules/mkdirp": { 2812 - "version": "0.5.6", 2813 - "resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-0.5.6.tgz", 2814 - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", 2815 - "dev": true, 2816 - "dependencies": { 2817 - "minimist": "^1.2.6" 2818 - }, 2819 - "bin": { 2820 - "mkdirp": "bin/cmd.js" 2821 - } 2822 - }, 2823 - "node_modules/mri": { 2824 - "version": "1.2.0", 2825 - "resolved": "https://registry.npmmirror.com/mri/-/mri-1.2.0.tgz", 2826 - "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==", 2827 - "dev": true, 2828 - "engines": { 2829 - "node": ">=4" 2830 - } 2831 - }, 2832 - "node_modules/ms": { 2833 - "version": "2.1.2", 2834 - "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz", 2835 - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", 2836 - "dev": true 2837 - }, 2838 - "node_modules/nanoid": { 2839 - "version": "3.3.4", 2840 - "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.4.tgz", 2841 - "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", 2842 - "bin": { 2843 - "nanoid": "bin/nanoid.cjs" 2844 - }, 2845 - "engines": { 2846 - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 2847 - } 2848 - }, 2849 - "node_modules/no-case": { 2850 - "version": "3.0.4", 2851 - "resolved": "https://registry.npmmirror.com/no-case/-/no-case-3.0.4.tgz", 2852 - "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", 2853 - "dependencies": { 2854 - "lower-case": "^2.0.2", 2855 - "tslib": "^2.0.3" 2856 - } 2857 - }, 2858 - "node_modules/node-fetch": { 2859 - "version": "2.6.7", 2860 - "resolved": "https://registry.npmmirror.com/node-fetch/-/node-fetch-2.6.7.tgz", 2861 - "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", 2862 - "dependencies": { 2863 - "whatwg-url": "^5.0.0" 2864 - }, 2865 - "engines": { 2866 - "node": "4.x || >=6.0.0" 2867 - }, 2868 - "peerDependencies": { 2869 - "encoding": "^0.1.0" 2870 - }, 2871 - "peerDependenciesMeta": { 2872 - "encoding": { 2873 - "optional": true 2874 - } 2875 - } 2876 - }, 2877 - "node_modules/normalize-path": { 2878 - "version": "3.0.0", 2879 - "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz", 2880 - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", 2881 - "devOptional": true, 2882 - "engines": { 2883 - "node": ">=0.10.0" 2884 - } 2885 - }, 2886 - "node_modules/once": { 2887 - "version": "1.4.0", 2888 - "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz", 2889 - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", 2890 - "dev": true, 2891 - "dependencies": { 2892 - "wrappy": "1" 2893 - } 2894 - }, 2895 - "node_modules/openmoji": { 2896 - "version": "14.0.0", 2897 - "resolved": "https://registry.npmmirror.com/openmoji/-/openmoji-14.0.0.tgz", 2898 - "integrity": "sha512-MGF9GbXfpULuRtUM1srEv2OP3sg/e8hAw0UCTiP+N3+CX38RCo8/kjyFYm0eO+OENnbbri9Vx4m5pU0Vbc7LGw==" 2899 - }, 2900 - "node_modules/parent-module": { 2901 - "version": "1.0.1", 2902 - "resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz", 2903 - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", 2904 - "dev": true, 2905 - "dependencies": { 2906 - "callsites": "^3.0.0" 2907 - }, 2908 - "engines": { 2909 - "node": ">=6" 2910 - } 2911 - }, 2912 - "node_modules/pascal-case": { 2913 - "version": "3.1.2", 2914 - "resolved": "https://registry.npmmirror.com/pascal-case/-/pascal-case-3.1.2.tgz", 2915 - "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", 2916 - "dependencies": { 2917 - "no-case": "^3.0.4", 2918 - "tslib": "^2.0.3" 2919 - } 2920 - }, 2921 - "node_modules/path-is-absolute": { 2922 - "version": "1.0.1", 2923 - "resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz", 2924 - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", 2925 - "dev": true, 2926 - "engines": { 2927 - "node": ">=0.10.0" 2928 - } 2929 - }, 2930 - "node_modules/path-parse": { 2931 - "version": "1.0.7", 2932 - "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz", 2933 - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" 2934 - }, 2935 - "node_modules/picocolors": { 2936 - "version": "1.0.0", 2937 - "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz", 2938 - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" 2939 - }, 2940 - "node_modules/picomatch": { 2941 - "version": "2.3.1", 2942 - "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz", 2943 - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 2944 - "devOptional": true, 2945 - "engines": { 2946 - "node": ">=8.6" 2947 - } 2948 - }, 2949 - "node_modules/postcss": { 2950 - "version": "8.4.21", 2951 - "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.21.tgz", 2952 - "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==", 2953 - "dependencies": { 2954 - "nanoid": "^3.3.4", 2955 - "picocolors": "^1.0.0", 2956 - "source-map-js": "^1.0.2" 2957 - }, 2958 - "engines": { 2959 - "node": "^10 || ^12 || >=14" 2960 - } 2961 - }, 2962 - "node_modules/queue-microtask": { 2963 - "version": "1.2.3", 2964 - "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz", 2965 - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", 2966 - "dev": true 2967 - }, 2968 - "node_modules/readable-stream": { 2969 - "version": "3.6.1", 2970 - "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.1.tgz", 2971 - "integrity": "sha512-+rQmrWMYGA90yenhTYsLWAsLsqVC8osOw6PKE1HDYiO0gdPeKe/xDHNzIAIn4C91YQ6oenEhfYqqc1883qHbjQ==", 2972 - "dependencies": { 2973 - "inherits": "^2.0.3", 2974 - "string_decoder": "^1.1.1", 2975 - "util-deprecate": "^1.0.1" 2976 - }, 2977 - "engines": { 2978 - "node": ">= 6" 2979 - } 2980 - }, 2981 - "node_modules/readdirp": { 2982 - "version": "3.6.0", 2983 - "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz", 2984 - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", 2985 - "devOptional": true, 2986 - "dependencies": { 2987 - "picomatch": "^2.2.1" 2988 - }, 2989 - "engines": { 2990 - "node": ">=8.10.0" 2991 - } 2992 - }, 2993 - "node_modules/regenerator-runtime": { 2994 - "version": "0.13.11", 2995 - "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", 2996 - "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" 2997 - }, 2998 - "node_modules/resolve": { 2999 - "version": "1.22.1", 3000 - "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.1.tgz", 3001 - "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", 3002 - "dependencies": { 3003 - "is-core-module": "^2.9.0", 3004 - "path-parse": "^1.0.7", 3005 - "supports-preserve-symlinks-flag": "^1.0.0" 3006 - }, 3007 - "bin": { 3008 - "resolve": "bin/resolve" 3009 - } 3010 - }, 3011 - "node_modules/resolve-from": { 3012 - "version": "4.0.0", 3013 - "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz", 3014 - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", 3015 - "dev": true, 3016 - "engines": { 3017 - "node": ">=4" 3018 - } 3019 - }, 3020 - "node_modules/reusify": { 3021 - "version": "1.0.4", 3022 - "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.0.4.tgz", 3023 - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", 3024 - "dev": true, 3025 - "engines": { 3026 - "iojs": ">=1.0.0", 3027 - "node": ">=0.10.0" 3028 - } 3029 - }, 3030 - "node_modules/rimraf": { 3031 - "version": "2.7.1", 3032 - "resolved": "https://registry.npmmirror.com/rimraf/-/rimraf-2.7.1.tgz", 3033 - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", 3034 - "dev": true, 3035 - "dependencies": { 3036 - "glob": "^7.1.3" 3037 - }, 3038 - "bin": { 3039 - "rimraf": "bin.js" 3040 - } 3041 - }, 3042 - "node_modules/rollup": { 3043 - "version": "2.79.1", 3044 - "resolved": "https://registry.npmmirror.com/rollup/-/rollup-2.79.1.tgz", 3045 - "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==", 3046 - "bin": { 3047 - "rollup": "dist/bin/rollup" 3048 - }, 3049 - "engines": { 3050 - "node": ">=10.0.0" 3051 - }, 3052 - "optionalDependencies": { 3053 - "fsevents": "~2.3.2" 3054 - } 3055 - }, 3056 - "node_modules/run-parallel": { 3057 - "version": "1.2.0", 3058 - "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz", 3059 - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", 3060 - "dev": true, 3061 - "dependencies": { 3062 - "queue-microtask": "^1.2.2" 3063 - } 3064 - }, 3065 - "node_modules/rw": { 3066 - "version": "1.3.3", 3067 - "resolved": "https://registry.npmmirror.com/rw/-/rw-1.3.3.tgz", 3068 - "integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==", 3069 - "dev": true 3070 - }, 3071 - "node_modules/sade": { 3072 - "version": "1.8.1", 3073 - "resolved": "https://registry.npmmirror.com/sade/-/sade-1.8.1.tgz", 3074 - "integrity": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==", 3075 - "dev": true, 3076 - "dependencies": { 3077 - "mri": "^1.1.0" 3078 - }, 3079 - "engines": { 3080 - "node": ">=6" 3081 - } 3082 - }, 3083 - "node_modules/safe-buffer": { 3084 - "version": "5.2.1", 3085 - "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz", 3086 - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" 3087 - }, 3088 - "node_modules/safer-buffer": { 3089 - "version": "2.1.2", 3090 - "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz", 3091 - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", 3092 - "dev": true 3093 - }, 3094 - "node_modules/sander": { 3095 - "version": "0.5.1", 3096 - "resolved": "https://registry.npmmirror.com/sander/-/sander-0.5.1.tgz", 3097 - "integrity": "sha512-3lVqBir7WuKDHGrKRDn/1Ye3kwpXaDOMsiRP1wd6wpZW56gJhsbp5RqQpA6JG/P+pkXizygnr1dKR8vzWaVsfA==", 3098 - "dev": true, 3099 - "dependencies": { 3100 - "es6-promise": "^3.1.2", 3101 - "graceful-fs": "^4.1.3", 3102 - "mkdirp": "^0.5.1", 3103 - "rimraf": "^2.5.2" 3104 - } 3105 - }, 3106 - "node_modules/sass": { 3107 - "version": "1.58.3", 3108 - "resolved": "https://registry.npmmirror.com/sass/-/sass-1.58.3.tgz", 3109 - "integrity": "sha512-Q7RaEtYf6BflYrQ+buPudKR26/lH+10EmO9bBqbmPh/KeLqv8bjpTNqxe71ocONqXq+jYiCbpPUmQMS+JJPk4A==", 3110 - "devOptional": true, 3111 - "dependencies": { 3112 - "chokidar": ">=3.0.0 <4.0.0", 3113 - "immutable": "^4.0.0", 3114 - "source-map-js": ">=0.6.2 <2.0.0" 3115 - }, 3116 - "bin": { 3117 - "sass": "sass.js" 3118 - }, 3119 - "engines": { 3120 - "node": ">=12.0.0" 3121 - } 3122 - }, 3123 - "node_modules/seed-random": { 3124 - "version": "2.2.0", 3125 - "resolved": "https://registry.npmmirror.com/seed-random/-/seed-random-2.2.0.tgz", 3126 - "integrity": "sha512-34EQV6AAHQGhoc0tn/96a9Fsi6v2xdqe/dMUwljGRaFOzR3EgRmECvD0O8vi8X+/uQ50LGHfkNu/Eue5TPKZkQ==" 3127 - }, 3128 - "node_modules/sorcery": { 3129 - "version": "0.10.0", 3130 - "resolved": "https://registry.npmmirror.com/sorcery/-/sorcery-0.10.0.tgz", 3131 - "integrity": "sha512-R5ocFmKZQFfSTstfOtHjJuAwbpGyf9qjQa1egyhvXSbM7emjrtLXtGdZsDJDABC85YBfVvrOiGWKSYXPKdvP1g==", 3132 - "dev": true, 3133 - "dependencies": { 3134 - "buffer-crc32": "^0.2.5", 3135 - "minimist": "^1.2.0", 3136 - "sander": "^0.5.0", 3137 - "sourcemap-codec": "^1.3.0" 3138 - }, 3139 - "bin": { 3140 - "sorcery": "bin/index.js" 3141 - } 3142 - }, 3143 - "node_modules/source-map": { 3144 - "version": "0.6.1", 3145 - "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz", 3146 - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 3147 - "engines": { 3148 - "node": ">=0.10.0" 3149 - } 3150 - }, 3151 - "node_modules/source-map-js": { 3152 - "version": "1.0.2", 3153 - "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.0.2.tgz", 3154 - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", 3155 - "engines": { 3156 - "node": ">=0.10.0" 3157 - } 3158 - }, 3159 - "node_modules/source-map-support": { 3160 - "version": "0.5.21", 3161 - "resolved": "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz", 3162 - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", 3163 - "dependencies": { 3164 - "buffer-from": "^1.0.0", 3165 - "source-map": "^0.6.0" 3166 - } 3167 - }, 3168 - "node_modules/sourcemap-codec": { 3169 - "version": "1.4.8", 3170 - "resolved": "https://registry.npmmirror.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", 3171 - "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", 3172 - "deprecated": "Please use @jridgewell/sourcemap-codec instead" 3173 - }, 3174 - "node_modules/stream-browserify": { 3175 - "version": "3.0.0", 3176 - "resolved": "https://registry.npmmirror.com/stream-browserify/-/stream-browserify-3.0.0.tgz", 3177 - "integrity": "sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==", 3178 - "dependencies": { 3179 - "inherits": "~2.0.4", 3180 - "readable-stream": "^3.5.0" 3181 - } 3182 - }, 3183 - "node_modules/string_decoder": { 3184 - "version": "1.3.0", 3185 - "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz", 3186 - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", 3187 - "dependencies": { 3188 - "safe-buffer": "~5.2.0" 3189 - } 3190 - }, 3191 - "node_modules/strip-indent": { 3192 - "version": "3.0.0", 3193 - "resolved": "https://registry.npmmirror.com/strip-indent/-/strip-indent-3.0.0.tgz", 3194 - "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", 3195 - "dev": true, 3196 - "dependencies": { 3197 - "min-indent": "^1.0.0" 3198 - }, 3199 - "engines": { 3200 - "node": ">=8" 3201 - } 3202 - }, 3203 - "node_modules/strnum": { 3204 - "version": "1.0.5", 3205 - "resolved": "https://registry.npmmirror.com/strnum/-/strnum-1.0.5.tgz", 3206 - "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==" 3207 - }, 3208 - "node_modules/supports-preserve-symlinks-flag": { 3209 - "version": "1.0.0", 3210 - "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", 3211 - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", 3212 - "engines": { 3213 - "node": ">= 0.4" 3214 - } 3215 - }, 3216 - "node_modules/svelte": { 3217 - "version": "3.55.1", 3218 - "resolved": "https://registry.npmmirror.com/svelte/-/svelte-3.55.1.tgz", 3219 - "integrity": "sha512-S+87/P0Ve67HxKkEV23iCdAh/SX1xiSfjF1HOglno/YTbSTW7RniICMCofWGdJJbdjw3S+0PfFb1JtGfTXE0oQ==", 3220 - "engines": { 3221 - "node": ">= 8" 3222 - } 3223 - }, 3224 - "node_modules/svelte-check": { 3225 - "version": "2.10.3", 3226 - "resolved": "https://registry.npmmirror.com/svelte-check/-/svelte-check-2.10.3.tgz", 3227 - "integrity": "sha512-Nt1aWHTOKFReBpmJ1vPug0aGysqPwJh2seM1OvICfM2oeyaA62mOiy5EvkXhltGfhCcIQcq2LoE0l1CwcWPjlw==", 3228 - "dev": true, 3229 - "dependencies": { 3230 - "@jridgewell/trace-mapping": "^0.3.9", 3231 - "chokidar": "^3.4.1", 3232 - "fast-glob": "^3.2.7", 3233 - "import-fresh": "^3.2.1", 3234 - "picocolors": "^1.0.0", 3235 - "sade": "^1.7.4", 3236 - "svelte-preprocess": "^4.0.0", 3237 - "typescript": "*" 3238 - }, 3239 - "bin": { 3240 - "svelte-check": "bin/svelte-check" 3241 - }, 3242 - "peerDependencies": { 3243 - "svelte": "^3.24.0" 3244 - } 3245 - }, 3246 - "node_modules/svelte-hmr": { 3247 - "version": "0.15.1", 3248 - "resolved": "https://registry.npmmirror.com/svelte-hmr/-/svelte-hmr-0.15.1.tgz", 3249 - "integrity": "sha512-BiKB4RZ8YSwRKCNVdNxK/GfY+r4Kjgp9jCLEy0DuqAKfmQtpL38cQK3afdpjw4sqSs4PLi3jIPJIFp259NkZtA==", 3250 - "dev": true, 3251 - "engines": { 3252 - "node": "^12.20 || ^14.13.1 || >= 16" 3253 - }, 3254 - "peerDependencies": { 3255 - "svelte": ">=3.19.0" 3256 - } 3257 - }, 3258 - "node_modules/svelte-material-icons": { 3259 - "version": "2.1.0", 3260 - "resolved": "https://registry.npmmirror.com/svelte-material-icons/-/svelte-material-icons-2.1.0.tgz", 3261 - "integrity": "sha512-UaZngbPcWtS6gEoZx/8bpv0ompsm5SOZs66NkuEQIX+p8UblrUoknjy7kKRlFEpRdFQ232IB8jswkGaFTreB6g==", 3262 - "peerDependencies": { 3263 - "svelte": "^3.0.0" 3264 - } 3265 - }, 3266 - "node_modules/svelte-material-ui": { 3267 - "version": "6.2.0", 3268 - "resolved": "https://registry.npmmirror.com/svelte-material-ui/-/svelte-material-ui-6.2.0.tgz", 3269 - "integrity": "sha512-/iS1gJr2Y4N+jDyt8AQZYaOTp9hAisWd5BXo20CIVUQbp2PX583S6w1JP5SpztjQnyGONpIa+qAg3Ntbj51c7Q==", 3270 - "dependencies": { 3271 - "@smui-extra/accordion": "^6.1.4", 3272 - "@smui-extra/autocomplete": "^6.2.0", 3273 - "@smui-extra/badge": "^6.1.4", 3274 - "@smui/banner": "^6.1.4", 3275 - "@smui/button": "^6.1.4", 3276 - "@smui/card": "^6.1.4", 3277 - "@smui/checkbox": "^6.1.4", 3278 - "@smui/chips": "^6.1.4", 3279 - "@smui/circular-progress": "^6.1.4", 3280 - "@smui/common": "^6.1.4", 3281 - "@smui/data-table": "^6.2.0", 3282 - "@smui/dialog": "^6.1.4", 3283 - "@smui/drawer": "^6.1.4", 3284 - "@smui/fab": "^6.1.4", 3285 - "@smui/floating-label": "^6.1.4", 3286 - "@smui/form-field": "^6.1.4", 3287 - "@smui/icon-button": "^6.1.4", 3288 - "@smui/image-list": "^6.1.4", 3289 - "@smui/layout-grid": "^6.1.4", 3290 - "@smui/line-ripple": "^6.1.4", 3291 - "@smui/linear-progress": "^6.1.4", 3292 - "@smui/list": "^6.1.4", 3293 - "@smui/menu": "^6.2.0", 3294 - "@smui/menu-surface": "^6.1.4", 3295 - "@smui/notched-outline": "^6.1.4", 3296 - "@smui/paper": "^6.1.4", 3297 - "@smui/radio": "^6.1.4", 3298 - "@smui/ripple": "^6.1.4", 3299 - "@smui/segmented-button": "^6.1.4", 3300 - "@smui/select": "^6.2.0", 3301 - "@smui/slider": "^6.1.4", 3302 - "@smui/snackbar": "^6.1.4", 3303 - "@smui/switch": "^6.1.4", 3304 - "@smui/tab": "^6.1.4", 3305 - "@smui/tab-bar": "^6.1.4", 3306 - "@smui/tab-indicator": "^6.1.4", 3307 - "@smui/tab-scroller": "^6.1.4", 3308 - "@smui/textfield": "^6.1.4", 3309 - "@smui/tooltip": "^6.1.4", 3310 - "@smui/top-app-bar": "^6.1.4", 3311 - "@smui/touch-target": "^6.1.4" 3312 - } 3313 - }, 3314 - "node_modules/svelte-material-ui/node_modules/@material/chips": { 3315 - "version": "13.0.0", 3316 - "resolved": "https://registry.npmmirror.com/@material/chips/-/chips-13.0.0.tgz", 3317 - "integrity": "sha512-Ov4runDbrROUpMqKyCi3lpknfrLzGwtV+/rfYIgTYUkEVpCHXHddxXxcjP4zqh3QLXnE6ma92PLGcxCb/zzogQ==", 3318 - "dependencies": { 3319 - "@material/animation": "^13.0.0", 3320 - "@material/base": "^13.0.0", 3321 - "@material/checkbox": "^13.0.0", 3322 - "@material/density": "^13.0.0", 3323 - "@material/dom": "^13.0.0", 3324 - "@material/elevation": "^13.0.0", 3325 - "@material/feature-targeting": "^13.0.0", 3326 - "@material/ripple": "^13.0.0", 3327 - "@material/rtl": "^13.0.0", 3328 - "@material/shape": "^13.0.0", 3329 - "@material/theme": "^13.0.0", 3330 - "@material/tokens": "^13.0.0", 3331 - "@material/touch-target": "^13.0.0", 3332 - "@material/typography": "^13.0.0", 3333 - "tslib": "^2.1.0" 3334 - } 3335 - }, 3336 - "node_modules/svelte-material-ui/node_modules/@material/form-field": { 3337 - "version": "13.0.0", 3338 - "resolved": "https://registry.npmmirror.com/@material/form-field/-/form-field-13.0.0.tgz", 3339 - "integrity": "sha512-cXs5uYA89KgrXrU1UYkl52JizeIK3Mx9LjBw4ZYiyQJzFaBTPYsYWGSJMad1HZhWlRiigGTyN1M9ePIxtBpi0Q==", 3340 - "dependencies": { 3341 - "@material/base": "^13.0.0", 3342 - "@material/feature-targeting": "^13.0.0", 3343 - "@material/ripple": "^13.0.0", 3344 - "@material/rtl": "^13.0.0", 3345 - "@material/theme": "^13.0.0", 3346 - "@material/typography": "^13.0.0", 3347 - "tslib": "^2.1.0" 3348 - } 3349 - }, 3350 - "node_modules/svelte-material-ui/node_modules/@smui/chips": { 3351 - "version": "6.1.4", 3352 - "resolved": "https://registry.npmmirror.com/@smui/chips/-/chips-6.1.4.tgz", 3353 - "integrity": "sha512-zNYQeYkaeqatT8K4DI0J1sWnNAUpUMyGIGijBEW0QZkQFf9+v4eGFemulE/feY3MrYRgGDCFydgziK6G4+ezNg==", 3354 - "dependencies": { 3355 - "@material/chips": "^13.0.0", 3356 - "@material/dom": "^13.0.0", 3357 - "@material/rtl": "^13.0.0", 3358 - "@smui/common": "^6.1.4", 3359 - "@smui/ripple": "^6.1.4", 3360 - "svelte2tsx": "^0.5.12" 3361 - } 3362 - }, 3363 - "node_modules/svelte-material-ui/node_modules/@smui/form-field": { 3364 - "version": "6.1.4", 3365 - "resolved": "https://registry.npmmirror.com/@smui/form-field/-/form-field-6.1.4.tgz", 3366 - "integrity": "sha512-MytvYxHO/+zTzReWGNZ4UXZ2jeDShyopHFfQUCfwPszHX8ckiYTx/Ld+wFBs6GSq9bGJw49gHnYkkZUfVIbm3A==", 3367 - "dependencies": { 3368 - "@material/feature-targeting": "^13.0.0", 3369 - "@material/form-field": "^13.0.0", 3370 - "@material/rtl": "^13.0.0", 3371 - "@smui/common": "^6.1.4", 3372 - "svelte2tsx": "^0.5.12" 3373 - } 3374 - }, 3375 - "node_modules/svelte-preprocess": { 3376 - "version": "4.10.7", 3377 - "resolved": "https://registry.npmmirror.com/svelte-preprocess/-/svelte-preprocess-4.10.7.tgz", 3378 - "integrity": "sha512-sNPBnqYD6FnmdBrUmBCaqS00RyCsCpj2BG58A1JBswNF7b0OKviwxqVrOL/CKyJrLSClrSeqQv5BXNg2RUbPOw==", 3379 - "dev": true, 3380 - "hasInstallScript": true, 3381 - "dependencies": { 3382 - "@types/pug": "^2.0.4", 3383 - "@types/sass": "^1.16.0", 3384 - "detect-indent": "^6.0.0", 3385 - "magic-string": "^0.25.7", 3386 - "sorcery": "^0.10.0", 3387 - "strip-indent": "^3.0.0" 3388 - }, 3389 - "engines": { 3390 - "node": ">= 9.11.2" 3391 - }, 3392 - "peerDependencies": { 3393 - "@babel/core": "^7.10.2", 3394 - "coffeescript": "^2.5.1", 3395 - "less": "^3.11.3 || ^4.0.0", 3396 - "postcss": "^7 || ^8", 3397 - "postcss-load-config": "^2.1.0 || ^3.0.0 || ^4.0.0", 3398 - "pug": "^3.0.0", 3399 - "sass": "^1.26.8", 3400 - "stylus": "^0.55.0", 3401 - "sugarss": "^2.0.0", 3402 - "svelte": "^3.23.0", 3403 - "typescript": "^3.9.5 || ^4.0.0" 3404 - }, 3405 - "peerDependenciesMeta": { 3406 - "@babel/core": { 3407 - "optional": true 3408 - }, 3409 - "coffeescript": { 3410 - "optional": true 3411 - }, 3412 - "less": { 3413 - "optional": true 3414 - }, 3415 - "node-sass": { 3416 - "optional": true 3417 - }, 3418 - "postcss": { 3419 - "optional": true 3420 - }, 3421 - "postcss-load-config": { 3422 - "optional": true 3423 - }, 3424 - "pug": { 3425 - "optional": true 3426 - }, 3427 - "sass": { 3428 - "optional": true 3429 - }, 3430 - "stylus": { 3431 - "optional": true 3432 - }, 3433 - "sugarss": { 3434 - "optional": true 3435 - }, 3436 - "typescript": { 3437 - "optional": true 3438 - } 3439 - } 3440 - }, 3441 - "node_modules/svelte-preprocess/node_modules/magic-string": { 3442 - "version": "0.25.9", 3443 - "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.25.9.tgz", 3444 - "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==", 3445 - "dev": true, 3446 - "dependencies": { 3447 - "sourcemap-codec": "^1.4.8" 3448 - } 3449 - }, 3450 - "node_modules/svelte2tsx": { 3451 - "version": "0.5.23", 3452 - "resolved": "https://registry.npmmirror.com/svelte2tsx/-/svelte2tsx-0.5.23.tgz", 3453 - "integrity": "sha512-jYFnugTQRFmUpvLXPQrKzVYcW5ErT+0QCxg027Zx9BuvYefMZFuoBSTDYe7viPEFGrPPiLgT2m7f5n9khE7f7Q==", 3454 - "dependencies": { 3455 - "dedent-js": "^1.0.1", 3456 - "pascal-case": "^3.1.1" 3457 - }, 3458 - "peerDependencies": { 3459 - "svelte": "^3.24", 3460 - "typescript": "^4.1.2" 3461 - } 3462 - }, 3463 - "node_modules/systemjs": { 3464 - "version": "6.14.0", 3465 - "resolved": "https://registry.npmmirror.com/systemjs/-/systemjs-6.14.0.tgz", 3466 - "integrity": "sha512-OMf+kFCYG9fLQerUyw/QVIPfZ+lo579R+usrDzSrZAkvMl6B0tHtc4rUP7DFaPCr7Sy6p5DYD4V9OCF1Sp6+vA==" 3467 - }, 3468 - "node_modules/terser": { 3469 - "version": "5.16.5", 3470 - "resolved": "https://registry.npmmirror.com/terser/-/terser-5.16.5.tgz", 3471 - "integrity": "sha512-qcwfg4+RZa3YvlFh0qjifnzBHjKGNbtDo9yivMqMFDy9Q6FSaQWSB/j1xKhsoUFJIqDOM3TsN6D5xbrMrFcHbg==", 3472 - "dependencies": { 3473 - "@jridgewell/source-map": "^0.3.2", 3474 - "acorn": "^8.5.0", 3475 - "commander": "^2.20.0", 3476 - "source-map-support": "~0.5.20" 3477 - }, 3478 - "bin": { 3479 - "terser": "bin/terser" 3480 - }, 3481 - "engines": { 3482 - "node": ">=10" 3483 - } 3484 - }, 3485 - "node_modules/tinyld": { 3486 - "version": "1.3.1", 3487 - "resolved": "https://registry.npmmirror.com/tinyld/-/tinyld-1.3.1.tgz", 3488 - "integrity": "sha512-INB2is03ygze5dUeAp5wCYBUf/+FsXcElCmfewe1ujirCUTe4nGUNDN229Ay/C2W+f15qD7uhclstNHY+a6fgg==", 3489 - "bin": { 3490 - "tinyld": "bin/tinyld.js" 3491 - }, 3492 - "engines": { 3493 - "node": ">= 12.10.0", 3494 - "npm": ">= 6.12.0", 3495 - "yarn": ">= 1.20.0" 3496 - } 3497 - }, 3498 - "node_modules/to-regex-range": { 3499 - "version": "5.0.1", 3500 - "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz", 3501 - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", 3502 - "devOptional": true, 3503 - "dependencies": { 3504 - "is-number": "^7.0.0" 3505 - }, 3506 - "engines": { 3507 - "node": ">=8.0" 3508 - } 3509 - }, 3510 - "node_modules/tosource": { 3511 - "version": "1.0.0", 3512 - "resolved": "https://registry.npmmirror.com/tosource/-/tosource-1.0.0.tgz", 3513 - "integrity": "sha512-N6g8eQ1eerw6Y1pBhdgkubWIiPFwXa2POSUrlL8jth5CyyEWNWzoGKRkO3CaO7Jx27hlJP54muB3btIAbx4MPg==", 3514 - "dev": true, 3515 - "engines": { 3516 - "node": ">=0.4.0" 3517 - } 3518 - }, 3519 - "node_modules/tr46": { 3520 - "version": "0.0.3", 3521 - "resolved": "https://registry.npmmirror.com/tr46/-/tr46-0.0.3.tgz", 3522 - "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" 3523 - }, 3524 - "node_modules/tslib": { 3525 - "version": "2.5.0", 3526 - "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.5.0.tgz", 3527 - "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==" 3528 - }, 3529 - "node_modules/twemoji": { 3530 - "version": "14.0.2", 3531 - "resolved": "https://registry.npmmirror.com/twemoji/-/twemoji-14.0.2.tgz", 3532 - "integrity": "sha512-BzOoXIe1QVdmsUmZ54xbEH+8AgtOKUiG53zO5vVP2iUu6h5u9lN15NcuS6te4OY96qx0H7JK9vjjl9WQbkTRuA==", 3533 - "dependencies": { 3534 - "fs-extra": "^8.0.1", 3535 - "jsonfile": "^5.0.0", 3536 - "twemoji-parser": "14.0.0", 3537 - "universalify": "^0.1.2" 3538 - } 3539 - }, 3540 - "node_modules/twemoji-parser": { 3541 - "version": "14.0.0", 3542 - "resolved": "https://registry.npmmirror.com/twemoji-parser/-/twemoji-parser-14.0.0.tgz", 3543 - "integrity": "sha512-9DUOTGLOWs0pFWnh1p6NF+C3CkQ96PWmEFwhOVmT3WbecRC+68AIqpsnJXygfkFcp4aXbOp8Dwbhh/HQgvoRxA==" 3544 - }, 3545 - "node_modules/typescript": { 3546 - "version": "4.9.5", 3547 - "resolved": "https://registry.npmmirror.com/typescript/-/typescript-4.9.5.tgz", 3548 - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", 3549 - "bin": { 3550 - "tsc": "bin/tsc", 3551 - "tsserver": "bin/tsserver" 3552 - }, 3553 - "engines": { 3554 - "node": ">=4.2.0" 3555 - } 3556 - }, 3557 - "node_modules/universalify": { 3558 - "version": "0.1.2", 3559 - "resolved": "https://registry.npmmirror.com/universalify/-/universalify-0.1.2.tgz", 3560 - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", 3561 - "engines": { 3562 - "node": ">= 4.0.0" 3563 - } 3564 - }, 3565 - "node_modules/uplot": { 3566 - "version": "1.6.24", 3567 - "resolved": "https://registry.npmmirror.com/uplot/-/uplot-1.6.24.tgz", 3568 - "integrity": "sha512-WpH2BsrFrqxkMu+4XBvc0eCDsRBhzoq9crttYeSI0bfxpzR5YoSVzZXOKFVWcVC7sp/aDXrdDPbDZGCtck2PVg==" 3569 - }, 3570 - "node_modules/util-deprecate": { 3571 - "version": "1.0.2", 3572 - "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz", 3573 - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" 3574 - }, 3575 - "node_modules/vite": { 3576 - "version": "3.2.5", 3577 - "resolved": "https://registry.npmmirror.com/vite/-/vite-3.2.5.tgz", 3578 - "integrity": "sha512-4mVEpXpSOgrssFZAOmGIr85wPHKvaDAcXqxVxVRZhljkJOMZi1ibLibzjLHzJvcok8BMguLc7g1W6W/GqZbLdQ==", 3579 - "dependencies": { 3580 - "esbuild": "^0.15.9", 3581 - "postcss": "^8.4.18", 3582 - "resolve": "^1.22.1", 3583 - "rollup": "^2.79.1" 3584 - }, 3585 - "bin": { 3586 - "vite": "bin/vite.js" 3587 - }, 3588 - "engines": { 3589 - "node": "^14.18.0 || >=16.0.0" 3590 - }, 3591 - "optionalDependencies": { 3592 - "fsevents": "~2.3.2" 3593 - }, 3594 - "peerDependencies": { 3595 - "@types/node": ">= 14", 3596 - "less": "*", 3597 - "sass": "*", 3598 - "stylus": "*", 3599 - "sugarss": "*", 3600 - "terser": "^5.4.0" 3601 - }, 3602 - "peerDependenciesMeta": { 3603 - "@types/node": { 3604 - "optional": true 3605 - }, 3606 - "less": { 3607 - "optional": true 3608 - }, 3609 - "sass": { 3610 - "optional": true 3611 - }, 3612 - "stylus": { 3613 - "optional": true 3614 - }, 3615 - "sugarss": { 3616 - "optional": true 3617 - }, 3618 - "terser": { 3619 - "optional": true 3620 - } 3621 - } 3622 - }, 3623 - "node_modules/vitefu": { 3624 - "version": "0.2.4", 3625 - "resolved": "https://registry.npmmirror.com/vitefu/-/vitefu-0.2.4.tgz", 3626 - "integrity": "sha512-fanAXjSaf9xXtOOeno8wZXIhgia+CZury481LsDaV++lSvcU2R9Ch2bPh3PYFyoHW+w9LqAeYRISVQjUIew14g==", 3627 - "dev": true, 3628 - "peerDependencies": { 3629 - "vite": "^3.0.0 || ^4.0.0" 3630 - }, 3631 - "peerDependenciesMeta": { 3632 - "vite": { 3633 - "optional": true 3634 - } 3635 - } 3636 - }, 3637 - "node_modules/webidl-conversions": { 3638 - "version": "3.0.1", 3639 - "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz", 3640 - "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" 3641 - }, 3642 - "node_modules/whatwg-url": { 3643 - "version": "5.0.0", 3644 - "resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-5.0.0.tgz", 3645 - "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", 3646 - "dependencies": { 3647 - "tr46": "~0.0.3", 3648 - "webidl-conversions": "^3.0.0" 3649 - } 3650 - }, 3651 - "node_modules/wrappy": { 3652 - "version": "1.0.2", 3653 - "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz", 3654 - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", 3655 - "dev": true 3656 - } 3657 - } 3658 - }
···