core-js-compat 3.27.2 → 3.29.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",
@@ -423,7 +440,8 @@
423
440
  "web.timers",
424
441
  "web.url",
425
442
  "web.url.to-json",
426
- "web.url-search-params"
443
+ "web.url-search-params",
444
+ "web.url-search-params.size"
427
445
  ],
428
446
  "core-js/actual": [
429
447
  "es.symbol",
@@ -476,9 +494,13 @@
476
494
  "es.array.sort",
477
495
  "es.array.species",
478
496
  "es.array.splice",
497
+ "es.array.to-reversed",
498
+ "es.array.to-sorted",
499
+ "es.array.to-spliced",
479
500
  "es.array.unscopables.flat",
480
501
  "es.array.unscopables.flat-map",
481
502
  "es.array.unshift",
503
+ "es.array.with",
482
504
  "es.array-buffer.constructor",
483
505
  "es.array-buffer.is-view",
484
506
  "es.array-buffer.slice",
@@ -655,7 +677,10 @@
655
677
  "es.typed-array.sort",
656
678
  "es.typed-array.subarray",
657
679
  "es.typed-array.to-locale-string",
680
+ "es.typed-array.to-reversed",
681
+ "es.typed-array.to-sorted",
658
682
  "es.typed-array.to-string",
683
+ "es.typed-array.with",
659
684
  "es.unescape",
660
685
  "es.weak-map",
661
686
  "es.weak-set",
@@ -673,6 +698,9 @@
673
698
  "esnext.array.to-sorted",
674
699
  "esnext.array.to-spliced",
675
700
  "esnext.array.with",
701
+ "esnext.array-buffer.detached",
702
+ "esnext.array-buffer.transfer",
703
+ "esnext.array-buffer.transfer-to-fixed-length",
676
704
  "esnext.async-iterator.constructor",
677
705
  "esnext.async-iterator.drop",
678
706
  "esnext.async-iterator.every",
@@ -703,6 +731,9 @@
703
731
  "esnext.iterator.take",
704
732
  "esnext.iterator.to-array",
705
733
  "esnext.iterator.to-async",
734
+ "esnext.json.is-raw-json",
735
+ "esnext.json.parse",
736
+ "esnext.json.raw-json",
706
737
  "esnext.object.has-own",
707
738
  "esnext.promise.all-settled",
708
739
  "esnext.promise.any",
@@ -739,7 +770,8 @@
739
770
  "web.timers",
740
771
  "web.url",
741
772
  "web.url.to-json",
742
- "web.url-search-params"
773
+ "web.url-search-params",
774
+ "web.url-search-params.size"
743
775
  ],
744
776
  "core-js/actual/aggregate-error": [
745
777
  "es.error.cause",
@@ -782,9 +814,13 @@
782
814
  "es.array.sort",
783
815
  "es.array.species",
784
816
  "es.array.splice",
817
+ "es.array.to-reversed",
818
+ "es.array.to-sorted",
819
+ "es.array.to-spliced",
785
820
  "es.array.unscopables.flat",
786
821
  "es.array.unscopables.flat-map",
787
822
  "es.array.unshift",
823
+ "es.array.with",
788
824
  "es.map",
789
825
  "es.object.to-string",
790
826
  "es.string.iterator",
@@ -804,12 +840,25 @@
804
840
  "es.array-buffer.constructor",
805
841
  "es.array-buffer.is-view",
806
842
  "es.array-buffer.slice",
807
- "es.object.to-string"
843
+ "es.object.to-string",
844
+ "esnext.array-buffer.detached",
845
+ "esnext.array-buffer.transfer",
846
+ "esnext.array-buffer.transfer-to-fixed-length"
808
847
  ],
809
848
  "core-js/actual/array-buffer/constructor": [
810
849
  "es.array-buffer.constructor",
811
850
  "es.array-buffer.slice",
812
- "es.object.to-string"
851
+ "es.object.to-string",
852
+ "esnext.array-buffer.detached",
853
+ "esnext.array-buffer.transfer",
854
+ "esnext.array-buffer.transfer-to-fixed-length"
855
+ ],
856
+ "core-js/actual/array-buffer/detached": [
857
+ "es.array-buffer.constructor",
858
+ "es.array-buffer.is-view",
859
+ "es.array-buffer.slice",
860
+ "es.object.to-string",
861
+ "esnext.array-buffer.detached"
813
862
  ],
814
863
  "core-js/actual/array-buffer/is-view": [
815
864
  "es.array-buffer.is-view"
@@ -817,6 +866,20 @@
817
866
  "core-js/actual/array-buffer/slice": [
818
867
  "es.array-buffer.slice"
819
868
  ],
869
+ "core-js/actual/array-buffer/transfer": [
870
+ "es.array-buffer.constructor",
871
+ "es.array-buffer.is-view",
872
+ "es.array-buffer.slice",
873
+ "es.object.to-string",
874
+ "esnext.array-buffer.transfer"
875
+ ],
876
+ "core-js/actual/array-buffer/transfer-to-fixed-length": [
877
+ "es.array-buffer.constructor",
878
+ "es.array-buffer.is-view",
879
+ "es.array-buffer.slice",
880
+ "es.object.to-string",
881
+ "esnext.array-buffer.transfer-to-fixed-length"
882
+ ],
820
883
  "core-js/actual/array/at": [
821
884
  "es.array.at"
822
885
  ],
@@ -945,13 +1008,16 @@
945
1008
  "es.array.splice"
946
1009
  ],
947
1010
  "core-js/actual/array/to-reversed": [
1011
+ "es.array.to-reversed",
948
1012
  "esnext.array.to-reversed"
949
1013
  ],
950
1014
  "core-js/actual/array/to-sorted": [
951
1015
  "es.array.sort",
1016
+ "es.array.to-sorted",
952
1017
  "esnext.array.to-sorted"
953
1018
  ],
954
1019
  "core-js/actual/array/to-spliced": [
1020
+ "es.array.to-spliced",
955
1021
  "esnext.array.to-spliced"
956
1022
  ],
957
1023
  "core-js/actual/array/unshift": [
@@ -990,9 +1056,13 @@
990
1056
  "es.array.sort",
991
1057
  "es.array.species",
992
1058
  "es.array.splice",
1059
+ "es.array.to-reversed",
1060
+ "es.array.to-sorted",
1061
+ "es.array.to-spliced",
993
1062
  "es.array.unscopables.flat",
994
1063
  "es.array.unscopables.flat-map",
995
1064
  "es.array.unshift",
1065
+ "es.array.with",
996
1066
  "es.map",
997
1067
  "es.object.to-string",
998
1068
  "esnext.array.find-last",
@@ -1117,13 +1187,16 @@
1117
1187
  "es.array.splice"
1118
1188
  ],
1119
1189
  "core-js/actual/array/virtual/to-reversed": [
1190
+ "es.array.to-reversed",
1120
1191
  "esnext.array.to-reversed"
1121
1192
  ],
1122
1193
  "core-js/actual/array/virtual/to-sorted": [
1123
1194
  "es.array.sort",
1195
+ "es.array.to-sorted",
1124
1196
  "esnext.array.to-sorted"
1125
1197
  ],
1126
1198
  "core-js/actual/array/virtual/to-spliced": [
1199
+ "es.array.to-spliced",
1127
1200
  "esnext.array.to-spliced"
1128
1201
  ],
1129
1202
  "core-js/actual/array/virtual/unshift": [
@@ -1134,9 +1207,11 @@
1134
1207
  "es.object.to-string"
1135
1208
  ],
1136
1209
  "core-js/actual/array/virtual/with": [
1210
+ "es.array.with",
1137
1211
  "esnext.array.with"
1138
1212
  ],
1139
1213
  "core-js/actual/array/with": [
1214
+ "es.array.with",
1140
1215
  "esnext.array.with"
1141
1216
  ],
1142
1217
  "core-js/actual/async-iterator": [
@@ -1540,13 +1615,16 @@
1540
1615
  "es.string.starts-with"
1541
1616
  ],
1542
1617
  "core-js/actual/instance/to-reversed": [
1618
+ "es.array.to-reversed",
1543
1619
  "esnext.array.to-reversed"
1544
1620
  ],
1545
1621
  "core-js/actual/instance/to-sorted": [
1546
1622
  "es.array.sort",
1623
+ "es.array.to-sorted",
1547
1624
  "esnext.array.to-sorted"
1548
1625
  ],
1549
1626
  "core-js/actual/instance/to-spliced": [
1627
+ "es.array.to-spliced",
1550
1628
  "esnext.array.to-spliced"
1551
1629
  ],
1552
1630
  "core-js/actual/instance/to-well-formed": [
@@ -1568,7 +1646,7 @@
1568
1646
  "es.string.trim-start"
1569
1647
  ],
1570
1648
  "core-js/actual/instance/unshift": [
1571
- "es.array.push"
1649
+ "es.array.unshift"
1572
1650
  ],
1573
1651
  "core-js/actual/instance/values": [
1574
1652
  "es.array.iterator",
@@ -1576,6 +1654,7 @@
1576
1654
  "web.dom-collections.iterator"
1577
1655
  ],
1578
1656
  "core-js/actual/instance/with": [
1657
+ "es.array.with",
1579
1658
  "esnext.array.with"
1580
1659
  ],
1581
1660
  "core-js/actual/is-iterable": [
@@ -1693,7 +1772,25 @@
1693
1772
  ],
1694
1773
  "core-js/actual/json": [
1695
1774
  "es.json.stringify",
1696
- "es.json.to-string-tag"
1775
+ "es.json.to-string-tag",
1776
+ "es.object.create",
1777
+ "es.object.freeze",
1778
+ "es.object.keys",
1779
+ "esnext.json.is-raw-json",
1780
+ "esnext.json.parse",
1781
+ "esnext.json.raw-json"
1782
+ ],
1783
+ "core-js/actual/json/is-raw-json": [
1784
+ "esnext.json.is-raw-json"
1785
+ ],
1786
+ "core-js/actual/json/parse": [
1787
+ "es.object.keys",
1788
+ "esnext.json.parse"
1789
+ ],
1790
+ "core-js/actual/json/raw-json": [
1791
+ "es.object.create",
1792
+ "es.object.freeze",
1793
+ "esnext.json.raw-json"
1697
1794
  ],
1698
1795
  "core-js/actual/json/stringify": [
1699
1796
  "es.json.stringify"
@@ -2638,7 +2735,10 @@
2638
2735
  "es.typed-array.sort",
2639
2736
  "es.typed-array.subarray",
2640
2737
  "es.typed-array.to-locale-string",
2738
+ "es.typed-array.to-reversed",
2739
+ "es.typed-array.to-sorted",
2641
2740
  "es.typed-array.to-string",
2741
+ "es.typed-array.with",
2642
2742
  "esnext.typed-array.find-last",
2643
2743
  "esnext.typed-array.find-last-index",
2644
2744
  "esnext.typed-array.to-reversed",
@@ -2712,7 +2812,10 @@
2712
2812
  "es.typed-array.sort",
2713
2813
  "es.typed-array.subarray",
2714
2814
  "es.typed-array.to-locale-string",
2815
+ "es.typed-array.to-reversed",
2816
+ "es.typed-array.to-sorted",
2715
2817
  "es.typed-array.to-string",
2818
+ "es.typed-array.with",
2716
2819
  "esnext.typed-array.find-last",
2717
2820
  "esnext.typed-array.find-last-index",
2718
2821
  "esnext.typed-array.to-reversed",
@@ -2753,7 +2856,10 @@
2753
2856
  "es.typed-array.sort",
2754
2857
  "es.typed-array.subarray",
2755
2858
  "es.typed-array.to-locale-string",
2859
+ "es.typed-array.to-reversed",
2860
+ "es.typed-array.to-sorted",
2756
2861
  "es.typed-array.to-string",
2862
+ "es.typed-array.with",
2757
2863
  "esnext.typed-array.find-last",
2758
2864
  "esnext.typed-array.find-last-index",
2759
2865
  "esnext.typed-array.to-reversed",
@@ -2806,7 +2912,10 @@
2806
2912
  "es.typed-array.sort",
2807
2913
  "es.typed-array.subarray",
2808
2914
  "es.typed-array.to-locale-string",
2915
+ "es.typed-array.to-reversed",
2916
+ "es.typed-array.to-sorted",
2809
2917
  "es.typed-array.to-string",
2918
+ "es.typed-array.with",
2810
2919
  "esnext.typed-array.find-last",
2811
2920
  "esnext.typed-array.find-last-index",
2812
2921
  "esnext.typed-array.to-reversed",
@@ -2847,7 +2956,10 @@
2847
2956
  "es.typed-array.sort",
2848
2957
  "es.typed-array.subarray",
2849
2958
  "es.typed-array.to-locale-string",
2959
+ "es.typed-array.to-reversed",
2960
+ "es.typed-array.to-sorted",
2850
2961
  "es.typed-array.to-string",
2962
+ "es.typed-array.with",
2851
2963
  "esnext.typed-array.find-last",
2852
2964
  "esnext.typed-array.find-last-index",
2853
2965
  "esnext.typed-array.to-reversed",
@@ -2888,7 +3000,10 @@
2888
3000
  "es.typed-array.sort",
2889
3001
  "es.typed-array.subarray",
2890
3002
  "es.typed-array.to-locale-string",
3003
+ "es.typed-array.to-reversed",
3004
+ "es.typed-array.to-sorted",
2891
3005
  "es.typed-array.to-string",
3006
+ "es.typed-array.with",
2892
3007
  "esnext.typed-array.find-last",
2893
3008
  "esnext.typed-array.find-last-index",
2894
3009
  "esnext.typed-array.to-reversed",
@@ -2943,7 +3058,10 @@
2943
3058
  "es.typed-array.sort",
2944
3059
  "es.typed-array.subarray",
2945
3060
  "es.typed-array.to-locale-string",
3061
+ "es.typed-array.to-reversed",
3062
+ "es.typed-array.to-sorted",
2946
3063
  "es.typed-array.to-string",
3064
+ "es.typed-array.with",
2947
3065
  "esnext.typed-array.find-last",
2948
3066
  "esnext.typed-array.find-last-index",
2949
3067
  "esnext.typed-array.to-reversed",
@@ -2986,6 +3104,7 @@
2986
3104
  ],
2987
3105
  "core-js/actual/typed-array/to-sorted": [
2988
3106
  "es.typed-array.sort",
3107
+ "es.typed-array.to-sorted",
2989
3108
  "esnext.typed-array.to-sorted"
2990
3109
  ],
2991
3110
  "core-js/actual/typed-array/to-spliced": [
@@ -3027,7 +3146,10 @@
3027
3146
  "es.typed-array.sort",
3028
3147
  "es.typed-array.subarray",
3029
3148
  "es.typed-array.to-locale-string",
3149
+ "es.typed-array.to-reversed",
3150
+ "es.typed-array.to-sorted",
3030
3151
  "es.typed-array.to-string",
3152
+ "es.typed-array.with",
3031
3153
  "esnext.typed-array.find-last",
3032
3154
  "esnext.typed-array.find-last-index",
3033
3155
  "esnext.typed-array.to-reversed",
@@ -3068,7 +3190,10 @@
3068
3190
  "es.typed-array.sort",
3069
3191
  "es.typed-array.subarray",
3070
3192
  "es.typed-array.to-locale-string",
3193
+ "es.typed-array.to-reversed",
3194
+ "es.typed-array.to-sorted",
3071
3195
  "es.typed-array.to-string",
3196
+ "es.typed-array.with",
3072
3197
  "esnext.typed-array.find-last",
3073
3198
  "esnext.typed-array.find-last-index",
3074
3199
  "esnext.typed-array.to-reversed",
@@ -3109,7 +3234,10 @@
3109
3234
  "es.typed-array.sort",
3110
3235
  "es.typed-array.subarray",
3111
3236
  "es.typed-array.to-locale-string",
3237
+ "es.typed-array.to-reversed",
3238
+ "es.typed-array.to-sorted",
3112
3239
  "es.typed-array.to-string",
3240
+ "es.typed-array.with",
3113
3241
  "esnext.typed-array.find-last",
3114
3242
  "esnext.typed-array.find-last-index",
3115
3243
  "esnext.typed-array.to-reversed",
@@ -3150,7 +3278,10 @@
3150
3278
  "es.typed-array.sort",
3151
3279
  "es.typed-array.subarray",
3152
3280
  "es.typed-array.to-locale-string",
3281
+ "es.typed-array.to-reversed",
3282
+ "es.typed-array.to-sorted",
3153
3283
  "es.typed-array.to-string",
3284
+ "es.typed-array.with",
3154
3285
  "esnext.typed-array.find-last",
3155
3286
  "esnext.typed-array.find-last-index",
3156
3287
  "esnext.typed-array.to-reversed",
@@ -3171,11 +3302,13 @@
3171
3302
  "core-js/actual/url": [
3172
3303
  "web.url",
3173
3304
  "web.url.to-json",
3174
- "web.url-search-params"
3305
+ "web.url-search-params",
3306
+ "web.url-search-params.size"
3175
3307
  ],
3176
3308
  "core-js/actual/url-search-params": [
3177
3309
  "web.dom-collections.iterator",
3178
- "web.url-search-params"
3310
+ "web.url-search-params",
3311
+ "web.url-search-params.size"
3179
3312
  ],
3180
3313
  "core-js/actual/url/to-json": [
3181
3314
  "web.url.to-json"
@@ -3243,9 +3376,13 @@
3243
3376
  "es.array.sort",
3244
3377
  "es.array.species",
3245
3378
  "es.array.splice",
3379
+ "es.array.to-reversed",
3380
+ "es.array.to-sorted",
3381
+ "es.array.to-spliced",
3246
3382
  "es.array.unscopables.flat",
3247
3383
  "es.array.unscopables.flat-map",
3248
3384
  "es.array.unshift",
3385
+ "es.array.with",
3249
3386
  "es.array-buffer.constructor",
3250
3387
  "es.array-buffer.is-view",
3251
3388
  "es.array-buffer.slice",
@@ -3422,7 +3559,10 @@
3422
3559
  "es.typed-array.sort",
3423
3560
  "es.typed-array.subarray",
3424
3561
  "es.typed-array.to-locale-string",
3562
+ "es.typed-array.to-reversed",
3563
+ "es.typed-array.to-sorted",
3425
3564
  "es.typed-array.to-string",
3565
+ "es.typed-array.with",
3426
3566
  "es.unescape",
3427
3567
  "es.weak-map",
3428
3568
  "es.weak-set"
@@ -3466,9 +3606,13 @@
3466
3606
  "es.array.sort",
3467
3607
  "es.array.species",
3468
3608
  "es.array.splice",
3609
+ "es.array.to-reversed",
3610
+ "es.array.to-sorted",
3611
+ "es.array.to-spliced",
3469
3612
  "es.array.unscopables.flat",
3470
3613
  "es.array.unscopables.flat-map",
3471
3614
  "es.array.unshift",
3615
+ "es.array.with",
3472
3616
  "es.object.to-string",
3473
3617
  "es.string.iterator"
3474
3618
  ],
@@ -3591,6 +3735,16 @@
3591
3735
  "core-js/es/array/splice": [
3592
3736
  "es.array.splice"
3593
3737
  ],
3738
+ "core-js/es/array/to-reversed": [
3739
+ "es.array.to-reversed"
3740
+ ],
3741
+ "core-js/es/array/to-sorted": [
3742
+ "es.array.sort",
3743
+ "es.array.to-sorted"
3744
+ ],
3745
+ "core-js/es/array/to-spliced": [
3746
+ "es.array.to-spliced"
3747
+ ],
3594
3748
  "core-js/es/array/unshift": [
3595
3749
  "es.array.unshift"
3596
3750
  ],
@@ -3627,9 +3781,13 @@
3627
3781
  "es.array.sort",
3628
3782
  "es.array.species",
3629
3783
  "es.array.splice",
3784
+ "es.array.to-reversed",
3785
+ "es.array.to-sorted",
3786
+ "es.array.to-spliced",
3630
3787
  "es.array.unscopables.flat",
3631
3788
  "es.array.unscopables.flat-map",
3632
3789
  "es.array.unshift",
3790
+ "es.array.with",
3633
3791
  "es.object.to-string"
3634
3792
  ],
3635
3793
  "core-js/es/array/virtual/at": [
@@ -3724,6 +3882,16 @@
3724
3882
  "core-js/es/array/virtual/splice": [
3725
3883
  "es.array.splice"
3726
3884
  ],
3885
+ "core-js/es/array/virtual/to-reversed": [
3886
+ "es.array.to-reversed"
3887
+ ],
3888
+ "core-js/es/array/virtual/to-sorted": [
3889
+ "es.array.sort",
3890
+ "es.array.to-sorted"
3891
+ ],
3892
+ "core-js/es/array/virtual/to-spliced": [
3893
+ "es.array.to-spliced"
3894
+ ],
3727
3895
  "core-js/es/array/virtual/unshift": [
3728
3896
  "es.array.unshift"
3729
3897
  ],
@@ -3731,6 +3899,12 @@
3731
3899
  "es.array.iterator",
3732
3900
  "es.object.to-string"
3733
3901
  ],
3902
+ "core-js/es/array/virtual/with": [
3903
+ "es.array.with"
3904
+ ],
3905
+ "core-js/es/array/with": [
3906
+ "es.array.with"
3907
+ ],
3734
3908
  "core-js/es/data-view": [
3735
3909
  "es.array-buffer.constructor",
3736
3910
  "es.array-buffer.slice",
@@ -3937,6 +4111,16 @@
3937
4111
  "core-js/es/instance/starts-with": [
3938
4112
  "es.string.starts-with"
3939
4113
  ],
4114
+ "core-js/es/instance/to-reversed": [
4115
+ "es.array.to-reversed"
4116
+ ],
4117
+ "core-js/es/instance/to-sorted": [
4118
+ "es.array.sort",
4119
+ "es.array.to-sorted"
4120
+ ],
4121
+ "core-js/es/instance/to-spliced": [
4122
+ "es.array.to-spliced"
4123
+ ],
3940
4124
  "core-js/es/instance/trim": [
3941
4125
  "es.string.trim"
3942
4126
  ],
@@ -3959,6 +4143,9 @@
3959
4143
  "es.array.iterator",
3960
4144
  "es.object.to-string"
3961
4145
  ],
4146
+ "core-js/es/instance/with": [
4147
+ "es.array.with"
4148
+ ],
3962
4149
  "core-js/es/is-iterable": [
3963
4150
  "es.array.iterator",
3964
4151
  "es.string.iterator"
@@ -4815,7 +5002,10 @@
4815
5002
  "es.typed-array.sort",
4816
5003
  "es.typed-array.subarray",
4817
5004
  "es.typed-array.to-locale-string",
4818
- "es.typed-array.to-string"
5005
+ "es.typed-array.to-reversed",
5006
+ "es.typed-array.to-sorted",
5007
+ "es.typed-array.to-string",
5008
+ "es.typed-array.with"
4819
5009
  ],
4820
5010
  "core-js/es/typed-array/at": [
4821
5011
  "es.typed-array.at"
@@ -4881,7 +5071,10 @@
4881
5071
  "es.typed-array.sort",
4882
5072
  "es.typed-array.subarray",
4883
5073
  "es.typed-array.to-locale-string",
4884
- "es.typed-array.to-string"
5074
+ "es.typed-array.to-reversed",
5075
+ "es.typed-array.to-sorted",
5076
+ "es.typed-array.to-string",
5077
+ "es.typed-array.with"
4885
5078
  ],
4886
5079
  "core-js/es/typed-array/float64-array": [
4887
5080
  "es.array-buffer.constructor",
@@ -4916,7 +5109,10 @@
4916
5109
  "es.typed-array.sort",
4917
5110
  "es.typed-array.subarray",
4918
5111
  "es.typed-array.to-locale-string",
4919
- "es.typed-array.to-string"
5112
+ "es.typed-array.to-reversed",
5113
+ "es.typed-array.to-sorted",
5114
+ "es.typed-array.to-string",
5115
+ "es.typed-array.with"
4920
5116
  ],
4921
5117
  "core-js/es/typed-array/for-each": [
4922
5118
  "es.typed-array.for-each"
@@ -4963,7 +5159,10 @@
4963
5159
  "es.typed-array.sort",
4964
5160
  "es.typed-array.subarray",
4965
5161
  "es.typed-array.to-locale-string",
4966
- "es.typed-array.to-string"
5162
+ "es.typed-array.to-reversed",
5163
+ "es.typed-array.to-sorted",
5164
+ "es.typed-array.to-string",
5165
+ "es.typed-array.with"
4967
5166
  ],
4968
5167
  "core-js/es/typed-array/int32-array": [
4969
5168
  "es.array-buffer.constructor",
@@ -4998,7 +5197,10 @@
4998
5197
  "es.typed-array.sort",
4999
5198
  "es.typed-array.subarray",
5000
5199
  "es.typed-array.to-locale-string",
5001
- "es.typed-array.to-string"
5200
+ "es.typed-array.to-reversed",
5201
+ "es.typed-array.to-sorted",
5202
+ "es.typed-array.to-string",
5203
+ "es.typed-array.with"
5002
5204
  ],
5003
5205
  "core-js/es/typed-array/int8-array": [
5004
5206
  "es.array-buffer.constructor",
@@ -5033,7 +5235,10 @@
5033
5235
  "es.typed-array.sort",
5034
5236
  "es.typed-array.subarray",
5035
5237
  "es.typed-array.to-locale-string",
5036
- "es.typed-array.to-string"
5238
+ "es.typed-array.to-reversed",
5239
+ "es.typed-array.to-sorted",
5240
+ "es.typed-array.to-string",
5241
+ "es.typed-array.with"
5037
5242
  ],
5038
5243
  "core-js/es/typed-array/iterator": [
5039
5244
  "es.object.to-string",
@@ -5082,7 +5287,10 @@
5082
5287
  "es.typed-array.sort",
5083
5288
  "es.typed-array.subarray",
5084
5289
  "es.typed-array.to-locale-string",
5085
- "es.typed-array.to-string"
5290
+ "es.typed-array.to-reversed",
5291
+ "es.typed-array.to-sorted",
5292
+ "es.typed-array.to-string",
5293
+ "es.typed-array.with"
5086
5294
  ],
5087
5295
  "core-js/es/typed-array/of": [
5088
5296
  "es.typed-array.of"
@@ -5114,6 +5322,13 @@
5114
5322
  "core-js/es/typed-array/to-locale-string": [
5115
5323
  "es.typed-array.to-locale-string"
5116
5324
  ],
5325
+ "core-js/es/typed-array/to-reversed": [
5326
+ "esnext.typed-array.to-reversed"
5327
+ ],
5328
+ "core-js/es/typed-array/to-sorted": [
5329
+ "es.typed-array.sort",
5330
+ "es.typed-array.to-sorted"
5331
+ ],
5117
5332
  "core-js/es/typed-array/to-string": [
5118
5333
  "es.typed-array.to-string"
5119
5334
  ],
@@ -5150,7 +5365,10 @@
5150
5365
  "es.typed-array.sort",
5151
5366
  "es.typed-array.subarray",
5152
5367
  "es.typed-array.to-locale-string",
5153
- "es.typed-array.to-string"
5368
+ "es.typed-array.to-reversed",
5369
+ "es.typed-array.to-sorted",
5370
+ "es.typed-array.to-string",
5371
+ "es.typed-array.with"
5154
5372
  ],
5155
5373
  "core-js/es/typed-array/uint32-array": [
5156
5374
  "es.array-buffer.constructor",
@@ -5185,7 +5403,10 @@
5185
5403
  "es.typed-array.sort",
5186
5404
  "es.typed-array.subarray",
5187
5405
  "es.typed-array.to-locale-string",
5188
- "es.typed-array.to-string"
5406
+ "es.typed-array.to-reversed",
5407
+ "es.typed-array.to-sorted",
5408
+ "es.typed-array.to-string",
5409
+ "es.typed-array.with"
5189
5410
  ],
5190
5411
  "core-js/es/typed-array/uint8-array": [
5191
5412
  "es.array-buffer.constructor",
@@ -5220,7 +5441,10 @@
5220
5441
  "es.typed-array.sort",
5221
5442
  "es.typed-array.subarray",
5222
5443
  "es.typed-array.to-locale-string",
5223
- "es.typed-array.to-string"
5444
+ "es.typed-array.to-reversed",
5445
+ "es.typed-array.to-sorted",
5446
+ "es.typed-array.to-string",
5447
+ "es.typed-array.with"
5224
5448
  ],
5225
5449
  "core-js/es/typed-array/uint8-clamped-array": [
5226
5450
  "es.array-buffer.constructor",
@@ -5255,12 +5479,18 @@
5255
5479
  "es.typed-array.sort",
5256
5480
  "es.typed-array.subarray",
5257
5481
  "es.typed-array.to-locale-string",
5258
- "es.typed-array.to-string"
5482
+ "es.typed-array.to-reversed",
5483
+ "es.typed-array.to-sorted",
5484
+ "es.typed-array.to-string",
5485
+ "es.typed-array.with"
5259
5486
  ],
5260
5487
  "core-js/es/typed-array/values": [
5261
5488
  "es.object.to-string",
5262
5489
  "es.typed-array.iterator"
5263
5490
  ],
5491
+ "core-js/es/typed-array/with": [
5492
+ "esnext.typed-array.with"
5493
+ ],
5264
5494
  "core-js/es/unescape": [
5265
5495
  "es.unescape"
5266
5496
  ],
@@ -5325,9 +5555,13 @@
5325
5555
  "es.array.sort",
5326
5556
  "es.array.species",
5327
5557
  "es.array.splice",
5558
+ "es.array.to-reversed",
5559
+ "es.array.to-sorted",
5560
+ "es.array.to-spliced",
5328
5561
  "es.array.unscopables.flat",
5329
5562
  "es.array.unscopables.flat-map",
5330
5563
  "es.array.unshift",
5564
+ "es.array.with",
5331
5565
  "es.array-buffer.constructor",
5332
5566
  "es.array-buffer.is-view",
5333
5567
  "es.array-buffer.slice",
@@ -5504,7 +5738,10 @@
5504
5738
  "es.typed-array.sort",
5505
5739
  "es.typed-array.subarray",
5506
5740
  "es.typed-array.to-locale-string",
5741
+ "es.typed-array.to-reversed",
5742
+ "es.typed-array.to-sorted",
5507
5743
  "es.typed-array.to-string",
5744
+ "es.typed-array.with",
5508
5745
  "es.unescape",
5509
5746
  "es.weak-map",
5510
5747
  "es.weak-set",
@@ -5528,6 +5765,9 @@
5528
5765
  "esnext.array.to-spliced",
5529
5766
  "esnext.array.unique-by",
5530
5767
  "esnext.array.with",
5768
+ "esnext.array-buffer.detached",
5769
+ "esnext.array-buffer.transfer",
5770
+ "esnext.array-buffer.transfer-to-fixed-length",
5531
5771
  "esnext.async-disposable-stack.constructor",
5532
5772
  "esnext.async-iterator.constructor",
5533
5773
  "esnext.async-iterator.as-indexed-pairs",
@@ -5549,6 +5789,7 @@
5549
5789
  "esnext.composite-key",
5550
5790
  "esnext.composite-symbol",
5551
5791
  "esnext.disposable-stack.constructor",
5792
+ "esnext.function.demethodize",
5552
5793
  "esnext.function.is-callable",
5553
5794
  "esnext.function.is-constructor",
5554
5795
  "esnext.function.un-this",
@@ -5565,11 +5806,15 @@
5565
5806
  "esnext.iterator.from",
5566
5807
  "esnext.iterator.indexed",
5567
5808
  "esnext.iterator.map",
5809
+ "esnext.iterator.range",
5568
5810
  "esnext.iterator.reduce",
5569
5811
  "esnext.iterator.some",
5570
5812
  "esnext.iterator.take",
5571
5813
  "esnext.iterator.to-array",
5572
5814
  "esnext.iterator.to-async",
5815
+ "esnext.json.is-raw-json",
5816
+ "esnext.json.parse",
5817
+ "esnext.json.raw-json",
5573
5818
  "esnext.map.delete-all",
5574
5819
  "esnext.map.emplace",
5575
5820
  "esnext.map.every",
@@ -5657,6 +5902,8 @@
5657
5902
  "esnext.string.to-well-formed",
5658
5903
  "esnext.symbol.async-dispose",
5659
5904
  "esnext.symbol.dispose",
5905
+ "esnext.symbol.is-registered",
5906
+ "esnext.symbol.is-well-known",
5660
5907
  "esnext.symbol.matcher",
5661
5908
  "esnext.symbol.metadata",
5662
5909
  "esnext.symbol.metadata-key",
@@ -5698,7 +5945,8 @@
5698
5945
  "web.timers",
5699
5946
  "web.url",
5700
5947
  "web.url.to-json",
5701
- "web.url-search-params"
5948
+ "web.url-search-params",
5949
+ "web.url-search-params.size"
5702
5950
  ],
5703
5951
  "core-js/features/aggregate-error": [
5704
5952
  "es.error.cause",
@@ -5741,9 +5989,13 @@
5741
5989
  "es.array.sort",
5742
5990
  "es.array.species",
5743
5991
  "es.array.splice",
5992
+ "es.array.to-reversed",
5993
+ "es.array.to-sorted",
5994
+ "es.array.to-spliced",
5744
5995
  "es.array.unscopables.flat",
5745
5996
  "es.array.unscopables.flat-map",
5746
5997
  "es.array.unshift",
5998
+ "es.array.with",
5747
5999
  "es.map",
5748
6000
  "es.object.to-string",
5749
6001
  "es.promise",
@@ -5771,12 +6023,25 @@
5771
6023
  "es.array-buffer.constructor",
5772
6024
  "es.array-buffer.is-view",
5773
6025
  "es.array-buffer.slice",
5774
- "es.object.to-string"
6026
+ "es.object.to-string",
6027
+ "esnext.array-buffer.detached",
6028
+ "esnext.array-buffer.transfer",
6029
+ "esnext.array-buffer.transfer-to-fixed-length"
5775
6030
  ],
5776
6031
  "core-js/features/array-buffer/constructor": [
5777
6032
  "es.array-buffer.constructor",
5778
6033
  "es.array-buffer.slice",
5779
- "es.object.to-string"
6034
+ "es.object.to-string",
6035
+ "esnext.array-buffer.detached",
6036
+ "esnext.array-buffer.transfer",
6037
+ "esnext.array-buffer.transfer-to-fixed-length"
6038
+ ],
6039
+ "core-js/features/array-buffer/detached": [
6040
+ "es.array-buffer.constructor",
6041
+ "es.array-buffer.is-view",
6042
+ "es.array-buffer.slice",
6043
+ "es.object.to-string",
6044
+ "esnext.array-buffer.detached"
5780
6045
  ],
5781
6046
  "core-js/features/array-buffer/is-view": [
5782
6047
  "es.array-buffer.is-view"
@@ -5784,6 +6049,20 @@
5784
6049
  "core-js/features/array-buffer/slice": [
5785
6050
  "es.array-buffer.slice"
5786
6051
  ],
6052
+ "core-js/features/array-buffer/transfer": [
6053
+ "es.array-buffer.constructor",
6054
+ "es.array-buffer.is-view",
6055
+ "es.array-buffer.slice",
6056
+ "es.object.to-string",
6057
+ "esnext.array-buffer.transfer"
6058
+ ],
6059
+ "core-js/features/array-buffer/transfer-to-fixed-length": [
6060
+ "es.array-buffer.constructor",
6061
+ "es.array-buffer.is-view",
6062
+ "es.array-buffer.slice",
6063
+ "es.object.to-string",
6064
+ "esnext.array-buffer.transfer-to-fixed-length"
6065
+ ],
5787
6066
  "core-js/features/array/at": [
5788
6067
  "es.array.at",
5789
6068
  "esnext.array.at"
@@ -5977,9 +6256,13 @@
5977
6256
  "es.array.sort",
5978
6257
  "es.array.species",
5979
6258
  "es.array.splice",
6259
+ "es.array.to-reversed",
6260
+ "es.array.to-sorted",
6261
+ "es.array.to-spliced",
5980
6262
  "es.array.unscopables.flat",
5981
6263
  "es.array.unscopables.flat-map",
5982
6264
  "es.array.unshift",
6265
+ "es.array.with",
5983
6266
  "es.map",
5984
6267
  "es.object.to-string",
5985
6268
  "esnext.array.at",
@@ -6115,13 +6398,16 @@
6115
6398
  "es.array.splice"
6116
6399
  ],
6117
6400
  "core-js/features/array/virtual/to-reversed": [
6401
+ "es.array.to-reversed",
6118
6402
  "esnext.array.to-reversed"
6119
6403
  ],
6120
6404
  "core-js/features/array/virtual/to-sorted": [
6121
6405
  "es.array.sort",
6406
+ "es.array.to-sorted",
6122
6407
  "esnext.array.to-sorted"
6123
6408
  ],
6124
6409
  "core-js/features/array/virtual/to-spliced": [
6410
+ "es.array.to-spliced",
6125
6411
  "esnext.array.to-spliced"
6126
6412
  ],
6127
6413
  "core-js/features/array/virtual/unique-by": [
@@ -6136,6 +6422,7 @@
6136
6422
  "es.object.to-string"
6137
6423
  ],
6138
6424
  "core-js/features/array/virtual/with": [
6425
+ "es.array.with",
6139
6426
  "esnext.array.with"
6140
6427
  ],
6141
6428
  "core-js/features/array/with": [
@@ -6422,6 +6709,7 @@
6422
6709
  "es.function.bind",
6423
6710
  "es.function.has-instance",
6424
6711
  "es.function.name",
6712
+ "esnext.function.demethodize",
6425
6713
  "esnext.function.is-callable",
6426
6714
  "esnext.function.is-constructor",
6427
6715
  "esnext.function.un-this"
@@ -6429,6 +6717,9 @@
6429
6717
  "core-js/features/function/bind": [
6430
6718
  "es.function.bind"
6431
6719
  ],
6720
+ "core-js/features/function/demethodize": [
6721
+ "esnext.function.demethodize"
6722
+ ],
6432
6723
  "core-js/features/function/has-instance": [
6433
6724
  "es.function.has-instance"
6434
6725
  ],
@@ -6446,11 +6737,15 @@
6446
6737
  ],
6447
6738
  "core-js/features/function/virtual": [
6448
6739
  "es.function.bind",
6740
+ "esnext.function.demethodize",
6449
6741
  "esnext.function.un-this"
6450
6742
  ],
6451
6743
  "core-js/features/function/virtual/bind": [
6452
6744
  "es.function.bind"
6453
6745
  ],
6746
+ "core-js/features/function/virtual/demethodize": [
6747
+ "esnext.function.demethodize"
6748
+ ],
6454
6749
  "core-js/features/function/virtual/un-this": [
6455
6750
  "esnext.function.un-this"
6456
6751
  ],
@@ -6490,6 +6785,9 @@
6490
6785
  "core-js/features/instance/copy-within": [
6491
6786
  "es.array.copy-within"
6492
6787
  ],
6788
+ "core-js/features/instance/demethodize": [
6789
+ "esnext.function.demethodize"
6790
+ ],
6493
6791
  "core-js/features/instance/ends-with": [
6494
6792
  "es.string.ends-with"
6495
6793
  ],
@@ -6627,13 +6925,16 @@
6627
6925
  "es.string.starts-with"
6628
6926
  ],
6629
6927
  "core-js/features/instance/to-reversed": [
6928
+ "es.array.to-reversed",
6630
6929
  "esnext.array.to-reversed"
6631
6930
  ],
6632
6931
  "core-js/features/instance/to-sorted": [
6633
6932
  "es.array.sort",
6933
+ "es.array.to-sorted",
6634
6934
  "esnext.array.to-sorted"
6635
6935
  ],
6636
6936
  "core-js/features/instance/to-spliced": [
6937
+ "es.array.to-spliced",
6637
6938
  "esnext.array.to-spliced"
6638
6939
  ],
6639
6940
  "core-js/features/instance/to-well-formed": [
@@ -6662,7 +6963,7 @@
6662
6963
  "esnext.array.unique-by"
6663
6964
  ],
6664
6965
  "core-js/features/instance/unshift": [
6665
- "es.array.push"
6966
+ "es.array.unshift"
6666
6967
  ],
6667
6968
  "core-js/features/instance/values": [
6668
6969
  "es.array.iterator",
@@ -6670,6 +6971,7 @@
6670
6971
  "web.dom-collections.iterator"
6671
6972
  ],
6672
6973
  "core-js/features/instance/with": [
6974
+ "es.array.with",
6673
6975
  "esnext.array.with"
6674
6976
  ],
6675
6977
  "core-js/features/is-iterable": [
@@ -6694,6 +6996,7 @@
6694
6996
  "esnext.iterator.from",
6695
6997
  "esnext.iterator.indexed",
6696
6998
  "esnext.iterator.map",
6999
+ "esnext.iterator.range",
6697
7000
  "esnext.iterator.reduce",
6698
7001
  "esnext.iterator.some",
6699
7002
  "esnext.iterator.take",
@@ -6771,6 +7074,11 @@
6771
7074
  "esnext.iterator.constructor",
6772
7075
  "esnext.iterator.map"
6773
7076
  ],
7077
+ "core-js/features/iterator/range": [
7078
+ "es.object.to-string",
7079
+ "esnext.iterator.constructor",
7080
+ "esnext.iterator.range"
7081
+ ],
6774
7082
  "core-js/features/iterator/reduce": [
6775
7083
  "es.object.to-string",
6776
7084
  "esnext.iterator.constructor",
@@ -6799,7 +7107,25 @@
6799
7107
  ],
6800
7108
  "core-js/features/json": [
6801
7109
  "es.json.stringify",
6802
- "es.json.to-string-tag"
7110
+ "es.json.to-string-tag",
7111
+ "es.object.create",
7112
+ "es.object.freeze",
7113
+ "es.object.keys",
7114
+ "esnext.json.is-raw-json",
7115
+ "esnext.json.parse",
7116
+ "esnext.json.raw-json"
7117
+ ],
7118
+ "core-js/features/json/is-raw-json": [
7119
+ "esnext.json.is-raw-json"
7120
+ ],
7121
+ "core-js/features/json/parse": [
7122
+ "es.object.keys",
7123
+ "esnext.json.parse"
7124
+ ],
7125
+ "core-js/features/json/raw-json": [
7126
+ "es.object.create",
7127
+ "es.object.freeze",
7128
+ "esnext.json.raw-json"
6803
7129
  ],
6804
7130
  "core-js/features/json/stringify": [
6805
7131
  "es.json.stringify"
@@ -7992,6 +8318,8 @@
7992
8318
  "es.reflect.to-string-tag",
7993
8319
  "esnext.symbol.async-dispose",
7994
8320
  "esnext.symbol.dispose",
8321
+ "esnext.symbol.is-registered",
8322
+ "esnext.symbol.is-well-known",
7995
8323
  "esnext.symbol.matcher",
7996
8324
  "esnext.symbol.metadata",
7997
8325
  "esnext.symbol.metadata-key",
@@ -8023,6 +8351,14 @@
8023
8351
  "es.symbol.is-concat-spreadable",
8024
8352
  "es.array.concat"
8025
8353
  ],
8354
+ "core-js/features/symbol/is-registered": [
8355
+ "es.symbol",
8356
+ "esnext.symbol.is-registered"
8357
+ ],
8358
+ "core-js/features/symbol/is-well-known": [
8359
+ "es.symbol",
8360
+ "esnext.symbol.is-well-known"
8361
+ ],
8026
8362
  "core-js/features/symbol/iterator": [
8027
8363
  "es.symbol.iterator",
8028
8364
  "es.array.iterator",
@@ -8135,7 +8471,10 @@
8135
8471
  "es.typed-array.sort",
8136
8472
  "es.typed-array.subarray",
8137
8473
  "es.typed-array.to-locale-string",
8474
+ "es.typed-array.to-reversed",
8475
+ "es.typed-array.to-sorted",
8138
8476
  "es.typed-array.to-string",
8477
+ "es.typed-array.with",
8139
8478
  "esnext.typed-array.from-async",
8140
8479
  "esnext.typed-array.at",
8141
8480
  "esnext.typed-array.filter-out",
@@ -8224,7 +8563,10 @@
8224
8563
  "es.typed-array.sort",
8225
8564
  "es.typed-array.subarray",
8226
8565
  "es.typed-array.to-locale-string",
8566
+ "es.typed-array.to-reversed",
8567
+ "es.typed-array.to-sorted",
8227
8568
  "es.typed-array.to-string",
8569
+ "es.typed-array.with",
8228
8570
  "esnext.typed-array.from-async",
8229
8571
  "esnext.typed-array.at",
8230
8572
  "esnext.typed-array.filter-out",
@@ -8273,7 +8615,10 @@
8273
8615
  "es.typed-array.sort",
8274
8616
  "es.typed-array.subarray",
8275
8617
  "es.typed-array.to-locale-string",
8618
+ "es.typed-array.to-reversed",
8619
+ "es.typed-array.to-sorted",
8276
8620
  "es.typed-array.to-string",
8621
+ "es.typed-array.with",
8277
8622
  "esnext.typed-array.from-async",
8278
8623
  "esnext.typed-array.at",
8279
8624
  "esnext.typed-array.filter-out",
@@ -8340,7 +8685,10 @@
8340
8685
  "es.typed-array.sort",
8341
8686
  "es.typed-array.subarray",
8342
8687
  "es.typed-array.to-locale-string",
8688
+ "es.typed-array.to-reversed",
8689
+ "es.typed-array.to-sorted",
8343
8690
  "es.typed-array.to-string",
8691
+ "es.typed-array.with",
8344
8692
  "esnext.typed-array.from-async",
8345
8693
  "esnext.typed-array.at",
8346
8694
  "esnext.typed-array.filter-out",
@@ -8389,7 +8737,10 @@
8389
8737
  "es.typed-array.sort",
8390
8738
  "es.typed-array.subarray",
8391
8739
  "es.typed-array.to-locale-string",
8740
+ "es.typed-array.to-reversed",
8741
+ "es.typed-array.to-sorted",
8392
8742
  "es.typed-array.to-string",
8743
+ "es.typed-array.with",
8393
8744
  "esnext.typed-array.from-async",
8394
8745
  "esnext.typed-array.at",
8395
8746
  "esnext.typed-array.filter-out",
@@ -8438,7 +8789,10 @@
8438
8789
  "es.typed-array.sort",
8439
8790
  "es.typed-array.subarray",
8440
8791
  "es.typed-array.to-locale-string",
8792
+ "es.typed-array.to-reversed",
8793
+ "es.typed-array.to-sorted",
8441
8794
  "es.typed-array.to-string",
8795
+ "es.typed-array.with",
8442
8796
  "esnext.typed-array.from-async",
8443
8797
  "esnext.typed-array.at",
8444
8798
  "esnext.typed-array.filter-out",
@@ -8501,7 +8855,10 @@
8501
8855
  "es.typed-array.sort",
8502
8856
  "es.typed-array.subarray",
8503
8857
  "es.typed-array.to-locale-string",
8858
+ "es.typed-array.to-reversed",
8859
+ "es.typed-array.to-sorted",
8504
8860
  "es.typed-array.to-string",
8861
+ "es.typed-array.with",
8505
8862
  "esnext.typed-array.from-async",
8506
8863
  "esnext.typed-array.at",
8507
8864
  "esnext.typed-array.filter-out",
@@ -8550,6 +8907,7 @@
8550
8907
  ],
8551
8908
  "core-js/features/typed-array/to-sorted": [
8552
8909
  "es.typed-array.sort",
8910
+ "es.typed-array.to-sorted",
8553
8911
  "esnext.typed-array.to-sorted"
8554
8912
  ],
8555
8913
  "core-js/features/typed-array/to-spliced": [
@@ -8593,7 +8951,10 @@
8593
8951
  "es.typed-array.sort",
8594
8952
  "es.typed-array.subarray",
8595
8953
  "es.typed-array.to-locale-string",
8954
+ "es.typed-array.to-reversed",
8955
+ "es.typed-array.to-sorted",
8596
8956
  "es.typed-array.to-string",
8957
+ "es.typed-array.with",
8597
8958
  "esnext.typed-array.from-async",
8598
8959
  "esnext.typed-array.at",
8599
8960
  "esnext.typed-array.filter-out",
@@ -8642,7 +9003,10 @@
8642
9003
  "es.typed-array.sort",
8643
9004
  "es.typed-array.subarray",
8644
9005
  "es.typed-array.to-locale-string",
9006
+ "es.typed-array.to-reversed",
9007
+ "es.typed-array.to-sorted",
8645
9008
  "es.typed-array.to-string",
9009
+ "es.typed-array.with",
8646
9010
  "esnext.typed-array.from-async",
8647
9011
  "esnext.typed-array.at",
8648
9012
  "esnext.typed-array.filter-out",
@@ -8691,7 +9055,10 @@
8691
9055
  "es.typed-array.sort",
8692
9056
  "es.typed-array.subarray",
8693
9057
  "es.typed-array.to-locale-string",
9058
+ "es.typed-array.to-reversed",
9059
+ "es.typed-array.to-sorted",
8694
9060
  "es.typed-array.to-string",
9061
+ "es.typed-array.with",
8695
9062
  "esnext.typed-array.from-async",
8696
9063
  "esnext.typed-array.at",
8697
9064
  "esnext.typed-array.filter-out",
@@ -8740,7 +9107,10 @@
8740
9107
  "es.typed-array.sort",
8741
9108
  "es.typed-array.subarray",
8742
9109
  "es.typed-array.to-locale-string",
9110
+ "es.typed-array.to-reversed",
9111
+ "es.typed-array.to-sorted",
8743
9112
  "es.typed-array.to-string",
9113
+ "es.typed-array.with",
8744
9114
  "esnext.typed-array.from-async",
8745
9115
  "esnext.typed-array.at",
8746
9116
  "esnext.typed-array.filter-out",
@@ -8771,11 +9141,13 @@
8771
9141
  "core-js/features/url": [
8772
9142
  "web.url",
8773
9143
  "web.url.to-json",
8774
- "web.url-search-params"
9144
+ "web.url-search-params",
9145
+ "web.url-search-params.size"
8775
9146
  ],
8776
9147
  "core-js/features/url-search-params": [
8777
9148
  "web.dom-collections.iterator",
8778
- "web.url-search-params"
9149
+ "web.url-search-params",
9150
+ "web.url-search-params.size"
8779
9151
  ],
8780
9152
  "core-js/features/url/to-json": [
8781
9153
  "web.url.to-json"
@@ -8898,9 +9270,13 @@
8898
9270
  "es.array.sort",
8899
9271
  "es.array.species",
8900
9272
  "es.array.splice",
9273
+ "es.array.to-reversed",
9274
+ "es.array.to-sorted",
9275
+ "es.array.to-spliced",
8901
9276
  "es.array.unscopables.flat",
8902
9277
  "es.array.unscopables.flat-map",
8903
9278
  "es.array.unshift",
9279
+ "es.array.with",
8904
9280
  "es.array-buffer.constructor",
8905
9281
  "es.array-buffer.is-view",
8906
9282
  "es.array-buffer.slice",
@@ -9077,7 +9453,10 @@
9077
9453
  "es.typed-array.sort",
9078
9454
  "es.typed-array.subarray",
9079
9455
  "es.typed-array.to-locale-string",
9456
+ "es.typed-array.to-reversed",
9457
+ "es.typed-array.to-sorted",
9080
9458
  "es.typed-array.to-string",
9459
+ "es.typed-array.with",
9081
9460
  "es.unescape",
9082
9461
  "es.weak-map",
9083
9462
  "es.weak-set",
@@ -9101,6 +9480,9 @@
9101
9480
  "esnext.array.to-spliced",
9102
9481
  "esnext.array.unique-by",
9103
9482
  "esnext.array.with",
9483
+ "esnext.array-buffer.detached",
9484
+ "esnext.array-buffer.transfer",
9485
+ "esnext.array-buffer.transfer-to-fixed-length",
9104
9486
  "esnext.async-disposable-stack.constructor",
9105
9487
  "esnext.async-iterator.constructor",
9106
9488
  "esnext.async-iterator.as-indexed-pairs",
@@ -9122,6 +9504,7 @@
9122
9504
  "esnext.composite-key",
9123
9505
  "esnext.composite-symbol",
9124
9506
  "esnext.disposable-stack.constructor",
9507
+ "esnext.function.demethodize",
9125
9508
  "esnext.function.is-callable",
9126
9509
  "esnext.function.is-constructor",
9127
9510
  "esnext.function.un-this",
@@ -9138,11 +9521,15 @@
9138
9521
  "esnext.iterator.from",
9139
9522
  "esnext.iterator.indexed",
9140
9523
  "esnext.iterator.map",
9524
+ "esnext.iterator.range",
9141
9525
  "esnext.iterator.reduce",
9142
9526
  "esnext.iterator.some",
9143
9527
  "esnext.iterator.take",
9144
9528
  "esnext.iterator.to-array",
9145
9529
  "esnext.iterator.to-async",
9530
+ "esnext.json.is-raw-json",
9531
+ "esnext.json.parse",
9532
+ "esnext.json.raw-json",
9146
9533
  "esnext.map.delete-all",
9147
9534
  "esnext.map.emplace",
9148
9535
  "esnext.map.every",
@@ -9230,6 +9617,8 @@
9230
9617
  "esnext.string.to-well-formed",
9231
9618
  "esnext.symbol.async-dispose",
9232
9619
  "esnext.symbol.dispose",
9620
+ "esnext.symbol.is-registered",
9621
+ "esnext.symbol.is-well-known",
9233
9622
  "esnext.symbol.matcher",
9234
9623
  "esnext.symbol.metadata",
9235
9624
  "esnext.symbol.metadata-key",
@@ -9271,7 +9660,8 @@
9271
9660
  "web.timers",
9272
9661
  "web.url",
9273
9662
  "web.url.to-json",
9274
- "web.url-search-params"
9663
+ "web.url-search-params",
9664
+ "web.url-search-params.size"
9275
9665
  ],
9276
9666
  "core-js/full/aggregate-error": [
9277
9667
  "es.error.cause",
@@ -9314,9 +9704,13 @@
9314
9704
  "es.array.sort",
9315
9705
  "es.array.species",
9316
9706
  "es.array.splice",
9707
+ "es.array.to-reversed",
9708
+ "es.array.to-sorted",
9709
+ "es.array.to-spliced",
9317
9710
  "es.array.unscopables.flat",
9318
9711
  "es.array.unscopables.flat-map",
9319
9712
  "es.array.unshift",
9713
+ "es.array.with",
9320
9714
  "es.map",
9321
9715
  "es.object.to-string",
9322
9716
  "es.promise",
@@ -9344,12 +9738,25 @@
9344
9738
  "es.array-buffer.constructor",
9345
9739
  "es.array-buffer.is-view",
9346
9740
  "es.array-buffer.slice",
9347
- "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"
9348
9745
  ],
9349
9746
  "core-js/full/array-buffer/constructor": [
9350
9747
  "es.array-buffer.constructor",
9351
9748
  "es.array-buffer.slice",
9352
- "es.object.to-string"
9749
+ "es.object.to-string",
9750
+ "esnext.array-buffer.detached",
9751
+ "esnext.array-buffer.transfer",
9752
+ "esnext.array-buffer.transfer-to-fixed-length"
9753
+ ],
9754
+ "core-js/full/array-buffer/detached": [
9755
+ "es.array-buffer.constructor",
9756
+ "es.array-buffer.is-view",
9757
+ "es.array-buffer.slice",
9758
+ "es.object.to-string",
9759
+ "esnext.array-buffer.detached"
9353
9760
  ],
9354
9761
  "core-js/full/array-buffer/is-view": [
9355
9762
  "es.array-buffer.is-view"
@@ -9357,6 +9764,20 @@
9357
9764
  "core-js/full/array-buffer/slice": [
9358
9765
  "es.array-buffer.slice"
9359
9766
  ],
9767
+ "core-js/full/array-buffer/transfer": [
9768
+ "es.array-buffer.constructor",
9769
+ "es.array-buffer.is-view",
9770
+ "es.array-buffer.slice",
9771
+ "es.object.to-string",
9772
+ "esnext.array-buffer.transfer"
9773
+ ],
9774
+ "core-js/full/array-buffer/transfer-to-fixed-length": [
9775
+ "es.array-buffer.constructor",
9776
+ "es.array-buffer.is-view",
9777
+ "es.array-buffer.slice",
9778
+ "es.object.to-string",
9779
+ "esnext.array-buffer.transfer-to-fixed-length"
9780
+ ],
9360
9781
  "core-js/full/array/at": [
9361
9782
  "es.array.at",
9362
9783
  "esnext.array.at"
@@ -9550,9 +9971,13 @@
9550
9971
  "es.array.sort",
9551
9972
  "es.array.species",
9552
9973
  "es.array.splice",
9974
+ "es.array.to-reversed",
9975
+ "es.array.to-sorted",
9976
+ "es.array.to-spliced",
9553
9977
  "es.array.unscopables.flat",
9554
9978
  "es.array.unscopables.flat-map",
9555
9979
  "es.array.unshift",
9980
+ "es.array.with",
9556
9981
  "es.map",
9557
9982
  "es.object.to-string",
9558
9983
  "esnext.array.at",
@@ -9688,13 +10113,16 @@
9688
10113
  "es.array.splice"
9689
10114
  ],
9690
10115
  "core-js/full/array/virtual/to-reversed": [
10116
+ "es.array.to-reversed",
9691
10117
  "esnext.array.to-reversed"
9692
10118
  ],
9693
10119
  "core-js/full/array/virtual/to-sorted": [
9694
10120
  "es.array.sort",
10121
+ "es.array.to-sorted",
9695
10122
  "esnext.array.to-sorted"
9696
10123
  ],
9697
10124
  "core-js/full/array/virtual/to-spliced": [
10125
+ "es.array.to-spliced",
9698
10126
  "esnext.array.to-spliced"
9699
10127
  ],
9700
10128
  "core-js/full/array/virtual/unique-by": [
@@ -9709,6 +10137,7 @@
9709
10137
  "es.object.to-string"
9710
10138
  ],
9711
10139
  "core-js/full/array/virtual/with": [
10140
+ "es.array.with",
9712
10141
  "esnext.array.with"
9713
10142
  ],
9714
10143
  "core-js/full/array/with": [
@@ -9995,6 +10424,7 @@
9995
10424
  "es.function.bind",
9996
10425
  "es.function.has-instance",
9997
10426
  "es.function.name",
10427
+ "esnext.function.demethodize",
9998
10428
  "esnext.function.is-callable",
9999
10429
  "esnext.function.is-constructor",
10000
10430
  "esnext.function.un-this"
@@ -10002,6 +10432,9 @@
10002
10432
  "core-js/full/function/bind": [
10003
10433
  "es.function.bind"
10004
10434
  ],
10435
+ "core-js/full/function/demethodize": [
10436
+ "esnext.function.demethodize"
10437
+ ],
10005
10438
  "core-js/full/function/has-instance": [
10006
10439
  "es.function.has-instance"
10007
10440
  ],
@@ -10019,11 +10452,15 @@
10019
10452
  ],
10020
10453
  "core-js/full/function/virtual": [
10021
10454
  "es.function.bind",
10455
+ "esnext.function.demethodize",
10022
10456
  "esnext.function.un-this"
10023
10457
  ],
10024
10458
  "core-js/full/function/virtual/bind": [
10025
10459
  "es.function.bind"
10026
10460
  ],
10461
+ "core-js/full/function/virtual/demethodize": [
10462
+ "esnext.function.demethodize"
10463
+ ],
10027
10464
  "core-js/full/function/virtual/un-this": [
10028
10465
  "esnext.function.un-this"
10029
10466
  ],
@@ -10063,6 +10500,9 @@
10063
10500
  "core-js/full/instance/copy-within": [
10064
10501
  "es.array.copy-within"
10065
10502
  ],
10503
+ "core-js/full/instance/demethodize": [
10504
+ "esnext.function.demethodize"
10505
+ ],
10066
10506
  "core-js/full/instance/ends-with": [
10067
10507
  "es.string.ends-with"
10068
10508
  ],
@@ -10200,13 +10640,16 @@
10200
10640
  "es.string.starts-with"
10201
10641
  ],
10202
10642
  "core-js/full/instance/to-reversed": [
10643
+ "es.array.to-reversed",
10203
10644
  "esnext.array.to-reversed"
10204
10645
  ],
10205
10646
  "core-js/full/instance/to-sorted": [
10206
10647
  "es.array.sort",
10648
+ "es.array.to-sorted",
10207
10649
  "esnext.array.to-sorted"
10208
10650
  ],
10209
10651
  "core-js/full/instance/to-spliced": [
10652
+ "es.array.to-spliced",
10210
10653
  "esnext.array.to-spliced"
10211
10654
  ],
10212
10655
  "core-js/full/instance/to-well-formed": [
@@ -10235,7 +10678,7 @@
10235
10678
  "esnext.array.unique-by"
10236
10679
  ],
10237
10680
  "core-js/full/instance/unshift": [
10238
- "es.array.push"
10681
+ "es.array.unshift"
10239
10682
  ],
10240
10683
  "core-js/full/instance/values": [
10241
10684
  "es.array.iterator",
@@ -10243,6 +10686,7 @@
10243
10686
  "web.dom-collections.iterator"
10244
10687
  ],
10245
10688
  "core-js/full/instance/with": [
10689
+ "es.array.with",
10246
10690
  "esnext.array.with"
10247
10691
  ],
10248
10692
  "core-js/full/is-iterable": [
@@ -10267,6 +10711,7 @@
10267
10711
  "esnext.iterator.from",
10268
10712
  "esnext.iterator.indexed",
10269
10713
  "esnext.iterator.map",
10714
+ "esnext.iterator.range",
10270
10715
  "esnext.iterator.reduce",
10271
10716
  "esnext.iterator.some",
10272
10717
  "esnext.iterator.take",
@@ -10344,6 +10789,11 @@
10344
10789
  "esnext.iterator.constructor",
10345
10790
  "esnext.iterator.map"
10346
10791
  ],
10792
+ "core-js/full/iterator/range": [
10793
+ "es.object.to-string",
10794
+ "esnext.iterator.constructor",
10795
+ "esnext.iterator.range"
10796
+ ],
10347
10797
  "core-js/full/iterator/reduce": [
10348
10798
  "es.object.to-string",
10349
10799
  "esnext.iterator.constructor",
@@ -10372,7 +10822,25 @@
10372
10822
  ],
10373
10823
  "core-js/full/json": [
10374
10824
  "es.json.stringify",
10375
- "es.json.to-string-tag"
10825
+ "es.json.to-string-tag",
10826
+ "es.object.create",
10827
+ "es.object.freeze",
10828
+ "es.object.keys",
10829
+ "esnext.json.is-raw-json",
10830
+ "esnext.json.parse",
10831
+ "esnext.json.raw-json"
10832
+ ],
10833
+ "core-js/full/json/is-raw-json": [
10834
+ "esnext.json.is-raw-json"
10835
+ ],
10836
+ "core-js/full/json/parse": [
10837
+ "es.object.keys",
10838
+ "esnext.json.parse"
10839
+ ],
10840
+ "core-js/full/json/raw-json": [
10841
+ "es.object.create",
10842
+ "es.object.freeze",
10843
+ "esnext.json.raw-json"
10376
10844
  ],
10377
10845
  "core-js/full/json/stringify": [
10378
10846
  "es.json.stringify"
@@ -11565,6 +12033,8 @@
11565
12033
  "es.reflect.to-string-tag",
11566
12034
  "esnext.symbol.async-dispose",
11567
12035
  "esnext.symbol.dispose",
12036
+ "esnext.symbol.is-registered",
12037
+ "esnext.symbol.is-well-known",
11568
12038
  "esnext.symbol.matcher",
11569
12039
  "esnext.symbol.metadata",
11570
12040
  "esnext.symbol.metadata-key",
@@ -11596,6 +12066,14 @@
11596
12066
  "es.symbol.is-concat-spreadable",
11597
12067
  "es.array.concat"
11598
12068
  ],
12069
+ "core-js/full/symbol/is-registered": [
12070
+ "es.symbol",
12071
+ "esnext.symbol.is-registered"
12072
+ ],
12073
+ "core-js/full/symbol/is-well-known": [
12074
+ "es.symbol",
12075
+ "esnext.symbol.is-well-known"
12076
+ ],
11599
12077
  "core-js/full/symbol/iterator": [
11600
12078
  "es.symbol.iterator",
11601
12079
  "es.array.iterator",
@@ -11708,7 +12186,10 @@
11708
12186
  "es.typed-array.sort",
11709
12187
  "es.typed-array.subarray",
11710
12188
  "es.typed-array.to-locale-string",
12189
+ "es.typed-array.to-reversed",
12190
+ "es.typed-array.to-sorted",
11711
12191
  "es.typed-array.to-string",
12192
+ "es.typed-array.with",
11712
12193
  "esnext.typed-array.from-async",
11713
12194
  "esnext.typed-array.at",
11714
12195
  "esnext.typed-array.filter-out",
@@ -11797,7 +12278,10 @@
11797
12278
  "es.typed-array.sort",
11798
12279
  "es.typed-array.subarray",
11799
12280
  "es.typed-array.to-locale-string",
12281
+ "es.typed-array.to-reversed",
12282
+ "es.typed-array.to-sorted",
11800
12283
  "es.typed-array.to-string",
12284
+ "es.typed-array.with",
11801
12285
  "esnext.typed-array.from-async",
11802
12286
  "esnext.typed-array.at",
11803
12287
  "esnext.typed-array.filter-out",
@@ -11846,7 +12330,10 @@
11846
12330
  "es.typed-array.sort",
11847
12331
  "es.typed-array.subarray",
11848
12332
  "es.typed-array.to-locale-string",
12333
+ "es.typed-array.to-reversed",
12334
+ "es.typed-array.to-sorted",
11849
12335
  "es.typed-array.to-string",
12336
+ "es.typed-array.with",
11850
12337
  "esnext.typed-array.from-async",
11851
12338
  "esnext.typed-array.at",
11852
12339
  "esnext.typed-array.filter-out",
@@ -11913,7 +12400,10 @@
11913
12400
  "es.typed-array.sort",
11914
12401
  "es.typed-array.subarray",
11915
12402
  "es.typed-array.to-locale-string",
12403
+ "es.typed-array.to-reversed",
12404
+ "es.typed-array.to-sorted",
11916
12405
  "es.typed-array.to-string",
12406
+ "es.typed-array.with",
11917
12407
  "esnext.typed-array.from-async",
11918
12408
  "esnext.typed-array.at",
11919
12409
  "esnext.typed-array.filter-out",
@@ -11962,7 +12452,10 @@
11962
12452
  "es.typed-array.sort",
11963
12453
  "es.typed-array.subarray",
11964
12454
  "es.typed-array.to-locale-string",
12455
+ "es.typed-array.to-reversed",
12456
+ "es.typed-array.to-sorted",
11965
12457
  "es.typed-array.to-string",
12458
+ "es.typed-array.with",
11966
12459
  "esnext.typed-array.from-async",
11967
12460
  "esnext.typed-array.at",
11968
12461
  "esnext.typed-array.filter-out",
@@ -12011,7 +12504,10 @@
12011
12504
  "es.typed-array.sort",
12012
12505
  "es.typed-array.subarray",
12013
12506
  "es.typed-array.to-locale-string",
12507
+ "es.typed-array.to-reversed",
12508
+ "es.typed-array.to-sorted",
12014
12509
  "es.typed-array.to-string",
12510
+ "es.typed-array.with",
12015
12511
  "esnext.typed-array.from-async",
12016
12512
  "esnext.typed-array.at",
12017
12513
  "esnext.typed-array.filter-out",
@@ -12074,7 +12570,10 @@
12074
12570
  "es.typed-array.sort",
12075
12571
  "es.typed-array.subarray",
12076
12572
  "es.typed-array.to-locale-string",
12573
+ "es.typed-array.to-reversed",
12574
+ "es.typed-array.to-sorted",
12077
12575
  "es.typed-array.to-string",
12576
+ "es.typed-array.with",
12078
12577
  "esnext.typed-array.from-async",
12079
12578
  "esnext.typed-array.at",
12080
12579
  "esnext.typed-array.filter-out",
@@ -12123,6 +12622,7 @@
12123
12622
  ],
12124
12623
  "core-js/full/typed-array/to-sorted": [
12125
12624
  "es.typed-array.sort",
12625
+ "es.typed-array.to-sorted",
12126
12626
  "esnext.typed-array.to-sorted"
12127
12627
  ],
12128
12628
  "core-js/full/typed-array/to-spliced": [
@@ -12166,7 +12666,10 @@
12166
12666
  "es.typed-array.sort",
12167
12667
  "es.typed-array.subarray",
12168
12668
  "es.typed-array.to-locale-string",
12669
+ "es.typed-array.to-reversed",
12670
+ "es.typed-array.to-sorted",
12169
12671
  "es.typed-array.to-string",
12672
+ "es.typed-array.with",
12170
12673
  "esnext.typed-array.from-async",
12171
12674
  "esnext.typed-array.at",
12172
12675
  "esnext.typed-array.filter-out",
@@ -12215,7 +12718,10 @@
12215
12718
  "es.typed-array.sort",
12216
12719
  "es.typed-array.subarray",
12217
12720
  "es.typed-array.to-locale-string",
12721
+ "es.typed-array.to-reversed",
12722
+ "es.typed-array.to-sorted",
12218
12723
  "es.typed-array.to-string",
12724
+ "es.typed-array.with",
12219
12725
  "esnext.typed-array.from-async",
12220
12726
  "esnext.typed-array.at",
12221
12727
  "esnext.typed-array.filter-out",
@@ -12264,7 +12770,10 @@
12264
12770
  "es.typed-array.sort",
12265
12771
  "es.typed-array.subarray",
12266
12772
  "es.typed-array.to-locale-string",
12773
+ "es.typed-array.to-reversed",
12774
+ "es.typed-array.to-sorted",
12267
12775
  "es.typed-array.to-string",
12776
+ "es.typed-array.with",
12268
12777
  "esnext.typed-array.from-async",
12269
12778
  "esnext.typed-array.at",
12270
12779
  "esnext.typed-array.filter-out",
@@ -12313,7 +12822,10 @@
12313
12822
  "es.typed-array.sort",
12314
12823
  "es.typed-array.subarray",
12315
12824
  "es.typed-array.to-locale-string",
12825
+ "es.typed-array.to-reversed",
12826
+ "es.typed-array.to-sorted",
12316
12827
  "es.typed-array.to-string",
12828
+ "es.typed-array.with",
12317
12829
  "esnext.typed-array.from-async",
12318
12830
  "esnext.typed-array.at",
12319
12831
  "esnext.typed-array.filter-out",
@@ -12344,11 +12856,13 @@
12344
12856
  "core-js/full/url": [
12345
12857
  "web.url",
12346
12858
  "web.url.to-json",
12347
- "web.url-search-params"
12859
+ "web.url-search-params",
12860
+ "web.url-search-params.size"
12348
12861
  ],
12349
12862
  "core-js/full/url-search-params": [
12350
12863
  "web.dom-collections.iterator",
12351
- "web.url-search-params"
12864
+ "web.url-search-params",
12865
+ "web.url-search-params.size"
12352
12866
  ],
12353
12867
  "core-js/full/url/to-json": [
12354
12868
  "web.url.to-json"
@@ -12531,6 +13045,15 @@
12531
13045
  "core-js/modules/es.array.splice": [
12532
13046
  "es.array.splice"
12533
13047
  ],
13048
+ "core-js/modules/es.array.to-reversed": [
13049
+ "es.array.to-reversed"
13050
+ ],
13051
+ "core-js/modules/es.array.to-sorted": [
13052
+ "es.array.to-sorted"
13053
+ ],
13054
+ "core-js/modules/es.array.to-spliced": [
13055
+ "es.array.to-spliced"
13056
+ ],
12534
13057
  "core-js/modules/es.array.unscopables.flat": [
12535
13058
  "es.array.unscopables.flat"
12536
13059
  ],
@@ -12540,6 +13063,9 @@
12540
13063
  "core-js/modules/es.array.unshift": [
12541
13064
  "es.array.unshift"
12542
13065
  ],
13066
+ "core-js/modules/es.array.with": [
13067
+ "es.array.with"
13068
+ ],
12543
13069
  "core-js/modules/es.data-view": [
12544
13070
  "es.data-view"
12545
13071
  ],
@@ -13143,6 +13669,12 @@
13143
13669
  "core-js/modules/es.typed-array.to-locale-string": [
13144
13670
  "es.typed-array.to-locale-string"
13145
13671
  ],
13672
+ "core-js/modules/es.typed-array.to-reversed": [
13673
+ "es.typed-array.to-reversed"
13674
+ ],
13675
+ "core-js/modules/es.typed-array.to-sorted": [
13676
+ "es.typed-array.to-sorted"
13677
+ ],
13146
13678
  "core-js/modules/es.typed-array.to-string": [
13147
13679
  "es.typed-array.to-string"
13148
13680
  ],
@@ -13158,6 +13690,9 @@
13158
13690
  "core-js/modules/es.typed-array.uint8-clamped-array": [
13159
13691
  "es.typed-array.uint8-clamped-array"
13160
13692
  ],
13693
+ "core-js/modules/es.typed-array.with": [
13694
+ "es.typed-array.with"
13695
+ ],
13161
13696
  "core-js/modules/es.unescape": [
13162
13697
  "es.unescape"
13163
13698
  ],
@@ -13176,6 +13711,15 @@
13176
13711
  "core-js/modules/esnext.aggregate-error": [
13177
13712
  "esnext.aggregate-error"
13178
13713
  ],
13714
+ "core-js/modules/esnext.array-buffer.detached": [
13715
+ "esnext.array-buffer.detached"
13716
+ ],
13717
+ "core-js/modules/esnext.array-buffer.transfer": [
13718
+ "esnext.array-buffer.transfer"
13719
+ ],
13720
+ "core-js/modules/esnext.array-buffer.transfer-to-fixed-length": [
13721
+ "esnext.array-buffer.transfer-to-fixed-length"
13722
+ ],
13179
13723
  "core-js/modules/esnext.array.at": [
13180
13724
  "esnext.array.at"
13181
13725
  ],
@@ -13293,6 +13837,9 @@
13293
13837
  "core-js/modules/esnext.disposable-stack.constructor": [
13294
13838
  "esnext.disposable-stack.constructor"
13295
13839
  ],
13840
+ "core-js/modules/esnext.function.demethodize": [
13841
+ "esnext.function.demethodize"
13842
+ ],
13296
13843
  "core-js/modules/esnext.function.is-callable": [
13297
13844
  "esnext.function.is-callable"
13298
13845
  ],
@@ -13341,6 +13888,9 @@
13341
13888
  "core-js/modules/esnext.iterator.map": [
13342
13889
  "esnext.iterator.map"
13343
13890
  ],
13891
+ "core-js/modules/esnext.iterator.range": [
13892
+ "esnext.iterator.range"
13893
+ ],
13344
13894
  "core-js/modules/esnext.iterator.reduce": [
13345
13895
  "esnext.iterator.reduce"
13346
13896
  ],
@@ -13356,6 +13906,15 @@
13356
13906
  "core-js/modules/esnext.iterator.to-async": [
13357
13907
  "esnext.iterator.to-async"
13358
13908
  ],
13909
+ "core-js/modules/esnext.json.is-raw-json": [
13910
+ "esnext.json.is-raw-json"
13911
+ ],
13912
+ "core-js/modules/esnext.json.parse": [
13913
+ "esnext.json.parse"
13914
+ ],
13915
+ "core-js/modules/esnext.json.raw-json": [
13916
+ "esnext.json.raw-json"
13917
+ ],
13359
13918
  "core-js/modules/esnext.map.delete-all": [
13360
13919
  "esnext.map.delete-all"
13361
13920
  ],
@@ -13632,6 +14191,12 @@
13632
14191
  "core-js/modules/esnext.symbol.dispose": [
13633
14192
  "esnext.symbol.dispose"
13634
14193
  ],
14194
+ "core-js/modules/esnext.symbol.is-registered": [
14195
+ "esnext.symbol.is-registered"
14196
+ ],
14197
+ "core-js/modules/esnext.symbol.is-well-known": [
14198
+ "esnext.symbol.is-well-known"
14199
+ ],
13635
14200
  "core-js/modules/esnext.symbol.matcher": [
13636
14201
  "esnext.symbol.matcher"
13637
14202
  ],
@@ -13770,6 +14335,9 @@
13770
14335
  "core-js/modules/web.url-search-params.constructor": [
13771
14336
  "web.url-search-params.constructor"
13772
14337
  ],
14338
+ "core-js/modules/web.url-search-params.size": [
14339
+ "web.url-search-params.size"
14340
+ ],
13773
14341
  "core-js/modules/web.url.constructor": [
13774
14342
  "web.url.constructor"
13775
14343
  ],
@@ -13799,6 +14367,9 @@
13799
14367
  "esnext.array.to-spliced",
13800
14368
  "esnext.array.unique-by",
13801
14369
  "esnext.array.with",
14370
+ "esnext.array-buffer.detached",
14371
+ "esnext.array-buffer.transfer",
14372
+ "esnext.array-buffer.transfer-to-fixed-length",
13802
14373
  "esnext.async-disposable-stack.constructor",
13803
14374
  "esnext.async-iterator.constructor",
13804
14375
  "esnext.async-iterator.as-indexed-pairs",
@@ -13820,6 +14391,7 @@
13820
14391
  "esnext.composite-key",
13821
14392
  "esnext.composite-symbol",
13822
14393
  "esnext.disposable-stack.constructor",
14394
+ "esnext.function.demethodize",
13823
14395
  "esnext.function.is-callable",
13824
14396
  "esnext.function.is-constructor",
13825
14397
  "esnext.function.un-this",
@@ -13836,11 +14408,15 @@
13836
14408
  "esnext.iterator.from",
13837
14409
  "esnext.iterator.indexed",
13838
14410
  "esnext.iterator.map",
14411
+ "esnext.iterator.range",
13839
14412
  "esnext.iterator.reduce",
13840
14413
  "esnext.iterator.some",
13841
14414
  "esnext.iterator.take",
13842
14415
  "esnext.iterator.to-array",
13843
14416
  "esnext.iterator.to-async",
14417
+ "esnext.json.is-raw-json",
14418
+ "esnext.json.parse",
14419
+ "esnext.json.raw-json",
13844
14420
  "esnext.map.delete-all",
13845
14421
  "esnext.map.emplace",
13846
14422
  "esnext.map.every",
@@ -13928,6 +14504,8 @@
13928
14504
  "esnext.string.to-well-formed",
13929
14505
  "esnext.symbol.async-dispose",
13930
14506
  "esnext.symbol.dispose",
14507
+ "esnext.symbol.is-registered",
14508
+ "esnext.symbol.is-well-known",
13931
14509
  "esnext.symbol.matcher",
13932
14510
  "esnext.symbol.metadata",
13933
14511
  "esnext.symbol.metadata-key",
@@ -13957,11 +14535,17 @@
13957
14535
  "esnext.weak-set.of",
13958
14536
  "web.url",
13959
14537
  "web.url.to-json",
13960
- "web.url-search-params"
14538
+ "web.url-search-params",
14539
+ "web.url-search-params.size"
13961
14540
  ],
13962
14541
  "core-js/proposals/accessible-object-hasownproperty": [
13963
14542
  "esnext.object.has-own"
13964
14543
  ],
14544
+ "core-js/proposals/array-buffer-transfer": [
14545
+ "esnext.array-buffer.detached",
14546
+ "esnext.array-buffer.transfer",
14547
+ "esnext.array-buffer.transfer-to-fixed-length"
14548
+ ],
13965
14549
  "core-js/proposals/array-filtering": [
13966
14550
  "esnext.array.filter-out",
13967
14551
  "esnext.array.filter-reject",
@@ -14029,6 +14613,22 @@
14029
14613
  "core-js/proposals/async-iteration": [
14030
14614
  "es.symbol.async-iterator"
14031
14615
  ],
14616
+ "core-js/proposals/async-iterator-helpers": [
14617
+ "esnext.async-iterator.constructor",
14618
+ "esnext.async-iterator.drop",
14619
+ "esnext.async-iterator.every",
14620
+ "esnext.async-iterator.filter",
14621
+ "esnext.async-iterator.find",
14622
+ "esnext.async-iterator.flat-map",
14623
+ "esnext.async-iterator.for-each",
14624
+ "esnext.async-iterator.from",
14625
+ "esnext.async-iterator.map",
14626
+ "esnext.async-iterator.reduce",
14627
+ "esnext.async-iterator.some",
14628
+ "esnext.async-iterator.take",
14629
+ "esnext.async-iterator.to-array",
14630
+ "esnext.iterator.to-async"
14631
+ ],
14032
14632
  "core-js/proposals/change-array-by-copy": [
14033
14633
  "esnext.array.to-reversed",
14034
14634
  "esnext.array.to-sorted",
@@ -14039,6 +14639,15 @@
14039
14639
  "esnext.typed-array.to-spliced",
14040
14640
  "esnext.typed-array.with"
14041
14641
  ],
14642
+ "core-js/proposals/change-array-by-copy-stage-4": [
14643
+ "esnext.array.to-reversed",
14644
+ "esnext.array.to-sorted",
14645
+ "esnext.array.to-spliced",
14646
+ "esnext.array.with",
14647
+ "esnext.typed-array.to-reversed",
14648
+ "esnext.typed-array.to-sorted",
14649
+ "esnext.typed-array.with"
14650
+ ],
14042
14651
  "core-js/proposals/collection-methods": [
14043
14652
  "esnext.map.delete-all",
14044
14653
  "esnext.map.every",
@@ -14100,6 +14709,9 @@
14100
14709
  "esnext.iterator.dispose",
14101
14710
  "esnext.symbol.dispose"
14102
14711
  ],
14712
+ "core-js/proposals/function-demethodize": [
14713
+ "esnext.function.demethodize"
14714
+ ],
14103
14715
  "core-js/proposals/function-is-callable-is-constructor": [
14104
14716
  "esnext.function.is-callable",
14105
14717
  "esnext.function.is-constructor"
@@ -14172,6 +14784,30 @@
14172
14784
  "esnext.iterator.to-array",
14173
14785
  "esnext.iterator.to-async"
14174
14786
  ],
14787
+ "core-js/proposals/iterator-helpers-stage-3-2": [
14788
+ "esnext.iterator.constructor",
14789
+ "esnext.iterator.drop",
14790
+ "esnext.iterator.every",
14791
+ "esnext.iterator.filter",
14792
+ "esnext.iterator.find",
14793
+ "esnext.iterator.flat-map",
14794
+ "esnext.iterator.for-each",
14795
+ "esnext.iterator.from",
14796
+ "esnext.iterator.map",
14797
+ "esnext.iterator.reduce",
14798
+ "esnext.iterator.some",
14799
+ "esnext.iterator.take",
14800
+ "esnext.iterator.to-array"
14801
+ ],
14802
+ "core-js/proposals/iterator-range": [
14803
+ "esnext.iterator.constructor",
14804
+ "esnext.iterator.range"
14805
+ ],
14806
+ "core-js/proposals/json-parse-with-source": [
14807
+ "esnext.json.is-raw-json",
14808
+ "esnext.json.parse",
14809
+ "esnext.json.raw-json"
14810
+ ],
14175
14811
  "core-js/proposals/keys-composition": [
14176
14812
  "esnext.composite-key",
14177
14813
  "esnext.composite-symbol"
@@ -14337,10 +14973,15 @@
14337
14973
  "core-js/proposals/symbol-description": [
14338
14974
  "es.symbol.description"
14339
14975
  ],
14976
+ "core-js/proposals/symbol-predicates": [
14977
+ "esnext.symbol.is-registered",
14978
+ "esnext.symbol.is-well-known"
14979
+ ],
14340
14980
  "core-js/proposals/url": [
14341
14981
  "web.url",
14342
14982
  "web.url.to-json",
14343
- "web.url-search-params"
14983
+ "web.url-search-params",
14984
+ "web.url-search-params.size"
14344
14985
  ],
14345
14986
  "core-js/proposals/using-statement": [
14346
14987
  "esnext.symbol.async-dispose",
@@ -14404,9 +15045,13 @@
14404
15045
  "es.array.sort",
14405
15046
  "es.array.species",
14406
15047
  "es.array.splice",
15048
+ "es.array.to-reversed",
15049
+ "es.array.to-sorted",
15050
+ "es.array.to-spliced",
14407
15051
  "es.array.unscopables.flat",
14408
15052
  "es.array.unscopables.flat-map",
14409
15053
  "es.array.unshift",
15054
+ "es.array.with",
14410
15055
  "es.array-buffer.constructor",
14411
15056
  "es.array-buffer.is-view",
14412
15057
  "es.array-buffer.slice",
@@ -14583,7 +15228,10 @@
14583
15228
  "es.typed-array.sort",
14584
15229
  "es.typed-array.subarray",
14585
15230
  "es.typed-array.to-locale-string",
15231
+ "es.typed-array.to-reversed",
15232
+ "es.typed-array.to-sorted",
14586
15233
  "es.typed-array.to-string",
15234
+ "es.typed-array.with",
14587
15235
  "es.unescape",
14588
15236
  "es.weak-map",
14589
15237
  "es.weak-set",
@@ -14601,7 +15249,8 @@
14601
15249
  "web.timers",
14602
15250
  "web.url",
14603
15251
  "web.url.to-json",
14604
- "web.url-search-params"
15252
+ "web.url-search-params",
15253
+ "web.url-search-params.size"
14605
15254
  ],
14606
15255
  "core-js/stable/aggregate-error": [
14607
15256
  "es.error.cause",
@@ -14644,9 +15293,13 @@
14644
15293
  "es.array.sort",
14645
15294
  "es.array.species",
14646
15295
  "es.array.splice",
15296
+ "es.array.to-reversed",
15297
+ "es.array.to-sorted",
15298
+ "es.array.to-spliced",
14647
15299
  "es.array.unscopables.flat",
14648
15300
  "es.array.unscopables.flat-map",
14649
15301
  "es.array.unshift",
15302
+ "es.array.with",
14650
15303
  "es.object.to-string",
14651
15304
  "es.string.iterator"
14652
15305
  ],
@@ -14769,6 +15422,16 @@
14769
15422
  "core-js/stable/array/splice": [
14770
15423
  "es.array.splice"
14771
15424
  ],
15425
+ "core-js/stable/array/to-reversed": [
15426
+ "es.array.to-reversed"
15427
+ ],
15428
+ "core-js/stable/array/to-sorted": [
15429
+ "es.array.sort",
15430
+ "es.array.to-sorted"
15431
+ ],
15432
+ "core-js/stable/array/to-spliced": [
15433
+ "es.array.to-spliced"
15434
+ ],
14772
15435
  "core-js/stable/array/unshift": [
14773
15436
  "es.array.unshift"
14774
15437
  ],
@@ -14805,9 +15468,13 @@
14805
15468
  "es.array.sort",
14806
15469
  "es.array.species",
14807
15470
  "es.array.splice",
15471
+ "es.array.to-reversed",
15472
+ "es.array.to-sorted",
15473
+ "es.array.to-spliced",
14808
15474
  "es.array.unscopables.flat",
14809
15475
  "es.array.unscopables.flat-map",
14810
15476
  "es.array.unshift",
15477
+ "es.array.with",
14811
15478
  "es.object.to-string"
14812
15479
  ],
14813
15480
  "core-js/stable/array/virtual/at": [
@@ -14902,6 +15569,16 @@
14902
15569
  "core-js/stable/array/virtual/splice": [
14903
15570
  "es.array.splice"
14904
15571
  ],
15572
+ "core-js/stable/array/virtual/to-reversed": [
15573
+ "es.array.to-reversed"
15574
+ ],
15575
+ "core-js/stable/array/virtual/to-sorted": [
15576
+ "es.array.sort",
15577
+ "es.array.to-sorted"
15578
+ ],
15579
+ "core-js/stable/array/virtual/to-spliced": [
15580
+ "es.array.to-spliced"
15581
+ ],
14905
15582
  "core-js/stable/array/virtual/unshift": [
14906
15583
  "es.array.unshift"
14907
15584
  ],
@@ -14909,6 +15586,12 @@
14909
15586
  "es.array.iterator",
14910
15587
  "es.object.to-string"
14911
15588
  ],
15589
+ "core-js/stable/array/virtual/with": [
15590
+ "es.array.with"
15591
+ ],
15592
+ "core-js/stable/array/with": [
15593
+ "es.array.with"
15594
+ ],
14912
15595
  "core-js/stable/atob": [
14913
15596
  "es.error.to-string",
14914
15597
  "es.object.to-string",
@@ -15166,6 +15849,16 @@
15166
15849
  "core-js/stable/instance/starts-with": [
15167
15850
  "es.string.starts-with"
15168
15851
  ],
15852
+ "core-js/stable/instance/to-reversed": [
15853
+ "es.array.to-reversed"
15854
+ ],
15855
+ "core-js/stable/instance/to-sorted": [
15856
+ "es.array.sort",
15857
+ "es.array.to-sorted"
15858
+ ],
15859
+ "core-js/stable/instance/to-spliced": [
15860
+ "es.array.to-spliced"
15861
+ ],
15169
15862
  "core-js/stable/instance/trim": [
15170
15863
  "es.string.trim"
15171
15864
  ],
@@ -15182,13 +15875,16 @@
15182
15875
  "es.string.trim-start"
15183
15876
  ],
15184
15877
  "core-js/stable/instance/unshift": [
15185
- "es.array.push"
15878
+ "es.array.unshift"
15186
15879
  ],
15187
15880
  "core-js/stable/instance/values": [
15188
15881
  "es.array.iterator",
15189
15882
  "es.object.to-string",
15190
15883
  "web.dom-collections.iterator"
15191
15884
  ],
15885
+ "core-js/stable/instance/with": [
15886
+ "es.array.with"
15887
+ ],
15192
15888
  "core-js/stable/is-iterable": [
15193
15889
  "es.array.iterator",
15194
15890
  "es.string.iterator",
@@ -16081,7 +16777,10 @@
16081
16777
  "es.typed-array.sort",
16082
16778
  "es.typed-array.subarray",
16083
16779
  "es.typed-array.to-locale-string",
16084
- "es.typed-array.to-string"
16780
+ "es.typed-array.to-reversed",
16781
+ "es.typed-array.to-sorted",
16782
+ "es.typed-array.to-string",
16783
+ "es.typed-array.with"
16085
16784
  ],
16086
16785
  "core-js/stable/typed-array/at": [
16087
16786
  "es.typed-array.at"
@@ -16147,7 +16846,10 @@
16147
16846
  "es.typed-array.sort",
16148
16847
  "es.typed-array.subarray",
16149
16848
  "es.typed-array.to-locale-string",
16150
- "es.typed-array.to-string"
16849
+ "es.typed-array.to-reversed",
16850
+ "es.typed-array.to-sorted",
16851
+ "es.typed-array.to-string",
16852
+ "es.typed-array.with"
16151
16853
  ],
16152
16854
  "core-js/stable/typed-array/float64-array": [
16153
16855
  "es.array-buffer.constructor",
@@ -16182,7 +16884,10 @@
16182
16884
  "es.typed-array.sort",
16183
16885
  "es.typed-array.subarray",
16184
16886
  "es.typed-array.to-locale-string",
16185
- "es.typed-array.to-string"
16887
+ "es.typed-array.to-reversed",
16888
+ "es.typed-array.to-sorted",
16889
+ "es.typed-array.to-string",
16890
+ "es.typed-array.with"
16186
16891
  ],
16187
16892
  "core-js/stable/typed-array/for-each": [
16188
16893
  "es.typed-array.for-each"
@@ -16229,7 +16934,10 @@
16229
16934
  "es.typed-array.sort",
16230
16935
  "es.typed-array.subarray",
16231
16936
  "es.typed-array.to-locale-string",
16232
- "es.typed-array.to-string"
16937
+ "es.typed-array.to-reversed",
16938
+ "es.typed-array.to-sorted",
16939
+ "es.typed-array.to-string",
16940
+ "es.typed-array.with"
16233
16941
  ],
16234
16942
  "core-js/stable/typed-array/int32-array": [
16235
16943
  "es.array-buffer.constructor",
@@ -16264,7 +16972,10 @@
16264
16972
  "es.typed-array.sort",
16265
16973
  "es.typed-array.subarray",
16266
16974
  "es.typed-array.to-locale-string",
16267
- "es.typed-array.to-string"
16975
+ "es.typed-array.to-reversed",
16976
+ "es.typed-array.to-sorted",
16977
+ "es.typed-array.to-string",
16978
+ "es.typed-array.with"
16268
16979
  ],
16269
16980
  "core-js/stable/typed-array/int8-array": [
16270
16981
  "es.array-buffer.constructor",
@@ -16299,7 +17010,10 @@
16299
17010
  "es.typed-array.sort",
16300
17011
  "es.typed-array.subarray",
16301
17012
  "es.typed-array.to-locale-string",
16302
- "es.typed-array.to-string"
17013
+ "es.typed-array.to-reversed",
17014
+ "es.typed-array.to-sorted",
17015
+ "es.typed-array.to-string",
17016
+ "es.typed-array.with"
16303
17017
  ],
16304
17018
  "core-js/stable/typed-array/iterator": [
16305
17019
  "es.object.to-string",
@@ -16348,7 +17062,10 @@
16348
17062
  "es.typed-array.sort",
16349
17063
  "es.typed-array.subarray",
16350
17064
  "es.typed-array.to-locale-string",
16351
- "es.typed-array.to-string"
17065
+ "es.typed-array.to-reversed",
17066
+ "es.typed-array.to-sorted",
17067
+ "es.typed-array.to-string",
17068
+ "es.typed-array.with"
16352
17069
  ],
16353
17070
  "core-js/stable/typed-array/of": [
16354
17071
  "es.typed-array.of"
@@ -16380,6 +17097,13 @@
16380
17097
  "core-js/stable/typed-array/to-locale-string": [
16381
17098
  "es.typed-array.to-locale-string"
16382
17099
  ],
17100
+ "core-js/stable/typed-array/to-reversed": [
17101
+ "esnext.typed-array.to-reversed"
17102
+ ],
17103
+ "core-js/stable/typed-array/to-sorted": [
17104
+ "es.typed-array.sort",
17105
+ "es.typed-array.to-sorted"
17106
+ ],
16383
17107
  "core-js/stable/typed-array/to-string": [
16384
17108
  "es.typed-array.to-string"
16385
17109
  ],
@@ -16416,7 +17140,10 @@
16416
17140
  "es.typed-array.sort",
16417
17141
  "es.typed-array.subarray",
16418
17142
  "es.typed-array.to-locale-string",
16419
- "es.typed-array.to-string"
17143
+ "es.typed-array.to-reversed",
17144
+ "es.typed-array.to-sorted",
17145
+ "es.typed-array.to-string",
17146
+ "es.typed-array.with"
16420
17147
  ],
16421
17148
  "core-js/stable/typed-array/uint32-array": [
16422
17149
  "es.array-buffer.constructor",
@@ -16451,7 +17178,10 @@
16451
17178
  "es.typed-array.sort",
16452
17179
  "es.typed-array.subarray",
16453
17180
  "es.typed-array.to-locale-string",
16454
- "es.typed-array.to-string"
17181
+ "es.typed-array.to-reversed",
17182
+ "es.typed-array.to-sorted",
17183
+ "es.typed-array.to-string",
17184
+ "es.typed-array.with"
16455
17185
  ],
16456
17186
  "core-js/stable/typed-array/uint8-array": [
16457
17187
  "es.array-buffer.constructor",
@@ -16486,7 +17216,10 @@
16486
17216
  "es.typed-array.sort",
16487
17217
  "es.typed-array.subarray",
16488
17218
  "es.typed-array.to-locale-string",
16489
- "es.typed-array.to-string"
17219
+ "es.typed-array.to-reversed",
17220
+ "es.typed-array.to-sorted",
17221
+ "es.typed-array.to-string",
17222
+ "es.typed-array.with"
16490
17223
  ],
16491
17224
  "core-js/stable/typed-array/uint8-clamped-array": [
16492
17225
  "es.array-buffer.constructor",
@@ -16521,23 +17254,31 @@
16521
17254
  "es.typed-array.sort",
16522
17255
  "es.typed-array.subarray",
16523
17256
  "es.typed-array.to-locale-string",
16524
- "es.typed-array.to-string"
17257
+ "es.typed-array.to-reversed",
17258
+ "es.typed-array.to-sorted",
17259
+ "es.typed-array.to-string",
17260
+ "es.typed-array.with"
16525
17261
  ],
16526
17262
  "core-js/stable/typed-array/values": [
16527
17263
  "es.object.to-string",
16528
17264
  "es.typed-array.iterator"
16529
17265
  ],
17266
+ "core-js/stable/typed-array/with": [
17267
+ "esnext.typed-array.with"
17268
+ ],
16530
17269
  "core-js/stable/unescape": [
16531
17270
  "es.unescape"
16532
17271
  ],
16533
17272
  "core-js/stable/url": [
16534
17273
  "web.url",
16535
17274
  "web.url.to-json",
16536
- "web.url-search-params"
17275
+ "web.url-search-params",
17276
+ "web.url-search-params.size"
16537
17277
  ],
16538
17278
  "core-js/stable/url-search-params": [
16539
17279
  "web.dom-collections.iterator",
16540
- "web.url-search-params"
17280
+ "web.url-search-params",
17281
+ "web.url-search-params.size"
16541
17282
  ],
16542
17283
  "core-js/stable/url/to-json": [
16543
17284
  "web.url.to-json"
@@ -16577,6 +17318,9 @@
16577
17318
  "esnext.array.to-spliced",
16578
17319
  "esnext.array.unique-by",
16579
17320
  "esnext.array.with",
17321
+ "esnext.array-buffer.detached",
17322
+ "esnext.array-buffer.transfer",
17323
+ "esnext.array-buffer.transfer-to-fixed-length",
16580
17324
  "esnext.async-disposable-stack.constructor",
16581
17325
  "esnext.async-iterator.constructor",
16582
17326
  "esnext.async-iterator.as-indexed-pairs",
@@ -16598,6 +17342,7 @@
16598
17342
  "esnext.composite-key",
16599
17343
  "esnext.composite-symbol",
16600
17344
  "esnext.disposable-stack.constructor",
17345
+ "esnext.function.demethodize",
16601
17346
  "esnext.function.is-callable",
16602
17347
  "esnext.function.is-constructor",
16603
17348
  "esnext.function.un-this",
@@ -16614,11 +17359,15 @@
16614
17359
  "esnext.iterator.from",
16615
17360
  "esnext.iterator.indexed",
16616
17361
  "esnext.iterator.map",
17362
+ "esnext.iterator.range",
16617
17363
  "esnext.iterator.reduce",
16618
17364
  "esnext.iterator.some",
16619
17365
  "esnext.iterator.take",
16620
17366
  "esnext.iterator.to-array",
16621
17367
  "esnext.iterator.to-async",
17368
+ "esnext.json.is-raw-json",
17369
+ "esnext.json.parse",
17370
+ "esnext.json.raw-json",
16622
17371
  "esnext.map.delete-all",
16623
17372
  "esnext.map.emplace",
16624
17373
  "esnext.map.every",
@@ -16706,6 +17455,8 @@
16706
17455
  "esnext.string.to-well-formed",
16707
17456
  "esnext.symbol.async-dispose",
16708
17457
  "esnext.symbol.dispose",
17458
+ "esnext.symbol.is-registered",
17459
+ "esnext.symbol.is-well-known",
16709
17460
  "esnext.symbol.matcher",
16710
17461
  "esnext.symbol.metadata",
16711
17462
  "esnext.symbol.metadata-key",
@@ -16735,7 +17486,8 @@
16735
17486
  "esnext.weak-set.of",
16736
17487
  "web.url",
16737
17488
  "web.url.to-json",
16738
- "web.url-search-params"
17489
+ "web.url-search-params",
17490
+ "web.url-search-params.size"
16739
17491
  ],
16740
17492
  "core-js/stage/0": [
16741
17493
  "es.map",
@@ -16760,6 +17512,9 @@
16760
17512
  "esnext.array.to-spliced",
16761
17513
  "esnext.array.unique-by",
16762
17514
  "esnext.array.with",
17515
+ "esnext.array-buffer.detached",
17516
+ "esnext.array-buffer.transfer",
17517
+ "esnext.array-buffer.transfer-to-fixed-length",
16763
17518
  "esnext.async-disposable-stack.constructor",
16764
17519
  "esnext.async-iterator.constructor",
16765
17520
  "esnext.async-iterator.as-indexed-pairs",
@@ -16781,6 +17536,7 @@
16781
17536
  "esnext.composite-key",
16782
17537
  "esnext.composite-symbol",
16783
17538
  "esnext.disposable-stack.constructor",
17539
+ "esnext.function.demethodize",
16784
17540
  "esnext.function.is-callable",
16785
17541
  "esnext.function.is-constructor",
16786
17542
  "esnext.function.un-this",
@@ -16797,11 +17553,15 @@
16797
17553
  "esnext.iterator.from",
16798
17554
  "esnext.iterator.indexed",
16799
17555
  "esnext.iterator.map",
17556
+ "esnext.iterator.range",
16800
17557
  "esnext.iterator.reduce",
16801
17558
  "esnext.iterator.some",
16802
17559
  "esnext.iterator.take",
16803
17560
  "esnext.iterator.to-array",
16804
17561
  "esnext.iterator.to-async",
17562
+ "esnext.json.is-raw-json",
17563
+ "esnext.json.parse",
17564
+ "esnext.json.raw-json",
16805
17565
  "esnext.map.delete-all",
16806
17566
  "esnext.map.emplace",
16807
17567
  "esnext.map.every",
@@ -16880,6 +17640,8 @@
16880
17640
  "esnext.string.to-well-formed",
16881
17641
  "esnext.symbol.async-dispose",
16882
17642
  "esnext.symbol.dispose",
17643
+ "esnext.symbol.is-registered",
17644
+ "esnext.symbol.is-well-known",
16883
17645
  "esnext.symbol.matcher",
16884
17646
  "esnext.symbol.metadata",
16885
17647
  "esnext.symbol.metadata-key",
@@ -16909,7 +17671,8 @@
16909
17671
  "esnext.weak-set.of",
16910
17672
  "web.url",
16911
17673
  "web.url.to-json",
16912
- "web.url-search-params"
17674
+ "web.url-search-params",
17675
+ "web.url-search-params.size"
16913
17676
  ],
16914
17677
  "core-js/stage/1": [
16915
17678
  "es.map",
@@ -16933,6 +17696,9 @@
16933
17696
  "esnext.array.to-spliced",
16934
17697
  "esnext.array.unique-by",
16935
17698
  "esnext.array.with",
17699
+ "esnext.array-buffer.detached",
17700
+ "esnext.array-buffer.transfer",
17701
+ "esnext.array-buffer.transfer-to-fixed-length",
16936
17702
  "esnext.async-disposable-stack.constructor",
16937
17703
  "esnext.async-iterator.constructor",
16938
17704
  "esnext.async-iterator.as-indexed-pairs",
@@ -16967,11 +17733,15 @@
16967
17733
  "esnext.iterator.from",
16968
17734
  "esnext.iterator.indexed",
16969
17735
  "esnext.iterator.map",
17736
+ "esnext.iterator.range",
16970
17737
  "esnext.iterator.reduce",
16971
17738
  "esnext.iterator.some",
16972
17739
  "esnext.iterator.take",
16973
17740
  "esnext.iterator.to-array",
16974
17741
  "esnext.iterator.to-async",
17742
+ "esnext.json.is-raw-json",
17743
+ "esnext.json.parse",
17744
+ "esnext.json.raw-json",
16975
17745
  "esnext.map.delete-all",
16976
17746
  "esnext.map.emplace",
16977
17747
  "esnext.map.every",
@@ -17045,6 +17815,8 @@
17045
17815
  "esnext.string.to-well-formed",
17046
17816
  "esnext.symbol.async-dispose",
17047
17817
  "esnext.symbol.dispose",
17818
+ "esnext.symbol.is-registered",
17819
+ "esnext.symbol.is-well-known",
17048
17820
  "esnext.symbol.matcher",
17049
17821
  "esnext.symbol.metadata",
17050
17822
  "esnext.symbol.metadata-key",
@@ -17089,6 +17861,9 @@
17089
17861
  "esnext.array.to-sorted",
17090
17862
  "esnext.array.to-spliced",
17091
17863
  "esnext.array.with",
17864
+ "esnext.array-buffer.detached",
17865
+ "esnext.array-buffer.transfer",
17866
+ "esnext.array-buffer.transfer-to-fixed-length",
17092
17867
  "esnext.async-disposable-stack.constructor",
17093
17868
  "esnext.async-iterator.constructor",
17094
17869
  "esnext.async-iterator.as-indexed-pairs",
@@ -17125,6 +17900,9 @@
17125
17900
  "esnext.iterator.take",
17126
17901
  "esnext.iterator.to-array",
17127
17902
  "esnext.iterator.to-async",
17903
+ "esnext.json.is-raw-json",
17904
+ "esnext.json.parse",
17905
+ "esnext.json.raw-json",
17128
17906
  "esnext.map.emplace",
17129
17907
  "esnext.object.has-own",
17130
17908
  "esnext.promise.all-settled",
@@ -17150,6 +17928,8 @@
17150
17928
  "esnext.string.to-well-formed",
17151
17929
  "esnext.symbol.async-dispose",
17152
17930
  "esnext.symbol.dispose",
17931
+ "esnext.symbol.is-registered",
17932
+ "esnext.symbol.is-well-known",
17153
17933
  "esnext.symbol.metadata",
17154
17934
  "esnext.symbol.metadata-key",
17155
17935
  "esnext.typed-array.at",
@@ -17178,6 +17958,9 @@
17178
17958
  "esnext.array.to-sorted",
17179
17959
  "esnext.array.to-spliced",
17180
17960
  "esnext.array.with",
17961
+ "esnext.array-buffer.detached",
17962
+ "esnext.array-buffer.transfer",
17963
+ "esnext.array-buffer.transfer-to-fixed-length",
17181
17964
  "esnext.async-iterator.constructor",
17182
17965
  "esnext.async-iterator.drop",
17183
17966
  "esnext.async-iterator.every",
@@ -17208,6 +17991,9 @@
17208
17991
  "esnext.iterator.take",
17209
17992
  "esnext.iterator.to-array",
17210
17993
  "esnext.iterator.to-async",
17994
+ "esnext.json.is-raw-json",
17995
+ "esnext.json.parse",
17996
+ "esnext.json.raw-json",
17211
17997
  "esnext.object.has-own",
17212
17998
  "esnext.promise.all-settled",
17213
17999
  "esnext.promise.any",
@@ -17237,6 +18023,10 @@
17237
18023
  "esnext.array.at",
17238
18024
  "esnext.array.find-last",
17239
18025
  "esnext.array.find-last-index",
18026
+ "esnext.array.to-reversed",
18027
+ "esnext.array.to-sorted",
18028
+ "esnext.array.to-spliced",
18029
+ "esnext.array.with",
17240
18030
  "esnext.global-this",
17241
18031
  "esnext.object.has-own",
17242
18032
  "esnext.promise.all-settled",
@@ -17245,7 +18035,10 @@
17245
18035
  "esnext.string.replace-all",
17246
18036
  "esnext.typed-array.at",
17247
18037
  "esnext.typed-array.find-last",
17248
- "esnext.typed-array.find-last-index"
18038
+ "esnext.typed-array.find-last-index",
18039
+ "esnext.typed-array.to-reversed",
18040
+ "esnext.typed-array.to-sorted",
18041
+ "esnext.typed-array.with"
17249
18042
  ],
17250
18043
  "core-js/stage/pre": [
17251
18044
  "es.map",
@@ -17270,6 +18063,9 @@
17270
18063
  "esnext.array.to-spliced",
17271
18064
  "esnext.array.unique-by",
17272
18065
  "esnext.array.with",
18066
+ "esnext.array-buffer.detached",
18067
+ "esnext.array-buffer.transfer",
18068
+ "esnext.array-buffer.transfer-to-fixed-length",
17273
18069
  "esnext.async-disposable-stack.constructor",
17274
18070
  "esnext.async-iterator.constructor",
17275
18071
  "esnext.async-iterator.as-indexed-pairs",
@@ -17291,6 +18087,7 @@
17291
18087
  "esnext.composite-key",
17292
18088
  "esnext.composite-symbol",
17293
18089
  "esnext.disposable-stack.constructor",
18090
+ "esnext.function.demethodize",
17294
18091
  "esnext.function.is-callable",
17295
18092
  "esnext.function.is-constructor",
17296
18093
  "esnext.function.un-this",
@@ -17307,11 +18104,15 @@
17307
18104
  "esnext.iterator.from",
17308
18105
  "esnext.iterator.indexed",
17309
18106
  "esnext.iterator.map",
18107
+ "esnext.iterator.range",
17310
18108
  "esnext.iterator.reduce",
17311
18109
  "esnext.iterator.some",
17312
18110
  "esnext.iterator.take",
17313
18111
  "esnext.iterator.to-array",
17314
18112
  "esnext.iterator.to-async",
18113
+ "esnext.json.is-raw-json",
18114
+ "esnext.json.parse",
18115
+ "esnext.json.raw-json",
17315
18116
  "esnext.map.delete-all",
17316
18117
  "esnext.map.emplace",
17317
18118
  "esnext.map.every",
@@ -17399,6 +18200,8 @@
17399
18200
  "esnext.string.to-well-formed",
17400
18201
  "esnext.symbol.async-dispose",
17401
18202
  "esnext.symbol.dispose",
18203
+ "esnext.symbol.is-registered",
18204
+ "esnext.symbol.is-well-known",
17402
18205
  "esnext.symbol.matcher",
17403
18206
  "esnext.symbol.metadata",
17404
18207
  "esnext.symbol.metadata-key",
@@ -17428,7 +18231,8 @@
17428
18231
  "esnext.weak-set.of",
17429
18232
  "web.url",
17430
18233
  "web.url.to-json",
17431
- "web.url-search-params"
18234
+ "web.url-search-params",
18235
+ "web.url-search-params.size"
17432
18236
  ],
17433
18237
  "core-js/web": [
17434
18238
  "web.atob",
@@ -17445,7 +18249,8 @@
17445
18249
  "web.timers",
17446
18250
  "web.url",
17447
18251
  "web.url.to-json",
17448
- "web.url-search-params"
18252
+ "web.url-search-params",
18253
+ "web.url-search-params.size"
17449
18254
  ],
17450
18255
  "core-js/web/dom-collections": [
17451
18256
  "web.dom-collections.for-each",
@@ -17476,9 +18281,11 @@
17476
18281
  "core-js/web/url": [
17477
18282
  "web.url",
17478
18283
  "web.url.to-json",
17479
- "web.url-search-params"
18284
+ "web.url-search-params",
18285
+ "web.url-search-params.size"
17480
18286
  ],
17481
18287
  "core-js/web/url-search-params": [
17482
- "web.url-search-params"
18288
+ "web.url-search-params",
18289
+ "web.url-search-params.size"
17483
18290
  ]
17484
18291
  }