core-js-compat 3.15.2 → 3.16.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
@@ -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",
@@ -918,7 +929,8 @@
918
929
  "es.string.ends-with"
919
930
  ],
920
931
  "core-js/es/instance/entries": [
921
- "es.array.iterator"
932
+ "es.array.iterator",
933
+ "es.object.to-string"
922
934
  ],
923
935
  "core-js/es/instance/every": [
924
936
  "es.array.every"
@@ -957,7 +969,8 @@
957
969
  "es.array.index-of"
958
970
  ],
959
971
  "core-js/es/instance/keys": [
960
- "es.array.iterator"
972
+ "es.array.iterator",
973
+ "es.object.to-string"
961
974
  ],
962
975
  "core-js/es/instance/last-index-of": [
963
976
  "es.array.last-index-of"
@@ -966,6 +979,8 @@
966
979
  "es.array.map"
967
980
  ],
968
981
  "core-js/es/instance/match-all": [
982
+ "es.object.to-string",
983
+ "es.regexp.exec",
969
984
  "es.string.match-all"
970
985
  ],
971
986
  "core-js/es/instance/pad-end": [
@@ -984,6 +999,8 @@
984
999
  "es.string.repeat"
985
1000
  ],
986
1001
  "core-js/es/instance/replace-all": [
1002
+ "es.regexp.exec",
1003
+ "es.string.replace",
987
1004
  "es.string.replace-all"
988
1005
  ],
989
1006
  "core-js/es/instance/reverse": [
@@ -1020,7 +1037,8 @@
1020
1037
  "es.string.trim-start"
1021
1038
  ],
1022
1039
  "core-js/es/instance/values": [
1023
- "es.array.iterator"
1040
+ "es.array.iterator",
1041
+ "es.object.to-string"
1024
1042
  ],
1025
1043
  "core-js/es/json": [
1026
1044
  "es.json.stringify",
@@ -1033,10 +1051,10 @@
1033
1051
  "es.json.to-string-tag"
1034
1052
  ],
1035
1053
  "core-js/es/map": [
1054
+ "es.array.iterator",
1036
1055
  "es.map",
1037
1056
  "es.object.to-string",
1038
- "es.string.iterator",
1039
- "web.dom-collections.iterator"
1057
+ "es.string.iterator"
1040
1058
  ],
1041
1059
  "core-js/es/math": [
1042
1060
  "es.math.acosh",
@@ -1293,32 +1311,36 @@
1293
1311
  ],
1294
1312
  "core-js/es/promise": [
1295
1313
  "es.aggregate-error",
1314
+ "es.array.iterator",
1296
1315
  "es.object.to-string",
1297
1316
  "es.promise",
1298
1317
  "es.promise.all-settled",
1299
1318
  "es.promise.any",
1300
1319
  "es.promise.finally",
1301
- "es.string.iterator",
1302
- "web.dom-collections.iterator"
1320
+ "es.string.iterator"
1303
1321
  ],
1304
1322
  "core-js/es/promise/all-settled": [
1323
+ "es.array.iterator",
1324
+ "es.object.to-string",
1305
1325
  "es.promise",
1306
1326
  "es.promise.all-settled",
1307
- "es.string.iterator",
1308
- "web.dom-collections.iterator"
1327
+ "es.string.iterator"
1309
1328
  ],
1310
1329
  "core-js/es/promise/any": [
1311
1330
  "es.aggregate-error",
1331
+ "es.array.iterator",
1332
+ "es.object.to-string",
1312
1333
  "es.promise",
1313
1334
  "es.promise.any",
1314
- "es.string.iterator",
1315
- "web.dom-collections.iterator"
1335
+ "es.string.iterator"
1316
1336
  ],
1317
1337
  "core-js/es/promise/finally": [
1338
+ "es.object.to-string",
1318
1339
  "es.promise",
1319
1340
  "es.promise.finally"
1320
1341
  ],
1321
1342
  "core-js/es/reflect": [
1343
+ "es.object.to-string",
1322
1344
  "es.reflect.apply",
1323
1345
  "es.reflect.construct",
1324
1346
  "es.reflect.define-property",
@@ -1374,6 +1396,7 @@
1374
1396
  "es.reflect.set-prototype-of"
1375
1397
  ],
1376
1398
  "core-js/es/reflect/to-string-tag": [
1399
+ "es.object.to-string",
1377
1400
  "es.reflect.to-string-tag"
1378
1401
  ],
1379
1402
  "core-js/es/regexp": [
@@ -1390,7 +1413,10 @@
1390
1413
  "es.string.split"
1391
1414
  ],
1392
1415
  "core-js/es/regexp/constructor": [
1393
- "es.regexp.constructor"
1416
+ "es.regexp.constructor",
1417
+ "es.regexp.dot-all",
1418
+ "es.regexp.exec",
1419
+ "es.regexp.sticky"
1394
1420
  ],
1395
1421
  "core-js/es/regexp/dot-all": [
1396
1422
  "es.regexp.constructor",
@@ -1401,15 +1427,19 @@
1401
1427
  "es.regexp.flags"
1402
1428
  ],
1403
1429
  "core-js/es/regexp/match": [
1430
+ "es.regexp.exec",
1404
1431
  "es.string.match"
1405
1432
  ],
1406
1433
  "core-js/es/regexp/replace": [
1434
+ "es.regexp.exec",
1407
1435
  "es.string.replace"
1408
1436
  ],
1409
1437
  "core-js/es/regexp/search": [
1438
+ "es.regexp.exec",
1410
1439
  "es.string.search"
1411
1440
  ],
1412
1441
  "core-js/es/regexp/split": [
1442
+ "es.regexp.exec",
1413
1443
  "es.string.split"
1414
1444
  ],
1415
1445
  "core-js/es/regexp/sticky": [
@@ -1425,12 +1455,13 @@
1425
1455
  "es.regexp.to-string"
1426
1456
  ],
1427
1457
  "core-js/es/set": [
1458
+ "es.array.iterator",
1428
1459
  "es.object.to-string",
1429
1460
  "es.set",
1430
- "es.string.iterator",
1431
- "web.dom-collections.iterator"
1461
+ "es.string.iterator"
1432
1462
  ],
1433
1463
  "core-js/es/string": [
1464
+ "es.object.to-string",
1434
1465
  "es.regexp.exec",
1435
1466
  "es.string.code-point-at",
1436
1467
  "es.string.ends-with",
@@ -1503,6 +1534,7 @@
1503
1534
  "es.string.italics"
1504
1535
  ],
1505
1536
  "core-js/es/string/iterator": [
1537
+ "es.object.to-string",
1506
1538
  "es.string.iterator"
1507
1539
  ],
1508
1540
  "core-js/es/string/link": [
@@ -1513,6 +1545,8 @@
1513
1545
  "es.string.match"
1514
1546
  ],
1515
1547
  "core-js/es/string/match-all": [
1548
+ "es.object.to-string",
1549
+ "es.regexp.exec",
1516
1550
  "es.string.match-all"
1517
1551
  ],
1518
1552
  "core-js/es/string/pad-end": [
@@ -1532,6 +1566,8 @@
1532
1566
  "es.string.replace"
1533
1567
  ],
1534
1568
  "core-js/es/string/replace-all": [
1569
+ "es.regexp.exec",
1570
+ "es.string.replace",
1535
1571
  "es.string.replace-all"
1536
1572
  ],
1537
1573
  "core-js/es/string/search": [
@@ -1576,6 +1612,8 @@
1576
1612
  "es.string.trim-start"
1577
1613
  ],
1578
1614
  "core-js/es/string/virtual": [
1615
+ "es.object.to-string",
1616
+ "es.regexp.exec",
1579
1617
  "es.string.code-point-at",
1580
1618
  "es.string.ends-with",
1581
1619
  "es.string.includes",
@@ -1642,12 +1680,15 @@
1642
1680
  "es.string.italics"
1643
1681
  ],
1644
1682
  "core-js/es/string/virtual/iterator": [
1683
+ "es.object.to-string",
1645
1684
  "es.string.iterator"
1646
1685
  ],
1647
1686
  "core-js/es/string/virtual/link": [
1648
1687
  "es.string.link"
1649
1688
  ],
1650
1689
  "core-js/es/string/virtual/match-all": [
1690
+ "es.object.to-string",
1691
+ "es.regexp.exec",
1651
1692
  "es.string.match-all"
1652
1693
  ],
1653
1694
  "core-js/es/string/virtual/pad-end": [
@@ -1660,6 +1701,8 @@
1660
1701
  "es.string.repeat"
1661
1702
  ],
1662
1703
  "core-js/es/string/virtual/replace-all": [
1704
+ "es.regexp.exec",
1705
+ "es.string.replace",
1663
1706
  "es.string.replace-all"
1664
1707
  ],
1665
1708
  "core-js/es/string/virtual/small": [
@@ -1736,26 +1779,32 @@
1736
1779
  ],
1737
1780
  "core-js/es/symbol/iterator": [
1738
1781
  "es.symbol.iterator",
1739
- "es.string.iterator",
1740
- "web.dom-collections.iterator"
1782
+ "es.array.iterator",
1783
+ "es.object.to-string",
1784
+ "es.string.iterator"
1741
1785
  ],
1742
1786
  "core-js/es/symbol/key-for": [
1743
1787
  "es.symbol"
1744
1788
  ],
1745
1789
  "core-js/es/symbol/match": [
1746
1790
  "es.symbol.match",
1791
+ "es.regexp.exec",
1747
1792
  "es.string.match"
1748
1793
  ],
1749
1794
  "core-js/es/symbol/match-all": [
1750
1795
  "es.symbol.match-all",
1796
+ "es.object.to-string",
1797
+ "es.regexp.exec",
1751
1798
  "es.string.match-all"
1752
1799
  ],
1753
1800
  "core-js/es/symbol/replace": [
1754
1801
  "es.symbol.replace",
1802
+ "es.regexp.exec",
1755
1803
  "es.string.replace"
1756
1804
  ],
1757
1805
  "core-js/es/symbol/search": [
1758
1806
  "es.symbol.search",
1807
+ "es.regexp.exec",
1759
1808
  "es.string.search"
1760
1809
  ],
1761
1810
  "core-js/es/symbol/species": [
@@ -1763,10 +1812,12 @@
1763
1812
  ],
1764
1813
  "core-js/es/symbol/split": [
1765
1814
  "es.symbol.split",
1815
+ "es.regexp.exec",
1766
1816
  "es.string.split"
1767
1817
  ],
1768
1818
  "core-js/es/symbol/to-primitive": [
1769
- "es.symbol.to-primitive"
1819
+ "es.symbol.to-primitive",
1820
+ "es.date.to-primitive"
1770
1821
  ],
1771
1822
  "core-js/es/symbol/to-string-tag": [
1772
1823
  "es.symbol.to-string-tag",
@@ -1780,6 +1831,7 @@
1780
1831
  ],
1781
1832
  "core-js/es/typed-array": [
1782
1833
  "es.object.to-string",
1834
+ "es.string.iterator",
1783
1835
  "es.typed-array.float32-array",
1784
1836
  "es.typed-array.float64-array",
1785
1837
  "es.typed-array.int8-array",
@@ -1819,6 +1871,7 @@
1819
1871
  "es.typed-array.copy-within"
1820
1872
  ],
1821
1873
  "core-js/es/typed-array/entries": [
1874
+ "es.object.to-string",
1822
1875
  "es.typed-array.iterator"
1823
1876
  ],
1824
1877
  "core-js/es/typed-array/every": [
@@ -1838,6 +1891,7 @@
1838
1891
  ],
1839
1892
  "core-js/es/typed-array/float32-array": [
1840
1893
  "es.object.to-string",
1894
+ "es.string.iterator",
1841
1895
  "es.typed-array.float32-array",
1842
1896
  "es.typed-array.copy-within",
1843
1897
  "es.typed-array.every",
@@ -1867,6 +1921,7 @@
1867
1921
  ],
1868
1922
  "core-js/es/typed-array/float64-array": [
1869
1923
  "es.object.to-string",
1924
+ "es.string.iterator",
1870
1925
  "es.typed-array.float64-array",
1871
1926
  "es.typed-array.copy-within",
1872
1927
  "es.typed-array.every",
@@ -1908,6 +1963,7 @@
1908
1963
  ],
1909
1964
  "core-js/es/typed-array/int16-array": [
1910
1965
  "es.object.to-string",
1966
+ "es.string.iterator",
1911
1967
  "es.typed-array.int16-array",
1912
1968
  "es.typed-array.copy-within",
1913
1969
  "es.typed-array.every",
@@ -1937,6 +1993,7 @@
1937
1993
  ],
1938
1994
  "core-js/es/typed-array/int32-array": [
1939
1995
  "es.object.to-string",
1996
+ "es.string.iterator",
1940
1997
  "es.typed-array.int32-array",
1941
1998
  "es.typed-array.copy-within",
1942
1999
  "es.typed-array.every",
@@ -1966,6 +2023,7 @@
1966
2023
  ],
1967
2024
  "core-js/es/typed-array/int8-array": [
1968
2025
  "es.object.to-string",
2026
+ "es.string.iterator",
1969
2027
  "es.typed-array.int8-array",
1970
2028
  "es.typed-array.copy-within",
1971
2029
  "es.typed-array.every",
@@ -1994,12 +2052,14 @@
1994
2052
  "es.typed-array.to-string"
1995
2053
  ],
1996
2054
  "core-js/es/typed-array/iterator": [
2055
+ "es.object.to-string",
1997
2056
  "es.typed-array.iterator"
1998
2057
  ],
1999
2058
  "core-js/es/typed-array/join": [
2000
2059
  "es.typed-array.join"
2001
2060
  ],
2002
2061
  "core-js/es/typed-array/keys": [
2062
+ "es.object.to-string",
2003
2063
  "es.typed-array.iterator"
2004
2064
  ],
2005
2065
  "core-js/es/typed-array/last-index-of": [
@@ -2010,6 +2070,7 @@
2010
2070
  ],
2011
2071
  "core-js/es/typed-array/methods": [
2012
2072
  "es.object.to-string",
2073
+ "es.string.iterator",
2013
2074
  "es.typed-array.copy-within",
2014
2075
  "es.typed-array.every",
2015
2076
  "es.typed-array.fill",
@@ -2071,6 +2132,7 @@
2071
2132
  ],
2072
2133
  "core-js/es/typed-array/uint16-array": [
2073
2134
  "es.object.to-string",
2135
+ "es.string.iterator",
2074
2136
  "es.typed-array.uint16-array",
2075
2137
  "es.typed-array.copy-within",
2076
2138
  "es.typed-array.every",
@@ -2100,6 +2162,7 @@
2100
2162
  ],
2101
2163
  "core-js/es/typed-array/uint32-array": [
2102
2164
  "es.object.to-string",
2165
+ "es.string.iterator",
2103
2166
  "es.typed-array.uint32-array",
2104
2167
  "es.typed-array.copy-within",
2105
2168
  "es.typed-array.every",
@@ -2129,6 +2192,7 @@
2129
2192
  ],
2130
2193
  "core-js/es/typed-array/uint8-array": [
2131
2194
  "es.object.to-string",
2195
+ "es.string.iterator",
2132
2196
  "es.typed-array.uint8-array",
2133
2197
  "es.typed-array.copy-within",
2134
2198
  "es.typed-array.every",
@@ -2158,6 +2222,7 @@
2158
2222
  ],
2159
2223
  "core-js/es/typed-array/uint8-clamped-array": [
2160
2224
  "es.object.to-string",
2225
+ "es.string.iterator",
2161
2226
  "es.typed-array.uint8-clamped-array",
2162
2227
  "es.typed-array.copy-within",
2163
2228
  "es.typed-array.every",
@@ -2186,20 +2251,21 @@
2186
2251
  "es.typed-array.to-string"
2187
2252
  ],
2188
2253
  "core-js/es/typed-array/values": [
2254
+ "es.object.to-string",
2189
2255
  "es.typed-array.iterator"
2190
2256
  ],
2191
2257
  "core-js/es/unescape": [
2192
2258
  "es.unescape"
2193
2259
  ],
2194
2260
  "core-js/es/weak-map": [
2261
+ "es.array.iterator",
2195
2262
  "es.object.to-string",
2196
- "es.weak-map",
2197
- "web.dom-collections.iterator"
2263
+ "es.weak-map"
2198
2264
  ],
2199
2265
  "core-js/es/weak-set": [
2266
+ "es.array.iterator",
2200
2267
  "es.object.to-string",
2201
- "es.weak-set",
2202
- "web.dom-collections.iterator"
2268
+ "es.weak-set"
2203
2269
  ],
2204
2270
  "core-js/features": [
2205
2271
  "es.symbol",
@@ -2423,8 +2489,10 @@
2423
2489
  "esnext.aggregate-error",
2424
2490
  "esnext.array.at",
2425
2491
  "esnext.array.filter-out",
2492
+ "esnext.array.filter-reject",
2426
2493
  "esnext.array.find-last",
2427
2494
  "esnext.array.find-last-index",
2495
+ "esnext.array.group-by",
2428
2496
  "esnext.array.is-template-object",
2429
2497
  "esnext.array.last-index",
2430
2498
  "esnext.array.last-item",
@@ -2544,8 +2612,10 @@
2544
2612
  "esnext.symbol.replace-all",
2545
2613
  "esnext.typed-array.at",
2546
2614
  "esnext.typed-array.filter-out",
2615
+ "esnext.typed-array.filter-reject",
2547
2616
  "esnext.typed-array.find-last",
2548
2617
  "esnext.typed-array.find-last-index",
2618
+ "esnext.typed-array.group-by",
2549
2619
  "esnext.typed-array.unique-by",
2550
2620
  "esnext.weak-map.delete-all",
2551
2621
  "esnext.weak-map.from",
@@ -2567,6 +2637,7 @@
2567
2637
  ],
2568
2638
  "core-js/features/aggregate-error": [
2569
2639
  "es.aggregate-error",
2640
+ "es.array.iterator",
2570
2641
  "es.string.iterator",
2571
2642
  "esnext.aggregate-error",
2572
2643
  "web.dom-collections.iterator"
@@ -2602,11 +2673,14 @@
2602
2673
  "es.array.unscopables.flat",
2603
2674
  "es.array.unscopables.flat-map",
2604
2675
  "es.map",
2676
+ "es.object.to-string",
2605
2677
  "es.string.iterator",
2606
2678
  "esnext.array.at",
2607
2679
  "esnext.array.filter-out",
2680
+ "esnext.array.filter-reject",
2608
2681
  "esnext.array.find-last",
2609
2682
  "esnext.array.find-last-index",
2683
+ "esnext.array.group-by",
2610
2684
  "esnext.array.is-template-object",
2611
2685
  "esnext.array.last-index",
2612
2686
  "esnext.array.last-item",
@@ -2638,7 +2712,8 @@
2638
2712
  "es.array.copy-within"
2639
2713
  ],
2640
2714
  "core-js/features/array/entries": [
2641
- "es.array.iterator"
2715
+ "es.array.iterator",
2716
+ "es.object.to-string"
2642
2717
  ],
2643
2718
  "core-js/features/array/every": [
2644
2719
  "es.array.every"
@@ -2652,6 +2727,9 @@
2652
2727
  "core-js/features/array/filter-out": [
2653
2728
  "esnext.array.filter-out"
2654
2729
  ],
2730
+ "core-js/features/array/filter-reject": [
2731
+ "esnext.array.filter-reject"
2732
+ ],
2655
2733
  "core-js/features/array/find": [
2656
2734
  "es.array.find"
2657
2735
  ],
@@ -2679,6 +2757,9 @@
2679
2757
  "es.array.from",
2680
2758
  "es.string.iterator"
2681
2759
  ],
2760
+ "core-js/features/array/group-by": [
2761
+ "esnext.array.group-by"
2762
+ ],
2682
2763
  "core-js/features/array/includes": [
2683
2764
  "es.array.includes"
2684
2765
  ],
@@ -2692,13 +2773,15 @@
2692
2773
  "esnext.array.is-template-object"
2693
2774
  ],
2694
2775
  "core-js/features/array/iterator": [
2695
- "es.array.iterator"
2776
+ "es.array.iterator",
2777
+ "es.object.to-string"
2696
2778
  ],
2697
2779
  "core-js/features/array/join": [
2698
2780
  "es.array.join"
2699
2781
  ],
2700
2782
  "core-js/features/array/keys": [
2701
- "es.array.iterator"
2783
+ "es.array.iterator",
2784
+ "es.object.to-string"
2702
2785
  ],
2703
2786
  "core-js/features/array/last-index": [
2704
2787
  "esnext.array.last-index"
@@ -2741,7 +2824,8 @@
2741
2824
  "esnext.array.unique-by"
2742
2825
  ],
2743
2826
  "core-js/features/array/values": [
2744
- "es.array.iterator"
2827
+ "es.array.iterator",
2828
+ "es.object.to-string"
2745
2829
  ],
2746
2830
  "core-js/features/array/virtual": [
2747
2831
  "es.array.concat",
@@ -2771,10 +2855,13 @@
2771
2855
  "es.array.unscopables.flat",
2772
2856
  "es.array.unscopables.flat-map",
2773
2857
  "es.map",
2858
+ "es.object.to-string",
2774
2859
  "esnext.array.at",
2775
2860
  "esnext.array.filter-out",
2861
+ "esnext.array.filter-reject",
2776
2862
  "esnext.array.find-last",
2777
2863
  "esnext.array.find-last-index",
2864
+ "esnext.array.group-by",
2778
2865
  "esnext.array.unique-by"
2779
2866
  ],
2780
2867
  "core-js/features/array/virtual/at": [
@@ -2787,7 +2874,8 @@
2787
2874
  "es.array.copy-within"
2788
2875
  ],
2789
2876
  "core-js/features/array/virtual/entries": [
2790
- "es.array.iterator"
2877
+ "es.array.iterator",
2878
+ "es.object.to-string"
2791
2879
  ],
2792
2880
  "core-js/features/array/virtual/every": [
2793
2881
  "es.array.every"
@@ -2801,6 +2889,9 @@
2801
2889
  "core-js/features/array/virtual/filter-out": [
2802
2890
  "esnext.array.filter-out"
2803
2891
  ],
2892
+ "core-js/features/array/virtual/filter-reject": [
2893
+ "esnext.array.filter-reject"
2894
+ ],
2804
2895
  "core-js/features/array/virtual/find": [
2805
2896
  "es.array.find"
2806
2897
  ],
@@ -2824,6 +2915,9 @@
2824
2915
  "core-js/features/array/virtual/for-each": [
2825
2916
  "es.array.for-each"
2826
2917
  ],
2918
+ "core-js/features/array/virtual/group-by": [
2919
+ "esnext.array.group-by"
2920
+ ],
2827
2921
  "core-js/features/array/virtual/includes": [
2828
2922
  "es.array.includes"
2829
2923
  ],
@@ -2831,13 +2925,15 @@
2831
2925
  "es.array.index-of"
2832
2926
  ],
2833
2927
  "core-js/features/array/virtual/iterator": [
2834
- "es.array.iterator"
2928
+ "es.array.iterator",
2929
+ "es.object.to-string"
2835
2930
  ],
2836
2931
  "core-js/features/array/virtual/join": [
2837
2932
  "es.array.join"
2838
2933
  ],
2839
2934
  "core-js/features/array/virtual/keys": [
2840
- "es.array.iterator"
2935
+ "es.array.iterator",
2936
+ "es.object.to-string"
2841
2937
  ],
2842
2938
  "core-js/features/array/virtual/last-index-of": [
2843
2939
  "es.array.last-index-of"
@@ -2871,9 +2967,11 @@
2871
2967
  "esnext.array.unique-by"
2872
2968
  ],
2873
2969
  "core-js/features/array/virtual/values": [
2874
- "es.array.iterator"
2970
+ "es.array.iterator",
2971
+ "es.object.to-string"
2875
2972
  ],
2876
2973
  "core-js/features/async-iterator": [
2974
+ "es.array.iterator",
2877
2975
  "es.object.to-string",
2878
2976
  "es.promise",
2879
2977
  "es.string.iterator",
@@ -2896,60 +2994,47 @@
2896
2994
  "core-js/features/async-iterator/as-indexed-pairs": [
2897
2995
  "es.object.to-string",
2898
2996
  "es.promise",
2899
- "es.string.iterator",
2900
2997
  "esnext.async-iterator.constructor",
2901
- "esnext.async-iterator.as-indexed-pairs",
2902
- "web.dom-collections.iterator"
2998
+ "esnext.async-iterator.as-indexed-pairs"
2903
2999
  ],
2904
3000
  "core-js/features/async-iterator/drop": [
2905
3001
  "es.object.to-string",
2906
3002
  "es.promise",
2907
- "es.string.iterator",
2908
3003
  "esnext.async-iterator.constructor",
2909
- "esnext.async-iterator.drop",
2910
- "web.dom-collections.iterator"
3004
+ "esnext.async-iterator.drop"
2911
3005
  ],
2912
3006
  "core-js/features/async-iterator/every": [
2913
3007
  "es.object.to-string",
2914
3008
  "es.promise",
2915
- "es.string.iterator",
2916
3009
  "esnext.async-iterator.constructor",
2917
- "esnext.async-iterator.every",
2918
- "web.dom-collections.iterator"
3010
+ "esnext.async-iterator.every"
2919
3011
  ],
2920
3012
  "core-js/features/async-iterator/filter": [
2921
3013
  "es.object.to-string",
2922
3014
  "es.promise",
2923
- "es.string.iterator",
2924
3015
  "esnext.async-iterator.constructor",
2925
- "esnext.async-iterator.filter",
2926
- "web.dom-collections.iterator"
3016
+ "esnext.async-iterator.filter"
2927
3017
  ],
2928
3018
  "core-js/features/async-iterator/find": [
2929
3019
  "es.object.to-string",
2930
3020
  "es.promise",
2931
- "es.string.iterator",
2932
3021
  "esnext.async-iterator.constructor",
2933
- "esnext.async-iterator.find",
2934
- "web.dom-collections.iterator"
3022
+ "esnext.async-iterator.find"
2935
3023
  ],
2936
3024
  "core-js/features/async-iterator/flat-map": [
2937
3025
  "es.object.to-string",
2938
3026
  "es.promise",
2939
- "es.string.iterator",
2940
3027
  "esnext.async-iterator.constructor",
2941
- "esnext.async-iterator.flat-map",
2942
- "web.dom-collections.iterator"
3028
+ "esnext.async-iterator.flat-map"
2943
3029
  ],
2944
3030
  "core-js/features/async-iterator/for-each": [
2945
3031
  "es.object.to-string",
2946
3032
  "es.promise",
2947
- "es.string.iterator",
2948
3033
  "esnext.async-iterator.constructor",
2949
- "esnext.async-iterator.for-each",
2950
- "web.dom-collections.iterator"
3034
+ "esnext.async-iterator.for-each"
2951
3035
  ],
2952
3036
  "core-js/features/async-iterator/from": [
3037
+ "es.array.iterator",
2953
3038
  "es.object.to-string",
2954
3039
  "es.promise",
2955
3040
  "es.string.iterator",
@@ -2960,42 +3045,32 @@
2960
3045
  "core-js/features/async-iterator/map": [
2961
3046
  "es.object.to-string",
2962
3047
  "es.promise",
2963
- "es.string.iterator",
2964
3048
  "esnext.async-iterator.constructor",
2965
- "esnext.async-iterator.map",
2966
- "web.dom-collections.iterator"
3049
+ "esnext.async-iterator.map"
2967
3050
  ],
2968
3051
  "core-js/features/async-iterator/reduce": [
2969
3052
  "es.object.to-string",
2970
3053
  "es.promise",
2971
- "es.string.iterator",
2972
3054
  "esnext.async-iterator.constructor",
2973
- "esnext.async-iterator.reduce",
2974
- "web.dom-collections.iterator"
3055
+ "esnext.async-iterator.reduce"
2975
3056
  ],
2976
3057
  "core-js/features/async-iterator/some": [
2977
3058
  "es.object.to-string",
2978
3059
  "es.promise",
2979
- "es.string.iterator",
2980
3060
  "esnext.async-iterator.constructor",
2981
- "esnext.async-iterator.some",
2982
- "web.dom-collections.iterator"
3061
+ "esnext.async-iterator.some"
2983
3062
  ],
2984
3063
  "core-js/features/async-iterator/take": [
2985
3064
  "es.object.to-string",
2986
3065
  "es.promise",
2987
- "es.string.iterator",
2988
3066
  "esnext.async-iterator.constructor",
2989
- "esnext.async-iterator.take",
2990
- "web.dom-collections.iterator"
3067
+ "esnext.async-iterator.take"
2991
3068
  ],
2992
3069
  "core-js/features/async-iterator/to-array": [
2993
3070
  "es.object.to-string",
2994
3071
  "es.promise",
2995
- "es.string.iterator",
2996
3072
  "esnext.async-iterator.constructor",
2997
- "esnext.async-iterator.to-array",
2998
- "web.dom-collections.iterator"
3073
+ "esnext.async-iterator.to-array"
2999
3074
  ],
3000
3075
  "core-js/features/bigint": [
3001
3076
  "esnext.bigint.range"
@@ -3054,6 +3129,7 @@
3054
3129
  ],
3055
3130
  "core-js/features/dom-collections": [
3056
3131
  "es.array.iterator",
3132
+ "es.object.to-string",
3057
3133
  "web.dom-collections.for-each",
3058
3134
  "web.dom-collections.iterator"
3059
3135
  ],
@@ -3061,6 +3137,7 @@
3061
3137
  "web.dom-collections.for-each"
3062
3138
  ],
3063
3139
  "core-js/features/dom-collections/iterator": [
3140
+ "es.object.to-string",
3064
3141
  "web.dom-collections.iterator"
3065
3142
  ],
3066
3143
  "core-js/features/escape": [
@@ -3087,10 +3164,12 @@
3087
3164
  "es.function.bind"
3088
3165
  ],
3089
3166
  "core-js/features/get-iterator": [
3167
+ "es.array.iterator",
3090
3168
  "es.string.iterator",
3091
3169
  "web.dom-collections.iterator"
3092
3170
  ],
3093
3171
  "core-js/features/get-iterator-method": [
3172
+ "es.array.iterator",
3094
3173
  "es.string.iterator",
3095
3174
  "web.dom-collections.iterator"
3096
3175
  ],
@@ -3109,6 +3188,7 @@
3109
3188
  "es.string.code-point-at"
3110
3189
  ],
3111
3190
  "core-js/features/instance/code-points": [
3191
+ "es.object.to-string",
3112
3192
  "esnext.string.code-points"
3113
3193
  ],
3114
3194
  "core-js/features/instance/concat": [
@@ -3122,6 +3202,7 @@
3122
3202
  ],
3123
3203
  "core-js/features/instance/entries": [
3124
3204
  "es.array.iterator",
3205
+ "es.object.to-string",
3125
3206
  "web.dom-collections.iterator"
3126
3207
  ],
3127
3208
  "core-js/features/instance/every": [
@@ -3136,6 +3217,9 @@
3136
3217
  "core-js/features/instance/filter-out": [
3137
3218
  "esnext.array.filter-out"
3138
3219
  ],
3220
+ "core-js/features/instance/filter-reject": [
3221
+ "esnext.array.filter-reject"
3222
+ ],
3139
3223
  "core-js/features/instance/find": [
3140
3224
  "es.array.find"
3141
3225
  ],
@@ -3163,6 +3247,9 @@
3163
3247
  "es.array.for-each",
3164
3248
  "web.dom-collections.iterator"
3165
3249
  ],
3250
+ "core-js/features/instance/group-by": [
3251
+ "esnext.array.group-by"
3252
+ ],
3166
3253
  "core-js/features/instance/includes": [
3167
3254
  "es.array.includes",
3168
3255
  "es.string.includes"
@@ -3172,6 +3259,7 @@
3172
3259
  ],
3173
3260
  "core-js/features/instance/keys": [
3174
3261
  "es.array.iterator",
3262
+ "es.object.to-string",
3175
3263
  "web.dom-collections.iterator"
3176
3264
  ],
3177
3265
  "core-js/features/instance/last-index-of": [
@@ -3181,6 +3269,8 @@
3181
3269
  "es.array.map"
3182
3270
  ],
3183
3271
  "core-js/features/instance/match-all": [
3272
+ "es.object.to-string",
3273
+ "es.regexp.exec",
3184
3274
  "es.string.match-all",
3185
3275
  "esnext.string.match-all"
3186
3276
  ],
@@ -3200,6 +3290,8 @@
3200
3290
  "es.string.repeat"
3201
3291
  ],
3202
3292
  "core-js/features/instance/replace-all": [
3293
+ "es.regexp.exec",
3294
+ "es.string.replace",
3203
3295
  "es.string.replace-all"
3204
3296
  ],
3205
3297
  "core-js/features/instance/reverse": [
@@ -3241,13 +3333,16 @@
3241
3333
  ],
3242
3334
  "core-js/features/instance/values": [
3243
3335
  "es.array.iterator",
3336
+ "es.object.to-string",
3244
3337
  "web.dom-collections.iterator"
3245
3338
  ],
3246
3339
  "core-js/features/is-iterable": [
3340
+ "es.array.iterator",
3247
3341
  "es.string.iterator",
3248
3342
  "web.dom-collections.iterator"
3249
3343
  ],
3250
3344
  "core-js/features/iterator": [
3345
+ "es.array.iterator",
3251
3346
  "es.object.to-string",
3252
3347
  "es.string.iterator",
3253
3348
  "esnext.iterator.constructor",
@@ -3268,54 +3363,41 @@
3268
3363
  ],
3269
3364
  "core-js/features/iterator/as-indexed-pairs": [
3270
3365
  "es.object.to-string",
3271
- "es.string.iterator",
3272
3366
  "esnext.iterator.constructor",
3273
- "esnext.iterator.as-indexed-pairs",
3274
- "web.dom-collections.iterator"
3367
+ "esnext.iterator.as-indexed-pairs"
3275
3368
  ],
3276
3369
  "core-js/features/iterator/drop": [
3277
3370
  "es.object.to-string",
3278
- "es.string.iterator",
3279
3371
  "esnext.iterator.constructor",
3280
- "esnext.iterator.drop",
3281
- "web.dom-collections.iterator"
3372
+ "esnext.iterator.drop"
3282
3373
  ],
3283
3374
  "core-js/features/iterator/every": [
3284
3375
  "es.object.to-string",
3285
- "es.string.iterator",
3286
3376
  "esnext.iterator.constructor",
3287
- "esnext.iterator.every",
3288
- "web.dom-collections.iterator"
3377
+ "esnext.iterator.every"
3289
3378
  ],
3290
3379
  "core-js/features/iterator/filter": [
3291
3380
  "es.object.to-string",
3292
- "es.string.iterator",
3293
3381
  "esnext.iterator.constructor",
3294
- "esnext.iterator.filter",
3295
- "web.dom-collections.iterator"
3382
+ "esnext.iterator.filter"
3296
3383
  ],
3297
3384
  "core-js/features/iterator/find": [
3298
3385
  "es.object.to-string",
3299
- "es.string.iterator",
3300
3386
  "esnext.iterator.constructor",
3301
- "esnext.iterator.find",
3302
- "web.dom-collections.iterator"
3387
+ "esnext.iterator.find"
3303
3388
  ],
3304
3389
  "core-js/features/iterator/flat-map": [
3305
3390
  "es.object.to-string",
3306
- "es.string.iterator",
3307
3391
  "esnext.iterator.constructor",
3308
- "esnext.iterator.flat-map",
3309
- "web.dom-collections.iterator"
3392
+ "esnext.iterator.flat-map"
3310
3393
  ],
3311
3394
  "core-js/features/iterator/for-each": [
3312
3395
  "es.object.to-string",
3313
- "es.string.iterator",
3314
3396
  "esnext.iterator.constructor",
3315
- "esnext.iterator.for-each",
3316
- "web.dom-collections.iterator"
3397
+ "esnext.iterator.for-each"
3317
3398
  ],
3318
3399
  "core-js/features/iterator/from": [
3400
+ "es.array.iterator",
3319
3401
  "es.object.to-string",
3320
3402
  "es.string.iterator",
3321
3403
  "esnext.iterator.constructor",
@@ -3324,38 +3406,28 @@
3324
3406
  ],
3325
3407
  "core-js/features/iterator/map": [
3326
3408
  "es.object.to-string",
3327
- "es.string.iterator",
3328
3409
  "esnext.iterator.constructor",
3329
- "esnext.iterator.map",
3330
- "web.dom-collections.iterator"
3410
+ "esnext.iterator.map"
3331
3411
  ],
3332
3412
  "core-js/features/iterator/reduce": [
3333
3413
  "es.object.to-string",
3334
- "es.string.iterator",
3335
3414
  "esnext.iterator.constructor",
3336
- "esnext.iterator.reduce",
3337
- "web.dom-collections.iterator"
3415
+ "esnext.iterator.reduce"
3338
3416
  ],
3339
3417
  "core-js/features/iterator/some": [
3340
3418
  "es.object.to-string",
3341
- "es.string.iterator",
3342
3419
  "esnext.iterator.constructor",
3343
- "esnext.iterator.some",
3344
- "web.dom-collections.iterator"
3420
+ "esnext.iterator.some"
3345
3421
  ],
3346
3422
  "core-js/features/iterator/take": [
3347
3423
  "es.object.to-string",
3348
- "es.string.iterator",
3349
3424
  "esnext.iterator.constructor",
3350
- "esnext.iterator.take",
3351
- "web.dom-collections.iterator"
3425
+ "esnext.iterator.take"
3352
3426
  ],
3353
3427
  "core-js/features/iterator/to-array": [
3354
3428
  "es.object.to-string",
3355
- "es.string.iterator",
3356
3429
  "esnext.iterator.constructor",
3357
- "esnext.iterator.to-array",
3358
- "web.dom-collections.iterator"
3430
+ "esnext.iterator.to-array"
3359
3431
  ],
3360
3432
  "core-js/features/json": [
3361
3433
  "es.json.stringify",
@@ -3368,6 +3440,7 @@
3368
3440
  "es.json.to-string-tag"
3369
3441
  ],
3370
3442
  "core-js/features/map": [
3443
+ "es.array.iterator",
3371
3444
  "es.map",
3372
3445
  "es.object.to-string",
3373
3446
  "es.string.iterator",
@@ -3390,8 +3463,7 @@
3390
3463
  "esnext.map.some",
3391
3464
  "esnext.map.update",
3392
3465
  "esnext.map.update-or-insert",
3393
- "esnext.map.upsert",
3394
- "web.dom-collections.iterator"
3466
+ "esnext.map.upsert"
3395
3467
  ],
3396
3468
  "core-js/features/map/delete-all": [
3397
3469
  "es.map",
@@ -3418,6 +3490,7 @@
3418
3490
  "esnext.map.find-key"
3419
3491
  ],
3420
3492
  "core-js/features/map/from": [
3493
+ "es.array.iterator",
3421
3494
  "es.map",
3422
3495
  "es.string.iterator",
3423
3496
  "esnext.map.from",
@@ -3452,10 +3525,9 @@
3452
3525
  "esnext.map.merge"
3453
3526
  ],
3454
3527
  "core-js/features/map/of": [
3528
+ "es.array.iterator",
3455
3529
  "es.map",
3456
- "es.string.iterator",
3457
- "esnext.map.of",
3458
- "web.dom-collections.iterator"
3530
+ "esnext.map.of"
3459
3531
  ],
3460
3532
  "core-js/features/map/reduce": [
3461
3533
  "es.map",
@@ -3653,6 +3725,7 @@
3653
3725
  "es.number.parse-int"
3654
3726
  ],
3655
3727
  "core-js/features/number/range": [
3728
+ "es.object.to-string",
3656
3729
  "esnext.number.range"
3657
3730
  ],
3658
3731
  "core-js/features/number/to-fixed": [
@@ -3815,6 +3888,7 @@
3815
3888
  ],
3816
3889
  "core-js/features/promise": [
3817
3890
  "es.aggregate-error",
3891
+ "es.array.iterator",
3818
3892
  "es.object.to-string",
3819
3893
  "es.promise",
3820
3894
  "es.promise.all-settled",
@@ -3824,26 +3898,28 @@
3824
3898
  "esnext.aggregate-error",
3825
3899
  "esnext.promise.all-settled",
3826
3900
  "esnext.promise.any",
3827
- "esnext.promise.try",
3828
- "web.dom-collections.iterator"
3901
+ "esnext.promise.try"
3829
3902
  ],
3830
3903
  "core-js/features/promise/all-settled": [
3904
+ "es.array.iterator",
3905
+ "es.object.to-string",
3831
3906
  "es.promise",
3832
3907
  "es.promise.all-settled",
3833
3908
  "es.string.iterator",
3834
- "esnext.promise.all-settled",
3835
- "web.dom-collections.iterator"
3909
+ "esnext.promise.all-settled"
3836
3910
  ],
3837
3911
  "core-js/features/promise/any": [
3838
3912
  "es.aggregate-error",
3913
+ "es.array.iterator",
3914
+ "es.object.to-string",
3839
3915
  "es.promise",
3840
3916
  "es.promise.any",
3841
3917
  "es.string.iterator",
3842
3918
  "esnext.aggregate-error",
3843
- "esnext.promise.any",
3844
- "web.dom-collections.iterator"
3919
+ "esnext.promise.any"
3845
3920
  ],
3846
3921
  "core-js/features/promise/finally": [
3922
+ "es.object.to-string",
3847
3923
  "es.promise",
3848
3924
  "es.promise.finally"
3849
3925
  ],
@@ -3855,6 +3931,7 @@
3855
3931
  "web.queue-microtask"
3856
3932
  ],
3857
3933
  "core-js/features/reflect": [
3934
+ "es.object.to-string",
3858
3935
  "es.reflect.apply",
3859
3936
  "es.reflect.construct",
3860
3937
  "es.reflect.define-property",
@@ -3962,7 +4039,10 @@
3962
4039
  "es.string.split"
3963
4040
  ],
3964
4041
  "core-js/features/regexp/constructor": [
3965
- "es.regexp.constructor"
4042
+ "es.regexp.constructor",
4043
+ "es.regexp.dot-all",
4044
+ "es.regexp.exec",
4045
+ "es.regexp.sticky"
3966
4046
  ],
3967
4047
  "core-js/features/regexp/dot-all": [
3968
4048
  "es.regexp.constructor",
@@ -3973,15 +4053,19 @@
3973
4053
  "es.regexp.flags"
3974
4054
  ],
3975
4055
  "core-js/features/regexp/match": [
4056
+ "es.regexp.exec",
3976
4057
  "es.string.match"
3977
4058
  ],
3978
4059
  "core-js/features/regexp/replace": [
4060
+ "es.regexp.exec",
3979
4061
  "es.string.replace"
3980
4062
  ],
3981
4063
  "core-js/features/regexp/search": [
4064
+ "es.regexp.exec",
3982
4065
  "es.string.search"
3983
4066
  ],
3984
4067
  "core-js/features/regexp/split": [
4068
+ "es.regexp.exec",
3985
4069
  "es.string.split"
3986
4070
  ],
3987
4071
  "core-js/features/regexp/sticky": [
@@ -3997,6 +4081,7 @@
3997
4081
  "es.regexp.to-string"
3998
4082
  ],
3999
4083
  "core-js/features/set": [
4084
+ "es.array.iterator",
4000
4085
  "es.object.to-string",
4001
4086
  "es.set",
4002
4087
  "es.string.iterator",
@@ -4017,8 +4102,7 @@
4017
4102
  "esnext.set.reduce",
4018
4103
  "esnext.set.some",
4019
4104
  "esnext.set.symmetric-difference",
4020
- "esnext.set.union",
4021
- "web.dom-collections.iterator"
4105
+ "esnext.set.union"
4022
4106
  ],
4023
4107
  "core-js/features/set-immediate": [
4024
4108
  "web.immediate"
@@ -4038,6 +4122,7 @@
4038
4122
  "esnext.set.delete-all"
4039
4123
  ],
4040
4124
  "core-js/features/set/difference": [
4125
+ "es.array.iterator",
4041
4126
  "es.set",
4042
4127
  "es.string.iterator",
4043
4128
  "esnext.set.difference",
@@ -4056,28 +4141,39 @@
4056
4141
  "esnext.set.find"
4057
4142
  ],
4058
4143
  "core-js/features/set/from": [
4144
+ "es.array.iterator",
4059
4145
  "es.set",
4060
4146
  "es.string.iterator",
4061
4147
  "esnext.set.from",
4062
4148
  "web.dom-collections.iterator"
4063
4149
  ],
4064
4150
  "core-js/features/set/intersection": [
4151
+ "es.array.iterator",
4065
4152
  "es.set",
4066
- "esnext.set.intersection"
4153
+ "es.string.iterator",
4154
+ "esnext.set.intersection",
4155
+ "web.dom-collections.iterator"
4067
4156
  ],
4068
4157
  "core-js/features/set/is-disjoint-from": [
4158
+ "es.array.iterator",
4069
4159
  "es.set",
4070
- "esnext.set.is-disjoint-from"
4160
+ "es.string.iterator",
4161
+ "esnext.set.is-disjoint-from",
4162
+ "web.dom-collections.iterator"
4071
4163
  ],
4072
4164
  "core-js/features/set/is-subset-of": [
4165
+ "es.array.iterator",
4073
4166
  "es.set",
4074
4167
  "es.string.iterator",
4075
4168
  "esnext.set.is-subset-of",
4076
4169
  "web.dom-collections.iterator"
4077
4170
  ],
4078
4171
  "core-js/features/set/is-superset-of": [
4172
+ "es.array.iterator",
4079
4173
  "es.set",
4080
- "esnext.set.is-superset-of"
4174
+ "es.string.iterator",
4175
+ "esnext.set.is-superset-of",
4176
+ "web.dom-collections.iterator"
4081
4177
  ],
4082
4178
  "core-js/features/set/join": [
4083
4179
  "es.set",
@@ -4088,10 +4184,9 @@
4088
4184
  "esnext.set.map"
4089
4185
  ],
4090
4186
  "core-js/features/set/of": [
4187
+ "es.array.iterator",
4091
4188
  "es.set",
4092
- "es.string.iterator",
4093
- "esnext.set.of",
4094
- "web.dom-collections.iterator"
4189
+ "esnext.set.of"
4095
4190
  ],
4096
4191
  "core-js/features/set/reduce": [
4097
4192
  "es.set",
@@ -4102,18 +4197,21 @@
4102
4197
  "esnext.set.some"
4103
4198
  ],
4104
4199
  "core-js/features/set/symmetric-difference": [
4200
+ "es.array.iterator",
4105
4201
  "es.set",
4106
4202
  "es.string.iterator",
4107
4203
  "esnext.set.symmetric-difference",
4108
4204
  "web.dom-collections.iterator"
4109
4205
  ],
4110
4206
  "core-js/features/set/union": [
4207
+ "es.array.iterator",
4111
4208
  "es.set",
4112
4209
  "es.string.iterator",
4113
4210
  "esnext.set.union",
4114
4211
  "web.dom-collections.iterator"
4115
4212
  ],
4116
4213
  "core-js/features/string": [
4214
+ "es.object.to-string",
4117
4215
  "es.regexp.exec",
4118
4216
  "es.string.code-point-at",
4119
4217
  "es.string.ends-with",
@@ -4172,6 +4270,7 @@
4172
4270
  "es.string.code-point-at"
4173
4271
  ],
4174
4272
  "core-js/features/string/code-points": [
4273
+ "es.object.to-string",
4175
4274
  "esnext.string.code-points"
4176
4275
  ],
4177
4276
  "core-js/features/string/ends-with": [
@@ -4196,6 +4295,7 @@
4196
4295
  "es.string.italics"
4197
4296
  ],
4198
4297
  "core-js/features/string/iterator": [
4298
+ "es.object.to-string",
4199
4299
  "es.string.iterator"
4200
4300
  ],
4201
4301
  "core-js/features/string/link": [
@@ -4206,6 +4306,8 @@
4206
4306
  "es.string.match"
4207
4307
  ],
4208
4308
  "core-js/features/string/match-all": [
4309
+ "es.object.to-string",
4310
+ "es.regexp.exec",
4209
4311
  "es.string.match-all",
4210
4312
  "esnext.string.match-all"
4211
4313
  ],
@@ -4226,6 +4328,8 @@
4226
4328
  "es.string.replace"
4227
4329
  ],
4228
4330
  "core-js/features/string/replace-all": [
4331
+ "es.regexp.exec",
4332
+ "es.string.replace",
4229
4333
  "es.string.replace-all",
4230
4334
  "esnext.string.replace-all"
4231
4335
  ],
@@ -4271,6 +4375,8 @@
4271
4375
  "es.string.trim-start"
4272
4376
  ],
4273
4377
  "core-js/features/string/virtual": [
4378
+ "es.object.to-string",
4379
+ "es.regexp.exec",
4274
4380
  "es.string.code-point-at",
4275
4381
  "es.string.ends-with",
4276
4382
  "es.string.includes",
@@ -4326,6 +4432,7 @@
4326
4432
  "es.string.code-point-at"
4327
4433
  ],
4328
4434
  "core-js/features/string/virtual/code-points": [
4435
+ "es.object.to-string",
4329
4436
  "esnext.string.code-points"
4330
4437
  ],
4331
4438
  "core-js/features/string/virtual/ends-with": [
@@ -4347,12 +4454,15 @@
4347
4454
  "es.string.italics"
4348
4455
  ],
4349
4456
  "core-js/features/string/virtual/iterator": [
4457
+ "es.object.to-string",
4350
4458
  "es.string.iterator"
4351
4459
  ],
4352
4460
  "core-js/features/string/virtual/link": [
4353
4461
  "es.string.link"
4354
4462
  ],
4355
4463
  "core-js/features/string/virtual/match-all": [
4464
+ "es.object.to-string",
4465
+ "es.regexp.exec",
4356
4466
  "es.string.match-all",
4357
4467
  "esnext.string.match-all"
4358
4468
  ],
@@ -4366,6 +4476,8 @@
4366
4476
  "es.string.repeat"
4367
4477
  ],
4368
4478
  "core-js/features/string/virtual/replace-all": [
4479
+ "es.regexp.exec",
4480
+ "es.string.replace",
4369
4481
  "es.string.replace-all",
4370
4482
  "esnext.string.replace-all"
4371
4483
  ],
@@ -4456,18 +4568,22 @@
4456
4568
  ],
4457
4569
  "core-js/features/symbol/iterator": [
4458
4570
  "es.symbol.iterator",
4459
- "es.string.iterator",
4460
- "web.dom-collections.iterator"
4571
+ "es.array.iterator",
4572
+ "es.object.to-string",
4573
+ "es.string.iterator"
4461
4574
  ],
4462
4575
  "core-js/features/symbol/key-for": [
4463
4576
  "es.symbol"
4464
4577
  ],
4465
4578
  "core-js/features/symbol/match": [
4466
4579
  "es.symbol.match",
4580
+ "es.regexp.exec",
4467
4581
  "es.string.match"
4468
4582
  ],
4469
4583
  "core-js/features/symbol/match-all": [
4470
4584
  "es.symbol.match-all",
4585
+ "es.object.to-string",
4586
+ "es.regexp.exec",
4471
4587
  "es.string.match-all"
4472
4588
  ],
4473
4589
  "core-js/features/symbol/matcher": [
@@ -4484,6 +4600,7 @@
4484
4600
  ],
4485
4601
  "core-js/features/symbol/replace": [
4486
4602
  "es.symbol.replace",
4603
+ "es.regexp.exec",
4487
4604
  "es.string.replace"
4488
4605
  ],
4489
4606
  "core-js/features/symbol/replace-all": [
@@ -4491,6 +4608,7 @@
4491
4608
  ],
4492
4609
  "core-js/features/symbol/search": [
4493
4610
  "es.symbol.search",
4611
+ "es.regexp.exec",
4494
4612
  "es.string.search"
4495
4613
  ],
4496
4614
  "core-js/features/symbol/species": [
@@ -4498,10 +4616,12 @@
4498
4616
  ],
4499
4617
  "core-js/features/symbol/split": [
4500
4618
  "es.symbol.split",
4619
+ "es.regexp.exec",
4501
4620
  "es.string.split"
4502
4621
  ],
4503
4622
  "core-js/features/symbol/to-primitive": [
4504
- "es.symbol.to-primitive"
4623
+ "es.symbol.to-primitive",
4624
+ "es.date.to-primitive"
4505
4625
  ],
4506
4626
  "core-js/features/symbol/to-string-tag": [
4507
4627
  "es.symbol.to-string-tag",
@@ -4516,6 +4636,7 @@
4516
4636
  "core-js/features/typed-array": [
4517
4637
  "es.map",
4518
4638
  "es.object.to-string",
4639
+ "es.string.iterator",
4519
4640
  "es.typed-array.float32-array",
4520
4641
  "es.typed-array.float64-array",
4521
4642
  "es.typed-array.int8-array",
@@ -4552,8 +4673,10 @@
4552
4673
  "es.typed-array.to-string",
4553
4674
  "esnext.typed-array.at",
4554
4675
  "esnext.typed-array.filter-out",
4676
+ "esnext.typed-array.filter-reject",
4555
4677
  "esnext.typed-array.find-last",
4556
4678
  "esnext.typed-array.find-last-index",
4679
+ "esnext.typed-array.group-by",
4557
4680
  "esnext.typed-array.unique-by"
4558
4681
  ],
4559
4682
  "core-js/features/typed-array/at": [
@@ -4563,6 +4686,7 @@
4563
4686
  "es.typed-array.copy-within"
4564
4687
  ],
4565
4688
  "core-js/features/typed-array/entries": [
4689
+ "es.object.to-string",
4566
4690
  "es.typed-array.iterator"
4567
4691
  ],
4568
4692
  "core-js/features/typed-array/every": [
@@ -4577,6 +4701,9 @@
4577
4701
  "core-js/features/typed-array/filter-out": [
4578
4702
  "esnext.typed-array.filter-out"
4579
4703
  ],
4704
+ "core-js/features/typed-array/filter-reject": [
4705
+ "esnext.typed-array.filter-reject"
4706
+ ],
4580
4707
  "core-js/features/typed-array/find": [
4581
4708
  "es.typed-array.find"
4582
4709
  ],
@@ -4591,6 +4718,7 @@
4591
4718
  ],
4592
4719
  "core-js/features/typed-array/float32-array": [
4593
4720
  "es.object.to-string",
4721
+ "es.string.iterator",
4594
4722
  "es.typed-array.float32-array",
4595
4723
  "es.typed-array.copy-within",
4596
4724
  "es.typed-array.every",
@@ -4620,6 +4748,7 @@
4620
4748
  ],
4621
4749
  "core-js/features/typed-array/float64-array": [
4622
4750
  "es.object.to-string",
4751
+ "es.string.iterator",
4623
4752
  "es.typed-array.float64-array",
4624
4753
  "es.typed-array.copy-within",
4625
4754
  "es.typed-array.every",
@@ -4653,6 +4782,9 @@
4653
4782
  "core-js/features/typed-array/from": [
4654
4783
  "es.typed-array.from"
4655
4784
  ],
4785
+ "core-js/features/typed-array/group-by": [
4786
+ "esnext.typed-array.group-by"
4787
+ ],
4656
4788
  "core-js/features/typed-array/includes": [
4657
4789
  "es.typed-array.includes"
4658
4790
  ],
@@ -4661,6 +4793,7 @@
4661
4793
  ],
4662
4794
  "core-js/features/typed-array/int16-array": [
4663
4795
  "es.object.to-string",
4796
+ "es.string.iterator",
4664
4797
  "es.typed-array.int16-array",
4665
4798
  "es.typed-array.copy-within",
4666
4799
  "es.typed-array.every",
@@ -4690,6 +4823,7 @@
4690
4823
  ],
4691
4824
  "core-js/features/typed-array/int32-array": [
4692
4825
  "es.object.to-string",
4826
+ "es.string.iterator",
4693
4827
  "es.typed-array.int32-array",
4694
4828
  "es.typed-array.copy-within",
4695
4829
  "es.typed-array.every",
@@ -4719,6 +4853,7 @@
4719
4853
  ],
4720
4854
  "core-js/features/typed-array/int8-array": [
4721
4855
  "es.object.to-string",
4856
+ "es.string.iterator",
4722
4857
  "es.typed-array.int8-array",
4723
4858
  "es.typed-array.copy-within",
4724
4859
  "es.typed-array.every",
@@ -4747,12 +4882,14 @@
4747
4882
  "es.typed-array.to-string"
4748
4883
  ],
4749
4884
  "core-js/features/typed-array/iterator": [
4885
+ "es.object.to-string",
4750
4886
  "es.typed-array.iterator"
4751
4887
  ],
4752
4888
  "core-js/features/typed-array/join": [
4753
4889
  "es.typed-array.join"
4754
4890
  ],
4755
4891
  "core-js/features/typed-array/keys": [
4892
+ "es.object.to-string",
4756
4893
  "es.typed-array.iterator"
4757
4894
  ],
4758
4895
  "core-js/features/typed-array/last-index-of": [
@@ -4796,6 +4933,7 @@
4796
4933
  ],
4797
4934
  "core-js/features/typed-array/uint16-array": [
4798
4935
  "es.object.to-string",
4936
+ "es.string.iterator",
4799
4937
  "es.typed-array.uint16-array",
4800
4938
  "es.typed-array.copy-within",
4801
4939
  "es.typed-array.every",
@@ -4825,6 +4963,7 @@
4825
4963
  ],
4826
4964
  "core-js/features/typed-array/uint32-array": [
4827
4965
  "es.object.to-string",
4966
+ "es.string.iterator",
4828
4967
  "es.typed-array.uint32-array",
4829
4968
  "es.typed-array.copy-within",
4830
4969
  "es.typed-array.every",
@@ -4854,6 +4993,7 @@
4854
4993
  ],
4855
4994
  "core-js/features/typed-array/uint8-array": [
4856
4995
  "es.object.to-string",
4996
+ "es.string.iterator",
4857
4997
  "es.typed-array.uint8-array",
4858
4998
  "es.typed-array.copy-within",
4859
4999
  "es.typed-array.every",
@@ -4883,6 +5023,7 @@
4883
5023
  ],
4884
5024
  "core-js/features/typed-array/uint8-clamped-array": [
4885
5025
  "es.object.to-string",
5026
+ "es.string.iterator",
4886
5027
  "es.typed-array.uint8-clamped-array",
4887
5028
  "es.typed-array.copy-within",
4888
5029
  "es.typed-array.every",
@@ -4915,6 +5056,7 @@
4915
5056
  "esnext.typed-array.unique-by"
4916
5057
  ],
4917
5058
  "core-js/features/typed-array/values": [
5059
+ "es.object.to-string",
4918
5060
  "es.typed-array.iterator"
4919
5061
  ],
4920
5062
  "core-js/features/unescape": [
@@ -4926,20 +5068,22 @@
4926
5068
  "web.url-search-params"
4927
5069
  ],
4928
5070
  "core-js/features/url-search-params": [
5071
+ "web.dom-collections.iterator",
4929
5072
  "web.url-search-params"
4930
5073
  ],
4931
5074
  "core-js/features/url/to-json": [
4932
5075
  "web.url.to-json"
4933
5076
  ],
4934
5077
  "core-js/features/weak-map": [
5078
+ "es.array.iterator",
4935
5079
  "es.object.to-string",
5080
+ "es.string.iterator",
4936
5081
  "es.weak-map",
4937
5082
  "esnext.weak-map.delete-all",
4938
5083
  "esnext.weak-map.from",
4939
5084
  "esnext.weak-map.of",
4940
5085
  "esnext.weak-map.emplace",
4941
- "esnext.weak-map.upsert",
4942
- "web.dom-collections.iterator"
5086
+ "esnext.weak-map.upsert"
4943
5087
  ],
4944
5088
  "core-js/features/weak-map/delete-all": [
4945
5089
  "es.weak-map",
@@ -4950,29 +5094,30 @@
4950
5094
  "esnext.weak-map.emplace"
4951
5095
  ],
4952
5096
  "core-js/features/weak-map/from": [
5097
+ "es.array.iterator",
4953
5098
  "es.string.iterator",
4954
5099
  "es.weak-map",
4955
5100
  "esnext.weak-map.from",
4956
5101
  "web.dom-collections.iterator"
4957
5102
  ],
4958
5103
  "core-js/features/weak-map/of": [
4959
- "es.string.iterator",
5104
+ "es.array.iterator",
4960
5105
  "es.weak-map",
4961
- "esnext.weak-map.of",
4962
- "web.dom-collections.iterator"
5106
+ "esnext.weak-map.of"
4963
5107
  ],
4964
5108
  "core-js/features/weak-map/upsert": [
4965
5109
  "es.weak-map",
4966
5110
  "esnext.weak-map.upsert"
4967
5111
  ],
4968
5112
  "core-js/features/weak-set": [
5113
+ "es.array.iterator",
4969
5114
  "es.object.to-string",
5115
+ "es.string.iterator",
4970
5116
  "es.weak-set",
4971
5117
  "esnext.weak-set.add-all",
4972
5118
  "esnext.weak-set.delete-all",
4973
5119
  "esnext.weak-set.from",
4974
- "esnext.weak-set.of",
4975
- "web.dom-collections.iterator"
5120
+ "esnext.weak-set.of"
4976
5121
  ],
4977
5122
  "core-js/features/weak-set/add-all": [
4978
5123
  "es.weak-set",
@@ -4983,16 +5128,16 @@
4983
5128
  "esnext.weak-set.delete-all"
4984
5129
  ],
4985
5130
  "core-js/features/weak-set/from": [
5131
+ "es.array.iterator",
4986
5132
  "es.string.iterator",
4987
5133
  "es.weak-set",
4988
5134
  "esnext.weak-set.from",
4989
5135
  "web.dom-collections.iterator"
4990
5136
  ],
4991
5137
  "core-js/features/weak-set/of": [
4992
- "es.string.iterator",
5138
+ "es.array.iterator",
4993
5139
  "es.weak-set",
4994
- "esnext.weak-set.of",
4995
- "web.dom-collections.iterator"
5140
+ "esnext.weak-set.of"
4996
5141
  ],
4997
5142
  "core-js/modules/es.aggregate-error": [
4998
5143
  "es.aggregate-error"
@@ -5657,12 +5802,18 @@
5657
5802
  "core-js/modules/esnext.array.filter-out": [
5658
5803
  "esnext.array.filter-out"
5659
5804
  ],
5805
+ "core-js/modules/esnext.array.filter-reject": [
5806
+ "esnext.array.filter-reject"
5807
+ ],
5660
5808
  "core-js/modules/esnext.array.find-last": [
5661
5809
  "esnext.array.find-last"
5662
5810
  ],
5663
5811
  "core-js/modules/esnext.array.find-last-index": [
5664
5812
  "esnext.array.find-last-index"
5665
5813
  ],
5814
+ "core-js/modules/esnext.array.group-by": [
5815
+ "esnext.array.group-by"
5816
+ ],
5666
5817
  "core-js/modules/esnext.array.is-template-object": [
5667
5818
  "esnext.array.is-template-object"
5668
5819
  ],
@@ -6023,12 +6174,18 @@
6023
6174
  "core-js/modules/esnext.typed-array.filter-out": [
6024
6175
  "esnext.typed-array.filter-out"
6025
6176
  ],
6177
+ "core-js/modules/esnext.typed-array.filter-reject": [
6178
+ "esnext.typed-array.filter-reject"
6179
+ ],
6026
6180
  "core-js/modules/esnext.typed-array.find-last": [
6027
6181
  "esnext.typed-array.find-last"
6028
6182
  ],
6029
6183
  "core-js/modules/esnext.typed-array.find-last-index": [
6030
6184
  "esnext.typed-array.find-last-index"
6031
6185
  ],
6186
+ "core-js/modules/esnext.typed-array.group-by": [
6187
+ "esnext.typed-array.group-by"
6188
+ ],
6032
6189
  "core-js/modules/esnext.typed-array.unique-by": [
6033
6190
  "esnext.typed-array.unique-by"
6034
6191
  ],
@@ -6088,8 +6245,10 @@
6088
6245
  "esnext.aggregate-error",
6089
6246
  "esnext.array.at",
6090
6247
  "esnext.array.filter-out",
6248
+ "esnext.array.filter-reject",
6091
6249
  "esnext.array.find-last",
6092
6250
  "esnext.array.find-last-index",
6251
+ "esnext.array.group-by",
6093
6252
  "esnext.array.is-template-object",
6094
6253
  "esnext.array.last-index",
6095
6254
  "esnext.array.last-item",
@@ -6209,8 +6368,10 @@
6209
6368
  "esnext.symbol.replace-all",
6210
6369
  "esnext.typed-array.at",
6211
6370
  "esnext.typed-array.filter-out",
6371
+ "esnext.typed-array.filter-reject",
6212
6372
  "esnext.typed-array.find-last",
6213
6373
  "esnext.typed-array.find-last-index",
6374
+ "esnext.typed-array.group-by",
6214
6375
  "esnext.typed-array.unique-by",
6215
6376
  "esnext.weak-map.delete-all",
6216
6377
  "esnext.weak-map.from",
@@ -6230,7 +6391,9 @@
6230
6391
  ],
6231
6392
  "core-js/proposals/array-filtering": [
6232
6393
  "esnext.array.filter-out",
6233
- "esnext.typed-array.filter-out"
6394
+ "esnext.array.filter-reject",
6395
+ "esnext.typed-array.filter-out",
6396
+ "esnext.typed-array.filter-reject"
6234
6397
  ],
6235
6398
  "core-js/proposals/array-find-from-last": [
6236
6399
  "esnext.array.find-last",
@@ -6238,6 +6401,10 @@
6238
6401
  "esnext.typed-array.find-last",
6239
6402
  "esnext.typed-array.find-last-index"
6240
6403
  ],
6404
+ "core-js/proposals/array-grouping": [
6405
+ "esnext.array.group-by",
6406
+ "esnext.typed-array.group-by"
6407
+ ],
6241
6408
  "core-js/proposals/array-is-template-object": [
6242
6409
  "esnext.array.is-template-object"
6243
6410
  ],
@@ -6670,6 +6837,7 @@
6670
6837
  ],
6671
6838
  "core-js/stable/aggregate-error": [
6672
6839
  "es.aggregate-error",
6840
+ "es.array.iterator",
6673
6841
  "es.string.iterator",
6674
6842
  "esnext.aggregate-error",
6675
6843
  "web.dom-collections.iterator"
@@ -6704,6 +6872,7 @@
6704
6872
  "es.array.splice",
6705
6873
  "es.array.unscopables.flat",
6706
6874
  "es.array.unscopables.flat-map",
6875
+ "es.object.to-string",
6707
6876
  "es.string.iterator"
6708
6877
  ],
6709
6878
  "core-js/stable/array-buffer": [
@@ -6729,7 +6898,8 @@
6729
6898
  "es.array.copy-within"
6730
6899
  ],
6731
6900
  "core-js/stable/array/entries": [
6732
- "es.array.iterator"
6901
+ "es.array.iterator",
6902
+ "es.object.to-string"
6733
6903
  ],
6734
6904
  "core-js/stable/array/every": [
6735
6905
  "es.array.every"
@@ -6771,13 +6941,15 @@
6771
6941
  "es.array.is-array"
6772
6942
  ],
6773
6943
  "core-js/stable/array/iterator": [
6774
- "es.array.iterator"
6944
+ "es.array.iterator",
6945
+ "es.object.to-string"
6775
6946
  ],
6776
6947
  "core-js/stable/array/join": [
6777
6948
  "es.array.join"
6778
6949
  ],
6779
6950
  "core-js/stable/array/keys": [
6780
- "es.array.iterator"
6951
+ "es.array.iterator",
6952
+ "es.object.to-string"
6781
6953
  ],
6782
6954
  "core-js/stable/array/last-index-of": [
6783
6955
  "es.array.last-index-of"
@@ -6810,7 +6982,8 @@
6810
6982
  "es.array.splice"
6811
6983
  ],
6812
6984
  "core-js/stable/array/values": [
6813
- "es.array.iterator"
6985
+ "es.array.iterator",
6986
+ "es.object.to-string"
6814
6987
  ],
6815
6988
  "core-js/stable/array/virtual": [
6816
6989
  "es.array.concat",
@@ -6838,7 +7011,8 @@
6838
7011
  "es.array.species",
6839
7012
  "es.array.splice",
6840
7013
  "es.array.unscopables.flat",
6841
- "es.array.unscopables.flat-map"
7014
+ "es.array.unscopables.flat-map",
7015
+ "es.object.to-string"
6842
7016
  ],
6843
7017
  "core-js/stable/array/virtual/concat": [
6844
7018
  "es.array.concat"
@@ -6847,7 +7021,8 @@
6847
7021
  "es.array.copy-within"
6848
7022
  ],
6849
7023
  "core-js/stable/array/virtual/entries": [
6850
- "es.array.iterator"
7024
+ "es.array.iterator",
7025
+ "es.object.to-string"
6851
7026
  ],
6852
7027
  "core-js/stable/array/virtual/every": [
6853
7028
  "es.array.every"
@@ -6882,13 +7057,15 @@
6882
7057
  "es.array.index-of"
6883
7058
  ],
6884
7059
  "core-js/stable/array/virtual/iterator": [
6885
- "es.array.iterator"
7060
+ "es.array.iterator",
7061
+ "es.object.to-string"
6886
7062
  ],
6887
7063
  "core-js/stable/array/virtual/join": [
6888
7064
  "es.array.join"
6889
7065
  ],
6890
7066
  "core-js/stable/array/virtual/keys": [
6891
- "es.array.iterator"
7067
+ "es.array.iterator",
7068
+ "es.object.to-string"
6892
7069
  ],
6893
7070
  "core-js/stable/array/virtual/last-index-of": [
6894
7071
  "es.array.last-index-of"
@@ -6918,7 +7095,8 @@
6918
7095
  "es.array.splice"
6919
7096
  ],
6920
7097
  "core-js/stable/array/virtual/values": [
6921
- "es.array.iterator"
7098
+ "es.array.iterator",
7099
+ "es.object.to-string"
6922
7100
  ],
6923
7101
  "core-js/stable/clear-immediate": [
6924
7102
  "web.immediate"
@@ -6964,6 +7142,7 @@
6964
7142
  ],
6965
7143
  "core-js/stable/dom-collections": [
6966
7144
  "es.array.iterator",
7145
+ "es.object.to-string",
6967
7146
  "web.dom-collections.for-each",
6968
7147
  "web.dom-collections.iterator"
6969
7148
  ],
@@ -6971,6 +7150,7 @@
6971
7150
  "web.dom-collections.for-each"
6972
7151
  ],
6973
7152
  "core-js/stable/dom-collections/iterator": [
7153
+ "es.object.to-string",
6974
7154
  "web.dom-collections.iterator"
6975
7155
  ],
6976
7156
  "core-js/stable/escape": [
@@ -7016,6 +7196,7 @@
7016
7196
  ],
7017
7197
  "core-js/stable/instance/entries": [
7018
7198
  "es.array.iterator",
7199
+ "es.object.to-string",
7019
7200
  "web.dom-collections.iterator"
7020
7201
  ],
7021
7202
  "core-js/stable/instance/every": [
@@ -7057,6 +7238,7 @@
7057
7238
  ],
7058
7239
  "core-js/stable/instance/keys": [
7059
7240
  "es.array.iterator",
7241
+ "es.object.to-string",
7060
7242
  "web.dom-collections.iterator"
7061
7243
  ],
7062
7244
  "core-js/stable/instance/last-index-of": [
@@ -7066,6 +7248,8 @@
7066
7248
  "es.array.map"
7067
7249
  ],
7068
7250
  "core-js/stable/instance/match-all": [
7251
+ "es.object.to-string",
7252
+ "es.regexp.exec",
7069
7253
  "es.string.match-all"
7070
7254
  ],
7071
7255
  "core-js/stable/instance/pad-end": [
@@ -7084,6 +7268,8 @@
7084
7268
  "es.string.repeat"
7085
7269
  ],
7086
7270
  "core-js/stable/instance/replace-all": [
7271
+ "es.regexp.exec",
7272
+ "es.string.replace",
7087
7273
  "es.string.replace-all"
7088
7274
  ],
7089
7275
  "core-js/stable/instance/reverse": [
@@ -7121,6 +7307,7 @@
7121
7307
  ],
7122
7308
  "core-js/stable/instance/values": [
7123
7309
  "es.array.iterator",
7310
+ "es.object.to-string",
7124
7311
  "web.dom-collections.iterator"
7125
7312
  ],
7126
7313
  "core-js/stable/json": [
@@ -7134,6 +7321,7 @@
7134
7321
  "es.json.to-string-tag"
7135
7322
  ],
7136
7323
  "core-js/stable/map": [
7324
+ "es.array.iterator",
7137
7325
  "es.map",
7138
7326
  "es.object.to-string",
7139
7327
  "es.string.iterator",
@@ -7302,7 +7490,8 @@
7302
7490
  "es.object.set-prototype-of",
7303
7491
  "es.object.to-string",
7304
7492
  "es.object.values",
7305
- "es.reflect.to-string-tag"
7493
+ "es.reflect.to-string-tag",
7494
+ "web.dom-collections.iterator"
7306
7495
  ],
7307
7496
  "core-js/stable/object/assign": [
7308
7497
  "es.object.assign"
@@ -7330,7 +7519,8 @@
7330
7519
  ],
7331
7520
  "core-js/stable/object/from-entries": [
7332
7521
  "es.array.iterator",
7333
- "es.object.from-entries"
7522
+ "es.object.from-entries",
7523
+ "web.dom-collections.iterator"
7334
7524
  ],
7335
7525
  "core-js/stable/object/get-own-property-descriptor": [
7336
7526
  "es.object.get-own-property-descriptor"
@@ -7394,6 +7584,7 @@
7394
7584
  ],
7395
7585
  "core-js/stable/promise": [
7396
7586
  "es.aggregate-error",
7587
+ "es.array.iterator",
7397
7588
  "es.object.to-string",
7398
7589
  "es.promise",
7399
7590
  "es.promise.all-settled",
@@ -7403,6 +7594,8 @@
7403
7594
  "web.dom-collections.iterator"
7404
7595
  ],
7405
7596
  "core-js/stable/promise/all-settled": [
7597
+ "es.array.iterator",
7598
+ "es.object.to-string",
7406
7599
  "es.promise",
7407
7600
  "es.promise.all-settled",
7408
7601
  "es.string.iterator",
@@ -7410,12 +7603,15 @@
7410
7603
  ],
7411
7604
  "core-js/stable/promise/any": [
7412
7605
  "es.aggregate-error",
7606
+ "es.array.iterator",
7607
+ "es.object.to-string",
7413
7608
  "es.promise",
7414
7609
  "es.promise.any",
7415
7610
  "es.string.iterator",
7416
7611
  "web.dom-collections.iterator"
7417
7612
  ],
7418
7613
  "core-js/stable/promise/finally": [
7614
+ "es.object.to-string",
7419
7615
  "es.promise",
7420
7616
  "es.promise.finally"
7421
7617
  ],
@@ -7423,6 +7619,7 @@
7423
7619
  "web.queue-microtask"
7424
7620
  ],
7425
7621
  "core-js/stable/reflect": [
7622
+ "es.object.to-string",
7426
7623
  "es.reflect.apply",
7427
7624
  "es.reflect.construct",
7428
7625
  "es.reflect.define-property",
@@ -7494,7 +7691,10 @@
7494
7691
  "es.string.split"
7495
7692
  ],
7496
7693
  "core-js/stable/regexp/constructor": [
7497
- "es.regexp.constructor"
7694
+ "es.regexp.constructor",
7695
+ "es.regexp.dot-all",
7696
+ "es.regexp.exec",
7697
+ "es.regexp.sticky"
7498
7698
  ],
7499
7699
  "core-js/stable/regexp/dot-all": [
7500
7700
  "es.regexp.constructor",
@@ -7505,15 +7705,19 @@
7505
7705
  "es.regexp.flags"
7506
7706
  ],
7507
7707
  "core-js/stable/regexp/match": [
7708
+ "es.regexp.exec",
7508
7709
  "es.string.match"
7509
7710
  ],
7510
7711
  "core-js/stable/regexp/replace": [
7712
+ "es.regexp.exec",
7511
7713
  "es.string.replace"
7512
7714
  ],
7513
7715
  "core-js/stable/regexp/search": [
7716
+ "es.regexp.exec",
7514
7717
  "es.string.search"
7515
7718
  ],
7516
7719
  "core-js/stable/regexp/split": [
7720
+ "es.regexp.exec",
7517
7721
  "es.string.split"
7518
7722
  ],
7519
7723
  "core-js/stable/regexp/sticky": [
@@ -7529,6 +7733,7 @@
7529
7733
  "es.regexp.to-string"
7530
7734
  ],
7531
7735
  "core-js/stable/set": [
7736
+ "es.array.iterator",
7532
7737
  "es.object.to-string",
7533
7738
  "es.set",
7534
7739
  "es.string.iterator",
@@ -7544,6 +7749,7 @@
7544
7749
  "web.timers"
7545
7750
  ],
7546
7751
  "core-js/stable/string": [
7752
+ "es.object.to-string",
7547
7753
  "es.regexp.exec",
7548
7754
  "es.string.code-point-at",
7549
7755
  "es.string.ends-with",
@@ -7616,6 +7822,7 @@
7616
7822
  "es.string.italics"
7617
7823
  ],
7618
7824
  "core-js/stable/string/iterator": [
7825
+ "es.object.to-string",
7619
7826
  "es.string.iterator"
7620
7827
  ],
7621
7828
  "core-js/stable/string/link": [
@@ -7626,6 +7833,8 @@
7626
7833
  "es.string.match"
7627
7834
  ],
7628
7835
  "core-js/stable/string/match-all": [
7836
+ "es.object.to-string",
7837
+ "es.regexp.exec",
7629
7838
  "es.string.match-all"
7630
7839
  ],
7631
7840
  "core-js/stable/string/pad-end": [
@@ -7645,6 +7854,8 @@
7645
7854
  "es.string.replace"
7646
7855
  ],
7647
7856
  "core-js/stable/string/replace-all": [
7857
+ "es.regexp.exec",
7858
+ "es.string.replace",
7648
7859
  "es.string.replace-all"
7649
7860
  ],
7650
7861
  "core-js/stable/string/search": [
@@ -7689,6 +7900,8 @@
7689
7900
  "es.string.trim-start"
7690
7901
  ],
7691
7902
  "core-js/stable/string/virtual": [
7903
+ "es.object.to-string",
7904
+ "es.regexp.exec",
7692
7905
  "es.string.code-point-at",
7693
7906
  "es.string.ends-with",
7694
7907
  "es.string.includes",
@@ -7755,12 +7968,15 @@
7755
7968
  "es.string.italics"
7756
7969
  ],
7757
7970
  "core-js/stable/string/virtual/iterator": [
7971
+ "es.object.to-string",
7758
7972
  "es.string.iterator"
7759
7973
  ],
7760
7974
  "core-js/stable/string/virtual/link": [
7761
7975
  "es.string.link"
7762
7976
  ],
7763
7977
  "core-js/stable/string/virtual/match-all": [
7978
+ "es.object.to-string",
7979
+ "es.regexp.exec",
7764
7980
  "es.string.match-all"
7765
7981
  ],
7766
7982
  "core-js/stable/string/virtual/pad-end": [
@@ -7773,6 +7989,8 @@
7773
7989
  "es.string.repeat"
7774
7990
  ],
7775
7991
  "core-js/stable/string/virtual/replace-all": [
7992
+ "es.regexp.exec",
7993
+ "es.string.replace",
7776
7994
  "es.string.replace-all"
7777
7995
  ],
7778
7996
  "core-js/stable/string/virtual/small": [
@@ -7828,7 +8046,8 @@
7828
8046
  "es.json.to-string-tag",
7829
8047
  "es.math.to-string-tag",
7830
8048
  "es.object.to-string",
7831
- "es.reflect.to-string-tag"
8049
+ "es.reflect.to-string-tag",
8050
+ "web.dom-collections.iterator"
7832
8051
  ],
7833
8052
  "core-js/stable/symbol/async-iterator": [
7834
8053
  "es.symbol.async-iterator"
@@ -7849,6 +8068,8 @@
7849
8068
  ],
7850
8069
  "core-js/stable/symbol/iterator": [
7851
8070
  "es.symbol.iterator",
8071
+ "es.array.iterator",
8072
+ "es.object.to-string",
7852
8073
  "es.string.iterator",
7853
8074
  "web.dom-collections.iterator"
7854
8075
  ],
@@ -7857,18 +8078,23 @@
7857
8078
  ],
7858
8079
  "core-js/stable/symbol/match": [
7859
8080
  "es.symbol.match",
8081
+ "es.regexp.exec",
7860
8082
  "es.string.match"
7861
8083
  ],
7862
8084
  "core-js/stable/symbol/match-all": [
7863
8085
  "es.symbol.match-all",
8086
+ "es.object.to-string",
8087
+ "es.regexp.exec",
7864
8088
  "es.string.match-all"
7865
8089
  ],
7866
8090
  "core-js/stable/symbol/replace": [
7867
8091
  "es.symbol.replace",
8092
+ "es.regexp.exec",
7868
8093
  "es.string.replace"
7869
8094
  ],
7870
8095
  "core-js/stable/symbol/search": [
7871
8096
  "es.symbol.search",
8097
+ "es.regexp.exec",
7872
8098
  "es.string.search"
7873
8099
  ],
7874
8100
  "core-js/stable/symbol/species": [
@@ -7876,10 +8102,12 @@
7876
8102
  ],
7877
8103
  "core-js/stable/symbol/split": [
7878
8104
  "es.symbol.split",
8105
+ "es.regexp.exec",
7879
8106
  "es.string.split"
7880
8107
  ],
7881
8108
  "core-js/stable/symbol/to-primitive": [
7882
- "es.symbol.to-primitive"
8109
+ "es.symbol.to-primitive",
8110
+ "es.date.to-primitive"
7883
8111
  ],
7884
8112
  "core-js/stable/symbol/to-string-tag": [
7885
8113
  "es.symbol.to-string-tag",
@@ -7893,6 +8121,7 @@
7893
8121
  ],
7894
8122
  "core-js/stable/typed-array": [
7895
8123
  "es.object.to-string",
8124
+ "es.string.iterator",
7896
8125
  "es.typed-array.float32-array",
7897
8126
  "es.typed-array.float64-array",
7898
8127
  "es.typed-array.int8-array",
@@ -7932,6 +8161,7 @@
7932
8161
  "es.typed-array.copy-within"
7933
8162
  ],
7934
8163
  "core-js/stable/typed-array/entries": [
8164
+ "es.object.to-string",
7935
8165
  "es.typed-array.iterator"
7936
8166
  ],
7937
8167
  "core-js/stable/typed-array/every": [
@@ -7951,6 +8181,7 @@
7951
8181
  ],
7952
8182
  "core-js/stable/typed-array/float32-array": [
7953
8183
  "es.object.to-string",
8184
+ "es.string.iterator",
7954
8185
  "es.typed-array.float32-array",
7955
8186
  "es.typed-array.copy-within",
7956
8187
  "es.typed-array.every",
@@ -7980,6 +8211,7 @@
7980
8211
  ],
7981
8212
  "core-js/stable/typed-array/float64-array": [
7982
8213
  "es.object.to-string",
8214
+ "es.string.iterator",
7983
8215
  "es.typed-array.float64-array",
7984
8216
  "es.typed-array.copy-within",
7985
8217
  "es.typed-array.every",
@@ -8021,6 +8253,7 @@
8021
8253
  ],
8022
8254
  "core-js/stable/typed-array/int16-array": [
8023
8255
  "es.object.to-string",
8256
+ "es.string.iterator",
8024
8257
  "es.typed-array.int16-array",
8025
8258
  "es.typed-array.copy-within",
8026
8259
  "es.typed-array.every",
@@ -8050,6 +8283,7 @@
8050
8283
  ],
8051
8284
  "core-js/stable/typed-array/int32-array": [
8052
8285
  "es.object.to-string",
8286
+ "es.string.iterator",
8053
8287
  "es.typed-array.int32-array",
8054
8288
  "es.typed-array.copy-within",
8055
8289
  "es.typed-array.every",
@@ -8079,6 +8313,7 @@
8079
8313
  ],
8080
8314
  "core-js/stable/typed-array/int8-array": [
8081
8315
  "es.object.to-string",
8316
+ "es.string.iterator",
8082
8317
  "es.typed-array.int8-array",
8083
8318
  "es.typed-array.copy-within",
8084
8319
  "es.typed-array.every",
@@ -8107,12 +8342,14 @@
8107
8342
  "es.typed-array.to-string"
8108
8343
  ],
8109
8344
  "core-js/stable/typed-array/iterator": [
8345
+ "es.object.to-string",
8110
8346
  "es.typed-array.iterator"
8111
8347
  ],
8112
8348
  "core-js/stable/typed-array/join": [
8113
8349
  "es.typed-array.join"
8114
8350
  ],
8115
8351
  "core-js/stable/typed-array/keys": [
8352
+ "es.object.to-string",
8116
8353
  "es.typed-array.iterator"
8117
8354
  ],
8118
8355
  "core-js/stable/typed-array/last-index-of": [
@@ -8156,6 +8393,7 @@
8156
8393
  ],
8157
8394
  "core-js/stable/typed-array/uint16-array": [
8158
8395
  "es.object.to-string",
8396
+ "es.string.iterator",
8159
8397
  "es.typed-array.uint16-array",
8160
8398
  "es.typed-array.copy-within",
8161
8399
  "es.typed-array.every",
@@ -8185,6 +8423,7 @@
8185
8423
  ],
8186
8424
  "core-js/stable/typed-array/uint32-array": [
8187
8425
  "es.object.to-string",
8426
+ "es.string.iterator",
8188
8427
  "es.typed-array.uint32-array",
8189
8428
  "es.typed-array.copy-within",
8190
8429
  "es.typed-array.every",
@@ -8214,6 +8453,7 @@
8214
8453
  ],
8215
8454
  "core-js/stable/typed-array/uint8-array": [
8216
8455
  "es.object.to-string",
8456
+ "es.string.iterator",
8217
8457
  "es.typed-array.uint8-array",
8218
8458
  "es.typed-array.copy-within",
8219
8459
  "es.typed-array.every",
@@ -8243,6 +8483,7 @@
8243
8483
  ],
8244
8484
  "core-js/stable/typed-array/uint8-clamped-array": [
8245
8485
  "es.object.to-string",
8486
+ "es.string.iterator",
8246
8487
  "es.typed-array.uint8-clamped-array",
8247
8488
  "es.typed-array.copy-within",
8248
8489
  "es.typed-array.every",
@@ -8271,6 +8512,7 @@
8271
8512
  "es.typed-array.to-string"
8272
8513
  ],
8273
8514
  "core-js/stable/typed-array/values": [
8515
+ "es.object.to-string",
8274
8516
  "es.typed-array.iterator"
8275
8517
  ],
8276
8518
  "core-js/stable/unescape": [
@@ -8282,17 +8524,20 @@
8282
8524
  "web.url-search-params"
8283
8525
  ],
8284
8526
  "core-js/stable/url-search-params": [
8527
+ "web.dom-collections.iterator",
8285
8528
  "web.url-search-params"
8286
8529
  ],
8287
8530
  "core-js/stable/url/to-json": [
8288
8531
  "web.url.to-json"
8289
8532
  ],
8290
8533
  "core-js/stable/weak-map": [
8534
+ "es.array.iterator",
8291
8535
  "es.object.to-string",
8292
8536
  "es.weak-map",
8293
8537
  "web.dom-collections.iterator"
8294
8538
  ],
8295
8539
  "core-js/stable/weak-set": [
8540
+ "es.array.iterator",
8296
8541
  "es.object.to-string",
8297
8542
  "es.weak-set",
8298
8543
  "web.dom-collections.iterator"
@@ -8302,8 +8547,10 @@
8302
8547
  "esnext.aggregate-error",
8303
8548
  "esnext.array.at",
8304
8549
  "esnext.array.filter-out",
8550
+ "esnext.array.filter-reject",
8305
8551
  "esnext.array.find-last",
8306
8552
  "esnext.array.find-last-index",
8553
+ "esnext.array.group-by",
8307
8554
  "esnext.array.is-template-object",
8308
8555
  "esnext.array.last-index",
8309
8556
  "esnext.array.last-item",
@@ -8423,8 +8670,10 @@
8423
8670
  "esnext.symbol.replace-all",
8424
8671
  "esnext.typed-array.at",
8425
8672
  "esnext.typed-array.filter-out",
8673
+ "esnext.typed-array.filter-reject",
8426
8674
  "esnext.typed-array.find-last",
8427
8675
  "esnext.typed-array.find-last-index",
8676
+ "esnext.typed-array.group-by",
8428
8677
  "esnext.typed-array.unique-by",
8429
8678
  "esnext.weak-map.delete-all",
8430
8679
  "esnext.weak-map.from",
@@ -8444,8 +8693,10 @@
8444
8693
  "esnext.aggregate-error",
8445
8694
  "esnext.array.at",
8446
8695
  "esnext.array.filter-out",
8696
+ "esnext.array.filter-reject",
8447
8697
  "esnext.array.find-last",
8448
8698
  "esnext.array.find-last-index",
8699
+ "esnext.array.group-by",
8449
8700
  "esnext.array.is-template-object",
8450
8701
  "esnext.array.last-index",
8451
8702
  "esnext.array.last-item",
@@ -8556,8 +8807,10 @@
8556
8807
  "esnext.symbol.replace-all",
8557
8808
  "esnext.typed-array.at",
8558
8809
  "esnext.typed-array.filter-out",
8810
+ "esnext.typed-array.filter-reject",
8559
8811
  "esnext.typed-array.find-last",
8560
8812
  "esnext.typed-array.find-last-index",
8813
+ "esnext.typed-array.group-by",
8561
8814
  "esnext.typed-array.unique-by",
8562
8815
  "esnext.weak-map.delete-all",
8563
8816
  "esnext.weak-map.from",
@@ -8577,8 +8830,10 @@
8577
8830
  "esnext.aggregate-error",
8578
8831
  "esnext.array.at",
8579
8832
  "esnext.array.filter-out",
8833
+ "esnext.array.filter-reject",
8580
8834
  "esnext.array.find-last",
8581
8835
  "esnext.array.find-last-index",
8836
+ "esnext.array.group-by",
8582
8837
  "esnext.array.is-template-object",
8583
8838
  "esnext.array.last-index",
8584
8839
  "esnext.array.last-item",
@@ -8684,8 +8939,10 @@
8684
8939
  "esnext.symbol.replace-all",
8685
8940
  "esnext.typed-array.at",
8686
8941
  "esnext.typed-array.filter-out",
8942
+ "esnext.typed-array.filter-reject",
8687
8943
  "esnext.typed-array.find-last",
8688
8944
  "esnext.typed-array.find-last-index",
8945
+ "esnext.typed-array.group-by",
8689
8946
  "esnext.typed-array.unique-by",
8690
8947
  "esnext.weak-map.delete-all",
8691
8948
  "esnext.weak-map.from",
@@ -8760,6 +9017,8 @@
8760
9017
  "core-js/stage/3": [
8761
9018
  "esnext.aggregate-error",
8762
9019
  "esnext.array.at",
9020
+ "esnext.array.find-last",
9021
+ "esnext.array.find-last-index",
8763
9022
  "esnext.global-this",
8764
9023
  "esnext.object.has-own",
8765
9024
  "esnext.promise.all-settled",
@@ -8767,7 +9026,9 @@
8767
9026
  "esnext.string.match-all",
8768
9027
  "esnext.string.replace-all",
8769
9028
  "esnext.symbol.replace-all",
8770
- "esnext.typed-array.at"
9029
+ "esnext.typed-array.at",
9030
+ "esnext.typed-array.find-last",
9031
+ "esnext.typed-array.find-last-index"
8771
9032
  ],
8772
9033
  "core-js/stage/4": [
8773
9034
  "esnext.aggregate-error",
@@ -8783,8 +9044,10 @@
8783
9044
  "esnext.aggregate-error",
8784
9045
  "esnext.array.at",
8785
9046
  "esnext.array.filter-out",
9047
+ "esnext.array.filter-reject",
8786
9048
  "esnext.array.find-last",
8787
9049
  "esnext.array.find-last-index",
9050
+ "esnext.array.group-by",
8788
9051
  "esnext.array.is-template-object",
8789
9052
  "esnext.array.last-index",
8790
9053
  "esnext.array.last-item",
@@ -8904,8 +9167,10 @@
8904
9167
  "esnext.symbol.replace-all",
8905
9168
  "esnext.typed-array.at",
8906
9169
  "esnext.typed-array.filter-out",
9170
+ "esnext.typed-array.filter-reject",
8907
9171
  "esnext.typed-array.find-last",
8908
9172
  "esnext.typed-array.find-last-index",
9173
+ "esnext.typed-array.group-by",
8909
9174
  "esnext.typed-array.unique-by",
8910
9175
  "esnext.weak-map.delete-all",
8911
9176
  "esnext.weak-map.from",
@@ -8951,4 +9216,4 @@
8951
9216
  "core-js/web/url-search-params": [
8952
9217
  "web.url-search-params"
8953
9218
  ]
8954
- }
9219
+ }