cicy-desktop 2.1.248 → 2.1.249

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,6 +16,7 @@
16
16
  "devDependencies": {
17
17
  "@vitejs/plugin-react": "^4.3.4",
18
18
  "vite": "^6.0.0",
19
+ "vite-plugin-javascript-obfuscator": "^3.1.0",
19
20
  "wrangler": "^3.99.0"
20
21
  }
21
22
  },
@@ -446,6 +447,63 @@
446
447
  "url": "https://opencollective.com/libvips"
447
448
  }
448
449
  },
450
+ "node_modules/@inversifyjs/common": {
451
+ "version": "1.3.3",
452
+ "resolved": "https://registry.npmmirror.com/@inversifyjs/common/-/common-1.3.3.tgz",
453
+ "integrity": "sha512-ZH0wrgaJwIo3s9gMCDM2wZoxqrJ6gB97jWXncROfYdqZJv8f3EkqT57faZqN5OTeHWgtziQ6F6g3L8rCvGceCw==",
454
+ "dev": true,
455
+ "license": "MIT"
456
+ },
457
+ "node_modules/@inversifyjs/core": {
458
+ "version": "1.3.4",
459
+ "resolved": "https://registry.npmmirror.com/@inversifyjs/core/-/core-1.3.4.tgz",
460
+ "integrity": "sha512-gCCmA4BdbHEFwvVZ2elWgHuXZWk6AOu/1frxsS+2fWhjEk2c/IhtypLo5ytSUie1BCiT6i9qnEo4bruBomQsAA==",
461
+ "dev": true,
462
+ "license": "MIT",
463
+ "dependencies": {
464
+ "@inversifyjs/common": "1.3.3",
465
+ "@inversifyjs/reflect-metadata-utils": "0.2.3"
466
+ }
467
+ },
468
+ "node_modules/@inversifyjs/reflect-metadata-utils": {
469
+ "version": "0.2.3",
470
+ "resolved": "https://registry.npmmirror.com/@inversifyjs/reflect-metadata-utils/-/reflect-metadata-utils-0.2.3.tgz",
471
+ "integrity": "sha512-d3D0o9TeSlvaGM2I24wcNw/Aj3rc4OYvHXOKDC09YEph5fMMiKd6fq1VTQd9tOkDNWvVbw+cnt45Wy9P/t5Lvw==",
472
+ "dev": true,
473
+ "license": "MIT",
474
+ "peerDependencies": {
475
+ "reflect-metadata": "0.2.2"
476
+ }
477
+ },
478
+ "node_modules/@javascript-obfuscator/escodegen": {
479
+ "version": "2.3.1",
480
+ "resolved": "https://registry.npmmirror.com/@javascript-obfuscator/escodegen/-/escodegen-2.3.1.tgz",
481
+ "integrity": "sha512-Z0HEAVwwafOume+6LFXirAVZeuEMKWuPzpFbQhCEU9++BMz0IwEa9bmedJ+rMn/IlXRBID9j3gQ0XYAa6jM10g==",
482
+ "dev": true,
483
+ "license": "BSD-2-Clause",
484
+ "dependencies": {
485
+ "@javascript-obfuscator/estraverse": "^5.3.0",
486
+ "esprima": "^4.0.1",
487
+ "esutils": "^2.0.2",
488
+ "optionator": "^0.8.1"
489
+ },
490
+ "engines": {
491
+ "node": ">=6.0"
492
+ },
493
+ "optionalDependencies": {
494
+ "source-map": "~0.6.1"
495
+ }
496
+ },
497
+ "node_modules/@javascript-obfuscator/estraverse": {
498
+ "version": "5.4.0",
499
+ "resolved": "https://registry.npmmirror.com/@javascript-obfuscator/estraverse/-/estraverse-5.4.0.tgz",
500
+ "integrity": "sha512-CZFX7UZVN9VopGbjTx4UXaXsi9ewoM1buL0kY7j1ftYdSs7p2spv9opxFjHlQ/QGTgh4UqufYqJJ0WKLml7b6w==",
501
+ "dev": true,
502
+ "license": "BSD-2-Clause",
503
+ "engines": {
504
+ "node": ">=4.0"
505
+ }
506
+ },
449
507
  "node_modules/@jridgewell/gen-mapping": {
450
508
  "version": "0.3.13",
451
509
  "dev": true,
@@ -635,6 +693,20 @@
635
693
  "dev": true,
636
694
  "license": "MIT"
637
695
  },
696
+ "node_modules/@types/minimatch": {
697
+ "version": "3.0.5",
698
+ "resolved": "https://registry.npmmirror.com/@types/minimatch/-/minimatch-3.0.5.tgz",
699
+ "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==",
700
+ "dev": true,
701
+ "license": "MIT"
702
+ },
703
+ "node_modules/@types/validator": {
704
+ "version": "13.15.10",
705
+ "resolved": "https://registry.npmmirror.com/@types/validator/-/validator-13.15.10.tgz",
706
+ "integrity": "sha512-T8L6i7wCuyoK8A/ZeLYt1+q0ty3Zb9+qbSSvrIVitzT3YjZqkTZ40IbRsPanlB4h1QB3JVL1SYCdR6ngtFYcuA==",
707
+ "dev": true,
708
+ "license": "MIT"
709
+ },
638
710
  "node_modules/@vitejs/plugin-react": {
639
711
  "version": "4.7.0",
640
712
  "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz",
@@ -675,6 +747,114 @@
675
747
  "node": ">=0.4.0"
676
748
  }
677
749
  },
750
+ "node_modules/ajv": {
751
+ "version": "8.20.0",
752
+ "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.20.0.tgz",
753
+ "integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
754
+ "dev": true,
755
+ "license": "MIT",
756
+ "dependencies": {
757
+ "fast-deep-equal": "^3.1.3",
758
+ "fast-uri": "^3.0.1",
759
+ "json-schema-traverse": "^1.0.0",
760
+ "require-from-string": "^2.0.2"
761
+ },
762
+ "funding": {
763
+ "type": "github",
764
+ "url": "https://github.com/sponsors/epoberezkin"
765
+ }
766
+ },
767
+ "node_modules/ajv-formats": {
768
+ "version": "3.0.1",
769
+ "resolved": "https://registry.npmmirror.com/ajv-formats/-/ajv-formats-3.0.1.tgz",
770
+ "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==",
771
+ "dev": true,
772
+ "license": "MIT",
773
+ "dependencies": {
774
+ "ajv": "^8.0.0"
775
+ },
776
+ "peerDependencies": {
777
+ "ajv": "^8.0.0"
778
+ },
779
+ "peerDependenciesMeta": {
780
+ "ajv": {
781
+ "optional": true
782
+ }
783
+ }
784
+ },
785
+ "node_modules/ansi-styles": {
786
+ "version": "4.3.0",
787
+ "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
788
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
789
+ "dev": true,
790
+ "license": "MIT",
791
+ "dependencies": {
792
+ "color-convert": "^2.0.1"
793
+ },
794
+ "engines": {
795
+ "node": ">=8"
796
+ },
797
+ "funding": {
798
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
799
+ }
800
+ },
801
+ "node_modules/anymatch": {
802
+ "version": "3.1.3",
803
+ "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
804
+ "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
805
+ "dev": true,
806
+ "license": "ISC",
807
+ "dependencies": {
808
+ "normalize-path": "^3.0.0",
809
+ "picomatch": "^2.0.4"
810
+ },
811
+ "engines": {
812
+ "node": ">= 8"
813
+ }
814
+ },
815
+ "node_modules/anymatch/node_modules/picomatch": {
816
+ "version": "2.3.2",
817
+ "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.2.tgz",
818
+ "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
819
+ "dev": true,
820
+ "license": "MIT",
821
+ "engines": {
822
+ "node": ">=8.6"
823
+ },
824
+ "funding": {
825
+ "url": "https://github.com/sponsors/jonschlinkert"
826
+ }
827
+ },
828
+ "node_modules/array-differ": {
829
+ "version": "3.0.0",
830
+ "resolved": "https://registry.npmmirror.com/array-differ/-/array-differ-3.0.0.tgz",
831
+ "integrity": "sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==",
832
+ "dev": true,
833
+ "license": "MIT",
834
+ "engines": {
835
+ "node": ">=8"
836
+ }
837
+ },
838
+ "node_modules/array-union": {
839
+ "version": "2.1.0",
840
+ "resolved": "https://registry.npmmirror.com/array-union/-/array-union-2.1.0.tgz",
841
+ "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
842
+ "dev": true,
843
+ "license": "MIT",
844
+ "engines": {
845
+ "node": ">=8"
846
+ }
847
+ },
848
+ "node_modules/arrify": {
849
+ "version": "2.0.1",
850
+ "resolved": "https://registry.npmmirror.com/arrify/-/arrify-2.0.1.tgz",
851
+ "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==",
852
+ "dev": true,
853
+ "license": "MIT",
854
+ "engines": {
855
+ "node": ">=8"
856
+ }
857
+ },
678
858
  "node_modules/as-table": {
679
859
  "version": "1.0.55",
680
860
  "dev": true,
@@ -683,6 +863,54 @@
683
863
  "printable-characters": "^1.0.42"
684
864
  }
685
865
  },
866
+ "node_modules/assert": {
867
+ "version": "2.1.0",
868
+ "resolved": "https://registry.npmmirror.com/assert/-/assert-2.1.0.tgz",
869
+ "integrity": "sha512-eLHpSK/Y4nhMJ07gDaAzoX/XAKS8PSaojml3M0DM4JpV1LAi5JOJ/p6H/XWrl8L+DzVEvVCW1z3vWAaB9oTsQw==",
870
+ "dev": true,
871
+ "license": "MIT",
872
+ "dependencies": {
873
+ "call-bind": "^1.0.2",
874
+ "is-nan": "^1.3.2",
875
+ "object-is": "^1.1.5",
876
+ "object.assign": "^4.1.4",
877
+ "util": "^0.12.5"
878
+ }
879
+ },
880
+ "node_modules/atomically": {
881
+ "version": "2.1.1",
882
+ "resolved": "https://registry.npmmirror.com/atomically/-/atomically-2.1.1.tgz",
883
+ "integrity": "sha512-P4w9o2dqARji6P7MHprklbfiArZAWvo07yW7qs3pdljb3BWr12FIB7W+p0zJiuiVsUpRO0iZn1kFFcpPegg0tQ==",
884
+ "dev": true,
885
+ "license": "MIT",
886
+ "dependencies": {
887
+ "stubborn-fs": "^2.0.0",
888
+ "when-exit": "^2.1.4"
889
+ }
890
+ },
891
+ "node_modules/available-typed-arrays": {
892
+ "version": "1.0.7",
893
+ "resolved": "https://registry.npmmirror.com/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
894
+ "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
895
+ "dev": true,
896
+ "license": "MIT",
897
+ "dependencies": {
898
+ "possible-typed-array-names": "^1.0.0"
899
+ },
900
+ "engines": {
901
+ "node": ">= 0.4"
902
+ },
903
+ "funding": {
904
+ "url": "https://github.com/sponsors/ljharb"
905
+ }
906
+ },
907
+ "node_modules/balanced-match": {
908
+ "version": "1.0.2",
909
+ "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
910
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
911
+ "dev": true,
912
+ "license": "MIT"
913
+ },
686
914
  "node_modules/baseline-browser-mapping": {
687
915
  "version": "2.10.32",
688
916
  "dev": true,
@@ -699,6 +927,17 @@
699
927
  "dev": true,
700
928
  "license": "MIT"
701
929
  },
930
+ "node_modules/brace-expansion": {
931
+ "version": "1.1.16",
932
+ "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.16.tgz",
933
+ "integrity": "sha512-IDw48K2/2kRkg9LdJxurvq3lV3aBgq0REY89duEqFRthjlPdXHKMj7EnQOXVckxzgisinf3nHfrcE2FufFLXMw==",
934
+ "dev": true,
935
+ "license": "MIT",
936
+ "dependencies": {
937
+ "balanced-match": "^1.0.0",
938
+ "concat-map": "0.0.1"
939
+ }
940
+ },
702
941
  "node_modules/browserslist": {
703
942
  "version": "4.28.2",
704
943
  "dev": true,
@@ -752,6 +991,119 @@
752
991
  ],
753
992
  "license": "CC-BY-4.0"
754
993
  },
994
+ "node_modules/buffer-from": {
995
+ "version": "1.1.2",
996
+ "resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz",
997
+ "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
998
+ "dev": true,
999
+ "license": "MIT"
1000
+ },
1001
+ "node_modules/call-bind": {
1002
+ "version": "1.0.9",
1003
+ "resolved": "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.9.tgz",
1004
+ "integrity": "sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==",
1005
+ "dev": true,
1006
+ "license": "MIT",
1007
+ "dependencies": {
1008
+ "call-bind-apply-helpers": "^1.0.2",
1009
+ "es-define-property": "^1.0.1",
1010
+ "get-intrinsic": "^1.3.0",
1011
+ "set-function-length": "^1.2.2"
1012
+ },
1013
+ "engines": {
1014
+ "node": ">= 0.4"
1015
+ },
1016
+ "funding": {
1017
+ "url": "https://github.com/sponsors/ljharb"
1018
+ }
1019
+ },
1020
+ "node_modules/call-bind-apply-helpers": {
1021
+ "version": "1.0.2",
1022
+ "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
1023
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
1024
+ "dev": true,
1025
+ "license": "MIT",
1026
+ "dependencies": {
1027
+ "es-errors": "^1.3.0",
1028
+ "function-bind": "^1.1.2"
1029
+ },
1030
+ "engines": {
1031
+ "node": ">= 0.4"
1032
+ }
1033
+ },
1034
+ "node_modules/call-bound": {
1035
+ "version": "1.0.4",
1036
+ "resolved": "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.4.tgz",
1037
+ "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
1038
+ "dev": true,
1039
+ "license": "MIT",
1040
+ "dependencies": {
1041
+ "call-bind-apply-helpers": "^1.0.2",
1042
+ "get-intrinsic": "^1.3.0"
1043
+ },
1044
+ "engines": {
1045
+ "node": ">= 0.4"
1046
+ },
1047
+ "funding": {
1048
+ "url": "https://github.com/sponsors/ljharb"
1049
+ }
1050
+ },
1051
+ "node_modules/chalk": {
1052
+ "version": "4.1.2",
1053
+ "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
1054
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
1055
+ "dev": true,
1056
+ "license": "MIT",
1057
+ "dependencies": {
1058
+ "ansi-styles": "^4.1.0",
1059
+ "supports-color": "^7.1.0"
1060
+ },
1061
+ "engines": {
1062
+ "node": ">=10"
1063
+ },
1064
+ "funding": {
1065
+ "url": "https://github.com/chalk/chalk?sponsor=1"
1066
+ }
1067
+ },
1068
+ "node_modules/chance": {
1069
+ "version": "1.1.13",
1070
+ "resolved": "https://registry.npmmirror.com/chance/-/chance-1.1.13.tgz",
1071
+ "integrity": "sha512-V6lQCljcLznE7tUYUM9EOAnnKXbctE6j/rdQkYOHIWbfGQbrzTsAXNW9CdU5XCo4ArXQCj/rb6HgxPlmGJcaUg==",
1072
+ "dev": true,
1073
+ "license": "MIT"
1074
+ },
1075
+ "node_modules/char-regex": {
1076
+ "version": "1.0.2",
1077
+ "resolved": "https://registry.npmmirror.com/char-regex/-/char-regex-1.0.2.tgz",
1078
+ "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
1079
+ "dev": true,
1080
+ "license": "MIT",
1081
+ "engines": {
1082
+ "node": ">=10"
1083
+ }
1084
+ },
1085
+ "node_modules/charenc": {
1086
+ "version": "0.0.2",
1087
+ "resolved": "https://registry.npmmirror.com/charenc/-/charenc-0.0.2.tgz",
1088
+ "integrity": "sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==",
1089
+ "dev": true,
1090
+ "license": "BSD-3-Clause",
1091
+ "engines": {
1092
+ "node": "*"
1093
+ }
1094
+ },
1095
+ "node_modules/class-validator": {
1096
+ "version": "0.14.3",
1097
+ "resolved": "https://registry.npmmirror.com/class-validator/-/class-validator-0.14.3.tgz",
1098
+ "integrity": "sha512-rXXekcjofVN1LTOSw+u4u9WXVEUvNBVjORW154q/IdmYWy1nMbOU9aNtZB0t8m+FJQ9q91jlr2f9CwwUFdFMRA==",
1099
+ "dev": true,
1100
+ "license": "MIT",
1101
+ "dependencies": {
1102
+ "@types/validator": "^13.15.3",
1103
+ "libphonenumber-js": "^1.11.1",
1104
+ "validator": "^13.15.20"
1105
+ }
1106
+ },
755
1107
  "node_modules/color": {
756
1108
  "version": "4.2.3",
757
1109
  "dev": true,
@@ -769,7 +1121,6 @@
769
1121
  "version": "2.0.1",
770
1122
  "dev": true,
771
1123
  "license": "MIT",
772
- "optional": true,
773
1124
  "dependencies": {
774
1125
  "color-name": "~1.1.4"
775
1126
  },
@@ -780,8 +1131,7 @@
780
1131
  "node_modules/color-name": {
781
1132
  "version": "1.1.4",
782
1133
  "dev": true,
783
- "license": "MIT",
784
- "optional": true
1134
+ "license": "MIT"
785
1135
  },
786
1136
  "node_modules/color-string": {
787
1137
  "version": "1.9.1",
@@ -793,6 +1143,60 @@
793
1143
  "simple-swizzle": "^0.2.2"
794
1144
  }
795
1145
  },
1146
+ "node_modules/commander": {
1147
+ "version": "12.1.0",
1148
+ "resolved": "https://registry.npmmirror.com/commander/-/commander-12.1.0.tgz",
1149
+ "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
1150
+ "dev": true,
1151
+ "license": "MIT",
1152
+ "engines": {
1153
+ "node": ">=18"
1154
+ }
1155
+ },
1156
+ "node_modules/concat-map": {
1157
+ "version": "0.0.1",
1158
+ "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
1159
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
1160
+ "dev": true,
1161
+ "license": "MIT"
1162
+ },
1163
+ "node_modules/conf": {
1164
+ "version": "15.0.2",
1165
+ "resolved": "https://registry.npmmirror.com/conf/-/conf-15.0.2.tgz",
1166
+ "integrity": "sha512-JBSrutapCafTrddF9dH3lc7+T2tBycGF4uPkI4Js+g4vLLEhG6RZcFi3aJd5zntdf5tQxAejJt8dihkoQ/eSJw==",
1167
+ "dev": true,
1168
+ "license": "MIT",
1169
+ "dependencies": {
1170
+ "ajv": "^8.17.1",
1171
+ "ajv-formats": "^3.0.1",
1172
+ "atomically": "^2.0.3",
1173
+ "debounce-fn": "^6.0.0",
1174
+ "dot-prop": "^10.0.0",
1175
+ "env-paths": "^3.0.0",
1176
+ "json-schema-typed": "^8.0.1",
1177
+ "semver": "^7.7.2",
1178
+ "uint8array-extras": "^1.5.0"
1179
+ },
1180
+ "engines": {
1181
+ "node": ">=20"
1182
+ },
1183
+ "funding": {
1184
+ "url": "https://github.com/sponsors/sindresorhus"
1185
+ }
1186
+ },
1187
+ "node_modules/conf/node_modules/semver": {
1188
+ "version": "7.8.5",
1189
+ "resolved": "https://registry.npmmirror.com/semver/-/semver-7.8.5.tgz",
1190
+ "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
1191
+ "dev": true,
1192
+ "license": "ISC",
1193
+ "bin": {
1194
+ "semver": "bin/semver.js"
1195
+ },
1196
+ "engines": {
1197
+ "node": ">=10"
1198
+ }
1199
+ },
796
1200
  "node_modules/convert-source-map": {
797
1201
  "version": "2.0.0",
798
1202
  "dev": true,
@@ -806,45 +1210,191 @@
806
1210
  "node": ">= 0.6"
807
1211
  }
808
1212
  },
809
- "node_modules/data-uri-to-buffer": {
810
- "version": "2.0.2",
1213
+ "node_modules/crypt": {
1214
+ "version": "0.0.2",
1215
+ "resolved": "https://registry.npmmirror.com/crypt/-/crypt-0.0.2.tgz",
1216
+ "integrity": "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==",
1217
+ "dev": true,
1218
+ "license": "BSD-3-Clause",
1219
+ "engines": {
1220
+ "node": "*"
1221
+ }
1222
+ },
1223
+ "node_modules/data-uri-to-buffer": {
1224
+ "version": "2.0.2",
1225
+ "dev": true,
1226
+ "license": "MIT"
1227
+ },
1228
+ "node_modules/debounce-fn": {
1229
+ "version": "6.0.0",
1230
+ "resolved": "https://registry.npmmirror.com/debounce-fn/-/debounce-fn-6.0.0.tgz",
1231
+ "integrity": "sha512-rBMW+F2TXryBwB54Q0d8drNEI+TfoS9JpNTAoVpukbWEhjXQq4rySFYLaqXMFXwdv61Zb2OHtj5bviSoimqxRQ==",
1232
+ "dev": true,
1233
+ "license": "MIT",
1234
+ "dependencies": {
1235
+ "mimic-function": "^5.0.0"
1236
+ },
1237
+ "engines": {
1238
+ "node": ">=18"
1239
+ },
1240
+ "funding": {
1241
+ "url": "https://github.com/sponsors/sindresorhus"
1242
+ }
1243
+ },
1244
+ "node_modules/debug": {
1245
+ "version": "4.4.3",
1246
+ "dev": true,
1247
+ "license": "MIT",
1248
+ "dependencies": {
1249
+ "ms": "^2.1.3"
1250
+ },
1251
+ "engines": {
1252
+ "node": ">=6.0"
1253
+ },
1254
+ "peerDependenciesMeta": {
1255
+ "supports-color": {
1256
+ "optional": true
1257
+ }
1258
+ }
1259
+ },
1260
+ "node_modules/deep-is": {
1261
+ "version": "0.1.4",
1262
+ "resolved": "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz",
1263
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
1264
+ "dev": true,
1265
+ "license": "MIT"
1266
+ },
1267
+ "node_modules/define-data-property": {
1268
+ "version": "1.1.4",
1269
+ "resolved": "https://registry.npmmirror.com/define-data-property/-/define-data-property-1.1.4.tgz",
1270
+ "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
1271
+ "dev": true,
1272
+ "license": "MIT",
1273
+ "dependencies": {
1274
+ "es-define-property": "^1.0.0",
1275
+ "es-errors": "^1.3.0",
1276
+ "gopd": "^1.0.1"
1277
+ },
1278
+ "engines": {
1279
+ "node": ">= 0.4"
1280
+ },
1281
+ "funding": {
1282
+ "url": "https://github.com/sponsors/ljharb"
1283
+ }
1284
+ },
1285
+ "node_modules/define-properties": {
1286
+ "version": "1.2.1",
1287
+ "resolved": "https://registry.npmmirror.com/define-properties/-/define-properties-1.2.1.tgz",
1288
+ "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
1289
+ "dev": true,
1290
+ "license": "MIT",
1291
+ "dependencies": {
1292
+ "define-data-property": "^1.0.1",
1293
+ "has-property-descriptors": "^1.0.0",
1294
+ "object-keys": "^1.1.1"
1295
+ },
1296
+ "engines": {
1297
+ "node": ">= 0.4"
1298
+ },
1299
+ "funding": {
1300
+ "url": "https://github.com/sponsors/ljharb"
1301
+ }
1302
+ },
1303
+ "node_modules/defu": {
1304
+ "version": "6.1.7",
1305
+ "dev": true,
1306
+ "license": "MIT"
1307
+ },
1308
+ "node_modules/detect-libc": {
1309
+ "version": "2.1.2",
1310
+ "dev": true,
1311
+ "license": "Apache-2.0",
1312
+ "optional": true,
1313
+ "engines": {
1314
+ "node": ">=8"
1315
+ }
1316
+ },
1317
+ "node_modules/dot-prop": {
1318
+ "version": "10.1.0",
1319
+ "resolved": "https://registry.npmmirror.com/dot-prop/-/dot-prop-10.1.0.tgz",
1320
+ "integrity": "sha512-MVUtAugQMOff5RnBy2d9N31iG0lNwg1qAoAOn7pOK5wf94WIaE3My2p3uwTQuvS2AcqchkcR3bHByjaM0mmi7Q==",
1321
+ "dev": true,
1322
+ "license": "MIT",
1323
+ "dependencies": {
1324
+ "type-fest": "^5.0.0"
1325
+ },
1326
+ "engines": {
1327
+ "node": ">=20"
1328
+ },
1329
+ "funding": {
1330
+ "url": "https://github.com/sponsors/sindresorhus"
1331
+ }
1332
+ },
1333
+ "node_modules/dunder-proto": {
1334
+ "version": "1.0.1",
1335
+ "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
1336
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
1337
+ "dev": true,
1338
+ "license": "MIT",
1339
+ "dependencies": {
1340
+ "call-bind-apply-helpers": "^1.0.1",
1341
+ "es-errors": "^1.3.0",
1342
+ "gopd": "^1.2.0"
1343
+ },
1344
+ "engines": {
1345
+ "node": ">= 0.4"
1346
+ }
1347
+ },
1348
+ "node_modules/electron-to-chromium": {
1349
+ "version": "1.5.363",
811
1350
  "dev": true,
812
- "license": "MIT"
1351
+ "license": "ISC"
813
1352
  },
814
- "node_modules/debug": {
815
- "version": "4.4.3",
1353
+ "node_modules/env-paths": {
1354
+ "version": "3.0.0",
1355
+ "resolved": "https://registry.npmmirror.com/env-paths/-/env-paths-3.0.0.tgz",
1356
+ "integrity": "sha512-dtJUTepzMW3Lm/NPxRf3wP4642UWhjL2sQxc+ym2YMj1m/H2zDNQOlezafzkHwn6sMstjHTwG6iQQsctDW/b1A==",
816
1357
  "dev": true,
817
1358
  "license": "MIT",
818
- "dependencies": {
819
- "ms": "^2.1.3"
820
- },
821
1359
  "engines": {
822
- "node": ">=6.0"
1360
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
823
1361
  },
824
- "peerDependenciesMeta": {
825
- "supports-color": {
826
- "optional": true
827
- }
1362
+ "funding": {
1363
+ "url": "https://github.com/sponsors/sindresorhus"
828
1364
  }
829
1365
  },
830
- "node_modules/defu": {
831
- "version": "6.1.7",
1366
+ "node_modules/es-define-property": {
1367
+ "version": "1.0.1",
1368
+ "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
1369
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
832
1370
  "dev": true,
833
- "license": "MIT"
1371
+ "license": "MIT",
1372
+ "engines": {
1373
+ "node": ">= 0.4"
1374
+ }
834
1375
  },
835
- "node_modules/detect-libc": {
836
- "version": "2.1.2",
1376
+ "node_modules/es-errors": {
1377
+ "version": "1.3.0",
1378
+ "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
1379
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
837
1380
  "dev": true,
838
- "license": "Apache-2.0",
839
- "optional": true,
1381
+ "license": "MIT",
840
1382
  "engines": {
841
- "node": ">=8"
1383
+ "node": ">= 0.4"
842
1384
  }
843
1385
  },
844
- "node_modules/electron-to-chromium": {
845
- "version": "1.5.363",
1386
+ "node_modules/es-object-atoms": {
1387
+ "version": "1.1.2",
1388
+ "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
1389
+ "integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
846
1390
  "dev": true,
847
- "license": "ISC"
1391
+ "license": "MIT",
1392
+ "dependencies": {
1393
+ "es-errors": "^1.3.0"
1394
+ },
1395
+ "engines": {
1396
+ "node": ">= 0.4"
1397
+ }
848
1398
  },
849
1399
  "node_modules/esbuild": {
850
1400
  "version": "0.25.12",
@@ -1330,11 +1880,88 @@
1330
1880
  "url": "https://github.com/sponsors/sindresorhus"
1331
1881
  }
1332
1882
  },
1883
+ "node_modules/eslint-scope": {
1884
+ "version": "8.4.0",
1885
+ "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-8.4.0.tgz",
1886
+ "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
1887
+ "dev": true,
1888
+ "license": "BSD-2-Clause",
1889
+ "dependencies": {
1890
+ "esrecurse": "^4.3.0",
1891
+ "estraverse": "^5.2.0"
1892
+ },
1893
+ "engines": {
1894
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1895
+ },
1896
+ "funding": {
1897
+ "url": "https://opencollective.com/eslint"
1898
+ }
1899
+ },
1900
+ "node_modules/eslint-visitor-keys": {
1901
+ "version": "4.2.1",
1902
+ "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
1903
+ "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
1904
+ "dev": true,
1905
+ "license": "Apache-2.0",
1906
+ "engines": {
1907
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1908
+ },
1909
+ "funding": {
1910
+ "url": "https://opencollective.com/eslint"
1911
+ }
1912
+ },
1913
+ "node_modules/esprima": {
1914
+ "version": "4.0.1",
1915
+ "resolved": "https://registry.npmmirror.com/esprima/-/esprima-4.0.1.tgz",
1916
+ "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
1917
+ "dev": true,
1918
+ "license": "BSD-2-Clause",
1919
+ "bin": {
1920
+ "esparse": "bin/esparse.js",
1921
+ "esvalidate": "bin/esvalidate.js"
1922
+ },
1923
+ "engines": {
1924
+ "node": ">=4"
1925
+ }
1926
+ },
1927
+ "node_modules/esrecurse": {
1928
+ "version": "4.3.0",
1929
+ "resolved": "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz",
1930
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
1931
+ "dev": true,
1932
+ "license": "BSD-2-Clause",
1933
+ "dependencies": {
1934
+ "estraverse": "^5.2.0"
1935
+ },
1936
+ "engines": {
1937
+ "node": ">=4.0"
1938
+ }
1939
+ },
1940
+ "node_modules/estraverse": {
1941
+ "version": "5.3.0",
1942
+ "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
1943
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
1944
+ "dev": true,
1945
+ "license": "BSD-2-Clause",
1946
+ "engines": {
1947
+ "node": ">=4.0"
1948
+ }
1949
+ },
1333
1950
  "node_modules/estree-walker": {
1334
1951
  "version": "0.6.1",
1335
1952
  "dev": true,
1336
1953
  "license": "MIT"
1337
1954
  },
1955
+ "node_modules/esutils": {
1956
+ "version": "2.0.3",
1957
+ "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
1958
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
1959
+ "dev": true,
1960
+ "license": "BSD-2-Clause",
1961
+ "engines": {
1962
+ "node": ">=0.10.0"
1963
+ }
1964
+ },
1338
1965
  "node_modules/exit-hook": {
1339
1966
  "version": "2.2.1",
1340
1967
  "dev": true,
@@ -1351,6 +1978,37 @@
1351
1978
  "dev": true,
1352
1979
  "license": "MIT"
1353
1980
  },
1981
+ "node_modules/fast-deep-equal": {
1982
+ "version": "3.1.3",
1983
+ "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
1984
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
1985
+ "dev": true,
1986
+ "license": "MIT"
1987
+ },
1988
+ "node_modules/fast-levenshtein": {
1989
+ "version": "2.0.6",
1990
+ "resolved": "https://registry.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
1991
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
1992
+ "dev": true,
1993
+ "license": "MIT"
1994
+ },
1995
+ "node_modules/fast-uri": {
1996
+ "version": "3.1.3",
1997
+ "resolved": "https://registry.npmmirror.com/fast-uri/-/fast-uri-3.1.3.tgz",
1998
+ "integrity": "sha512-i70LwGWUduXqzicKXWshooq+sWL1K3WUU5rKZNG/0i3a1OSoX3HqhH5WbWwTmqWfor4urUakGPiRQcleRZTwOg==",
1999
+ "dev": true,
2000
+ "funding": [
2001
+ {
2002
+ "type": "github",
2003
+ "url": "https://github.com/sponsors/fastify"
2004
+ },
2005
+ {
2006
+ "type": "opencollective",
2007
+ "url": "https://opencollective.com/fastify"
2008
+ }
2009
+ ],
2010
+ "license": "BSD-3-Clause"
2011
+ },
1354
2012
  "node_modules/fdir": {
1355
2013
  "version": "6.5.0",
1356
2014
  "dev": true,
@@ -1367,6 +2025,22 @@
1367
2025
  }
1368
2026
  }
1369
2027
  },
2028
+ "node_modules/for-each": {
2029
+ "version": "0.3.5",
2030
+ "resolved": "https://registry.npmmirror.com/for-each/-/for-each-0.3.5.tgz",
2031
+ "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
2032
+ "dev": true,
2033
+ "license": "MIT",
2034
+ "dependencies": {
2035
+ "is-callable": "^1.2.7"
2036
+ },
2037
+ "engines": {
2038
+ "node": ">= 0.4"
2039
+ },
2040
+ "funding": {
2041
+ "url": "https://github.com/sponsors/ljharb"
2042
+ }
2043
+ },
1370
2044
  "node_modules/fsevents": {
1371
2045
  "version": "2.3.3",
1372
2046
  "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
@@ -1382,6 +2056,26 @@
1382
2056
  "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1383
2057
  }
1384
2058
  },
2059
+ "node_modules/function-bind": {
2060
+ "version": "1.1.2",
2061
+ "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
2062
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
2063
+ "dev": true,
2064
+ "license": "MIT",
2065
+ "funding": {
2066
+ "url": "https://github.com/sponsors/ljharb"
2067
+ }
2068
+ },
2069
+ "node_modules/generator-function": {
2070
+ "version": "2.0.1",
2071
+ "resolved": "https://registry.npmmirror.com/generator-function/-/generator-function-2.0.1.tgz",
2072
+ "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
2073
+ "dev": true,
2074
+ "license": "MIT",
2075
+ "engines": {
2076
+ "node": ">= 0.4"
2077
+ }
2078
+ },
1385
2079
  "node_modules/gensync": {
1386
2080
  "version": "1.0.0-beta.2",
1387
2081
  "dev": true,
@@ -1390,6 +2084,45 @@
1390
2084
  "node": ">=6.9.0"
1391
2085
  }
1392
2086
  },
2087
+ "node_modules/get-intrinsic": {
2088
+ "version": "1.3.0",
2089
+ "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
2090
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
2091
+ "dev": true,
2092
+ "license": "MIT",
2093
+ "dependencies": {
2094
+ "call-bind-apply-helpers": "^1.0.2",
2095
+ "es-define-property": "^1.0.1",
2096
+ "es-errors": "^1.3.0",
2097
+ "es-object-atoms": "^1.1.1",
2098
+ "function-bind": "^1.1.2",
2099
+ "get-proto": "^1.0.1",
2100
+ "gopd": "^1.2.0",
2101
+ "has-symbols": "^1.1.0",
2102
+ "hasown": "^2.0.2",
2103
+ "math-intrinsics": "^1.1.0"
2104
+ },
2105
+ "engines": {
2106
+ "node": ">= 0.4"
2107
+ },
2108
+ "funding": {
2109
+ "url": "https://github.com/sponsors/ljharb"
2110
+ }
2111
+ },
2112
+ "node_modules/get-proto": {
2113
+ "version": "1.0.1",
2114
+ "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
2115
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
2116
+ "dev": true,
2117
+ "license": "MIT",
2118
+ "dependencies": {
2119
+ "dunder-proto": "^1.0.1",
2120
+ "es-object-atoms": "^1.0.0"
2121
+ },
2122
+ "engines": {
2123
+ "node": ">= 0.4"
2124
+ }
2125
+ },
1393
2126
  "node_modules/get-source": {
1394
2127
  "version": "2.0.12",
1395
2128
  "dev": true,
@@ -1402,13 +2135,279 @@
1402
2135
  "node_modules/glob-to-regexp": {
1403
2136
  "version": "0.4.1",
1404
2137
  "dev": true,
1405
- "license": "BSD-2-Clause"
2138
+ "license": "BSD-2-Clause"
2139
+ },
2140
+ "node_modules/gopd": {
2141
+ "version": "1.2.0",
2142
+ "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
2143
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
2144
+ "dev": true,
2145
+ "license": "MIT",
2146
+ "engines": {
2147
+ "node": ">= 0.4"
2148
+ },
2149
+ "funding": {
2150
+ "url": "https://github.com/sponsors/ljharb"
2151
+ }
2152
+ },
2153
+ "node_modules/has-flag": {
2154
+ "version": "4.0.0",
2155
+ "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
2156
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
2157
+ "dev": true,
2158
+ "license": "MIT",
2159
+ "engines": {
2160
+ "node": ">=8"
2161
+ }
2162
+ },
2163
+ "node_modules/has-property-descriptors": {
2164
+ "version": "1.0.2",
2165
+ "resolved": "https://registry.npmmirror.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
2166
+ "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
2167
+ "dev": true,
2168
+ "license": "MIT",
2169
+ "dependencies": {
2170
+ "es-define-property": "^1.0.0"
2171
+ },
2172
+ "funding": {
2173
+ "url": "https://github.com/sponsors/ljharb"
2174
+ }
2175
+ },
2176
+ "node_modules/has-symbols": {
2177
+ "version": "1.1.0",
2178
+ "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
2179
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
2180
+ "dev": true,
2181
+ "license": "MIT",
2182
+ "engines": {
2183
+ "node": ">= 0.4"
2184
+ },
2185
+ "funding": {
2186
+ "url": "https://github.com/sponsors/ljharb"
2187
+ }
2188
+ },
2189
+ "node_modules/has-tostringtag": {
2190
+ "version": "1.0.2",
2191
+ "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
2192
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
2193
+ "dev": true,
2194
+ "license": "MIT",
2195
+ "dependencies": {
2196
+ "has-symbols": "^1.0.3"
2197
+ },
2198
+ "engines": {
2199
+ "node": ">= 0.4"
2200
+ },
2201
+ "funding": {
2202
+ "url": "https://github.com/sponsors/ljharb"
2203
+ }
2204
+ },
2205
+ "node_modules/hasown": {
2206
+ "version": "2.0.4",
2207
+ "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.4.tgz",
2208
+ "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
2209
+ "dev": true,
2210
+ "license": "MIT",
2211
+ "dependencies": {
2212
+ "function-bind": "^1.1.2"
2213
+ },
2214
+ "engines": {
2215
+ "node": ">= 0.4"
2216
+ }
2217
+ },
2218
+ "node_modules/inherits": {
2219
+ "version": "2.0.4",
2220
+ "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
2221
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
2222
+ "dev": true,
2223
+ "license": "ISC"
2224
+ },
2225
+ "node_modules/inversify": {
2226
+ "version": "6.1.4",
2227
+ "resolved": "https://registry.npmmirror.com/inversify/-/inversify-6.1.4.tgz",
2228
+ "integrity": "sha512-PbxrZH/gTa1fpPEEGAjJQzK8tKMIp5gRg6EFNJlCtzUcycuNdmhv3uk5P8Itm/RIjgHJO16oQRLo9IHzQN51bA==",
2229
+ "dev": true,
2230
+ "license": "MIT",
2231
+ "dependencies": {
2232
+ "@inversifyjs/common": "1.3.3",
2233
+ "@inversifyjs/core": "1.3.4"
2234
+ }
2235
+ },
2236
+ "node_modules/is-arguments": {
2237
+ "version": "1.2.0",
2238
+ "resolved": "https://registry.npmmirror.com/is-arguments/-/is-arguments-1.2.0.tgz",
2239
+ "integrity": "sha512-7bVbi0huj/wrIAOzb8U1aszg9kdi3KN/CyU19CTI7tAoZYEZoL9yCDXpbXN+uPsuWnP02cyug1gleqq+TU+YCA==",
2240
+ "dev": true,
2241
+ "license": "MIT",
2242
+ "dependencies": {
2243
+ "call-bound": "^1.0.2",
2244
+ "has-tostringtag": "^1.0.2"
2245
+ },
2246
+ "engines": {
2247
+ "node": ">= 0.4"
2248
+ },
2249
+ "funding": {
2250
+ "url": "https://github.com/sponsors/ljharb"
2251
+ }
2252
+ },
2253
+ "node_modules/is-arrayish": {
2254
+ "version": "0.3.4",
2255
+ "dev": true,
2256
+ "license": "MIT",
2257
+ "optional": true
2258
+ },
2259
+ "node_modules/is-buffer": {
2260
+ "version": "1.1.6",
2261
+ "resolved": "https://registry.npmmirror.com/is-buffer/-/is-buffer-1.1.6.tgz",
2262
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
2263
+ "dev": true,
2264
+ "license": "MIT"
2265
+ },
2266
+ "node_modules/is-callable": {
2267
+ "version": "1.2.7",
2268
+ "resolved": "https://registry.npmmirror.com/is-callable/-/is-callable-1.2.7.tgz",
2269
+ "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
2270
+ "dev": true,
2271
+ "license": "MIT",
2272
+ "engines": {
2273
+ "node": ">= 0.4"
2274
+ },
2275
+ "funding": {
2276
+ "url": "https://github.com/sponsors/ljharb"
2277
+ }
2278
+ },
2279
+ "node_modules/is-generator-function": {
2280
+ "version": "1.1.2",
2281
+ "resolved": "https://registry.npmmirror.com/is-generator-function/-/is-generator-function-1.1.2.tgz",
2282
+ "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
2283
+ "dev": true,
2284
+ "license": "MIT",
2285
+ "dependencies": {
2286
+ "call-bound": "^1.0.4",
2287
+ "generator-function": "^2.0.0",
2288
+ "get-proto": "^1.0.1",
2289
+ "has-tostringtag": "^1.0.2",
2290
+ "safe-regex-test": "^1.1.0"
2291
+ },
2292
+ "engines": {
2293
+ "node": ">= 0.4"
2294
+ },
2295
+ "funding": {
2296
+ "url": "https://github.com/sponsors/ljharb"
2297
+ }
2298
+ },
2299
+ "node_modules/is-nan": {
2300
+ "version": "1.3.2",
2301
+ "resolved": "https://registry.npmmirror.com/is-nan/-/is-nan-1.3.2.tgz",
2302
+ "integrity": "sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==",
2303
+ "dev": true,
2304
+ "license": "MIT",
2305
+ "dependencies": {
2306
+ "call-bind": "^1.0.0",
2307
+ "define-properties": "^1.1.3"
2308
+ },
2309
+ "engines": {
2310
+ "node": ">= 0.4"
2311
+ },
2312
+ "funding": {
2313
+ "url": "https://github.com/sponsors/ljharb"
2314
+ }
2315
+ },
2316
+ "node_modules/is-regex": {
2317
+ "version": "1.2.1",
2318
+ "resolved": "https://registry.npmmirror.com/is-regex/-/is-regex-1.2.1.tgz",
2319
+ "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
2320
+ "dev": true,
2321
+ "license": "MIT",
2322
+ "dependencies": {
2323
+ "call-bound": "^1.0.2",
2324
+ "gopd": "^1.2.0",
2325
+ "has-tostringtag": "^1.0.2",
2326
+ "hasown": "^2.0.2"
2327
+ },
2328
+ "engines": {
2329
+ "node": ">= 0.4"
2330
+ },
2331
+ "funding": {
2332
+ "url": "https://github.com/sponsors/ljharb"
2333
+ }
2334
+ },
2335
+ "node_modules/is-typed-array": {
2336
+ "version": "1.1.15",
2337
+ "resolved": "https://registry.npmmirror.com/is-typed-array/-/is-typed-array-1.1.15.tgz",
2338
+ "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
2339
+ "dev": true,
2340
+ "license": "MIT",
2341
+ "dependencies": {
2342
+ "which-typed-array": "^1.1.16"
2343
+ },
2344
+ "engines": {
2345
+ "node": ">= 0.4"
2346
+ },
2347
+ "funding": {
2348
+ "url": "https://github.com/sponsors/ljharb"
2349
+ }
2350
+ },
2351
+ "node_modules/javascript-obfuscator": {
2352
+ "version": "4.2.2",
2353
+ "resolved": "https://registry.npmmirror.com/javascript-obfuscator/-/javascript-obfuscator-4.2.2.tgz",
2354
+ "integrity": "sha512-+7oXAUnFCA6vS0omIGHcWpSr67dUBIF7FKGYSXyzxShSLqM6LBgdugWKFl0XrYtGWyJMGfQR5F4LL85iCefkRA==",
2355
+ "dev": true,
2356
+ "license": "BSD-2-Clause",
2357
+ "dependencies": {
2358
+ "@javascript-obfuscator/escodegen": "2.3.1",
2359
+ "@javascript-obfuscator/estraverse": "5.4.0",
2360
+ "acorn": "8.15.0",
2361
+ "assert": "2.1.0",
2362
+ "chalk": "4.1.2",
2363
+ "chance": "1.1.13",
2364
+ "class-validator": "0.14.3",
2365
+ "commander": "12.1.0",
2366
+ "conf": "15.0.2",
2367
+ "eslint-scope": "8.4.0",
2368
+ "eslint-visitor-keys": "4.2.1",
2369
+ "fast-deep-equal": "3.1.3",
2370
+ "inversify": "6.1.4",
2371
+ "js-string-escape": "1.0.1",
2372
+ "md5": "2.3.0",
2373
+ "mkdirp": "3.0.1",
2374
+ "multimatch": "5.0.0",
2375
+ "process": "0.11.10",
2376
+ "reflect-metadata": "0.2.2",
2377
+ "source-map-support": "0.5.21",
2378
+ "string-template": "1.0.0",
2379
+ "stringz": "2.1.0",
2380
+ "tslib": "2.8.1"
2381
+ },
2382
+ "bin": {
2383
+ "javascript-obfuscator": "bin/javascript-obfuscator"
2384
+ },
2385
+ "engines": {
2386
+ "node": ">=18.0.0"
2387
+ }
2388
+ },
2389
+ "node_modules/javascript-obfuscator/node_modules/acorn": {
2390
+ "version": "8.15.0",
2391
+ "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.15.0.tgz",
2392
+ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
2393
+ "dev": true,
2394
+ "license": "MIT",
2395
+ "bin": {
2396
+ "acorn": "bin/acorn"
2397
+ },
2398
+ "engines": {
2399
+ "node": ">=0.4.0"
2400
+ }
1406
2401
  },
1407
- "node_modules/is-arrayish": {
1408
- "version": "0.3.4",
2402
+ "node_modules/js-string-escape": {
2403
+ "version": "1.0.1",
2404
+ "resolved": "https://registry.npmmirror.com/js-string-escape/-/js-string-escape-1.0.1.tgz",
2405
+ "integrity": "sha512-Smw4xcfIQ5LVjAOuJCvN/zIodzA/BBSsluuoSykP+lUvScIi4U6RJLfwHet5cxFnCswUjISV8oAXaqaJDY3chg==",
1409
2406
  "dev": true,
1410
2407
  "license": "MIT",
1411
- "optional": true
2408
+ "engines": {
2409
+ "node": ">= 0.8"
2410
+ }
1412
2411
  },
1413
2412
  "node_modules/js-tokens": {
1414
2413
  "version": "4.0.0",
@@ -1426,6 +2425,20 @@
1426
2425
  "node": ">=6"
1427
2426
  }
1428
2427
  },
2428
+ "node_modules/json-schema-traverse": {
2429
+ "version": "1.0.0",
2430
+ "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
2431
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
2432
+ "dev": true,
2433
+ "license": "MIT"
2434
+ },
2435
+ "node_modules/json-schema-typed": {
2436
+ "version": "8.0.2",
2437
+ "resolved": "https://registry.npmmirror.com/json-schema-typed/-/json-schema-typed-8.0.2.tgz",
2438
+ "integrity": "sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==",
2439
+ "dev": true,
2440
+ "license": "BSD-2-Clause"
2441
+ },
1429
2442
  "node_modules/json5": {
1430
2443
  "version": "2.2.3",
1431
2444
  "dev": true,
@@ -1437,6 +2450,27 @@
1437
2450
  "node": ">=6"
1438
2451
  }
1439
2452
  },
2453
+ "node_modules/levn": {
2454
+ "version": "0.3.0",
2455
+ "resolved": "https://registry.npmmirror.com/levn/-/levn-0.3.0.tgz",
2456
+ "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==",
2457
+ "dev": true,
2458
+ "license": "MIT",
2459
+ "dependencies": {
2460
+ "prelude-ls": "~1.1.2",
2461
+ "type-check": "~0.3.2"
2462
+ },
2463
+ "engines": {
2464
+ "node": ">= 0.8.0"
2465
+ }
2466
+ },
2467
+ "node_modules/libphonenumber-js": {
2468
+ "version": "1.13.8",
2469
+ "resolved": "https://registry.npmmirror.com/libphonenumber-js/-/libphonenumber-js-1.13.8.tgz",
2470
+ "integrity": "sha512-80xal1m93rADejw2pMp2MSzFhHCPLEspjHxnH2UtqI+DgAmElsbmLMiqk9niwH9NWAfjsRtaJI+qBrOEmRx9nQ==",
2471
+ "dev": true,
2472
+ "license": "MIT"
2473
+ },
1440
2474
  "node_modules/lru-cache": {
1441
2475
  "version": "5.1.1",
1442
2476
  "dev": true,
@@ -1453,6 +2487,28 @@
1453
2487
  "sourcemap-codec": "^1.4.8"
1454
2488
  }
1455
2489
  },
2490
+ "node_modules/math-intrinsics": {
2491
+ "version": "1.1.0",
2492
+ "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
2493
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
2494
+ "dev": true,
2495
+ "license": "MIT",
2496
+ "engines": {
2497
+ "node": ">= 0.4"
2498
+ }
2499
+ },
2500
+ "node_modules/md5": {
2501
+ "version": "2.3.0",
2502
+ "resolved": "https://registry.npmmirror.com/md5/-/md5-2.3.0.tgz",
2503
+ "integrity": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==",
2504
+ "dev": true,
2505
+ "license": "BSD-3-Clause",
2506
+ "dependencies": {
2507
+ "charenc": "0.0.2",
2508
+ "crypt": "0.0.2",
2509
+ "is-buffer": "~1.1.6"
2510
+ }
2511
+ },
1456
2512
  "node_modules/mime": {
1457
2513
  "version": "3.0.0",
1458
2514
  "dev": true,
@@ -1464,6 +2520,19 @@
1464
2520
  "node": ">=10.0.0"
1465
2521
  }
1466
2522
  },
2523
+ "node_modules/mimic-function": {
2524
+ "version": "5.0.1",
2525
+ "resolved": "https://registry.npmmirror.com/mimic-function/-/mimic-function-5.0.1.tgz",
2526
+ "integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==",
2527
+ "dev": true,
2528
+ "license": "MIT",
2529
+ "engines": {
2530
+ "node": ">=18"
2531
+ },
2532
+ "funding": {
2533
+ "url": "https://github.com/sponsors/sindresorhus"
2534
+ }
2535
+ },
1467
2536
  "node_modules/miniflare": {
1468
2537
  "version": "3.20250718.3",
1469
2538
  "resolved": "https://registry.npmjs.org/miniflare/-/miniflare-3.20250718.3.tgz",
@@ -1503,11 +2572,60 @@
1503
2572
  "node": ">=14.0"
1504
2573
  }
1505
2574
  },
2575
+ "node_modules/minimatch": {
2576
+ "version": "3.1.5",
2577
+ "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.5.tgz",
2578
+ "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
2579
+ "dev": true,
2580
+ "license": "ISC",
2581
+ "dependencies": {
2582
+ "brace-expansion": "^1.1.7"
2583
+ },
2584
+ "engines": {
2585
+ "node": "*"
2586
+ }
2587
+ },
2588
+ "node_modules/mkdirp": {
2589
+ "version": "3.0.1",
2590
+ "resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-3.0.1.tgz",
2591
+ "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==",
2592
+ "dev": true,
2593
+ "license": "MIT",
2594
+ "bin": {
2595
+ "mkdirp": "dist/cjs/src/bin.js"
2596
+ },
2597
+ "engines": {
2598
+ "node": ">=10"
2599
+ },
2600
+ "funding": {
2601
+ "url": "https://github.com/sponsors/isaacs"
2602
+ }
2603
+ },
1506
2604
  "node_modules/ms": {
1507
2605
  "version": "2.1.3",
1508
2606
  "dev": true,
1509
2607
  "license": "MIT"
1510
2608
  },
2609
+ "node_modules/multimatch": {
2610
+ "version": "5.0.0",
2611
+ "resolved": "https://registry.npmmirror.com/multimatch/-/multimatch-5.0.0.tgz",
2612
+ "integrity": "sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==",
2613
+ "dev": true,
2614
+ "license": "MIT",
2615
+ "dependencies": {
2616
+ "@types/minimatch": "^3.0.3",
2617
+ "array-differ": "^3.0.0",
2618
+ "array-union": "^2.1.0",
2619
+ "arrify": "^2.0.1",
2620
+ "minimatch": "^3.0.4"
2621
+ },
2622
+ "engines": {
2623
+ "node": ">=10"
2624
+ },
2625
+ "funding": {
2626
+ "url": "https://github.com/sponsors/sindresorhus"
2627
+ }
2628
+ },
1511
2629
  "node_modules/mustache": {
1512
2630
  "version": "4.2.0",
1513
2631
  "dev": true,
@@ -1541,11 +2659,87 @@
1541
2659
  "node": ">=18"
1542
2660
  }
1543
2661
  },
2662
+ "node_modules/normalize-path": {
2663
+ "version": "3.0.0",
2664
+ "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
2665
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
2666
+ "dev": true,
2667
+ "license": "MIT",
2668
+ "engines": {
2669
+ "node": ">=0.10.0"
2670
+ }
2671
+ },
2672
+ "node_modules/object-is": {
2673
+ "version": "1.1.6",
2674
+ "resolved": "https://registry.npmmirror.com/object-is/-/object-is-1.1.6.tgz",
2675
+ "integrity": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==",
2676
+ "dev": true,
2677
+ "license": "MIT",
2678
+ "dependencies": {
2679
+ "call-bind": "^1.0.7",
2680
+ "define-properties": "^1.2.1"
2681
+ },
2682
+ "engines": {
2683
+ "node": ">= 0.4"
2684
+ },
2685
+ "funding": {
2686
+ "url": "https://github.com/sponsors/ljharb"
2687
+ }
2688
+ },
2689
+ "node_modules/object-keys": {
2690
+ "version": "1.1.1",
2691
+ "resolved": "https://registry.npmmirror.com/object-keys/-/object-keys-1.1.1.tgz",
2692
+ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
2693
+ "dev": true,
2694
+ "license": "MIT",
2695
+ "engines": {
2696
+ "node": ">= 0.4"
2697
+ }
2698
+ },
2699
+ "node_modules/object.assign": {
2700
+ "version": "4.1.7",
2701
+ "resolved": "https://registry.npmmirror.com/object.assign/-/object.assign-4.1.7.tgz",
2702
+ "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
2703
+ "dev": true,
2704
+ "license": "MIT",
2705
+ "dependencies": {
2706
+ "call-bind": "^1.0.8",
2707
+ "call-bound": "^1.0.3",
2708
+ "define-properties": "^1.2.1",
2709
+ "es-object-atoms": "^1.0.0",
2710
+ "has-symbols": "^1.1.0",
2711
+ "object-keys": "^1.1.1"
2712
+ },
2713
+ "engines": {
2714
+ "node": ">= 0.4"
2715
+ },
2716
+ "funding": {
2717
+ "url": "https://github.com/sponsors/ljharb"
2718
+ }
2719
+ },
1544
2720
  "node_modules/ohash": {
1545
2721
  "version": "2.0.11",
1546
2722
  "dev": true,
1547
2723
  "license": "MIT"
1548
2724
  },
2725
+ "node_modules/optionator": {
2726
+ "version": "0.8.3",
2727
+ "resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.8.3.tgz",
2728
+ "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
2729
+ "dev": true,
2730
+ "license": "MIT",
2731
+ "dependencies": {
2732
+ "deep-is": "~0.1.3",
2733
+ "fast-levenshtein": "~2.0.6",
2734
+ "levn": "~0.3.0",
2735
+ "prelude-ls": "~1.1.2",
2736
+ "type-check": "~0.3.2",
2737
+ "word-wrap": "~1.2.3"
2738
+ },
2739
+ "engines": {
2740
+ "node": ">= 0.8.0"
2741
+ }
2742
+ },
1549
2743
  "node_modules/path-to-regexp": {
1550
2744
  "version": "6.3.0",
1551
2745
  "dev": true,
@@ -1572,6 +2766,16 @@
1572
2766
  "url": "https://github.com/sponsors/jonschlinkert"
1573
2767
  }
1574
2768
  },
2769
+ "node_modules/possible-typed-array-names": {
2770
+ "version": "1.1.0",
2771
+ "resolved": "https://registry.npmmirror.com/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
2772
+ "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
2773
+ "dev": true,
2774
+ "license": "MIT",
2775
+ "engines": {
2776
+ "node": ">= 0.4"
2777
+ }
2778
+ },
1575
2779
  "node_modules/postcss": {
1576
2780
  "version": "8.5.15",
1577
2781
  "dev": true,
@@ -1599,11 +2803,30 @@
1599
2803
  "node": "^10 || ^12 || >=14"
1600
2804
  }
1601
2805
  },
2806
+ "node_modules/prelude-ls": {
2807
+ "version": "1.1.2",
2808
+ "resolved": "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.1.2.tgz",
2809
+ "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==",
2810
+ "dev": true,
2811
+ "engines": {
2812
+ "node": ">= 0.8.0"
2813
+ }
2814
+ },
1602
2815
  "node_modules/printable-characters": {
1603
2816
  "version": "1.0.42",
1604
2817
  "dev": true,
1605
2818
  "license": "Unlicense"
1606
2819
  },
2820
+ "node_modules/process": {
2821
+ "version": "0.11.10",
2822
+ "resolved": "https://registry.npmmirror.com/process/-/process-0.11.10.tgz",
2823
+ "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
2824
+ "dev": true,
2825
+ "license": "MIT",
2826
+ "engines": {
2827
+ "node": ">= 0.6.0"
2828
+ }
2829
+ },
1607
2830
  "node_modules/qrcode-generator": {
1608
2831
  "version": "2.0.4",
1609
2832
  "resolved": "https://registry.npmmirror.com/qrcode-generator/-/qrcode-generator-2.0.4.tgz",
@@ -1637,6 +2860,23 @@
1637
2860
  "node": ">=0.10.0"
1638
2861
  }
1639
2862
  },
2863
+ "node_modules/reflect-metadata": {
2864
+ "version": "0.2.2",
2865
+ "resolved": "https://registry.npmmirror.com/reflect-metadata/-/reflect-metadata-0.2.2.tgz",
2866
+ "integrity": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==",
2867
+ "dev": true,
2868
+ "license": "Apache-2.0"
2869
+ },
2870
+ "node_modules/require-from-string": {
2871
+ "version": "2.0.2",
2872
+ "resolved": "https://registry.npmmirror.com/require-from-string/-/require-from-string-2.0.2.tgz",
2873
+ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
2874
+ "dev": true,
2875
+ "license": "MIT",
2876
+ "engines": {
2877
+ "node": ">=0.10.0"
2878
+ }
2879
+ },
1640
2880
  "node_modules/rollup-plugin-inject": {
1641
2881
  "version": "3.0.2",
1642
2882
  "dev": true,
@@ -1663,6 +2903,24 @@
1663
2903
  "estree-walker": "^0.6.1"
1664
2904
  }
1665
2905
  },
2906
+ "node_modules/safe-regex-test": {
2907
+ "version": "1.1.0",
2908
+ "resolved": "https://registry.npmmirror.com/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
2909
+ "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
2910
+ "dev": true,
2911
+ "license": "MIT",
2912
+ "dependencies": {
2913
+ "call-bound": "^1.0.2",
2914
+ "es-errors": "^1.3.0",
2915
+ "is-regex": "^1.2.1"
2916
+ },
2917
+ "engines": {
2918
+ "node": ">= 0.4"
2919
+ },
2920
+ "funding": {
2921
+ "url": "https://github.com/sponsors/ljharb"
2922
+ }
2923
+ },
1666
2924
  "node_modules/scheduler": {
1667
2925
  "version": "0.27.0",
1668
2926
  "license": "MIT"
@@ -1675,6 +2933,24 @@
1675
2933
  "semver": "bin/semver.js"
1676
2934
  }
1677
2935
  },
2936
+ "node_modules/set-function-length": {
2937
+ "version": "1.2.2",
2938
+ "resolved": "https://registry.npmmirror.com/set-function-length/-/set-function-length-1.2.2.tgz",
2939
+ "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
2940
+ "dev": true,
2941
+ "license": "MIT",
2942
+ "dependencies": {
2943
+ "define-data-property": "^1.1.4",
2944
+ "es-errors": "^1.3.0",
2945
+ "function-bind": "^1.1.2",
2946
+ "get-intrinsic": "^1.2.4",
2947
+ "gopd": "^1.0.1",
2948
+ "has-property-descriptors": "^1.0.2"
2949
+ },
2950
+ "engines": {
2951
+ "node": ">= 0.4"
2952
+ }
2953
+ },
1678
2954
  "node_modules/sharp": {
1679
2955
  "version": "0.33.5",
1680
2956
  "dev": true,
@@ -2108,6 +3384,17 @@
2108
3384
  "node": ">=0.10.0"
2109
3385
  }
2110
3386
  },
3387
+ "node_modules/source-map-support": {
3388
+ "version": "0.5.21",
3389
+ "resolved": "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz",
3390
+ "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
3391
+ "dev": true,
3392
+ "license": "MIT",
3393
+ "dependencies": {
3394
+ "buffer-from": "^1.0.0",
3395
+ "source-map": "^0.6.0"
3396
+ }
3397
+ },
2111
3398
  "node_modules/sourcemap-codec": {
2112
3399
  "version": "1.4.8",
2113
3400
  "dev": true,
@@ -2131,6 +3418,66 @@
2131
3418
  "npm": ">=6"
2132
3419
  }
2133
3420
  },
3421
+ "node_modules/string-template": {
3422
+ "version": "1.0.0",
3423
+ "resolved": "https://registry.npmmirror.com/string-template/-/string-template-1.0.0.tgz",
3424
+ "integrity": "sha512-SLqR3GBUXuoPP5MmYtD7ompvXiG87QjT6lzOszyXjTM86Uu7At7vNnt2xgyTLq5o9T4IxTYFyGxcULqpsmsfdg==",
3425
+ "dev": true,
3426
+ "license": "MIT"
3427
+ },
3428
+ "node_modules/stringz": {
3429
+ "version": "2.1.0",
3430
+ "resolved": "https://registry.npmmirror.com/stringz/-/stringz-2.1.0.tgz",
3431
+ "integrity": "sha512-KlywLT+MZ+v0IRepfMxRtnSvDCMc3nR1qqCs3m/qIbSOWkNZYT8XHQA31rS3TnKp0c5xjZu3M4GY/2aRKSi/6A==",
3432
+ "dev": true,
3433
+ "license": "MIT",
3434
+ "dependencies": {
3435
+ "char-regex": "^1.0.2"
3436
+ }
3437
+ },
3438
+ "node_modules/stubborn-fs": {
3439
+ "version": "2.0.0",
3440
+ "resolved": "https://registry.npmmirror.com/stubborn-fs/-/stubborn-fs-2.0.0.tgz",
3441
+ "integrity": "sha512-Y0AvSwDw8y+nlSNFXMm2g6L51rBGdAQT20J3YSOqxC53Lo3bjWRtr2BKcfYoAf352WYpsZSTURrA0tqhfgudPA==",
3442
+ "dev": true,
3443
+ "license": "MIT",
3444
+ "dependencies": {
3445
+ "stubborn-utils": "^1.0.1"
3446
+ }
3447
+ },
3448
+ "node_modules/stubborn-utils": {
3449
+ "version": "1.0.2",
3450
+ "resolved": "https://registry.npmmirror.com/stubborn-utils/-/stubborn-utils-1.0.2.tgz",
3451
+ "integrity": "sha512-zOh9jPYI+xrNOyisSelgym4tolKTJCQd5GBhK0+0xJvcYDcwlOoxF/rnFKQ2KRZknXSG9jWAp66fwP6AxN9STg==",
3452
+ "dev": true,
3453
+ "license": "MIT"
3454
+ },
3455
+ "node_modules/supports-color": {
3456
+ "version": "7.2.0",
3457
+ "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
3458
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
3459
+ "dev": true,
3460
+ "license": "MIT",
3461
+ "dependencies": {
3462
+ "has-flag": "^4.0.0"
3463
+ },
3464
+ "engines": {
3465
+ "node": ">=8"
3466
+ }
3467
+ },
3468
+ "node_modules/tagged-tag": {
3469
+ "version": "1.0.0",
3470
+ "resolved": "https://registry.npmmirror.com/tagged-tag/-/tagged-tag-1.0.0.tgz",
3471
+ "integrity": "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==",
3472
+ "dev": true,
3473
+ "license": "MIT",
3474
+ "engines": {
3475
+ "node": ">=20"
3476
+ },
3477
+ "funding": {
3478
+ "url": "https://github.com/sponsors/sindresorhus"
3479
+ }
3480
+ },
2134
3481
  "node_modules/tinyglobby": {
2135
3482
  "version": "0.2.16",
2136
3483
  "dev": true,
@@ -2151,14 +3498,55 @@
2151
3498
  "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
2152
3499
  "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
2153
3500
  "dev": true,
2154
- "license": "0BSD",
2155
- "optional": true
3501
+ "license": "0BSD"
3502
+ },
3503
+ "node_modules/type-check": {
3504
+ "version": "0.3.2",
3505
+ "resolved": "https://registry.npmmirror.com/type-check/-/type-check-0.3.2.tgz",
3506
+ "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==",
3507
+ "dev": true,
3508
+ "license": "MIT",
3509
+ "dependencies": {
3510
+ "prelude-ls": "~1.1.2"
3511
+ },
3512
+ "engines": {
3513
+ "node": ">= 0.8.0"
3514
+ }
3515
+ },
3516
+ "node_modules/type-fest": {
3517
+ "version": "5.8.0",
3518
+ "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-5.8.0.tgz",
3519
+ "integrity": "sha512-YGYEVz3Fm5iy/AybuA0oyNFq7H4CgQNfRp/qfe8nurE1kuCeNm3/vfm9X4Mtl+qLyaKJUh5xrFZwogr41SMjYA==",
3520
+ "dev": true,
3521
+ "license": "(MIT OR CC0-1.0)",
3522
+ "dependencies": {
3523
+ "tagged-tag": "^1.0.0"
3524
+ },
3525
+ "engines": {
3526
+ "node": ">=20"
3527
+ },
3528
+ "funding": {
3529
+ "url": "https://github.com/sponsors/sindresorhus"
3530
+ }
2156
3531
  },
2157
3532
  "node_modules/ufo": {
2158
3533
  "version": "1.6.4",
2159
3534
  "dev": true,
2160
3535
  "license": "MIT"
2161
3536
  },
3537
+ "node_modules/uint8array-extras": {
3538
+ "version": "1.5.0",
3539
+ "resolved": "https://registry.npmmirror.com/uint8array-extras/-/uint8array-extras-1.5.0.tgz",
3540
+ "integrity": "sha512-rvKSBiC5zqCCiDZ9kAOszZcDvdAHwwIKJG33Ykj43OKcWsnmcBRL09YTU4nOeHZ8Y2a7l1MgTd08SBe9A8Qj6A==",
3541
+ "dev": true,
3542
+ "license": "MIT",
3543
+ "engines": {
3544
+ "node": ">=18"
3545
+ },
3546
+ "funding": {
3547
+ "url": "https://github.com/sponsors/sindresorhus"
3548
+ }
3549
+ },
2162
3550
  "node_modules/unenv": {
2163
3551
  "version": "2.0.0-rc.14",
2164
3552
  "dev": true,
@@ -2200,6 +3588,30 @@
2200
3588
  "browserslist": ">= 4.21.0"
2201
3589
  }
2202
3590
  },
3591
+ "node_modules/util": {
3592
+ "version": "0.12.5",
3593
+ "resolved": "https://registry.npmmirror.com/util/-/util-0.12.5.tgz",
3594
+ "integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==",
3595
+ "dev": true,
3596
+ "license": "MIT",
3597
+ "dependencies": {
3598
+ "inherits": "^2.0.3",
3599
+ "is-arguments": "^1.0.4",
3600
+ "is-generator-function": "^1.0.7",
3601
+ "is-typed-array": "^1.1.3",
3602
+ "which-typed-array": "^1.1.2"
3603
+ }
3604
+ },
3605
+ "node_modules/validator": {
3606
+ "version": "13.15.35",
3607
+ "resolved": "https://registry.npmmirror.com/validator/-/validator-13.15.35.tgz",
3608
+ "integrity": "sha512-TQ5pAGhd5whStmqWvYF4OjQROlmv9SMFVt37qoCBdqRffuuklWYQlCNnEs2ZaIBD1kZRNnikiZOS1eqgkar0iw==",
3609
+ "dev": true,
3610
+ "license": "MIT",
3611
+ "engines": {
3612
+ "node": ">= 0.10"
3613
+ }
3614
+ },
2203
3615
  "node_modules/vite": {
2204
3616
  "version": "6.4.2",
2205
3617
  "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.2.tgz",
@@ -2275,6 +3687,17 @@
2275
3687
  }
2276
3688
  }
2277
3689
  },
3690
+ "node_modules/vite-plugin-javascript-obfuscator": {
3691
+ "version": "3.1.0",
3692
+ "resolved": "https://registry.npmmirror.com/vite-plugin-javascript-obfuscator/-/vite-plugin-javascript-obfuscator-3.1.0.tgz",
3693
+ "integrity": "sha512-sf4JFlG1iUPl7bLXHGOy+bKWOQUFyXzJFWa+n2S2xMMvyfM+V9R40HhpZoIF1eAjifArM1SF7fbSFIaTuUIbPA==",
3694
+ "dev": true,
3695
+ "license": "MIT",
3696
+ "dependencies": {
3697
+ "anymatch": "~3.1.3",
3698
+ "javascript-obfuscator": "^4.1.0"
3699
+ }
3700
+ },
2278
3701
  "node_modules/vite/node_modules/@rollup/rollup-android-arm-eabi": {
2279
3702
  "version": "4.60.4",
2280
3703
  "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.4.tgz",
@@ -2656,6 +4079,45 @@
2656
4079
  "fsevents": "~2.3.2"
2657
4080
  }
2658
4081
  },
4082
+ "node_modules/when-exit": {
4083
+ "version": "2.1.5",
4084
+ "resolved": "https://registry.npmmirror.com/when-exit/-/when-exit-2.1.5.tgz",
4085
+ "integrity": "sha512-VGkKJ564kzt6Ms1dbgPP/yuIoQCrsFAnRbptpC5wOEsDaNsbCB2bnfnaA8i/vRs5tjUSEOtIuvl9/MyVsvQZCg==",
4086
+ "dev": true,
4087
+ "license": "MIT"
4088
+ },
4089
+ "node_modules/which-typed-array": {
4090
+ "version": "1.1.22",
4091
+ "resolved": "https://registry.npmmirror.com/which-typed-array/-/which-typed-array-1.1.22.tgz",
4092
+ "integrity": "sha512-fvO4ExWMFsqyhG3AiPAObMuY1lxaqgYcxbc49CNdWDDECOJNgQyvsOWVwbZc+qf3rzRtxojBK+CMEv0Ld5CYpw==",
4093
+ "dev": true,
4094
+ "license": "MIT",
4095
+ "dependencies": {
4096
+ "available-typed-arrays": "^1.0.7",
4097
+ "call-bind": "^1.0.9",
4098
+ "call-bound": "^1.0.4",
4099
+ "for-each": "^0.3.5",
4100
+ "get-proto": "^1.0.1",
4101
+ "gopd": "^1.2.0",
4102
+ "has-tostringtag": "^1.0.2"
4103
+ },
4104
+ "engines": {
4105
+ "node": ">= 0.4"
4106
+ },
4107
+ "funding": {
4108
+ "url": "https://github.com/sponsors/ljharb"
4109
+ }
4110
+ },
4111
+ "node_modules/word-wrap": {
4112
+ "version": "1.2.5",
4113
+ "resolved": "https://registry.npmmirror.com/word-wrap/-/word-wrap-1.2.5.tgz",
4114
+ "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
4115
+ "dev": true,
4116
+ "license": "MIT",
4117
+ "engines": {
4118
+ "node": ">=0.10.0"
4119
+ }
4120
+ },
2659
4121
  "node_modules/workerd": {
2660
4122
  "version": "1.20250718.0",
2661
4123
  "dev": true,