core-js-compat 3.44.0 → 3.45.0

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.
package/entries.json CHANGED
@@ -118,6 +118,7 @@
118
118
  "es.math.log2",
119
119
  "es.math.sign",
120
120
  "es.math.sinh",
121
+ "es.math.sum-precise",
121
122
  "es.math.tanh",
122
123
  "es.math.to-string-tag",
123
124
  "es.math.trunc",
@@ -279,6 +280,12 @@
279
280
  "es.typed-array.to-sorted",
280
281
  "es.typed-array.to-string",
281
282
  "es.typed-array.with",
283
+ "es.uint8-array.from-base64",
284
+ "es.uint8-array.from-hex",
285
+ "es.uint8-array.set-from-base64",
286
+ "es.uint8-array.set-from-hex",
287
+ "es.uint8-array.to-base64",
288
+ "es.uint8-array.to-hex",
282
289
  "es.unescape",
283
290
  "es.weak-map",
284
291
  "es.weak-set",
@@ -639,6 +646,7 @@
639
646
  "es.math.log2",
640
647
  "es.math.sign",
641
648
  "es.math.sinh",
649
+ "es.math.sum-precise",
642
650
  "es.math.tanh",
643
651
  "es.math.to-string-tag",
644
652
  "es.math.trunc",
@@ -800,6 +808,12 @@
800
808
  "es.typed-array.to-sorted",
801
809
  "es.typed-array.to-string",
802
810
  "es.typed-array.with",
811
+ "es.uint8-array.from-base64",
812
+ "es.uint8-array.from-hex",
813
+ "es.uint8-array.set-from-base64",
814
+ "es.uint8-array.set-from-hex",
815
+ "es.uint8-array.to-base64",
816
+ "es.uint8-array.to-hex",
803
817
  "es.unescape",
804
818
  "es.weak-map",
805
819
  "es.weak-set",
@@ -842,6 +856,7 @@
842
856
  "esnext.function.metadata",
843
857
  "esnext.global-this",
844
858
  "esnext.iterator.constructor",
859
+ "esnext.iterator.concat",
845
860
  "esnext.iterator.dispose",
846
861
  "esnext.iterator.drop",
847
862
  "esnext.iterator.every",
@@ -859,6 +874,8 @@
859
874
  "esnext.json.is-raw-json",
860
875
  "esnext.json.parse",
861
876
  "esnext.json.raw-json",
877
+ "esnext.map.get-or-insert",
878
+ "esnext.map.get-or-insert-computed",
862
879
  "esnext.map.group-by",
863
880
  "esnext.math.f16round",
864
881
  "esnext.math.sum-precise",
@@ -896,6 +913,8 @@
896
913
  "esnext.uint8-array.set-from-hex",
897
914
  "esnext.uint8-array.to-base64",
898
915
  "esnext.uint8-array.to-hex",
916
+ "esnext.weak-map.get-or-insert",
917
+ "esnext.weak-map.get-or-insert-computed",
899
918
  "web.atob",
900
919
  "web.btoa",
901
920
  "web.dom-collections.for-each",
@@ -1892,6 +1911,7 @@
1892
1911
  "es.promise",
1893
1912
  "es.string.iterator",
1894
1913
  "esnext.iterator.constructor",
1914
+ "esnext.iterator.concat",
1895
1915
  "esnext.iterator.dispose",
1896
1916
  "esnext.iterator.drop",
1897
1917
  "esnext.iterator.every",
@@ -1908,6 +1928,25 @@
1908
1928
  "esnext.iterator.to-async",
1909
1929
  "web.dom-collections.iterator"
1910
1930
  ],
1931
+ "core-js/actual/iterator/concat": [
1932
+ "es.array.iterator",
1933
+ "es.iterator.constructor",
1934
+ "es.iterator.drop",
1935
+ "es.iterator.every",
1936
+ "es.iterator.filter",
1937
+ "es.iterator.find",
1938
+ "es.iterator.flat-map",
1939
+ "es.iterator.for-each",
1940
+ "es.iterator.map",
1941
+ "es.iterator.reduce",
1942
+ "es.iterator.some",
1943
+ "es.iterator.take",
1944
+ "es.iterator.to-array",
1945
+ "es.object.to-string",
1946
+ "es.string.iterator",
1947
+ "esnext.iterator.concat",
1948
+ "web.dom-collections.iterator"
1949
+ ],
1911
1950
  "core-js/actual/iterator/dispose": [
1912
1951
  "esnext.iterator.dispose"
1913
1952
  ],
@@ -2068,9 +2107,19 @@
2068
2107
  "es.map.group-by",
2069
2108
  "es.object.to-string",
2070
2109
  "es.string.iterator",
2110
+ "esnext.map.get-or-insert",
2111
+ "esnext.map.get-or-insert-computed",
2071
2112
  "esnext.map.group-by",
2072
2113
  "web.dom-collections.iterator"
2073
2114
  ],
2115
+ "core-js/actual/map/get-or-insert": [
2116
+ "es.map",
2117
+ "esnext.map.get-or-insert"
2118
+ ],
2119
+ "core-js/actual/map/get-or-insert-computed": [
2120
+ "es.map",
2121
+ "esnext.map.get-or-insert-computed"
2122
+ ],
2074
2123
  "core-js/actual/map/group-by": [
2075
2124
  "es.map",
2076
2125
  "es.map.group-by",
@@ -2095,6 +2144,7 @@
2095
2144
  "es.math.log2",
2096
2145
  "es.math.sign",
2097
2146
  "es.math.sinh",
2147
+ "es.math.sum-precise",
2098
2148
  "es.math.tanh",
2099
2149
  "es.math.to-string-tag",
2100
2150
  "es.math.trunc",
@@ -2152,6 +2202,7 @@
2152
2202
  ],
2153
2203
  "core-js/actual/math/sum-precise": [
2154
2204
  "es.array.iterator",
2205
+ "es.math.sum-precise",
2155
2206
  "esnext.math.sum-precise"
2156
2207
  ],
2157
2208
  "core-js/actual/math/tanh": [
@@ -3081,6 +3132,12 @@
3081
3132
  "es.typed-array.to-sorted",
3082
3133
  "es.typed-array.to-string",
3083
3134
  "es.typed-array.with",
3135
+ "es.uint8-array.from-base64",
3136
+ "es.uint8-array.from-hex",
3137
+ "es.uint8-array.set-from-base64",
3138
+ "es.uint8-array.set-from-hex",
3139
+ "es.uint8-array.to-base64",
3140
+ "es.uint8-array.to-hex",
3084
3141
  "esnext.typed-array.find-last",
3085
3142
  "esnext.typed-array.find-last-index",
3086
3143
  "esnext.typed-array.to-reversed",
@@ -3164,6 +3221,12 @@
3164
3221
  "es.typed-array.to-sorted",
3165
3222
  "es.typed-array.to-string",
3166
3223
  "es.typed-array.with",
3224
+ "es.uint8-array.from-base64",
3225
+ "es.uint8-array.from-hex",
3226
+ "es.uint8-array.set-from-base64",
3227
+ "es.uint8-array.set-from-hex",
3228
+ "es.uint8-array.to-base64",
3229
+ "es.uint8-array.to-hex",
3167
3230
  "esnext.typed-array.find-last",
3168
3231
  "esnext.typed-array.find-last-index",
3169
3232
  "esnext.typed-array.to-reversed",
@@ -3214,6 +3277,12 @@
3214
3277
  "es.typed-array.to-sorted",
3215
3278
  "es.typed-array.to-string",
3216
3279
  "es.typed-array.with",
3280
+ "es.uint8-array.from-base64",
3281
+ "es.uint8-array.from-hex",
3282
+ "es.uint8-array.set-from-base64",
3283
+ "es.uint8-array.set-from-hex",
3284
+ "es.uint8-array.to-base64",
3285
+ "es.uint8-array.to-hex",
3217
3286
  "esnext.typed-array.find-last",
3218
3287
  "esnext.typed-array.find-last-index",
3219
3288
  "esnext.typed-array.to-reversed",
@@ -3234,9 +3303,11 @@
3234
3303
  "es.typed-array.from"
3235
3304
  ],
3236
3305
  "core-js/actual/typed-array/from-base64": [
3306
+ "es.uint8-array.from-base64",
3237
3307
  "esnext.uint8-array.from-base64"
3238
3308
  ],
3239
3309
  "core-js/actual/typed-array/from-hex": [
3310
+ "es.uint8-array.from-hex",
3240
3311
  "esnext.uint8-array.from-hex"
3241
3312
  ],
3242
3313
  "core-js/actual/typed-array/includes": [
@@ -3282,6 +3353,12 @@
3282
3353
  "es.typed-array.to-sorted",
3283
3354
  "es.typed-array.to-string",
3284
3355
  "es.typed-array.with",
3356
+ "es.uint8-array.from-base64",
3357
+ "es.uint8-array.from-hex",
3358
+ "es.uint8-array.set-from-base64",
3359
+ "es.uint8-array.set-from-hex",
3360
+ "es.uint8-array.to-base64",
3361
+ "es.uint8-array.to-hex",
3285
3362
  "esnext.typed-array.find-last",
3286
3363
  "esnext.typed-array.find-last-index",
3287
3364
  "esnext.typed-array.to-reversed",
@@ -3332,6 +3409,12 @@
3332
3409
  "es.typed-array.to-sorted",
3333
3410
  "es.typed-array.to-string",
3334
3411
  "es.typed-array.with",
3412
+ "es.uint8-array.from-base64",
3413
+ "es.uint8-array.from-hex",
3414
+ "es.uint8-array.set-from-base64",
3415
+ "es.uint8-array.set-from-hex",
3416
+ "es.uint8-array.to-base64",
3417
+ "es.uint8-array.to-hex",
3335
3418
  "esnext.typed-array.find-last",
3336
3419
  "esnext.typed-array.find-last-index",
3337
3420
  "esnext.typed-array.to-reversed",
@@ -3382,6 +3465,12 @@
3382
3465
  "es.typed-array.to-sorted",
3383
3466
  "es.typed-array.to-string",
3384
3467
  "es.typed-array.with",
3468
+ "es.uint8-array.from-base64",
3469
+ "es.uint8-array.from-hex",
3470
+ "es.uint8-array.set-from-base64",
3471
+ "es.uint8-array.set-from-hex",
3472
+ "es.uint8-array.to-base64",
3473
+ "es.uint8-array.to-hex",
3385
3474
  "esnext.typed-array.find-last",
3386
3475
  "esnext.typed-array.find-last-index",
3387
3476
  "esnext.typed-array.to-reversed",
@@ -3446,6 +3535,12 @@
3446
3535
  "es.typed-array.to-sorted",
3447
3536
  "es.typed-array.to-string",
3448
3537
  "es.typed-array.with",
3538
+ "es.uint8-array.from-base64",
3539
+ "es.uint8-array.from-hex",
3540
+ "es.uint8-array.set-from-base64",
3541
+ "es.uint8-array.set-from-hex",
3542
+ "es.uint8-array.to-base64",
3543
+ "es.uint8-array.to-hex",
3449
3544
  "esnext.typed-array.find-last",
3450
3545
  "esnext.typed-array.find-last-index",
3451
3546
  "esnext.typed-array.to-reversed",
@@ -3475,9 +3570,11 @@
3475
3570
  "es.typed-array.set"
3476
3571
  ],
3477
3572
  "core-js/actual/typed-array/set-from-base64": [
3573
+ "es.uint8-array.set-from-base64",
3478
3574
  "esnext.uint8-array.set-from-base64"
3479
3575
  ],
3480
3576
  "core-js/actual/typed-array/set-from-hex": [
3577
+ "es.uint8-array.set-from-hex",
3481
3578
  "esnext.uint8-array.set-from-hex"
3482
3579
  ],
3483
3580
  "core-js/actual/typed-array/slice": [
@@ -3493,9 +3590,11 @@
3493
3590
  "es.typed-array.subarray"
3494
3591
  ],
3495
3592
  "core-js/actual/typed-array/to-base64": [
3593
+ "es.uint8-array.to-base64",
3496
3594
  "esnext.uint8-array.to-base64"
3497
3595
  ],
3498
3596
  "core-js/actual/typed-array/to-hex": [
3597
+ "es.uint8-array.to-hex",
3499
3598
  "esnext.uint8-array.to-hex"
3500
3599
  ],
3501
3600
  "core-js/actual/typed-array/to-locale-string": [
@@ -3553,6 +3652,12 @@
3553
3652
  "es.typed-array.to-sorted",
3554
3653
  "es.typed-array.to-string",
3555
3654
  "es.typed-array.with",
3655
+ "es.uint8-array.from-base64",
3656
+ "es.uint8-array.from-hex",
3657
+ "es.uint8-array.set-from-base64",
3658
+ "es.uint8-array.set-from-hex",
3659
+ "es.uint8-array.to-base64",
3660
+ "es.uint8-array.to-hex",
3556
3661
  "esnext.typed-array.find-last",
3557
3662
  "esnext.typed-array.find-last-index",
3558
3663
  "esnext.typed-array.to-reversed",
@@ -3603,6 +3708,12 @@
3603
3708
  "es.typed-array.to-sorted",
3604
3709
  "es.typed-array.to-string",
3605
3710
  "es.typed-array.with",
3711
+ "es.uint8-array.from-base64",
3712
+ "es.uint8-array.from-hex",
3713
+ "es.uint8-array.set-from-base64",
3714
+ "es.uint8-array.set-from-hex",
3715
+ "es.uint8-array.to-base64",
3716
+ "es.uint8-array.to-hex",
3606
3717
  "esnext.typed-array.find-last",
3607
3718
  "esnext.typed-array.find-last-index",
3608
3719
  "esnext.typed-array.to-reversed",
@@ -3653,6 +3764,12 @@
3653
3764
  "es.typed-array.to-sorted",
3654
3765
  "es.typed-array.to-string",
3655
3766
  "es.typed-array.with",
3767
+ "es.uint8-array.from-base64",
3768
+ "es.uint8-array.from-hex",
3769
+ "es.uint8-array.set-from-base64",
3770
+ "es.uint8-array.set-from-hex",
3771
+ "es.uint8-array.to-base64",
3772
+ "es.uint8-array.to-hex",
3656
3773
  "esnext.typed-array.find-last",
3657
3774
  "esnext.typed-array.find-last-index",
3658
3775
  "esnext.typed-array.to-reversed",
@@ -3703,6 +3820,12 @@
3703
3820
  "es.typed-array.to-sorted",
3704
3821
  "es.typed-array.to-string",
3705
3822
  "es.typed-array.with",
3823
+ "es.uint8-array.from-base64",
3824
+ "es.uint8-array.from-hex",
3825
+ "es.uint8-array.set-from-base64",
3826
+ "es.uint8-array.set-from-hex",
3827
+ "es.uint8-array.to-base64",
3828
+ "es.uint8-array.to-hex",
3706
3829
  "esnext.typed-array.find-last",
3707
3830
  "esnext.typed-array.find-last-index",
3708
3831
  "esnext.typed-array.to-reversed",
@@ -3759,8 +3882,18 @@
3759
3882
  "es.array.iterator",
3760
3883
  "es.object.to-string",
3761
3884
  "es.weak-map",
3885
+ "esnext.weak-map.get-or-insert",
3886
+ "esnext.weak-map.get-or-insert-computed",
3762
3887
  "web.dom-collections.iterator"
3763
3888
  ],
3889
+ "core-js/actual/weak-map/get-or-insert": [
3890
+ "es.weak-map",
3891
+ "esnext.weak-map.get-or-insert"
3892
+ ],
3893
+ "core-js/actual/weak-map/get-or-insert-computed": [
3894
+ "es.weak-map",
3895
+ "esnext.weak-map.get-or-insert-computed"
3896
+ ],
3764
3897
  "core-js/actual/weak-set": [
3765
3898
  "es.array.iterator",
3766
3899
  "es.object.to-string",
@@ -3886,6 +4019,7 @@
3886
4019
  "es.math.log2",
3887
4020
  "es.math.sign",
3888
4021
  "es.math.sinh",
4022
+ "es.math.sum-precise",
3889
4023
  "es.math.tanh",
3890
4024
  "es.math.to-string-tag",
3891
4025
  "es.math.trunc",
@@ -4047,6 +4181,12 @@
4047
4181
  "es.typed-array.to-sorted",
4048
4182
  "es.typed-array.to-string",
4049
4183
  "es.typed-array.with",
4184
+ "es.uint8-array.from-base64",
4185
+ "es.uint8-array.from-hex",
4186
+ "es.uint8-array.set-from-base64",
4187
+ "es.uint8-array.set-from-hex",
4188
+ "es.uint8-array.to-base64",
4189
+ "es.uint8-array.to-hex",
4050
4190
  "es.unescape",
4051
4191
  "es.weak-map",
4052
4192
  "es.weak-set"
@@ -4847,6 +4987,7 @@
4847
4987
  "es.object.to-string"
4848
4988
  ],
4849
4989
  "core-js/es/math": [
4990
+ "es.array.iterator",
4850
4991
  "es.math.acosh",
4851
4992
  "es.math.asinh",
4852
4993
  "es.math.atanh",
@@ -4863,6 +5004,7 @@
4863
5004
  "es.math.log2",
4864
5005
  "es.math.sign",
4865
5006
  "es.math.sinh",
5007
+ "es.math.sum-precise",
4866
5008
  "es.math.tanh",
4867
5009
  "es.math.to-string-tag",
4868
5010
  "es.math.trunc"
@@ -4915,6 +5057,10 @@
4915
5057
  "core-js/es/math/sinh": [
4916
5058
  "es.math.sinh"
4917
5059
  ],
5060
+ "core-js/es/math/sum-precise": [
5061
+ "es.array.iterator",
5062
+ "es.math.sum-precise"
5063
+ ],
4918
5064
  "core-js/es/math/tanh": [
4919
5065
  "es.math.tanh"
4920
5066
  ],
@@ -5767,7 +5913,13 @@
5767
5913
  "es.typed-array.to-reversed",
5768
5914
  "es.typed-array.to-sorted",
5769
5915
  "es.typed-array.to-string",
5770
- "es.typed-array.with"
5916
+ "es.typed-array.with",
5917
+ "es.uint8-array.from-base64",
5918
+ "es.uint8-array.from-hex",
5919
+ "es.uint8-array.set-from-base64",
5920
+ "es.uint8-array.set-from-hex",
5921
+ "es.uint8-array.to-base64",
5922
+ "es.uint8-array.to-hex"
5771
5923
  ],
5772
5924
  "core-js/es/typed-array/at": [
5773
5925
  "es.typed-array.at"
@@ -5836,7 +5988,13 @@
5836
5988
  "es.typed-array.to-reversed",
5837
5989
  "es.typed-array.to-sorted",
5838
5990
  "es.typed-array.to-string",
5839
- "es.typed-array.with"
5991
+ "es.typed-array.with",
5992
+ "es.uint8-array.from-base64",
5993
+ "es.uint8-array.from-hex",
5994
+ "es.uint8-array.set-from-base64",
5995
+ "es.uint8-array.set-from-hex",
5996
+ "es.uint8-array.to-base64",
5997
+ "es.uint8-array.to-hex"
5840
5998
  ],
5841
5999
  "core-js/es/typed-array/float64-array": [
5842
6000
  "es.array-buffer.constructor",
@@ -5874,7 +6032,13 @@
5874
6032
  "es.typed-array.to-reversed",
5875
6033
  "es.typed-array.to-sorted",
5876
6034
  "es.typed-array.to-string",
5877
- "es.typed-array.with"
6035
+ "es.typed-array.with",
6036
+ "es.uint8-array.from-base64",
6037
+ "es.uint8-array.from-hex",
6038
+ "es.uint8-array.set-from-base64",
6039
+ "es.uint8-array.set-from-hex",
6040
+ "es.uint8-array.to-base64",
6041
+ "es.uint8-array.to-hex"
5878
6042
  ],
5879
6043
  "core-js/es/typed-array/for-each": [
5880
6044
  "es.typed-array.for-each"
@@ -5882,6 +6046,12 @@
5882
6046
  "core-js/es/typed-array/from": [
5883
6047
  "es.typed-array.from"
5884
6048
  ],
6049
+ "core-js/es/typed-array/from-base64": [
6050
+ "es.uint8-array.from-base64"
6051
+ ],
6052
+ "core-js/es/typed-array/from-hex": [
6053
+ "es.uint8-array.from-hex"
6054
+ ],
5885
6055
  "core-js/es/typed-array/includes": [
5886
6056
  "es.typed-array.includes"
5887
6057
  ],
@@ -5924,7 +6094,13 @@
5924
6094
  "es.typed-array.to-reversed",
5925
6095
  "es.typed-array.to-sorted",
5926
6096
  "es.typed-array.to-string",
5927
- "es.typed-array.with"
6097
+ "es.typed-array.with",
6098
+ "es.uint8-array.from-base64",
6099
+ "es.uint8-array.from-hex",
6100
+ "es.uint8-array.set-from-base64",
6101
+ "es.uint8-array.set-from-hex",
6102
+ "es.uint8-array.to-base64",
6103
+ "es.uint8-array.to-hex"
5928
6104
  ],
5929
6105
  "core-js/es/typed-array/int32-array": [
5930
6106
  "es.array-buffer.constructor",
@@ -5962,7 +6138,13 @@
5962
6138
  "es.typed-array.to-reversed",
5963
6139
  "es.typed-array.to-sorted",
5964
6140
  "es.typed-array.to-string",
5965
- "es.typed-array.with"
6141
+ "es.typed-array.with",
6142
+ "es.uint8-array.from-base64",
6143
+ "es.uint8-array.from-hex",
6144
+ "es.uint8-array.set-from-base64",
6145
+ "es.uint8-array.set-from-hex",
6146
+ "es.uint8-array.to-base64",
6147
+ "es.uint8-array.to-hex"
5966
6148
  ],
5967
6149
  "core-js/es/typed-array/int8-array": [
5968
6150
  "es.array-buffer.constructor",
@@ -6000,7 +6182,13 @@
6000
6182
  "es.typed-array.to-reversed",
6001
6183
  "es.typed-array.to-sorted",
6002
6184
  "es.typed-array.to-string",
6003
- "es.typed-array.with"
6185
+ "es.typed-array.with",
6186
+ "es.uint8-array.from-base64",
6187
+ "es.uint8-array.from-hex",
6188
+ "es.uint8-array.set-from-base64",
6189
+ "es.uint8-array.set-from-hex",
6190
+ "es.uint8-array.to-base64",
6191
+ "es.uint8-array.to-hex"
6004
6192
  ],
6005
6193
  "core-js/es/typed-array/iterator": [
6006
6194
  "es.object.to-string",
@@ -6052,7 +6240,13 @@
6052
6240
  "es.typed-array.to-reversed",
6053
6241
  "es.typed-array.to-sorted",
6054
6242
  "es.typed-array.to-string",
6055
- "es.typed-array.with"
6243
+ "es.typed-array.with",
6244
+ "es.uint8-array.from-base64",
6245
+ "es.uint8-array.from-hex",
6246
+ "es.uint8-array.set-from-base64",
6247
+ "es.uint8-array.set-from-hex",
6248
+ "es.uint8-array.to-base64",
6249
+ "es.uint8-array.to-hex"
6056
6250
  ],
6057
6251
  "core-js/es/typed-array/of": [
6058
6252
  "es.typed-array.of"
@@ -6069,6 +6263,12 @@
6069
6263
  "core-js/es/typed-array/set": [
6070
6264
  "es.typed-array.set"
6071
6265
  ],
6266
+ "core-js/es/typed-array/set-from-base64": [
6267
+ "es.uint8-array.set-from-base64"
6268
+ ],
6269
+ "core-js/es/typed-array/set-from-hex": [
6270
+ "es.uint8-array.set-from-hex"
6271
+ ],
6072
6272
  "core-js/es/typed-array/slice": [
6073
6273
  "es.typed-array.slice"
6074
6274
  ],
@@ -6081,6 +6281,12 @@
6081
6281
  "core-js/es/typed-array/subarray": [
6082
6282
  "es.typed-array.subarray"
6083
6283
  ],
6284
+ "core-js/es/typed-array/to-base64": [
6285
+ "es.uint8-array.to-base64"
6286
+ ],
6287
+ "core-js/es/typed-array/to-hex": [
6288
+ "es.uint8-array.to-hex"
6289
+ ],
6084
6290
  "core-js/es/typed-array/to-locale-string": [
6085
6291
  "es.typed-array.to-locale-string"
6086
6292
  ],
@@ -6130,7 +6336,13 @@
6130
6336
  "es.typed-array.to-reversed",
6131
6337
  "es.typed-array.to-sorted",
6132
6338
  "es.typed-array.to-string",
6133
- "es.typed-array.with"
6339
+ "es.typed-array.with",
6340
+ "es.uint8-array.from-base64",
6341
+ "es.uint8-array.from-hex",
6342
+ "es.uint8-array.set-from-base64",
6343
+ "es.uint8-array.set-from-hex",
6344
+ "es.uint8-array.to-base64",
6345
+ "es.uint8-array.to-hex"
6134
6346
  ],
6135
6347
  "core-js/es/typed-array/uint32-array": [
6136
6348
  "es.array-buffer.constructor",
@@ -6168,7 +6380,13 @@
6168
6380
  "es.typed-array.to-reversed",
6169
6381
  "es.typed-array.to-sorted",
6170
6382
  "es.typed-array.to-string",
6171
- "es.typed-array.with"
6383
+ "es.typed-array.with",
6384
+ "es.uint8-array.from-base64",
6385
+ "es.uint8-array.from-hex",
6386
+ "es.uint8-array.set-from-base64",
6387
+ "es.uint8-array.set-from-hex",
6388
+ "es.uint8-array.to-base64",
6389
+ "es.uint8-array.to-hex"
6172
6390
  ],
6173
6391
  "core-js/es/typed-array/uint8-array": [
6174
6392
  "es.array-buffer.constructor",
@@ -6206,7 +6424,13 @@
6206
6424
  "es.typed-array.to-reversed",
6207
6425
  "es.typed-array.to-sorted",
6208
6426
  "es.typed-array.to-string",
6209
- "es.typed-array.with"
6427
+ "es.typed-array.with",
6428
+ "es.uint8-array.from-base64",
6429
+ "es.uint8-array.from-hex",
6430
+ "es.uint8-array.set-from-base64",
6431
+ "es.uint8-array.set-from-hex",
6432
+ "es.uint8-array.to-base64",
6433
+ "es.uint8-array.to-hex"
6210
6434
  ],
6211
6435
  "core-js/es/typed-array/uint8-clamped-array": [
6212
6436
  "es.array-buffer.constructor",
@@ -6244,7 +6468,13 @@
6244
6468
  "es.typed-array.to-reversed",
6245
6469
  "es.typed-array.to-sorted",
6246
6470
  "es.typed-array.to-string",
6247
- "es.typed-array.with"
6471
+ "es.typed-array.with",
6472
+ "es.uint8-array.from-base64",
6473
+ "es.uint8-array.from-hex",
6474
+ "es.uint8-array.set-from-base64",
6475
+ "es.uint8-array.set-from-hex",
6476
+ "es.uint8-array.to-base64",
6477
+ "es.uint8-array.to-hex"
6248
6478
  ],
6249
6479
  "core-js/es/typed-array/values": [
6250
6480
  "es.object.to-string",
@@ -6385,6 +6615,7 @@
6385
6615
  "es.math.log2",
6386
6616
  "es.math.sign",
6387
6617
  "es.math.sinh",
6618
+ "es.math.sum-precise",
6388
6619
  "es.math.tanh",
6389
6620
  "es.math.to-string-tag",
6390
6621
  "es.math.trunc",
@@ -6546,6 +6777,12 @@
6546
6777
  "es.typed-array.to-sorted",
6547
6778
  "es.typed-array.to-string",
6548
6779
  "es.typed-array.with",
6780
+ "es.uint8-array.from-base64",
6781
+ "es.uint8-array.from-hex",
6782
+ "es.uint8-array.set-from-base64",
6783
+ "es.uint8-array.set-from-hex",
6784
+ "es.uint8-array.to-base64",
6785
+ "es.uint8-array.to-hex",
6549
6786
  "es.unescape",
6550
6787
  "es.weak-map",
6551
6788
  "es.weak-set",
@@ -7947,6 +8184,7 @@
7947
8184
  "es.string.iterator",
7948
8185
  "esnext.iterator.chunks",
7949
8186
  "esnext.iterator.concat",
8187
+ "esnext.iterator.sliding",
7950
8188
  "esnext.iterator.windows",
7951
8189
  "web.dom-collections.iterator"
7952
8190
  ],
@@ -8027,6 +8265,7 @@
8027
8265
  "esnext.iterator.from",
8028
8266
  "esnext.iterator.map",
8029
8267
  "esnext.iterator.reduce",
8268
+ "esnext.iterator.sliding",
8030
8269
  "esnext.iterator.some",
8031
8270
  "esnext.iterator.take",
8032
8271
  "esnext.iterator.to-array",
@@ -8065,6 +8304,7 @@
8065
8304
  "esnext.iterator.constructor",
8066
8305
  "esnext.iterator.chunks",
8067
8306
  "esnext.iterator.range",
8307
+ "esnext.iterator.sliding",
8068
8308
  "esnext.iterator.windows",
8069
8309
  "web.dom-collections.iterator"
8070
8310
  ],
@@ -8130,6 +8370,7 @@
8130
8370
  "es.object.to-string",
8131
8371
  "es.string.iterator",
8132
8372
  "esnext.iterator.chunks",
8373
+ "esnext.iterator.sliding",
8133
8374
  "esnext.iterator.windows",
8134
8375
  "esnext.iterator.zip",
8135
8376
  "web.dom-collections.iterator"
@@ -8153,6 +8394,7 @@
8153
8394
  "es.reflect.own-keys",
8154
8395
  "es.string.iterator",
8155
8396
  "esnext.iterator.chunks",
8397
+ "esnext.iterator.sliding",
8156
8398
  "esnext.iterator.windows",
8157
8399
  "esnext.iterator.zip-keyed",
8158
8400
  "web.dom-collections.iterator"
@@ -8396,6 +8638,7 @@
8396
8638
  "es.math.log2",
8397
8639
  "es.math.sign",
8398
8640
  "es.math.sinh",
8641
+ "es.math.sum-precise",
8399
8642
  "es.math.tanh",
8400
8643
  "es.math.to-string-tag",
8401
8644
  "es.math.trunc",
@@ -8502,6 +8745,7 @@
8502
8745
  ],
8503
8746
  "core-js/features/math/sum-precise": [
8504
8747
  "es.array.iterator",
8748
+ "es.math.sum-precise",
8505
8749
  "esnext.math.sum-precise"
8506
8750
  ],
8507
8751
  "core-js/features/math/tanh": [
@@ -9721,6 +9965,12 @@
9721
9965
  "es.typed-array.to-sorted",
9722
9966
  "es.typed-array.to-string",
9723
9967
  "es.typed-array.with",
9968
+ "es.uint8-array.from-base64",
9969
+ "es.uint8-array.from-hex",
9970
+ "es.uint8-array.set-from-base64",
9971
+ "es.uint8-array.set-from-hex",
9972
+ "es.uint8-array.to-base64",
9973
+ "es.uint8-array.to-hex",
9724
9974
  "esnext.typed-array.from-async",
9725
9975
  "esnext.typed-array.at",
9726
9976
  "esnext.typed-array.filter-out",
@@ -9819,6 +10069,12 @@
9819
10069
  "es.typed-array.to-sorted",
9820
10070
  "es.typed-array.to-string",
9821
10071
  "es.typed-array.with",
10072
+ "es.uint8-array.from-base64",
10073
+ "es.uint8-array.from-hex",
10074
+ "es.uint8-array.set-from-base64",
10075
+ "es.uint8-array.set-from-hex",
10076
+ "es.uint8-array.to-base64",
10077
+ "es.uint8-array.to-hex",
9822
10078
  "esnext.typed-array.from-async",
9823
10079
  "esnext.typed-array.at",
9824
10080
  "esnext.typed-array.filter-out",
@@ -9877,6 +10133,12 @@
9877
10133
  "es.typed-array.to-sorted",
9878
10134
  "es.typed-array.to-string",
9879
10135
  "es.typed-array.with",
10136
+ "es.uint8-array.from-base64",
10137
+ "es.uint8-array.from-hex",
10138
+ "es.uint8-array.set-from-base64",
10139
+ "es.uint8-array.set-from-hex",
10140
+ "es.uint8-array.to-base64",
10141
+ "es.uint8-array.to-hex",
9880
10142
  "esnext.typed-array.from-async",
9881
10143
  "esnext.typed-array.at",
9882
10144
  "esnext.typed-array.filter-out",
@@ -9906,9 +10168,11 @@
9906
10168
  "esnext.typed-array.from-async"
9907
10169
  ],
9908
10170
  "core-js/features/typed-array/from-base64": [
10171
+ "es.uint8-array.from-base64",
9909
10172
  "esnext.uint8-array.from-base64"
9910
10173
  ],
9911
10174
  "core-js/features/typed-array/from-hex": [
10175
+ "es.uint8-array.from-hex",
9912
10176
  "esnext.uint8-array.from-hex"
9913
10177
  ],
9914
10178
  "core-js/features/typed-array/group-by": [
@@ -9959,6 +10223,12 @@
9959
10223
  "es.typed-array.to-sorted",
9960
10224
  "es.typed-array.to-string",
9961
10225
  "es.typed-array.with",
10226
+ "es.uint8-array.from-base64",
10227
+ "es.uint8-array.from-hex",
10228
+ "es.uint8-array.set-from-base64",
10229
+ "es.uint8-array.set-from-hex",
10230
+ "es.uint8-array.to-base64",
10231
+ "es.uint8-array.to-hex",
9962
10232
  "esnext.typed-array.from-async",
9963
10233
  "esnext.typed-array.at",
9964
10234
  "esnext.typed-array.filter-out",
@@ -10017,6 +10287,12 @@
10017
10287
  "es.typed-array.to-sorted",
10018
10288
  "es.typed-array.to-string",
10019
10289
  "es.typed-array.with",
10290
+ "es.uint8-array.from-base64",
10291
+ "es.uint8-array.from-hex",
10292
+ "es.uint8-array.set-from-base64",
10293
+ "es.uint8-array.set-from-hex",
10294
+ "es.uint8-array.to-base64",
10295
+ "es.uint8-array.to-hex",
10020
10296
  "esnext.typed-array.from-async",
10021
10297
  "esnext.typed-array.at",
10022
10298
  "esnext.typed-array.filter-out",
@@ -10075,6 +10351,12 @@
10075
10351
  "es.typed-array.to-sorted",
10076
10352
  "es.typed-array.to-string",
10077
10353
  "es.typed-array.with",
10354
+ "es.uint8-array.from-base64",
10355
+ "es.uint8-array.from-hex",
10356
+ "es.uint8-array.set-from-base64",
10357
+ "es.uint8-array.set-from-hex",
10358
+ "es.uint8-array.to-base64",
10359
+ "es.uint8-array.to-hex",
10078
10360
  "esnext.typed-array.from-async",
10079
10361
  "esnext.typed-array.at",
10080
10362
  "esnext.typed-array.filter-out",
@@ -10147,6 +10429,12 @@
10147
10429
  "es.typed-array.to-sorted",
10148
10430
  "es.typed-array.to-string",
10149
10431
  "es.typed-array.with",
10432
+ "es.uint8-array.from-base64",
10433
+ "es.uint8-array.from-hex",
10434
+ "es.uint8-array.set-from-base64",
10435
+ "es.uint8-array.set-from-hex",
10436
+ "es.uint8-array.to-base64",
10437
+ "es.uint8-array.to-hex",
10150
10438
  "esnext.typed-array.from-async",
10151
10439
  "esnext.typed-array.at",
10152
10440
  "esnext.typed-array.filter-out",
@@ -10182,9 +10470,11 @@
10182
10470
  "es.typed-array.set"
10183
10471
  ],
10184
10472
  "core-js/features/typed-array/set-from-base64": [
10473
+ "es.uint8-array.set-from-base64",
10185
10474
  "esnext.uint8-array.set-from-base64"
10186
10475
  ],
10187
10476
  "core-js/features/typed-array/set-from-hex": [
10477
+ "es.uint8-array.set-from-hex",
10188
10478
  "esnext.uint8-array.set-from-hex"
10189
10479
  ],
10190
10480
  "core-js/features/typed-array/slice": [
@@ -10200,9 +10490,11 @@
10200
10490
  "es.typed-array.subarray"
10201
10491
  ],
10202
10492
  "core-js/features/typed-array/to-base64": [
10493
+ "es.uint8-array.to-base64",
10203
10494
  "esnext.uint8-array.to-base64"
10204
10495
  ],
10205
10496
  "core-js/features/typed-array/to-hex": [
10497
+ "es.uint8-array.to-hex",
10206
10498
  "esnext.uint8-array.to-hex"
10207
10499
  ],
10208
10500
  "core-js/features/typed-array/to-locale-string": [
@@ -10262,6 +10554,12 @@
10262
10554
  "es.typed-array.to-sorted",
10263
10555
  "es.typed-array.to-string",
10264
10556
  "es.typed-array.with",
10557
+ "es.uint8-array.from-base64",
10558
+ "es.uint8-array.from-hex",
10559
+ "es.uint8-array.set-from-base64",
10560
+ "es.uint8-array.set-from-hex",
10561
+ "es.uint8-array.to-base64",
10562
+ "es.uint8-array.to-hex",
10265
10563
  "esnext.typed-array.from-async",
10266
10564
  "esnext.typed-array.at",
10267
10565
  "esnext.typed-array.filter-out",
@@ -10320,6 +10618,12 @@
10320
10618
  "es.typed-array.to-sorted",
10321
10619
  "es.typed-array.to-string",
10322
10620
  "es.typed-array.with",
10621
+ "es.uint8-array.from-base64",
10622
+ "es.uint8-array.from-hex",
10623
+ "es.uint8-array.set-from-base64",
10624
+ "es.uint8-array.set-from-hex",
10625
+ "es.uint8-array.to-base64",
10626
+ "es.uint8-array.to-hex",
10323
10627
  "esnext.typed-array.from-async",
10324
10628
  "esnext.typed-array.at",
10325
10629
  "esnext.typed-array.filter-out",
@@ -10378,6 +10682,12 @@
10378
10682
  "es.typed-array.to-sorted",
10379
10683
  "es.typed-array.to-string",
10380
10684
  "es.typed-array.with",
10685
+ "es.uint8-array.from-base64",
10686
+ "es.uint8-array.from-hex",
10687
+ "es.uint8-array.set-from-base64",
10688
+ "es.uint8-array.set-from-hex",
10689
+ "es.uint8-array.to-base64",
10690
+ "es.uint8-array.to-hex",
10381
10691
  "esnext.typed-array.from-async",
10382
10692
  "esnext.typed-array.at",
10383
10693
  "esnext.typed-array.filter-out",
@@ -10436,6 +10746,12 @@
10436
10746
  "es.typed-array.to-sorted",
10437
10747
  "es.typed-array.to-string",
10438
10748
  "es.typed-array.with",
10749
+ "es.uint8-array.from-base64",
10750
+ "es.uint8-array.from-hex",
10751
+ "es.uint8-array.set-from-base64",
10752
+ "es.uint8-array.set-from-hex",
10753
+ "es.uint8-array.to-base64",
10754
+ "es.uint8-array.to-hex",
10439
10755
  "esnext.typed-array.from-async",
10440
10756
  "esnext.typed-array.at",
10441
10757
  "esnext.typed-array.filter-out",
@@ -10710,6 +11026,7 @@
10710
11026
  "es.math.log2",
10711
11027
  "es.math.sign",
10712
11028
  "es.math.sinh",
11029
+ "es.math.sum-precise",
10713
11030
  "es.math.tanh",
10714
11031
  "es.math.to-string-tag",
10715
11032
  "es.math.trunc",
@@ -10871,6 +11188,12 @@
10871
11188
  "es.typed-array.to-sorted",
10872
11189
  "es.typed-array.to-string",
10873
11190
  "es.typed-array.with",
11191
+ "es.uint8-array.from-base64",
11192
+ "es.uint8-array.from-hex",
11193
+ "es.uint8-array.set-from-base64",
11194
+ "es.uint8-array.set-from-hex",
11195
+ "es.uint8-array.to-base64",
11196
+ "es.uint8-array.to-hex",
10874
11197
  "es.unescape",
10875
11198
  "es.weak-map",
10876
11199
  "es.weak-set",
@@ -12272,6 +12595,7 @@
12272
12595
  "es.string.iterator",
12273
12596
  "esnext.iterator.chunks",
12274
12597
  "esnext.iterator.concat",
12598
+ "esnext.iterator.sliding",
12275
12599
  "esnext.iterator.windows",
12276
12600
  "web.dom-collections.iterator"
12277
12601
  ],
@@ -12352,6 +12676,7 @@
12352
12676
  "esnext.iterator.from",
12353
12677
  "esnext.iterator.map",
12354
12678
  "esnext.iterator.reduce",
12679
+ "esnext.iterator.sliding",
12355
12680
  "esnext.iterator.some",
12356
12681
  "esnext.iterator.take",
12357
12682
  "esnext.iterator.to-array",
@@ -12390,6 +12715,7 @@
12390
12715
  "esnext.iterator.constructor",
12391
12716
  "esnext.iterator.chunks",
12392
12717
  "esnext.iterator.range",
12718
+ "esnext.iterator.sliding",
12393
12719
  "esnext.iterator.windows",
12394
12720
  "web.dom-collections.iterator"
12395
12721
  ],
@@ -12455,6 +12781,7 @@
12455
12781
  "es.object.to-string",
12456
12782
  "es.string.iterator",
12457
12783
  "esnext.iterator.chunks",
12784
+ "esnext.iterator.sliding",
12458
12785
  "esnext.iterator.windows",
12459
12786
  "esnext.iterator.zip",
12460
12787
  "web.dom-collections.iterator"
@@ -12478,6 +12805,7 @@
12478
12805
  "es.reflect.own-keys",
12479
12806
  "es.string.iterator",
12480
12807
  "esnext.iterator.chunks",
12808
+ "esnext.iterator.sliding",
12481
12809
  "esnext.iterator.windows",
12482
12810
  "esnext.iterator.zip-keyed",
12483
12811
  "web.dom-collections.iterator"
@@ -12721,6 +13049,7 @@
12721
13049
  "es.math.log2",
12722
13050
  "es.math.sign",
12723
13051
  "es.math.sinh",
13052
+ "es.math.sum-precise",
12724
13053
  "es.math.tanh",
12725
13054
  "es.math.to-string-tag",
12726
13055
  "es.math.trunc",
@@ -12827,6 +13156,7 @@
12827
13156
  ],
12828
13157
  "core-js/full/math/sum-precise": [
12829
13158
  "es.array.iterator",
13159
+ "es.math.sum-precise",
12830
13160
  "esnext.math.sum-precise"
12831
13161
  ],
12832
13162
  "core-js/full/math/tanh": [
@@ -14046,6 +14376,12 @@
14046
14376
  "es.typed-array.to-sorted",
14047
14377
  "es.typed-array.to-string",
14048
14378
  "es.typed-array.with",
14379
+ "es.uint8-array.from-base64",
14380
+ "es.uint8-array.from-hex",
14381
+ "es.uint8-array.set-from-base64",
14382
+ "es.uint8-array.set-from-hex",
14383
+ "es.uint8-array.to-base64",
14384
+ "es.uint8-array.to-hex",
14049
14385
  "esnext.typed-array.from-async",
14050
14386
  "esnext.typed-array.at",
14051
14387
  "esnext.typed-array.filter-out",
@@ -14144,6 +14480,12 @@
14144
14480
  "es.typed-array.to-sorted",
14145
14481
  "es.typed-array.to-string",
14146
14482
  "es.typed-array.with",
14483
+ "es.uint8-array.from-base64",
14484
+ "es.uint8-array.from-hex",
14485
+ "es.uint8-array.set-from-base64",
14486
+ "es.uint8-array.set-from-hex",
14487
+ "es.uint8-array.to-base64",
14488
+ "es.uint8-array.to-hex",
14147
14489
  "esnext.typed-array.from-async",
14148
14490
  "esnext.typed-array.at",
14149
14491
  "esnext.typed-array.filter-out",
@@ -14202,6 +14544,12 @@
14202
14544
  "es.typed-array.to-sorted",
14203
14545
  "es.typed-array.to-string",
14204
14546
  "es.typed-array.with",
14547
+ "es.uint8-array.from-base64",
14548
+ "es.uint8-array.from-hex",
14549
+ "es.uint8-array.set-from-base64",
14550
+ "es.uint8-array.set-from-hex",
14551
+ "es.uint8-array.to-base64",
14552
+ "es.uint8-array.to-hex",
14205
14553
  "esnext.typed-array.from-async",
14206
14554
  "esnext.typed-array.at",
14207
14555
  "esnext.typed-array.filter-out",
@@ -14231,9 +14579,11 @@
14231
14579
  "esnext.typed-array.from-async"
14232
14580
  ],
14233
14581
  "core-js/full/typed-array/from-base64": [
14582
+ "es.uint8-array.from-base64",
14234
14583
  "esnext.uint8-array.from-base64"
14235
14584
  ],
14236
14585
  "core-js/full/typed-array/from-hex": [
14586
+ "es.uint8-array.from-hex",
14237
14587
  "esnext.uint8-array.from-hex"
14238
14588
  ],
14239
14589
  "core-js/full/typed-array/group-by": [
@@ -14284,6 +14634,12 @@
14284
14634
  "es.typed-array.to-sorted",
14285
14635
  "es.typed-array.to-string",
14286
14636
  "es.typed-array.with",
14637
+ "es.uint8-array.from-base64",
14638
+ "es.uint8-array.from-hex",
14639
+ "es.uint8-array.set-from-base64",
14640
+ "es.uint8-array.set-from-hex",
14641
+ "es.uint8-array.to-base64",
14642
+ "es.uint8-array.to-hex",
14287
14643
  "esnext.typed-array.from-async",
14288
14644
  "esnext.typed-array.at",
14289
14645
  "esnext.typed-array.filter-out",
@@ -14342,6 +14698,12 @@
14342
14698
  "es.typed-array.to-sorted",
14343
14699
  "es.typed-array.to-string",
14344
14700
  "es.typed-array.with",
14701
+ "es.uint8-array.from-base64",
14702
+ "es.uint8-array.from-hex",
14703
+ "es.uint8-array.set-from-base64",
14704
+ "es.uint8-array.set-from-hex",
14705
+ "es.uint8-array.to-base64",
14706
+ "es.uint8-array.to-hex",
14345
14707
  "esnext.typed-array.from-async",
14346
14708
  "esnext.typed-array.at",
14347
14709
  "esnext.typed-array.filter-out",
@@ -14400,6 +14762,12 @@
14400
14762
  "es.typed-array.to-sorted",
14401
14763
  "es.typed-array.to-string",
14402
14764
  "es.typed-array.with",
14765
+ "es.uint8-array.from-base64",
14766
+ "es.uint8-array.from-hex",
14767
+ "es.uint8-array.set-from-base64",
14768
+ "es.uint8-array.set-from-hex",
14769
+ "es.uint8-array.to-base64",
14770
+ "es.uint8-array.to-hex",
14403
14771
  "esnext.typed-array.from-async",
14404
14772
  "esnext.typed-array.at",
14405
14773
  "esnext.typed-array.filter-out",
@@ -14472,6 +14840,12 @@
14472
14840
  "es.typed-array.to-sorted",
14473
14841
  "es.typed-array.to-string",
14474
14842
  "es.typed-array.with",
14843
+ "es.uint8-array.from-base64",
14844
+ "es.uint8-array.from-hex",
14845
+ "es.uint8-array.set-from-base64",
14846
+ "es.uint8-array.set-from-hex",
14847
+ "es.uint8-array.to-base64",
14848
+ "es.uint8-array.to-hex",
14475
14849
  "esnext.typed-array.from-async",
14476
14850
  "esnext.typed-array.at",
14477
14851
  "esnext.typed-array.filter-out",
@@ -14507,9 +14881,11 @@
14507
14881
  "es.typed-array.set"
14508
14882
  ],
14509
14883
  "core-js/full/typed-array/set-from-base64": [
14884
+ "es.uint8-array.set-from-base64",
14510
14885
  "esnext.uint8-array.set-from-base64"
14511
14886
  ],
14512
14887
  "core-js/full/typed-array/set-from-hex": [
14888
+ "es.uint8-array.set-from-hex",
14513
14889
  "esnext.uint8-array.set-from-hex"
14514
14890
  ],
14515
14891
  "core-js/full/typed-array/slice": [
@@ -14525,9 +14901,11 @@
14525
14901
  "es.typed-array.subarray"
14526
14902
  ],
14527
14903
  "core-js/full/typed-array/to-base64": [
14904
+ "es.uint8-array.to-base64",
14528
14905
  "esnext.uint8-array.to-base64"
14529
14906
  ],
14530
14907
  "core-js/full/typed-array/to-hex": [
14908
+ "es.uint8-array.to-hex",
14531
14909
  "esnext.uint8-array.to-hex"
14532
14910
  ],
14533
14911
  "core-js/full/typed-array/to-locale-string": [
@@ -14587,6 +14965,12 @@
14587
14965
  "es.typed-array.to-sorted",
14588
14966
  "es.typed-array.to-string",
14589
14967
  "es.typed-array.with",
14968
+ "es.uint8-array.from-base64",
14969
+ "es.uint8-array.from-hex",
14970
+ "es.uint8-array.set-from-base64",
14971
+ "es.uint8-array.set-from-hex",
14972
+ "es.uint8-array.to-base64",
14973
+ "es.uint8-array.to-hex",
14590
14974
  "esnext.typed-array.from-async",
14591
14975
  "esnext.typed-array.at",
14592
14976
  "esnext.typed-array.filter-out",
@@ -14645,6 +15029,12 @@
14645
15029
  "es.typed-array.to-sorted",
14646
15030
  "es.typed-array.to-string",
14647
15031
  "es.typed-array.with",
15032
+ "es.uint8-array.from-base64",
15033
+ "es.uint8-array.from-hex",
15034
+ "es.uint8-array.set-from-base64",
15035
+ "es.uint8-array.set-from-hex",
15036
+ "es.uint8-array.to-base64",
15037
+ "es.uint8-array.to-hex",
14648
15038
  "esnext.typed-array.from-async",
14649
15039
  "esnext.typed-array.at",
14650
15040
  "esnext.typed-array.filter-out",
@@ -14703,6 +15093,12 @@
14703
15093
  "es.typed-array.to-sorted",
14704
15094
  "es.typed-array.to-string",
14705
15095
  "es.typed-array.with",
15096
+ "es.uint8-array.from-base64",
15097
+ "es.uint8-array.from-hex",
15098
+ "es.uint8-array.set-from-base64",
15099
+ "es.uint8-array.set-from-hex",
15100
+ "es.uint8-array.to-base64",
15101
+ "es.uint8-array.to-hex",
14706
15102
  "esnext.typed-array.from-async",
14707
15103
  "esnext.typed-array.at",
14708
15104
  "esnext.typed-array.filter-out",
@@ -14761,6 +15157,12 @@
14761
15157
  "es.typed-array.to-sorted",
14762
15158
  "es.typed-array.to-string",
14763
15159
  "es.typed-array.with",
15160
+ "es.uint8-array.from-base64",
15161
+ "es.uint8-array.from-hex",
15162
+ "es.uint8-array.set-from-base64",
15163
+ "es.uint8-array.set-from-hex",
15164
+ "es.uint8-array.to-base64",
15165
+ "es.uint8-array.to-hex",
14764
15166
  "esnext.typed-array.from-async",
14765
15167
  "esnext.typed-array.at",
14766
15168
  "esnext.typed-array.filter-out",
@@ -15234,6 +15636,9 @@
15234
15636
  "core-js/modules/es.math.sinh": [
15235
15637
  "es.math.sinh"
15236
15638
  ],
15639
+ "core-js/modules/es.math.sum-precise": [
15640
+ "es.math.sum-precise"
15641
+ ],
15237
15642
  "core-js/modules/es.math.tanh": [
15238
15643
  "es.math.tanh"
15239
15644
  ],
@@ -15801,6 +16206,24 @@
15801
16206
  "core-js/modules/es.typed-array.with": [
15802
16207
  "es.typed-array.with"
15803
16208
  ],
16209
+ "core-js/modules/es.uint8-array.from-base64": [
16210
+ "es.uint8-array.from-base64"
16211
+ ],
16212
+ "core-js/modules/es.uint8-array.from-hex": [
16213
+ "es.uint8-array.from-hex"
16214
+ ],
16215
+ "core-js/modules/es.uint8-array.set-from-base64": [
16216
+ "es.uint8-array.set-from-base64"
16217
+ ],
16218
+ "core-js/modules/es.uint8-array.set-from-hex": [
16219
+ "es.uint8-array.set-from-hex"
16220
+ ],
16221
+ "core-js/modules/es.uint8-array.to-base64": [
16222
+ "es.uint8-array.to-base64"
16223
+ ],
16224
+ "core-js/modules/es.uint8-array.to-hex": [
16225
+ "es.uint8-array.to-hex"
16226
+ ],
15804
16227
  "core-js/modules/es.unescape": [
15805
16228
  "es.unescape"
15806
16229
  ],
@@ -17439,6 +17862,7 @@
17439
17862
  "es.math.log2",
17440
17863
  "es.math.sign",
17441
17864
  "es.math.sinh",
17865
+ "es.math.sum-precise",
17442
17866
  "es.math.tanh",
17443
17867
  "es.math.to-string-tag",
17444
17868
  "es.math.trunc",
@@ -17600,6 +18024,12 @@
17600
18024
  "es.typed-array.to-sorted",
17601
18025
  "es.typed-array.to-string",
17602
18026
  "es.typed-array.with",
18027
+ "es.uint8-array.from-base64",
18028
+ "es.uint8-array.from-hex",
18029
+ "es.uint8-array.set-from-base64",
18030
+ "es.uint8-array.set-from-hex",
18031
+ "es.uint8-array.to-base64",
18032
+ "es.uint8-array.to-hex",
17603
18033
  "es.unescape",
17604
18034
  "es.weak-map",
17605
18035
  "es.weak-set",
@@ -18477,6 +18907,7 @@
18477
18907
  "es.object.to-string"
18478
18908
  ],
18479
18909
  "core-js/stable/math": [
18910
+ "es.array.iterator",
18480
18911
  "es.math.acosh",
18481
18912
  "es.math.asinh",
18482
18913
  "es.math.atanh",
@@ -18493,6 +18924,7 @@
18493
18924
  "es.math.log2",
18494
18925
  "es.math.sign",
18495
18926
  "es.math.sinh",
18927
+ "es.math.sum-precise",
18496
18928
  "es.math.tanh",
18497
18929
  "es.math.to-string-tag",
18498
18930
  "es.math.trunc"
@@ -18545,6 +18977,10 @@
18545
18977
  "core-js/stable/math/sinh": [
18546
18978
  "es.math.sinh"
18547
18979
  ],
18980
+ "core-js/stable/math/sum-precise": [
18981
+ "es.array.iterator",
18982
+ "es.math.sum-precise"
18983
+ ],
18548
18984
  "core-js/stable/math/tanh": [
18549
18985
  "es.math.tanh"
18550
18986
  ],
@@ -19431,7 +19867,13 @@
19431
19867
  "es.typed-array.to-reversed",
19432
19868
  "es.typed-array.to-sorted",
19433
19869
  "es.typed-array.to-string",
19434
- "es.typed-array.with"
19870
+ "es.typed-array.with",
19871
+ "es.uint8-array.from-base64",
19872
+ "es.uint8-array.from-hex",
19873
+ "es.uint8-array.set-from-base64",
19874
+ "es.uint8-array.set-from-hex",
19875
+ "es.uint8-array.to-base64",
19876
+ "es.uint8-array.to-hex"
19435
19877
  ],
19436
19878
  "core-js/stable/typed-array/at": [
19437
19879
  "es.typed-array.at"
@@ -19500,7 +19942,13 @@
19500
19942
  "es.typed-array.to-reversed",
19501
19943
  "es.typed-array.to-sorted",
19502
19944
  "es.typed-array.to-string",
19503
- "es.typed-array.with"
19945
+ "es.typed-array.with",
19946
+ "es.uint8-array.from-base64",
19947
+ "es.uint8-array.from-hex",
19948
+ "es.uint8-array.set-from-base64",
19949
+ "es.uint8-array.set-from-hex",
19950
+ "es.uint8-array.to-base64",
19951
+ "es.uint8-array.to-hex"
19504
19952
  ],
19505
19953
  "core-js/stable/typed-array/float64-array": [
19506
19954
  "es.array-buffer.constructor",
@@ -19538,7 +19986,13 @@
19538
19986
  "es.typed-array.to-reversed",
19539
19987
  "es.typed-array.to-sorted",
19540
19988
  "es.typed-array.to-string",
19541
- "es.typed-array.with"
19989
+ "es.typed-array.with",
19990
+ "es.uint8-array.from-base64",
19991
+ "es.uint8-array.from-hex",
19992
+ "es.uint8-array.set-from-base64",
19993
+ "es.uint8-array.set-from-hex",
19994
+ "es.uint8-array.to-base64",
19995
+ "es.uint8-array.to-hex"
19542
19996
  ],
19543
19997
  "core-js/stable/typed-array/for-each": [
19544
19998
  "es.typed-array.for-each"
@@ -19546,6 +20000,12 @@
19546
20000
  "core-js/stable/typed-array/from": [
19547
20001
  "es.typed-array.from"
19548
20002
  ],
20003
+ "core-js/stable/typed-array/from-base64": [
20004
+ "es.uint8-array.from-base64"
20005
+ ],
20006
+ "core-js/stable/typed-array/from-hex": [
20007
+ "es.uint8-array.from-hex"
20008
+ ],
19549
20009
  "core-js/stable/typed-array/includes": [
19550
20010
  "es.typed-array.includes"
19551
20011
  ],
@@ -19588,7 +20048,13 @@
19588
20048
  "es.typed-array.to-reversed",
19589
20049
  "es.typed-array.to-sorted",
19590
20050
  "es.typed-array.to-string",
19591
- "es.typed-array.with"
20051
+ "es.typed-array.with",
20052
+ "es.uint8-array.from-base64",
20053
+ "es.uint8-array.from-hex",
20054
+ "es.uint8-array.set-from-base64",
20055
+ "es.uint8-array.set-from-hex",
20056
+ "es.uint8-array.to-base64",
20057
+ "es.uint8-array.to-hex"
19592
20058
  ],
19593
20059
  "core-js/stable/typed-array/int32-array": [
19594
20060
  "es.array-buffer.constructor",
@@ -19626,7 +20092,13 @@
19626
20092
  "es.typed-array.to-reversed",
19627
20093
  "es.typed-array.to-sorted",
19628
20094
  "es.typed-array.to-string",
19629
- "es.typed-array.with"
20095
+ "es.typed-array.with",
20096
+ "es.uint8-array.from-base64",
20097
+ "es.uint8-array.from-hex",
20098
+ "es.uint8-array.set-from-base64",
20099
+ "es.uint8-array.set-from-hex",
20100
+ "es.uint8-array.to-base64",
20101
+ "es.uint8-array.to-hex"
19630
20102
  ],
19631
20103
  "core-js/stable/typed-array/int8-array": [
19632
20104
  "es.array-buffer.constructor",
@@ -19664,7 +20136,13 @@
19664
20136
  "es.typed-array.to-reversed",
19665
20137
  "es.typed-array.to-sorted",
19666
20138
  "es.typed-array.to-string",
19667
- "es.typed-array.with"
20139
+ "es.typed-array.with",
20140
+ "es.uint8-array.from-base64",
20141
+ "es.uint8-array.from-hex",
20142
+ "es.uint8-array.set-from-base64",
20143
+ "es.uint8-array.set-from-hex",
20144
+ "es.uint8-array.to-base64",
20145
+ "es.uint8-array.to-hex"
19668
20146
  ],
19669
20147
  "core-js/stable/typed-array/iterator": [
19670
20148
  "es.object.to-string",
@@ -19716,7 +20194,13 @@
19716
20194
  "es.typed-array.to-reversed",
19717
20195
  "es.typed-array.to-sorted",
19718
20196
  "es.typed-array.to-string",
19719
- "es.typed-array.with"
20197
+ "es.typed-array.with",
20198
+ "es.uint8-array.from-base64",
20199
+ "es.uint8-array.from-hex",
20200
+ "es.uint8-array.set-from-base64",
20201
+ "es.uint8-array.set-from-hex",
20202
+ "es.uint8-array.to-base64",
20203
+ "es.uint8-array.to-hex"
19720
20204
  ],
19721
20205
  "core-js/stable/typed-array/of": [
19722
20206
  "es.typed-array.of"
@@ -19733,6 +20217,12 @@
19733
20217
  "core-js/stable/typed-array/set": [
19734
20218
  "es.typed-array.set"
19735
20219
  ],
20220
+ "core-js/stable/typed-array/set-from-base64": [
20221
+ "es.uint8-array.set-from-base64"
20222
+ ],
20223
+ "core-js/stable/typed-array/set-from-hex": [
20224
+ "es.uint8-array.set-from-hex"
20225
+ ],
19736
20226
  "core-js/stable/typed-array/slice": [
19737
20227
  "es.typed-array.slice"
19738
20228
  ],
@@ -19745,6 +20235,12 @@
19745
20235
  "core-js/stable/typed-array/subarray": [
19746
20236
  "es.typed-array.subarray"
19747
20237
  ],
20238
+ "core-js/stable/typed-array/to-base64": [
20239
+ "es.uint8-array.to-base64"
20240
+ ],
20241
+ "core-js/stable/typed-array/to-hex": [
20242
+ "es.uint8-array.to-hex"
20243
+ ],
19748
20244
  "core-js/stable/typed-array/to-locale-string": [
19749
20245
  "es.typed-array.to-locale-string"
19750
20246
  ],
@@ -19794,7 +20290,13 @@
19794
20290
  "es.typed-array.to-reversed",
19795
20291
  "es.typed-array.to-sorted",
19796
20292
  "es.typed-array.to-string",
19797
- "es.typed-array.with"
20293
+ "es.typed-array.with",
20294
+ "es.uint8-array.from-base64",
20295
+ "es.uint8-array.from-hex",
20296
+ "es.uint8-array.set-from-base64",
20297
+ "es.uint8-array.set-from-hex",
20298
+ "es.uint8-array.to-base64",
20299
+ "es.uint8-array.to-hex"
19798
20300
  ],
19799
20301
  "core-js/stable/typed-array/uint32-array": [
19800
20302
  "es.array-buffer.constructor",
@@ -19832,7 +20334,13 @@
19832
20334
  "es.typed-array.to-reversed",
19833
20335
  "es.typed-array.to-sorted",
19834
20336
  "es.typed-array.to-string",
19835
- "es.typed-array.with"
20337
+ "es.typed-array.with",
20338
+ "es.uint8-array.from-base64",
20339
+ "es.uint8-array.from-hex",
20340
+ "es.uint8-array.set-from-base64",
20341
+ "es.uint8-array.set-from-hex",
20342
+ "es.uint8-array.to-base64",
20343
+ "es.uint8-array.to-hex"
19836
20344
  ],
19837
20345
  "core-js/stable/typed-array/uint8-array": [
19838
20346
  "es.array-buffer.constructor",
@@ -19870,7 +20378,13 @@
19870
20378
  "es.typed-array.to-reversed",
19871
20379
  "es.typed-array.to-sorted",
19872
20380
  "es.typed-array.to-string",
19873
- "es.typed-array.with"
20381
+ "es.typed-array.with",
20382
+ "es.uint8-array.from-base64",
20383
+ "es.uint8-array.from-hex",
20384
+ "es.uint8-array.set-from-base64",
20385
+ "es.uint8-array.set-from-hex",
20386
+ "es.uint8-array.to-base64",
20387
+ "es.uint8-array.to-hex"
19874
20388
  ],
19875
20389
  "core-js/stable/typed-array/uint8-clamped-array": [
19876
20390
  "es.array-buffer.constructor",
@@ -19908,7 +20422,13 @@
19908
20422
  "es.typed-array.to-reversed",
19909
20423
  "es.typed-array.to-sorted",
19910
20424
  "es.typed-array.to-string",
19911
- "es.typed-array.with"
20425
+ "es.typed-array.with",
20426
+ "es.uint8-array.from-base64",
20427
+ "es.uint8-array.from-hex",
20428
+ "es.uint8-array.set-from-base64",
20429
+ "es.uint8-array.set-from-hex",
20430
+ "es.uint8-array.to-base64",
20431
+ "es.uint8-array.to-hex"
19912
20432
  ],
19913
20433
  "core-js/stable/typed-array/values": [
19914
20434
  "es.object.to-string",
@@ -20796,6 +21316,8 @@
20796
21316
  "esnext.iterator.take",
20797
21317
  "esnext.iterator.to-array",
20798
21318
  "esnext.iterator.to-async",
21319
+ "esnext.iterator.zip",
21320
+ "esnext.iterator.zip-keyed",
20799
21321
  "esnext.json.is-raw-json",
20800
21322
  "esnext.json.parse",
20801
21323
  "esnext.json.raw-json",
@@ -20882,6 +21404,7 @@
20882
21404
  "esnext.function.metadata",
20883
21405
  "esnext.global-this",
20884
21406
  "esnext.iterator.constructor",
21407
+ "esnext.iterator.concat",
20885
21408
  "esnext.iterator.dispose",
20886
21409
  "esnext.iterator.drop",
20887
21410
  "esnext.iterator.every",
@@ -20899,6 +21422,8 @@
20899
21422
  "esnext.json.is-raw-json",
20900
21423
  "esnext.json.parse",
20901
21424
  "esnext.json.raw-json",
21425
+ "esnext.map.get-or-insert",
21426
+ "esnext.map.get-or-insert-computed",
20902
21427
  "esnext.map.group-by",
20903
21428
  "esnext.math.f16round",
20904
21429
  "esnext.math.sum-precise",
@@ -20935,7 +21460,9 @@
20935
21460
  "esnext.uint8-array.set-from-base64",
20936
21461
  "esnext.uint8-array.set-from-hex",
20937
21462
  "esnext.uint8-array.to-base64",
20938
- "esnext.uint8-array.to-hex"
21463
+ "esnext.uint8-array.to-hex",
21464
+ "esnext.weak-map.get-or-insert",
21465
+ "esnext.weak-map.get-or-insert-computed"
20939
21466
  ],
20940
21467
  "core-js/stage/4": [
20941
21468
  "es.string.at-alternative",
@@ -20975,6 +21502,7 @@
20975
21502
  "esnext.iterator.to-array",
20976
21503
  "esnext.map.group-by",
20977
21504
  "esnext.math.f16round",
21505
+ "esnext.math.sum-precise",
20978
21506
  "esnext.object.has-own",
20979
21507
  "esnext.object.group-by",
20980
21508
  "esnext.promise.all-settled",
@@ -21000,7 +21528,13 @@
21000
21528
  "esnext.typed-array.find-last-index",
21001
21529
  "esnext.typed-array.to-reversed",
21002
21530
  "esnext.typed-array.to-sorted",
21003
- "esnext.typed-array.with"
21531
+ "esnext.typed-array.with",
21532
+ "esnext.uint8-array.from-base64",
21533
+ "esnext.uint8-array.from-hex",
21534
+ "esnext.uint8-array.set-from-base64",
21535
+ "esnext.uint8-array.set-from-hex",
21536
+ "esnext.uint8-array.to-base64",
21537
+ "esnext.uint8-array.to-hex"
21004
21538
  ],
21005
21539
  "core-js/stage/pre": [
21006
21540
  "es.map",