zigbee2mqtt: 1.27.2 -> 1.28.0

https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.28.0

+563 -557
+2 -2
pkgs/servers/zigbee2mqtt/default.nix
··· 3 package = (import ./node.nix { inherit pkgs; inherit (stdenv.hostPlatform) system; }).package; 4 in 5 package.override rec { 6 - version = "1.27.2"; 7 reconstructLock = true; 8 9 src = pkgs.fetchFromGitHub { 10 owner = "Koenkk"; 11 repo = "zigbee2mqtt"; 12 rev = version; 13 - sha256 = "FwW3hnZsOitdFjhiZFAyM5aBH0/LO05SG0TyavqNiHw="; 14 }; 15 16 passthru.tests.zigbee2mqtt = nixosTests.zigbee2mqtt;
··· 3 package = (import ./node.nix { inherit pkgs; inherit (stdenv.hostPlatform) system; }).package; 4 in 5 package.override rec { 6 + version = "1.28.0"; 7 reconstructLock = true; 8 9 src = pkgs.fetchFromGitHub { 10 owner = "Koenkk"; 11 repo = "zigbee2mqtt"; 12 rev = version; 13 + sha256 = "0GVU2bjghFdNyXljUGzxO71qhbHMVoO7I4E2c237+mw="; 14 }; 15 16 passthru.tests.zigbee2mqtt = nixosTests.zigbee2mqtt;
+561 -555
pkgs/servers/zigbee2mqtt/node-packages.nix
··· 22 sha512 = "TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q=="; 23 }; 24 }; 25 - "@babel/compat-data-7.18.8" = { 26 name = "_at_babel_slash_compat-data"; 27 packageName = "@babel/compat-data"; 28 - version = "7.18.8"; 29 src = fetchurl { 30 - url = "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.18.8.tgz"; 31 - sha512 = "HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ=="; 32 }; 33 }; 34 - "@babel/core-7.18.10" = { 35 name = "_at_babel_slash_core"; 36 packageName = "@babel/core"; 37 - version = "7.18.10"; 38 src = fetchurl { 39 - url = "https://registry.npmjs.org/@babel/core/-/core-7.18.10.tgz"; 40 - sha512 = "JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw=="; 41 }; 42 }; 43 - "@babel/generator-7.18.12" = { 44 name = "_at_babel_slash_generator"; 45 packageName = "@babel/generator"; 46 - version = "7.18.12"; 47 src = fetchurl { 48 - url = "https://registry.npmjs.org/@babel/generator/-/generator-7.18.12.tgz"; 49 - sha512 = "dfQ8ebCN98SvyL7IxNMCUtZQSq5R7kxgN+r8qYTGDmmSion1hX2C0zq2yo1bsCDhXixokv1SAWTZUMYbO/V5zg=="; 50 }; 51 }; 52 "@babel/helper-annotate-as-pure-7.18.6" = { ··· 67 sha512 = "KT10c1oWEpmrIRYnthbzHgoOf6B+Xd6a5yhdbNtdhtG7aO1or5HViuf1TQR36xY/QprXA5nvxO6nAjhJ4y38jw=="; 68 }; 69 }; 70 - "@babel/helper-compilation-targets-7.18.9" = { 71 name = "_at_babel_slash_helper-compilation-targets"; 72 packageName = "@babel/helper-compilation-targets"; 73 - version = "7.18.9"; 74 src = fetchurl { 75 - url = "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz"; 76 - sha512 = "tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg=="; 77 }; 78 }; 79 - "@babel/helper-create-class-features-plugin-7.18.9" = { 80 name = "_at_babel_slash_helper-create-class-features-plugin"; 81 packageName = "@babel/helper-create-class-features-plugin"; 82 - version = "7.18.9"; 83 src = fetchurl { 84 - url = "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.9.tgz"; 85 - sha512 = "WvypNAYaVh23QcjpMR24CwZY2Nz6hqdOcFdPbNpV56hL5H6KiFheO7Xm1aPdlLQ7d5emYZX7VZwPp9x3z+2opw=="; 86 }; 87 }; 88 - "@babel/helper-create-regexp-features-plugin-7.18.6" = { 89 name = "_at_babel_slash_helper-create-regexp-features-plugin"; 90 packageName = "@babel/helper-create-regexp-features-plugin"; 91 - version = "7.18.6"; 92 src = fetchurl { 93 - url = "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz"; 94 - sha512 = "7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A=="; 95 }; 96 }; 97 - "@babel/helper-define-polyfill-provider-0.3.2" = { 98 name = "_at_babel_slash_helper-define-polyfill-provider"; 99 packageName = "@babel/helper-define-polyfill-provider"; 100 - version = "0.3.2"; 101 src = fetchurl { 102 - url = "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.2.tgz"; 103 - sha512 = "r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg=="; 104 }; 105 }; 106 "@babel/helper-environment-visitor-7.18.9" = { ··· 121 sha512 = "eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg=="; 122 }; 123 }; 124 - "@babel/helper-function-name-7.18.9" = { 125 name = "_at_babel_slash_helper-function-name"; 126 packageName = "@babel/helper-function-name"; 127 - version = "7.18.9"; 128 src = fetchurl { 129 - url = "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz"; 130 - sha512 = "fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A=="; 131 }; 132 }; 133 "@babel/helper-hoist-variables-7.18.6" = { ··· 157 sha512 = "0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA=="; 158 }; 159 }; 160 - "@babel/helper-module-transforms-7.18.9" = { 161 name = "_at_babel_slash_helper-module-transforms"; 162 packageName = "@babel/helper-module-transforms"; 163 - version = "7.18.9"; 164 src = fetchurl { 165 - url = "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.18.9.tgz"; 166 - sha512 = "KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g=="; 167 }; 168 }; 169 "@babel/helper-optimise-call-expression-7.18.6" = { ··· 175 sha512 = "HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA=="; 176 }; 177 }; 178 - "@babel/helper-plugin-utils-7.18.9" = { 179 name = "_at_babel_slash_helper-plugin-utils"; 180 packageName = "@babel/helper-plugin-utils"; 181 - version = "7.18.9"; 182 src = fetchurl { 183 - url = "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz"; 184 - sha512 = "aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w=="; 185 }; 186 }; 187 "@babel/helper-remap-async-to-generator-7.18.9" = { ··· 193 sha512 = "dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA=="; 194 }; 195 }; 196 - "@babel/helper-replace-supers-7.18.9" = { 197 name = "_at_babel_slash_helper-replace-supers"; 198 packageName = "@babel/helper-replace-supers"; 199 - version = "7.18.9"; 200 src = fetchurl { 201 - url = "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.18.9.tgz"; 202 - sha512 = "dNsWibVI4lNT6HiuOIBr1oyxo40HvIVmbwPUm3XZ7wMh4k2WxrxTqZwSqw/eEmXDS9np0ey5M2bz9tBmO9c+YQ=="; 203 }; 204 }; 205 "@babel/helper-simple-access-7.18.6" = { ··· 265 sha512 = "oBUlbv+rjZLh2Ks9SKi4aL7eKaAXBWleHzU89mP0G6BMUlRxSckk9tSIkgDGydhgFxHuGSlBQZfnaD47oBEB7w=="; 266 }; 267 }; 268 - "@babel/helpers-7.18.9" = { 269 name = "_at_babel_slash_helpers"; 270 packageName = "@babel/helpers"; 271 - version = "7.18.9"; 272 src = fetchurl { 273 - url = "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.9.tgz"; 274 - sha512 = "Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ=="; 275 }; 276 }; 277 "@babel/highlight-7.18.6" = { ··· 283 sha512 = "u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g=="; 284 }; 285 }; 286 - "@babel/parser-7.18.11" = { 287 name = "_at_babel_slash_parser"; 288 packageName = "@babel/parser"; 289 - version = "7.18.11"; 290 src = fetchurl { 291 - url = "https://registry.npmjs.org/@babel/parser/-/parser-7.18.11.tgz"; 292 - sha512 = "9JKn5vN+hDt0Hdqn1PiJ2guflwP+B6Ga8qbDuoF0PzzVhrzsKIJo8yGqVk6CmMHiMei9w1C1Bp9IMJSIK+HPIQ=="; 293 }; 294 }; 295 "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6" = { ··· 310 sha512 = "AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg=="; 311 }; 312 }; 313 - "@babel/plugin-proposal-async-generator-functions-7.18.10" = { 314 name = "_at_babel_slash_plugin-proposal-async-generator-functions"; 315 packageName = "@babel/plugin-proposal-async-generator-functions"; 316 - version = "7.18.10"; 317 src = fetchurl { 318 - url = "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.10.tgz"; 319 - sha512 = "1mFuY2TOsR1hxbjCo4QL+qlIjV07p4H4EUYw2J/WCqsvFV6V9X9z9YhXbWndc/4fw+hYGlDT7egYxliMp5O6Ew=="; 320 }; 321 }; 322 "@babel/plugin-proposal-class-properties-7.18.6" = { ··· 337 sha512 = "+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw=="; 338 }; 339 }; 340 - "@babel/plugin-proposal-decorators-7.18.10" = { 341 name = "_at_babel_slash_plugin-proposal-decorators"; 342 packageName = "@babel/plugin-proposal-decorators"; 343 - version = "7.18.10"; 344 src = fetchurl { 345 - url = "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.18.10.tgz"; 346 - sha512 = "wdGTwWF5QtpTY/gbBtQLAiCnoxfD4qMbN87NYZle1dOZ9Os8Y6zXcKrIaOU8W+TIvFUWVGG9tUgNww3CjXRVVw=="; 347 }; 348 }; 349 "@babel/plugin-proposal-dynamic-import-7.18.6" = { ··· 490 sha512 = "b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw=="; 491 }; 492 }; 493 - "@babel/plugin-syntax-decorators-7.18.6" = { 494 name = "_at_babel_slash_plugin-syntax-decorators"; 495 packageName = "@babel/plugin-syntax-decorators"; 496 - version = "7.18.6"; 497 src = fetchurl { 498 - url = "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.18.6.tgz"; 499 - sha512 = "fqyLgjcxf/1yhyZ6A+yo1u9gJ7eleFQod2lkaUsF9DQ7sbbY3Ligym3L0+I2c0WmqNKDpoD9UTb1AKP3qRMOAQ=="; 500 }; 501 }; 502 "@babel/plugin-syntax-dynamic-import-7.8.3" = { ··· 542 src = fetchurl { 543 url = "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz"; 544 sha512 = "lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA=="; 545 }; 546 }; 547 "@babel/plugin-syntax-logical-assignment-operators-7.10.4" = { ··· 661 sha512 = "5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw=="; 662 }; 663 }; 664 - "@babel/plugin-transform-classes-7.18.9" = { 665 name = "_at_babel_slash_plugin-transform-classes"; 666 packageName = "@babel/plugin-transform-classes"; 667 - version = "7.18.9"; 668 src = fetchurl { 669 - url = "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.18.9.tgz"; 670 - sha512 = "EkRQxsxoytpTlKJmSPYrsOMjCILacAjtSVkd4gChEe2kXjFCun3yohhW5I7plXJhCemM0gKsaGMcO8tinvCA5g=="; 671 }; 672 }; 673 "@babel/plugin-transform-computed-properties-7.18.9" = { ··· 679 sha512 = "+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw=="; 680 }; 681 }; 682 - "@babel/plugin-transform-destructuring-7.18.9" = { 683 name = "_at_babel_slash_plugin-transform-destructuring"; 684 packageName = "@babel/plugin-transform-destructuring"; 685 - version = "7.18.9"; 686 src = fetchurl { 687 - url = "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.9.tgz"; 688 - sha512 = "p5VCYNddPLkZTq4XymQIaIfZNJwT9YsjkPOhkVEqt6QIpQFZVM9IltqqYpOEkJoN1DPznmxUDyZ5CTZs/ZCuHA=="; 689 }; 690 }; 691 "@babel/plugin-transform-dotall-regex-7.18.6" = { ··· 769 sha512 = "Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q=="; 770 }; 771 }; 772 - "@babel/plugin-transform-modules-systemjs-7.18.9" = { 773 name = "_at_babel_slash_plugin-transform-modules-systemjs"; 774 packageName = "@babel/plugin-transform-modules-systemjs"; 775 - version = "7.18.9"; 776 src = fetchurl { 777 - url = "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.9.tgz"; 778 - sha512 = "zY/VSIbbqtoRoJKo2cDTewL364jSlZGvn0LKOf9ntbfxOvjfmyrdtEEOAdswOswhZEb8UH3jDkCKHd1sPgsS0A=="; 779 }; 780 }; 781 "@babel/plugin-transform-modules-umd-7.18.6" = { ··· 787 sha512 = "dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ=="; 788 }; 789 }; 790 - "@babel/plugin-transform-named-capturing-groups-regex-7.18.6" = { 791 name = "_at_babel_slash_plugin-transform-named-capturing-groups-regex"; 792 packageName = "@babel/plugin-transform-named-capturing-groups-regex"; 793 - version = "7.18.6"; 794 src = fetchurl { 795 - url = "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.18.6.tgz"; 796 - sha512 = "UmEOGF8XgaIqD74bC8g7iV3RYj8lMf0Bw7NJzvnS9qQhM4mg+1WHKotUIdjxgD2RGrgFLZZPCFPFj3P/kVDYhg=="; 797 }; 798 }; 799 "@babel/plugin-transform-new-target-7.18.6" = { ··· 859 sha512 = "eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw=="; 860 }; 861 }; 862 - "@babel/plugin-transform-spread-7.18.9" = { 863 name = "_at_babel_slash_plugin-transform-spread"; 864 packageName = "@babel/plugin-transform-spread"; 865 - version = "7.18.9"; 866 src = fetchurl { 867 - url = "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.18.9.tgz"; 868 - sha512 = "39Q814wyoOPtIB/qGopNIL9xDChOE1pNU0ZY5dO0owhiVt/5kFm4li+/bBtwc7QotG0u5EPzqhZdjMtmqBqyQA=="; 869 }; 870 }; 871 "@babel/plugin-transform-sticky-regex-7.18.6" = { ··· 922 sha512 = "gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA=="; 923 }; 924 }; 925 - "@babel/preset-env-7.18.10" = { 926 name = "_at_babel_slash_preset-env"; 927 packageName = "@babel/preset-env"; 928 - version = "7.18.10"; 929 src = fetchurl { 930 - url = "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.18.10.tgz"; 931 - sha512 = "wVxs1yjFdW3Z/XkNfXKoblxoHgbtUF7/l3PvvP4m02Qz9TZ6uZGxRVYjSQeR87oQmHco9zWitW5J82DJ7sCjvA=="; 932 }; 933 }; 934 "@babel/preset-modules-0.1.5" = { ··· 967 sha512 = "TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA=="; 968 }; 969 }; 970 - "@babel/traverse-7.18.11" = { 971 name = "_at_babel_slash_traverse"; 972 packageName = "@babel/traverse"; 973 - version = "7.18.11"; 974 src = fetchurl { 975 - url = "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.11.tgz"; 976 - sha512 = "TG9PiM2R/cWCAy6BPJKeHzNbu4lPzOSZpeMfeNErskGpTJx6trEvFaVCbDvpcxwy49BKWmEPwiW8mrysNiDvIQ=="; 977 }; 978 }; 979 - "@babel/types-7.18.10" = { 980 name = "_at_babel_slash_types"; 981 packageName = "@babel/types"; 982 - version = "7.18.10"; 983 src = fetchurl { 984 - url = "https://registry.npmjs.org/@babel/types/-/types-7.18.10.tgz"; 985 - sha512 = "MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ=="; 986 }; 987 }; 988 "@bcoe/v8-coverage-0.2.3" = { ··· 1012 sha512 = "hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA=="; 1013 }; 1014 }; 1015 - "@eslint/eslintrc-1.3.0" = { 1016 name = "_at_eslint_slash_eslintrc"; 1017 packageName = "@eslint/eslintrc"; 1018 - version = "1.3.0"; 1019 src = fetchurl { 1020 - url = "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.0.tgz"; 1021 - sha512 = "UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw=="; 1022 }; 1023 }; 1024 - "@humanwhocodes/config-array-0.10.4" = { 1025 name = "_at_humanwhocodes_slash_config-array"; 1026 packageName = "@humanwhocodes/config-array"; 1027 - version = "0.10.4"; 1028 src = fetchurl { 1029 - url = "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.4.tgz"; 1030 - sha512 = "mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw=="; 1031 }; 1032 }; 1033 "@humanwhocodes/gitignore-to-minimatch-1.0.2" = { ··· 1037 src = fetchurl { 1038 url = "https://registry.npmjs.org/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz"; 1039 sha512 = "rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA=="; 1040 }; 1041 }; 1042 "@humanwhocodes/object-schema-1.2.1" = { ··· 1066 sha512 = "ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA=="; 1067 }; 1068 }; 1069 - "@jest/console-28.1.3" = { 1070 name = "_at_jest_slash_console"; 1071 packageName = "@jest/console"; 1072 - version = "28.1.3"; 1073 src = fetchurl { 1074 - url = "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz"; 1075 - sha512 = "QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw=="; 1076 }; 1077 }; 1078 - "@jest/core-28.1.3" = { 1079 name = "_at_jest_slash_core"; 1080 packageName = "@jest/core"; 1081 - version = "28.1.3"; 1082 src = fetchurl { 1083 - url = "https://registry.npmjs.org/@jest/core/-/core-28.1.3.tgz"; 1084 - sha512 = "CIKBrlaKOzA7YG19BEqCw3SLIsEwjZkeJzf5bdooVnW4bH5cktqe3JX+G2YV1aK5vP8N9na1IGWFzYaTp6k6NA=="; 1085 }; 1086 }; 1087 - "@jest/environment-28.1.3" = { 1088 name = "_at_jest_slash_environment"; 1089 packageName = "@jest/environment"; 1090 - version = "28.1.3"; 1091 src = fetchurl { 1092 - url = "https://registry.npmjs.org/@jest/environment/-/environment-28.1.3.tgz"; 1093 - sha512 = "1bf40cMFTEkKyEf585R9Iz1WayDjHoHqvts0XFYEqyKM3cFWDpeMoqKKTAF9LSYQModPUlh8FKptoM2YcMWAXA=="; 1094 }; 1095 }; 1096 - "@jest/expect-28.1.3" = { 1097 name = "_at_jest_slash_expect"; 1098 packageName = "@jest/expect"; 1099 - version = "28.1.3"; 1100 src = fetchurl { 1101 - url = "https://registry.npmjs.org/@jest/expect/-/expect-28.1.3.tgz"; 1102 - sha512 = "lzc8CpUbSoE4dqT0U+g1qODQjBRHPpCPXissXD4mS9+sWQdmmpeJ9zSH1rS1HEkrsMN0fb7nKrJ9giAR1d3wBw=="; 1103 }; 1104 }; 1105 - "@jest/expect-utils-28.1.3" = { 1106 name = "_at_jest_slash_expect-utils"; 1107 packageName = "@jest/expect-utils"; 1108 - version = "28.1.3"; 1109 src = fetchurl { 1110 - url = "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-28.1.3.tgz"; 1111 - sha512 = "wvbi9LUrHJLn3NlDW6wF2hvIMtd4JUl2QNVrjq+IBSHirgfrR3o9RnVtxzdEGO2n9JyIWwHnLfby5KzqBGg2YA=="; 1112 }; 1113 }; 1114 - "@jest/fake-timers-28.1.3" = { 1115 name = "_at_jest_slash_fake-timers"; 1116 packageName = "@jest/fake-timers"; 1117 - version = "28.1.3"; 1118 src = fetchurl { 1119 - url = "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-28.1.3.tgz"; 1120 - sha512 = "D/wOkL2POHv52h+ok5Oj/1gOG9HSywdoPtFsRCUmlCILXNn5eIWmcnd3DIiWlJnpGvQtmajqBP95Ei0EimxfLw=="; 1121 }; 1122 }; 1123 - "@jest/globals-28.1.3" = { 1124 name = "_at_jest_slash_globals"; 1125 packageName = "@jest/globals"; 1126 - version = "28.1.3"; 1127 src = fetchurl { 1128 - url = "https://registry.npmjs.org/@jest/globals/-/globals-28.1.3.tgz"; 1129 - sha512 = "XFU4P4phyryCXu1pbcqMO0GSQcYe1IsalYCDzRNyhetyeyxMcIxa11qPNDpVNLeretItNqEmYYQn1UYz/5x1NA=="; 1130 }; 1131 }; 1132 - "@jest/reporters-28.1.3" = { 1133 name = "_at_jest_slash_reporters"; 1134 packageName = "@jest/reporters"; 1135 - version = "28.1.3"; 1136 src = fetchurl { 1137 - url = "https://registry.npmjs.org/@jest/reporters/-/reporters-28.1.3.tgz"; 1138 - sha512 = "JuAy7wkxQZVNU/V6g9xKzCGC5LVXx9FDcABKsSXp5MiKPEE2144a/vXTEDoyzjUpZKfVwp08Wqg5A4WfTMAzjg=="; 1139 }; 1140 }; 1141 - "@jest/schemas-28.1.3" = { 1142 name = "_at_jest_slash_schemas"; 1143 packageName = "@jest/schemas"; 1144 - version = "28.1.3"; 1145 src = fetchurl { 1146 - url = "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz"; 1147 - sha512 = "/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg=="; 1148 }; 1149 }; 1150 - "@jest/source-map-28.1.2" = { 1151 name = "_at_jest_slash_source-map"; 1152 packageName = "@jest/source-map"; 1153 - version = "28.1.2"; 1154 src = fetchurl { 1155 - url = "https://registry.npmjs.org/@jest/source-map/-/source-map-28.1.2.tgz"; 1156 - sha512 = "cV8Lx3BeStJb8ipPHnqVw/IM2VCMWO3crWZzYodSIkxXnRcXJipCdx1JCK0K5MsJJouZQTH73mzf4vgxRaH9ww=="; 1157 }; 1158 }; 1159 - "@jest/test-result-28.1.3" = { 1160 name = "_at_jest_slash_test-result"; 1161 packageName = "@jest/test-result"; 1162 - version = "28.1.3"; 1163 src = fetchurl { 1164 - url = "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz"; 1165 - sha512 = "kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg=="; 1166 }; 1167 }; 1168 - "@jest/test-sequencer-28.1.3" = { 1169 name = "_at_jest_slash_test-sequencer"; 1170 packageName = "@jest/test-sequencer"; 1171 - version = "28.1.3"; 1172 src = fetchurl { 1173 - url = "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-28.1.3.tgz"; 1174 - sha512 = "NIMPEqqa59MWnDi1kvXXpYbqsfQmSJsIbnd85mdVGkiDfQ9WQQTXOLsvISUfonmnBT+w85WEgneCigEEdHDFxw=="; 1175 }; 1176 }; 1177 - "@jest/transform-28.1.3" = { 1178 name = "_at_jest_slash_transform"; 1179 packageName = "@jest/transform"; 1180 - version = "28.1.3"; 1181 src = fetchurl { 1182 - url = "https://registry.npmjs.org/@jest/transform/-/transform-28.1.3.tgz"; 1183 - sha512 = "u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA=="; 1184 }; 1185 }; 1186 - "@jest/types-28.1.3" = { 1187 name = "_at_jest_slash_types"; 1188 packageName = "@jest/types"; 1189 - version = "28.1.3"; 1190 src = fetchurl { 1191 - url = "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz"; 1192 - sha512 = "RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ=="; 1193 }; 1194 }; 1195 "@jridgewell/gen-mapping-0.1.1" = { ··· 1237 sha512 = "GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w=="; 1238 }; 1239 }; 1240 - "@jridgewell/trace-mapping-0.3.13" = { 1241 name = "_at_jridgewell_slash_trace-mapping"; 1242 packageName = "@jridgewell/trace-mapping"; 1243 - version = "0.3.13"; 1244 src = fetchurl { 1245 - url = "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz"; 1246 - sha512 = "o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w=="; 1247 }; 1248 }; 1249 "@nodelib/fs.scandir-2.1.5" = { ··· 1427 sha512 = "bLye8Ub4vUFQGmkh8qEqehr7SE7EJs2yDs0h9jzuL5oKi+F34CFmWkEErO8GAOQ8YNn7p6b3GxUgs+0BrHHDZQ=="; 1428 }; 1429 }; 1430 - "@sinclair/typebox-0.24.20" = { 1431 name = "_at_sinclair_slash_typebox"; 1432 packageName = "@sinclair/typebox"; 1433 - version = "0.24.20"; 1434 src = fetchurl { 1435 - url = "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.20.tgz"; 1436 - sha512 = "kVaO5aEFZb33nPMTZBxiPEkY+slxiPtqC7QX8f9B3eGOMBvEfuMfxp9DSTTCsRJPumPKjrge4yagyssO4q6qzQ=="; 1437 }; 1438 }; 1439 "@sinonjs/commons-1.8.3" = { ··· 1481 sha512 = "azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g=="; 1482 }; 1483 }; 1484 - "@types/babel__traverse-7.17.1" = { 1485 name = "_at_types_slash_babel__traverse"; 1486 packageName = "@types/babel__traverse"; 1487 - version = "7.17.1"; 1488 src = fetchurl { 1489 - url = "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.17.1.tgz"; 1490 - sha512 = "kVzjari1s2YVi77D3w1yuvohV2idweYXMCDzqBiVNN63TcDWrIlTVOYpqVrvbbyOE/IyzBoTKF0fdnLPEORFxA=="; 1491 }; 1492 }; 1493 "@types/debounce-1.2.1" = { ··· 1499 sha512 = "epMsEE85fi4lfmJUH/89/iV/LI+F5CvNIvmgs5g5jYFPfhO2S/ae8WSsLOKWdwtoaZw9Q2IhJ4tQ5tFCcS/4HA=="; 1500 }; 1501 }; 1502 - "@types/finalhandler-1.1.1" = { 1503 name = "_at_types_slash_finalhandler"; 1504 packageName = "@types/finalhandler"; 1505 - version = "1.1.1"; 1506 src = fetchurl { 1507 - url = "https://registry.npmjs.org/@types/finalhandler/-/finalhandler-1.1.1.tgz"; 1508 - sha512 = "fT+Qs+kczrGnY9EpJpFHbdfdyKSoHUCKo3gJYbDWSSQFc18Td87AelfhMM8zqHRcP97/tk8AijV2zSUdClJK+Q=="; 1509 }; 1510 }; 1511 "@types/glob-7.2.0" = { ··· 1562 sha512 = "c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw=="; 1563 }; 1564 }; 1565 - "@types/jest-28.1.7" = { 1566 name = "_at_types_slash_jest"; 1567 packageName = "@types/jest"; 1568 - version = "28.1.7"; 1569 src = fetchurl { 1570 - url = "https://registry.npmjs.org/@types/jest/-/jest-28.1.7.tgz"; 1571 - sha512 = "acDN4VHD40V24tgu0iC44jchXavRNVFXQ/E6Z5XNsswgoSO/4NgsXoEYmPUGookKldlZQyIpmrEXsHI9cA3ZTA=="; 1572 }; 1573 }; 1574 "@types/js-yaml-4.0.5" = { ··· 1616 sha512 = "3D0F3rHRNDc8cQSXNzwF1jBrJi28Mdrhc10ZLlqbJWDPYRWTTWB9Tc8JoKrgBvLKioXoPoHT6Uzf3s2F7akCUg=="; 1617 }; 1618 }; 1619 - "@types/prettier-2.6.3" = { 1620 name = "_at_types_slash_prettier"; 1621 packageName = "@types/prettier"; 1622 - version = "2.6.3"; 1623 src = fetchurl { 1624 - url = "https://registry.npmjs.org/@types/prettier/-/prettier-2.6.3.tgz"; 1625 - sha512 = "ymZk3LEC/fsut+/Q5qejp6R9O1rMxz3XaRHDV6kX8MrGAhOSPqVARbDi+EZvInBpw+BnCX3TD240byVkOfQsHg=="; 1626 }; 1627 }; 1628 "@types/prop-types-15.7.5" = { ··· 1697 sha512 = "6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w=="; 1698 }; 1699 }; 1700 - "@types/yargs-17.0.10" = { 1701 name = "_at_types_slash_yargs"; 1702 packageName = "@types/yargs"; 1703 - version = "17.0.10"; 1704 src = fetchurl { 1705 - url = "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.10.tgz"; 1706 - sha512 = "gmEaFwpj/7f/ROdtIlci1R1VYU1J4j95m8T+Tj3iBgiBFKg1foE/PSl93bBd5T9LDXNPo8UlNN6W0qwD8O5OaA=="; 1707 }; 1708 }; 1709 "@types/yargs-parser-21.0.0" = { ··· 1715 sha512 = "iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA=="; 1716 }; 1717 }; 1718 - "@typescript-eslint/eslint-plugin-5.33.1" = { 1719 name = "_at_typescript-eslint_slash_eslint-plugin"; 1720 packageName = "@typescript-eslint/eslint-plugin"; 1721 - version = "5.33.1"; 1722 src = fetchurl { 1723 - url = "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.33.1.tgz"; 1724 - sha512 = "S1iZIxrTvKkU3+m63YUOxYPKaP+yWDQrdhxTglVDVEVBf+aCSw85+BmJnyUaQQsk5TXFG/LpBu9fa+LrAQ91fQ=="; 1725 }; 1726 }; 1727 - "@typescript-eslint/parser-5.33.1" = { 1728 name = "_at_typescript-eslint_slash_parser"; 1729 packageName = "@typescript-eslint/parser"; 1730 - version = "5.33.1"; 1731 src = fetchurl { 1732 - url = "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.33.1.tgz"; 1733 - sha512 = "IgLLtW7FOzoDlmaMoXdxG8HOCByTBXrB1V2ZQYSEV1ggMmJfAkMWTwUjjzagS6OkfpySyhKFkBw7A9jYmcHpZA=="; 1734 }; 1735 }; 1736 - "@typescript-eslint/scope-manager-5.33.1" = { 1737 name = "_at_typescript-eslint_slash_scope-manager"; 1738 packageName = "@typescript-eslint/scope-manager"; 1739 - version = "5.33.1"; 1740 src = fetchurl { 1741 - url = "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.33.1.tgz"; 1742 - sha512 = "8ibcZSqy4c5m69QpzJn8XQq9NnqAToC8OdH/W6IXPXv83vRyEDPYLdjAlUx8h/rbusq6MkW4YdQzURGOqsn3CA=="; 1743 }; 1744 }; 1745 - "@typescript-eslint/type-utils-5.33.1" = { 1746 name = "_at_typescript-eslint_slash_type-utils"; 1747 packageName = "@typescript-eslint/type-utils"; 1748 - version = "5.33.1"; 1749 src = fetchurl { 1750 - url = "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.33.1.tgz"; 1751 - sha512 = "X3pGsJsD8OiqhNa5fim41YtlnyiWMF/eKsEZGsHID2HcDqeSC5yr/uLOeph8rNF2/utwuI0IQoAK3fpoxcLl2g=="; 1752 }; 1753 }; 1754 - "@typescript-eslint/types-5.33.1" = { 1755 name = "_at_typescript-eslint_slash_types"; 1756 packageName = "@typescript-eslint/types"; 1757 - version = "5.33.1"; 1758 src = fetchurl { 1759 - url = "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.33.1.tgz"; 1760 - sha512 = "7K6MoQPQh6WVEkMrMW5QOA5FO+BOwzHSNd0j3+BlBwd6vtzfZceJ8xJ7Um2XDi/O3umS8/qDX6jdy2i7CijkwQ=="; 1761 }; 1762 }; 1763 - "@typescript-eslint/typescript-estree-5.33.1" = { 1764 name = "_at_typescript-eslint_slash_typescript-estree"; 1765 packageName = "@typescript-eslint/typescript-estree"; 1766 - version = "5.33.1"; 1767 src = fetchurl { 1768 - url = "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.33.1.tgz"; 1769 - sha512 = "JOAzJ4pJ+tHzA2pgsWQi4804XisPHOtbvwUyqsuuq8+y5B5GMZs7lI1xDWs6V2d7gE/Ez5bTGojSK12+IIPtXA=="; 1770 }; 1771 }; 1772 - "@typescript-eslint/utils-5.33.1" = { 1773 name = "_at_typescript-eslint_slash_utils"; 1774 packageName = "@typescript-eslint/utils"; 1775 - version = "5.33.1"; 1776 src = fetchurl { 1777 - url = "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.33.1.tgz"; 1778 - sha512 = "uphZjkMaZ4fE8CR4dU7BquOV6u0doeQAr8n6cQenl/poMaIyJtBu8eys5uk6u5HiDH01Mj5lzbJ5SfeDz7oqMQ=="; 1779 }; 1780 }; 1781 - "@typescript-eslint/visitor-keys-5.33.1" = { 1782 name = "_at_typescript-eslint_slash_visitor-keys"; 1783 packageName = "@typescript-eslint/visitor-keys"; 1784 - version = "5.33.1"; 1785 src = fetchurl { 1786 - url = "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.33.1.tgz"; 1787 - sha512 = "nwIxOK8Z2MPWltLKMLOEZwmfBZReqUdbEoHQXeCpa+sRVARe5twpJGHCB4dk9903Yaf0nMAlGbQfaAH92F60eg=="; 1788 }; 1789 }; 1790 "acorn-8.8.0" = { ··· 1976 sha512 = "t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ=="; 1977 }; 1978 }; 1979 - "babel-jest-28.1.3" = { 1980 name = "babel-jest"; 1981 packageName = "babel-jest"; 1982 - version = "28.1.3"; 1983 src = fetchurl { 1984 - url = "https://registry.npmjs.org/babel-jest/-/babel-jest-28.1.3.tgz"; 1985 - sha512 = "epUaPOEWMk3cWX0M/sPvCHHCe9fMFAa/9hXEgKP8nFfNl/jlGkE9ucq9NqkZGXLDduCJYS0UvSlPUwC0S+rH6Q=="; 1986 }; 1987 }; 1988 "babel-plugin-dynamic-import-node-2.3.3" = { ··· 2003 sha512 = "Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA=="; 2004 }; 2005 }; 2006 - "babel-plugin-jest-hoist-28.1.3" = { 2007 name = "babel-plugin-jest-hoist"; 2008 packageName = "babel-plugin-jest-hoist"; 2009 - version = "28.1.3"; 2010 src = fetchurl { 2011 - url = "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-28.1.3.tgz"; 2012 - sha512 = "Ys3tUKAmfnkRUpPdpa98eYrAR0nV+sSFUZZEGuQ2EbFd1y4SOLtD5QDNHAq+bb9a+bbXvYQC4b+ID/THIMcU6Q=="; 2013 }; 2014 }; 2015 - "babel-plugin-polyfill-corejs2-0.3.2" = { 2016 name = "babel-plugin-polyfill-corejs2"; 2017 packageName = "babel-plugin-polyfill-corejs2"; 2018 - version = "0.3.2"; 2019 src = fetchurl { 2020 - url = "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.2.tgz"; 2021 - sha512 = "LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q=="; 2022 }; 2023 }; 2024 - "babel-plugin-polyfill-corejs3-0.5.3" = { 2025 name = "babel-plugin-polyfill-corejs3"; 2026 packageName = "babel-plugin-polyfill-corejs3"; 2027 - version = "0.5.3"; 2028 src = fetchurl { 2029 - url = "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz"; 2030 - sha512 = "zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw=="; 2031 }; 2032 }; 2033 - "babel-plugin-polyfill-regenerator-0.4.0" = { 2034 name = "babel-plugin-polyfill-regenerator"; 2035 packageName = "babel-plugin-polyfill-regenerator"; 2036 - version = "0.4.0"; 2037 src = fetchurl { 2038 - url = "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.0.tgz"; 2039 - sha512 = "RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw=="; 2040 }; 2041 }; 2042 "babel-preset-current-node-syntax-1.0.1" = { ··· 2048 sha512 = "M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ=="; 2049 }; 2050 }; 2051 - "babel-preset-jest-28.1.3" = { 2052 name = "babel-preset-jest"; 2053 packageName = "babel-preset-jest"; 2054 - version = "28.1.3"; 2055 src = fetchurl { 2056 - url = "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-28.1.3.tgz"; 2057 - sha512 = "L+fupJvlWAHbQfn74coNX3zf60LXMJsezNvvx8eIh7iOR1luJ1poxYgQk1F8PYtNq/6QODDHCqsSnTFSWC491A=="; 2058 }; 2059 }; 2060 "balanced-match-1.0.2" = { ··· 2453 sha512 = "+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA=="; 2454 }; 2455 }; 2456 - "core-js-3.24.1" = { 2457 name = "core-js"; 2458 packageName = "core-js"; 2459 - version = "3.24.1"; 2460 src = fetchurl { 2461 - url = "https://registry.npmjs.org/core-js/-/core-js-3.24.1.tgz"; 2462 - sha512 = "0QTBSYSUZ6Gq21utGzkfITDylE8jWC9Ne1D2MrhvlsZBI1x39OdDIVbzSqtgMndIy6BlHxBXpMGqzZmnztg2rg=="; 2463 }; 2464 }; 2465 - "core-js-compat-3.24.1" = { 2466 name = "core-js-compat"; 2467 packageName = "core-js-compat"; 2468 - version = "3.24.1"; 2469 src = fetchurl { 2470 - url = "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.24.1.tgz"; 2471 - sha512 = "XhdNAGeRnTpp8xbD+sR/HFDK9CbeeeqXT6TuofXh3urqEevzkWmLRgrVoykodsw8okqo2pu1BOmuCKrHx63zdw=="; 2472 }; 2473 }; 2474 "core-js-pure-3.23.1" = { ··· 2660 sha512 = "TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA=="; 2661 }; 2662 }; 2663 - "diff-sequences-28.1.1" = { 2664 name = "diff-sequences"; 2665 packageName = "diff-sequences"; 2666 - version = "28.1.1"; 2667 src = fetchurl { 2668 - url = "https://registry.npmjs.org/diff-sequences/-/diff-sequences-28.1.1.tgz"; 2669 - sha512 = "FU0iFaH/E23a+a718l8Qa/19bF9p06kgE0KipMOMadwa3SjnaElKzPaUC0vnibs6/B/9ni97s61mcejk8W1fQw=="; 2670 }; 2671 }; 2672 "dir-glob-3.0.1" = { ··· 2822 sha512 = "TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="; 2823 }; 2824 }; 2825 - "eslint-8.22.0" = { 2826 name = "eslint"; 2827 packageName = "eslint"; 2828 - version = "8.22.0"; 2829 src = fetchurl { 2830 - url = "https://registry.npmjs.org/eslint/-/eslint-8.22.0.tgz"; 2831 - sha512 = "ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA=="; 2832 }; 2833 }; 2834 "eslint-config-google-0.14.0" = { ··· 2840 sha512 = "WsbX4WbjuMvTdeVL6+J3rK1RGhCTqjsFjX7UMSMgZiyxxaNLkoJENbrGExzERFeoTpGw3F3FypTiWAP9ZXzkEw=="; 2841 }; 2842 }; 2843 - "eslint-plugin-jest-26.8.5" = { 2844 name = "eslint-plugin-jest"; 2845 packageName = "eslint-plugin-jest"; 2846 - version = "26.8.5"; 2847 src = fetchurl { 2848 - url = "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-26.8.5.tgz"; 2849 - sha512 = "DEaimuVhah/fx6jDkaP4oEPhH6VLr9skpZxYqbbmfeYvXzjos3AX61NpyMvq4aB4x6XJ3rsu/zcJfg0z0nytfw=="; 2850 }; 2851 }; 2852 "eslint-scope-5.1.1" = { ··· 2894 sha512 = "mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA=="; 2895 }; 2896 }; 2897 - "espree-9.3.3" = { 2898 name = "espree"; 2899 packageName = "espree"; 2900 - version = "9.3.3"; 2901 src = fetchurl { 2902 - url = "https://registry.npmjs.org/espree/-/espree-9.3.3.tgz"; 2903 - sha512 = "ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng=="; 2904 }; 2905 }; 2906 "esprima-4.0.1" = { ··· 2993 sha512 = "XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg=="; 2994 }; 2995 }; 2996 - "expect-28.1.3" = { 2997 name = "expect"; 2998 packageName = "expect"; 2999 - version = "28.1.3"; 3000 src = fetchurl { 3001 - url = "https://registry.npmjs.org/expect/-/expect-28.1.3.tgz"; 3002 - sha512 = "eEh0xn8HlsuOBxFgIss+2mX85VAS4Qy3OSkjV7rlBWljtA4oWH37glVGyOZSZvErDT/yBywZdPGwCXuTvSG85g=="; 3003 }; 3004 }; 3005 "fast-deep-equal-3.1.3" = { ··· 3218 sha512 = "yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="; 3219 }; 3220 }; 3221 - "functional-red-black-tree-1.0.1" = { 3222 - name = "functional-red-black-tree"; 3223 - packageName = "functional-red-black-tree"; 3224 - version = "1.0.1"; 3225 - src = fetchurl { 3226 - url = "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz"; 3227 - sha512 = "dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g=="; 3228 - }; 3229 - }; 3230 "gauge-2.7.4" = { 3231 name = "gauge"; 3232 packageName = "gauge"; ··· 3344 sha512 = "bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog=="; 3345 }; 3346 }; 3347 "globby-11.1.0" = { 3348 name = "globby"; 3349 packageName = "globby"; ··· 3479 sha512 = "B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw=="; 3480 }; 3481 }; 3482 - "humanize-duration-3.27.2" = { 3483 name = "humanize-duration"; 3484 packageName = "humanize-duration"; 3485 - version = "3.27.2"; 3486 src = fetchurl { 3487 - url = "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.27.2.tgz"; 3488 - sha512 = "A15OmA3FLFRnehvF4ZMocsxTZYvHq4ze7L+AgR1DeHw0xC9vMd4euInY83uqGU9/XXKNnVIEeKc1R8G8nKqtzg=="; 3489 }; 3490 }; 3491 "ieee754-1.2.1" = { ··· 3731 sha512 = "nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w=="; 3732 }; 3733 }; 3734 - "jest-28.1.3" = { 3735 name = "jest"; 3736 packageName = "jest"; 3737 - version = "28.1.3"; 3738 src = fetchurl { 3739 - url = "https://registry.npmjs.org/jest/-/jest-28.1.3.tgz"; 3740 - sha512 = "N4GT5on8UkZgH0O5LUavMRV1EDEhNTL0KEfRmDIeZHSV7p2XgLoY9t9VDUgL6o+yfdgYHVxuz81G8oB9VG5uyA=="; 3741 }; 3742 }; 3743 - "jest-changed-files-28.1.3" = { 3744 name = "jest-changed-files"; 3745 packageName = "jest-changed-files"; 3746 - version = "28.1.3"; 3747 src = fetchurl { 3748 - url = "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-28.1.3.tgz"; 3749 - sha512 = "esaOfUWJXk2nfZt9SPyC8gA1kNfdKLkQWyzsMlqq8msYSlNKfmZxfRgZn4Cd4MGVUF+7v6dBs0d5TOAKa7iIiA=="; 3750 }; 3751 }; 3752 - "jest-circus-28.1.3" = { 3753 name = "jest-circus"; 3754 packageName = "jest-circus"; 3755 - version = "28.1.3"; 3756 src = fetchurl { 3757 - url = "https://registry.npmjs.org/jest-circus/-/jest-circus-28.1.3.tgz"; 3758 - sha512 = "cZ+eS5zc79MBwt+IhQhiEp0OeBddpc1n8MBo1nMB8A7oPMKEO+Sre+wHaLJexQUj9Ya/8NOBY0RESUgYjB6fow=="; 3759 }; 3760 }; 3761 - "jest-cli-28.1.3" = { 3762 name = "jest-cli"; 3763 packageName = "jest-cli"; 3764 - version = "28.1.3"; 3765 src = fetchurl { 3766 - url = "https://registry.npmjs.org/jest-cli/-/jest-cli-28.1.3.tgz"; 3767 - sha512 = "roY3kvrv57Azn1yPgdTebPAXvdR2xfezaKKYzVxZ6It/5NCxzJym6tUI5P1zkdWhfUYkxEI9uZWcQdaFLo8mJQ=="; 3768 }; 3769 }; 3770 - "jest-config-28.1.3" = { 3771 name = "jest-config"; 3772 packageName = "jest-config"; 3773 - version = "28.1.3"; 3774 src = fetchurl { 3775 - url = "https://registry.npmjs.org/jest-config/-/jest-config-28.1.3.tgz"; 3776 - sha512 = "MG3INjByJ0J4AsNBm7T3hsuxKQqFIiRo/AUqb1q9LRKI5UU6Aar9JHbr9Ivn1TVwfUD9KirRoM/T6u8XlcQPHQ=="; 3777 }; 3778 }; 3779 - "jest-diff-28.1.3" = { 3780 name = "jest-diff"; 3781 packageName = "jest-diff"; 3782 - version = "28.1.3"; 3783 src = fetchurl { 3784 - url = "https://registry.npmjs.org/jest-diff/-/jest-diff-28.1.3.tgz"; 3785 - sha512 = "8RqP1B/OXzjjTWkqMX67iqgwBVJRgCyKD3L9nq+6ZqJMdvjE8RgHktqZ6jNrkdMT+dJuYNI3rhQpxaz7drJHfw=="; 3786 }; 3787 }; 3788 - "jest-docblock-28.1.1" = { 3789 name = "jest-docblock"; 3790 packageName = "jest-docblock"; 3791 - version = "28.1.1"; 3792 src = fetchurl { 3793 - url = "https://registry.npmjs.org/jest-docblock/-/jest-docblock-28.1.1.tgz"; 3794 - sha512 = "3wayBVNiOYx0cwAbl9rwm5kKFP8yHH3d/fkEaL02NPTkDojPtheGB7HZSFY4wzX+DxyrvhXz0KSCVksmCknCuA=="; 3795 }; 3796 }; 3797 - "jest-each-28.1.3" = { 3798 name = "jest-each"; 3799 packageName = "jest-each"; 3800 - version = "28.1.3"; 3801 src = fetchurl { 3802 - url = "https://registry.npmjs.org/jest-each/-/jest-each-28.1.3.tgz"; 3803 - sha512 = "arT1z4sg2yABU5uogObVPvSlSMQlDA48owx07BDPAiasW0yYpYHYOo4HHLz9q0BVzDVU4hILFjzJw0So9aCL/g=="; 3804 }; 3805 }; 3806 - "jest-environment-node-28.1.3" = { 3807 name = "jest-environment-node"; 3808 packageName = "jest-environment-node"; 3809 - version = "28.1.3"; 3810 src = fetchurl { 3811 - url = "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-28.1.3.tgz"; 3812 - sha512 = "ugP6XOhEpjAEhGYvp5Xj989ns5cB1K6ZdjBYuS30umT4CQEETaxSiPcZ/E1kFktX4GkrcM4qu07IIlDYX1gp+A=="; 3813 }; 3814 }; 3815 - "jest-get-type-28.0.2" = { 3816 name = "jest-get-type"; 3817 packageName = "jest-get-type"; 3818 - version = "28.0.2"; 3819 src = fetchurl { 3820 - url = "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz"; 3821 - sha512 = "ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA=="; 3822 }; 3823 }; 3824 - "jest-haste-map-28.1.3" = { 3825 name = "jest-haste-map"; 3826 packageName = "jest-haste-map"; 3827 - version = "28.1.3"; 3828 src = fetchurl { 3829 - url = "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-28.1.3.tgz"; 3830 - sha512 = "3S+RQWDXccXDKSWnkHa/dPwt+2qwA8CJzR61w3FoYCvoo3Pn8tvGcysmMF0Bj0EX5RYvAI2EIvC57OmotfdtKA=="; 3831 }; 3832 }; 3833 - "jest-leak-detector-28.1.3" = { 3834 name = "jest-leak-detector"; 3835 packageName = "jest-leak-detector"; 3836 - version = "28.1.3"; 3837 src = fetchurl { 3838 - url = "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-28.1.3.tgz"; 3839 - sha512 = "WFVJhnQsiKtDEo5lG2mM0v40QWnBM+zMdHHyJs8AWZ7J0QZJS59MsyKeJHWhpBZBH32S48FOVvGyOFT1h0DlqA=="; 3840 }; 3841 }; 3842 - "jest-matcher-utils-28.1.3" = { 3843 name = "jest-matcher-utils"; 3844 packageName = "jest-matcher-utils"; 3845 - version = "28.1.3"; 3846 src = fetchurl { 3847 - url = "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-28.1.3.tgz"; 3848 - sha512 = "kQeJ7qHemKfbzKoGjHHrRKH6atgxMk8Enkk2iPQ3XwO6oE/KYD8lMYOziCkeSB9G4adPM4nR1DE8Tf5JeWH6Bw=="; 3849 }; 3850 }; 3851 - "jest-message-util-28.1.3" = { 3852 name = "jest-message-util"; 3853 packageName = "jest-message-util"; 3854 - version = "28.1.3"; 3855 src = fetchurl { 3856 - url = "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz"; 3857 - sha512 = "PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g=="; 3858 }; 3859 }; 3860 - "jest-mock-28.1.3" = { 3861 name = "jest-mock"; 3862 packageName = "jest-mock"; 3863 - version = "28.1.3"; 3864 src = fetchurl { 3865 - url = "https://registry.npmjs.org/jest-mock/-/jest-mock-28.1.3.tgz"; 3866 - sha512 = "o3J2jr6dMMWYVH4Lh/NKmDXdosrsJgi4AviS8oXLujcjpCMBb1FMsblDnOXKZKfSiHLxYub1eS0IHuRXsio9eA=="; 3867 }; 3868 }; 3869 "jest-pnp-resolver-1.2.2" = { ··· 3875 sha512 = "olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w=="; 3876 }; 3877 }; 3878 - "jest-regex-util-28.0.2" = { 3879 name = "jest-regex-util"; 3880 packageName = "jest-regex-util"; 3881 - version = "28.0.2"; 3882 src = fetchurl { 3883 - url = "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz"; 3884 - sha512 = "4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw=="; 3885 }; 3886 }; 3887 - "jest-resolve-28.1.3" = { 3888 name = "jest-resolve"; 3889 packageName = "jest-resolve"; 3890 - version = "28.1.3"; 3891 src = fetchurl { 3892 - url = "https://registry.npmjs.org/jest-resolve/-/jest-resolve-28.1.3.tgz"; 3893 - sha512 = "Z1W3tTjE6QaNI90qo/BJpfnvpxtaFTFw5CDgwpyE/Kz8U/06N1Hjf4ia9quUhCh39qIGWF1ZuxFiBiJQwSEYKQ=="; 3894 }; 3895 }; 3896 - "jest-resolve-dependencies-28.1.3" = { 3897 name = "jest-resolve-dependencies"; 3898 packageName = "jest-resolve-dependencies"; 3899 - version = "28.1.3"; 3900 src = fetchurl { 3901 - url = "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-28.1.3.tgz"; 3902 - sha512 = "qa0QO2Q0XzQoNPouMbCc7Bvtsem8eQgVPNkwn9LnS+R2n8DaVDPL/U1gngC0LTl1RYXJU0uJa2BMC2DbTfFrHA=="; 3903 }; 3904 }; 3905 - "jest-runner-28.1.3" = { 3906 name = "jest-runner"; 3907 packageName = "jest-runner"; 3908 - version = "28.1.3"; 3909 src = fetchurl { 3910 - url = "https://registry.npmjs.org/jest-runner/-/jest-runner-28.1.3.tgz"; 3911 - sha512 = "GkMw4D/0USd62OVO0oEgjn23TM+YJa2U2Wu5zz9xsQB1MxWKDOlrnykPxnMsN0tnJllfLPinHTka61u0QhaxBA=="; 3912 }; 3913 }; 3914 - "jest-runtime-28.1.3" = { 3915 name = "jest-runtime"; 3916 packageName = "jest-runtime"; 3917 - version = "28.1.3"; 3918 src = fetchurl { 3919 - url = "https://registry.npmjs.org/jest-runtime/-/jest-runtime-28.1.3.tgz"; 3920 - sha512 = "NU+881ScBQQLc1JHG5eJGU7Ui3kLKrmwCPPtYsJtBykixrM2OhVQlpMmFWJjMyDfdkGgBMNjXCGB/ebzsgNGQw=="; 3921 }; 3922 }; 3923 - "jest-snapshot-28.1.3" = { 3924 name = "jest-snapshot"; 3925 packageName = "jest-snapshot"; 3926 - version = "28.1.3"; 3927 src = fetchurl { 3928 - url = "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-28.1.3.tgz"; 3929 - sha512 = "4lzMgtiNlc3DU/8lZfmqxN3AYD6GGLbl+72rdBpXvcV+whX7mDrREzkPdp2RnmfIiWBg1YbuFSkXduF2JcafJg=="; 3930 }; 3931 }; 3932 - "jest-util-28.1.3" = { 3933 name = "jest-util"; 3934 packageName = "jest-util"; 3935 - version = "28.1.3"; 3936 src = fetchurl { 3937 - url = "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz"; 3938 - sha512 = "XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ=="; 3939 }; 3940 }; 3941 - "jest-validate-28.1.3" = { 3942 name = "jest-validate"; 3943 packageName = "jest-validate"; 3944 - version = "28.1.3"; 3945 src = fetchurl { 3946 - url = "https://registry.npmjs.org/jest-validate/-/jest-validate-28.1.3.tgz"; 3947 - sha512 = "SZbOGBWEsaTxBGCOpsRWlXlvNkvTkY0XxRfh7zYmvd8uL5Qzyg0CHAXiXKROflh801quA6+/DsT4ODDthOC/OA=="; 3948 }; 3949 }; 3950 - "jest-watcher-28.1.3" = { 3951 name = "jest-watcher"; 3952 packageName = "jest-watcher"; 3953 - version = "28.1.3"; 3954 src = fetchurl { 3955 - url = "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz"; 3956 - sha512 = "t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g=="; 3957 }; 3958 }; 3959 - "jest-worker-28.1.3" = { 3960 name = "jest-worker"; 3961 packageName = "jest-worker"; 3962 - version = "28.1.3"; 3963 src = fetchurl { 3964 - url = "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz"; 3965 - sha512 = "CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g=="; 3966 }; 3967 }; 3968 "js-sdsl-2.1.4" = { ··· 3972 src = fetchurl { 3973 url = "https://registry.npmjs.org/js-sdsl/-/js-sdsl-2.1.4.tgz"; 3974 sha512 = "/Ew+CJWHNddr7sjwgxaVeIORIH4AMVC9dy0hPf540ZGMVgS9d3ajwuVdyhDt6/QUvT8ATjR3yuYBKsS79F+H4A=="; 3975 }; 3976 }; 3977 "js-tokens-4.0.0" = { ··· 4802 sha512 = "vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g=="; 4803 }; 4804 }; 4805 - "pretty-format-28.1.3" = { 4806 name = "pretty-format"; 4807 packageName = "pretty-format"; 4808 - version = "28.1.3"; 4809 src = fetchurl { 4810 - url = "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz"; 4811 - sha512 = "8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q=="; 4812 }; 4813 }; 4814 "process-nextick-args-2.0.1" = { ··· 5207 sha512 = "b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="; 5208 }; 5209 }; 5210 - "semver-7.0.0" = { 5211 - name = "semver"; 5212 - packageName = "semver"; 5213 - version = "7.0.0"; 5214 - src = fetchurl { 5215 - url = "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz"; 5216 - sha512 = "+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A=="; 5217 - }; 5218 - }; 5219 "semver-7.3.7" = { 5220 name = "semver"; 5221 packageName = "semver"; ··· 5567 sha512 = "MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q=="; 5568 }; 5569 }; 5570 - "supports-hyperlinks-2.2.0" = { 5571 name = "supports-hyperlinks"; 5572 packageName = "supports-hyperlinks"; 5573 - version = "2.2.0"; 5574 src = fetchurl { 5575 - url = "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz"; 5576 - sha512 = "6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ=="; 5577 }; 5578 }; 5579 "supports-preserve-symlinks-flag-1.0.0" = { ··· 5792 sha1 = "867ac74e3864187b1d3d47d996a78ec5c8830777"; 5793 }; 5794 }; 5795 - "typescript-4.7.4" = { 5796 name = "typescript"; 5797 packageName = "typescript"; 5798 - version = "4.7.4"; 5799 src = fetchurl { 5800 - url = "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz"; 5801 - sha512 = "C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ=="; 5802 }; 5803 }; 5804 "uncontrollable-7.2.1" = { ··· 5891 sha1 = "450d4dc9fa70de732762fbd2d4a28981419a0ccf"; 5892 }; 5893 }; 5894 - "v8-compile-cache-2.3.0" = { 5895 - name = "v8-compile-cache"; 5896 - packageName = "v8-compile-cache"; 5897 - version = "2.3.0"; 5898 - src = fetchurl { 5899 - url = "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz"; 5900 - sha512 = "l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA=="; 5901 - }; 5902 - }; 5903 "v8-to-istanbul-9.0.1" = { 5904 name = "v8-to-istanbul"; 5905 packageName = "v8-to-istanbul"; ··· 5990 sha512 = "eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg=="; 5991 }; 5992 }; 5993 - "winston-3.8.1" = { 5994 name = "winston"; 5995 packageName = "winston"; 5996 - version = "3.8.1"; 5997 src = fetchurl { 5998 - url = "https://registry.npmjs.org/winston/-/winston-3.8.1.tgz"; 5999 - sha512 = "r+6YAiCR4uI3N8eQNOg8k3P3PqwAm20cLKlzVD9E66Ch39+LZC+VH1UKf9JemQj2B3QoUHfKD7Poewn0Pr3Y1w=="; 6000 }; 6001 }; 6002 "winston-syslog-2.6.0" = { ··· 6044 sha1 = "b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"; 6045 }; 6046 }; 6047 - "write-file-atomic-4.0.1" = { 6048 name = "write-file-atomic"; 6049 packageName = "write-file-atomic"; 6050 - version = "4.0.1"; 6051 src = fetchurl { 6052 - url = "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.1.tgz"; 6053 - sha512 = "nSKUxgAbyioruk6hU87QzVbY279oYT6uiwgDoujth2ju4mJ+TZau7SQBhtbTmUyuNYTuXnSyRn66FV0+eCgcrQ=="; 6054 }; 6055 }; 6056 "ws-7.5.8" = { ··· 6062 sha512 = "ri1Id1WinAX5Jqn9HejiGb8crfRio0Qgu8+MtL36rlTA6RLsMdWt1Az/19A2Qij6uSHUMphEFaTKa4WG+UNHNw=="; 6063 }; 6064 }; 6065 - "ws-8.8.1" = { 6066 name = "ws"; 6067 packageName = "ws"; 6068 - version = "8.8.1"; 6069 src = fetchurl { 6070 - url = "https://registry.npmjs.org/ws/-/ws-8.8.1.tgz"; 6071 - sha512 = "bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA=="; 6072 }; 6073 }; 6074 "xtend-4.0.2" = { ··· 6107 sha512 = "t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA=="; 6108 }; 6109 }; 6110 - "yargs-parser-21.0.1" = { 6111 name = "yargs-parser"; 6112 packageName = "yargs-parser"; 6113 - version = "21.0.1"; 6114 src = fetchurl { 6115 - url = "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.0.1.tgz"; 6116 - sha512 = "9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg=="; 6117 }; 6118 }; 6119 "yocto-queue-0.1.0" = { ··· 6125 sha512 = "rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="; 6126 }; 6127 }; 6128 - "zigbee-herdsman-0.14.53" = { 6129 name = "zigbee-herdsman"; 6130 packageName = "zigbee-herdsman"; 6131 - version = "0.14.53"; 6132 src = fetchurl { 6133 - url = "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.53.tgz"; 6134 - sha512 = "D4jmeqI9UzACMamssVSv9qeBNt5KeHXDAdGPFlcf1baFznvOmP4NMzTW7kElH/49mNtV0VWlvxgb2+vE0zt2TQ=="; 6135 }; 6136 }; 6137 - "zigbee-herdsman-converters-14.0.610" = { 6138 name = "zigbee-herdsman-converters"; 6139 packageName = "zigbee-herdsman-converters"; 6140 - version = "14.0.610"; 6141 src = fetchurl { 6142 - url = "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-14.0.610.tgz"; 6143 - sha512 = "EjJtICW/z5D1FLV0BJOFeo2P8MzxyuvqZuqilsJT0IBp3xsyvZHEc67AyB3Y1y/dRg7QvkQ+zu/priQJ0AMXPg=="; 6144 }; 6145 }; 6146 - "zigbee2mqtt-frontend-0.6.110" = { 6147 name = "zigbee2mqtt-frontend"; 6148 packageName = "zigbee2mqtt-frontend"; 6149 - version = "0.6.110"; 6150 src = fetchurl { 6151 - url = "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.110.tgz"; 6152 - sha512 = "OszWm6XUviOLBtuXmMVHvEz/WwxjQGFVNdB2bRs8Km/421EmlSrng/BRrP1xlyqHB+zevGt3bDqGb2Rj/GhknQ=="; 6153 }; 6154 }; 6155 }; 6156 args = { 6157 name = "zigbee2mqtt"; 6158 packageName = "zigbee2mqtt"; 6159 - version = "1.27.2"; 6160 src = ./.; 6161 dependencies = [ 6162 sources."@ampproject/remapping-2.2.0" 6163 sources."@babel/code-frame-7.18.6" 6164 - sources."@babel/compat-data-7.18.8" 6165 - (sources."@babel/core-7.18.10" // { 6166 dependencies = [ 6167 sources."semver-6.3.0" 6168 ]; 6169 }) 6170 - (sources."@babel/generator-7.18.12" // { 6171 dependencies = [ 6172 sources."@jridgewell/gen-mapping-0.3.2" 6173 ]; 6174 }) 6175 sources."@babel/helper-annotate-as-pure-7.18.6" 6176 sources."@babel/helper-builder-binary-assignment-operator-visitor-7.18.6" 6177 - (sources."@babel/helper-compilation-targets-7.18.9" // { 6178 dependencies = [ 6179 sources."semver-6.3.0" 6180 ]; 6181 }) 6182 - sources."@babel/helper-create-class-features-plugin-7.18.9" 6183 - sources."@babel/helper-create-regexp-features-plugin-7.18.6" 6184 - (sources."@babel/helper-define-polyfill-provider-0.3.2" // { 6185 dependencies = [ 6186 sources."semver-6.3.0" 6187 ]; 6188 }) 6189 sources."@babel/helper-environment-visitor-7.18.9" 6190 sources."@babel/helper-explode-assignable-expression-7.18.6" 6191 - sources."@babel/helper-function-name-7.18.9" 6192 sources."@babel/helper-hoist-variables-7.18.6" 6193 sources."@babel/helper-member-expression-to-functions-7.18.9" 6194 sources."@babel/helper-module-imports-7.18.6" 6195 - sources."@babel/helper-module-transforms-7.18.9" 6196 sources."@babel/helper-optimise-call-expression-7.18.6" 6197 - sources."@babel/helper-plugin-utils-7.18.9" 6198 sources."@babel/helper-remap-async-to-generator-7.18.9" 6199 - sources."@babel/helper-replace-supers-7.18.9" 6200 sources."@babel/helper-simple-access-7.18.6" 6201 sources."@babel/helper-skip-transparent-expression-wrappers-7.18.9" 6202 sources."@babel/helper-split-export-declaration-7.18.6" ··· 6204 sources."@babel/helper-validator-identifier-7.18.6" 6205 sources."@babel/helper-validator-option-7.18.6" 6206 sources."@babel/helper-wrap-function-7.18.11" 6207 - sources."@babel/helpers-7.18.9" 6208 sources."@babel/highlight-7.18.6" 6209 - sources."@babel/parser-7.18.11" 6210 sources."@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6" 6211 sources."@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.9" 6212 - sources."@babel/plugin-proposal-async-generator-functions-7.18.10" 6213 sources."@babel/plugin-proposal-class-properties-7.18.6" 6214 sources."@babel/plugin-proposal-class-static-block-7.18.6" 6215 - sources."@babel/plugin-proposal-decorators-7.18.10" 6216 sources."@babel/plugin-proposal-dynamic-import-7.18.6" 6217 sources."@babel/plugin-proposal-export-namespace-from-7.18.9" 6218 sources."@babel/plugin-proposal-json-strings-7.18.6" ··· 6229 sources."@babel/plugin-syntax-bigint-7.8.3" 6230 sources."@babel/plugin-syntax-class-properties-7.12.13" 6231 sources."@babel/plugin-syntax-class-static-block-7.14.5" 6232 - sources."@babel/plugin-syntax-decorators-7.18.6" 6233 sources."@babel/plugin-syntax-dynamic-import-7.8.3" 6234 sources."@babel/plugin-syntax-export-namespace-from-7.8.3" 6235 sources."@babel/plugin-syntax-import-assertions-7.18.6" 6236 sources."@babel/plugin-syntax-import-meta-7.10.4" 6237 sources."@babel/plugin-syntax-json-strings-7.8.3" 6238 sources."@babel/plugin-syntax-logical-assignment-operators-7.10.4" 6239 sources."@babel/plugin-syntax-nullish-coalescing-operator-7.8.3" 6240 sources."@babel/plugin-syntax-numeric-separator-7.10.4" ··· 6248 sources."@babel/plugin-transform-async-to-generator-7.18.6" 6249 sources."@babel/plugin-transform-block-scoped-functions-7.18.6" 6250 sources."@babel/plugin-transform-block-scoping-7.18.9" 6251 - sources."@babel/plugin-transform-classes-7.18.9" 6252 sources."@babel/plugin-transform-computed-properties-7.18.9" 6253 - sources."@babel/plugin-transform-destructuring-7.18.9" 6254 sources."@babel/plugin-transform-dotall-regex-7.18.6" 6255 sources."@babel/plugin-transform-duplicate-keys-7.18.9" 6256 sources."@babel/plugin-transform-exponentiation-operator-7.18.6" ··· 6260 sources."@babel/plugin-transform-member-expression-literals-7.18.6" 6261 sources."@babel/plugin-transform-modules-amd-7.18.6" 6262 sources."@babel/plugin-transform-modules-commonjs-7.18.6" 6263 - sources."@babel/plugin-transform-modules-systemjs-7.18.9" 6264 sources."@babel/plugin-transform-modules-umd-7.18.6" 6265 - sources."@babel/plugin-transform-named-capturing-groups-regex-7.18.6" 6266 sources."@babel/plugin-transform-new-target-7.18.6" 6267 sources."@babel/plugin-transform-object-super-7.18.6" 6268 sources."@babel/plugin-transform-parameters-7.18.8" ··· 6270 sources."@babel/plugin-transform-regenerator-7.18.6" 6271 sources."@babel/plugin-transform-reserved-words-7.18.6" 6272 sources."@babel/plugin-transform-shorthand-properties-7.18.6" 6273 - sources."@babel/plugin-transform-spread-7.18.9" 6274 sources."@babel/plugin-transform-sticky-regex-7.18.6" 6275 sources."@babel/plugin-transform-template-literals-7.18.9" 6276 sources."@babel/plugin-transform-typeof-symbol-7.18.9" 6277 sources."@babel/plugin-transform-typescript-7.18.6" 6278 sources."@babel/plugin-transform-unicode-escapes-7.18.10" 6279 sources."@babel/plugin-transform-unicode-regex-7.18.6" 6280 - (sources."@babel/preset-env-7.18.10" // { 6281 dependencies = [ 6282 sources."semver-6.3.0" 6283 ]; ··· 6286 sources."@babel/preset-typescript-7.18.6" 6287 sources."@babel/runtime-7.18.3" 6288 sources."@babel/template-7.18.10" 6289 - sources."@babel/traverse-7.18.11" 6290 - sources."@babel/types-7.18.10" 6291 sources."@bcoe/v8-coverage-0.2.3" 6292 sources."@colors/colors-1.5.0" 6293 sources."@dabh/diagnostics-2.0.3" 6294 - (sources."@eslint/eslintrc-1.3.0" // { 6295 dependencies = [ 6296 sources."ajv-6.12.6" 6297 - sources."globals-13.15.0" 6298 sources."json-schema-traverse-0.4.1" 6299 sources."type-fest-0.20.2" 6300 ]; 6301 }) 6302 - sources."@humanwhocodes/config-array-0.10.4" 6303 sources."@humanwhocodes/gitignore-to-minimatch-1.0.2" 6304 sources."@humanwhocodes/object-schema-1.2.1" 6305 (sources."@istanbuljs/load-nyc-config-1.1.0" // { 6306 dependencies = [ ··· 6309 ]; 6310 }) 6311 sources."@istanbuljs/schema-0.1.3" 6312 - (sources."@jest/console-28.1.3" // { 6313 dependencies = [ 6314 sources."ansi-styles-4.3.0" 6315 sources."chalk-4.1.2" ··· 6319 sources."supports-color-7.2.0" 6320 ]; 6321 }) 6322 - (sources."@jest/core-28.1.3" // { 6323 dependencies = [ 6324 sources."ansi-styles-4.3.0" 6325 sources."chalk-4.1.2" ··· 6329 sources."supports-color-7.2.0" 6330 ]; 6331 }) 6332 - sources."@jest/environment-28.1.3" 6333 - sources."@jest/expect-28.1.3" 6334 - sources."@jest/expect-utils-28.1.3" 6335 - sources."@jest/fake-timers-28.1.3" 6336 - sources."@jest/globals-28.1.3" 6337 - (sources."@jest/reporters-28.1.3" // { 6338 dependencies = [ 6339 sources."ansi-styles-4.3.0" 6340 sources."chalk-4.1.2" ··· 6344 sources."supports-color-7.2.0" 6345 ]; 6346 }) 6347 - sources."@jest/schemas-28.1.3" 6348 - sources."@jest/source-map-28.1.2" 6349 - sources."@jest/test-result-28.1.3" 6350 - sources."@jest/test-sequencer-28.1.3" 6351 - (sources."@jest/transform-28.1.3" // { 6352 dependencies = [ 6353 sources."ansi-styles-4.3.0" 6354 sources."chalk-4.1.2" ··· 6358 sources."supports-color-7.2.0" 6359 ]; 6360 }) 6361 - (sources."@jest/types-28.1.3" // { 6362 dependencies = [ 6363 sources."ansi-styles-4.3.0" 6364 sources."chalk-4.1.2" ··· 6372 sources."@jridgewell/resolve-uri-3.0.7" 6373 sources."@jridgewell/set-array-1.1.1" 6374 sources."@jridgewell/sourcemap-codec-1.4.13" 6375 - sources."@jridgewell/trace-mapping-0.3.13" 6376 sources."@nodelib/fs.scandir-2.1.5" 6377 sources."@nodelib/fs.stat-2.0.5" 6378 sources."@nodelib/fs.walk-1.2.8" ··· 6399 sources."@serialport/parser-ready-9.2.4" 6400 sources."@serialport/parser-regex-9.2.4" 6401 sources."@serialport/stream-9.2.4" 6402 - sources."@sinclair/typebox-0.24.20" 6403 sources."@sinonjs/commons-1.8.3" 6404 sources."@sinonjs/fake-timers-9.1.2" 6405 sources."@types/babel__core-7.1.19" 6406 sources."@types/babel__generator-7.6.4" 6407 sources."@types/babel__template-7.4.1" 6408 - sources."@types/babel__traverse-7.17.1" 6409 sources."@types/debounce-1.2.1" 6410 - sources."@types/finalhandler-1.1.1" 6411 sources."@types/glob-7.2.0" 6412 sources."@types/graceful-fs-4.1.5" 6413 sources."@types/humanize-duration-3.27.1" 6414 sources."@types/istanbul-lib-coverage-2.0.4" 6415 sources."@types/istanbul-lib-report-3.0.0" 6416 sources."@types/istanbul-reports-3.0.1" 6417 - sources."@types/jest-28.1.7" 6418 sources."@types/js-yaml-4.0.5" 6419 sources."@types/json-schema-7.0.11" 6420 sources."@types/minimatch-3.0.5" 6421 sources."@types/node-17.0.36" 6422 sources."@types/object-assign-deep-0.4.0" 6423 - sources."@types/prettier-2.6.3" 6424 sources."@types/prop-types-15.7.5" 6425 sources."@types/react-18.0.14" 6426 sources."@types/react-transition-group-4.4.4" ··· 6429 sources."@types/stack-utils-2.0.1" 6430 sources."@types/warning-3.0.0" 6431 sources."@types/ws-8.5.3" 6432 - sources."@types/yargs-17.0.10" 6433 sources."@types/yargs-parser-21.0.0" 6434 - sources."@typescript-eslint/eslint-plugin-5.33.1" 6435 - sources."@typescript-eslint/parser-5.33.1" 6436 - sources."@typescript-eslint/scope-manager-5.33.1" 6437 - sources."@typescript-eslint/type-utils-5.33.1" 6438 - sources."@typescript-eslint/types-5.33.1" 6439 - sources."@typescript-eslint/typescript-estree-5.33.1" 6440 - sources."@typescript-eslint/utils-5.33.1" 6441 - sources."@typescript-eslint/visitor-keys-5.33.1" 6442 sources."acorn-8.8.0" 6443 sources."acorn-jsx-5.3.2" 6444 sources."agent-base-6.0.2" ··· 6460 sources."async-3.2.3" 6461 sources."asynckit-0.4.0" 6462 sources."axios-0.27.2" 6463 - (sources."babel-jest-28.1.3" // { 6464 dependencies = [ 6465 sources."ansi-styles-4.3.0" 6466 sources."chalk-4.1.2" ··· 6472 }) 6473 sources."babel-plugin-dynamic-import-node-2.3.3" 6474 sources."babel-plugin-istanbul-6.1.1" 6475 - sources."babel-plugin-jest-hoist-28.1.3" 6476 - (sources."babel-plugin-polyfill-corejs2-0.3.2" // { 6477 dependencies = [ 6478 sources."semver-6.3.0" 6479 ]; 6480 }) 6481 - sources."babel-plugin-polyfill-corejs3-0.5.3" 6482 - sources."babel-plugin-polyfill-regenerator-0.4.0" 6483 sources."babel-preset-current-node-syntax-1.0.1" 6484 - sources."babel-preset-jest-28.1.3" 6485 sources."balanced-match-1.0.2" 6486 sources."base64-js-1.5.1" 6487 sources."bind-decorator-1.0.11" ··· 6531 }) 6532 sources."console-control-strings-1.1.0" 6533 sources."convert-source-map-1.8.0" 6534 - sources."core-js-3.24.1" 6535 - (sources."core-js-compat-3.24.1" // { 6536 - dependencies = [ 6537 - sources."semver-7.0.0" 6538 - ]; 6539 - }) 6540 sources."core-js-pure-3.23.1" 6541 sources."core-util-is-1.0.3" 6542 sources."cross-spawn-7.0.3" ··· 6557 sources."destroy-1.2.0" 6558 sources."detect-libc-2.0.1" 6559 sources."detect-newline-3.1.0" 6560 - sources."diff-sequences-28.1.1" 6561 sources."dir-glob-3.0.1" 6562 sources."doctrine-3.0.0" 6563 sources."dom-helpers-5.2.1" ··· 6573 sources."escalade-3.1.1" 6574 sources."escape-html-1.0.3" 6575 sources."escape-string-regexp-1.0.5" 6576 - (sources."eslint-8.22.0" // { 6577 dependencies = [ 6578 sources."ajv-6.12.6" 6579 sources."ansi-styles-4.3.0" ··· 6586 sources."find-up-5.0.0" 6587 sources."globals-13.15.0" 6588 sources."has-flag-4.0.0" 6589 sources."json-schema-traverse-0.4.1" 6590 sources."locate-path-6.0.0" 6591 sources."p-limit-3.1.0" ··· 6595 ]; 6596 }) 6597 sources."eslint-config-google-0.14.0" 6598 - sources."eslint-plugin-jest-26.8.5" 6599 sources."eslint-scope-5.1.1" 6600 (sources."eslint-utils-3.0.0" // { 6601 dependencies = [ ··· 6603 ]; 6604 }) 6605 sources."eslint-visitor-keys-3.3.0" 6606 - sources."espree-9.3.3" 6607 sources."esprima-4.0.1" 6608 (sources."esquery-1.4.0" // { 6609 dependencies = [ ··· 6621 sources."execa-5.1.1" 6622 sources."exit-0.1.2" 6623 sources."expand-template-2.0.3" 6624 - sources."expect-28.1.3" 6625 sources."fast-deep-equal-3.1.3" 6626 (sources."fast-glob-3.2.11" // { 6627 dependencies = [ ··· 6654 sources."fs.realpath-1.0.0" 6655 sources."fsevents-2.3.2" 6656 sources."function-bind-1.1.1" 6657 - sources."functional-red-black-tree-1.0.1" 6658 (sources."gauge-2.7.4" // { 6659 dependencies = [ 6660 sources."ansi-regex-2.1.1" ··· 6687 sources."http-errors-2.0.0" 6688 sources."https-proxy-agent-5.0.1" 6689 sources."human-signals-2.1.0" 6690 - sources."humanize-duration-3.27.2" 6691 sources."ieee754-1.2.1" 6692 sources."ignore-5.2.0" 6693 sources."immediate-3.0.6" ··· 6726 }) 6727 sources."istanbul-lib-source-maps-4.0.1" 6728 sources."istanbul-reports-3.1.5" 6729 - sources."jest-28.1.3" 6730 - (sources."jest-changed-files-28.1.3" // { 6731 dependencies = [ 6732 sources."p-limit-3.1.0" 6733 ]; 6734 }) 6735 - (sources."jest-circus-28.1.3" // { 6736 dependencies = [ 6737 sources."ansi-styles-4.3.0" 6738 sources."chalk-4.1.2" ··· 6743 sources."supports-color-7.2.0" 6744 ]; 6745 }) 6746 - (sources."jest-cli-28.1.3" // { 6747 dependencies = [ 6748 sources."ansi-styles-4.3.0" 6749 sources."chalk-4.1.2" ··· 6753 sources."supports-color-7.2.0" 6754 ]; 6755 }) 6756 - (sources."jest-config-28.1.3" // { 6757 dependencies = [ 6758 sources."ansi-styles-4.3.0" 6759 sources."chalk-4.1.2" ··· 6763 sources."supports-color-7.2.0" 6764 ]; 6765 }) 6766 - (sources."jest-diff-28.1.3" // { 6767 dependencies = [ 6768 sources."ansi-styles-4.3.0" 6769 sources."chalk-4.1.2" ··· 6773 sources."supports-color-7.2.0" 6774 ]; 6775 }) 6776 - sources."jest-docblock-28.1.1" 6777 - (sources."jest-each-28.1.3" // { 6778 dependencies = [ 6779 sources."ansi-styles-4.3.0" 6780 sources."chalk-4.1.2" ··· 6784 sources."supports-color-7.2.0" 6785 ]; 6786 }) 6787 - sources."jest-environment-node-28.1.3" 6788 - sources."jest-get-type-28.0.2" 6789 - sources."jest-haste-map-28.1.3" 6790 - sources."jest-leak-detector-28.1.3" 6791 - (sources."jest-matcher-utils-28.1.3" // { 6792 dependencies = [ 6793 sources."ansi-styles-4.3.0" 6794 sources."chalk-4.1.2" ··· 6798 sources."supports-color-7.2.0" 6799 ]; 6800 }) 6801 - (sources."jest-message-util-28.1.3" // { 6802 dependencies = [ 6803 sources."ansi-styles-4.3.0" 6804 sources."chalk-4.1.2" ··· 6808 sources."supports-color-7.2.0" 6809 ]; 6810 }) 6811 - sources."jest-mock-28.1.3" 6812 sources."jest-pnp-resolver-1.2.2" 6813 - sources."jest-regex-util-28.0.2" 6814 - (sources."jest-resolve-28.1.3" // { 6815 dependencies = [ 6816 sources."ansi-styles-4.3.0" 6817 sources."chalk-4.1.2" ··· 6821 sources."supports-color-7.2.0" 6822 ]; 6823 }) 6824 - sources."jest-resolve-dependencies-28.1.3" 6825 - (sources."jest-runner-28.1.3" // { 6826 dependencies = [ 6827 sources."ansi-styles-4.3.0" 6828 sources."chalk-4.1.2" ··· 6834 sources."supports-color-7.2.0" 6835 ]; 6836 }) 6837 - (sources."jest-runtime-28.1.3" // { 6838 dependencies = [ 6839 sources."ansi-styles-4.3.0" 6840 sources."chalk-4.1.2" ··· 6844 sources."supports-color-7.2.0" 6845 ]; 6846 }) 6847 - (sources."jest-snapshot-28.1.3" // { 6848 dependencies = [ 6849 sources."ansi-styles-4.3.0" 6850 sources."chalk-4.1.2" ··· 6854 sources."supports-color-7.2.0" 6855 ]; 6856 }) 6857 - (sources."jest-util-28.1.3" // { 6858 dependencies = [ 6859 sources."ansi-styles-4.3.0" 6860 sources."chalk-4.1.2" ··· 6864 sources."supports-color-7.2.0" 6865 ]; 6866 }) 6867 - (sources."jest-validate-28.1.3" // { 6868 dependencies = [ 6869 sources."ansi-styles-4.3.0" 6870 sources."camelcase-6.3.0" ··· 6875 sources."supports-color-7.2.0" 6876 ]; 6877 }) 6878 - (sources."jest-watcher-28.1.3" // { 6879 dependencies = [ 6880 sources."ansi-styles-4.3.0" 6881 sources."chalk-4.1.2" ··· 6885 sources."supports-color-7.2.0" 6886 ]; 6887 }) 6888 - (sources."jest-worker-28.1.3" // { 6889 dependencies = [ 6890 sources."has-flag-4.0.0" 6891 sources."supports-color-8.1.1" ··· 6988 sources."pkg-dir-4.2.0" 6989 sources."prebuild-install-7.1.0" 6990 sources."prelude-ls-1.2.1" 6991 - (sources."pretty-format-28.1.3" // { 6992 dependencies = [ 6993 sources."ansi-styles-5.2.0" 6994 ]; ··· 7101 sources."strip-final-newline-2.0.0" 7102 sources."strip-json-comments-3.1.1" 7103 sources."supports-color-5.5.0" 7104 - (sources."supports-hyperlinks-2.2.0" // { 7105 dependencies = [ 7106 sources."has-flag-4.0.0" 7107 sources."supports-color-7.2.0" ··· 7130 sources."type-detect-4.0.8" 7131 sources."type-fest-0.21.3" 7132 sources."typedarray-0.0.6" 7133 - sources."typescript-4.7.4" 7134 sources."uncontrollable-7.2.1" 7135 sources."unicode-canonical-property-names-ecmascript-2.0.0" 7136 sources."unicode-match-property-ecmascript-2.0.0" ··· 7141 sources."update-browserslist-db-1.0.5" 7142 sources."uri-js-4.4.1" 7143 sources."util-deprecate-1.0.2" 7144 - sources."v8-compile-cache-2.3.0" 7145 sources."v8-to-istanbul-9.0.1" 7146 sources."validate.io-array-1.0.6" 7147 sources."validate.io-function-1.0.2" ··· 7152 sources."warning-4.0.3" 7153 sources."which-2.0.2" 7154 sources."wide-align-1.1.5" 7155 - sources."winston-3.8.1" 7156 sources."winston-syslog-2.6.0" 7157 sources."winston-transport-4.5.0" 7158 sources."word-wrap-1.2.3" ··· 7164 ]; 7165 }) 7166 sources."wrappy-1.0.2" 7167 - sources."write-file-atomic-4.0.1" 7168 - sources."ws-8.8.1" 7169 sources."xtend-4.0.2" 7170 sources."y18n-5.0.8" 7171 sources."yallist-4.0.0" 7172 sources."yargs-17.5.1" 7173 - sources."yargs-parser-21.0.1" 7174 sources."yocto-queue-0.1.0" 7175 - sources."zigbee-herdsman-0.14.53" 7176 - sources."zigbee-herdsman-converters-14.0.610" 7177 - sources."zigbee2mqtt-frontend-0.6.110" 7178 ]; 7179 buildInputs = globalBuildInputs; 7180 meta = {
··· 22 sha512 = "TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q=="; 23 }; 24 }; 25 + "@babel/compat-data-7.19.1" = { 26 name = "_at_babel_slash_compat-data"; 27 packageName = "@babel/compat-data"; 28 + version = "7.19.1"; 29 src = fetchurl { 30 + url = "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.19.1.tgz"; 31 + sha512 = "72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg=="; 32 }; 33 }; 34 + "@babel/core-7.19.1" = { 35 name = "_at_babel_slash_core"; 36 packageName = "@babel/core"; 37 + version = "7.19.1"; 38 src = fetchurl { 39 + url = "https://registry.npmjs.org/@babel/core/-/core-7.19.1.tgz"; 40 + sha512 = "1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw=="; 41 }; 42 }; 43 + "@babel/generator-7.19.0" = { 44 name = "_at_babel_slash_generator"; 45 packageName = "@babel/generator"; 46 + version = "7.19.0"; 47 src = fetchurl { 48 + url = "https://registry.npmjs.org/@babel/generator/-/generator-7.19.0.tgz"; 49 + sha512 = "S1ahxf1gZ2dpoiFgA+ohK9DIpz50bJ0CWs7Zlzb54Z4sG8qmdIrGrVqmy1sAtTVRb+9CU6U8VqT9L0Zj7hxHVg=="; 50 }; 51 }; 52 "@babel/helper-annotate-as-pure-7.18.6" = { ··· 67 sha512 = "KT10c1oWEpmrIRYnthbzHgoOf6B+Xd6a5yhdbNtdhtG7aO1or5HViuf1TQR36xY/QprXA5nvxO6nAjhJ4y38jw=="; 68 }; 69 }; 70 + "@babel/helper-compilation-targets-7.19.1" = { 71 name = "_at_babel_slash_helper-compilation-targets"; 72 packageName = "@babel/helper-compilation-targets"; 73 + version = "7.19.1"; 74 src = fetchurl { 75 + url = "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.1.tgz"; 76 + sha512 = "LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg=="; 77 }; 78 }; 79 + "@babel/helper-create-class-features-plugin-7.19.0" = { 80 name = "_at_babel_slash_helper-create-class-features-plugin"; 81 packageName = "@babel/helper-create-class-features-plugin"; 82 + version = "7.19.0"; 83 src = fetchurl { 84 + url = "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.19.0.tgz"; 85 + sha512 = "NRz8DwF4jT3UfrmUoZjd0Uph9HQnP30t7Ash+weACcyNkiYTywpIjDBgReJMKgr+n86sn2nPVVmJ28Dm053Kqw=="; 86 }; 87 }; 88 + "@babel/helper-create-regexp-features-plugin-7.19.0" = { 89 name = "_at_babel_slash_helper-create-regexp-features-plugin"; 90 packageName = "@babel/helper-create-regexp-features-plugin"; 91 + version = "7.19.0"; 92 src = fetchurl { 93 + url = "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.19.0.tgz"; 94 + sha512 = "htnV+mHX32DF81amCDrwIDr8nrp1PTm+3wfBN9/v8QJOLEioOCOG7qNyq0nHeFiWbT3Eb7gsPwEmV64UCQ1jzw=="; 95 }; 96 }; 97 + "@babel/helper-define-polyfill-provider-0.3.3" = { 98 name = "_at_babel_slash_helper-define-polyfill-provider"; 99 packageName = "@babel/helper-define-polyfill-provider"; 100 + version = "0.3.3"; 101 src = fetchurl { 102 + url = "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz"; 103 + sha512 = "z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww=="; 104 }; 105 }; 106 "@babel/helper-environment-visitor-7.18.9" = { ··· 121 sha512 = "eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg=="; 122 }; 123 }; 124 + "@babel/helper-function-name-7.19.0" = { 125 name = "_at_babel_slash_helper-function-name"; 126 packageName = "@babel/helper-function-name"; 127 + version = "7.19.0"; 128 src = fetchurl { 129 + url = "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz"; 130 + sha512 = "WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w=="; 131 }; 132 }; 133 "@babel/helper-hoist-variables-7.18.6" = { ··· 157 sha512 = "0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA=="; 158 }; 159 }; 160 + "@babel/helper-module-transforms-7.19.0" = { 161 name = "_at_babel_slash_helper-module-transforms"; 162 packageName = "@babel/helper-module-transforms"; 163 + version = "7.19.0"; 164 src = fetchurl { 165 + url = "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.19.0.tgz"; 166 + sha512 = "3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ=="; 167 }; 168 }; 169 "@babel/helper-optimise-call-expression-7.18.6" = { ··· 175 sha512 = "HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA=="; 176 }; 177 }; 178 + "@babel/helper-plugin-utils-7.19.0" = { 179 name = "_at_babel_slash_helper-plugin-utils"; 180 packageName = "@babel/helper-plugin-utils"; 181 + version = "7.19.0"; 182 src = fetchurl { 183 + url = "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.19.0.tgz"; 184 + sha512 = "40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw=="; 185 }; 186 }; 187 "@babel/helper-remap-async-to-generator-7.18.9" = { ··· 193 sha512 = "dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA=="; 194 }; 195 }; 196 + "@babel/helper-replace-supers-7.19.1" = { 197 name = "_at_babel_slash_helper-replace-supers"; 198 packageName = "@babel/helper-replace-supers"; 199 + version = "7.19.1"; 200 src = fetchurl { 201 + url = "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.19.1.tgz"; 202 + sha512 = "T7ahH7wV0Hfs46SFh5Jz3s0B6+o8g3c+7TMxu7xKfmHikg7EAZ3I2Qk9LFhjxXq8sL7UkP5JflezNwoZa8WvWw=="; 203 }; 204 }; 205 "@babel/helper-simple-access-7.18.6" = { ··· 265 sha512 = "oBUlbv+rjZLh2Ks9SKi4aL7eKaAXBWleHzU89mP0G6BMUlRxSckk9tSIkgDGydhgFxHuGSlBQZfnaD47oBEB7w=="; 266 }; 267 }; 268 + "@babel/helpers-7.19.0" = { 269 name = "_at_babel_slash_helpers"; 270 packageName = "@babel/helpers"; 271 + version = "7.19.0"; 272 src = fetchurl { 273 + url = "https://registry.npmjs.org/@babel/helpers/-/helpers-7.19.0.tgz"; 274 + sha512 = "DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg=="; 275 }; 276 }; 277 "@babel/highlight-7.18.6" = { ··· 283 sha512 = "u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g=="; 284 }; 285 }; 286 + "@babel/parser-7.19.1" = { 287 name = "_at_babel_slash_parser"; 288 packageName = "@babel/parser"; 289 + version = "7.19.1"; 290 src = fetchurl { 291 + url = "https://registry.npmjs.org/@babel/parser/-/parser-7.19.1.tgz"; 292 + sha512 = "h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A=="; 293 }; 294 }; 295 "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6" = { ··· 310 sha512 = "AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg=="; 311 }; 312 }; 313 + "@babel/plugin-proposal-async-generator-functions-7.19.1" = { 314 name = "_at_babel_slash_plugin-proposal-async-generator-functions"; 315 packageName = "@babel/plugin-proposal-async-generator-functions"; 316 + version = "7.19.1"; 317 src = fetchurl { 318 + url = "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.19.1.tgz"; 319 + sha512 = "0yu8vNATgLy4ivqMNBIwb1HebCelqN7YX8SL3FDXORv/RqT0zEEWUCH4GH44JsSrvCu6GqnAdR5EBFAPeNBB4Q=="; 320 }; 321 }; 322 "@babel/plugin-proposal-class-properties-7.18.6" = { ··· 337 sha512 = "+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw=="; 338 }; 339 }; 340 + "@babel/plugin-proposal-decorators-7.19.1" = { 341 name = "_at_babel_slash_plugin-proposal-decorators"; 342 packageName = "@babel/plugin-proposal-decorators"; 343 + version = "7.19.1"; 344 src = fetchurl { 345 + url = "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.19.1.tgz"; 346 + sha512 = "LfIKNBBY7Q1OX5C4xAgRQffOg2OnhAo9fnbcOHgOC9Yytm2Sw+4XqHufRYU86tHomzepxtvuVaNO+3EVKR4ivw=="; 347 }; 348 }; 349 "@babel/plugin-proposal-dynamic-import-7.18.6" = { ··· 490 sha512 = "b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw=="; 491 }; 492 }; 493 + "@babel/plugin-syntax-decorators-7.19.0" = { 494 name = "_at_babel_slash_plugin-syntax-decorators"; 495 packageName = "@babel/plugin-syntax-decorators"; 496 + version = "7.19.0"; 497 src = fetchurl { 498 + url = "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.19.0.tgz"; 499 + sha512 = "xaBZUEDntt4faL1yN8oIFlhfXeQAWJW7CLKYsHTUqriCUbj8xOra8bfxxKGi/UwExPFBuPdH4XfHc9rGQhrVkQ=="; 500 }; 501 }; 502 "@babel/plugin-syntax-dynamic-import-7.8.3" = { ··· 542 src = fetchurl { 543 url = "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz"; 544 sha512 = "lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA=="; 545 + }; 546 + }; 547 + "@babel/plugin-syntax-jsx-7.18.6" = { 548 + name = "_at_babel_slash_plugin-syntax-jsx"; 549 + packageName = "@babel/plugin-syntax-jsx"; 550 + version = "7.18.6"; 551 + src = fetchurl { 552 + url = "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz"; 553 + sha512 = "6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q=="; 554 }; 555 }; 556 "@babel/plugin-syntax-logical-assignment-operators-7.10.4" = { ··· 670 sha512 = "5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw=="; 671 }; 672 }; 673 + "@babel/plugin-transform-classes-7.19.0" = { 674 name = "_at_babel_slash_plugin-transform-classes"; 675 packageName = "@babel/plugin-transform-classes"; 676 + version = "7.19.0"; 677 src = fetchurl { 678 + url = "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.19.0.tgz"; 679 + sha512 = "YfeEE9kCjqTS9IitkgfJuxjcEtLUHMqa8yUJ6zdz8vR7hKuo6mOy2C05P0F1tdMmDCeuyidKnlrw/iTppHcr2A=="; 680 }; 681 }; 682 "@babel/plugin-transform-computed-properties-7.18.9" = { ··· 688 sha512 = "+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw=="; 689 }; 690 }; 691 + "@babel/plugin-transform-destructuring-7.18.13" = { 692 name = "_at_babel_slash_plugin-transform-destructuring"; 693 packageName = "@babel/plugin-transform-destructuring"; 694 + version = "7.18.13"; 695 src = fetchurl { 696 + url = "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.13.tgz"; 697 + sha512 = "TodpQ29XekIsex2A+YJPj5ax2plkGa8YYY6mFjCohk/IG9IY42Rtuj1FuDeemfg2ipxIFLzPeA83SIBnlhSIow=="; 698 }; 699 }; 700 "@babel/plugin-transform-dotall-regex-7.18.6" = { ··· 778 sha512 = "Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q=="; 779 }; 780 }; 781 + "@babel/plugin-transform-modules-systemjs-7.19.0" = { 782 name = "_at_babel_slash_plugin-transform-modules-systemjs"; 783 packageName = "@babel/plugin-transform-modules-systemjs"; 784 + version = "7.19.0"; 785 src = fetchurl { 786 + url = "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.19.0.tgz"; 787 + sha512 = "x9aiR0WXAWmOWsqcsnrzGR+ieaTMVyGyffPVA7F8cXAGt/UxefYv6uSHZLkAFChN5M5Iy1+wjE+xJuPt22H39A=="; 788 }; 789 }; 790 "@babel/plugin-transform-modules-umd-7.18.6" = { ··· 796 sha512 = "dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ=="; 797 }; 798 }; 799 + "@babel/plugin-transform-named-capturing-groups-regex-7.19.1" = { 800 name = "_at_babel_slash_plugin-transform-named-capturing-groups-regex"; 801 packageName = "@babel/plugin-transform-named-capturing-groups-regex"; 802 + version = "7.19.1"; 803 src = fetchurl { 804 + url = "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.19.1.tgz"; 805 + sha512 = "oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw=="; 806 }; 807 }; 808 "@babel/plugin-transform-new-target-7.18.6" = { ··· 868 sha512 = "eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw=="; 869 }; 870 }; 871 + "@babel/plugin-transform-spread-7.19.0" = { 872 name = "_at_babel_slash_plugin-transform-spread"; 873 packageName = "@babel/plugin-transform-spread"; 874 + version = "7.19.0"; 875 src = fetchurl { 876 + url = "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.19.0.tgz"; 877 + sha512 = "RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w=="; 878 }; 879 }; 880 "@babel/plugin-transform-sticky-regex-7.18.6" = { ··· 931 sha512 = "gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA=="; 932 }; 933 }; 934 + "@babel/preset-env-7.19.1" = { 935 name = "_at_babel_slash_preset-env"; 936 packageName = "@babel/preset-env"; 937 + version = "7.19.1"; 938 src = fetchurl { 939 + url = "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.19.1.tgz"; 940 + sha512 = "c8B2c6D16Lp+Nt6HcD+nHl0VbPKVnNPTpszahuxJJnurfMtKeZ80A+qUv48Y7wqvS+dTFuLuaM9oYxyNHbCLWA=="; 941 }; 942 }; 943 "@babel/preset-modules-0.1.5" = { ··· 976 sha512 = "TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA=="; 977 }; 978 }; 979 + "@babel/traverse-7.19.1" = { 980 name = "_at_babel_slash_traverse"; 981 packageName = "@babel/traverse"; 982 + version = "7.19.1"; 983 src = fetchurl { 984 + url = "https://registry.npmjs.org/@babel/traverse/-/traverse-7.19.1.tgz"; 985 + sha512 = "0j/ZfZMxKukDaag2PtOPDbwuELqIar6lLskVPPJDjXMXjfLb1Obo/1yjxIGqqAJrmfaTIY3z2wFLAQ7qSkLsuA=="; 986 }; 987 }; 988 + "@babel/types-7.19.0" = { 989 name = "_at_babel_slash_types"; 990 packageName = "@babel/types"; 991 + version = "7.19.0"; 992 src = fetchurl { 993 + url = "https://registry.npmjs.org/@babel/types/-/types-7.19.0.tgz"; 994 + sha512 = "YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA=="; 995 }; 996 }; 997 "@bcoe/v8-coverage-0.2.3" = { ··· 1021 sha512 = "hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA=="; 1022 }; 1023 }; 1024 + "@eslint/eslintrc-1.3.2" = { 1025 name = "_at_eslint_slash_eslintrc"; 1026 packageName = "@eslint/eslintrc"; 1027 + version = "1.3.2"; 1028 src = fetchurl { 1029 + url = "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.2.tgz"; 1030 + sha512 = "AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ=="; 1031 }; 1032 }; 1033 + "@humanwhocodes/config-array-0.10.5" = { 1034 name = "_at_humanwhocodes_slash_config-array"; 1035 packageName = "@humanwhocodes/config-array"; 1036 + version = "0.10.5"; 1037 src = fetchurl { 1038 + url = "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.5.tgz"; 1039 + sha512 = "XVVDtp+dVvRxMoxSiSfasYaG02VEe1qH5cKgMQJWhol6HwzbcqoCMJi8dAGoYAO57jhUyhI6cWuRiTcRaDaYug=="; 1040 }; 1041 }; 1042 "@humanwhocodes/gitignore-to-minimatch-1.0.2" = { ··· 1046 src = fetchurl { 1047 url = "https://registry.npmjs.org/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz"; 1048 sha512 = "rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA=="; 1049 + }; 1050 + }; 1051 + "@humanwhocodes/module-importer-1.0.1" = { 1052 + name = "_at_humanwhocodes_slash_module-importer"; 1053 + packageName = "@humanwhocodes/module-importer"; 1054 + version = "1.0.1"; 1055 + src = fetchurl { 1056 + url = "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz"; 1057 + sha512 = "bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA=="; 1058 }; 1059 }; 1060 "@humanwhocodes/object-schema-1.2.1" = { ··· 1084 sha512 = "ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA=="; 1085 }; 1086 }; 1087 + "@jest/console-29.0.3" = { 1088 name = "_at_jest_slash_console"; 1089 packageName = "@jest/console"; 1090 + version = "29.0.3"; 1091 src = fetchurl { 1092 + url = "https://registry.npmjs.org/@jest/console/-/console-29.0.3.tgz"; 1093 + sha512 = "cGg0r+klVHSYnfE977S9wmpuQ9L+iYuYgL+5bPXiUlUynLLYunRxswEmhBzvrSKGof5AKiHuTTmUKAqRcDY9dg=="; 1094 }; 1095 }; 1096 + "@jest/core-29.0.3" = { 1097 name = "_at_jest_slash_core"; 1098 packageName = "@jest/core"; 1099 + version = "29.0.3"; 1100 src = fetchurl { 1101 + url = "https://registry.npmjs.org/@jest/core/-/core-29.0.3.tgz"; 1102 + sha512 = "1d0hLbOrM1qQE3eP3DtakeMbKTcXiXP3afWxqz103xPyddS2NhnNghS7MaXx1dcDt4/6p4nlhmeILo2ofgi8cQ=="; 1103 }; 1104 }; 1105 + "@jest/environment-29.0.3" = { 1106 name = "_at_jest_slash_environment"; 1107 packageName = "@jest/environment"; 1108 + version = "29.0.3"; 1109 src = fetchurl { 1110 + url = "https://registry.npmjs.org/@jest/environment/-/environment-29.0.3.tgz"; 1111 + sha512 = "iKl272NKxYNQNqXMQandAIwjhQaGw5uJfGXduu8dS9llHi8jV2ChWrtOAVPnMbaaoDhnI3wgUGNDvZgHeEJQCA=="; 1112 }; 1113 }; 1114 + "@jest/expect-29.0.3" = { 1115 name = "_at_jest_slash_expect"; 1116 packageName = "@jest/expect"; 1117 + version = "29.0.3"; 1118 src = fetchurl { 1119 + url = "https://registry.npmjs.org/@jest/expect/-/expect-29.0.3.tgz"; 1120 + sha512 = "6W7K+fsI23FQ01H/BWccPyDZFrnU9QlzDcKOjrNVU5L8yUORFAJJIpmyxWPW70+X624KUNqzZwPThPMX28aXEQ=="; 1121 }; 1122 }; 1123 + "@jest/expect-utils-29.0.3" = { 1124 name = "_at_jest_slash_expect-utils"; 1125 packageName = "@jest/expect-utils"; 1126 + version = "29.0.3"; 1127 src = fetchurl { 1128 + url = "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.0.3.tgz"; 1129 + sha512 = "i1xUkau7K/63MpdwiRqaxgZOjxYs4f0WMTGJnYwUKubsNRZSeQbLorS7+I4uXVF9KQ5r61BUPAUMZ7Lf66l64Q=="; 1130 }; 1131 }; 1132 + "@jest/fake-timers-29.0.3" = { 1133 name = "_at_jest_slash_fake-timers"; 1134 packageName = "@jest/fake-timers"; 1135 + version = "29.0.3"; 1136 src = fetchurl { 1137 + url = "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.0.3.tgz"; 1138 + sha512 = "tmbUIo03x0TdtcZCESQ0oQSakPCpo7+s6+9mU19dd71MptkP4zCwoeZqna23//pgbhtT1Wq02VmA9Z9cNtvtCQ=="; 1139 }; 1140 }; 1141 + "@jest/globals-29.0.3" = { 1142 name = "_at_jest_slash_globals"; 1143 packageName = "@jest/globals"; 1144 + version = "29.0.3"; 1145 src = fetchurl { 1146 + url = "https://registry.npmjs.org/@jest/globals/-/globals-29.0.3.tgz"; 1147 + sha512 = "YqGHT65rFY2siPIHHFjuCGUsbzRjdqkwbat+Of6DmYRg5shIXXrLdZoVE/+TJ9O1dsKsFmYhU58JvIbZRU1Z9w=="; 1148 }; 1149 }; 1150 + "@jest/reporters-29.0.3" = { 1151 name = "_at_jest_slash_reporters"; 1152 packageName = "@jest/reporters"; 1153 + version = "29.0.3"; 1154 src = fetchurl { 1155 + url = "https://registry.npmjs.org/@jest/reporters/-/reporters-29.0.3.tgz"; 1156 + sha512 = "3+QU3d4aiyOWfmk1obDerie4XNCaD5Xo1IlKNde2yGEi02WQD+ZQD0i5Hgqm1e73sMV7kw6pMlCnprtEwEVwxw=="; 1157 }; 1158 }; 1159 + "@jest/schemas-29.0.0" = { 1160 name = "_at_jest_slash_schemas"; 1161 packageName = "@jest/schemas"; 1162 + version = "29.0.0"; 1163 src = fetchurl { 1164 + url = "https://registry.npmjs.org/@jest/schemas/-/schemas-29.0.0.tgz"; 1165 + sha512 = "3Ab5HgYIIAnS0HjqJHQYZS+zXc4tUmTmBH3z83ajI6afXp8X3ZtdLX+nXx+I7LNkJD7uN9LAVhgnjDgZa2z0kA=="; 1166 }; 1167 }; 1168 + "@jest/source-map-29.0.0" = { 1169 name = "_at_jest_slash_source-map"; 1170 packageName = "@jest/source-map"; 1171 + version = "29.0.0"; 1172 src = fetchurl { 1173 + url = "https://registry.npmjs.org/@jest/source-map/-/source-map-29.0.0.tgz"; 1174 + sha512 = "nOr+0EM8GiHf34mq2GcJyz/gYFyLQ2INDhAylrZJ9mMWoW21mLBfZa0BUVPPMxVYrLjeiRe2Z7kWXOGnS0TFhQ=="; 1175 }; 1176 }; 1177 + "@jest/test-result-29.0.3" = { 1178 name = "_at_jest_slash_test-result"; 1179 packageName = "@jest/test-result"; 1180 + version = "29.0.3"; 1181 src = fetchurl { 1182 + url = "https://registry.npmjs.org/@jest/test-result/-/test-result-29.0.3.tgz"; 1183 + sha512 = "vViVnQjCgTmbhDKEonKJPtcFe9G/CJO4/Np4XwYJah+lF2oI7KKeRp8t1dFvv44wN2NdbDb/qC6pi++Vpp0Dlg=="; 1184 }; 1185 }; 1186 + "@jest/test-sequencer-29.0.3" = { 1187 name = "_at_jest_slash_test-sequencer"; 1188 packageName = "@jest/test-sequencer"; 1189 + version = "29.0.3"; 1190 src = fetchurl { 1191 + url = "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.0.3.tgz"; 1192 + sha512 = "Hf4+xYSWZdxTNnhDykr8JBs0yBN/nxOXyUQWfotBUqqy0LF9vzcFB0jm/EDNZCx587znLWTIgxcokW7WeZMobQ=="; 1193 }; 1194 }; 1195 + "@jest/transform-29.0.3" = { 1196 name = "_at_jest_slash_transform"; 1197 packageName = "@jest/transform"; 1198 + version = "29.0.3"; 1199 src = fetchurl { 1200 + url = "https://registry.npmjs.org/@jest/transform/-/transform-29.0.3.tgz"; 1201 + sha512 = "C5ihFTRYaGDbi/xbRQRdbo5ddGtI4VSpmL6AIcZxdhwLbXMa7PcXxxqyI91vGOFHnn5aVM3WYnYKCHEqmLVGzg=="; 1202 }; 1203 }; 1204 + "@jest/types-29.0.3" = { 1205 name = "_at_jest_slash_types"; 1206 packageName = "@jest/types"; 1207 + version = "29.0.3"; 1208 src = fetchurl { 1209 + url = "https://registry.npmjs.org/@jest/types/-/types-29.0.3.tgz"; 1210 + sha512 = "coBJmOQvurXjN1Hh5PzF7cmsod0zLIOXpP8KD161mqNlroMhLcwpODiEzi7ZsRl5Z/AIuxpeNm8DCl43F4kz8A=="; 1211 }; 1212 }; 1213 "@jridgewell/gen-mapping-0.1.1" = { ··· 1255 sha512 = "GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w=="; 1256 }; 1257 }; 1258 + "@jridgewell/trace-mapping-0.3.15" = { 1259 name = "_at_jridgewell_slash_trace-mapping"; 1260 packageName = "@jridgewell/trace-mapping"; 1261 + version = "0.3.15"; 1262 src = fetchurl { 1263 + url = "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.15.tgz"; 1264 + sha512 = "oWZNOULl+UbhsgB51uuZzglikfIKSUBO/M9W2OfEjn7cmqoAiCgmv9lyACTUacZwBz0ITnJ2NqjU8Tx0DHL88g=="; 1265 }; 1266 }; 1267 "@nodelib/fs.scandir-2.1.5" = { ··· 1445 sha512 = "bLye8Ub4vUFQGmkh8qEqehr7SE7EJs2yDs0h9jzuL5oKi+F34CFmWkEErO8GAOQ8YNn7p6b3GxUgs+0BrHHDZQ=="; 1446 }; 1447 }; 1448 + "@sinclair/typebox-0.24.34" = { 1449 name = "_at_sinclair_slash_typebox"; 1450 packageName = "@sinclair/typebox"; 1451 + version = "0.24.34"; 1452 src = fetchurl { 1453 + url = "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.34.tgz"; 1454 + sha512 = "x3ejWKw7rpy30Bvm6U0AQMOHdjqe2E3YJrBHlTxH0KFsp77bBa+MH324nJxtXZFpnTy/JW2h5HPYVm0vG2WPnw=="; 1455 }; 1456 }; 1457 "@sinonjs/commons-1.8.3" = { ··· 1499 sha512 = "azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g=="; 1500 }; 1501 }; 1502 + "@types/babel__traverse-7.18.1" = { 1503 name = "_at_types_slash_babel__traverse"; 1504 packageName = "@types/babel__traverse"; 1505 + version = "7.18.1"; 1506 src = fetchurl { 1507 + url = "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.18.1.tgz"; 1508 + sha512 = "FSdLaZh2UxaMuLp9lixWaHq/golWTRWOnRsAXzDTDSDOQLuZb1nsdCt6pJSPWSEQt2eFZ2YVk3oYhn+1kLMeMA=="; 1509 }; 1510 }; 1511 "@types/debounce-1.2.1" = { ··· 1517 sha512 = "epMsEE85fi4lfmJUH/89/iV/LI+F5CvNIvmgs5g5jYFPfhO2S/ae8WSsLOKWdwtoaZw9Q2IhJ4tQ5tFCcS/4HA=="; 1518 }; 1519 }; 1520 + "@types/finalhandler-1.2.0" = { 1521 name = "_at_types_slash_finalhandler"; 1522 packageName = "@types/finalhandler"; 1523 + version = "1.2.0"; 1524 src = fetchurl { 1525 + url = "https://registry.npmjs.org/@types/finalhandler/-/finalhandler-1.2.0.tgz"; 1526 + sha512 = "NgEZKOhxUSXkwNnWNaMXZaopQ5aFGPAYiEpEWIkQ6Dzc4iS0M1oQsvWne2t+ex9QZUAdTz/ZT4tOXJhWtP6mCw=="; 1527 }; 1528 }; 1529 "@types/glob-7.2.0" = { ··· 1580 sha512 = "c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw=="; 1581 }; 1582 }; 1583 + "@types/jest-29.0.3" = { 1584 name = "_at_types_slash_jest"; 1585 packageName = "@types/jest"; 1586 + version = "29.0.3"; 1587 src = fetchurl { 1588 + url = "https://registry.npmjs.org/@types/jest/-/jest-29.0.3.tgz"; 1589 + sha512 = "F6ukyCTwbfsEX5F2YmVYmM5TcTHy1q9P5rWlRbrk56KyMh3v9xRGUO3aa8+SkvMi0SHXtASJv1283enXimC0Og=="; 1590 }; 1591 }; 1592 "@types/js-yaml-4.0.5" = { ··· 1634 sha512 = "3D0F3rHRNDc8cQSXNzwF1jBrJi28Mdrhc10ZLlqbJWDPYRWTTWB9Tc8JoKrgBvLKioXoPoHT6Uzf3s2F7akCUg=="; 1635 }; 1636 }; 1637 + "@types/prettier-2.7.0" = { 1638 name = "_at_types_slash_prettier"; 1639 packageName = "@types/prettier"; 1640 + version = "2.7.0"; 1641 src = fetchurl { 1642 + url = "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.0.tgz"; 1643 + sha512 = "RI1L7N4JnW5gQw2spvL7Sllfuf1SaHdrZpCHiBlCXjIlufi1SMNnbu2teze3/QE67Fg2tBlH7W+mi4hVNk4p0A=="; 1644 }; 1645 }; 1646 "@types/prop-types-15.7.5" = { ··· 1715 sha512 = "6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w=="; 1716 }; 1717 }; 1718 + "@types/yargs-17.0.12" = { 1719 name = "_at_types_slash_yargs"; 1720 packageName = "@types/yargs"; 1721 + version = "17.0.12"; 1722 src = fetchurl { 1723 + url = "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.12.tgz"; 1724 + sha512 = "Nz4MPhecOFArtm81gFQvQqdV7XYCrWKx5uUt6GNHredFHn1i2mtWqXTON7EPXMtNi1qjtjEM/VCHDhcHsAMLXQ=="; 1725 }; 1726 }; 1727 "@types/yargs-parser-21.0.0" = { ··· 1733 sha512 = "iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA=="; 1734 }; 1735 }; 1736 + "@typescript-eslint/eslint-plugin-5.38.0" = { 1737 name = "_at_typescript-eslint_slash_eslint-plugin"; 1738 packageName = "@typescript-eslint/eslint-plugin"; 1739 + version = "5.38.0"; 1740 src = fetchurl { 1741 + url = "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz"; 1742 + sha512 = "GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ=="; 1743 }; 1744 }; 1745 + "@typescript-eslint/parser-5.38.0" = { 1746 name = "_at_typescript-eslint_slash_parser"; 1747 packageName = "@typescript-eslint/parser"; 1748 + version = "5.38.0"; 1749 src = fetchurl { 1750 + url = "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.38.0.tgz"; 1751 + sha512 = "/F63giJGLDr0ms1Cr8utDAxP2SPiglaD6V+pCOcG35P2jCqdfR7uuEhz1GIC3oy4hkUF8xA1XSXmd9hOh/a5EA=="; 1752 }; 1753 }; 1754 + "@typescript-eslint/scope-manager-5.38.0" = { 1755 name = "_at_typescript-eslint_slash_scope-manager"; 1756 packageName = "@typescript-eslint/scope-manager"; 1757 + version = "5.38.0"; 1758 src = fetchurl { 1759 + url = "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.38.0.tgz"; 1760 + sha512 = "ByhHIuNyKD9giwkkLqzezZ9y5bALW8VNY6xXcP+VxoH4JBDKjU5WNnsiD4HJdglHECdV+lyaxhvQjTUbRboiTA=="; 1761 }; 1762 }; 1763 + "@typescript-eslint/type-utils-5.38.0" = { 1764 name = "_at_typescript-eslint_slash_type-utils"; 1765 packageName = "@typescript-eslint/type-utils"; 1766 + version = "5.38.0"; 1767 src = fetchurl { 1768 + url = "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.38.0.tgz"; 1769 + sha512 = "iZq5USgybUcj/lfnbuelJ0j3K9dbs1I3RICAJY9NZZpDgBYXmuUlYQGzftpQA9wC8cKgtS6DASTvF3HrXwwozA=="; 1770 }; 1771 }; 1772 + "@typescript-eslint/types-5.38.0" = { 1773 name = "_at_typescript-eslint_slash_types"; 1774 packageName = "@typescript-eslint/types"; 1775 + version = "5.38.0"; 1776 src = fetchurl { 1777 + url = "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.38.0.tgz"; 1778 + sha512 = "HHu4yMjJ7i3Cb+8NUuRCdOGu2VMkfmKyIJsOr9PfkBVYLYrtMCK/Ap50Rpov+iKpxDTfnqvDbuPLgBE5FwUNfA=="; 1779 }; 1780 }; 1781 + "@typescript-eslint/typescript-estree-5.38.0" = { 1782 name = "_at_typescript-eslint_slash_typescript-estree"; 1783 packageName = "@typescript-eslint/typescript-estree"; 1784 + version = "5.38.0"; 1785 src = fetchurl { 1786 + url = "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.0.tgz"; 1787 + sha512 = "6P0RuphkR+UuV7Avv7MU3hFoWaGcrgOdi8eTe1NwhMp2/GjUJoODBTRWzlHpZh6lFOaPmSvgxGlROa0Sg5Zbyg=="; 1788 }; 1789 }; 1790 + "@typescript-eslint/utils-5.38.0" = { 1791 name = "_at_typescript-eslint_slash_utils"; 1792 packageName = "@typescript-eslint/utils"; 1793 + version = "5.38.0"; 1794 src = fetchurl { 1795 + url = "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.38.0.tgz"; 1796 + sha512 = "6sdeYaBgk9Fh7N2unEXGz+D+som2QCQGPAf1SxrkEr+Z32gMreQ0rparXTNGRRfYUWk/JzbGdcM8NSSd6oqnTA=="; 1797 }; 1798 }; 1799 + "@typescript-eslint/visitor-keys-5.38.0" = { 1800 name = "_at_typescript-eslint_slash_visitor-keys"; 1801 packageName = "@typescript-eslint/visitor-keys"; 1802 + version = "5.38.0"; 1803 src = fetchurl { 1804 + url = "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.0.tgz"; 1805 + sha512 = "MxnrdIyArnTi+XyFLR+kt/uNAcdOnmT+879os7qDRI+EYySR4crXJq9BXPfRzzLGq0wgxkwidrCJ9WCAoacm1w=="; 1806 }; 1807 }; 1808 "acorn-8.8.0" = { ··· 1994 sha512 = "t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ=="; 1995 }; 1996 }; 1997 + "babel-jest-29.0.3" = { 1998 name = "babel-jest"; 1999 packageName = "babel-jest"; 2000 + version = "29.0.3"; 2001 src = fetchurl { 2002 + url = "https://registry.npmjs.org/babel-jest/-/babel-jest-29.0.3.tgz"; 2003 + sha512 = "ApPyHSOhS/sVzwUOQIWJmdvDhBsMG01HX9z7ogtkp1TToHGGUWFlnXJUIzCgKPSfiYLn3ibipCYzsKSURHEwLg=="; 2004 }; 2005 }; 2006 "babel-plugin-dynamic-import-node-2.3.3" = { ··· 2021 sha512 = "Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA=="; 2022 }; 2023 }; 2024 + "babel-plugin-jest-hoist-29.0.2" = { 2025 name = "babel-plugin-jest-hoist"; 2026 packageName = "babel-plugin-jest-hoist"; 2027 + version = "29.0.2"; 2028 src = fetchurl { 2029 + url = "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.0.2.tgz"; 2030 + sha512 = "eBr2ynAEFjcebVvu8Ktx580BD1QKCrBG1XwEUTXJe285p9HA/4hOhfWCFRQhTKSyBV0VzjhG7H91Eifz9s29hg=="; 2031 }; 2032 }; 2033 + "babel-plugin-polyfill-corejs2-0.3.3" = { 2034 name = "babel-plugin-polyfill-corejs2"; 2035 packageName = "babel-plugin-polyfill-corejs2"; 2036 + version = "0.3.3"; 2037 src = fetchurl { 2038 + url = "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz"; 2039 + sha512 = "8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q=="; 2040 }; 2041 }; 2042 + "babel-plugin-polyfill-corejs3-0.6.0" = { 2043 name = "babel-plugin-polyfill-corejs3"; 2044 packageName = "babel-plugin-polyfill-corejs3"; 2045 + version = "0.6.0"; 2046 src = fetchurl { 2047 + url = "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz"; 2048 + sha512 = "+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA=="; 2049 }; 2050 }; 2051 + "babel-plugin-polyfill-regenerator-0.4.1" = { 2052 name = "babel-plugin-polyfill-regenerator"; 2053 packageName = "babel-plugin-polyfill-regenerator"; 2054 + version = "0.4.1"; 2055 src = fetchurl { 2056 + url = "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz"; 2057 + sha512 = "NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw=="; 2058 }; 2059 }; 2060 "babel-preset-current-node-syntax-1.0.1" = { ··· 2066 sha512 = "M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ=="; 2067 }; 2068 }; 2069 + "babel-preset-jest-29.0.2" = { 2070 name = "babel-preset-jest"; 2071 packageName = "babel-preset-jest"; 2072 + version = "29.0.2"; 2073 src = fetchurl { 2074 + url = "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.0.2.tgz"; 2075 + sha512 = "BeVXp7rH5TK96ofyEnHjznjLMQ2nAeDJ+QzxKnHAAMs0RgrQsCywjAN8m4mOm5Di0pxU//3AoEeJJrerMH5UeA=="; 2076 }; 2077 }; 2078 "balanced-match-1.0.2" = { ··· 2471 sha512 = "+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA=="; 2472 }; 2473 }; 2474 + "core-js-3.25.2" = { 2475 name = "core-js"; 2476 packageName = "core-js"; 2477 + version = "3.25.2"; 2478 src = fetchurl { 2479 + url = "https://registry.npmjs.org/core-js/-/core-js-3.25.2.tgz"; 2480 + sha512 = "YB4IAT1bjEfxTJ1XYy11hJAKskO+qmhuDBM8/guIfMz4JvdsAQAqvyb97zXX7JgSrfPLG5mRGFWJwJD39ruq2A=="; 2481 }; 2482 }; 2483 + "core-js-compat-3.25.1" = { 2484 name = "core-js-compat"; 2485 packageName = "core-js-compat"; 2486 + version = "3.25.1"; 2487 src = fetchurl { 2488 + url = "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.25.1.tgz"; 2489 + sha512 = "pOHS7O0i8Qt4zlPW/eIFjwp+NrTPx+wTL0ctgI2fHn31sZOq89rDsmtc/A2vAX7r6shl+bmVI+678He46jgBlw=="; 2490 }; 2491 }; 2492 "core-js-pure-3.23.1" = { ··· 2678 sha512 = "TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA=="; 2679 }; 2680 }; 2681 + "diff-sequences-29.0.0" = { 2682 name = "diff-sequences"; 2683 packageName = "diff-sequences"; 2684 + version = "29.0.0"; 2685 src = fetchurl { 2686 + url = "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.0.0.tgz"; 2687 + sha512 = "7Qe/zd1wxSDL4D/X/FPjOMB+ZMDt71W94KYaq05I2l0oQqgXgs7s4ftYYmV38gBSrPz2vcygxfs1xn0FT+rKNA=="; 2688 }; 2689 }; 2690 "dir-glob-3.0.1" = { ··· 2840 sha512 = "TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="; 2841 }; 2842 }; 2843 + "eslint-8.24.0" = { 2844 name = "eslint"; 2845 packageName = "eslint"; 2846 + version = "8.24.0"; 2847 src = fetchurl { 2848 + url = "https://registry.npmjs.org/eslint/-/eslint-8.24.0.tgz"; 2849 + sha512 = "dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ=="; 2850 }; 2851 }; 2852 "eslint-config-google-0.14.0" = { ··· 2858 sha512 = "WsbX4WbjuMvTdeVL6+J3rK1RGhCTqjsFjX7UMSMgZiyxxaNLkoJENbrGExzERFeoTpGw3F3FypTiWAP9ZXzkEw=="; 2859 }; 2860 }; 2861 + "eslint-plugin-jest-27.0.4" = { 2862 name = "eslint-plugin-jest"; 2863 packageName = "eslint-plugin-jest"; 2864 + version = "27.0.4"; 2865 src = fetchurl { 2866 + url = "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.0.4.tgz"; 2867 + sha512 = "BuvY78pHMpMJ6Cio7sKg6jrqEcnRYPUc4Nlihku4vKx3FjlmMINSX4vcYokZIe+8TKcyr1aI5Kq7vYwgJNdQSA=="; 2868 }; 2869 }; 2870 "eslint-scope-5.1.1" = { ··· 2912 sha512 = "mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA=="; 2913 }; 2914 }; 2915 + "espree-9.4.0" = { 2916 name = "espree"; 2917 packageName = "espree"; 2918 + version = "9.4.0"; 2919 src = fetchurl { 2920 + url = "https://registry.npmjs.org/espree/-/espree-9.4.0.tgz"; 2921 + sha512 = "DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw=="; 2922 }; 2923 }; 2924 "esprima-4.0.1" = { ··· 3011 sha512 = "XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg=="; 3012 }; 3013 }; 3014 + "expect-29.0.3" = { 3015 name = "expect"; 3016 packageName = "expect"; 3017 + version = "29.0.3"; 3018 src = fetchurl { 3019 + url = "https://registry.npmjs.org/expect/-/expect-29.0.3.tgz"; 3020 + sha512 = "t8l5DTws3212VbmPL+tBFXhjRHLmctHB0oQbL8eUc6S7NzZtYUhycrFO9mkxA0ZUC6FAWdNi7JchJSkODtcu1Q=="; 3021 }; 3022 }; 3023 "fast-deep-equal-3.1.3" = { ··· 3236 sha512 = "yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="; 3237 }; 3238 }; 3239 "gauge-2.7.4" = { 3240 name = "gauge"; 3241 packageName = "gauge"; ··· 3353 sha512 = "bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog=="; 3354 }; 3355 }; 3356 + "globals-13.17.0" = { 3357 + name = "globals"; 3358 + packageName = "globals"; 3359 + version = "13.17.0"; 3360 + src = fetchurl { 3361 + url = "https://registry.npmjs.org/globals/-/globals-13.17.0.tgz"; 3362 + sha512 = "1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw=="; 3363 + }; 3364 + }; 3365 "globby-11.1.0" = { 3366 name = "globby"; 3367 packageName = "globby"; ··· 3497 sha512 = "B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw=="; 3498 }; 3499 }; 3500 + "humanize-duration-3.27.3" = { 3501 name = "humanize-duration"; 3502 packageName = "humanize-duration"; 3503 + version = "3.27.3"; 3504 src = fetchurl { 3505 + url = "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.27.3.tgz"; 3506 + sha512 = "iimHkHPfIAQ8zCDQLgn08pRqSVioyWvnGfaQ8gond2wf7Jq2jJ+24ykmnRyiz3fIldcn4oUuQXpjqKLhSVR7lw=="; 3507 }; 3508 }; 3509 "ieee754-1.2.1" = { ··· 3749 sha512 = "nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w=="; 3750 }; 3751 }; 3752 + "jest-29.0.3" = { 3753 name = "jest"; 3754 packageName = "jest"; 3755 + version = "29.0.3"; 3756 src = fetchurl { 3757 + url = "https://registry.npmjs.org/jest/-/jest-29.0.3.tgz"; 3758 + sha512 = "ElgUtJBLgXM1E8L6K1RW1T96R897YY/3lRYqq9uVcPWtP2AAl/nQ16IYDh/FzQOOQ12VEuLdcPU83mbhG2C3PQ=="; 3759 }; 3760 }; 3761 + "jest-changed-files-29.0.0" = { 3762 name = "jest-changed-files"; 3763 packageName = "jest-changed-files"; 3764 + version = "29.0.0"; 3765 src = fetchurl { 3766 + url = "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.0.0.tgz"; 3767 + sha512 = "28/iDMDrUpGoCitTURuDqUzWQoWmOmOKOFST1mi2lwh62X4BFf6khgH3uSuo1e49X/UDjuApAj3w0wLOex4VPQ=="; 3768 }; 3769 }; 3770 + "jest-circus-29.0.3" = { 3771 name = "jest-circus"; 3772 packageName = "jest-circus"; 3773 + version = "29.0.3"; 3774 src = fetchurl { 3775 + url = "https://registry.npmjs.org/jest-circus/-/jest-circus-29.0.3.tgz"; 3776 + sha512 = "QeGzagC6Hw5pP+df1+aoF8+FBSgkPmraC1UdkeunWh0jmrp7wC0Hr6umdUAOELBQmxtKAOMNC3KAdjmCds92Zg=="; 3777 }; 3778 }; 3779 + "jest-cli-29.0.3" = { 3780 name = "jest-cli"; 3781 packageName = "jest-cli"; 3782 + version = "29.0.3"; 3783 src = fetchurl { 3784 + url = "https://registry.npmjs.org/jest-cli/-/jest-cli-29.0.3.tgz"; 3785 + sha512 = "aUy9Gd/Kut1z80eBzG10jAn6BgS3BoBbXyv+uXEqBJ8wnnuZ5RpNfARoskSrTIy1GY4a8f32YGuCMwibtkl9CQ=="; 3786 }; 3787 }; 3788 + "jest-config-29.0.3" = { 3789 name = "jest-config"; 3790 packageName = "jest-config"; 3791 + version = "29.0.3"; 3792 src = fetchurl { 3793 + url = "https://registry.npmjs.org/jest-config/-/jest-config-29.0.3.tgz"; 3794 + sha512 = "U5qkc82HHVYe3fNu2CRXLN4g761Na26rWKf7CjM8LlZB3In1jadEkZdMwsE37rd9RSPV0NfYaCjHdk/gu3v+Ew=="; 3795 }; 3796 }; 3797 + "jest-diff-29.0.3" = { 3798 name = "jest-diff"; 3799 packageName = "jest-diff"; 3800 + version = "29.0.3"; 3801 src = fetchurl { 3802 + url = "https://registry.npmjs.org/jest-diff/-/jest-diff-29.0.3.tgz"; 3803 + sha512 = "+X/AIF5G/vX9fWK+Db9bi9BQas7M9oBME7egU7psbn4jlszLFCu0dW63UgeE6cs/GANq4fLaT+8sGHQQ0eCUfg=="; 3804 }; 3805 }; 3806 + "jest-docblock-29.0.0" = { 3807 name = "jest-docblock"; 3808 packageName = "jest-docblock"; 3809 + version = "29.0.0"; 3810 src = fetchurl { 3811 + url = "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.0.0.tgz"; 3812 + sha512 = "s5Kpra/kLzbqu9dEjov30kj1n4tfu3e7Pl8v+f8jOkeWNqM6Ds8jRaJfZow3ducoQUrf2Z4rs2N5S3zXnb83gw=="; 3813 }; 3814 }; 3815 + "jest-each-29.0.3" = { 3816 name = "jest-each"; 3817 packageName = "jest-each"; 3818 + version = "29.0.3"; 3819 src = fetchurl { 3820 + url = "https://registry.npmjs.org/jest-each/-/jest-each-29.0.3.tgz"; 3821 + sha512 = "wILhZfESURHHBNvPMJ0lZlYZrvOQJxAo3wNHi+ycr90V7M+uGR9Gh4+4a/BmaZF0XTyZsk4OiYEf3GJN7Ltqzg=="; 3822 }; 3823 }; 3824 + "jest-environment-node-29.0.3" = { 3825 name = "jest-environment-node"; 3826 packageName = "jest-environment-node"; 3827 + version = "29.0.3"; 3828 src = fetchurl { 3829 + url = "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.0.3.tgz"; 3830 + sha512 = "cdZqRCnmIlTXC+9vtvmfiY/40Cj6s2T0czXuq1whvQdmpzAnj4sbqVYuZ4zFHk766xTTJ+Ij3uUqkk8KCfXoyg=="; 3831 }; 3832 }; 3833 + "jest-get-type-29.0.0" = { 3834 name = "jest-get-type"; 3835 packageName = "jest-get-type"; 3836 + version = "29.0.0"; 3837 src = fetchurl { 3838 + url = "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.0.0.tgz"; 3839 + sha512 = "83X19z/HuLKYXYHskZlBAShO7UfLFXu/vWajw9ZNJASN32li8yHMaVGAQqxFW1RCFOkB7cubaL6FaJVQqqJLSw=="; 3840 }; 3841 }; 3842 + "jest-haste-map-29.0.3" = { 3843 name = "jest-haste-map"; 3844 packageName = "jest-haste-map"; 3845 + version = "29.0.3"; 3846 src = fetchurl { 3847 + url = "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.0.3.tgz"; 3848 + sha512 = "uMqR99+GuBHo0RjRhOE4iA6LmsxEwRdgiIAQgMU/wdT2XebsLDz5obIwLZm/Psj+GwSEQhw9AfAVKGYbh2G55A=="; 3849 }; 3850 }; 3851 + "jest-leak-detector-29.0.3" = { 3852 name = "jest-leak-detector"; 3853 packageName = "jest-leak-detector"; 3854 + version = "29.0.3"; 3855 src = fetchurl { 3856 + url = "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.0.3.tgz"; 3857 + sha512 = "YfW/G63dAuiuQ3QmQlh8hnqLDe25WFY3eQhuc/Ev1AGmkw5zREblTh7TCSKLoheyggu6G9gxO2hY8p9o6xbaRQ=="; 3858 }; 3859 }; 3860 + "jest-matcher-utils-29.0.3" = { 3861 name = "jest-matcher-utils"; 3862 packageName = "jest-matcher-utils"; 3863 + version = "29.0.3"; 3864 src = fetchurl { 3865 + url = "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.0.3.tgz"; 3866 + sha512 = "RsR1+cZ6p1hDV4GSCQTg+9qjeotQCgkaleIKLK7dm+U4V/H2bWedU3RAtLm8+mANzZ7eDV33dMar4pejd7047w=="; 3867 }; 3868 }; 3869 + "jest-message-util-29.0.3" = { 3870 name = "jest-message-util"; 3871 packageName = "jest-message-util"; 3872 + version = "29.0.3"; 3873 src = fetchurl { 3874 + url = "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.0.3.tgz"; 3875 + sha512 = "7T8JiUTtDfppojosORAflABfLsLKMLkBHSWkjNQrjIltGoDzNGn7wEPOSfjqYAGTYME65esQzMJxGDjuLBKdOg=="; 3876 }; 3877 }; 3878 + "jest-mock-29.0.3" = { 3879 name = "jest-mock"; 3880 packageName = "jest-mock"; 3881 + version = "29.0.3"; 3882 src = fetchurl { 3883 + url = "https://registry.npmjs.org/jest-mock/-/jest-mock-29.0.3.tgz"; 3884 + sha512 = "ort9pYowltbcrCVR43wdlqfAiFJXBx8l4uJDsD8U72LgBcetvEp+Qxj1W9ZYgMRoeAo+ov5cnAGF2B6+Oth+ww=="; 3885 }; 3886 }; 3887 "jest-pnp-resolver-1.2.2" = { ··· 3893 sha512 = "olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w=="; 3894 }; 3895 }; 3896 + "jest-regex-util-29.0.0" = { 3897 name = "jest-regex-util"; 3898 packageName = "jest-regex-util"; 3899 + version = "29.0.0"; 3900 src = fetchurl { 3901 + url = "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.0.0.tgz"; 3902 + sha512 = "BV7VW7Sy0fInHWN93MMPtlClweYv2qrSCwfeFWmpribGZtQPWNvRSq9XOVgOEjU1iBGRKXUZil0o2AH7Iy9Lug=="; 3903 }; 3904 }; 3905 + "jest-resolve-29.0.3" = { 3906 name = "jest-resolve"; 3907 packageName = "jest-resolve"; 3908 + version = "29.0.3"; 3909 src = fetchurl { 3910 + url = "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.0.3.tgz"; 3911 + sha512 = "toVkia85Y/BPAjJasTC9zIPY6MmVXQPtrCk8SmiheC4MwVFE/CMFlOtMN6jrwPMC6TtNh8+sTMllasFeu1wMPg=="; 3912 }; 3913 }; 3914 + "jest-resolve-dependencies-29.0.3" = { 3915 name = "jest-resolve-dependencies"; 3916 packageName = "jest-resolve-dependencies"; 3917 + version = "29.0.3"; 3918 src = fetchurl { 3919 + url = "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.0.3.tgz"; 3920 + sha512 = "KzuBnXqNvbuCdoJpv8EanbIGObk7vUBNt/PwQPPx2aMhlv/jaXpUJsqWYRpP/0a50faMBY7WFFP8S3/CCzwfDw=="; 3921 }; 3922 }; 3923 + "jest-runner-29.0.3" = { 3924 name = "jest-runner"; 3925 packageName = "jest-runner"; 3926 + version = "29.0.3"; 3927 src = fetchurl { 3928 + url = "https://registry.npmjs.org/jest-runner/-/jest-runner-29.0.3.tgz"; 3929 + sha512 = "Usu6VlTOZlCZoNuh3b2Tv/yzDpKqtiNAetG9t3kJuHfUyVMNW7ipCCJOUojzKkjPoaN7Bl1f7Buu6PE0sGpQxw=="; 3930 }; 3931 }; 3932 + "jest-runtime-29.0.3" = { 3933 name = "jest-runtime"; 3934 packageName = "jest-runtime"; 3935 + version = "29.0.3"; 3936 src = fetchurl { 3937 + url = "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.0.3.tgz"; 3938 + sha512 = "12gZXRQ7ozEeEHKTY45a+YLqzNDR/x4c//X6AqwKwKJPpWM8FY4vwn4VQJOcLRS3Nd1fWwgP7LU4SoynhuUMHQ=="; 3939 }; 3940 }; 3941 + "jest-snapshot-29.0.3" = { 3942 name = "jest-snapshot"; 3943 packageName = "jest-snapshot"; 3944 + version = "29.0.3"; 3945 src = fetchurl { 3946 + url = "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.0.3.tgz"; 3947 + sha512 = "52q6JChm04U3deq+mkQ7R/7uy7YyfVIrebMi6ZkBoDJ85yEjm/sJwdr1P0LOIEHmpyLlXrxy3QP0Zf5J2kj0ew=="; 3948 }; 3949 }; 3950 + "jest-util-29.0.3" = { 3951 name = "jest-util"; 3952 packageName = "jest-util"; 3953 + version = "29.0.3"; 3954 src = fetchurl { 3955 + url = "https://registry.npmjs.org/jest-util/-/jest-util-29.0.3.tgz"; 3956 + sha512 = "Q0xaG3YRG8QiTC4R6fHjHQPaPpz9pJBEi0AeOE4mQh/FuWOijFjGXMMOfQEaU9i3z76cNR7FobZZUQnL6IyfdQ=="; 3957 }; 3958 }; 3959 + "jest-validate-29.0.3" = { 3960 name = "jest-validate"; 3961 packageName = "jest-validate"; 3962 + version = "29.0.3"; 3963 src = fetchurl { 3964 + url = "https://registry.npmjs.org/jest-validate/-/jest-validate-29.0.3.tgz"; 3965 + sha512 = "OebiqqT6lK8cbMPtrSoS3aZP4juID762lZvpf1u+smZnwTEBCBInan0GAIIhv36MxGaJvmq5uJm7dl5gVt+Zrw=="; 3966 }; 3967 }; 3968 + "jest-watcher-29.0.3" = { 3969 name = "jest-watcher"; 3970 packageName = "jest-watcher"; 3971 + version = "29.0.3"; 3972 src = fetchurl { 3973 + url = "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.0.3.tgz"; 3974 + sha512 = "tQX9lU91A+9tyUQKUMp0Ns8xAcdhC9fo73eqA3LFxP2bSgiF49TNcc+vf3qgGYYK9qRjFpXW9+4RgF/mbxyOOw=="; 3975 }; 3976 }; 3977 + "jest-worker-29.0.3" = { 3978 name = "jest-worker"; 3979 packageName = "jest-worker"; 3980 + version = "29.0.3"; 3981 src = fetchurl { 3982 + url = "https://registry.npmjs.org/jest-worker/-/jest-worker-29.0.3.tgz"; 3983 + sha512 = "Tl/YWUugQOjoTYwjKdfJWkSOfhufJHO5LhXTSZC3TRoQKO+fuXnZAdoXXBlpLXKGODBL3OvdUasfDD4PcMe6ng=="; 3984 }; 3985 }; 3986 "js-sdsl-2.1.4" = { ··· 3990 src = fetchurl { 3991 url = "https://registry.npmjs.org/js-sdsl/-/js-sdsl-2.1.4.tgz"; 3992 sha512 = "/Ew+CJWHNddr7sjwgxaVeIORIH4AMVC9dy0hPf540ZGMVgS9d3ajwuVdyhDt6/QUvT8ATjR3yuYBKsS79F+H4A=="; 3993 + }; 3994 + }; 3995 + "js-sdsl-4.1.4" = { 3996 + name = "js-sdsl"; 3997 + packageName = "js-sdsl"; 3998 + version = "4.1.4"; 3999 + src = fetchurl { 4000 + url = "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.1.4.tgz"; 4001 + sha512 = "Y2/yD55y5jteOAmY50JbUZYwk3CP3wnLPEZnlR1w9oKhITrBEtAxwuWKebFf8hMrPMgbYwFoWK/lH2sBkErELw=="; 4002 }; 4003 }; 4004 "js-tokens-4.0.0" = { ··· 4829 sha512 = "vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g=="; 4830 }; 4831 }; 4832 + "pretty-format-29.0.3" = { 4833 name = "pretty-format"; 4834 packageName = "pretty-format"; 4835 + version = "29.0.3"; 4836 src = fetchurl { 4837 + url = "https://registry.npmjs.org/pretty-format/-/pretty-format-29.0.3.tgz"; 4838 + sha512 = "cHudsvQr1K5vNVLbvYF/nv3Qy/F/BcEKxGuIeMiVMRHxPOO1RxXooP8g/ZrwAp7Dx+KdMZoOc7NxLHhMrP2f9Q=="; 4839 }; 4840 }; 4841 "process-nextick-args-2.0.1" = { ··· 5234 sha512 = "b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="; 5235 }; 5236 }; 5237 "semver-7.3.7" = { 5238 name = "semver"; 5239 packageName = "semver"; ··· 5585 sha512 = "MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q=="; 5586 }; 5587 }; 5588 + "supports-hyperlinks-2.3.0" = { 5589 name = "supports-hyperlinks"; 5590 packageName = "supports-hyperlinks"; 5591 + version = "2.3.0"; 5592 src = fetchurl { 5593 + url = "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz"; 5594 + sha512 = "RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA=="; 5595 }; 5596 }; 5597 "supports-preserve-symlinks-flag-1.0.0" = { ··· 5810 sha1 = "867ac74e3864187b1d3d47d996a78ec5c8830777"; 5811 }; 5812 }; 5813 + "typescript-4.8.3" = { 5814 name = "typescript"; 5815 packageName = "typescript"; 5816 + version = "4.8.3"; 5817 src = fetchurl { 5818 + url = "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz"; 5819 + sha512 = "goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig=="; 5820 }; 5821 }; 5822 "uncontrollable-7.2.1" = { ··· 5909 sha1 = "450d4dc9fa70de732762fbd2d4a28981419a0ccf"; 5910 }; 5911 }; 5912 "v8-to-istanbul-9.0.1" = { 5913 name = "v8-to-istanbul"; 5914 packageName = "v8-to-istanbul"; ··· 5999 sha512 = "eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg=="; 6000 }; 6001 }; 6002 + "winston-3.8.2" = { 6003 name = "winston"; 6004 packageName = "winston"; 6005 + version = "3.8.2"; 6006 src = fetchurl { 6007 + url = "https://registry.npmjs.org/winston/-/winston-3.8.2.tgz"; 6008 + sha512 = "MsE1gRx1m5jdTTO9Ld/vND4krP2To+lgDoMEHGGa4HIlAUyXJtfc7CxQcGXVyz2IBpw5hbFkj2b/AtUdQwyRew=="; 6009 }; 6010 }; 6011 "winston-syslog-2.6.0" = { ··· 6053 sha1 = "b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"; 6054 }; 6055 }; 6056 + "write-file-atomic-4.0.2" = { 6057 name = "write-file-atomic"; 6058 packageName = "write-file-atomic"; 6059 + version = "4.0.2"; 6060 src = fetchurl { 6061 + url = "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz"; 6062 + sha512 = "7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg=="; 6063 }; 6064 }; 6065 "ws-7.5.8" = { ··· 6071 sha512 = "ri1Id1WinAX5Jqn9HejiGb8crfRio0Qgu8+MtL36rlTA6RLsMdWt1Az/19A2Qij6uSHUMphEFaTKa4WG+UNHNw=="; 6072 }; 6073 }; 6074 + "ws-8.9.0" = { 6075 name = "ws"; 6076 packageName = "ws"; 6077 + version = "8.9.0"; 6078 src = fetchurl { 6079 + url = "https://registry.npmjs.org/ws/-/ws-8.9.0.tgz"; 6080 + sha512 = "Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg=="; 6081 }; 6082 }; 6083 "xtend-4.0.2" = { ··· 6116 sha512 = "t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA=="; 6117 }; 6118 }; 6119 + "yargs-parser-21.1.1" = { 6120 name = "yargs-parser"; 6121 packageName = "yargs-parser"; 6122 + version = "21.1.1"; 6123 src = fetchurl { 6124 + url = "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz"; 6125 + sha512 = "tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw=="; 6126 }; 6127 }; 6128 "yocto-queue-0.1.0" = { ··· 6134 sha512 = "rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="; 6135 }; 6136 }; 6137 + "zigbee-herdsman-0.14.62" = { 6138 name = "zigbee-herdsman"; 6139 packageName = "zigbee-herdsman"; 6140 + version = "0.14.62"; 6141 src = fetchurl { 6142 + url = "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.62.tgz"; 6143 + sha512 = "ZwbfmmyMRMTtzdQFWAp0F7pdhPkE6kEjvvORCmfEcm2TwPwRyrIYWSbYJixlG3zR44/txuezqMrSXmcy4NfiSw=="; 6144 }; 6145 }; 6146 + "zigbee-herdsman-converters-14.0.635" = { 6147 name = "zigbee-herdsman-converters"; 6148 packageName = "zigbee-herdsman-converters"; 6149 + version = "14.0.635"; 6150 src = fetchurl { 6151 + url = "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-14.0.635.tgz"; 6152 + sha512 = "oTrIBU94TUHON4yo29PkbP7LacTupQ1R9shoj8cQ1QzeSIsJ4Yfs9Jg//Uux9TMIw+MwJ79ANKyDJCSD0A3o1w=="; 6153 }; 6154 }; 6155 + "zigbee2mqtt-frontend-0.6.112" = { 6156 name = "zigbee2mqtt-frontend"; 6157 packageName = "zigbee2mqtt-frontend"; 6158 + version = "0.6.112"; 6159 src = fetchurl { 6160 + url = "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.112.tgz"; 6161 + sha512 = "abB/Jk1LfG4YPH2IrowxDG9IEhUJKaiwKe1hAnwgCrwY2BykzZOiAsr6QprLq3KqJE1DxmI7ZgKDM0whCzvdTA=="; 6162 }; 6163 }; 6164 }; 6165 args = { 6166 name = "zigbee2mqtt"; 6167 packageName = "zigbee2mqtt"; 6168 + version = "1.28.0"; 6169 src = ./.; 6170 dependencies = [ 6171 sources."@ampproject/remapping-2.2.0" 6172 sources."@babel/code-frame-7.18.6" 6173 + sources."@babel/compat-data-7.19.1" 6174 + (sources."@babel/core-7.19.1" // { 6175 dependencies = [ 6176 sources."semver-6.3.0" 6177 ]; 6178 }) 6179 + (sources."@babel/generator-7.19.0" // { 6180 dependencies = [ 6181 sources."@jridgewell/gen-mapping-0.3.2" 6182 ]; 6183 }) 6184 sources."@babel/helper-annotate-as-pure-7.18.6" 6185 sources."@babel/helper-builder-binary-assignment-operator-visitor-7.18.6" 6186 + (sources."@babel/helper-compilation-targets-7.19.1" // { 6187 dependencies = [ 6188 sources."semver-6.3.0" 6189 ]; 6190 }) 6191 + sources."@babel/helper-create-class-features-plugin-7.19.0" 6192 + sources."@babel/helper-create-regexp-features-plugin-7.19.0" 6193 + (sources."@babel/helper-define-polyfill-provider-0.3.3" // { 6194 dependencies = [ 6195 sources."semver-6.3.0" 6196 ]; 6197 }) 6198 sources."@babel/helper-environment-visitor-7.18.9" 6199 sources."@babel/helper-explode-assignable-expression-7.18.6" 6200 + sources."@babel/helper-function-name-7.19.0" 6201 sources."@babel/helper-hoist-variables-7.18.6" 6202 sources."@babel/helper-member-expression-to-functions-7.18.9" 6203 sources."@babel/helper-module-imports-7.18.6" 6204 + sources."@babel/helper-module-transforms-7.19.0" 6205 sources."@babel/helper-optimise-call-expression-7.18.6" 6206 + sources."@babel/helper-plugin-utils-7.19.0" 6207 sources."@babel/helper-remap-async-to-generator-7.18.9" 6208 + sources."@babel/helper-replace-supers-7.19.1" 6209 sources."@babel/helper-simple-access-7.18.6" 6210 sources."@babel/helper-skip-transparent-expression-wrappers-7.18.9" 6211 sources."@babel/helper-split-export-declaration-7.18.6" ··· 6213 sources."@babel/helper-validator-identifier-7.18.6" 6214 sources."@babel/helper-validator-option-7.18.6" 6215 sources."@babel/helper-wrap-function-7.18.11" 6216 + sources."@babel/helpers-7.19.0" 6217 sources."@babel/highlight-7.18.6" 6218 + sources."@babel/parser-7.19.1" 6219 sources."@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6" 6220 sources."@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.9" 6221 + sources."@babel/plugin-proposal-async-generator-functions-7.19.1" 6222 sources."@babel/plugin-proposal-class-properties-7.18.6" 6223 sources."@babel/plugin-proposal-class-static-block-7.18.6" 6224 + sources."@babel/plugin-proposal-decorators-7.19.1" 6225 sources."@babel/plugin-proposal-dynamic-import-7.18.6" 6226 sources."@babel/plugin-proposal-export-namespace-from-7.18.9" 6227 sources."@babel/plugin-proposal-json-strings-7.18.6" ··· 6238 sources."@babel/plugin-syntax-bigint-7.8.3" 6239 sources."@babel/plugin-syntax-class-properties-7.12.13" 6240 sources."@babel/plugin-syntax-class-static-block-7.14.5" 6241 + sources."@babel/plugin-syntax-decorators-7.19.0" 6242 sources."@babel/plugin-syntax-dynamic-import-7.8.3" 6243 sources."@babel/plugin-syntax-export-namespace-from-7.8.3" 6244 sources."@babel/plugin-syntax-import-assertions-7.18.6" 6245 sources."@babel/plugin-syntax-import-meta-7.10.4" 6246 sources."@babel/plugin-syntax-json-strings-7.8.3" 6247 + sources."@babel/plugin-syntax-jsx-7.18.6" 6248 sources."@babel/plugin-syntax-logical-assignment-operators-7.10.4" 6249 sources."@babel/plugin-syntax-nullish-coalescing-operator-7.8.3" 6250 sources."@babel/plugin-syntax-numeric-separator-7.10.4" ··· 6258 sources."@babel/plugin-transform-async-to-generator-7.18.6" 6259 sources."@babel/plugin-transform-block-scoped-functions-7.18.6" 6260 sources."@babel/plugin-transform-block-scoping-7.18.9" 6261 + sources."@babel/plugin-transform-classes-7.19.0" 6262 sources."@babel/plugin-transform-computed-properties-7.18.9" 6263 + sources."@babel/plugin-transform-destructuring-7.18.13" 6264 sources."@babel/plugin-transform-dotall-regex-7.18.6" 6265 sources."@babel/plugin-transform-duplicate-keys-7.18.9" 6266 sources."@babel/plugin-transform-exponentiation-operator-7.18.6" ··· 6270 sources."@babel/plugin-transform-member-expression-literals-7.18.6" 6271 sources."@babel/plugin-transform-modules-amd-7.18.6" 6272 sources."@babel/plugin-transform-modules-commonjs-7.18.6" 6273 + sources."@babel/plugin-transform-modules-systemjs-7.19.0" 6274 sources."@babel/plugin-transform-modules-umd-7.18.6" 6275 + sources."@babel/plugin-transform-named-capturing-groups-regex-7.19.1" 6276 sources."@babel/plugin-transform-new-target-7.18.6" 6277 sources."@babel/plugin-transform-object-super-7.18.6" 6278 sources."@babel/plugin-transform-parameters-7.18.8" ··· 6280 sources."@babel/plugin-transform-regenerator-7.18.6" 6281 sources."@babel/plugin-transform-reserved-words-7.18.6" 6282 sources."@babel/plugin-transform-shorthand-properties-7.18.6" 6283 + sources."@babel/plugin-transform-spread-7.19.0" 6284 sources."@babel/plugin-transform-sticky-regex-7.18.6" 6285 sources."@babel/plugin-transform-template-literals-7.18.9" 6286 sources."@babel/plugin-transform-typeof-symbol-7.18.9" 6287 sources."@babel/plugin-transform-typescript-7.18.6" 6288 sources."@babel/plugin-transform-unicode-escapes-7.18.10" 6289 sources."@babel/plugin-transform-unicode-regex-7.18.6" 6290 + (sources."@babel/preset-env-7.19.1" // { 6291 dependencies = [ 6292 sources."semver-6.3.0" 6293 ]; ··· 6296 sources."@babel/preset-typescript-7.18.6" 6297 sources."@babel/runtime-7.18.3" 6298 sources."@babel/template-7.18.10" 6299 + sources."@babel/traverse-7.19.1" 6300 + sources."@babel/types-7.19.0" 6301 sources."@bcoe/v8-coverage-0.2.3" 6302 sources."@colors/colors-1.5.0" 6303 sources."@dabh/diagnostics-2.0.3" 6304 + (sources."@eslint/eslintrc-1.3.2" // { 6305 dependencies = [ 6306 sources."ajv-6.12.6" 6307 + sources."globals-13.17.0" 6308 sources."json-schema-traverse-0.4.1" 6309 sources."type-fest-0.20.2" 6310 ]; 6311 }) 6312 + sources."@humanwhocodes/config-array-0.10.5" 6313 sources."@humanwhocodes/gitignore-to-minimatch-1.0.2" 6314 + sources."@humanwhocodes/module-importer-1.0.1" 6315 sources."@humanwhocodes/object-schema-1.2.1" 6316 (sources."@istanbuljs/load-nyc-config-1.1.0" // { 6317 dependencies = [ ··· 6320 ]; 6321 }) 6322 sources."@istanbuljs/schema-0.1.3" 6323 + (sources."@jest/console-29.0.3" // { 6324 dependencies = [ 6325 sources."ansi-styles-4.3.0" 6326 sources."chalk-4.1.2" ··· 6330 sources."supports-color-7.2.0" 6331 ]; 6332 }) 6333 + (sources."@jest/core-29.0.3" // { 6334 dependencies = [ 6335 sources."ansi-styles-4.3.0" 6336 sources."chalk-4.1.2" ··· 6340 sources."supports-color-7.2.0" 6341 ]; 6342 }) 6343 + sources."@jest/environment-29.0.3" 6344 + sources."@jest/expect-29.0.3" 6345 + sources."@jest/expect-utils-29.0.3" 6346 + sources."@jest/fake-timers-29.0.3" 6347 + sources."@jest/globals-29.0.3" 6348 + (sources."@jest/reporters-29.0.3" // { 6349 dependencies = [ 6350 sources."ansi-styles-4.3.0" 6351 sources."chalk-4.1.2" ··· 6355 sources."supports-color-7.2.0" 6356 ]; 6357 }) 6358 + sources."@jest/schemas-29.0.0" 6359 + sources."@jest/source-map-29.0.0" 6360 + sources."@jest/test-result-29.0.3" 6361 + sources."@jest/test-sequencer-29.0.3" 6362 + (sources."@jest/transform-29.0.3" // { 6363 dependencies = [ 6364 sources."ansi-styles-4.3.0" 6365 sources."chalk-4.1.2" ··· 6369 sources."supports-color-7.2.0" 6370 ]; 6371 }) 6372 + (sources."@jest/types-29.0.3" // { 6373 dependencies = [ 6374 sources."ansi-styles-4.3.0" 6375 sources."chalk-4.1.2" ··· 6383 sources."@jridgewell/resolve-uri-3.0.7" 6384 sources."@jridgewell/set-array-1.1.1" 6385 sources."@jridgewell/sourcemap-codec-1.4.13" 6386 + sources."@jridgewell/trace-mapping-0.3.15" 6387 sources."@nodelib/fs.scandir-2.1.5" 6388 sources."@nodelib/fs.stat-2.0.5" 6389 sources."@nodelib/fs.walk-1.2.8" ··· 6410 sources."@serialport/parser-ready-9.2.4" 6411 sources."@serialport/parser-regex-9.2.4" 6412 sources."@serialport/stream-9.2.4" 6413 + sources."@sinclair/typebox-0.24.34" 6414 sources."@sinonjs/commons-1.8.3" 6415 sources."@sinonjs/fake-timers-9.1.2" 6416 sources."@types/babel__core-7.1.19" 6417 sources."@types/babel__generator-7.6.4" 6418 sources."@types/babel__template-7.4.1" 6419 + sources."@types/babel__traverse-7.18.1" 6420 sources."@types/debounce-1.2.1" 6421 + sources."@types/finalhandler-1.2.0" 6422 sources."@types/glob-7.2.0" 6423 sources."@types/graceful-fs-4.1.5" 6424 sources."@types/humanize-duration-3.27.1" 6425 sources."@types/istanbul-lib-coverage-2.0.4" 6426 sources."@types/istanbul-lib-report-3.0.0" 6427 sources."@types/istanbul-reports-3.0.1" 6428 + sources."@types/jest-29.0.3" 6429 sources."@types/js-yaml-4.0.5" 6430 sources."@types/json-schema-7.0.11" 6431 sources."@types/minimatch-3.0.5" 6432 sources."@types/node-17.0.36" 6433 sources."@types/object-assign-deep-0.4.0" 6434 + sources."@types/prettier-2.7.0" 6435 sources."@types/prop-types-15.7.5" 6436 sources."@types/react-18.0.14" 6437 sources."@types/react-transition-group-4.4.4" ··· 6440 sources."@types/stack-utils-2.0.1" 6441 sources."@types/warning-3.0.0" 6442 sources."@types/ws-8.5.3" 6443 + sources."@types/yargs-17.0.12" 6444 sources."@types/yargs-parser-21.0.0" 6445 + sources."@typescript-eslint/eslint-plugin-5.38.0" 6446 + sources."@typescript-eslint/parser-5.38.0" 6447 + sources."@typescript-eslint/scope-manager-5.38.0" 6448 + sources."@typescript-eslint/type-utils-5.38.0" 6449 + sources."@typescript-eslint/types-5.38.0" 6450 + sources."@typescript-eslint/typescript-estree-5.38.0" 6451 + sources."@typescript-eslint/utils-5.38.0" 6452 + sources."@typescript-eslint/visitor-keys-5.38.0" 6453 sources."acorn-8.8.0" 6454 sources."acorn-jsx-5.3.2" 6455 sources."agent-base-6.0.2" ··· 6471 sources."async-3.2.3" 6472 sources."asynckit-0.4.0" 6473 sources."axios-0.27.2" 6474 + (sources."babel-jest-29.0.3" // { 6475 dependencies = [ 6476 sources."ansi-styles-4.3.0" 6477 sources."chalk-4.1.2" ··· 6483 }) 6484 sources."babel-plugin-dynamic-import-node-2.3.3" 6485 sources."babel-plugin-istanbul-6.1.1" 6486 + sources."babel-plugin-jest-hoist-29.0.2" 6487 + (sources."babel-plugin-polyfill-corejs2-0.3.3" // { 6488 dependencies = [ 6489 sources."semver-6.3.0" 6490 ]; 6491 }) 6492 + sources."babel-plugin-polyfill-corejs3-0.6.0" 6493 + sources."babel-plugin-polyfill-regenerator-0.4.1" 6494 sources."babel-preset-current-node-syntax-1.0.1" 6495 + sources."babel-preset-jest-29.0.2" 6496 sources."balanced-match-1.0.2" 6497 sources."base64-js-1.5.1" 6498 sources."bind-decorator-1.0.11" ··· 6542 }) 6543 sources."console-control-strings-1.1.0" 6544 sources."convert-source-map-1.8.0" 6545 + sources."core-js-3.25.2" 6546 + sources."core-js-compat-3.25.1" 6547 sources."core-js-pure-3.23.1" 6548 sources."core-util-is-1.0.3" 6549 sources."cross-spawn-7.0.3" ··· 6564 sources."destroy-1.2.0" 6565 sources."detect-libc-2.0.1" 6566 sources."detect-newline-3.1.0" 6567 + sources."diff-sequences-29.0.0" 6568 sources."dir-glob-3.0.1" 6569 sources."doctrine-3.0.0" 6570 sources."dom-helpers-5.2.1" ··· 6580 sources."escalade-3.1.1" 6581 sources."escape-html-1.0.3" 6582 sources."escape-string-regexp-1.0.5" 6583 + (sources."eslint-8.24.0" // { 6584 dependencies = [ 6585 sources."ajv-6.12.6" 6586 sources."ansi-styles-4.3.0" ··· 6593 sources."find-up-5.0.0" 6594 sources."globals-13.15.0" 6595 sources."has-flag-4.0.0" 6596 + sources."js-sdsl-4.1.4" 6597 sources."json-schema-traverse-0.4.1" 6598 sources."locate-path-6.0.0" 6599 sources."p-limit-3.1.0" ··· 6603 ]; 6604 }) 6605 sources."eslint-config-google-0.14.0" 6606 + sources."eslint-plugin-jest-27.0.4" 6607 sources."eslint-scope-5.1.1" 6608 (sources."eslint-utils-3.0.0" // { 6609 dependencies = [ ··· 6611 ]; 6612 }) 6613 sources."eslint-visitor-keys-3.3.0" 6614 + sources."espree-9.4.0" 6615 sources."esprima-4.0.1" 6616 (sources."esquery-1.4.0" // { 6617 dependencies = [ ··· 6629 sources."execa-5.1.1" 6630 sources."exit-0.1.2" 6631 sources."expand-template-2.0.3" 6632 + sources."expect-29.0.3" 6633 sources."fast-deep-equal-3.1.3" 6634 (sources."fast-glob-3.2.11" // { 6635 dependencies = [ ··· 6662 sources."fs.realpath-1.0.0" 6663 sources."fsevents-2.3.2" 6664 sources."function-bind-1.1.1" 6665 (sources."gauge-2.7.4" // { 6666 dependencies = [ 6667 sources."ansi-regex-2.1.1" ··· 6694 sources."http-errors-2.0.0" 6695 sources."https-proxy-agent-5.0.1" 6696 sources."human-signals-2.1.0" 6697 + sources."humanize-duration-3.27.3" 6698 sources."ieee754-1.2.1" 6699 sources."ignore-5.2.0" 6700 sources."immediate-3.0.6" ··· 6733 }) 6734 sources."istanbul-lib-source-maps-4.0.1" 6735 sources."istanbul-reports-3.1.5" 6736 + sources."jest-29.0.3" 6737 + (sources."jest-changed-files-29.0.0" // { 6738 dependencies = [ 6739 sources."p-limit-3.1.0" 6740 ]; 6741 }) 6742 + (sources."jest-circus-29.0.3" // { 6743 dependencies = [ 6744 sources."ansi-styles-4.3.0" 6745 sources."chalk-4.1.2" ··· 6750 sources."supports-color-7.2.0" 6751 ]; 6752 }) 6753 + (sources."jest-cli-29.0.3" // { 6754 dependencies = [ 6755 sources."ansi-styles-4.3.0" 6756 sources."chalk-4.1.2" ··· 6760 sources."supports-color-7.2.0" 6761 ]; 6762 }) 6763 + (sources."jest-config-29.0.3" // { 6764 dependencies = [ 6765 sources."ansi-styles-4.3.0" 6766 sources."chalk-4.1.2" ··· 6770 sources."supports-color-7.2.0" 6771 ]; 6772 }) 6773 + (sources."jest-diff-29.0.3" // { 6774 dependencies = [ 6775 sources."ansi-styles-4.3.0" 6776 sources."chalk-4.1.2" ··· 6780 sources."supports-color-7.2.0" 6781 ]; 6782 }) 6783 + sources."jest-docblock-29.0.0" 6784 + (sources."jest-each-29.0.3" // { 6785 dependencies = [ 6786 sources."ansi-styles-4.3.0" 6787 sources."chalk-4.1.2" ··· 6791 sources."supports-color-7.2.0" 6792 ]; 6793 }) 6794 + sources."jest-environment-node-29.0.3" 6795 + sources."jest-get-type-29.0.0" 6796 + sources."jest-haste-map-29.0.3" 6797 + sources."jest-leak-detector-29.0.3" 6798 + (sources."jest-matcher-utils-29.0.3" // { 6799 dependencies = [ 6800 sources."ansi-styles-4.3.0" 6801 sources."chalk-4.1.2" ··· 6805 sources."supports-color-7.2.0" 6806 ]; 6807 }) 6808 + (sources."jest-message-util-29.0.3" // { 6809 dependencies = [ 6810 sources."ansi-styles-4.3.0" 6811 sources."chalk-4.1.2" ··· 6815 sources."supports-color-7.2.0" 6816 ]; 6817 }) 6818 + sources."jest-mock-29.0.3" 6819 sources."jest-pnp-resolver-1.2.2" 6820 + sources."jest-regex-util-29.0.0" 6821 + (sources."jest-resolve-29.0.3" // { 6822 dependencies = [ 6823 sources."ansi-styles-4.3.0" 6824 sources."chalk-4.1.2" ··· 6828 sources."supports-color-7.2.0" 6829 ]; 6830 }) 6831 + sources."jest-resolve-dependencies-29.0.3" 6832 + (sources."jest-runner-29.0.3" // { 6833 dependencies = [ 6834 sources."ansi-styles-4.3.0" 6835 sources."chalk-4.1.2" ··· 6841 sources."supports-color-7.2.0" 6842 ]; 6843 }) 6844 + (sources."jest-runtime-29.0.3" // { 6845 dependencies = [ 6846 sources."ansi-styles-4.3.0" 6847 sources."chalk-4.1.2" ··· 6851 sources."supports-color-7.2.0" 6852 ]; 6853 }) 6854 + (sources."jest-snapshot-29.0.3" // { 6855 dependencies = [ 6856 sources."ansi-styles-4.3.0" 6857 sources."chalk-4.1.2" ··· 6861 sources."supports-color-7.2.0" 6862 ]; 6863 }) 6864 + (sources."jest-util-29.0.3" // { 6865 dependencies = [ 6866 sources."ansi-styles-4.3.0" 6867 sources."chalk-4.1.2" ··· 6871 sources."supports-color-7.2.0" 6872 ]; 6873 }) 6874 + (sources."jest-validate-29.0.3" // { 6875 dependencies = [ 6876 sources."ansi-styles-4.3.0" 6877 sources."camelcase-6.3.0" ··· 6882 sources."supports-color-7.2.0" 6883 ]; 6884 }) 6885 + (sources."jest-watcher-29.0.3" // { 6886 dependencies = [ 6887 sources."ansi-styles-4.3.0" 6888 sources."chalk-4.1.2" ··· 6892 sources."supports-color-7.2.0" 6893 ]; 6894 }) 6895 + (sources."jest-worker-29.0.3" // { 6896 dependencies = [ 6897 sources."has-flag-4.0.0" 6898 sources."supports-color-8.1.1" ··· 6995 sources."pkg-dir-4.2.0" 6996 sources."prebuild-install-7.1.0" 6997 sources."prelude-ls-1.2.1" 6998 + (sources."pretty-format-29.0.3" // { 6999 dependencies = [ 7000 sources."ansi-styles-5.2.0" 7001 ]; ··· 7108 sources."strip-final-newline-2.0.0" 7109 sources."strip-json-comments-3.1.1" 7110 sources."supports-color-5.5.0" 7111 + (sources."supports-hyperlinks-2.3.0" // { 7112 dependencies = [ 7113 sources."has-flag-4.0.0" 7114 sources."supports-color-7.2.0" ··· 7137 sources."type-detect-4.0.8" 7138 sources."type-fest-0.21.3" 7139 sources."typedarray-0.0.6" 7140 + sources."typescript-4.8.3" 7141 sources."uncontrollable-7.2.1" 7142 sources."unicode-canonical-property-names-ecmascript-2.0.0" 7143 sources."unicode-match-property-ecmascript-2.0.0" ··· 7148 sources."update-browserslist-db-1.0.5" 7149 sources."uri-js-4.4.1" 7150 sources."util-deprecate-1.0.2" 7151 sources."v8-to-istanbul-9.0.1" 7152 sources."validate.io-array-1.0.6" 7153 sources."validate.io-function-1.0.2" ··· 7158 sources."warning-4.0.3" 7159 sources."which-2.0.2" 7160 sources."wide-align-1.1.5" 7161 + sources."winston-3.8.2" 7162 sources."winston-syslog-2.6.0" 7163 sources."winston-transport-4.5.0" 7164 sources."word-wrap-1.2.3" ··· 7170 ]; 7171 }) 7172 sources."wrappy-1.0.2" 7173 + sources."write-file-atomic-4.0.2" 7174 + sources."ws-8.9.0" 7175 sources."xtend-4.0.2" 7176 sources."y18n-5.0.8" 7177 sources."yallist-4.0.0" 7178 sources."yargs-17.5.1" 7179 + sources."yargs-parser-21.1.1" 7180 sources."yocto-queue-0.1.0" 7181 + sources."zigbee-herdsman-0.14.62" 7182 + sources."zigbee-herdsman-converters-14.0.635" 7183 + sources."zigbee2mqtt-frontend-0.6.112" 7184 ]; 7185 buildInputs = globalBuildInputs; 7186 meta = {