core-js-compat 3.27.1 → 3.28.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
@@ -50,9 +50,13 @@
50
50
  "es.array.sort",
51
51
  "es.array.species",
52
52
  "es.array.splice",
53
+ "es.array.to-reversed",
54
+ "es.array.to-sorted",
55
+ "es.array.to-spliced",
53
56
  "es.array.unscopables.flat",
54
57
  "es.array.unscopables.flat-map",
55
58
  "es.array.unshift",
59
+ "es.array.with",
56
60
  "es.array-buffer.constructor",
57
61
  "es.array-buffer.is-view",
58
62
  "es.array-buffer.slice",
@@ -229,7 +233,10 @@
229
233
  "es.typed-array.sort",
230
234
  "es.typed-array.subarray",
231
235
  "es.typed-array.to-locale-string",
236
+ "es.typed-array.to-reversed",
237
+ "es.typed-array.to-sorted",
232
238
  "es.typed-array.to-string",
239
+ "es.typed-array.with",
233
240
  "es.unescape",
234
241
  "es.weak-map",
235
242
  "es.weak-set",
@@ -253,6 +260,9 @@
253
260
  "esnext.array.to-spliced",
254
261
  "esnext.array.unique-by",
255
262
  "esnext.array.with",
263
+ "esnext.array-buffer.detached",
264
+ "esnext.array-buffer.transfer",
265
+ "esnext.array-buffer.transfer-to-fixed-length",
256
266
  "esnext.async-disposable-stack.constructor",
257
267
  "esnext.async-iterator.constructor",
258
268
  "esnext.async-iterator.as-indexed-pairs",
@@ -274,6 +284,7 @@
274
284
  "esnext.composite-key",
275
285
  "esnext.composite-symbol",
276
286
  "esnext.disposable-stack.constructor",
287
+ "esnext.function.demethodize",
277
288
  "esnext.function.is-callable",
278
289
  "esnext.function.is-constructor",
279
290
  "esnext.function.un-this",
@@ -290,11 +301,15 @@
290
301
  "esnext.iterator.from",
291
302
  "esnext.iterator.indexed",
292
303
  "esnext.iterator.map",
304
+ "esnext.iterator.range",
293
305
  "esnext.iterator.reduce",
294
306
  "esnext.iterator.some",
295
307
  "esnext.iterator.take",
296
308
  "esnext.iterator.to-array",
297
309
  "esnext.iterator.to-async",
310
+ "esnext.json.is-raw-json",
311
+ "esnext.json.parse",
312
+ "esnext.json.raw-json",
298
313
  "esnext.map.delete-all",
299
314
  "esnext.map.emplace",
300
315
  "esnext.map.every",
@@ -382,6 +397,8 @@
382
397
  "esnext.string.to-well-formed",
383
398
  "esnext.symbol.async-dispose",
384
399
  "esnext.symbol.dispose",
400
+ "esnext.symbol.is-registered",
401
+ "esnext.symbol.is-well-known",
385
402
  "esnext.symbol.matcher",
386
403
  "esnext.symbol.metadata",
387
404
  "esnext.symbol.metadata-key",
@@ -476,9 +493,13 @@
476
493
  "es.array.sort",
477
494
  "es.array.species",
478
495
  "es.array.splice",
496
+ "es.array.to-reversed",
497
+ "es.array.to-sorted",
498
+ "es.array.to-spliced",
479
499
  "es.array.unscopables.flat",
480
500
  "es.array.unscopables.flat-map",
481
501
  "es.array.unshift",
502
+ "es.array.with",
482
503
  "es.array-buffer.constructor",
483
504
  "es.array-buffer.is-view",
484
505
  "es.array-buffer.slice",
@@ -655,7 +676,10 @@
655
676
  "es.typed-array.sort",
656
677
  "es.typed-array.subarray",
657
678
  "es.typed-array.to-locale-string",
679
+ "es.typed-array.to-reversed",
680
+ "es.typed-array.to-sorted",
658
681
  "es.typed-array.to-string",
682
+ "es.typed-array.with",
659
683
  "es.unescape",
660
684
  "es.weak-map",
661
685
  "es.weak-set",
@@ -673,6 +697,9 @@
673
697
  "esnext.array.to-sorted",
674
698
  "esnext.array.to-spliced",
675
699
  "esnext.array.with",
700
+ "esnext.array-buffer.detached",
701
+ "esnext.array-buffer.transfer",
702
+ "esnext.array-buffer.transfer-to-fixed-length",
676
703
  "esnext.async-iterator.constructor",
677
704
  "esnext.async-iterator.drop",
678
705
  "esnext.async-iterator.every",
@@ -703,6 +730,9 @@
703
730
  "esnext.iterator.take",
704
731
  "esnext.iterator.to-array",
705
732
  "esnext.iterator.to-async",
733
+ "esnext.json.is-raw-json",
734
+ "esnext.json.parse",
735
+ "esnext.json.raw-json",
706
736
  "esnext.object.has-own",
707
737
  "esnext.promise.all-settled",
708
738
  "esnext.promise.any",
@@ -782,9 +812,13 @@
782
812
  "es.array.sort",
783
813
  "es.array.species",
784
814
  "es.array.splice",
815
+ "es.array.to-reversed",
816
+ "es.array.to-sorted",
817
+ "es.array.to-spliced",
785
818
  "es.array.unscopables.flat",
786
819
  "es.array.unscopables.flat-map",
787
820
  "es.array.unshift",
821
+ "es.array.with",
788
822
  "es.map",
789
823
  "es.object.to-string",
790
824
  "es.string.iterator",
@@ -804,12 +838,25 @@
804
838
  "es.array-buffer.constructor",
805
839
  "es.array-buffer.is-view",
806
840
  "es.array-buffer.slice",
807
- "es.object.to-string"
841
+ "es.object.to-string",
842
+ "esnext.array-buffer.detached",
843
+ "esnext.array-buffer.transfer",
844
+ "esnext.array-buffer.transfer-to-fixed-length"
808
845
  ],
809
846
  "core-js/actual/array-buffer/constructor": [
810
847
  "es.array-buffer.constructor",
811
848
  "es.array-buffer.slice",
812
- "es.object.to-string"
849
+ "es.object.to-string",
850
+ "esnext.array-buffer.detached",
851
+ "esnext.array-buffer.transfer",
852
+ "esnext.array-buffer.transfer-to-fixed-length"
853
+ ],
854
+ "core-js/actual/array-buffer/detached": [
855
+ "es.array-buffer.constructor",
856
+ "es.array-buffer.is-view",
857
+ "es.array-buffer.slice",
858
+ "es.object.to-string",
859
+ "esnext.array-buffer.detached"
813
860
  ],
814
861
  "core-js/actual/array-buffer/is-view": [
815
862
  "es.array-buffer.is-view"
@@ -817,6 +864,20 @@
817
864
  "core-js/actual/array-buffer/slice": [
818
865
  "es.array-buffer.slice"
819
866
  ],
867
+ "core-js/actual/array-buffer/transfer": [
868
+ "es.array-buffer.constructor",
869
+ "es.array-buffer.is-view",
870
+ "es.array-buffer.slice",
871
+ "es.object.to-string",
872
+ "esnext.array-buffer.transfer"
873
+ ],
874
+ "core-js/actual/array-buffer/transfer-to-fixed-length": [
875
+ "es.array-buffer.constructor",
876
+ "es.array-buffer.is-view",
877
+ "es.array-buffer.slice",
878
+ "es.object.to-string",
879
+ "esnext.array-buffer.transfer-to-fixed-length"
880
+ ],
820
881
  "core-js/actual/array/at": [
821
882
  "es.array.at"
822
883
  ],
@@ -945,13 +1006,16 @@
945
1006
  "es.array.splice"
946
1007
  ],
947
1008
  "core-js/actual/array/to-reversed": [
1009
+ "es.array.to-reversed",
948
1010
  "esnext.array.to-reversed"
949
1011
  ],
950
1012
  "core-js/actual/array/to-sorted": [
951
1013
  "es.array.sort",
1014
+ "es.array.to-sorted",
952
1015
  "esnext.array.to-sorted"
953
1016
  ],
954
1017
  "core-js/actual/array/to-spliced": [
1018
+ "es.array.to-spliced",
955
1019
  "esnext.array.to-spliced"
956
1020
  ],
957
1021
  "core-js/actual/array/unshift": [
@@ -990,9 +1054,13 @@
990
1054
  "es.array.sort",
991
1055
  "es.array.species",
992
1056
  "es.array.splice",
1057
+ "es.array.to-reversed",
1058
+ "es.array.to-sorted",
1059
+ "es.array.to-spliced",
993
1060
  "es.array.unscopables.flat",
994
1061
  "es.array.unscopables.flat-map",
995
1062
  "es.array.unshift",
1063
+ "es.array.with",
996
1064
  "es.map",
997
1065
  "es.object.to-string",
998
1066
  "esnext.array.find-last",
@@ -1117,13 +1185,16 @@
1117
1185
  "es.array.splice"
1118
1186
  ],
1119
1187
  "core-js/actual/array/virtual/to-reversed": [
1188
+ "es.array.to-reversed",
1120
1189
  "esnext.array.to-reversed"
1121
1190
  ],
1122
1191
  "core-js/actual/array/virtual/to-sorted": [
1123
1192
  "es.array.sort",
1193
+ "es.array.to-sorted",
1124
1194
  "esnext.array.to-sorted"
1125
1195
  ],
1126
1196
  "core-js/actual/array/virtual/to-spliced": [
1197
+ "es.array.to-spliced",
1127
1198
  "esnext.array.to-spliced"
1128
1199
  ],
1129
1200
  "core-js/actual/array/virtual/unshift": [
@@ -1134,9 +1205,11 @@
1134
1205
  "es.object.to-string"
1135
1206
  ],
1136
1207
  "core-js/actual/array/virtual/with": [
1208
+ "es.array.with",
1137
1209
  "esnext.array.with"
1138
1210
  ],
1139
1211
  "core-js/actual/array/with": [
1212
+ "es.array.with",
1140
1213
  "esnext.array.with"
1141
1214
  ],
1142
1215
  "core-js/actual/async-iterator": [
@@ -1540,13 +1613,16 @@
1540
1613
  "es.string.starts-with"
1541
1614
  ],
1542
1615
  "core-js/actual/instance/to-reversed": [
1616
+ "es.array.to-reversed",
1543
1617
  "esnext.array.to-reversed"
1544
1618
  ],
1545
1619
  "core-js/actual/instance/to-sorted": [
1546
1620
  "es.array.sort",
1621
+ "es.array.to-sorted",
1547
1622
  "esnext.array.to-sorted"
1548
1623
  ],
1549
1624
  "core-js/actual/instance/to-spliced": [
1625
+ "es.array.to-spliced",
1550
1626
  "esnext.array.to-spliced"
1551
1627
  ],
1552
1628
  "core-js/actual/instance/to-well-formed": [
@@ -1576,6 +1652,7 @@
1576
1652
  "web.dom-collections.iterator"
1577
1653
  ],
1578
1654
  "core-js/actual/instance/with": [
1655
+ "es.array.with",
1579
1656
  "esnext.array.with"
1580
1657
  ],
1581
1658
  "core-js/actual/is-iterable": [
@@ -1693,7 +1770,25 @@
1693
1770
  ],
1694
1771
  "core-js/actual/json": [
1695
1772
  "es.json.stringify",
1696
- "es.json.to-string-tag"
1773
+ "es.json.to-string-tag",
1774
+ "es.object.create",
1775
+ "es.object.freeze",
1776
+ "es.object.keys",
1777
+ "esnext.json.is-raw-json",
1778
+ "esnext.json.parse",
1779
+ "esnext.json.raw-json"
1780
+ ],
1781
+ "core-js/actual/json/is-raw-json": [
1782
+ "esnext.json.is-raw-json"
1783
+ ],
1784
+ "core-js/actual/json/parse": [
1785
+ "es.object.keys",
1786
+ "esnext.json.parse"
1787
+ ],
1788
+ "core-js/actual/json/raw-json": [
1789
+ "es.object.create",
1790
+ "es.object.freeze",
1791
+ "esnext.json.raw-json"
1697
1792
  ],
1698
1793
  "core-js/actual/json/stringify": [
1699
1794
  "es.json.stringify"
@@ -2638,7 +2733,10 @@
2638
2733
  "es.typed-array.sort",
2639
2734
  "es.typed-array.subarray",
2640
2735
  "es.typed-array.to-locale-string",
2736
+ "es.typed-array.to-reversed",
2737
+ "es.typed-array.to-sorted",
2641
2738
  "es.typed-array.to-string",
2739
+ "es.typed-array.with",
2642
2740
  "esnext.typed-array.find-last",
2643
2741
  "esnext.typed-array.find-last-index",
2644
2742
  "esnext.typed-array.to-reversed",
@@ -2712,7 +2810,10 @@
2712
2810
  "es.typed-array.sort",
2713
2811
  "es.typed-array.subarray",
2714
2812
  "es.typed-array.to-locale-string",
2813
+ "es.typed-array.to-reversed",
2814
+ "es.typed-array.to-sorted",
2715
2815
  "es.typed-array.to-string",
2816
+ "es.typed-array.with",
2716
2817
  "esnext.typed-array.find-last",
2717
2818
  "esnext.typed-array.find-last-index",
2718
2819
  "esnext.typed-array.to-reversed",
@@ -2753,7 +2854,10 @@
2753
2854
  "es.typed-array.sort",
2754
2855
  "es.typed-array.subarray",
2755
2856
  "es.typed-array.to-locale-string",
2857
+ "es.typed-array.to-reversed",
2858
+ "es.typed-array.to-sorted",
2756
2859
  "es.typed-array.to-string",
2860
+ "es.typed-array.with",
2757
2861
  "esnext.typed-array.find-last",
2758
2862
  "esnext.typed-array.find-last-index",
2759
2863
  "esnext.typed-array.to-reversed",
@@ -2806,7 +2910,10 @@
2806
2910
  "es.typed-array.sort",
2807
2911
  "es.typed-array.subarray",
2808
2912
  "es.typed-array.to-locale-string",
2913
+ "es.typed-array.to-reversed",
2914
+ "es.typed-array.to-sorted",
2809
2915
  "es.typed-array.to-string",
2916
+ "es.typed-array.with",
2810
2917
  "esnext.typed-array.find-last",
2811
2918
  "esnext.typed-array.find-last-index",
2812
2919
  "esnext.typed-array.to-reversed",
@@ -2847,7 +2954,10 @@
2847
2954
  "es.typed-array.sort",
2848
2955
  "es.typed-array.subarray",
2849
2956
  "es.typed-array.to-locale-string",
2957
+ "es.typed-array.to-reversed",
2958
+ "es.typed-array.to-sorted",
2850
2959
  "es.typed-array.to-string",
2960
+ "es.typed-array.with",
2851
2961
  "esnext.typed-array.find-last",
2852
2962
  "esnext.typed-array.find-last-index",
2853
2963
  "esnext.typed-array.to-reversed",
@@ -2888,7 +2998,10 @@
2888
2998
  "es.typed-array.sort",
2889
2999
  "es.typed-array.subarray",
2890
3000
  "es.typed-array.to-locale-string",
3001
+ "es.typed-array.to-reversed",
3002
+ "es.typed-array.to-sorted",
2891
3003
  "es.typed-array.to-string",
3004
+ "es.typed-array.with",
2892
3005
  "esnext.typed-array.find-last",
2893
3006
  "esnext.typed-array.find-last-index",
2894
3007
  "esnext.typed-array.to-reversed",
@@ -2943,7 +3056,10 @@
2943
3056
  "es.typed-array.sort",
2944
3057
  "es.typed-array.subarray",
2945
3058
  "es.typed-array.to-locale-string",
3059
+ "es.typed-array.to-reversed",
3060
+ "es.typed-array.to-sorted",
2946
3061
  "es.typed-array.to-string",
3062
+ "es.typed-array.with",
2947
3063
  "esnext.typed-array.find-last",
2948
3064
  "esnext.typed-array.find-last-index",
2949
3065
  "esnext.typed-array.to-reversed",
@@ -2986,6 +3102,7 @@
2986
3102
  ],
2987
3103
  "core-js/actual/typed-array/to-sorted": [
2988
3104
  "es.typed-array.sort",
3105
+ "es.typed-array.to-sorted",
2989
3106
  "esnext.typed-array.to-sorted"
2990
3107
  ],
2991
3108
  "core-js/actual/typed-array/to-spliced": [
@@ -3027,7 +3144,10 @@
3027
3144
  "es.typed-array.sort",
3028
3145
  "es.typed-array.subarray",
3029
3146
  "es.typed-array.to-locale-string",
3147
+ "es.typed-array.to-reversed",
3148
+ "es.typed-array.to-sorted",
3030
3149
  "es.typed-array.to-string",
3150
+ "es.typed-array.with",
3031
3151
  "esnext.typed-array.find-last",
3032
3152
  "esnext.typed-array.find-last-index",
3033
3153
  "esnext.typed-array.to-reversed",
@@ -3068,7 +3188,10 @@
3068
3188
  "es.typed-array.sort",
3069
3189
  "es.typed-array.subarray",
3070
3190
  "es.typed-array.to-locale-string",
3191
+ "es.typed-array.to-reversed",
3192
+ "es.typed-array.to-sorted",
3071
3193
  "es.typed-array.to-string",
3194
+ "es.typed-array.with",
3072
3195
  "esnext.typed-array.find-last",
3073
3196
  "esnext.typed-array.find-last-index",
3074
3197
  "esnext.typed-array.to-reversed",
@@ -3109,7 +3232,10 @@
3109
3232
  "es.typed-array.sort",
3110
3233
  "es.typed-array.subarray",
3111
3234
  "es.typed-array.to-locale-string",
3235
+ "es.typed-array.to-reversed",
3236
+ "es.typed-array.to-sorted",
3112
3237
  "es.typed-array.to-string",
3238
+ "es.typed-array.with",
3113
3239
  "esnext.typed-array.find-last",
3114
3240
  "esnext.typed-array.find-last-index",
3115
3241
  "esnext.typed-array.to-reversed",
@@ -3150,7 +3276,10 @@
3150
3276
  "es.typed-array.sort",
3151
3277
  "es.typed-array.subarray",
3152
3278
  "es.typed-array.to-locale-string",
3279
+ "es.typed-array.to-reversed",
3280
+ "es.typed-array.to-sorted",
3153
3281
  "es.typed-array.to-string",
3282
+ "es.typed-array.with",
3154
3283
  "esnext.typed-array.find-last",
3155
3284
  "esnext.typed-array.find-last-index",
3156
3285
  "esnext.typed-array.to-reversed",
@@ -3243,9 +3372,13 @@
3243
3372
  "es.array.sort",
3244
3373
  "es.array.species",
3245
3374
  "es.array.splice",
3375
+ "es.array.to-reversed",
3376
+ "es.array.to-sorted",
3377
+ "es.array.to-spliced",
3246
3378
  "es.array.unscopables.flat",
3247
3379
  "es.array.unscopables.flat-map",
3248
3380
  "es.array.unshift",
3381
+ "es.array.with",
3249
3382
  "es.array-buffer.constructor",
3250
3383
  "es.array-buffer.is-view",
3251
3384
  "es.array-buffer.slice",
@@ -3422,7 +3555,10 @@
3422
3555
  "es.typed-array.sort",
3423
3556
  "es.typed-array.subarray",
3424
3557
  "es.typed-array.to-locale-string",
3558
+ "es.typed-array.to-reversed",
3559
+ "es.typed-array.to-sorted",
3425
3560
  "es.typed-array.to-string",
3561
+ "es.typed-array.with",
3426
3562
  "es.unescape",
3427
3563
  "es.weak-map",
3428
3564
  "es.weak-set"
@@ -3466,9 +3602,13 @@
3466
3602
  "es.array.sort",
3467
3603
  "es.array.species",
3468
3604
  "es.array.splice",
3605
+ "es.array.to-reversed",
3606
+ "es.array.to-sorted",
3607
+ "es.array.to-spliced",
3469
3608
  "es.array.unscopables.flat",
3470
3609
  "es.array.unscopables.flat-map",
3471
3610
  "es.array.unshift",
3611
+ "es.array.with",
3472
3612
  "es.object.to-string",
3473
3613
  "es.string.iterator"
3474
3614
  ],
@@ -3591,6 +3731,16 @@
3591
3731
  "core-js/es/array/splice": [
3592
3732
  "es.array.splice"
3593
3733
  ],
3734
+ "core-js/es/array/to-reversed": [
3735
+ "es.array.to-reversed"
3736
+ ],
3737
+ "core-js/es/array/to-sorted": [
3738
+ "es.array.sort",
3739
+ "es.array.to-sorted"
3740
+ ],
3741
+ "core-js/es/array/to-spliced": [
3742
+ "es.array.to-spliced"
3743
+ ],
3594
3744
  "core-js/es/array/unshift": [
3595
3745
  "es.array.unshift"
3596
3746
  ],
@@ -3627,9 +3777,13 @@
3627
3777
  "es.array.sort",
3628
3778
  "es.array.species",
3629
3779
  "es.array.splice",
3780
+ "es.array.to-reversed",
3781
+ "es.array.to-sorted",
3782
+ "es.array.to-spliced",
3630
3783
  "es.array.unscopables.flat",
3631
3784
  "es.array.unscopables.flat-map",
3632
3785
  "es.array.unshift",
3786
+ "es.array.with",
3633
3787
  "es.object.to-string"
3634
3788
  ],
3635
3789
  "core-js/es/array/virtual/at": [
@@ -3724,6 +3878,16 @@
3724
3878
  "core-js/es/array/virtual/splice": [
3725
3879
  "es.array.splice"
3726
3880
  ],
3881
+ "core-js/es/array/virtual/to-reversed": [
3882
+ "es.array.to-reversed"
3883
+ ],
3884
+ "core-js/es/array/virtual/to-sorted": [
3885
+ "es.array.sort",
3886
+ "es.array.to-sorted"
3887
+ ],
3888
+ "core-js/es/array/virtual/to-spliced": [
3889
+ "es.array.to-spliced"
3890
+ ],
3727
3891
  "core-js/es/array/virtual/unshift": [
3728
3892
  "es.array.unshift"
3729
3893
  ],
@@ -3731,6 +3895,12 @@
3731
3895
  "es.array.iterator",
3732
3896
  "es.object.to-string"
3733
3897
  ],
3898
+ "core-js/es/array/virtual/with": [
3899
+ "es.array.with"
3900
+ ],
3901
+ "core-js/es/array/with": [
3902
+ "es.array.with"
3903
+ ],
3734
3904
  "core-js/es/data-view": [
3735
3905
  "es.array-buffer.constructor",
3736
3906
  "es.array-buffer.slice",
@@ -3937,6 +4107,16 @@
3937
4107
  "core-js/es/instance/starts-with": [
3938
4108
  "es.string.starts-with"
3939
4109
  ],
4110
+ "core-js/es/instance/to-reversed": [
4111
+ "es.array.to-reversed"
4112
+ ],
4113
+ "core-js/es/instance/to-sorted": [
4114
+ "es.array.sort",
4115
+ "es.array.to-sorted"
4116
+ ],
4117
+ "core-js/es/instance/to-spliced": [
4118
+ "es.array.to-spliced"
4119
+ ],
3940
4120
  "core-js/es/instance/trim": [
3941
4121
  "es.string.trim"
3942
4122
  ],
@@ -3959,6 +4139,9 @@
3959
4139
  "es.array.iterator",
3960
4140
  "es.object.to-string"
3961
4141
  ],
4142
+ "core-js/es/instance/with": [
4143
+ "es.array.with"
4144
+ ],
3962
4145
  "core-js/es/is-iterable": [
3963
4146
  "es.array.iterator",
3964
4147
  "es.string.iterator"
@@ -4815,7 +4998,10 @@
4815
4998
  "es.typed-array.sort",
4816
4999
  "es.typed-array.subarray",
4817
5000
  "es.typed-array.to-locale-string",
4818
- "es.typed-array.to-string"
5001
+ "es.typed-array.to-reversed",
5002
+ "es.typed-array.to-sorted",
5003
+ "es.typed-array.to-string",
5004
+ "es.typed-array.with"
4819
5005
  ],
4820
5006
  "core-js/es/typed-array/at": [
4821
5007
  "es.typed-array.at"
@@ -4881,7 +5067,10 @@
4881
5067
  "es.typed-array.sort",
4882
5068
  "es.typed-array.subarray",
4883
5069
  "es.typed-array.to-locale-string",
4884
- "es.typed-array.to-string"
5070
+ "es.typed-array.to-reversed",
5071
+ "es.typed-array.to-sorted",
5072
+ "es.typed-array.to-string",
5073
+ "es.typed-array.with"
4885
5074
  ],
4886
5075
  "core-js/es/typed-array/float64-array": [
4887
5076
  "es.array-buffer.constructor",
@@ -4916,7 +5105,10 @@
4916
5105
  "es.typed-array.sort",
4917
5106
  "es.typed-array.subarray",
4918
5107
  "es.typed-array.to-locale-string",
4919
- "es.typed-array.to-string"
5108
+ "es.typed-array.to-reversed",
5109
+ "es.typed-array.to-sorted",
5110
+ "es.typed-array.to-string",
5111
+ "es.typed-array.with"
4920
5112
  ],
4921
5113
  "core-js/es/typed-array/for-each": [
4922
5114
  "es.typed-array.for-each"
@@ -4963,7 +5155,10 @@
4963
5155
  "es.typed-array.sort",
4964
5156
  "es.typed-array.subarray",
4965
5157
  "es.typed-array.to-locale-string",
4966
- "es.typed-array.to-string"
5158
+ "es.typed-array.to-reversed",
5159
+ "es.typed-array.to-sorted",
5160
+ "es.typed-array.to-string",
5161
+ "es.typed-array.with"
4967
5162
  ],
4968
5163
  "core-js/es/typed-array/int32-array": [
4969
5164
  "es.array-buffer.constructor",
@@ -4998,7 +5193,10 @@
4998
5193
  "es.typed-array.sort",
4999
5194
  "es.typed-array.subarray",
5000
5195
  "es.typed-array.to-locale-string",
5001
- "es.typed-array.to-string"
5196
+ "es.typed-array.to-reversed",
5197
+ "es.typed-array.to-sorted",
5198
+ "es.typed-array.to-string",
5199
+ "es.typed-array.with"
5002
5200
  ],
5003
5201
  "core-js/es/typed-array/int8-array": [
5004
5202
  "es.array-buffer.constructor",
@@ -5033,7 +5231,10 @@
5033
5231
  "es.typed-array.sort",
5034
5232
  "es.typed-array.subarray",
5035
5233
  "es.typed-array.to-locale-string",
5036
- "es.typed-array.to-string"
5234
+ "es.typed-array.to-reversed",
5235
+ "es.typed-array.to-sorted",
5236
+ "es.typed-array.to-string",
5237
+ "es.typed-array.with"
5037
5238
  ],
5038
5239
  "core-js/es/typed-array/iterator": [
5039
5240
  "es.object.to-string",
@@ -5082,7 +5283,10 @@
5082
5283
  "es.typed-array.sort",
5083
5284
  "es.typed-array.subarray",
5084
5285
  "es.typed-array.to-locale-string",
5085
- "es.typed-array.to-string"
5286
+ "es.typed-array.to-reversed",
5287
+ "es.typed-array.to-sorted",
5288
+ "es.typed-array.to-string",
5289
+ "es.typed-array.with"
5086
5290
  ],
5087
5291
  "core-js/es/typed-array/of": [
5088
5292
  "es.typed-array.of"
@@ -5114,6 +5318,13 @@
5114
5318
  "core-js/es/typed-array/to-locale-string": [
5115
5319
  "es.typed-array.to-locale-string"
5116
5320
  ],
5321
+ "core-js/es/typed-array/to-reversed": [
5322
+ "esnext.typed-array.to-reversed"
5323
+ ],
5324
+ "core-js/es/typed-array/to-sorted": [
5325
+ "es.typed-array.sort",
5326
+ "es.typed-array.to-sorted"
5327
+ ],
5117
5328
  "core-js/es/typed-array/to-string": [
5118
5329
  "es.typed-array.to-string"
5119
5330
  ],
@@ -5150,7 +5361,10 @@
5150
5361
  "es.typed-array.sort",
5151
5362
  "es.typed-array.subarray",
5152
5363
  "es.typed-array.to-locale-string",
5153
- "es.typed-array.to-string"
5364
+ "es.typed-array.to-reversed",
5365
+ "es.typed-array.to-sorted",
5366
+ "es.typed-array.to-string",
5367
+ "es.typed-array.with"
5154
5368
  ],
5155
5369
  "core-js/es/typed-array/uint32-array": [
5156
5370
  "es.array-buffer.constructor",
@@ -5185,7 +5399,10 @@
5185
5399
  "es.typed-array.sort",
5186
5400
  "es.typed-array.subarray",
5187
5401
  "es.typed-array.to-locale-string",
5188
- "es.typed-array.to-string"
5402
+ "es.typed-array.to-reversed",
5403
+ "es.typed-array.to-sorted",
5404
+ "es.typed-array.to-string",
5405
+ "es.typed-array.with"
5189
5406
  ],
5190
5407
  "core-js/es/typed-array/uint8-array": [
5191
5408
  "es.array-buffer.constructor",
@@ -5220,7 +5437,10 @@
5220
5437
  "es.typed-array.sort",
5221
5438
  "es.typed-array.subarray",
5222
5439
  "es.typed-array.to-locale-string",
5223
- "es.typed-array.to-string"
5440
+ "es.typed-array.to-reversed",
5441
+ "es.typed-array.to-sorted",
5442
+ "es.typed-array.to-string",
5443
+ "es.typed-array.with"
5224
5444
  ],
5225
5445
  "core-js/es/typed-array/uint8-clamped-array": [
5226
5446
  "es.array-buffer.constructor",
@@ -5255,12 +5475,18 @@
5255
5475
  "es.typed-array.sort",
5256
5476
  "es.typed-array.subarray",
5257
5477
  "es.typed-array.to-locale-string",
5258
- "es.typed-array.to-string"
5478
+ "es.typed-array.to-reversed",
5479
+ "es.typed-array.to-sorted",
5480
+ "es.typed-array.to-string",
5481
+ "es.typed-array.with"
5259
5482
  ],
5260
5483
  "core-js/es/typed-array/values": [
5261
5484
  "es.object.to-string",
5262
5485
  "es.typed-array.iterator"
5263
5486
  ],
5487
+ "core-js/es/typed-array/with": [
5488
+ "esnext.typed-array.with"
5489
+ ],
5264
5490
  "core-js/es/unescape": [
5265
5491
  "es.unescape"
5266
5492
  ],
@@ -5325,9 +5551,13 @@
5325
5551
  "es.array.sort",
5326
5552
  "es.array.species",
5327
5553
  "es.array.splice",
5554
+ "es.array.to-reversed",
5555
+ "es.array.to-sorted",
5556
+ "es.array.to-spliced",
5328
5557
  "es.array.unscopables.flat",
5329
5558
  "es.array.unscopables.flat-map",
5330
5559
  "es.array.unshift",
5560
+ "es.array.with",
5331
5561
  "es.array-buffer.constructor",
5332
5562
  "es.array-buffer.is-view",
5333
5563
  "es.array-buffer.slice",
@@ -5504,7 +5734,10 @@
5504
5734
  "es.typed-array.sort",
5505
5735
  "es.typed-array.subarray",
5506
5736
  "es.typed-array.to-locale-string",
5737
+ "es.typed-array.to-reversed",
5738
+ "es.typed-array.to-sorted",
5507
5739
  "es.typed-array.to-string",
5740
+ "es.typed-array.with",
5508
5741
  "es.unescape",
5509
5742
  "es.weak-map",
5510
5743
  "es.weak-set",
@@ -5528,6 +5761,9 @@
5528
5761
  "esnext.array.to-spliced",
5529
5762
  "esnext.array.unique-by",
5530
5763
  "esnext.array.with",
5764
+ "esnext.array-buffer.detached",
5765
+ "esnext.array-buffer.transfer",
5766
+ "esnext.array-buffer.transfer-to-fixed-length",
5531
5767
  "esnext.async-disposable-stack.constructor",
5532
5768
  "esnext.async-iterator.constructor",
5533
5769
  "esnext.async-iterator.as-indexed-pairs",
@@ -5549,6 +5785,7 @@
5549
5785
  "esnext.composite-key",
5550
5786
  "esnext.composite-symbol",
5551
5787
  "esnext.disposable-stack.constructor",
5788
+ "esnext.function.demethodize",
5552
5789
  "esnext.function.is-callable",
5553
5790
  "esnext.function.is-constructor",
5554
5791
  "esnext.function.un-this",
@@ -5565,11 +5802,15 @@
5565
5802
  "esnext.iterator.from",
5566
5803
  "esnext.iterator.indexed",
5567
5804
  "esnext.iterator.map",
5805
+ "esnext.iterator.range",
5568
5806
  "esnext.iterator.reduce",
5569
5807
  "esnext.iterator.some",
5570
5808
  "esnext.iterator.take",
5571
5809
  "esnext.iterator.to-array",
5572
5810
  "esnext.iterator.to-async",
5811
+ "esnext.json.is-raw-json",
5812
+ "esnext.json.parse",
5813
+ "esnext.json.raw-json",
5573
5814
  "esnext.map.delete-all",
5574
5815
  "esnext.map.emplace",
5575
5816
  "esnext.map.every",
@@ -5657,6 +5898,8 @@
5657
5898
  "esnext.string.to-well-formed",
5658
5899
  "esnext.symbol.async-dispose",
5659
5900
  "esnext.symbol.dispose",
5901
+ "esnext.symbol.is-registered",
5902
+ "esnext.symbol.is-well-known",
5660
5903
  "esnext.symbol.matcher",
5661
5904
  "esnext.symbol.metadata",
5662
5905
  "esnext.symbol.metadata-key",
@@ -5741,9 +5984,13 @@
5741
5984
  "es.array.sort",
5742
5985
  "es.array.species",
5743
5986
  "es.array.splice",
5987
+ "es.array.to-reversed",
5988
+ "es.array.to-sorted",
5989
+ "es.array.to-spliced",
5744
5990
  "es.array.unscopables.flat",
5745
5991
  "es.array.unscopables.flat-map",
5746
5992
  "es.array.unshift",
5993
+ "es.array.with",
5747
5994
  "es.map",
5748
5995
  "es.object.to-string",
5749
5996
  "es.promise",
@@ -5771,12 +6018,25 @@
5771
6018
  "es.array-buffer.constructor",
5772
6019
  "es.array-buffer.is-view",
5773
6020
  "es.array-buffer.slice",
5774
- "es.object.to-string"
6021
+ "es.object.to-string",
6022
+ "esnext.array-buffer.detached",
6023
+ "esnext.array-buffer.transfer",
6024
+ "esnext.array-buffer.transfer-to-fixed-length"
5775
6025
  ],
5776
6026
  "core-js/features/array-buffer/constructor": [
5777
6027
  "es.array-buffer.constructor",
5778
6028
  "es.array-buffer.slice",
5779
- "es.object.to-string"
6029
+ "es.object.to-string",
6030
+ "esnext.array-buffer.detached",
6031
+ "esnext.array-buffer.transfer",
6032
+ "esnext.array-buffer.transfer-to-fixed-length"
6033
+ ],
6034
+ "core-js/features/array-buffer/detached": [
6035
+ "es.array-buffer.constructor",
6036
+ "es.array-buffer.is-view",
6037
+ "es.array-buffer.slice",
6038
+ "es.object.to-string",
6039
+ "esnext.array-buffer.detached"
5780
6040
  ],
5781
6041
  "core-js/features/array-buffer/is-view": [
5782
6042
  "es.array-buffer.is-view"
@@ -5784,6 +6044,20 @@
5784
6044
  "core-js/features/array-buffer/slice": [
5785
6045
  "es.array-buffer.slice"
5786
6046
  ],
6047
+ "core-js/features/array-buffer/transfer": [
6048
+ "es.array-buffer.constructor",
6049
+ "es.array-buffer.is-view",
6050
+ "es.array-buffer.slice",
6051
+ "es.object.to-string",
6052
+ "esnext.array-buffer.transfer"
6053
+ ],
6054
+ "core-js/features/array-buffer/transfer-to-fixed-length": [
6055
+ "es.array-buffer.constructor",
6056
+ "es.array-buffer.is-view",
6057
+ "es.array-buffer.slice",
6058
+ "es.object.to-string",
6059
+ "esnext.array-buffer.transfer-to-fixed-length"
6060
+ ],
5787
6061
  "core-js/features/array/at": [
5788
6062
  "es.array.at",
5789
6063
  "esnext.array.at"
@@ -5977,9 +6251,13 @@
5977
6251
  "es.array.sort",
5978
6252
  "es.array.species",
5979
6253
  "es.array.splice",
6254
+ "es.array.to-reversed",
6255
+ "es.array.to-sorted",
6256
+ "es.array.to-spliced",
5980
6257
  "es.array.unscopables.flat",
5981
6258
  "es.array.unscopables.flat-map",
5982
6259
  "es.array.unshift",
6260
+ "es.array.with",
5983
6261
  "es.map",
5984
6262
  "es.object.to-string",
5985
6263
  "esnext.array.at",
@@ -6115,13 +6393,16 @@
6115
6393
  "es.array.splice"
6116
6394
  ],
6117
6395
  "core-js/features/array/virtual/to-reversed": [
6396
+ "es.array.to-reversed",
6118
6397
  "esnext.array.to-reversed"
6119
6398
  ],
6120
6399
  "core-js/features/array/virtual/to-sorted": [
6121
6400
  "es.array.sort",
6401
+ "es.array.to-sorted",
6122
6402
  "esnext.array.to-sorted"
6123
6403
  ],
6124
6404
  "core-js/features/array/virtual/to-spliced": [
6405
+ "es.array.to-spliced",
6125
6406
  "esnext.array.to-spliced"
6126
6407
  ],
6127
6408
  "core-js/features/array/virtual/unique-by": [
@@ -6136,6 +6417,7 @@
6136
6417
  "es.object.to-string"
6137
6418
  ],
6138
6419
  "core-js/features/array/virtual/with": [
6420
+ "es.array.with",
6139
6421
  "esnext.array.with"
6140
6422
  ],
6141
6423
  "core-js/features/array/with": [
@@ -6422,6 +6704,7 @@
6422
6704
  "es.function.bind",
6423
6705
  "es.function.has-instance",
6424
6706
  "es.function.name",
6707
+ "esnext.function.demethodize",
6425
6708
  "esnext.function.is-callable",
6426
6709
  "esnext.function.is-constructor",
6427
6710
  "esnext.function.un-this"
@@ -6429,6 +6712,9 @@
6429
6712
  "core-js/features/function/bind": [
6430
6713
  "es.function.bind"
6431
6714
  ],
6715
+ "core-js/features/function/demethodize": [
6716
+ "esnext.function.demethodize"
6717
+ ],
6432
6718
  "core-js/features/function/has-instance": [
6433
6719
  "es.function.has-instance"
6434
6720
  ],
@@ -6446,11 +6732,15 @@
6446
6732
  ],
6447
6733
  "core-js/features/function/virtual": [
6448
6734
  "es.function.bind",
6735
+ "esnext.function.demethodize",
6449
6736
  "esnext.function.un-this"
6450
6737
  ],
6451
6738
  "core-js/features/function/virtual/bind": [
6452
6739
  "es.function.bind"
6453
6740
  ],
6741
+ "core-js/features/function/virtual/demethodize": [
6742
+ "esnext.function.demethodize"
6743
+ ],
6454
6744
  "core-js/features/function/virtual/un-this": [
6455
6745
  "esnext.function.un-this"
6456
6746
  ],
@@ -6490,6 +6780,9 @@
6490
6780
  "core-js/features/instance/copy-within": [
6491
6781
  "es.array.copy-within"
6492
6782
  ],
6783
+ "core-js/features/instance/demethodize": [
6784
+ "esnext.function.demethodize"
6785
+ ],
6493
6786
  "core-js/features/instance/ends-with": [
6494
6787
  "es.string.ends-with"
6495
6788
  ],
@@ -6627,13 +6920,16 @@
6627
6920
  "es.string.starts-with"
6628
6921
  ],
6629
6922
  "core-js/features/instance/to-reversed": [
6923
+ "es.array.to-reversed",
6630
6924
  "esnext.array.to-reversed"
6631
6925
  ],
6632
6926
  "core-js/features/instance/to-sorted": [
6633
6927
  "es.array.sort",
6928
+ "es.array.to-sorted",
6634
6929
  "esnext.array.to-sorted"
6635
6930
  ],
6636
6931
  "core-js/features/instance/to-spliced": [
6932
+ "es.array.to-spliced",
6637
6933
  "esnext.array.to-spliced"
6638
6934
  ],
6639
6935
  "core-js/features/instance/to-well-formed": [
@@ -6670,6 +6966,7 @@
6670
6966
  "web.dom-collections.iterator"
6671
6967
  ],
6672
6968
  "core-js/features/instance/with": [
6969
+ "es.array.with",
6673
6970
  "esnext.array.with"
6674
6971
  ],
6675
6972
  "core-js/features/is-iterable": [
@@ -6694,6 +6991,7 @@
6694
6991
  "esnext.iterator.from",
6695
6992
  "esnext.iterator.indexed",
6696
6993
  "esnext.iterator.map",
6994
+ "esnext.iterator.range",
6697
6995
  "esnext.iterator.reduce",
6698
6996
  "esnext.iterator.some",
6699
6997
  "esnext.iterator.take",
@@ -6771,6 +7069,11 @@
6771
7069
  "esnext.iterator.constructor",
6772
7070
  "esnext.iterator.map"
6773
7071
  ],
7072
+ "core-js/features/iterator/range": [
7073
+ "es.object.to-string",
7074
+ "esnext.iterator.constructor",
7075
+ "esnext.iterator.range"
7076
+ ],
6774
7077
  "core-js/features/iterator/reduce": [
6775
7078
  "es.object.to-string",
6776
7079
  "esnext.iterator.constructor",
@@ -6799,7 +7102,25 @@
6799
7102
  ],
6800
7103
  "core-js/features/json": [
6801
7104
  "es.json.stringify",
6802
- "es.json.to-string-tag"
7105
+ "es.json.to-string-tag",
7106
+ "es.object.create",
7107
+ "es.object.freeze",
7108
+ "es.object.keys",
7109
+ "esnext.json.is-raw-json",
7110
+ "esnext.json.parse",
7111
+ "esnext.json.raw-json"
7112
+ ],
7113
+ "core-js/features/json/is-raw-json": [
7114
+ "esnext.json.is-raw-json"
7115
+ ],
7116
+ "core-js/features/json/parse": [
7117
+ "es.object.keys",
7118
+ "esnext.json.parse"
7119
+ ],
7120
+ "core-js/features/json/raw-json": [
7121
+ "es.object.create",
7122
+ "es.object.freeze",
7123
+ "esnext.json.raw-json"
6803
7124
  ],
6804
7125
  "core-js/features/json/stringify": [
6805
7126
  "es.json.stringify"
@@ -7992,6 +8313,8 @@
7992
8313
  "es.reflect.to-string-tag",
7993
8314
  "esnext.symbol.async-dispose",
7994
8315
  "esnext.symbol.dispose",
8316
+ "esnext.symbol.is-registered",
8317
+ "esnext.symbol.is-well-known",
7995
8318
  "esnext.symbol.matcher",
7996
8319
  "esnext.symbol.metadata",
7997
8320
  "esnext.symbol.metadata-key",
@@ -8023,6 +8346,14 @@
8023
8346
  "es.symbol.is-concat-spreadable",
8024
8347
  "es.array.concat"
8025
8348
  ],
8349
+ "core-js/features/symbol/is-registered": [
8350
+ "es.symbol",
8351
+ "esnext.symbol.is-registered"
8352
+ ],
8353
+ "core-js/features/symbol/is-well-known": [
8354
+ "es.symbol",
8355
+ "esnext.symbol.is-well-known"
8356
+ ],
8026
8357
  "core-js/features/symbol/iterator": [
8027
8358
  "es.symbol.iterator",
8028
8359
  "es.array.iterator",
@@ -8135,7 +8466,10 @@
8135
8466
  "es.typed-array.sort",
8136
8467
  "es.typed-array.subarray",
8137
8468
  "es.typed-array.to-locale-string",
8469
+ "es.typed-array.to-reversed",
8470
+ "es.typed-array.to-sorted",
8138
8471
  "es.typed-array.to-string",
8472
+ "es.typed-array.with",
8139
8473
  "esnext.typed-array.from-async",
8140
8474
  "esnext.typed-array.at",
8141
8475
  "esnext.typed-array.filter-out",
@@ -8224,7 +8558,10 @@
8224
8558
  "es.typed-array.sort",
8225
8559
  "es.typed-array.subarray",
8226
8560
  "es.typed-array.to-locale-string",
8561
+ "es.typed-array.to-reversed",
8562
+ "es.typed-array.to-sorted",
8227
8563
  "es.typed-array.to-string",
8564
+ "es.typed-array.with",
8228
8565
  "esnext.typed-array.from-async",
8229
8566
  "esnext.typed-array.at",
8230
8567
  "esnext.typed-array.filter-out",
@@ -8273,7 +8610,10 @@
8273
8610
  "es.typed-array.sort",
8274
8611
  "es.typed-array.subarray",
8275
8612
  "es.typed-array.to-locale-string",
8613
+ "es.typed-array.to-reversed",
8614
+ "es.typed-array.to-sorted",
8276
8615
  "es.typed-array.to-string",
8616
+ "es.typed-array.with",
8277
8617
  "esnext.typed-array.from-async",
8278
8618
  "esnext.typed-array.at",
8279
8619
  "esnext.typed-array.filter-out",
@@ -8340,7 +8680,10 @@
8340
8680
  "es.typed-array.sort",
8341
8681
  "es.typed-array.subarray",
8342
8682
  "es.typed-array.to-locale-string",
8683
+ "es.typed-array.to-reversed",
8684
+ "es.typed-array.to-sorted",
8343
8685
  "es.typed-array.to-string",
8686
+ "es.typed-array.with",
8344
8687
  "esnext.typed-array.from-async",
8345
8688
  "esnext.typed-array.at",
8346
8689
  "esnext.typed-array.filter-out",
@@ -8389,7 +8732,10 @@
8389
8732
  "es.typed-array.sort",
8390
8733
  "es.typed-array.subarray",
8391
8734
  "es.typed-array.to-locale-string",
8735
+ "es.typed-array.to-reversed",
8736
+ "es.typed-array.to-sorted",
8392
8737
  "es.typed-array.to-string",
8738
+ "es.typed-array.with",
8393
8739
  "esnext.typed-array.from-async",
8394
8740
  "esnext.typed-array.at",
8395
8741
  "esnext.typed-array.filter-out",
@@ -8438,7 +8784,10 @@
8438
8784
  "es.typed-array.sort",
8439
8785
  "es.typed-array.subarray",
8440
8786
  "es.typed-array.to-locale-string",
8787
+ "es.typed-array.to-reversed",
8788
+ "es.typed-array.to-sorted",
8441
8789
  "es.typed-array.to-string",
8790
+ "es.typed-array.with",
8442
8791
  "esnext.typed-array.from-async",
8443
8792
  "esnext.typed-array.at",
8444
8793
  "esnext.typed-array.filter-out",
@@ -8501,7 +8850,10 @@
8501
8850
  "es.typed-array.sort",
8502
8851
  "es.typed-array.subarray",
8503
8852
  "es.typed-array.to-locale-string",
8853
+ "es.typed-array.to-reversed",
8854
+ "es.typed-array.to-sorted",
8504
8855
  "es.typed-array.to-string",
8856
+ "es.typed-array.with",
8505
8857
  "esnext.typed-array.from-async",
8506
8858
  "esnext.typed-array.at",
8507
8859
  "esnext.typed-array.filter-out",
@@ -8550,6 +8902,7 @@
8550
8902
  ],
8551
8903
  "core-js/features/typed-array/to-sorted": [
8552
8904
  "es.typed-array.sort",
8905
+ "es.typed-array.to-sorted",
8553
8906
  "esnext.typed-array.to-sorted"
8554
8907
  ],
8555
8908
  "core-js/features/typed-array/to-spliced": [
@@ -8593,7 +8946,10 @@
8593
8946
  "es.typed-array.sort",
8594
8947
  "es.typed-array.subarray",
8595
8948
  "es.typed-array.to-locale-string",
8949
+ "es.typed-array.to-reversed",
8950
+ "es.typed-array.to-sorted",
8596
8951
  "es.typed-array.to-string",
8952
+ "es.typed-array.with",
8597
8953
  "esnext.typed-array.from-async",
8598
8954
  "esnext.typed-array.at",
8599
8955
  "esnext.typed-array.filter-out",
@@ -8642,7 +8998,10 @@
8642
8998
  "es.typed-array.sort",
8643
8999
  "es.typed-array.subarray",
8644
9000
  "es.typed-array.to-locale-string",
9001
+ "es.typed-array.to-reversed",
9002
+ "es.typed-array.to-sorted",
8645
9003
  "es.typed-array.to-string",
9004
+ "es.typed-array.with",
8646
9005
  "esnext.typed-array.from-async",
8647
9006
  "esnext.typed-array.at",
8648
9007
  "esnext.typed-array.filter-out",
@@ -8691,7 +9050,10 @@
8691
9050
  "es.typed-array.sort",
8692
9051
  "es.typed-array.subarray",
8693
9052
  "es.typed-array.to-locale-string",
9053
+ "es.typed-array.to-reversed",
9054
+ "es.typed-array.to-sorted",
8694
9055
  "es.typed-array.to-string",
9056
+ "es.typed-array.with",
8695
9057
  "esnext.typed-array.from-async",
8696
9058
  "esnext.typed-array.at",
8697
9059
  "esnext.typed-array.filter-out",
@@ -8740,7 +9102,10 @@
8740
9102
  "es.typed-array.sort",
8741
9103
  "es.typed-array.subarray",
8742
9104
  "es.typed-array.to-locale-string",
9105
+ "es.typed-array.to-reversed",
9106
+ "es.typed-array.to-sorted",
8743
9107
  "es.typed-array.to-string",
9108
+ "es.typed-array.with",
8744
9109
  "esnext.typed-array.from-async",
8745
9110
  "esnext.typed-array.at",
8746
9111
  "esnext.typed-array.filter-out",
@@ -8898,9 +9263,13 @@
8898
9263
  "es.array.sort",
8899
9264
  "es.array.species",
8900
9265
  "es.array.splice",
9266
+ "es.array.to-reversed",
9267
+ "es.array.to-sorted",
9268
+ "es.array.to-spliced",
8901
9269
  "es.array.unscopables.flat",
8902
9270
  "es.array.unscopables.flat-map",
8903
9271
  "es.array.unshift",
9272
+ "es.array.with",
8904
9273
  "es.array-buffer.constructor",
8905
9274
  "es.array-buffer.is-view",
8906
9275
  "es.array-buffer.slice",
@@ -9077,7 +9446,10 @@
9077
9446
  "es.typed-array.sort",
9078
9447
  "es.typed-array.subarray",
9079
9448
  "es.typed-array.to-locale-string",
9449
+ "es.typed-array.to-reversed",
9450
+ "es.typed-array.to-sorted",
9080
9451
  "es.typed-array.to-string",
9452
+ "es.typed-array.with",
9081
9453
  "es.unescape",
9082
9454
  "es.weak-map",
9083
9455
  "es.weak-set",
@@ -9101,6 +9473,9 @@
9101
9473
  "esnext.array.to-spliced",
9102
9474
  "esnext.array.unique-by",
9103
9475
  "esnext.array.with",
9476
+ "esnext.array-buffer.detached",
9477
+ "esnext.array-buffer.transfer",
9478
+ "esnext.array-buffer.transfer-to-fixed-length",
9104
9479
  "esnext.async-disposable-stack.constructor",
9105
9480
  "esnext.async-iterator.constructor",
9106
9481
  "esnext.async-iterator.as-indexed-pairs",
@@ -9122,6 +9497,7 @@
9122
9497
  "esnext.composite-key",
9123
9498
  "esnext.composite-symbol",
9124
9499
  "esnext.disposable-stack.constructor",
9500
+ "esnext.function.demethodize",
9125
9501
  "esnext.function.is-callable",
9126
9502
  "esnext.function.is-constructor",
9127
9503
  "esnext.function.un-this",
@@ -9138,11 +9514,15 @@
9138
9514
  "esnext.iterator.from",
9139
9515
  "esnext.iterator.indexed",
9140
9516
  "esnext.iterator.map",
9517
+ "esnext.iterator.range",
9141
9518
  "esnext.iterator.reduce",
9142
9519
  "esnext.iterator.some",
9143
9520
  "esnext.iterator.take",
9144
9521
  "esnext.iterator.to-array",
9145
9522
  "esnext.iterator.to-async",
9523
+ "esnext.json.is-raw-json",
9524
+ "esnext.json.parse",
9525
+ "esnext.json.raw-json",
9146
9526
  "esnext.map.delete-all",
9147
9527
  "esnext.map.emplace",
9148
9528
  "esnext.map.every",
@@ -9230,6 +9610,8 @@
9230
9610
  "esnext.string.to-well-formed",
9231
9611
  "esnext.symbol.async-dispose",
9232
9612
  "esnext.symbol.dispose",
9613
+ "esnext.symbol.is-registered",
9614
+ "esnext.symbol.is-well-known",
9233
9615
  "esnext.symbol.matcher",
9234
9616
  "esnext.symbol.metadata",
9235
9617
  "esnext.symbol.metadata-key",
@@ -9314,9 +9696,13 @@
9314
9696
  "es.array.sort",
9315
9697
  "es.array.species",
9316
9698
  "es.array.splice",
9699
+ "es.array.to-reversed",
9700
+ "es.array.to-sorted",
9701
+ "es.array.to-spliced",
9317
9702
  "es.array.unscopables.flat",
9318
9703
  "es.array.unscopables.flat-map",
9319
9704
  "es.array.unshift",
9705
+ "es.array.with",
9320
9706
  "es.map",
9321
9707
  "es.object.to-string",
9322
9708
  "es.promise",
@@ -9344,12 +9730,25 @@
9344
9730
  "es.array-buffer.constructor",
9345
9731
  "es.array-buffer.is-view",
9346
9732
  "es.array-buffer.slice",
9347
- "es.object.to-string"
9733
+ "es.object.to-string",
9734
+ "esnext.array-buffer.detached",
9735
+ "esnext.array-buffer.transfer",
9736
+ "esnext.array-buffer.transfer-to-fixed-length"
9348
9737
  ],
9349
9738
  "core-js/full/array-buffer/constructor": [
9350
9739
  "es.array-buffer.constructor",
9351
9740
  "es.array-buffer.slice",
9352
- "es.object.to-string"
9741
+ "es.object.to-string",
9742
+ "esnext.array-buffer.detached",
9743
+ "esnext.array-buffer.transfer",
9744
+ "esnext.array-buffer.transfer-to-fixed-length"
9745
+ ],
9746
+ "core-js/full/array-buffer/detached": [
9747
+ "es.array-buffer.constructor",
9748
+ "es.array-buffer.is-view",
9749
+ "es.array-buffer.slice",
9750
+ "es.object.to-string",
9751
+ "esnext.array-buffer.detached"
9353
9752
  ],
9354
9753
  "core-js/full/array-buffer/is-view": [
9355
9754
  "es.array-buffer.is-view"
@@ -9357,6 +9756,20 @@
9357
9756
  "core-js/full/array-buffer/slice": [
9358
9757
  "es.array-buffer.slice"
9359
9758
  ],
9759
+ "core-js/full/array-buffer/transfer": [
9760
+ "es.array-buffer.constructor",
9761
+ "es.array-buffer.is-view",
9762
+ "es.array-buffer.slice",
9763
+ "es.object.to-string",
9764
+ "esnext.array-buffer.transfer"
9765
+ ],
9766
+ "core-js/full/array-buffer/transfer-to-fixed-length": [
9767
+ "es.array-buffer.constructor",
9768
+ "es.array-buffer.is-view",
9769
+ "es.array-buffer.slice",
9770
+ "es.object.to-string",
9771
+ "esnext.array-buffer.transfer-to-fixed-length"
9772
+ ],
9360
9773
  "core-js/full/array/at": [
9361
9774
  "es.array.at",
9362
9775
  "esnext.array.at"
@@ -9550,9 +9963,13 @@
9550
9963
  "es.array.sort",
9551
9964
  "es.array.species",
9552
9965
  "es.array.splice",
9966
+ "es.array.to-reversed",
9967
+ "es.array.to-sorted",
9968
+ "es.array.to-spliced",
9553
9969
  "es.array.unscopables.flat",
9554
9970
  "es.array.unscopables.flat-map",
9555
9971
  "es.array.unshift",
9972
+ "es.array.with",
9556
9973
  "es.map",
9557
9974
  "es.object.to-string",
9558
9975
  "esnext.array.at",
@@ -9688,13 +10105,16 @@
9688
10105
  "es.array.splice"
9689
10106
  ],
9690
10107
  "core-js/full/array/virtual/to-reversed": [
10108
+ "es.array.to-reversed",
9691
10109
  "esnext.array.to-reversed"
9692
10110
  ],
9693
10111
  "core-js/full/array/virtual/to-sorted": [
9694
10112
  "es.array.sort",
10113
+ "es.array.to-sorted",
9695
10114
  "esnext.array.to-sorted"
9696
10115
  ],
9697
10116
  "core-js/full/array/virtual/to-spliced": [
10117
+ "es.array.to-spliced",
9698
10118
  "esnext.array.to-spliced"
9699
10119
  ],
9700
10120
  "core-js/full/array/virtual/unique-by": [
@@ -9709,6 +10129,7 @@
9709
10129
  "es.object.to-string"
9710
10130
  ],
9711
10131
  "core-js/full/array/virtual/with": [
10132
+ "es.array.with",
9712
10133
  "esnext.array.with"
9713
10134
  ],
9714
10135
  "core-js/full/array/with": [
@@ -9995,6 +10416,7 @@
9995
10416
  "es.function.bind",
9996
10417
  "es.function.has-instance",
9997
10418
  "es.function.name",
10419
+ "esnext.function.demethodize",
9998
10420
  "esnext.function.is-callable",
9999
10421
  "esnext.function.is-constructor",
10000
10422
  "esnext.function.un-this"
@@ -10002,6 +10424,9 @@
10002
10424
  "core-js/full/function/bind": [
10003
10425
  "es.function.bind"
10004
10426
  ],
10427
+ "core-js/full/function/demethodize": [
10428
+ "esnext.function.demethodize"
10429
+ ],
10005
10430
  "core-js/full/function/has-instance": [
10006
10431
  "es.function.has-instance"
10007
10432
  ],
@@ -10019,11 +10444,15 @@
10019
10444
  ],
10020
10445
  "core-js/full/function/virtual": [
10021
10446
  "es.function.bind",
10447
+ "esnext.function.demethodize",
10022
10448
  "esnext.function.un-this"
10023
10449
  ],
10024
10450
  "core-js/full/function/virtual/bind": [
10025
10451
  "es.function.bind"
10026
10452
  ],
10453
+ "core-js/full/function/virtual/demethodize": [
10454
+ "esnext.function.demethodize"
10455
+ ],
10027
10456
  "core-js/full/function/virtual/un-this": [
10028
10457
  "esnext.function.un-this"
10029
10458
  ],
@@ -10063,6 +10492,9 @@
10063
10492
  "core-js/full/instance/copy-within": [
10064
10493
  "es.array.copy-within"
10065
10494
  ],
10495
+ "core-js/full/instance/demethodize": [
10496
+ "esnext.function.demethodize"
10497
+ ],
10066
10498
  "core-js/full/instance/ends-with": [
10067
10499
  "es.string.ends-with"
10068
10500
  ],
@@ -10200,13 +10632,16 @@
10200
10632
  "es.string.starts-with"
10201
10633
  ],
10202
10634
  "core-js/full/instance/to-reversed": [
10635
+ "es.array.to-reversed",
10203
10636
  "esnext.array.to-reversed"
10204
10637
  ],
10205
10638
  "core-js/full/instance/to-sorted": [
10206
10639
  "es.array.sort",
10640
+ "es.array.to-sorted",
10207
10641
  "esnext.array.to-sorted"
10208
10642
  ],
10209
10643
  "core-js/full/instance/to-spliced": [
10644
+ "es.array.to-spliced",
10210
10645
  "esnext.array.to-spliced"
10211
10646
  ],
10212
10647
  "core-js/full/instance/to-well-formed": [
@@ -10243,6 +10678,7 @@
10243
10678
  "web.dom-collections.iterator"
10244
10679
  ],
10245
10680
  "core-js/full/instance/with": [
10681
+ "es.array.with",
10246
10682
  "esnext.array.with"
10247
10683
  ],
10248
10684
  "core-js/full/is-iterable": [
@@ -10267,6 +10703,7 @@
10267
10703
  "esnext.iterator.from",
10268
10704
  "esnext.iterator.indexed",
10269
10705
  "esnext.iterator.map",
10706
+ "esnext.iterator.range",
10270
10707
  "esnext.iterator.reduce",
10271
10708
  "esnext.iterator.some",
10272
10709
  "esnext.iterator.take",
@@ -10344,6 +10781,11 @@
10344
10781
  "esnext.iterator.constructor",
10345
10782
  "esnext.iterator.map"
10346
10783
  ],
10784
+ "core-js/full/iterator/range": [
10785
+ "es.object.to-string",
10786
+ "esnext.iterator.constructor",
10787
+ "esnext.iterator.range"
10788
+ ],
10347
10789
  "core-js/full/iterator/reduce": [
10348
10790
  "es.object.to-string",
10349
10791
  "esnext.iterator.constructor",
@@ -10372,7 +10814,25 @@
10372
10814
  ],
10373
10815
  "core-js/full/json": [
10374
10816
  "es.json.stringify",
10375
- "es.json.to-string-tag"
10817
+ "es.json.to-string-tag",
10818
+ "es.object.create",
10819
+ "es.object.freeze",
10820
+ "es.object.keys",
10821
+ "esnext.json.is-raw-json",
10822
+ "esnext.json.parse",
10823
+ "esnext.json.raw-json"
10824
+ ],
10825
+ "core-js/full/json/is-raw-json": [
10826
+ "esnext.json.is-raw-json"
10827
+ ],
10828
+ "core-js/full/json/parse": [
10829
+ "es.object.keys",
10830
+ "esnext.json.parse"
10831
+ ],
10832
+ "core-js/full/json/raw-json": [
10833
+ "es.object.create",
10834
+ "es.object.freeze",
10835
+ "esnext.json.raw-json"
10376
10836
  ],
10377
10837
  "core-js/full/json/stringify": [
10378
10838
  "es.json.stringify"
@@ -11565,6 +12025,8 @@
11565
12025
  "es.reflect.to-string-tag",
11566
12026
  "esnext.symbol.async-dispose",
11567
12027
  "esnext.symbol.dispose",
12028
+ "esnext.symbol.is-registered",
12029
+ "esnext.symbol.is-well-known",
11568
12030
  "esnext.symbol.matcher",
11569
12031
  "esnext.symbol.metadata",
11570
12032
  "esnext.symbol.metadata-key",
@@ -11596,6 +12058,14 @@
11596
12058
  "es.symbol.is-concat-spreadable",
11597
12059
  "es.array.concat"
11598
12060
  ],
12061
+ "core-js/full/symbol/is-registered": [
12062
+ "es.symbol",
12063
+ "esnext.symbol.is-registered"
12064
+ ],
12065
+ "core-js/full/symbol/is-well-known": [
12066
+ "es.symbol",
12067
+ "esnext.symbol.is-well-known"
12068
+ ],
11599
12069
  "core-js/full/symbol/iterator": [
11600
12070
  "es.symbol.iterator",
11601
12071
  "es.array.iterator",
@@ -11708,7 +12178,10 @@
11708
12178
  "es.typed-array.sort",
11709
12179
  "es.typed-array.subarray",
11710
12180
  "es.typed-array.to-locale-string",
12181
+ "es.typed-array.to-reversed",
12182
+ "es.typed-array.to-sorted",
11711
12183
  "es.typed-array.to-string",
12184
+ "es.typed-array.with",
11712
12185
  "esnext.typed-array.from-async",
11713
12186
  "esnext.typed-array.at",
11714
12187
  "esnext.typed-array.filter-out",
@@ -11797,7 +12270,10 @@
11797
12270
  "es.typed-array.sort",
11798
12271
  "es.typed-array.subarray",
11799
12272
  "es.typed-array.to-locale-string",
12273
+ "es.typed-array.to-reversed",
12274
+ "es.typed-array.to-sorted",
11800
12275
  "es.typed-array.to-string",
12276
+ "es.typed-array.with",
11801
12277
  "esnext.typed-array.from-async",
11802
12278
  "esnext.typed-array.at",
11803
12279
  "esnext.typed-array.filter-out",
@@ -11846,7 +12322,10 @@
11846
12322
  "es.typed-array.sort",
11847
12323
  "es.typed-array.subarray",
11848
12324
  "es.typed-array.to-locale-string",
12325
+ "es.typed-array.to-reversed",
12326
+ "es.typed-array.to-sorted",
11849
12327
  "es.typed-array.to-string",
12328
+ "es.typed-array.with",
11850
12329
  "esnext.typed-array.from-async",
11851
12330
  "esnext.typed-array.at",
11852
12331
  "esnext.typed-array.filter-out",
@@ -11913,7 +12392,10 @@
11913
12392
  "es.typed-array.sort",
11914
12393
  "es.typed-array.subarray",
11915
12394
  "es.typed-array.to-locale-string",
12395
+ "es.typed-array.to-reversed",
12396
+ "es.typed-array.to-sorted",
11916
12397
  "es.typed-array.to-string",
12398
+ "es.typed-array.with",
11917
12399
  "esnext.typed-array.from-async",
11918
12400
  "esnext.typed-array.at",
11919
12401
  "esnext.typed-array.filter-out",
@@ -11962,7 +12444,10 @@
11962
12444
  "es.typed-array.sort",
11963
12445
  "es.typed-array.subarray",
11964
12446
  "es.typed-array.to-locale-string",
12447
+ "es.typed-array.to-reversed",
12448
+ "es.typed-array.to-sorted",
11965
12449
  "es.typed-array.to-string",
12450
+ "es.typed-array.with",
11966
12451
  "esnext.typed-array.from-async",
11967
12452
  "esnext.typed-array.at",
11968
12453
  "esnext.typed-array.filter-out",
@@ -12011,7 +12496,10 @@
12011
12496
  "es.typed-array.sort",
12012
12497
  "es.typed-array.subarray",
12013
12498
  "es.typed-array.to-locale-string",
12499
+ "es.typed-array.to-reversed",
12500
+ "es.typed-array.to-sorted",
12014
12501
  "es.typed-array.to-string",
12502
+ "es.typed-array.with",
12015
12503
  "esnext.typed-array.from-async",
12016
12504
  "esnext.typed-array.at",
12017
12505
  "esnext.typed-array.filter-out",
@@ -12074,7 +12562,10 @@
12074
12562
  "es.typed-array.sort",
12075
12563
  "es.typed-array.subarray",
12076
12564
  "es.typed-array.to-locale-string",
12565
+ "es.typed-array.to-reversed",
12566
+ "es.typed-array.to-sorted",
12077
12567
  "es.typed-array.to-string",
12568
+ "es.typed-array.with",
12078
12569
  "esnext.typed-array.from-async",
12079
12570
  "esnext.typed-array.at",
12080
12571
  "esnext.typed-array.filter-out",
@@ -12123,6 +12614,7 @@
12123
12614
  ],
12124
12615
  "core-js/full/typed-array/to-sorted": [
12125
12616
  "es.typed-array.sort",
12617
+ "es.typed-array.to-sorted",
12126
12618
  "esnext.typed-array.to-sorted"
12127
12619
  ],
12128
12620
  "core-js/full/typed-array/to-spliced": [
@@ -12166,7 +12658,10 @@
12166
12658
  "es.typed-array.sort",
12167
12659
  "es.typed-array.subarray",
12168
12660
  "es.typed-array.to-locale-string",
12661
+ "es.typed-array.to-reversed",
12662
+ "es.typed-array.to-sorted",
12169
12663
  "es.typed-array.to-string",
12664
+ "es.typed-array.with",
12170
12665
  "esnext.typed-array.from-async",
12171
12666
  "esnext.typed-array.at",
12172
12667
  "esnext.typed-array.filter-out",
@@ -12215,7 +12710,10 @@
12215
12710
  "es.typed-array.sort",
12216
12711
  "es.typed-array.subarray",
12217
12712
  "es.typed-array.to-locale-string",
12713
+ "es.typed-array.to-reversed",
12714
+ "es.typed-array.to-sorted",
12218
12715
  "es.typed-array.to-string",
12716
+ "es.typed-array.with",
12219
12717
  "esnext.typed-array.from-async",
12220
12718
  "esnext.typed-array.at",
12221
12719
  "esnext.typed-array.filter-out",
@@ -12264,7 +12762,10 @@
12264
12762
  "es.typed-array.sort",
12265
12763
  "es.typed-array.subarray",
12266
12764
  "es.typed-array.to-locale-string",
12765
+ "es.typed-array.to-reversed",
12766
+ "es.typed-array.to-sorted",
12267
12767
  "es.typed-array.to-string",
12768
+ "es.typed-array.with",
12268
12769
  "esnext.typed-array.from-async",
12269
12770
  "esnext.typed-array.at",
12270
12771
  "esnext.typed-array.filter-out",
@@ -12313,7 +12814,10 @@
12313
12814
  "es.typed-array.sort",
12314
12815
  "es.typed-array.subarray",
12315
12816
  "es.typed-array.to-locale-string",
12817
+ "es.typed-array.to-reversed",
12818
+ "es.typed-array.to-sorted",
12316
12819
  "es.typed-array.to-string",
12820
+ "es.typed-array.with",
12317
12821
  "esnext.typed-array.from-async",
12318
12822
  "esnext.typed-array.at",
12319
12823
  "esnext.typed-array.filter-out",
@@ -12531,6 +13035,15 @@
12531
13035
  "core-js/modules/es.array.splice": [
12532
13036
  "es.array.splice"
12533
13037
  ],
13038
+ "core-js/modules/es.array.to-reversed": [
13039
+ "es.array.to-reversed"
13040
+ ],
13041
+ "core-js/modules/es.array.to-sorted": [
13042
+ "es.array.to-sorted"
13043
+ ],
13044
+ "core-js/modules/es.array.to-spliced": [
13045
+ "es.array.to-spliced"
13046
+ ],
12534
13047
  "core-js/modules/es.array.unscopables.flat": [
12535
13048
  "es.array.unscopables.flat"
12536
13049
  ],
@@ -12540,6 +13053,9 @@
12540
13053
  "core-js/modules/es.array.unshift": [
12541
13054
  "es.array.unshift"
12542
13055
  ],
13056
+ "core-js/modules/es.array.with": [
13057
+ "es.array.with"
13058
+ ],
12543
13059
  "core-js/modules/es.data-view": [
12544
13060
  "es.data-view"
12545
13061
  ],
@@ -13143,6 +13659,12 @@
13143
13659
  "core-js/modules/es.typed-array.to-locale-string": [
13144
13660
  "es.typed-array.to-locale-string"
13145
13661
  ],
13662
+ "core-js/modules/es.typed-array.to-reversed": [
13663
+ "es.typed-array.to-reversed"
13664
+ ],
13665
+ "core-js/modules/es.typed-array.to-sorted": [
13666
+ "es.typed-array.to-sorted"
13667
+ ],
13146
13668
  "core-js/modules/es.typed-array.to-string": [
13147
13669
  "es.typed-array.to-string"
13148
13670
  ],
@@ -13158,6 +13680,9 @@
13158
13680
  "core-js/modules/es.typed-array.uint8-clamped-array": [
13159
13681
  "es.typed-array.uint8-clamped-array"
13160
13682
  ],
13683
+ "core-js/modules/es.typed-array.with": [
13684
+ "es.typed-array.with"
13685
+ ],
13161
13686
  "core-js/modules/es.unescape": [
13162
13687
  "es.unescape"
13163
13688
  ],
@@ -13176,6 +13701,15 @@
13176
13701
  "core-js/modules/esnext.aggregate-error": [
13177
13702
  "esnext.aggregate-error"
13178
13703
  ],
13704
+ "core-js/modules/esnext.array-buffer.detached": [
13705
+ "esnext.array-buffer.detached"
13706
+ ],
13707
+ "core-js/modules/esnext.array-buffer.transfer": [
13708
+ "esnext.array-buffer.transfer"
13709
+ ],
13710
+ "core-js/modules/esnext.array-buffer.transfer-to-fixed-length": [
13711
+ "esnext.array-buffer.transfer-to-fixed-length"
13712
+ ],
13179
13713
  "core-js/modules/esnext.array.at": [
13180
13714
  "esnext.array.at"
13181
13715
  ],
@@ -13293,6 +13827,9 @@
13293
13827
  "core-js/modules/esnext.disposable-stack.constructor": [
13294
13828
  "esnext.disposable-stack.constructor"
13295
13829
  ],
13830
+ "core-js/modules/esnext.function.demethodize": [
13831
+ "esnext.function.demethodize"
13832
+ ],
13296
13833
  "core-js/modules/esnext.function.is-callable": [
13297
13834
  "esnext.function.is-callable"
13298
13835
  ],
@@ -13341,6 +13878,9 @@
13341
13878
  "core-js/modules/esnext.iterator.map": [
13342
13879
  "esnext.iterator.map"
13343
13880
  ],
13881
+ "core-js/modules/esnext.iterator.range": [
13882
+ "esnext.iterator.range"
13883
+ ],
13344
13884
  "core-js/modules/esnext.iterator.reduce": [
13345
13885
  "esnext.iterator.reduce"
13346
13886
  ],
@@ -13356,6 +13896,15 @@
13356
13896
  "core-js/modules/esnext.iterator.to-async": [
13357
13897
  "esnext.iterator.to-async"
13358
13898
  ],
13899
+ "core-js/modules/esnext.json.is-raw-json": [
13900
+ "esnext.json.is-raw-json"
13901
+ ],
13902
+ "core-js/modules/esnext.json.parse": [
13903
+ "esnext.json.parse"
13904
+ ],
13905
+ "core-js/modules/esnext.json.raw-json": [
13906
+ "esnext.json.raw-json"
13907
+ ],
13359
13908
  "core-js/modules/esnext.map.delete-all": [
13360
13909
  "esnext.map.delete-all"
13361
13910
  ],
@@ -13632,6 +14181,12 @@
13632
14181
  "core-js/modules/esnext.symbol.dispose": [
13633
14182
  "esnext.symbol.dispose"
13634
14183
  ],
14184
+ "core-js/modules/esnext.symbol.is-registered": [
14185
+ "esnext.symbol.is-registered"
14186
+ ],
14187
+ "core-js/modules/esnext.symbol.is-well-known": [
14188
+ "esnext.symbol.is-well-known"
14189
+ ],
13635
14190
  "core-js/modules/esnext.symbol.matcher": [
13636
14191
  "esnext.symbol.matcher"
13637
14192
  ],
@@ -13799,6 +14354,9 @@
13799
14354
  "esnext.array.to-spliced",
13800
14355
  "esnext.array.unique-by",
13801
14356
  "esnext.array.with",
14357
+ "esnext.array-buffer.detached",
14358
+ "esnext.array-buffer.transfer",
14359
+ "esnext.array-buffer.transfer-to-fixed-length",
13802
14360
  "esnext.async-disposable-stack.constructor",
13803
14361
  "esnext.async-iterator.constructor",
13804
14362
  "esnext.async-iterator.as-indexed-pairs",
@@ -13820,6 +14378,7 @@
13820
14378
  "esnext.composite-key",
13821
14379
  "esnext.composite-symbol",
13822
14380
  "esnext.disposable-stack.constructor",
14381
+ "esnext.function.demethodize",
13823
14382
  "esnext.function.is-callable",
13824
14383
  "esnext.function.is-constructor",
13825
14384
  "esnext.function.un-this",
@@ -13836,11 +14395,15 @@
13836
14395
  "esnext.iterator.from",
13837
14396
  "esnext.iterator.indexed",
13838
14397
  "esnext.iterator.map",
14398
+ "esnext.iterator.range",
13839
14399
  "esnext.iterator.reduce",
13840
14400
  "esnext.iterator.some",
13841
14401
  "esnext.iterator.take",
13842
14402
  "esnext.iterator.to-array",
13843
14403
  "esnext.iterator.to-async",
14404
+ "esnext.json.is-raw-json",
14405
+ "esnext.json.parse",
14406
+ "esnext.json.raw-json",
13844
14407
  "esnext.map.delete-all",
13845
14408
  "esnext.map.emplace",
13846
14409
  "esnext.map.every",
@@ -13928,6 +14491,8 @@
13928
14491
  "esnext.string.to-well-formed",
13929
14492
  "esnext.symbol.async-dispose",
13930
14493
  "esnext.symbol.dispose",
14494
+ "esnext.symbol.is-registered",
14495
+ "esnext.symbol.is-well-known",
13931
14496
  "esnext.symbol.matcher",
13932
14497
  "esnext.symbol.metadata",
13933
14498
  "esnext.symbol.metadata-key",
@@ -13962,6 +14527,11 @@
13962
14527
  "core-js/proposals/accessible-object-hasownproperty": [
13963
14528
  "esnext.object.has-own"
13964
14529
  ],
14530
+ "core-js/proposals/array-buffer-transfer": [
14531
+ "esnext.array-buffer.detached",
14532
+ "esnext.array-buffer.transfer",
14533
+ "esnext.array-buffer.transfer-to-fixed-length"
14534
+ ],
13965
14535
  "core-js/proposals/array-filtering": [
13966
14536
  "esnext.array.filter-out",
13967
14537
  "esnext.array.filter-reject",
@@ -14029,6 +14599,22 @@
14029
14599
  "core-js/proposals/async-iteration": [
14030
14600
  "es.symbol.async-iterator"
14031
14601
  ],
14602
+ "core-js/proposals/async-iterator-helpers": [
14603
+ "esnext.async-iterator.constructor",
14604
+ "esnext.async-iterator.drop",
14605
+ "esnext.async-iterator.every",
14606
+ "esnext.async-iterator.filter",
14607
+ "esnext.async-iterator.find",
14608
+ "esnext.async-iterator.flat-map",
14609
+ "esnext.async-iterator.for-each",
14610
+ "esnext.async-iterator.from",
14611
+ "esnext.async-iterator.map",
14612
+ "esnext.async-iterator.reduce",
14613
+ "esnext.async-iterator.some",
14614
+ "esnext.async-iterator.take",
14615
+ "esnext.async-iterator.to-array",
14616
+ "esnext.iterator.to-async"
14617
+ ],
14032
14618
  "core-js/proposals/change-array-by-copy": [
14033
14619
  "esnext.array.to-reversed",
14034
14620
  "esnext.array.to-sorted",
@@ -14039,6 +14625,15 @@
14039
14625
  "esnext.typed-array.to-spliced",
14040
14626
  "esnext.typed-array.with"
14041
14627
  ],
14628
+ "core-js/proposals/change-array-by-copy-stage-4": [
14629
+ "esnext.array.to-reversed",
14630
+ "esnext.array.to-sorted",
14631
+ "esnext.array.to-spliced",
14632
+ "esnext.array.with",
14633
+ "esnext.typed-array.to-reversed",
14634
+ "esnext.typed-array.to-sorted",
14635
+ "esnext.typed-array.with"
14636
+ ],
14042
14637
  "core-js/proposals/collection-methods": [
14043
14638
  "esnext.map.delete-all",
14044
14639
  "esnext.map.every",
@@ -14100,6 +14695,9 @@
14100
14695
  "esnext.iterator.dispose",
14101
14696
  "esnext.symbol.dispose"
14102
14697
  ],
14698
+ "core-js/proposals/function-demethodize": [
14699
+ "esnext.function.demethodize"
14700
+ ],
14103
14701
  "core-js/proposals/function-is-callable-is-constructor": [
14104
14702
  "esnext.function.is-callable",
14105
14703
  "esnext.function.is-constructor"
@@ -14172,6 +14770,30 @@
14172
14770
  "esnext.iterator.to-array",
14173
14771
  "esnext.iterator.to-async"
14174
14772
  ],
14773
+ "core-js/proposals/iterator-helpers-stage-3-2": [
14774
+ "esnext.iterator.constructor",
14775
+ "esnext.iterator.drop",
14776
+ "esnext.iterator.every",
14777
+ "esnext.iterator.filter",
14778
+ "esnext.iterator.find",
14779
+ "esnext.iterator.flat-map",
14780
+ "esnext.iterator.for-each",
14781
+ "esnext.iterator.from",
14782
+ "esnext.iterator.map",
14783
+ "esnext.iterator.reduce",
14784
+ "esnext.iterator.some",
14785
+ "esnext.iterator.take",
14786
+ "esnext.iterator.to-array"
14787
+ ],
14788
+ "core-js/proposals/iterator-range": [
14789
+ "esnext.iterator.constructor",
14790
+ "esnext.iterator.range"
14791
+ ],
14792
+ "core-js/proposals/json-parse-with-source": [
14793
+ "esnext.json.is-raw-json",
14794
+ "esnext.json.parse",
14795
+ "esnext.json.raw-json"
14796
+ ],
14175
14797
  "core-js/proposals/keys-composition": [
14176
14798
  "esnext.composite-key",
14177
14799
  "esnext.composite-symbol"
@@ -14337,6 +14959,10 @@
14337
14959
  "core-js/proposals/symbol-description": [
14338
14960
  "es.symbol.description"
14339
14961
  ],
14962
+ "core-js/proposals/symbol-predicates": [
14963
+ "esnext.symbol.is-registered",
14964
+ "esnext.symbol.is-well-known"
14965
+ ],
14340
14966
  "core-js/proposals/url": [
14341
14967
  "web.url",
14342
14968
  "web.url.to-json",
@@ -14404,9 +15030,13 @@
14404
15030
  "es.array.sort",
14405
15031
  "es.array.species",
14406
15032
  "es.array.splice",
15033
+ "es.array.to-reversed",
15034
+ "es.array.to-sorted",
15035
+ "es.array.to-spliced",
14407
15036
  "es.array.unscopables.flat",
14408
15037
  "es.array.unscopables.flat-map",
14409
15038
  "es.array.unshift",
15039
+ "es.array.with",
14410
15040
  "es.array-buffer.constructor",
14411
15041
  "es.array-buffer.is-view",
14412
15042
  "es.array-buffer.slice",
@@ -14583,7 +15213,10 @@
14583
15213
  "es.typed-array.sort",
14584
15214
  "es.typed-array.subarray",
14585
15215
  "es.typed-array.to-locale-string",
15216
+ "es.typed-array.to-reversed",
15217
+ "es.typed-array.to-sorted",
14586
15218
  "es.typed-array.to-string",
15219
+ "es.typed-array.with",
14587
15220
  "es.unescape",
14588
15221
  "es.weak-map",
14589
15222
  "es.weak-set",
@@ -14644,9 +15277,13 @@
14644
15277
  "es.array.sort",
14645
15278
  "es.array.species",
14646
15279
  "es.array.splice",
15280
+ "es.array.to-reversed",
15281
+ "es.array.to-sorted",
15282
+ "es.array.to-spliced",
14647
15283
  "es.array.unscopables.flat",
14648
15284
  "es.array.unscopables.flat-map",
14649
15285
  "es.array.unshift",
15286
+ "es.array.with",
14650
15287
  "es.object.to-string",
14651
15288
  "es.string.iterator"
14652
15289
  ],
@@ -14769,6 +15406,16 @@
14769
15406
  "core-js/stable/array/splice": [
14770
15407
  "es.array.splice"
14771
15408
  ],
15409
+ "core-js/stable/array/to-reversed": [
15410
+ "es.array.to-reversed"
15411
+ ],
15412
+ "core-js/stable/array/to-sorted": [
15413
+ "es.array.sort",
15414
+ "es.array.to-sorted"
15415
+ ],
15416
+ "core-js/stable/array/to-spliced": [
15417
+ "es.array.to-spliced"
15418
+ ],
14772
15419
  "core-js/stable/array/unshift": [
14773
15420
  "es.array.unshift"
14774
15421
  ],
@@ -14805,9 +15452,13 @@
14805
15452
  "es.array.sort",
14806
15453
  "es.array.species",
14807
15454
  "es.array.splice",
15455
+ "es.array.to-reversed",
15456
+ "es.array.to-sorted",
15457
+ "es.array.to-spliced",
14808
15458
  "es.array.unscopables.flat",
14809
15459
  "es.array.unscopables.flat-map",
14810
15460
  "es.array.unshift",
15461
+ "es.array.with",
14811
15462
  "es.object.to-string"
14812
15463
  ],
14813
15464
  "core-js/stable/array/virtual/at": [
@@ -14902,6 +15553,16 @@
14902
15553
  "core-js/stable/array/virtual/splice": [
14903
15554
  "es.array.splice"
14904
15555
  ],
15556
+ "core-js/stable/array/virtual/to-reversed": [
15557
+ "es.array.to-reversed"
15558
+ ],
15559
+ "core-js/stable/array/virtual/to-sorted": [
15560
+ "es.array.sort",
15561
+ "es.array.to-sorted"
15562
+ ],
15563
+ "core-js/stable/array/virtual/to-spliced": [
15564
+ "es.array.to-spliced"
15565
+ ],
14905
15566
  "core-js/stable/array/virtual/unshift": [
14906
15567
  "es.array.unshift"
14907
15568
  ],
@@ -14909,6 +15570,12 @@
14909
15570
  "es.array.iterator",
14910
15571
  "es.object.to-string"
14911
15572
  ],
15573
+ "core-js/stable/array/virtual/with": [
15574
+ "es.array.with"
15575
+ ],
15576
+ "core-js/stable/array/with": [
15577
+ "es.array.with"
15578
+ ],
14912
15579
  "core-js/stable/atob": [
14913
15580
  "es.error.to-string",
14914
15581
  "es.object.to-string",
@@ -15166,6 +15833,16 @@
15166
15833
  "core-js/stable/instance/starts-with": [
15167
15834
  "es.string.starts-with"
15168
15835
  ],
15836
+ "core-js/stable/instance/to-reversed": [
15837
+ "es.array.to-reversed"
15838
+ ],
15839
+ "core-js/stable/instance/to-sorted": [
15840
+ "es.array.sort",
15841
+ "es.array.to-sorted"
15842
+ ],
15843
+ "core-js/stable/instance/to-spliced": [
15844
+ "es.array.to-spliced"
15845
+ ],
15169
15846
  "core-js/stable/instance/trim": [
15170
15847
  "es.string.trim"
15171
15848
  ],
@@ -15189,6 +15866,9 @@
15189
15866
  "es.object.to-string",
15190
15867
  "web.dom-collections.iterator"
15191
15868
  ],
15869
+ "core-js/stable/instance/with": [
15870
+ "es.array.with"
15871
+ ],
15192
15872
  "core-js/stable/is-iterable": [
15193
15873
  "es.array.iterator",
15194
15874
  "es.string.iterator",
@@ -16081,7 +16761,10 @@
16081
16761
  "es.typed-array.sort",
16082
16762
  "es.typed-array.subarray",
16083
16763
  "es.typed-array.to-locale-string",
16084
- "es.typed-array.to-string"
16764
+ "es.typed-array.to-reversed",
16765
+ "es.typed-array.to-sorted",
16766
+ "es.typed-array.to-string",
16767
+ "es.typed-array.with"
16085
16768
  ],
16086
16769
  "core-js/stable/typed-array/at": [
16087
16770
  "es.typed-array.at"
@@ -16147,7 +16830,10 @@
16147
16830
  "es.typed-array.sort",
16148
16831
  "es.typed-array.subarray",
16149
16832
  "es.typed-array.to-locale-string",
16150
- "es.typed-array.to-string"
16833
+ "es.typed-array.to-reversed",
16834
+ "es.typed-array.to-sorted",
16835
+ "es.typed-array.to-string",
16836
+ "es.typed-array.with"
16151
16837
  ],
16152
16838
  "core-js/stable/typed-array/float64-array": [
16153
16839
  "es.array-buffer.constructor",
@@ -16182,7 +16868,10 @@
16182
16868
  "es.typed-array.sort",
16183
16869
  "es.typed-array.subarray",
16184
16870
  "es.typed-array.to-locale-string",
16185
- "es.typed-array.to-string"
16871
+ "es.typed-array.to-reversed",
16872
+ "es.typed-array.to-sorted",
16873
+ "es.typed-array.to-string",
16874
+ "es.typed-array.with"
16186
16875
  ],
16187
16876
  "core-js/stable/typed-array/for-each": [
16188
16877
  "es.typed-array.for-each"
@@ -16229,7 +16918,10 @@
16229
16918
  "es.typed-array.sort",
16230
16919
  "es.typed-array.subarray",
16231
16920
  "es.typed-array.to-locale-string",
16232
- "es.typed-array.to-string"
16921
+ "es.typed-array.to-reversed",
16922
+ "es.typed-array.to-sorted",
16923
+ "es.typed-array.to-string",
16924
+ "es.typed-array.with"
16233
16925
  ],
16234
16926
  "core-js/stable/typed-array/int32-array": [
16235
16927
  "es.array-buffer.constructor",
@@ -16264,7 +16956,10 @@
16264
16956
  "es.typed-array.sort",
16265
16957
  "es.typed-array.subarray",
16266
16958
  "es.typed-array.to-locale-string",
16267
- "es.typed-array.to-string"
16959
+ "es.typed-array.to-reversed",
16960
+ "es.typed-array.to-sorted",
16961
+ "es.typed-array.to-string",
16962
+ "es.typed-array.with"
16268
16963
  ],
16269
16964
  "core-js/stable/typed-array/int8-array": [
16270
16965
  "es.array-buffer.constructor",
@@ -16299,7 +16994,10 @@
16299
16994
  "es.typed-array.sort",
16300
16995
  "es.typed-array.subarray",
16301
16996
  "es.typed-array.to-locale-string",
16302
- "es.typed-array.to-string"
16997
+ "es.typed-array.to-reversed",
16998
+ "es.typed-array.to-sorted",
16999
+ "es.typed-array.to-string",
17000
+ "es.typed-array.with"
16303
17001
  ],
16304
17002
  "core-js/stable/typed-array/iterator": [
16305
17003
  "es.object.to-string",
@@ -16348,7 +17046,10 @@
16348
17046
  "es.typed-array.sort",
16349
17047
  "es.typed-array.subarray",
16350
17048
  "es.typed-array.to-locale-string",
16351
- "es.typed-array.to-string"
17049
+ "es.typed-array.to-reversed",
17050
+ "es.typed-array.to-sorted",
17051
+ "es.typed-array.to-string",
17052
+ "es.typed-array.with"
16352
17053
  ],
16353
17054
  "core-js/stable/typed-array/of": [
16354
17055
  "es.typed-array.of"
@@ -16380,6 +17081,13 @@
16380
17081
  "core-js/stable/typed-array/to-locale-string": [
16381
17082
  "es.typed-array.to-locale-string"
16382
17083
  ],
17084
+ "core-js/stable/typed-array/to-reversed": [
17085
+ "esnext.typed-array.to-reversed"
17086
+ ],
17087
+ "core-js/stable/typed-array/to-sorted": [
17088
+ "es.typed-array.sort",
17089
+ "es.typed-array.to-sorted"
17090
+ ],
16383
17091
  "core-js/stable/typed-array/to-string": [
16384
17092
  "es.typed-array.to-string"
16385
17093
  ],
@@ -16416,7 +17124,10 @@
16416
17124
  "es.typed-array.sort",
16417
17125
  "es.typed-array.subarray",
16418
17126
  "es.typed-array.to-locale-string",
16419
- "es.typed-array.to-string"
17127
+ "es.typed-array.to-reversed",
17128
+ "es.typed-array.to-sorted",
17129
+ "es.typed-array.to-string",
17130
+ "es.typed-array.with"
16420
17131
  ],
16421
17132
  "core-js/stable/typed-array/uint32-array": [
16422
17133
  "es.array-buffer.constructor",
@@ -16451,7 +17162,10 @@
16451
17162
  "es.typed-array.sort",
16452
17163
  "es.typed-array.subarray",
16453
17164
  "es.typed-array.to-locale-string",
16454
- "es.typed-array.to-string"
17165
+ "es.typed-array.to-reversed",
17166
+ "es.typed-array.to-sorted",
17167
+ "es.typed-array.to-string",
17168
+ "es.typed-array.with"
16455
17169
  ],
16456
17170
  "core-js/stable/typed-array/uint8-array": [
16457
17171
  "es.array-buffer.constructor",
@@ -16486,7 +17200,10 @@
16486
17200
  "es.typed-array.sort",
16487
17201
  "es.typed-array.subarray",
16488
17202
  "es.typed-array.to-locale-string",
16489
- "es.typed-array.to-string"
17203
+ "es.typed-array.to-reversed",
17204
+ "es.typed-array.to-sorted",
17205
+ "es.typed-array.to-string",
17206
+ "es.typed-array.with"
16490
17207
  ],
16491
17208
  "core-js/stable/typed-array/uint8-clamped-array": [
16492
17209
  "es.array-buffer.constructor",
@@ -16521,12 +17238,18 @@
16521
17238
  "es.typed-array.sort",
16522
17239
  "es.typed-array.subarray",
16523
17240
  "es.typed-array.to-locale-string",
16524
- "es.typed-array.to-string"
17241
+ "es.typed-array.to-reversed",
17242
+ "es.typed-array.to-sorted",
17243
+ "es.typed-array.to-string",
17244
+ "es.typed-array.with"
16525
17245
  ],
16526
17246
  "core-js/stable/typed-array/values": [
16527
17247
  "es.object.to-string",
16528
17248
  "es.typed-array.iterator"
16529
17249
  ],
17250
+ "core-js/stable/typed-array/with": [
17251
+ "esnext.typed-array.with"
17252
+ ],
16530
17253
  "core-js/stable/unescape": [
16531
17254
  "es.unescape"
16532
17255
  ],
@@ -16577,6 +17300,9 @@
16577
17300
  "esnext.array.to-spliced",
16578
17301
  "esnext.array.unique-by",
16579
17302
  "esnext.array.with",
17303
+ "esnext.array-buffer.detached",
17304
+ "esnext.array-buffer.transfer",
17305
+ "esnext.array-buffer.transfer-to-fixed-length",
16580
17306
  "esnext.async-disposable-stack.constructor",
16581
17307
  "esnext.async-iterator.constructor",
16582
17308
  "esnext.async-iterator.as-indexed-pairs",
@@ -16598,6 +17324,7 @@
16598
17324
  "esnext.composite-key",
16599
17325
  "esnext.composite-symbol",
16600
17326
  "esnext.disposable-stack.constructor",
17327
+ "esnext.function.demethodize",
16601
17328
  "esnext.function.is-callable",
16602
17329
  "esnext.function.is-constructor",
16603
17330
  "esnext.function.un-this",
@@ -16614,11 +17341,15 @@
16614
17341
  "esnext.iterator.from",
16615
17342
  "esnext.iterator.indexed",
16616
17343
  "esnext.iterator.map",
17344
+ "esnext.iterator.range",
16617
17345
  "esnext.iterator.reduce",
16618
17346
  "esnext.iterator.some",
16619
17347
  "esnext.iterator.take",
16620
17348
  "esnext.iterator.to-array",
16621
17349
  "esnext.iterator.to-async",
17350
+ "esnext.json.is-raw-json",
17351
+ "esnext.json.parse",
17352
+ "esnext.json.raw-json",
16622
17353
  "esnext.map.delete-all",
16623
17354
  "esnext.map.emplace",
16624
17355
  "esnext.map.every",
@@ -16706,6 +17437,8 @@
16706
17437
  "esnext.string.to-well-formed",
16707
17438
  "esnext.symbol.async-dispose",
16708
17439
  "esnext.symbol.dispose",
17440
+ "esnext.symbol.is-registered",
17441
+ "esnext.symbol.is-well-known",
16709
17442
  "esnext.symbol.matcher",
16710
17443
  "esnext.symbol.metadata",
16711
17444
  "esnext.symbol.metadata-key",
@@ -16760,6 +17493,9 @@
16760
17493
  "esnext.array.to-spliced",
16761
17494
  "esnext.array.unique-by",
16762
17495
  "esnext.array.with",
17496
+ "esnext.array-buffer.detached",
17497
+ "esnext.array-buffer.transfer",
17498
+ "esnext.array-buffer.transfer-to-fixed-length",
16763
17499
  "esnext.async-disposable-stack.constructor",
16764
17500
  "esnext.async-iterator.constructor",
16765
17501
  "esnext.async-iterator.as-indexed-pairs",
@@ -16781,6 +17517,7 @@
16781
17517
  "esnext.composite-key",
16782
17518
  "esnext.composite-symbol",
16783
17519
  "esnext.disposable-stack.constructor",
17520
+ "esnext.function.demethodize",
16784
17521
  "esnext.function.is-callable",
16785
17522
  "esnext.function.is-constructor",
16786
17523
  "esnext.function.un-this",
@@ -16797,11 +17534,15 @@
16797
17534
  "esnext.iterator.from",
16798
17535
  "esnext.iterator.indexed",
16799
17536
  "esnext.iterator.map",
17537
+ "esnext.iterator.range",
16800
17538
  "esnext.iterator.reduce",
16801
17539
  "esnext.iterator.some",
16802
17540
  "esnext.iterator.take",
16803
17541
  "esnext.iterator.to-array",
16804
17542
  "esnext.iterator.to-async",
17543
+ "esnext.json.is-raw-json",
17544
+ "esnext.json.parse",
17545
+ "esnext.json.raw-json",
16805
17546
  "esnext.map.delete-all",
16806
17547
  "esnext.map.emplace",
16807
17548
  "esnext.map.every",
@@ -16880,6 +17621,8 @@
16880
17621
  "esnext.string.to-well-formed",
16881
17622
  "esnext.symbol.async-dispose",
16882
17623
  "esnext.symbol.dispose",
17624
+ "esnext.symbol.is-registered",
17625
+ "esnext.symbol.is-well-known",
16883
17626
  "esnext.symbol.matcher",
16884
17627
  "esnext.symbol.metadata",
16885
17628
  "esnext.symbol.metadata-key",
@@ -16933,6 +17676,9 @@
16933
17676
  "esnext.array.to-spliced",
16934
17677
  "esnext.array.unique-by",
16935
17678
  "esnext.array.with",
17679
+ "esnext.array-buffer.detached",
17680
+ "esnext.array-buffer.transfer",
17681
+ "esnext.array-buffer.transfer-to-fixed-length",
16936
17682
  "esnext.async-disposable-stack.constructor",
16937
17683
  "esnext.async-iterator.constructor",
16938
17684
  "esnext.async-iterator.as-indexed-pairs",
@@ -16967,11 +17713,15 @@
16967
17713
  "esnext.iterator.from",
16968
17714
  "esnext.iterator.indexed",
16969
17715
  "esnext.iterator.map",
17716
+ "esnext.iterator.range",
16970
17717
  "esnext.iterator.reduce",
16971
17718
  "esnext.iterator.some",
16972
17719
  "esnext.iterator.take",
16973
17720
  "esnext.iterator.to-array",
16974
17721
  "esnext.iterator.to-async",
17722
+ "esnext.json.is-raw-json",
17723
+ "esnext.json.parse",
17724
+ "esnext.json.raw-json",
16975
17725
  "esnext.map.delete-all",
16976
17726
  "esnext.map.emplace",
16977
17727
  "esnext.map.every",
@@ -17045,6 +17795,8 @@
17045
17795
  "esnext.string.to-well-formed",
17046
17796
  "esnext.symbol.async-dispose",
17047
17797
  "esnext.symbol.dispose",
17798
+ "esnext.symbol.is-registered",
17799
+ "esnext.symbol.is-well-known",
17048
17800
  "esnext.symbol.matcher",
17049
17801
  "esnext.symbol.metadata",
17050
17802
  "esnext.symbol.metadata-key",
@@ -17089,6 +17841,9 @@
17089
17841
  "esnext.array.to-sorted",
17090
17842
  "esnext.array.to-spliced",
17091
17843
  "esnext.array.with",
17844
+ "esnext.array-buffer.detached",
17845
+ "esnext.array-buffer.transfer",
17846
+ "esnext.array-buffer.transfer-to-fixed-length",
17092
17847
  "esnext.async-disposable-stack.constructor",
17093
17848
  "esnext.async-iterator.constructor",
17094
17849
  "esnext.async-iterator.as-indexed-pairs",
@@ -17125,6 +17880,9 @@
17125
17880
  "esnext.iterator.take",
17126
17881
  "esnext.iterator.to-array",
17127
17882
  "esnext.iterator.to-async",
17883
+ "esnext.json.is-raw-json",
17884
+ "esnext.json.parse",
17885
+ "esnext.json.raw-json",
17128
17886
  "esnext.map.emplace",
17129
17887
  "esnext.object.has-own",
17130
17888
  "esnext.promise.all-settled",
@@ -17150,6 +17908,8 @@
17150
17908
  "esnext.string.to-well-formed",
17151
17909
  "esnext.symbol.async-dispose",
17152
17910
  "esnext.symbol.dispose",
17911
+ "esnext.symbol.is-registered",
17912
+ "esnext.symbol.is-well-known",
17153
17913
  "esnext.symbol.metadata",
17154
17914
  "esnext.symbol.metadata-key",
17155
17915
  "esnext.typed-array.at",
@@ -17178,6 +17938,9 @@
17178
17938
  "esnext.array.to-sorted",
17179
17939
  "esnext.array.to-spliced",
17180
17940
  "esnext.array.with",
17941
+ "esnext.array-buffer.detached",
17942
+ "esnext.array-buffer.transfer",
17943
+ "esnext.array-buffer.transfer-to-fixed-length",
17181
17944
  "esnext.async-iterator.constructor",
17182
17945
  "esnext.async-iterator.drop",
17183
17946
  "esnext.async-iterator.every",
@@ -17208,6 +17971,9 @@
17208
17971
  "esnext.iterator.take",
17209
17972
  "esnext.iterator.to-array",
17210
17973
  "esnext.iterator.to-async",
17974
+ "esnext.json.is-raw-json",
17975
+ "esnext.json.parse",
17976
+ "esnext.json.raw-json",
17211
17977
  "esnext.object.has-own",
17212
17978
  "esnext.promise.all-settled",
17213
17979
  "esnext.promise.any",
@@ -17237,6 +18003,10 @@
17237
18003
  "esnext.array.at",
17238
18004
  "esnext.array.find-last",
17239
18005
  "esnext.array.find-last-index",
18006
+ "esnext.array.to-reversed",
18007
+ "esnext.array.to-sorted",
18008
+ "esnext.array.to-spliced",
18009
+ "esnext.array.with",
17240
18010
  "esnext.global-this",
17241
18011
  "esnext.object.has-own",
17242
18012
  "esnext.promise.all-settled",
@@ -17245,7 +18015,10 @@
17245
18015
  "esnext.string.replace-all",
17246
18016
  "esnext.typed-array.at",
17247
18017
  "esnext.typed-array.find-last",
17248
- "esnext.typed-array.find-last-index"
18018
+ "esnext.typed-array.find-last-index",
18019
+ "esnext.typed-array.to-reversed",
18020
+ "esnext.typed-array.to-sorted",
18021
+ "esnext.typed-array.with"
17249
18022
  ],
17250
18023
  "core-js/stage/pre": [
17251
18024
  "es.map",
@@ -17270,6 +18043,9 @@
17270
18043
  "esnext.array.to-spliced",
17271
18044
  "esnext.array.unique-by",
17272
18045
  "esnext.array.with",
18046
+ "esnext.array-buffer.detached",
18047
+ "esnext.array-buffer.transfer",
18048
+ "esnext.array-buffer.transfer-to-fixed-length",
17273
18049
  "esnext.async-disposable-stack.constructor",
17274
18050
  "esnext.async-iterator.constructor",
17275
18051
  "esnext.async-iterator.as-indexed-pairs",
@@ -17291,6 +18067,7 @@
17291
18067
  "esnext.composite-key",
17292
18068
  "esnext.composite-symbol",
17293
18069
  "esnext.disposable-stack.constructor",
18070
+ "esnext.function.demethodize",
17294
18071
  "esnext.function.is-callable",
17295
18072
  "esnext.function.is-constructor",
17296
18073
  "esnext.function.un-this",
@@ -17307,11 +18084,15 @@
17307
18084
  "esnext.iterator.from",
17308
18085
  "esnext.iterator.indexed",
17309
18086
  "esnext.iterator.map",
18087
+ "esnext.iterator.range",
17310
18088
  "esnext.iterator.reduce",
17311
18089
  "esnext.iterator.some",
17312
18090
  "esnext.iterator.take",
17313
18091
  "esnext.iterator.to-array",
17314
18092
  "esnext.iterator.to-async",
18093
+ "esnext.json.is-raw-json",
18094
+ "esnext.json.parse",
18095
+ "esnext.json.raw-json",
17315
18096
  "esnext.map.delete-all",
17316
18097
  "esnext.map.emplace",
17317
18098
  "esnext.map.every",
@@ -17399,6 +18180,8 @@
17399
18180
  "esnext.string.to-well-formed",
17400
18181
  "esnext.symbol.async-dispose",
17401
18182
  "esnext.symbol.dispose",
18183
+ "esnext.symbol.is-registered",
18184
+ "esnext.symbol.is-well-known",
17402
18185
  "esnext.symbol.matcher",
17403
18186
  "esnext.symbol.metadata",
17404
18187
  "esnext.symbol.metadata-key",