core-js-compat 3.15.1 → 3.16.2

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
@@ -221,8 +221,10 @@
221
221
  "esnext.aggregate-error",
222
222
  "esnext.array.at",
223
223
  "esnext.array.filter-out",
224
+ "esnext.array.filter-reject",
224
225
  "esnext.array.find-last",
225
226
  "esnext.array.find-last-index",
227
+ "esnext.array.group-by",
226
228
  "esnext.array.is-template-object",
227
229
  "esnext.array.last-index",
228
230
  "esnext.array.last-item",
@@ -342,8 +344,10 @@
342
344
  "esnext.symbol.replace-all",
343
345
  "esnext.typed-array.at",
344
346
  "esnext.typed-array.filter-out",
347
+ "esnext.typed-array.filter-reject",
345
348
  "esnext.typed-array.find-last",
346
349
  "esnext.typed-array.find-last-index",
350
+ "esnext.typed-array.group-by",
347
351
  "esnext.typed-array.unique-by",
348
352
  "esnext.weak-map.delete-all",
349
353
  "esnext.weak-map.from",
@@ -585,8 +589,8 @@
585
589
  ],
586
590
  "core-js/es/aggregate-error": [
587
591
  "es.aggregate-error",
588
- "es.string.iterator",
589
- "web.dom-collections.iterator"
592
+ "es.array.iterator",
593
+ "es.string.iterator"
590
594
  ],
591
595
  "core-js/es/array": [
592
596
  "es.array.concat",
@@ -618,6 +622,7 @@
618
622
  "es.array.splice",
619
623
  "es.array.unscopables.flat",
620
624
  "es.array.unscopables.flat-map",
625
+ "es.object.to-string",
621
626
  "es.string.iterator"
622
627
  ],
623
628
  "core-js/es/array-buffer": [
@@ -643,7 +648,8 @@
643
648
  "es.array.copy-within"
644
649
  ],
645
650
  "core-js/es/array/entries": [
646
- "es.array.iterator"
651
+ "es.array.iterator",
652
+ "es.object.to-string"
647
653
  ],
648
654
  "core-js/es/array/every": [
649
655
  "es.array.every"
@@ -685,13 +691,15 @@
685
691
  "es.array.is-array"
686
692
  ],
687
693
  "core-js/es/array/iterator": [
688
- "es.array.iterator"
694
+ "es.array.iterator",
695
+ "es.object.to-string"
689
696
  ],
690
697
  "core-js/es/array/join": [
691
698
  "es.array.join"
692
699
  ],
693
700
  "core-js/es/array/keys": [
694
- "es.array.iterator"
701
+ "es.array.iterator",
702
+ "es.object.to-string"
695
703
  ],
696
704
  "core-js/es/array/last-index-of": [
697
705
  "es.array.last-index-of"
@@ -724,7 +732,8 @@
724
732
  "es.array.splice"
725
733
  ],
726
734
  "core-js/es/array/values": [
727
- "es.array.iterator"
735
+ "es.array.iterator",
736
+ "es.object.to-string"
728
737
  ],
729
738
  "core-js/es/array/virtual": [
730
739
  "es.array.concat",
@@ -752,7 +761,8 @@
752
761
  "es.array.species",
753
762
  "es.array.splice",
754
763
  "es.array.unscopables.flat",
755
- "es.array.unscopables.flat-map"
764
+ "es.array.unscopables.flat-map",
765
+ "es.object.to-string"
756
766
  ],
757
767
  "core-js/es/array/virtual/concat": [
758
768
  "es.array.concat"
@@ -761,7 +771,8 @@
761
771
  "es.array.copy-within"
762
772
  ],
763
773
  "core-js/es/array/virtual/entries": [
764
- "es.array.iterator"
774
+ "es.array.iterator",
775
+ "es.object.to-string"
765
776
  ],
766
777
  "core-js/es/array/virtual/every": [
767
778
  "es.array.every"
@@ -772,9 +783,6 @@
772
783
  "core-js/es/array/virtual/filter": [
773
784
  "es.array.filter"
774
785
  ],
775
- "core-js/es/array/virtual/filter-out": [
776
- "esnext.array.filter-out"
777
- ],
778
786
  "core-js/es/array/virtual/find": [
779
787
  "es.array.find"
780
788
  ],
@@ -799,13 +807,15 @@
799
807
  "es.array.index-of"
800
808
  ],
801
809
  "core-js/es/array/virtual/iterator": [
802
- "es.array.iterator"
810
+ "es.array.iterator",
811
+ "es.object.to-string"
803
812
  ],
804
813
  "core-js/es/array/virtual/join": [
805
814
  "es.array.join"
806
815
  ],
807
816
  "core-js/es/array/virtual/keys": [
808
- "es.array.iterator"
817
+ "es.array.iterator",
818
+ "es.object.to-string"
809
819
  ],
810
820
  "core-js/es/array/virtual/last-index-of": [
811
821
  "es.array.last-index-of"
@@ -835,7 +845,8 @@
835
845
  "es.array.splice"
836
846
  ],
837
847
  "core-js/es/array/virtual/values": [
838
- "es.array.iterator"
848
+ "es.array.iterator",
849
+ "es.object.to-string"
839
850
  ],
840
851
  "core-js/es/data-view": [
841
852
  "es.data-view",
@@ -899,6 +910,14 @@
899
910
  "core-js/es/function/virtual/bind": [
900
911
  "es.function.bind"
901
912
  ],
913
+ "core-js/es/get-iterator": [
914
+ "es.array.iterator",
915
+ "es.string.iterator"
916
+ ],
917
+ "core-js/es/get-iterator-method": [
918
+ "es.array.iterator",
919
+ "es.string.iterator"
920
+ ],
902
921
  "core-js/es/global-this": [
903
922
  "es.global-this"
904
923
  ],
@@ -918,7 +937,8 @@
918
937
  "es.string.ends-with"
919
938
  ],
920
939
  "core-js/es/instance/entries": [
921
- "es.array.iterator"
940
+ "es.array.iterator",
941
+ "es.object.to-string"
922
942
  ],
923
943
  "core-js/es/instance/every": [
924
944
  "es.array.every"
@@ -957,7 +977,8 @@
957
977
  "es.array.index-of"
958
978
  ],
959
979
  "core-js/es/instance/keys": [
960
- "es.array.iterator"
980
+ "es.array.iterator",
981
+ "es.object.to-string"
961
982
  ],
962
983
  "core-js/es/instance/last-index-of": [
963
984
  "es.array.last-index-of"
@@ -966,6 +987,8 @@
966
987
  "es.array.map"
967
988
  ],
968
989
  "core-js/es/instance/match-all": [
990
+ "es.object.to-string",
991
+ "es.regexp.exec",
969
992
  "es.string.match-all"
970
993
  ],
971
994
  "core-js/es/instance/pad-end": [
@@ -984,6 +1007,8 @@
984
1007
  "es.string.repeat"
985
1008
  ],
986
1009
  "core-js/es/instance/replace-all": [
1010
+ "es.regexp.exec",
1011
+ "es.string.replace",
987
1012
  "es.string.replace-all"
988
1013
  ],
989
1014
  "core-js/es/instance/reverse": [
@@ -1020,7 +1045,12 @@
1020
1045
  "es.string.trim-start"
1021
1046
  ],
1022
1047
  "core-js/es/instance/values": [
1023
- "es.array.iterator"
1048
+ "es.array.iterator",
1049
+ "es.object.to-string"
1050
+ ],
1051
+ "core-js/es/is-iterable": [
1052
+ "es.array.iterator",
1053
+ "es.string.iterator"
1024
1054
  ],
1025
1055
  "core-js/es/json": [
1026
1056
  "es.json.stringify",
@@ -1033,10 +1063,10 @@
1033
1063
  "es.json.to-string-tag"
1034
1064
  ],
1035
1065
  "core-js/es/map": [
1066
+ "es.array.iterator",
1036
1067
  "es.map",
1037
1068
  "es.object.to-string",
1038
- "es.string.iterator",
1039
- "web.dom-collections.iterator"
1069
+ "es.string.iterator"
1040
1070
  ],
1041
1071
  "core-js/es/math": [
1042
1072
  "es.math.acosh",
@@ -1293,32 +1323,36 @@
1293
1323
  ],
1294
1324
  "core-js/es/promise": [
1295
1325
  "es.aggregate-error",
1326
+ "es.array.iterator",
1296
1327
  "es.object.to-string",
1297
1328
  "es.promise",
1298
1329
  "es.promise.all-settled",
1299
1330
  "es.promise.any",
1300
1331
  "es.promise.finally",
1301
- "es.string.iterator",
1302
- "web.dom-collections.iterator"
1332
+ "es.string.iterator"
1303
1333
  ],
1304
1334
  "core-js/es/promise/all-settled": [
1335
+ "es.array.iterator",
1336
+ "es.object.to-string",
1305
1337
  "es.promise",
1306
1338
  "es.promise.all-settled",
1307
- "es.string.iterator",
1308
- "web.dom-collections.iterator"
1339
+ "es.string.iterator"
1309
1340
  ],
1310
1341
  "core-js/es/promise/any": [
1311
1342
  "es.aggregate-error",
1343
+ "es.array.iterator",
1344
+ "es.object.to-string",
1312
1345
  "es.promise",
1313
1346
  "es.promise.any",
1314
- "es.string.iterator",
1315
- "web.dom-collections.iterator"
1347
+ "es.string.iterator"
1316
1348
  ],
1317
1349
  "core-js/es/promise/finally": [
1350
+ "es.object.to-string",
1318
1351
  "es.promise",
1319
1352
  "es.promise.finally"
1320
1353
  ],
1321
1354
  "core-js/es/reflect": [
1355
+ "es.object.to-string",
1322
1356
  "es.reflect.apply",
1323
1357
  "es.reflect.construct",
1324
1358
  "es.reflect.define-property",
@@ -1374,6 +1408,7 @@
1374
1408
  "es.reflect.set-prototype-of"
1375
1409
  ],
1376
1410
  "core-js/es/reflect/to-string-tag": [
1411
+ "es.object.to-string",
1377
1412
  "es.reflect.to-string-tag"
1378
1413
  ],
1379
1414
  "core-js/es/regexp": [
@@ -1390,7 +1425,10 @@
1390
1425
  "es.string.split"
1391
1426
  ],
1392
1427
  "core-js/es/regexp/constructor": [
1393
- "es.regexp.constructor"
1428
+ "es.regexp.constructor",
1429
+ "es.regexp.dot-all",
1430
+ "es.regexp.exec",
1431
+ "es.regexp.sticky"
1394
1432
  ],
1395
1433
  "core-js/es/regexp/dot-all": [
1396
1434
  "es.regexp.constructor",
@@ -1401,15 +1439,19 @@
1401
1439
  "es.regexp.flags"
1402
1440
  ],
1403
1441
  "core-js/es/regexp/match": [
1442
+ "es.regexp.exec",
1404
1443
  "es.string.match"
1405
1444
  ],
1406
1445
  "core-js/es/regexp/replace": [
1446
+ "es.regexp.exec",
1407
1447
  "es.string.replace"
1408
1448
  ],
1409
1449
  "core-js/es/regexp/search": [
1450
+ "es.regexp.exec",
1410
1451
  "es.string.search"
1411
1452
  ],
1412
1453
  "core-js/es/regexp/split": [
1454
+ "es.regexp.exec",
1413
1455
  "es.string.split"
1414
1456
  ],
1415
1457
  "core-js/es/regexp/sticky": [
@@ -1425,12 +1467,13 @@
1425
1467
  "es.regexp.to-string"
1426
1468
  ],
1427
1469
  "core-js/es/set": [
1470
+ "es.array.iterator",
1428
1471
  "es.object.to-string",
1429
1472
  "es.set",
1430
- "es.string.iterator",
1431
- "web.dom-collections.iterator"
1473
+ "es.string.iterator"
1432
1474
  ],
1433
1475
  "core-js/es/string": [
1476
+ "es.object.to-string",
1434
1477
  "es.regexp.exec",
1435
1478
  "es.string.code-point-at",
1436
1479
  "es.string.ends-with",
@@ -1503,6 +1546,7 @@
1503
1546
  "es.string.italics"
1504
1547
  ],
1505
1548
  "core-js/es/string/iterator": [
1549
+ "es.object.to-string",
1506
1550
  "es.string.iterator"
1507
1551
  ],
1508
1552
  "core-js/es/string/link": [
@@ -1513,6 +1557,8 @@
1513
1557
  "es.string.match"
1514
1558
  ],
1515
1559
  "core-js/es/string/match-all": [
1560
+ "es.object.to-string",
1561
+ "es.regexp.exec",
1516
1562
  "es.string.match-all"
1517
1563
  ],
1518
1564
  "core-js/es/string/pad-end": [
@@ -1532,6 +1578,8 @@
1532
1578
  "es.string.replace"
1533
1579
  ],
1534
1580
  "core-js/es/string/replace-all": [
1581
+ "es.regexp.exec",
1582
+ "es.string.replace",
1535
1583
  "es.string.replace-all"
1536
1584
  ],
1537
1585
  "core-js/es/string/search": [
@@ -1576,6 +1624,8 @@
1576
1624
  "es.string.trim-start"
1577
1625
  ],
1578
1626
  "core-js/es/string/virtual": [
1627
+ "es.object.to-string",
1628
+ "es.regexp.exec",
1579
1629
  "es.string.code-point-at",
1580
1630
  "es.string.ends-with",
1581
1631
  "es.string.includes",
@@ -1642,12 +1692,15 @@
1642
1692
  "es.string.italics"
1643
1693
  ],
1644
1694
  "core-js/es/string/virtual/iterator": [
1695
+ "es.object.to-string",
1645
1696
  "es.string.iterator"
1646
1697
  ],
1647
1698
  "core-js/es/string/virtual/link": [
1648
1699
  "es.string.link"
1649
1700
  ],
1650
1701
  "core-js/es/string/virtual/match-all": [
1702
+ "es.object.to-string",
1703
+ "es.regexp.exec",
1651
1704
  "es.string.match-all"
1652
1705
  ],
1653
1706
  "core-js/es/string/virtual/pad-end": [
@@ -1660,6 +1713,8 @@
1660
1713
  "es.string.repeat"
1661
1714
  ],
1662
1715
  "core-js/es/string/virtual/replace-all": [
1716
+ "es.regexp.exec",
1717
+ "es.string.replace",
1663
1718
  "es.string.replace-all"
1664
1719
  ],
1665
1720
  "core-js/es/string/virtual/small": [
@@ -1736,26 +1791,32 @@
1736
1791
  ],
1737
1792
  "core-js/es/symbol/iterator": [
1738
1793
  "es.symbol.iterator",
1739
- "es.string.iterator",
1740
- "web.dom-collections.iterator"
1794
+ "es.array.iterator",
1795
+ "es.object.to-string",
1796
+ "es.string.iterator"
1741
1797
  ],
1742
1798
  "core-js/es/symbol/key-for": [
1743
1799
  "es.symbol"
1744
1800
  ],
1745
1801
  "core-js/es/symbol/match": [
1746
1802
  "es.symbol.match",
1803
+ "es.regexp.exec",
1747
1804
  "es.string.match"
1748
1805
  ],
1749
1806
  "core-js/es/symbol/match-all": [
1750
1807
  "es.symbol.match-all",
1808
+ "es.object.to-string",
1809
+ "es.regexp.exec",
1751
1810
  "es.string.match-all"
1752
1811
  ],
1753
1812
  "core-js/es/symbol/replace": [
1754
1813
  "es.symbol.replace",
1814
+ "es.regexp.exec",
1755
1815
  "es.string.replace"
1756
1816
  ],
1757
1817
  "core-js/es/symbol/search": [
1758
1818
  "es.symbol.search",
1819
+ "es.regexp.exec",
1759
1820
  "es.string.search"
1760
1821
  ],
1761
1822
  "core-js/es/symbol/species": [
@@ -1763,10 +1824,12 @@
1763
1824
  ],
1764
1825
  "core-js/es/symbol/split": [
1765
1826
  "es.symbol.split",
1827
+ "es.regexp.exec",
1766
1828
  "es.string.split"
1767
1829
  ],
1768
1830
  "core-js/es/symbol/to-primitive": [
1769
- "es.symbol.to-primitive"
1831
+ "es.symbol.to-primitive",
1832
+ "es.date.to-primitive"
1770
1833
  ],
1771
1834
  "core-js/es/symbol/to-string-tag": [
1772
1835
  "es.symbol.to-string-tag",
@@ -1780,6 +1843,7 @@
1780
1843
  ],
1781
1844
  "core-js/es/typed-array": [
1782
1845
  "es.object.to-string",
1846
+ "es.string.iterator",
1783
1847
  "es.typed-array.float32-array",
1784
1848
  "es.typed-array.float64-array",
1785
1849
  "es.typed-array.int8-array",
@@ -1819,6 +1883,7 @@
1819
1883
  "es.typed-array.copy-within"
1820
1884
  ],
1821
1885
  "core-js/es/typed-array/entries": [
1886
+ "es.object.to-string",
1822
1887
  "es.typed-array.iterator"
1823
1888
  ],
1824
1889
  "core-js/es/typed-array/every": [
@@ -1838,6 +1903,7 @@
1838
1903
  ],
1839
1904
  "core-js/es/typed-array/float32-array": [
1840
1905
  "es.object.to-string",
1906
+ "es.string.iterator",
1841
1907
  "es.typed-array.float32-array",
1842
1908
  "es.typed-array.copy-within",
1843
1909
  "es.typed-array.every",
@@ -1867,6 +1933,7 @@
1867
1933
  ],
1868
1934
  "core-js/es/typed-array/float64-array": [
1869
1935
  "es.object.to-string",
1936
+ "es.string.iterator",
1870
1937
  "es.typed-array.float64-array",
1871
1938
  "es.typed-array.copy-within",
1872
1939
  "es.typed-array.every",
@@ -1908,6 +1975,7 @@
1908
1975
  ],
1909
1976
  "core-js/es/typed-array/int16-array": [
1910
1977
  "es.object.to-string",
1978
+ "es.string.iterator",
1911
1979
  "es.typed-array.int16-array",
1912
1980
  "es.typed-array.copy-within",
1913
1981
  "es.typed-array.every",
@@ -1937,6 +2005,7 @@
1937
2005
  ],
1938
2006
  "core-js/es/typed-array/int32-array": [
1939
2007
  "es.object.to-string",
2008
+ "es.string.iterator",
1940
2009
  "es.typed-array.int32-array",
1941
2010
  "es.typed-array.copy-within",
1942
2011
  "es.typed-array.every",
@@ -1966,6 +2035,7 @@
1966
2035
  ],
1967
2036
  "core-js/es/typed-array/int8-array": [
1968
2037
  "es.object.to-string",
2038
+ "es.string.iterator",
1969
2039
  "es.typed-array.int8-array",
1970
2040
  "es.typed-array.copy-within",
1971
2041
  "es.typed-array.every",
@@ -1994,12 +2064,14 @@
1994
2064
  "es.typed-array.to-string"
1995
2065
  ],
1996
2066
  "core-js/es/typed-array/iterator": [
2067
+ "es.object.to-string",
1997
2068
  "es.typed-array.iterator"
1998
2069
  ],
1999
2070
  "core-js/es/typed-array/join": [
2000
2071
  "es.typed-array.join"
2001
2072
  ],
2002
2073
  "core-js/es/typed-array/keys": [
2074
+ "es.object.to-string",
2003
2075
  "es.typed-array.iterator"
2004
2076
  ],
2005
2077
  "core-js/es/typed-array/last-index-of": [
@@ -2010,6 +2082,7 @@
2010
2082
  ],
2011
2083
  "core-js/es/typed-array/methods": [
2012
2084
  "es.object.to-string",
2085
+ "es.string.iterator",
2013
2086
  "es.typed-array.copy-within",
2014
2087
  "es.typed-array.every",
2015
2088
  "es.typed-array.fill",
@@ -2071,6 +2144,7 @@
2071
2144
  ],
2072
2145
  "core-js/es/typed-array/uint16-array": [
2073
2146
  "es.object.to-string",
2147
+ "es.string.iterator",
2074
2148
  "es.typed-array.uint16-array",
2075
2149
  "es.typed-array.copy-within",
2076
2150
  "es.typed-array.every",
@@ -2100,6 +2174,7 @@
2100
2174
  ],
2101
2175
  "core-js/es/typed-array/uint32-array": [
2102
2176
  "es.object.to-string",
2177
+ "es.string.iterator",
2103
2178
  "es.typed-array.uint32-array",
2104
2179
  "es.typed-array.copy-within",
2105
2180
  "es.typed-array.every",
@@ -2129,6 +2204,7 @@
2129
2204
  ],
2130
2205
  "core-js/es/typed-array/uint8-array": [
2131
2206
  "es.object.to-string",
2207
+ "es.string.iterator",
2132
2208
  "es.typed-array.uint8-array",
2133
2209
  "es.typed-array.copy-within",
2134
2210
  "es.typed-array.every",
@@ -2158,6 +2234,7 @@
2158
2234
  ],
2159
2235
  "core-js/es/typed-array/uint8-clamped-array": [
2160
2236
  "es.object.to-string",
2237
+ "es.string.iterator",
2161
2238
  "es.typed-array.uint8-clamped-array",
2162
2239
  "es.typed-array.copy-within",
2163
2240
  "es.typed-array.every",
@@ -2186,20 +2263,21 @@
2186
2263
  "es.typed-array.to-string"
2187
2264
  ],
2188
2265
  "core-js/es/typed-array/values": [
2266
+ "es.object.to-string",
2189
2267
  "es.typed-array.iterator"
2190
2268
  ],
2191
2269
  "core-js/es/unescape": [
2192
2270
  "es.unescape"
2193
2271
  ],
2194
2272
  "core-js/es/weak-map": [
2273
+ "es.array.iterator",
2195
2274
  "es.object.to-string",
2196
- "es.weak-map",
2197
- "web.dom-collections.iterator"
2275
+ "es.weak-map"
2198
2276
  ],
2199
2277
  "core-js/es/weak-set": [
2278
+ "es.array.iterator",
2200
2279
  "es.object.to-string",
2201
- "es.weak-set",
2202
- "web.dom-collections.iterator"
2280
+ "es.weak-set"
2203
2281
  ],
2204
2282
  "core-js/features": [
2205
2283
  "es.symbol",
@@ -2423,8 +2501,10 @@
2423
2501
  "esnext.aggregate-error",
2424
2502
  "esnext.array.at",
2425
2503
  "esnext.array.filter-out",
2504
+ "esnext.array.filter-reject",
2426
2505
  "esnext.array.find-last",
2427
2506
  "esnext.array.find-last-index",
2507
+ "esnext.array.group-by",
2428
2508
  "esnext.array.is-template-object",
2429
2509
  "esnext.array.last-index",
2430
2510
  "esnext.array.last-item",
@@ -2544,8 +2624,10 @@
2544
2624
  "esnext.symbol.replace-all",
2545
2625
  "esnext.typed-array.at",
2546
2626
  "esnext.typed-array.filter-out",
2627
+ "esnext.typed-array.filter-reject",
2547
2628
  "esnext.typed-array.find-last",
2548
2629
  "esnext.typed-array.find-last-index",
2630
+ "esnext.typed-array.group-by",
2549
2631
  "esnext.typed-array.unique-by",
2550
2632
  "esnext.weak-map.delete-all",
2551
2633
  "esnext.weak-map.from",
@@ -2567,6 +2649,7 @@
2567
2649
  ],
2568
2650
  "core-js/features/aggregate-error": [
2569
2651
  "es.aggregate-error",
2652
+ "es.array.iterator",
2570
2653
  "es.string.iterator",
2571
2654
  "esnext.aggregate-error",
2572
2655
  "web.dom-collections.iterator"
@@ -2602,11 +2685,14 @@
2602
2685
  "es.array.unscopables.flat",
2603
2686
  "es.array.unscopables.flat-map",
2604
2687
  "es.map",
2688
+ "es.object.to-string",
2605
2689
  "es.string.iterator",
2606
2690
  "esnext.array.at",
2607
2691
  "esnext.array.filter-out",
2692
+ "esnext.array.filter-reject",
2608
2693
  "esnext.array.find-last",
2609
2694
  "esnext.array.find-last-index",
2695
+ "esnext.array.group-by",
2610
2696
  "esnext.array.is-template-object",
2611
2697
  "esnext.array.last-index",
2612
2698
  "esnext.array.last-item",
@@ -2638,7 +2724,8 @@
2638
2724
  "es.array.copy-within"
2639
2725
  ],
2640
2726
  "core-js/features/array/entries": [
2641
- "es.array.iterator"
2727
+ "es.array.iterator",
2728
+ "es.object.to-string"
2642
2729
  ],
2643
2730
  "core-js/features/array/every": [
2644
2731
  "es.array.every"
@@ -2652,6 +2739,9 @@
2652
2739
  "core-js/features/array/filter-out": [
2653
2740
  "esnext.array.filter-out"
2654
2741
  ],
2742
+ "core-js/features/array/filter-reject": [
2743
+ "esnext.array.filter-reject"
2744
+ ],
2655
2745
  "core-js/features/array/find": [
2656
2746
  "es.array.find"
2657
2747
  ],
@@ -2679,6 +2769,9 @@
2679
2769
  "es.array.from",
2680
2770
  "es.string.iterator"
2681
2771
  ],
2772
+ "core-js/features/array/group-by": [
2773
+ "esnext.array.group-by"
2774
+ ],
2682
2775
  "core-js/features/array/includes": [
2683
2776
  "es.array.includes"
2684
2777
  ],
@@ -2692,13 +2785,15 @@
2692
2785
  "esnext.array.is-template-object"
2693
2786
  ],
2694
2787
  "core-js/features/array/iterator": [
2695
- "es.array.iterator"
2788
+ "es.array.iterator",
2789
+ "es.object.to-string"
2696
2790
  ],
2697
2791
  "core-js/features/array/join": [
2698
2792
  "es.array.join"
2699
2793
  ],
2700
2794
  "core-js/features/array/keys": [
2701
- "es.array.iterator"
2795
+ "es.array.iterator",
2796
+ "es.object.to-string"
2702
2797
  ],
2703
2798
  "core-js/features/array/last-index": [
2704
2799
  "esnext.array.last-index"
@@ -2741,7 +2836,8 @@
2741
2836
  "esnext.array.unique-by"
2742
2837
  ],
2743
2838
  "core-js/features/array/values": [
2744
- "es.array.iterator"
2839
+ "es.array.iterator",
2840
+ "es.object.to-string"
2745
2841
  ],
2746
2842
  "core-js/features/array/virtual": [
2747
2843
  "es.array.concat",
@@ -2771,10 +2867,13 @@
2771
2867
  "es.array.unscopables.flat",
2772
2868
  "es.array.unscopables.flat-map",
2773
2869
  "es.map",
2870
+ "es.object.to-string",
2774
2871
  "esnext.array.at",
2775
2872
  "esnext.array.filter-out",
2873
+ "esnext.array.filter-reject",
2776
2874
  "esnext.array.find-last",
2777
2875
  "esnext.array.find-last-index",
2876
+ "esnext.array.group-by",
2778
2877
  "esnext.array.unique-by"
2779
2878
  ],
2780
2879
  "core-js/features/array/virtual/at": [
@@ -2787,7 +2886,8 @@
2787
2886
  "es.array.copy-within"
2788
2887
  ],
2789
2888
  "core-js/features/array/virtual/entries": [
2790
- "es.array.iterator"
2889
+ "es.array.iterator",
2890
+ "es.object.to-string"
2791
2891
  ],
2792
2892
  "core-js/features/array/virtual/every": [
2793
2893
  "es.array.every"
@@ -2801,6 +2901,9 @@
2801
2901
  "core-js/features/array/virtual/filter-out": [
2802
2902
  "esnext.array.filter-out"
2803
2903
  ],
2904
+ "core-js/features/array/virtual/filter-reject": [
2905
+ "esnext.array.filter-reject"
2906
+ ],
2804
2907
  "core-js/features/array/virtual/find": [
2805
2908
  "es.array.find"
2806
2909
  ],
@@ -2824,6 +2927,9 @@
2824
2927
  "core-js/features/array/virtual/for-each": [
2825
2928
  "es.array.for-each"
2826
2929
  ],
2930
+ "core-js/features/array/virtual/group-by": [
2931
+ "esnext.array.group-by"
2932
+ ],
2827
2933
  "core-js/features/array/virtual/includes": [
2828
2934
  "es.array.includes"
2829
2935
  ],
@@ -2831,13 +2937,15 @@
2831
2937
  "es.array.index-of"
2832
2938
  ],
2833
2939
  "core-js/features/array/virtual/iterator": [
2834
- "es.array.iterator"
2940
+ "es.array.iterator",
2941
+ "es.object.to-string"
2835
2942
  ],
2836
2943
  "core-js/features/array/virtual/join": [
2837
2944
  "es.array.join"
2838
2945
  ],
2839
2946
  "core-js/features/array/virtual/keys": [
2840
- "es.array.iterator"
2947
+ "es.array.iterator",
2948
+ "es.object.to-string"
2841
2949
  ],
2842
2950
  "core-js/features/array/virtual/last-index-of": [
2843
2951
  "es.array.last-index-of"
@@ -2871,9 +2979,11 @@
2871
2979
  "esnext.array.unique-by"
2872
2980
  ],
2873
2981
  "core-js/features/array/virtual/values": [
2874
- "es.array.iterator"
2982
+ "es.array.iterator",
2983
+ "es.object.to-string"
2875
2984
  ],
2876
2985
  "core-js/features/async-iterator": [
2986
+ "es.array.iterator",
2877
2987
  "es.object.to-string",
2878
2988
  "es.promise",
2879
2989
  "es.string.iterator",
@@ -2896,60 +3006,47 @@
2896
3006
  "core-js/features/async-iterator/as-indexed-pairs": [
2897
3007
  "es.object.to-string",
2898
3008
  "es.promise",
2899
- "es.string.iterator",
2900
3009
  "esnext.async-iterator.constructor",
2901
- "esnext.async-iterator.as-indexed-pairs",
2902
- "web.dom-collections.iterator"
3010
+ "esnext.async-iterator.as-indexed-pairs"
2903
3011
  ],
2904
3012
  "core-js/features/async-iterator/drop": [
2905
3013
  "es.object.to-string",
2906
3014
  "es.promise",
2907
- "es.string.iterator",
2908
3015
  "esnext.async-iterator.constructor",
2909
- "esnext.async-iterator.drop",
2910
- "web.dom-collections.iterator"
3016
+ "esnext.async-iterator.drop"
2911
3017
  ],
2912
3018
  "core-js/features/async-iterator/every": [
2913
3019
  "es.object.to-string",
2914
3020
  "es.promise",
2915
- "es.string.iterator",
2916
3021
  "esnext.async-iterator.constructor",
2917
- "esnext.async-iterator.every",
2918
- "web.dom-collections.iterator"
3022
+ "esnext.async-iterator.every"
2919
3023
  ],
2920
3024
  "core-js/features/async-iterator/filter": [
2921
3025
  "es.object.to-string",
2922
3026
  "es.promise",
2923
- "es.string.iterator",
2924
3027
  "esnext.async-iterator.constructor",
2925
- "esnext.async-iterator.filter",
2926
- "web.dom-collections.iterator"
3028
+ "esnext.async-iterator.filter"
2927
3029
  ],
2928
3030
  "core-js/features/async-iterator/find": [
2929
3031
  "es.object.to-string",
2930
3032
  "es.promise",
2931
- "es.string.iterator",
2932
3033
  "esnext.async-iterator.constructor",
2933
- "esnext.async-iterator.find",
2934
- "web.dom-collections.iterator"
3034
+ "esnext.async-iterator.find"
2935
3035
  ],
2936
3036
  "core-js/features/async-iterator/flat-map": [
2937
3037
  "es.object.to-string",
2938
3038
  "es.promise",
2939
- "es.string.iterator",
2940
3039
  "esnext.async-iterator.constructor",
2941
- "esnext.async-iterator.flat-map",
2942
- "web.dom-collections.iterator"
3040
+ "esnext.async-iterator.flat-map"
2943
3041
  ],
2944
3042
  "core-js/features/async-iterator/for-each": [
2945
3043
  "es.object.to-string",
2946
3044
  "es.promise",
2947
- "es.string.iterator",
2948
3045
  "esnext.async-iterator.constructor",
2949
- "esnext.async-iterator.for-each",
2950
- "web.dom-collections.iterator"
3046
+ "esnext.async-iterator.for-each"
2951
3047
  ],
2952
3048
  "core-js/features/async-iterator/from": [
3049
+ "es.array.iterator",
2953
3050
  "es.object.to-string",
2954
3051
  "es.promise",
2955
3052
  "es.string.iterator",
@@ -2960,42 +3057,32 @@
2960
3057
  "core-js/features/async-iterator/map": [
2961
3058
  "es.object.to-string",
2962
3059
  "es.promise",
2963
- "es.string.iterator",
2964
3060
  "esnext.async-iterator.constructor",
2965
- "esnext.async-iterator.map",
2966
- "web.dom-collections.iterator"
3061
+ "esnext.async-iterator.map"
2967
3062
  ],
2968
3063
  "core-js/features/async-iterator/reduce": [
2969
3064
  "es.object.to-string",
2970
3065
  "es.promise",
2971
- "es.string.iterator",
2972
3066
  "esnext.async-iterator.constructor",
2973
- "esnext.async-iterator.reduce",
2974
- "web.dom-collections.iterator"
3067
+ "esnext.async-iterator.reduce"
2975
3068
  ],
2976
3069
  "core-js/features/async-iterator/some": [
2977
3070
  "es.object.to-string",
2978
3071
  "es.promise",
2979
- "es.string.iterator",
2980
3072
  "esnext.async-iterator.constructor",
2981
- "esnext.async-iterator.some",
2982
- "web.dom-collections.iterator"
3073
+ "esnext.async-iterator.some"
2983
3074
  ],
2984
3075
  "core-js/features/async-iterator/take": [
2985
3076
  "es.object.to-string",
2986
3077
  "es.promise",
2987
- "es.string.iterator",
2988
3078
  "esnext.async-iterator.constructor",
2989
- "esnext.async-iterator.take",
2990
- "web.dom-collections.iterator"
3079
+ "esnext.async-iterator.take"
2991
3080
  ],
2992
3081
  "core-js/features/async-iterator/to-array": [
2993
3082
  "es.object.to-string",
2994
3083
  "es.promise",
2995
- "es.string.iterator",
2996
3084
  "esnext.async-iterator.constructor",
2997
- "esnext.async-iterator.to-array",
2998
- "web.dom-collections.iterator"
3085
+ "esnext.async-iterator.to-array"
2999
3086
  ],
3000
3087
  "core-js/features/bigint": [
3001
3088
  "esnext.bigint.range"
@@ -3054,6 +3141,7 @@
3054
3141
  ],
3055
3142
  "core-js/features/dom-collections": [
3056
3143
  "es.array.iterator",
3144
+ "es.object.to-string",
3057
3145
  "web.dom-collections.for-each",
3058
3146
  "web.dom-collections.iterator"
3059
3147
  ],
@@ -3061,6 +3149,7 @@
3061
3149
  "web.dom-collections.for-each"
3062
3150
  ],
3063
3151
  "core-js/features/dom-collections/iterator": [
3152
+ "es.object.to-string",
3064
3153
  "web.dom-collections.iterator"
3065
3154
  ],
3066
3155
  "core-js/features/escape": [
@@ -3087,10 +3176,12 @@
3087
3176
  "es.function.bind"
3088
3177
  ],
3089
3178
  "core-js/features/get-iterator": [
3179
+ "es.array.iterator",
3090
3180
  "es.string.iterator",
3091
3181
  "web.dom-collections.iterator"
3092
3182
  ],
3093
3183
  "core-js/features/get-iterator-method": [
3184
+ "es.array.iterator",
3094
3185
  "es.string.iterator",
3095
3186
  "web.dom-collections.iterator"
3096
3187
  ],
@@ -3109,6 +3200,7 @@
3109
3200
  "es.string.code-point-at"
3110
3201
  ],
3111
3202
  "core-js/features/instance/code-points": [
3203
+ "es.object.to-string",
3112
3204
  "esnext.string.code-points"
3113
3205
  ],
3114
3206
  "core-js/features/instance/concat": [
@@ -3122,6 +3214,7 @@
3122
3214
  ],
3123
3215
  "core-js/features/instance/entries": [
3124
3216
  "es.array.iterator",
3217
+ "es.object.to-string",
3125
3218
  "web.dom-collections.iterator"
3126
3219
  ],
3127
3220
  "core-js/features/instance/every": [
@@ -3136,6 +3229,9 @@
3136
3229
  "core-js/features/instance/filter-out": [
3137
3230
  "esnext.array.filter-out"
3138
3231
  ],
3232
+ "core-js/features/instance/filter-reject": [
3233
+ "esnext.array.filter-reject"
3234
+ ],
3139
3235
  "core-js/features/instance/find": [
3140
3236
  "es.array.find"
3141
3237
  ],
@@ -3163,6 +3259,9 @@
3163
3259
  "es.array.for-each",
3164
3260
  "web.dom-collections.iterator"
3165
3261
  ],
3262
+ "core-js/features/instance/group-by": [
3263
+ "esnext.array.group-by"
3264
+ ],
3166
3265
  "core-js/features/instance/includes": [
3167
3266
  "es.array.includes",
3168
3267
  "es.string.includes"
@@ -3172,6 +3271,7 @@
3172
3271
  ],
3173
3272
  "core-js/features/instance/keys": [
3174
3273
  "es.array.iterator",
3274
+ "es.object.to-string",
3175
3275
  "web.dom-collections.iterator"
3176
3276
  ],
3177
3277
  "core-js/features/instance/last-index-of": [
@@ -3181,6 +3281,8 @@
3181
3281
  "es.array.map"
3182
3282
  ],
3183
3283
  "core-js/features/instance/match-all": [
3284
+ "es.object.to-string",
3285
+ "es.regexp.exec",
3184
3286
  "es.string.match-all",
3185
3287
  "esnext.string.match-all"
3186
3288
  ],
@@ -3200,6 +3302,8 @@
3200
3302
  "es.string.repeat"
3201
3303
  ],
3202
3304
  "core-js/features/instance/replace-all": [
3305
+ "es.regexp.exec",
3306
+ "es.string.replace",
3203
3307
  "es.string.replace-all"
3204
3308
  ],
3205
3309
  "core-js/features/instance/reverse": [
@@ -3241,13 +3345,16 @@
3241
3345
  ],
3242
3346
  "core-js/features/instance/values": [
3243
3347
  "es.array.iterator",
3348
+ "es.object.to-string",
3244
3349
  "web.dom-collections.iterator"
3245
3350
  ],
3246
3351
  "core-js/features/is-iterable": [
3352
+ "es.array.iterator",
3247
3353
  "es.string.iterator",
3248
3354
  "web.dom-collections.iterator"
3249
3355
  ],
3250
3356
  "core-js/features/iterator": [
3357
+ "es.array.iterator",
3251
3358
  "es.object.to-string",
3252
3359
  "es.string.iterator",
3253
3360
  "esnext.iterator.constructor",
@@ -3268,54 +3375,41 @@
3268
3375
  ],
3269
3376
  "core-js/features/iterator/as-indexed-pairs": [
3270
3377
  "es.object.to-string",
3271
- "es.string.iterator",
3272
3378
  "esnext.iterator.constructor",
3273
- "esnext.iterator.as-indexed-pairs",
3274
- "web.dom-collections.iterator"
3379
+ "esnext.iterator.as-indexed-pairs"
3275
3380
  ],
3276
3381
  "core-js/features/iterator/drop": [
3277
3382
  "es.object.to-string",
3278
- "es.string.iterator",
3279
3383
  "esnext.iterator.constructor",
3280
- "esnext.iterator.drop",
3281
- "web.dom-collections.iterator"
3384
+ "esnext.iterator.drop"
3282
3385
  ],
3283
3386
  "core-js/features/iterator/every": [
3284
3387
  "es.object.to-string",
3285
- "es.string.iterator",
3286
3388
  "esnext.iterator.constructor",
3287
- "esnext.iterator.every",
3288
- "web.dom-collections.iterator"
3389
+ "esnext.iterator.every"
3289
3390
  ],
3290
3391
  "core-js/features/iterator/filter": [
3291
3392
  "es.object.to-string",
3292
- "es.string.iterator",
3293
3393
  "esnext.iterator.constructor",
3294
- "esnext.iterator.filter",
3295
- "web.dom-collections.iterator"
3394
+ "esnext.iterator.filter"
3296
3395
  ],
3297
3396
  "core-js/features/iterator/find": [
3298
3397
  "es.object.to-string",
3299
- "es.string.iterator",
3300
3398
  "esnext.iterator.constructor",
3301
- "esnext.iterator.find",
3302
- "web.dom-collections.iterator"
3399
+ "esnext.iterator.find"
3303
3400
  ],
3304
3401
  "core-js/features/iterator/flat-map": [
3305
3402
  "es.object.to-string",
3306
- "es.string.iterator",
3307
3403
  "esnext.iterator.constructor",
3308
- "esnext.iterator.flat-map",
3309
- "web.dom-collections.iterator"
3404
+ "esnext.iterator.flat-map"
3310
3405
  ],
3311
3406
  "core-js/features/iterator/for-each": [
3312
3407
  "es.object.to-string",
3313
- "es.string.iterator",
3314
3408
  "esnext.iterator.constructor",
3315
- "esnext.iterator.for-each",
3316
- "web.dom-collections.iterator"
3409
+ "esnext.iterator.for-each"
3317
3410
  ],
3318
3411
  "core-js/features/iterator/from": [
3412
+ "es.array.iterator",
3319
3413
  "es.object.to-string",
3320
3414
  "es.string.iterator",
3321
3415
  "esnext.iterator.constructor",
@@ -3324,38 +3418,28 @@
3324
3418
  ],
3325
3419
  "core-js/features/iterator/map": [
3326
3420
  "es.object.to-string",
3327
- "es.string.iterator",
3328
3421
  "esnext.iterator.constructor",
3329
- "esnext.iterator.map",
3330
- "web.dom-collections.iterator"
3422
+ "esnext.iterator.map"
3331
3423
  ],
3332
3424
  "core-js/features/iterator/reduce": [
3333
3425
  "es.object.to-string",
3334
- "es.string.iterator",
3335
3426
  "esnext.iterator.constructor",
3336
- "esnext.iterator.reduce",
3337
- "web.dom-collections.iterator"
3427
+ "esnext.iterator.reduce"
3338
3428
  ],
3339
3429
  "core-js/features/iterator/some": [
3340
3430
  "es.object.to-string",
3341
- "es.string.iterator",
3342
3431
  "esnext.iterator.constructor",
3343
- "esnext.iterator.some",
3344
- "web.dom-collections.iterator"
3432
+ "esnext.iterator.some"
3345
3433
  ],
3346
3434
  "core-js/features/iterator/take": [
3347
3435
  "es.object.to-string",
3348
- "es.string.iterator",
3349
3436
  "esnext.iterator.constructor",
3350
- "esnext.iterator.take",
3351
- "web.dom-collections.iterator"
3437
+ "esnext.iterator.take"
3352
3438
  ],
3353
3439
  "core-js/features/iterator/to-array": [
3354
3440
  "es.object.to-string",
3355
- "es.string.iterator",
3356
3441
  "esnext.iterator.constructor",
3357
- "esnext.iterator.to-array",
3358
- "web.dom-collections.iterator"
3442
+ "esnext.iterator.to-array"
3359
3443
  ],
3360
3444
  "core-js/features/json": [
3361
3445
  "es.json.stringify",
@@ -3368,6 +3452,7 @@
3368
3452
  "es.json.to-string-tag"
3369
3453
  ],
3370
3454
  "core-js/features/map": [
3455
+ "es.array.iterator",
3371
3456
  "es.map",
3372
3457
  "es.object.to-string",
3373
3458
  "es.string.iterator",
@@ -3418,6 +3503,7 @@
3418
3503
  "esnext.map.find-key"
3419
3504
  ],
3420
3505
  "core-js/features/map/from": [
3506
+ "es.array.iterator",
3421
3507
  "es.map",
3422
3508
  "es.string.iterator",
3423
3509
  "esnext.map.from",
@@ -3452,10 +3538,9 @@
3452
3538
  "esnext.map.merge"
3453
3539
  ],
3454
3540
  "core-js/features/map/of": [
3541
+ "es.array.iterator",
3455
3542
  "es.map",
3456
- "es.string.iterator",
3457
- "esnext.map.of",
3458
- "web.dom-collections.iterator"
3543
+ "esnext.map.of"
3459
3544
  ],
3460
3545
  "core-js/features/map/reduce": [
3461
3546
  "es.map",
@@ -3653,6 +3738,7 @@
3653
3738
  "es.number.parse-int"
3654
3739
  ],
3655
3740
  "core-js/features/number/range": [
3741
+ "es.object.to-string",
3656
3742
  "esnext.number.range"
3657
3743
  ],
3658
3744
  "core-js/features/number/to-fixed": [
@@ -3704,7 +3790,8 @@
3704
3790
  "esnext.object.has-own",
3705
3791
  "esnext.object.iterate-entries",
3706
3792
  "esnext.object.iterate-keys",
3707
- "esnext.object.iterate-values"
3793
+ "esnext.object.iterate-values",
3794
+ "web.dom-collections.iterator"
3708
3795
  ],
3709
3796
  "core-js/features/object/assign": [
3710
3797
  "es.object.assign"
@@ -3732,7 +3819,8 @@
3732
3819
  ],
3733
3820
  "core-js/features/object/from-entries": [
3734
3821
  "es.array.iterator",
3735
- "es.object.from-entries"
3822
+ "es.object.from-entries",
3823
+ "web.dom-collections.iterator"
3736
3824
  ],
3737
3825
  "core-js/features/object/get-own-property-descriptor": [
3738
3826
  "es.object.get-own-property-descriptor"
@@ -3815,6 +3903,7 @@
3815
3903
  ],
3816
3904
  "core-js/features/promise": [
3817
3905
  "es.aggregate-error",
3906
+ "es.array.iterator",
3818
3907
  "es.object.to-string",
3819
3908
  "es.promise",
3820
3909
  "es.promise.all-settled",
@@ -3828,6 +3917,8 @@
3828
3917
  "web.dom-collections.iterator"
3829
3918
  ],
3830
3919
  "core-js/features/promise/all-settled": [
3920
+ "es.array.iterator",
3921
+ "es.object.to-string",
3831
3922
  "es.promise",
3832
3923
  "es.promise.all-settled",
3833
3924
  "es.string.iterator",
@@ -3836,6 +3927,8 @@
3836
3927
  ],
3837
3928
  "core-js/features/promise/any": [
3838
3929
  "es.aggregate-error",
3930
+ "es.array.iterator",
3931
+ "es.object.to-string",
3839
3932
  "es.promise",
3840
3933
  "es.promise.any",
3841
3934
  "es.string.iterator",
@@ -3844,6 +3937,7 @@
3844
3937
  "web.dom-collections.iterator"
3845
3938
  ],
3846
3939
  "core-js/features/promise/finally": [
3940
+ "es.object.to-string",
3847
3941
  "es.promise",
3848
3942
  "es.promise.finally"
3849
3943
  ],
@@ -3855,6 +3949,7 @@
3855
3949
  "web.queue-microtask"
3856
3950
  ],
3857
3951
  "core-js/features/reflect": [
3952
+ "es.object.to-string",
3858
3953
  "es.reflect.apply",
3859
3954
  "es.reflect.construct",
3860
3955
  "es.reflect.define-property",
@@ -3962,7 +4057,10 @@
3962
4057
  "es.string.split"
3963
4058
  ],
3964
4059
  "core-js/features/regexp/constructor": [
3965
- "es.regexp.constructor"
4060
+ "es.regexp.constructor",
4061
+ "es.regexp.dot-all",
4062
+ "es.regexp.exec",
4063
+ "es.regexp.sticky"
3966
4064
  ],
3967
4065
  "core-js/features/regexp/dot-all": [
3968
4066
  "es.regexp.constructor",
@@ -3973,15 +4071,19 @@
3973
4071
  "es.regexp.flags"
3974
4072
  ],
3975
4073
  "core-js/features/regexp/match": [
4074
+ "es.regexp.exec",
3976
4075
  "es.string.match"
3977
4076
  ],
3978
4077
  "core-js/features/regexp/replace": [
4078
+ "es.regexp.exec",
3979
4079
  "es.string.replace"
3980
4080
  ],
3981
4081
  "core-js/features/regexp/search": [
4082
+ "es.regexp.exec",
3982
4083
  "es.string.search"
3983
4084
  ],
3984
4085
  "core-js/features/regexp/split": [
4086
+ "es.regexp.exec",
3985
4087
  "es.string.split"
3986
4088
  ],
3987
4089
  "core-js/features/regexp/sticky": [
@@ -3997,6 +4099,7 @@
3997
4099
  "es.regexp.to-string"
3998
4100
  ],
3999
4101
  "core-js/features/set": [
4102
+ "es.array.iterator",
4000
4103
  "es.object.to-string",
4001
4104
  "es.set",
4002
4105
  "es.string.iterator",
@@ -4038,6 +4141,7 @@
4038
4141
  "esnext.set.delete-all"
4039
4142
  ],
4040
4143
  "core-js/features/set/difference": [
4144
+ "es.array.iterator",
4041
4145
  "es.set",
4042
4146
  "es.string.iterator",
4043
4147
  "esnext.set.difference",
@@ -4056,28 +4160,39 @@
4056
4160
  "esnext.set.find"
4057
4161
  ],
4058
4162
  "core-js/features/set/from": [
4163
+ "es.array.iterator",
4059
4164
  "es.set",
4060
4165
  "es.string.iterator",
4061
4166
  "esnext.set.from",
4062
4167
  "web.dom-collections.iterator"
4063
4168
  ],
4064
4169
  "core-js/features/set/intersection": [
4170
+ "es.array.iterator",
4065
4171
  "es.set",
4066
- "esnext.set.intersection"
4172
+ "es.string.iterator",
4173
+ "esnext.set.intersection",
4174
+ "web.dom-collections.iterator"
4067
4175
  ],
4068
4176
  "core-js/features/set/is-disjoint-from": [
4177
+ "es.array.iterator",
4069
4178
  "es.set",
4070
- "esnext.set.is-disjoint-from"
4179
+ "es.string.iterator",
4180
+ "esnext.set.is-disjoint-from",
4181
+ "web.dom-collections.iterator"
4071
4182
  ],
4072
4183
  "core-js/features/set/is-subset-of": [
4184
+ "es.array.iterator",
4073
4185
  "es.set",
4074
4186
  "es.string.iterator",
4075
4187
  "esnext.set.is-subset-of",
4076
4188
  "web.dom-collections.iterator"
4077
4189
  ],
4078
4190
  "core-js/features/set/is-superset-of": [
4191
+ "es.array.iterator",
4079
4192
  "es.set",
4080
- "esnext.set.is-superset-of"
4193
+ "es.string.iterator",
4194
+ "esnext.set.is-superset-of",
4195
+ "web.dom-collections.iterator"
4081
4196
  ],
4082
4197
  "core-js/features/set/join": [
4083
4198
  "es.set",
@@ -4088,10 +4203,9 @@
4088
4203
  "esnext.set.map"
4089
4204
  ],
4090
4205
  "core-js/features/set/of": [
4206
+ "es.array.iterator",
4091
4207
  "es.set",
4092
- "es.string.iterator",
4093
- "esnext.set.of",
4094
- "web.dom-collections.iterator"
4208
+ "esnext.set.of"
4095
4209
  ],
4096
4210
  "core-js/features/set/reduce": [
4097
4211
  "es.set",
@@ -4102,18 +4216,21 @@
4102
4216
  "esnext.set.some"
4103
4217
  ],
4104
4218
  "core-js/features/set/symmetric-difference": [
4219
+ "es.array.iterator",
4105
4220
  "es.set",
4106
4221
  "es.string.iterator",
4107
4222
  "esnext.set.symmetric-difference",
4108
4223
  "web.dom-collections.iterator"
4109
4224
  ],
4110
4225
  "core-js/features/set/union": [
4226
+ "es.array.iterator",
4111
4227
  "es.set",
4112
4228
  "es.string.iterator",
4113
4229
  "esnext.set.union",
4114
4230
  "web.dom-collections.iterator"
4115
4231
  ],
4116
4232
  "core-js/features/string": [
4233
+ "es.object.to-string",
4117
4234
  "es.regexp.exec",
4118
4235
  "es.string.code-point-at",
4119
4236
  "es.string.ends-with",
@@ -4172,6 +4289,7 @@
4172
4289
  "es.string.code-point-at"
4173
4290
  ],
4174
4291
  "core-js/features/string/code-points": [
4292
+ "es.object.to-string",
4175
4293
  "esnext.string.code-points"
4176
4294
  ],
4177
4295
  "core-js/features/string/ends-with": [
@@ -4196,6 +4314,7 @@
4196
4314
  "es.string.italics"
4197
4315
  ],
4198
4316
  "core-js/features/string/iterator": [
4317
+ "es.object.to-string",
4199
4318
  "es.string.iterator"
4200
4319
  ],
4201
4320
  "core-js/features/string/link": [
@@ -4206,6 +4325,8 @@
4206
4325
  "es.string.match"
4207
4326
  ],
4208
4327
  "core-js/features/string/match-all": [
4328
+ "es.object.to-string",
4329
+ "es.regexp.exec",
4209
4330
  "es.string.match-all",
4210
4331
  "esnext.string.match-all"
4211
4332
  ],
@@ -4226,6 +4347,8 @@
4226
4347
  "es.string.replace"
4227
4348
  ],
4228
4349
  "core-js/features/string/replace-all": [
4350
+ "es.regexp.exec",
4351
+ "es.string.replace",
4229
4352
  "es.string.replace-all",
4230
4353
  "esnext.string.replace-all"
4231
4354
  ],
@@ -4271,6 +4394,8 @@
4271
4394
  "es.string.trim-start"
4272
4395
  ],
4273
4396
  "core-js/features/string/virtual": [
4397
+ "es.object.to-string",
4398
+ "es.regexp.exec",
4274
4399
  "es.string.code-point-at",
4275
4400
  "es.string.ends-with",
4276
4401
  "es.string.includes",
@@ -4326,6 +4451,7 @@
4326
4451
  "es.string.code-point-at"
4327
4452
  ],
4328
4453
  "core-js/features/string/virtual/code-points": [
4454
+ "es.object.to-string",
4329
4455
  "esnext.string.code-points"
4330
4456
  ],
4331
4457
  "core-js/features/string/virtual/ends-with": [
@@ -4347,12 +4473,15 @@
4347
4473
  "es.string.italics"
4348
4474
  ],
4349
4475
  "core-js/features/string/virtual/iterator": [
4476
+ "es.object.to-string",
4350
4477
  "es.string.iterator"
4351
4478
  ],
4352
4479
  "core-js/features/string/virtual/link": [
4353
4480
  "es.string.link"
4354
4481
  ],
4355
4482
  "core-js/features/string/virtual/match-all": [
4483
+ "es.object.to-string",
4484
+ "es.regexp.exec",
4356
4485
  "es.string.match-all",
4357
4486
  "esnext.string.match-all"
4358
4487
  ],
@@ -4366,6 +4495,8 @@
4366
4495
  "es.string.repeat"
4367
4496
  ],
4368
4497
  "core-js/features/string/virtual/replace-all": [
4498
+ "es.regexp.exec",
4499
+ "es.string.replace",
4369
4500
  "es.string.replace-all",
4370
4501
  "esnext.string.replace-all"
4371
4502
  ],
@@ -4429,7 +4560,8 @@
4429
4560
  "esnext.symbol.metadata",
4430
4561
  "esnext.symbol.observable",
4431
4562
  "esnext.symbol.pattern-match",
4432
- "esnext.symbol.replace-all"
4563
+ "esnext.symbol.replace-all",
4564
+ "web.dom-collections.iterator"
4433
4565
  ],
4434
4566
  "core-js/features/symbol/async-dispose": [
4435
4567
  "esnext.symbol.async-dispose"
@@ -4456,6 +4588,8 @@
4456
4588
  ],
4457
4589
  "core-js/features/symbol/iterator": [
4458
4590
  "es.symbol.iterator",
4591
+ "es.array.iterator",
4592
+ "es.object.to-string",
4459
4593
  "es.string.iterator",
4460
4594
  "web.dom-collections.iterator"
4461
4595
  ],
@@ -4464,10 +4598,13 @@
4464
4598
  ],
4465
4599
  "core-js/features/symbol/match": [
4466
4600
  "es.symbol.match",
4601
+ "es.regexp.exec",
4467
4602
  "es.string.match"
4468
4603
  ],
4469
4604
  "core-js/features/symbol/match-all": [
4470
4605
  "es.symbol.match-all",
4606
+ "es.object.to-string",
4607
+ "es.regexp.exec",
4471
4608
  "es.string.match-all"
4472
4609
  ],
4473
4610
  "core-js/features/symbol/matcher": [
@@ -4484,6 +4621,7 @@
4484
4621
  ],
4485
4622
  "core-js/features/symbol/replace": [
4486
4623
  "es.symbol.replace",
4624
+ "es.regexp.exec",
4487
4625
  "es.string.replace"
4488
4626
  ],
4489
4627
  "core-js/features/symbol/replace-all": [
@@ -4491,6 +4629,7 @@
4491
4629
  ],
4492
4630
  "core-js/features/symbol/search": [
4493
4631
  "es.symbol.search",
4632
+ "es.regexp.exec",
4494
4633
  "es.string.search"
4495
4634
  ],
4496
4635
  "core-js/features/symbol/species": [
@@ -4498,10 +4637,12 @@
4498
4637
  ],
4499
4638
  "core-js/features/symbol/split": [
4500
4639
  "es.symbol.split",
4640
+ "es.regexp.exec",
4501
4641
  "es.string.split"
4502
4642
  ],
4503
4643
  "core-js/features/symbol/to-primitive": [
4504
- "es.symbol.to-primitive"
4644
+ "es.symbol.to-primitive",
4645
+ "es.date.to-primitive"
4505
4646
  ],
4506
4647
  "core-js/features/symbol/to-string-tag": [
4507
4648
  "es.symbol.to-string-tag",
@@ -4516,6 +4657,7 @@
4516
4657
  "core-js/features/typed-array": [
4517
4658
  "es.map",
4518
4659
  "es.object.to-string",
4660
+ "es.string.iterator",
4519
4661
  "es.typed-array.float32-array",
4520
4662
  "es.typed-array.float64-array",
4521
4663
  "es.typed-array.int8-array",
@@ -4552,8 +4694,10 @@
4552
4694
  "es.typed-array.to-string",
4553
4695
  "esnext.typed-array.at",
4554
4696
  "esnext.typed-array.filter-out",
4697
+ "esnext.typed-array.filter-reject",
4555
4698
  "esnext.typed-array.find-last",
4556
4699
  "esnext.typed-array.find-last-index",
4700
+ "esnext.typed-array.group-by",
4557
4701
  "esnext.typed-array.unique-by"
4558
4702
  ],
4559
4703
  "core-js/features/typed-array/at": [
@@ -4563,6 +4707,7 @@
4563
4707
  "es.typed-array.copy-within"
4564
4708
  ],
4565
4709
  "core-js/features/typed-array/entries": [
4710
+ "es.object.to-string",
4566
4711
  "es.typed-array.iterator"
4567
4712
  ],
4568
4713
  "core-js/features/typed-array/every": [
@@ -4577,6 +4722,9 @@
4577
4722
  "core-js/features/typed-array/filter-out": [
4578
4723
  "esnext.typed-array.filter-out"
4579
4724
  ],
4725
+ "core-js/features/typed-array/filter-reject": [
4726
+ "esnext.typed-array.filter-reject"
4727
+ ],
4580
4728
  "core-js/features/typed-array/find": [
4581
4729
  "es.typed-array.find"
4582
4730
  ],
@@ -4590,7 +4738,9 @@
4590
4738
  "esnext.typed-array.find-last-index"
4591
4739
  ],
4592
4740
  "core-js/features/typed-array/float32-array": [
4741
+ "es.map",
4593
4742
  "es.object.to-string",
4743
+ "es.string.iterator",
4594
4744
  "es.typed-array.float32-array",
4595
4745
  "es.typed-array.copy-within",
4596
4746
  "es.typed-array.every",
@@ -4616,10 +4766,19 @@
4616
4766
  "es.typed-array.sort",
4617
4767
  "es.typed-array.subarray",
4618
4768
  "es.typed-array.to-locale-string",
4619
- "es.typed-array.to-string"
4769
+ "es.typed-array.to-string",
4770
+ "esnext.typed-array.at",
4771
+ "esnext.typed-array.filter-out",
4772
+ "esnext.typed-array.filter-reject",
4773
+ "esnext.typed-array.find-last",
4774
+ "esnext.typed-array.find-last-index",
4775
+ "esnext.typed-array.group-by",
4776
+ "esnext.typed-array.unique-by"
4620
4777
  ],
4621
4778
  "core-js/features/typed-array/float64-array": [
4779
+ "es.map",
4622
4780
  "es.object.to-string",
4781
+ "es.string.iterator",
4623
4782
  "es.typed-array.float64-array",
4624
4783
  "es.typed-array.copy-within",
4625
4784
  "es.typed-array.every",
@@ -4645,7 +4804,14 @@
4645
4804
  "es.typed-array.sort",
4646
4805
  "es.typed-array.subarray",
4647
4806
  "es.typed-array.to-locale-string",
4648
- "es.typed-array.to-string"
4807
+ "es.typed-array.to-string",
4808
+ "esnext.typed-array.at",
4809
+ "esnext.typed-array.filter-out",
4810
+ "esnext.typed-array.filter-reject",
4811
+ "esnext.typed-array.find-last",
4812
+ "esnext.typed-array.find-last-index",
4813
+ "esnext.typed-array.group-by",
4814
+ "esnext.typed-array.unique-by"
4649
4815
  ],
4650
4816
  "core-js/features/typed-array/for-each": [
4651
4817
  "es.typed-array.for-each"
@@ -4653,6 +4819,9 @@
4653
4819
  "core-js/features/typed-array/from": [
4654
4820
  "es.typed-array.from"
4655
4821
  ],
4822
+ "core-js/features/typed-array/group-by": [
4823
+ "esnext.typed-array.group-by"
4824
+ ],
4656
4825
  "core-js/features/typed-array/includes": [
4657
4826
  "es.typed-array.includes"
4658
4827
  ],
@@ -4660,7 +4829,9 @@
4660
4829
  "es.typed-array.index-of"
4661
4830
  ],
4662
4831
  "core-js/features/typed-array/int16-array": [
4832
+ "es.map",
4663
4833
  "es.object.to-string",
4834
+ "es.string.iterator",
4664
4835
  "es.typed-array.int16-array",
4665
4836
  "es.typed-array.copy-within",
4666
4837
  "es.typed-array.every",
@@ -4686,10 +4857,19 @@
4686
4857
  "es.typed-array.sort",
4687
4858
  "es.typed-array.subarray",
4688
4859
  "es.typed-array.to-locale-string",
4689
- "es.typed-array.to-string"
4860
+ "es.typed-array.to-string",
4861
+ "esnext.typed-array.at",
4862
+ "esnext.typed-array.filter-out",
4863
+ "esnext.typed-array.filter-reject",
4864
+ "esnext.typed-array.find-last",
4865
+ "esnext.typed-array.find-last-index",
4866
+ "esnext.typed-array.group-by",
4867
+ "esnext.typed-array.unique-by"
4690
4868
  ],
4691
4869
  "core-js/features/typed-array/int32-array": [
4870
+ "es.map",
4692
4871
  "es.object.to-string",
4872
+ "es.string.iterator",
4693
4873
  "es.typed-array.int32-array",
4694
4874
  "es.typed-array.copy-within",
4695
4875
  "es.typed-array.every",
@@ -4715,10 +4895,19 @@
4715
4895
  "es.typed-array.sort",
4716
4896
  "es.typed-array.subarray",
4717
4897
  "es.typed-array.to-locale-string",
4718
- "es.typed-array.to-string"
4898
+ "es.typed-array.to-string",
4899
+ "esnext.typed-array.at",
4900
+ "esnext.typed-array.filter-out",
4901
+ "esnext.typed-array.filter-reject",
4902
+ "esnext.typed-array.find-last",
4903
+ "esnext.typed-array.find-last-index",
4904
+ "esnext.typed-array.group-by",
4905
+ "esnext.typed-array.unique-by"
4719
4906
  ],
4720
4907
  "core-js/features/typed-array/int8-array": [
4908
+ "es.map",
4721
4909
  "es.object.to-string",
4910
+ "es.string.iterator",
4722
4911
  "es.typed-array.int8-array",
4723
4912
  "es.typed-array.copy-within",
4724
4913
  "es.typed-array.every",
@@ -4744,15 +4933,24 @@
4744
4933
  "es.typed-array.sort",
4745
4934
  "es.typed-array.subarray",
4746
4935
  "es.typed-array.to-locale-string",
4747
- "es.typed-array.to-string"
4936
+ "es.typed-array.to-string",
4937
+ "esnext.typed-array.at",
4938
+ "esnext.typed-array.filter-out",
4939
+ "esnext.typed-array.filter-reject",
4940
+ "esnext.typed-array.find-last",
4941
+ "esnext.typed-array.find-last-index",
4942
+ "esnext.typed-array.group-by",
4943
+ "esnext.typed-array.unique-by"
4748
4944
  ],
4749
4945
  "core-js/features/typed-array/iterator": [
4946
+ "es.object.to-string",
4750
4947
  "es.typed-array.iterator"
4751
4948
  ],
4752
4949
  "core-js/features/typed-array/join": [
4753
4950
  "es.typed-array.join"
4754
4951
  ],
4755
4952
  "core-js/features/typed-array/keys": [
4953
+ "es.object.to-string",
4756
4954
  "es.typed-array.iterator"
4757
4955
  ],
4758
4956
  "core-js/features/typed-array/last-index-of": [
@@ -4761,6 +4959,43 @@
4761
4959
  "core-js/features/typed-array/map": [
4762
4960
  "es.typed-array.map"
4763
4961
  ],
4962
+ "core-js/features/typed-array/methods": [
4963
+ "es.map",
4964
+ "es.object.to-string",
4965
+ "es.string.iterator",
4966
+ "es.typed-array.copy-within",
4967
+ "es.typed-array.every",
4968
+ "es.typed-array.fill",
4969
+ "es.typed-array.filter",
4970
+ "es.typed-array.find",
4971
+ "es.typed-array.find-index",
4972
+ "es.typed-array.for-each",
4973
+ "es.typed-array.from",
4974
+ "es.typed-array.includes",
4975
+ "es.typed-array.index-of",
4976
+ "es.typed-array.iterator",
4977
+ "es.typed-array.join",
4978
+ "es.typed-array.last-index-of",
4979
+ "es.typed-array.map",
4980
+ "es.typed-array.of",
4981
+ "es.typed-array.reduce",
4982
+ "es.typed-array.reduce-right",
4983
+ "es.typed-array.reverse",
4984
+ "es.typed-array.set",
4985
+ "es.typed-array.slice",
4986
+ "es.typed-array.some",
4987
+ "es.typed-array.sort",
4988
+ "es.typed-array.subarray",
4989
+ "es.typed-array.to-locale-string",
4990
+ "es.typed-array.to-string",
4991
+ "esnext.typed-array.at",
4992
+ "esnext.typed-array.filter-out",
4993
+ "esnext.typed-array.filter-reject",
4994
+ "esnext.typed-array.find-last",
4995
+ "esnext.typed-array.find-last-index",
4996
+ "esnext.typed-array.group-by",
4997
+ "esnext.typed-array.unique-by"
4998
+ ],
4764
4999
  "core-js/features/typed-array/of": [
4765
5000
  "es.typed-array.of"
4766
5001
  ],
@@ -4795,7 +5030,9 @@
4795
5030
  "es.typed-array.to-string"
4796
5031
  ],
4797
5032
  "core-js/features/typed-array/uint16-array": [
5033
+ "es.map",
4798
5034
  "es.object.to-string",
5035
+ "es.string.iterator",
4799
5036
  "es.typed-array.uint16-array",
4800
5037
  "es.typed-array.copy-within",
4801
5038
  "es.typed-array.every",
@@ -4821,10 +5058,19 @@
4821
5058
  "es.typed-array.sort",
4822
5059
  "es.typed-array.subarray",
4823
5060
  "es.typed-array.to-locale-string",
4824
- "es.typed-array.to-string"
5061
+ "es.typed-array.to-string",
5062
+ "esnext.typed-array.at",
5063
+ "esnext.typed-array.filter-out",
5064
+ "esnext.typed-array.filter-reject",
5065
+ "esnext.typed-array.find-last",
5066
+ "esnext.typed-array.find-last-index",
5067
+ "esnext.typed-array.group-by",
5068
+ "esnext.typed-array.unique-by"
4825
5069
  ],
4826
5070
  "core-js/features/typed-array/uint32-array": [
5071
+ "es.map",
4827
5072
  "es.object.to-string",
5073
+ "es.string.iterator",
4828
5074
  "es.typed-array.uint32-array",
4829
5075
  "es.typed-array.copy-within",
4830
5076
  "es.typed-array.every",
@@ -4850,10 +5096,19 @@
4850
5096
  "es.typed-array.sort",
4851
5097
  "es.typed-array.subarray",
4852
5098
  "es.typed-array.to-locale-string",
4853
- "es.typed-array.to-string"
5099
+ "es.typed-array.to-string",
5100
+ "esnext.typed-array.at",
5101
+ "esnext.typed-array.filter-out",
5102
+ "esnext.typed-array.filter-reject",
5103
+ "esnext.typed-array.find-last",
5104
+ "esnext.typed-array.find-last-index",
5105
+ "esnext.typed-array.group-by",
5106
+ "esnext.typed-array.unique-by"
4854
5107
  ],
4855
5108
  "core-js/features/typed-array/uint8-array": [
5109
+ "es.map",
4856
5110
  "es.object.to-string",
5111
+ "es.string.iterator",
4857
5112
  "es.typed-array.uint8-array",
4858
5113
  "es.typed-array.copy-within",
4859
5114
  "es.typed-array.every",
@@ -4879,10 +5134,19 @@
4879
5134
  "es.typed-array.sort",
4880
5135
  "es.typed-array.subarray",
4881
5136
  "es.typed-array.to-locale-string",
4882
- "es.typed-array.to-string"
5137
+ "es.typed-array.to-string",
5138
+ "esnext.typed-array.at",
5139
+ "esnext.typed-array.filter-out",
5140
+ "esnext.typed-array.filter-reject",
5141
+ "esnext.typed-array.find-last",
5142
+ "esnext.typed-array.find-last-index",
5143
+ "esnext.typed-array.group-by",
5144
+ "esnext.typed-array.unique-by"
4883
5145
  ],
4884
5146
  "core-js/features/typed-array/uint8-clamped-array": [
5147
+ "es.map",
4885
5148
  "es.object.to-string",
5149
+ "es.string.iterator",
4886
5150
  "es.typed-array.uint8-clamped-array",
4887
5151
  "es.typed-array.copy-within",
4888
5152
  "es.typed-array.every",
@@ -4908,13 +5172,21 @@
4908
5172
  "es.typed-array.sort",
4909
5173
  "es.typed-array.subarray",
4910
5174
  "es.typed-array.to-locale-string",
4911
- "es.typed-array.to-string"
5175
+ "es.typed-array.to-string",
5176
+ "esnext.typed-array.at",
5177
+ "esnext.typed-array.filter-out",
5178
+ "esnext.typed-array.filter-reject",
5179
+ "esnext.typed-array.find-last",
5180
+ "esnext.typed-array.find-last-index",
5181
+ "esnext.typed-array.group-by",
5182
+ "esnext.typed-array.unique-by"
4912
5183
  ],
4913
5184
  "core-js/features/typed-array/unique-by": [
4914
5185
  "es.map",
4915
5186
  "esnext.typed-array.unique-by"
4916
5187
  ],
4917
5188
  "core-js/features/typed-array/values": [
5189
+ "es.object.to-string",
4918
5190
  "es.typed-array.iterator"
4919
5191
  ],
4920
5192
  "core-js/features/unescape": [
@@ -4926,13 +5198,16 @@
4926
5198
  "web.url-search-params"
4927
5199
  ],
4928
5200
  "core-js/features/url-search-params": [
5201
+ "web.dom-collections.iterator",
4929
5202
  "web.url-search-params"
4930
5203
  ],
4931
5204
  "core-js/features/url/to-json": [
4932
5205
  "web.url.to-json"
4933
5206
  ],
4934
5207
  "core-js/features/weak-map": [
5208
+ "es.array.iterator",
4935
5209
  "es.object.to-string",
5210
+ "es.string.iterator",
4936
5211
  "es.weak-map",
4937
5212
  "esnext.weak-map.delete-all",
4938
5213
  "esnext.weak-map.from",
@@ -4950,23 +5225,25 @@
4950
5225
  "esnext.weak-map.emplace"
4951
5226
  ],
4952
5227
  "core-js/features/weak-map/from": [
5228
+ "es.array.iterator",
4953
5229
  "es.string.iterator",
4954
5230
  "es.weak-map",
4955
5231
  "esnext.weak-map.from",
4956
5232
  "web.dom-collections.iterator"
4957
5233
  ],
4958
5234
  "core-js/features/weak-map/of": [
4959
- "es.string.iterator",
5235
+ "es.array.iterator",
4960
5236
  "es.weak-map",
4961
- "esnext.weak-map.of",
4962
- "web.dom-collections.iterator"
5237
+ "esnext.weak-map.of"
4963
5238
  ],
4964
5239
  "core-js/features/weak-map/upsert": [
4965
5240
  "es.weak-map",
4966
5241
  "esnext.weak-map.upsert"
4967
5242
  ],
4968
5243
  "core-js/features/weak-set": [
5244
+ "es.array.iterator",
4969
5245
  "es.object.to-string",
5246
+ "es.string.iterator",
4970
5247
  "es.weak-set",
4971
5248
  "esnext.weak-set.add-all",
4972
5249
  "esnext.weak-set.delete-all",
@@ -4983,16 +5260,16 @@
4983
5260
  "esnext.weak-set.delete-all"
4984
5261
  ],
4985
5262
  "core-js/features/weak-set/from": [
5263
+ "es.array.iterator",
4986
5264
  "es.string.iterator",
4987
5265
  "es.weak-set",
4988
5266
  "esnext.weak-set.from",
4989
5267
  "web.dom-collections.iterator"
4990
5268
  ],
4991
5269
  "core-js/features/weak-set/of": [
4992
- "es.string.iterator",
5270
+ "es.array.iterator",
4993
5271
  "es.weak-set",
4994
- "esnext.weak-set.of",
4995
- "web.dom-collections.iterator"
5272
+ "esnext.weak-set.of"
4996
5273
  ],
4997
5274
  "core-js/modules/es.aggregate-error": [
4998
5275
  "es.aggregate-error"
@@ -5657,12 +5934,18 @@
5657
5934
  "core-js/modules/esnext.array.filter-out": [
5658
5935
  "esnext.array.filter-out"
5659
5936
  ],
5937
+ "core-js/modules/esnext.array.filter-reject": [
5938
+ "esnext.array.filter-reject"
5939
+ ],
5660
5940
  "core-js/modules/esnext.array.find-last": [
5661
5941
  "esnext.array.find-last"
5662
5942
  ],
5663
5943
  "core-js/modules/esnext.array.find-last-index": [
5664
5944
  "esnext.array.find-last-index"
5665
5945
  ],
5946
+ "core-js/modules/esnext.array.group-by": [
5947
+ "esnext.array.group-by"
5948
+ ],
5666
5949
  "core-js/modules/esnext.array.is-template-object": [
5667
5950
  "esnext.array.is-template-object"
5668
5951
  ],
@@ -6023,12 +6306,18 @@
6023
6306
  "core-js/modules/esnext.typed-array.filter-out": [
6024
6307
  "esnext.typed-array.filter-out"
6025
6308
  ],
6309
+ "core-js/modules/esnext.typed-array.filter-reject": [
6310
+ "esnext.typed-array.filter-reject"
6311
+ ],
6026
6312
  "core-js/modules/esnext.typed-array.find-last": [
6027
6313
  "esnext.typed-array.find-last"
6028
6314
  ],
6029
6315
  "core-js/modules/esnext.typed-array.find-last-index": [
6030
6316
  "esnext.typed-array.find-last-index"
6031
6317
  ],
6318
+ "core-js/modules/esnext.typed-array.group-by": [
6319
+ "esnext.typed-array.group-by"
6320
+ ],
6032
6321
  "core-js/modules/esnext.typed-array.unique-by": [
6033
6322
  "esnext.typed-array.unique-by"
6034
6323
  ],
@@ -6088,8 +6377,10 @@
6088
6377
  "esnext.aggregate-error",
6089
6378
  "esnext.array.at",
6090
6379
  "esnext.array.filter-out",
6380
+ "esnext.array.filter-reject",
6091
6381
  "esnext.array.find-last",
6092
6382
  "esnext.array.find-last-index",
6383
+ "esnext.array.group-by",
6093
6384
  "esnext.array.is-template-object",
6094
6385
  "esnext.array.last-index",
6095
6386
  "esnext.array.last-item",
@@ -6209,8 +6500,10 @@
6209
6500
  "esnext.symbol.replace-all",
6210
6501
  "esnext.typed-array.at",
6211
6502
  "esnext.typed-array.filter-out",
6503
+ "esnext.typed-array.filter-reject",
6212
6504
  "esnext.typed-array.find-last",
6213
6505
  "esnext.typed-array.find-last-index",
6506
+ "esnext.typed-array.group-by",
6214
6507
  "esnext.typed-array.unique-by",
6215
6508
  "esnext.weak-map.delete-all",
6216
6509
  "esnext.weak-map.from",
@@ -6230,7 +6523,9 @@
6230
6523
  ],
6231
6524
  "core-js/proposals/array-filtering": [
6232
6525
  "esnext.array.filter-out",
6233
- "esnext.typed-array.filter-out"
6526
+ "esnext.array.filter-reject",
6527
+ "esnext.typed-array.filter-out",
6528
+ "esnext.typed-array.filter-reject"
6234
6529
  ],
6235
6530
  "core-js/proposals/array-find-from-last": [
6236
6531
  "esnext.array.find-last",
@@ -6238,6 +6533,10 @@
6238
6533
  "esnext.typed-array.find-last",
6239
6534
  "esnext.typed-array.find-last-index"
6240
6535
  ],
6536
+ "core-js/proposals/array-grouping": [
6537
+ "esnext.array.group-by",
6538
+ "esnext.typed-array.group-by"
6539
+ ],
6241
6540
  "core-js/proposals/array-is-template-object": [
6242
6541
  "esnext.array.is-template-object"
6243
6542
  ],
@@ -6670,6 +6969,7 @@
6670
6969
  ],
6671
6970
  "core-js/stable/aggregate-error": [
6672
6971
  "es.aggregate-error",
6972
+ "es.array.iterator",
6673
6973
  "es.string.iterator",
6674
6974
  "esnext.aggregate-error",
6675
6975
  "web.dom-collections.iterator"
@@ -6704,6 +7004,7 @@
6704
7004
  "es.array.splice",
6705
7005
  "es.array.unscopables.flat",
6706
7006
  "es.array.unscopables.flat-map",
7007
+ "es.object.to-string",
6707
7008
  "es.string.iterator"
6708
7009
  ],
6709
7010
  "core-js/stable/array-buffer": [
@@ -6729,7 +7030,8 @@
6729
7030
  "es.array.copy-within"
6730
7031
  ],
6731
7032
  "core-js/stable/array/entries": [
6732
- "es.array.iterator"
7033
+ "es.array.iterator",
7034
+ "es.object.to-string"
6733
7035
  ],
6734
7036
  "core-js/stable/array/every": [
6735
7037
  "es.array.every"
@@ -6771,13 +7073,15 @@
6771
7073
  "es.array.is-array"
6772
7074
  ],
6773
7075
  "core-js/stable/array/iterator": [
6774
- "es.array.iterator"
7076
+ "es.array.iterator",
7077
+ "es.object.to-string"
6775
7078
  ],
6776
7079
  "core-js/stable/array/join": [
6777
7080
  "es.array.join"
6778
7081
  ],
6779
7082
  "core-js/stable/array/keys": [
6780
- "es.array.iterator"
7083
+ "es.array.iterator",
7084
+ "es.object.to-string"
6781
7085
  ],
6782
7086
  "core-js/stable/array/last-index-of": [
6783
7087
  "es.array.last-index-of"
@@ -6810,7 +7114,8 @@
6810
7114
  "es.array.splice"
6811
7115
  ],
6812
7116
  "core-js/stable/array/values": [
6813
- "es.array.iterator"
7117
+ "es.array.iterator",
7118
+ "es.object.to-string"
6814
7119
  ],
6815
7120
  "core-js/stable/array/virtual": [
6816
7121
  "es.array.concat",
@@ -6838,7 +7143,8 @@
6838
7143
  "es.array.species",
6839
7144
  "es.array.splice",
6840
7145
  "es.array.unscopables.flat",
6841
- "es.array.unscopables.flat-map"
7146
+ "es.array.unscopables.flat-map",
7147
+ "es.object.to-string"
6842
7148
  ],
6843
7149
  "core-js/stable/array/virtual/concat": [
6844
7150
  "es.array.concat"
@@ -6847,7 +7153,8 @@
6847
7153
  "es.array.copy-within"
6848
7154
  ],
6849
7155
  "core-js/stable/array/virtual/entries": [
6850
- "es.array.iterator"
7156
+ "es.array.iterator",
7157
+ "es.object.to-string"
6851
7158
  ],
6852
7159
  "core-js/stable/array/virtual/every": [
6853
7160
  "es.array.every"
@@ -6882,13 +7189,15 @@
6882
7189
  "es.array.index-of"
6883
7190
  ],
6884
7191
  "core-js/stable/array/virtual/iterator": [
6885
- "es.array.iterator"
7192
+ "es.array.iterator",
7193
+ "es.object.to-string"
6886
7194
  ],
6887
7195
  "core-js/stable/array/virtual/join": [
6888
7196
  "es.array.join"
6889
7197
  ],
6890
7198
  "core-js/stable/array/virtual/keys": [
6891
- "es.array.iterator"
7199
+ "es.array.iterator",
7200
+ "es.object.to-string"
6892
7201
  ],
6893
7202
  "core-js/stable/array/virtual/last-index-of": [
6894
7203
  "es.array.last-index-of"
@@ -6918,7 +7227,8 @@
6918
7227
  "es.array.splice"
6919
7228
  ],
6920
7229
  "core-js/stable/array/virtual/values": [
6921
- "es.array.iterator"
7230
+ "es.array.iterator",
7231
+ "es.object.to-string"
6922
7232
  ],
6923
7233
  "core-js/stable/clear-immediate": [
6924
7234
  "web.immediate"
@@ -6964,6 +7274,7 @@
6964
7274
  ],
6965
7275
  "core-js/stable/dom-collections": [
6966
7276
  "es.array.iterator",
7277
+ "es.object.to-string",
6967
7278
  "web.dom-collections.for-each",
6968
7279
  "web.dom-collections.iterator"
6969
7280
  ],
@@ -6971,6 +7282,7 @@
6971
7282
  "web.dom-collections.for-each"
6972
7283
  ],
6973
7284
  "core-js/stable/dom-collections/iterator": [
7285
+ "es.object.to-string",
6974
7286
  "web.dom-collections.iterator"
6975
7287
  ],
6976
7288
  "core-js/stable/escape": [
@@ -6996,6 +7308,16 @@
6996
7308
  "core-js/stable/function/virtual/bind": [
6997
7309
  "es.function.bind"
6998
7310
  ],
7311
+ "core-js/stable/get-iterator": [
7312
+ "es.array.iterator",
7313
+ "es.string.iterator",
7314
+ "web.dom-collections.iterator"
7315
+ ],
7316
+ "core-js/stable/get-iterator-method": [
7317
+ "es.array.iterator",
7318
+ "es.string.iterator",
7319
+ "web.dom-collections.iterator"
7320
+ ],
6999
7321
  "core-js/stable/global-this": [
7000
7322
  "es.global-this"
7001
7323
  ],
@@ -7016,6 +7338,7 @@
7016
7338
  ],
7017
7339
  "core-js/stable/instance/entries": [
7018
7340
  "es.array.iterator",
7341
+ "es.object.to-string",
7019
7342
  "web.dom-collections.iterator"
7020
7343
  ],
7021
7344
  "core-js/stable/instance/every": [
@@ -7057,6 +7380,7 @@
7057
7380
  ],
7058
7381
  "core-js/stable/instance/keys": [
7059
7382
  "es.array.iterator",
7383
+ "es.object.to-string",
7060
7384
  "web.dom-collections.iterator"
7061
7385
  ],
7062
7386
  "core-js/stable/instance/last-index-of": [
@@ -7066,6 +7390,8 @@
7066
7390
  "es.array.map"
7067
7391
  ],
7068
7392
  "core-js/stable/instance/match-all": [
7393
+ "es.object.to-string",
7394
+ "es.regexp.exec",
7069
7395
  "es.string.match-all"
7070
7396
  ],
7071
7397
  "core-js/stable/instance/pad-end": [
@@ -7084,6 +7410,8 @@
7084
7410
  "es.string.repeat"
7085
7411
  ],
7086
7412
  "core-js/stable/instance/replace-all": [
7413
+ "es.regexp.exec",
7414
+ "es.string.replace",
7087
7415
  "es.string.replace-all"
7088
7416
  ],
7089
7417
  "core-js/stable/instance/reverse": [
@@ -7121,6 +7449,12 @@
7121
7449
  ],
7122
7450
  "core-js/stable/instance/values": [
7123
7451
  "es.array.iterator",
7452
+ "es.object.to-string",
7453
+ "web.dom-collections.iterator"
7454
+ ],
7455
+ "core-js/stable/is-iterable": [
7456
+ "es.array.iterator",
7457
+ "es.string.iterator",
7124
7458
  "web.dom-collections.iterator"
7125
7459
  ],
7126
7460
  "core-js/stable/json": [
@@ -7134,6 +7468,7 @@
7134
7468
  "es.json.to-string-tag"
7135
7469
  ],
7136
7470
  "core-js/stable/map": [
7471
+ "es.array.iterator",
7137
7472
  "es.map",
7138
7473
  "es.object.to-string",
7139
7474
  "es.string.iterator",
@@ -7302,7 +7637,8 @@
7302
7637
  "es.object.set-prototype-of",
7303
7638
  "es.object.to-string",
7304
7639
  "es.object.values",
7305
- "es.reflect.to-string-tag"
7640
+ "es.reflect.to-string-tag",
7641
+ "web.dom-collections.iterator"
7306
7642
  ],
7307
7643
  "core-js/stable/object/assign": [
7308
7644
  "es.object.assign"
@@ -7330,7 +7666,8 @@
7330
7666
  ],
7331
7667
  "core-js/stable/object/from-entries": [
7332
7668
  "es.array.iterator",
7333
- "es.object.from-entries"
7669
+ "es.object.from-entries",
7670
+ "web.dom-collections.iterator"
7334
7671
  ],
7335
7672
  "core-js/stable/object/get-own-property-descriptor": [
7336
7673
  "es.object.get-own-property-descriptor"
@@ -7394,6 +7731,7 @@
7394
7731
  ],
7395
7732
  "core-js/stable/promise": [
7396
7733
  "es.aggregate-error",
7734
+ "es.array.iterator",
7397
7735
  "es.object.to-string",
7398
7736
  "es.promise",
7399
7737
  "es.promise.all-settled",
@@ -7403,6 +7741,8 @@
7403
7741
  "web.dom-collections.iterator"
7404
7742
  ],
7405
7743
  "core-js/stable/promise/all-settled": [
7744
+ "es.array.iterator",
7745
+ "es.object.to-string",
7406
7746
  "es.promise",
7407
7747
  "es.promise.all-settled",
7408
7748
  "es.string.iterator",
@@ -7410,12 +7750,15 @@
7410
7750
  ],
7411
7751
  "core-js/stable/promise/any": [
7412
7752
  "es.aggregate-error",
7753
+ "es.array.iterator",
7754
+ "es.object.to-string",
7413
7755
  "es.promise",
7414
7756
  "es.promise.any",
7415
7757
  "es.string.iterator",
7416
7758
  "web.dom-collections.iterator"
7417
7759
  ],
7418
7760
  "core-js/stable/promise/finally": [
7761
+ "es.object.to-string",
7419
7762
  "es.promise",
7420
7763
  "es.promise.finally"
7421
7764
  ],
@@ -7423,6 +7766,7 @@
7423
7766
  "web.queue-microtask"
7424
7767
  ],
7425
7768
  "core-js/stable/reflect": [
7769
+ "es.object.to-string",
7426
7770
  "es.reflect.apply",
7427
7771
  "es.reflect.construct",
7428
7772
  "es.reflect.define-property",
@@ -7494,7 +7838,10 @@
7494
7838
  "es.string.split"
7495
7839
  ],
7496
7840
  "core-js/stable/regexp/constructor": [
7497
- "es.regexp.constructor"
7841
+ "es.regexp.constructor",
7842
+ "es.regexp.dot-all",
7843
+ "es.regexp.exec",
7844
+ "es.regexp.sticky"
7498
7845
  ],
7499
7846
  "core-js/stable/regexp/dot-all": [
7500
7847
  "es.regexp.constructor",
@@ -7505,15 +7852,19 @@
7505
7852
  "es.regexp.flags"
7506
7853
  ],
7507
7854
  "core-js/stable/regexp/match": [
7855
+ "es.regexp.exec",
7508
7856
  "es.string.match"
7509
7857
  ],
7510
7858
  "core-js/stable/regexp/replace": [
7859
+ "es.regexp.exec",
7511
7860
  "es.string.replace"
7512
7861
  ],
7513
7862
  "core-js/stable/regexp/search": [
7863
+ "es.regexp.exec",
7514
7864
  "es.string.search"
7515
7865
  ],
7516
7866
  "core-js/stable/regexp/split": [
7867
+ "es.regexp.exec",
7517
7868
  "es.string.split"
7518
7869
  ],
7519
7870
  "core-js/stable/regexp/sticky": [
@@ -7529,6 +7880,7 @@
7529
7880
  "es.regexp.to-string"
7530
7881
  ],
7531
7882
  "core-js/stable/set": [
7883
+ "es.array.iterator",
7532
7884
  "es.object.to-string",
7533
7885
  "es.set",
7534
7886
  "es.string.iterator",
@@ -7544,6 +7896,7 @@
7544
7896
  "web.timers"
7545
7897
  ],
7546
7898
  "core-js/stable/string": [
7899
+ "es.object.to-string",
7547
7900
  "es.regexp.exec",
7548
7901
  "es.string.code-point-at",
7549
7902
  "es.string.ends-with",
@@ -7616,6 +7969,7 @@
7616
7969
  "es.string.italics"
7617
7970
  ],
7618
7971
  "core-js/stable/string/iterator": [
7972
+ "es.object.to-string",
7619
7973
  "es.string.iterator"
7620
7974
  ],
7621
7975
  "core-js/stable/string/link": [
@@ -7626,6 +7980,8 @@
7626
7980
  "es.string.match"
7627
7981
  ],
7628
7982
  "core-js/stable/string/match-all": [
7983
+ "es.object.to-string",
7984
+ "es.regexp.exec",
7629
7985
  "es.string.match-all"
7630
7986
  ],
7631
7987
  "core-js/stable/string/pad-end": [
@@ -7645,6 +8001,8 @@
7645
8001
  "es.string.replace"
7646
8002
  ],
7647
8003
  "core-js/stable/string/replace-all": [
8004
+ "es.regexp.exec",
8005
+ "es.string.replace",
7648
8006
  "es.string.replace-all"
7649
8007
  ],
7650
8008
  "core-js/stable/string/search": [
@@ -7689,6 +8047,8 @@
7689
8047
  "es.string.trim-start"
7690
8048
  ],
7691
8049
  "core-js/stable/string/virtual": [
8050
+ "es.object.to-string",
8051
+ "es.regexp.exec",
7692
8052
  "es.string.code-point-at",
7693
8053
  "es.string.ends-with",
7694
8054
  "es.string.includes",
@@ -7755,12 +8115,15 @@
7755
8115
  "es.string.italics"
7756
8116
  ],
7757
8117
  "core-js/stable/string/virtual/iterator": [
8118
+ "es.object.to-string",
7758
8119
  "es.string.iterator"
7759
8120
  ],
7760
8121
  "core-js/stable/string/virtual/link": [
7761
8122
  "es.string.link"
7762
8123
  ],
7763
8124
  "core-js/stable/string/virtual/match-all": [
8125
+ "es.object.to-string",
8126
+ "es.regexp.exec",
7764
8127
  "es.string.match-all"
7765
8128
  ],
7766
8129
  "core-js/stable/string/virtual/pad-end": [
@@ -7773,6 +8136,8 @@
7773
8136
  "es.string.repeat"
7774
8137
  ],
7775
8138
  "core-js/stable/string/virtual/replace-all": [
8139
+ "es.regexp.exec",
8140
+ "es.string.replace",
7776
8141
  "es.string.replace-all"
7777
8142
  ],
7778
8143
  "core-js/stable/string/virtual/small": [
@@ -7828,7 +8193,8 @@
7828
8193
  "es.json.to-string-tag",
7829
8194
  "es.math.to-string-tag",
7830
8195
  "es.object.to-string",
7831
- "es.reflect.to-string-tag"
8196
+ "es.reflect.to-string-tag",
8197
+ "web.dom-collections.iterator"
7832
8198
  ],
7833
8199
  "core-js/stable/symbol/async-iterator": [
7834
8200
  "es.symbol.async-iterator"
@@ -7849,6 +8215,8 @@
7849
8215
  ],
7850
8216
  "core-js/stable/symbol/iterator": [
7851
8217
  "es.symbol.iterator",
8218
+ "es.array.iterator",
8219
+ "es.object.to-string",
7852
8220
  "es.string.iterator",
7853
8221
  "web.dom-collections.iterator"
7854
8222
  ],
@@ -7857,18 +8225,23 @@
7857
8225
  ],
7858
8226
  "core-js/stable/symbol/match": [
7859
8227
  "es.symbol.match",
8228
+ "es.regexp.exec",
7860
8229
  "es.string.match"
7861
8230
  ],
7862
8231
  "core-js/stable/symbol/match-all": [
7863
8232
  "es.symbol.match-all",
8233
+ "es.object.to-string",
8234
+ "es.regexp.exec",
7864
8235
  "es.string.match-all"
7865
8236
  ],
7866
8237
  "core-js/stable/symbol/replace": [
7867
8238
  "es.symbol.replace",
8239
+ "es.regexp.exec",
7868
8240
  "es.string.replace"
7869
8241
  ],
7870
8242
  "core-js/stable/symbol/search": [
7871
8243
  "es.symbol.search",
8244
+ "es.regexp.exec",
7872
8245
  "es.string.search"
7873
8246
  ],
7874
8247
  "core-js/stable/symbol/species": [
@@ -7876,10 +8249,12 @@
7876
8249
  ],
7877
8250
  "core-js/stable/symbol/split": [
7878
8251
  "es.symbol.split",
8252
+ "es.regexp.exec",
7879
8253
  "es.string.split"
7880
8254
  ],
7881
8255
  "core-js/stable/symbol/to-primitive": [
7882
- "es.symbol.to-primitive"
8256
+ "es.symbol.to-primitive",
8257
+ "es.date.to-primitive"
7883
8258
  ],
7884
8259
  "core-js/stable/symbol/to-string-tag": [
7885
8260
  "es.symbol.to-string-tag",
@@ -7893,6 +8268,7 @@
7893
8268
  ],
7894
8269
  "core-js/stable/typed-array": [
7895
8270
  "es.object.to-string",
8271
+ "es.string.iterator",
7896
8272
  "es.typed-array.float32-array",
7897
8273
  "es.typed-array.float64-array",
7898
8274
  "es.typed-array.int8-array",
@@ -7932,6 +8308,7 @@
7932
8308
  "es.typed-array.copy-within"
7933
8309
  ],
7934
8310
  "core-js/stable/typed-array/entries": [
8311
+ "es.object.to-string",
7935
8312
  "es.typed-array.iterator"
7936
8313
  ],
7937
8314
  "core-js/stable/typed-array/every": [
@@ -7951,6 +8328,7 @@
7951
8328
  ],
7952
8329
  "core-js/stable/typed-array/float32-array": [
7953
8330
  "es.object.to-string",
8331
+ "es.string.iterator",
7954
8332
  "es.typed-array.float32-array",
7955
8333
  "es.typed-array.copy-within",
7956
8334
  "es.typed-array.every",
@@ -7980,6 +8358,7 @@
7980
8358
  ],
7981
8359
  "core-js/stable/typed-array/float64-array": [
7982
8360
  "es.object.to-string",
8361
+ "es.string.iterator",
7983
8362
  "es.typed-array.float64-array",
7984
8363
  "es.typed-array.copy-within",
7985
8364
  "es.typed-array.every",
@@ -8021,6 +8400,7 @@
8021
8400
  ],
8022
8401
  "core-js/stable/typed-array/int16-array": [
8023
8402
  "es.object.to-string",
8403
+ "es.string.iterator",
8024
8404
  "es.typed-array.int16-array",
8025
8405
  "es.typed-array.copy-within",
8026
8406
  "es.typed-array.every",
@@ -8050,6 +8430,7 @@
8050
8430
  ],
8051
8431
  "core-js/stable/typed-array/int32-array": [
8052
8432
  "es.object.to-string",
8433
+ "es.string.iterator",
8053
8434
  "es.typed-array.int32-array",
8054
8435
  "es.typed-array.copy-within",
8055
8436
  "es.typed-array.every",
@@ -8079,6 +8460,7 @@
8079
8460
  ],
8080
8461
  "core-js/stable/typed-array/int8-array": [
8081
8462
  "es.object.to-string",
8463
+ "es.string.iterator",
8082
8464
  "es.typed-array.int8-array",
8083
8465
  "es.typed-array.copy-within",
8084
8466
  "es.typed-array.every",
@@ -8107,12 +8489,14 @@
8107
8489
  "es.typed-array.to-string"
8108
8490
  ],
8109
8491
  "core-js/stable/typed-array/iterator": [
8492
+ "es.object.to-string",
8110
8493
  "es.typed-array.iterator"
8111
8494
  ],
8112
8495
  "core-js/stable/typed-array/join": [
8113
8496
  "es.typed-array.join"
8114
8497
  ],
8115
8498
  "core-js/stable/typed-array/keys": [
8499
+ "es.object.to-string",
8116
8500
  "es.typed-array.iterator"
8117
8501
  ],
8118
8502
  "core-js/stable/typed-array/last-index-of": [
@@ -8121,6 +8505,35 @@
8121
8505
  "core-js/stable/typed-array/map": [
8122
8506
  "es.typed-array.map"
8123
8507
  ],
8508
+ "core-js/stable/typed-array/methods": [
8509
+ "es.object.to-string",
8510
+ "es.string.iterator",
8511
+ "es.typed-array.copy-within",
8512
+ "es.typed-array.every",
8513
+ "es.typed-array.fill",
8514
+ "es.typed-array.filter",
8515
+ "es.typed-array.find",
8516
+ "es.typed-array.find-index",
8517
+ "es.typed-array.for-each",
8518
+ "es.typed-array.from",
8519
+ "es.typed-array.includes",
8520
+ "es.typed-array.index-of",
8521
+ "es.typed-array.iterator",
8522
+ "es.typed-array.join",
8523
+ "es.typed-array.last-index-of",
8524
+ "es.typed-array.map",
8525
+ "es.typed-array.of",
8526
+ "es.typed-array.reduce",
8527
+ "es.typed-array.reduce-right",
8528
+ "es.typed-array.reverse",
8529
+ "es.typed-array.set",
8530
+ "es.typed-array.slice",
8531
+ "es.typed-array.some",
8532
+ "es.typed-array.sort",
8533
+ "es.typed-array.subarray",
8534
+ "es.typed-array.to-locale-string",
8535
+ "es.typed-array.to-string"
8536
+ ],
8124
8537
  "core-js/stable/typed-array/of": [
8125
8538
  "es.typed-array.of"
8126
8539
  ],
@@ -8156,6 +8569,7 @@
8156
8569
  ],
8157
8570
  "core-js/stable/typed-array/uint16-array": [
8158
8571
  "es.object.to-string",
8572
+ "es.string.iterator",
8159
8573
  "es.typed-array.uint16-array",
8160
8574
  "es.typed-array.copy-within",
8161
8575
  "es.typed-array.every",
@@ -8185,6 +8599,7 @@
8185
8599
  ],
8186
8600
  "core-js/stable/typed-array/uint32-array": [
8187
8601
  "es.object.to-string",
8602
+ "es.string.iterator",
8188
8603
  "es.typed-array.uint32-array",
8189
8604
  "es.typed-array.copy-within",
8190
8605
  "es.typed-array.every",
@@ -8214,6 +8629,7 @@
8214
8629
  ],
8215
8630
  "core-js/stable/typed-array/uint8-array": [
8216
8631
  "es.object.to-string",
8632
+ "es.string.iterator",
8217
8633
  "es.typed-array.uint8-array",
8218
8634
  "es.typed-array.copy-within",
8219
8635
  "es.typed-array.every",
@@ -8243,6 +8659,7 @@
8243
8659
  ],
8244
8660
  "core-js/stable/typed-array/uint8-clamped-array": [
8245
8661
  "es.object.to-string",
8662
+ "es.string.iterator",
8246
8663
  "es.typed-array.uint8-clamped-array",
8247
8664
  "es.typed-array.copy-within",
8248
8665
  "es.typed-array.every",
@@ -8271,6 +8688,7 @@
8271
8688
  "es.typed-array.to-string"
8272
8689
  ],
8273
8690
  "core-js/stable/typed-array/values": [
8691
+ "es.object.to-string",
8274
8692
  "es.typed-array.iterator"
8275
8693
  ],
8276
8694
  "core-js/stable/unescape": [
@@ -8282,17 +8700,20 @@
8282
8700
  "web.url-search-params"
8283
8701
  ],
8284
8702
  "core-js/stable/url-search-params": [
8703
+ "web.dom-collections.iterator",
8285
8704
  "web.url-search-params"
8286
8705
  ],
8287
8706
  "core-js/stable/url/to-json": [
8288
8707
  "web.url.to-json"
8289
8708
  ],
8290
8709
  "core-js/stable/weak-map": [
8710
+ "es.array.iterator",
8291
8711
  "es.object.to-string",
8292
8712
  "es.weak-map",
8293
8713
  "web.dom-collections.iterator"
8294
8714
  ],
8295
8715
  "core-js/stable/weak-set": [
8716
+ "es.array.iterator",
8296
8717
  "es.object.to-string",
8297
8718
  "es.weak-set",
8298
8719
  "web.dom-collections.iterator"
@@ -8302,8 +8723,10 @@
8302
8723
  "esnext.aggregate-error",
8303
8724
  "esnext.array.at",
8304
8725
  "esnext.array.filter-out",
8726
+ "esnext.array.filter-reject",
8305
8727
  "esnext.array.find-last",
8306
8728
  "esnext.array.find-last-index",
8729
+ "esnext.array.group-by",
8307
8730
  "esnext.array.is-template-object",
8308
8731
  "esnext.array.last-index",
8309
8732
  "esnext.array.last-item",
@@ -8423,8 +8846,10 @@
8423
8846
  "esnext.symbol.replace-all",
8424
8847
  "esnext.typed-array.at",
8425
8848
  "esnext.typed-array.filter-out",
8849
+ "esnext.typed-array.filter-reject",
8426
8850
  "esnext.typed-array.find-last",
8427
8851
  "esnext.typed-array.find-last-index",
8852
+ "esnext.typed-array.group-by",
8428
8853
  "esnext.typed-array.unique-by",
8429
8854
  "esnext.weak-map.delete-all",
8430
8855
  "esnext.weak-map.from",
@@ -8444,8 +8869,10 @@
8444
8869
  "esnext.aggregate-error",
8445
8870
  "esnext.array.at",
8446
8871
  "esnext.array.filter-out",
8872
+ "esnext.array.filter-reject",
8447
8873
  "esnext.array.find-last",
8448
8874
  "esnext.array.find-last-index",
8875
+ "esnext.array.group-by",
8449
8876
  "esnext.array.is-template-object",
8450
8877
  "esnext.array.last-index",
8451
8878
  "esnext.array.last-item",
@@ -8556,8 +8983,10 @@
8556
8983
  "esnext.symbol.replace-all",
8557
8984
  "esnext.typed-array.at",
8558
8985
  "esnext.typed-array.filter-out",
8986
+ "esnext.typed-array.filter-reject",
8559
8987
  "esnext.typed-array.find-last",
8560
8988
  "esnext.typed-array.find-last-index",
8989
+ "esnext.typed-array.group-by",
8561
8990
  "esnext.typed-array.unique-by",
8562
8991
  "esnext.weak-map.delete-all",
8563
8992
  "esnext.weak-map.from",
@@ -8577,8 +9006,10 @@
8577
9006
  "esnext.aggregate-error",
8578
9007
  "esnext.array.at",
8579
9008
  "esnext.array.filter-out",
9009
+ "esnext.array.filter-reject",
8580
9010
  "esnext.array.find-last",
8581
9011
  "esnext.array.find-last-index",
9012
+ "esnext.array.group-by",
8582
9013
  "esnext.array.is-template-object",
8583
9014
  "esnext.array.last-index",
8584
9015
  "esnext.array.last-item",
@@ -8684,8 +9115,10 @@
8684
9115
  "esnext.symbol.replace-all",
8685
9116
  "esnext.typed-array.at",
8686
9117
  "esnext.typed-array.filter-out",
9118
+ "esnext.typed-array.filter-reject",
8687
9119
  "esnext.typed-array.find-last",
8688
9120
  "esnext.typed-array.find-last-index",
9121
+ "esnext.typed-array.group-by",
8689
9122
  "esnext.typed-array.unique-by",
8690
9123
  "esnext.weak-map.delete-all",
8691
9124
  "esnext.weak-map.from",
@@ -8760,6 +9193,8 @@
8760
9193
  "core-js/stage/3": [
8761
9194
  "esnext.aggregate-error",
8762
9195
  "esnext.array.at",
9196
+ "esnext.array.find-last",
9197
+ "esnext.array.find-last-index",
8763
9198
  "esnext.global-this",
8764
9199
  "esnext.object.has-own",
8765
9200
  "esnext.promise.all-settled",
@@ -8767,7 +9202,9 @@
8767
9202
  "esnext.string.match-all",
8768
9203
  "esnext.string.replace-all",
8769
9204
  "esnext.symbol.replace-all",
8770
- "esnext.typed-array.at"
9205
+ "esnext.typed-array.at",
9206
+ "esnext.typed-array.find-last",
9207
+ "esnext.typed-array.find-last-index"
8771
9208
  ],
8772
9209
  "core-js/stage/4": [
8773
9210
  "esnext.aggregate-error",
@@ -8783,8 +9220,10 @@
8783
9220
  "esnext.aggregate-error",
8784
9221
  "esnext.array.at",
8785
9222
  "esnext.array.filter-out",
9223
+ "esnext.array.filter-reject",
8786
9224
  "esnext.array.find-last",
8787
9225
  "esnext.array.find-last-index",
9226
+ "esnext.array.group-by",
8788
9227
  "esnext.array.is-template-object",
8789
9228
  "esnext.array.last-index",
8790
9229
  "esnext.array.last-item",
@@ -8904,8 +9343,10 @@
8904
9343
  "esnext.symbol.replace-all",
8905
9344
  "esnext.typed-array.at",
8906
9345
  "esnext.typed-array.filter-out",
9346
+ "esnext.typed-array.filter-reject",
8907
9347
  "esnext.typed-array.find-last",
8908
9348
  "esnext.typed-array.find-last-index",
9349
+ "esnext.typed-array.group-by",
8909
9350
  "esnext.typed-array.unique-by",
8910
9351
  "esnext.weak-map.delete-all",
8911
9352
  "esnext.weak-map.from",
@@ -8951,4 +9392,4 @@
8951
9392
  "core-js/web/url-search-params": [
8952
9393
  "web.url-search-params"
8953
9394
  ]
8954
- }
9395
+ }