core-js-compat 3.14.0 → 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
@@ -49,11 +49,15 @@
49
49
  "es.array-buffer.is-view",
50
50
  "es.array-buffer.slice",
51
51
  "es.data-view",
52
+ "es.date.get-year",
52
53
  "es.date.now",
54
+ "es.date.set-year",
55
+ "es.date.to-gmt-string",
53
56
  "es.date.to-iso-string",
54
57
  "es.date.to-json",
55
58
  "es.date.to-primitive",
56
59
  "es.date.to-string",
60
+ "es.escape",
57
61
  "es.function.bind",
58
62
  "es.function.has-instance",
59
63
  "es.function.name",
@@ -137,6 +141,7 @@
137
141
  "es.reflect.set-prototype-of",
138
142
  "es.reflect.to-string-tag",
139
143
  "es.regexp.constructor",
144
+ "es.regexp.dot-all",
140
145
  "es.regexp.exec",
141
146
  "es.regexp.flags",
142
147
  "es.regexp.sticky",
@@ -159,6 +164,7 @@
159
164
  "es.string.search",
160
165
  "es.string.split",
161
166
  "es.string.starts-with",
167
+ "es.string.substr",
162
168
  "es.string.trim",
163
169
  "es.string.trim-end",
164
170
  "es.string.trim-start",
@@ -209,13 +215,16 @@
209
215
  "es.typed-array.subarray",
210
216
  "es.typed-array.to-locale-string",
211
217
  "es.typed-array.to-string",
218
+ "es.unescape",
212
219
  "es.weak-map",
213
220
  "es.weak-set",
214
221
  "esnext.aggregate-error",
215
222
  "esnext.array.at",
216
223
  "esnext.array.filter-out",
224
+ "esnext.array.filter-reject",
217
225
  "esnext.array.find-last",
218
226
  "esnext.array.find-last-index",
227
+ "esnext.array.group-by",
219
228
  "esnext.array.is-template-object",
220
229
  "esnext.array.last-index",
221
230
  "esnext.array.last-item",
@@ -335,8 +344,10 @@
335
344
  "esnext.symbol.replace-all",
336
345
  "esnext.typed-array.at",
337
346
  "esnext.typed-array.filter-out",
347
+ "esnext.typed-array.filter-reject",
338
348
  "esnext.typed-array.find-last",
339
349
  "esnext.typed-array.find-last-index",
350
+ "esnext.typed-array.group-by",
340
351
  "esnext.typed-array.unique-by",
341
352
  "esnext.weak-map.delete-all",
342
353
  "esnext.weak-map.from",
@@ -406,11 +417,15 @@
406
417
  "es.array-buffer.is-view",
407
418
  "es.array-buffer.slice",
408
419
  "es.data-view",
420
+ "es.date.get-year",
409
421
  "es.date.now",
422
+ "es.date.set-year",
423
+ "es.date.to-gmt-string",
410
424
  "es.date.to-iso-string",
411
425
  "es.date.to-json",
412
426
  "es.date.to-primitive",
413
427
  "es.date.to-string",
428
+ "es.escape",
414
429
  "es.function.bind",
415
430
  "es.function.has-instance",
416
431
  "es.function.name",
@@ -494,6 +509,7 @@
494
509
  "es.reflect.set-prototype-of",
495
510
  "es.reflect.to-string-tag",
496
511
  "es.regexp.constructor",
512
+ "es.regexp.dot-all",
497
513
  "es.regexp.exec",
498
514
  "es.regexp.flags",
499
515
  "es.regexp.sticky",
@@ -516,6 +532,7 @@
516
532
  "es.string.search",
517
533
  "es.string.split",
518
534
  "es.string.starts-with",
535
+ "es.string.substr",
519
536
  "es.string.trim",
520
537
  "es.string.trim-end",
521
538
  "es.string.trim-start",
@@ -566,13 +583,14 @@
566
583
  "es.typed-array.subarray",
567
584
  "es.typed-array.to-locale-string",
568
585
  "es.typed-array.to-string",
586
+ "es.unescape",
569
587
  "es.weak-map",
570
588
  "es.weak-set"
571
589
  ],
572
590
  "core-js/es/aggregate-error": [
573
591
  "es.aggregate-error",
574
- "es.string.iterator",
575
- "web.dom-collections.iterator"
592
+ "es.array.iterator",
593
+ "es.string.iterator"
576
594
  ],
577
595
  "core-js/es/array": [
578
596
  "es.array.concat",
@@ -604,6 +622,7 @@
604
622
  "es.array.splice",
605
623
  "es.array.unscopables.flat",
606
624
  "es.array.unscopables.flat-map",
625
+ "es.object.to-string",
607
626
  "es.string.iterator"
608
627
  ],
609
628
  "core-js/es/array-buffer": [
@@ -629,7 +648,8 @@
629
648
  "es.array.copy-within"
630
649
  ],
631
650
  "core-js/es/array/entries": [
632
- "es.array.iterator"
651
+ "es.array.iterator",
652
+ "es.object.to-string"
633
653
  ],
634
654
  "core-js/es/array/every": [
635
655
  "es.array.every"
@@ -671,13 +691,15 @@
671
691
  "es.array.is-array"
672
692
  ],
673
693
  "core-js/es/array/iterator": [
674
- "es.array.iterator"
694
+ "es.array.iterator",
695
+ "es.object.to-string"
675
696
  ],
676
697
  "core-js/es/array/join": [
677
698
  "es.array.join"
678
699
  ],
679
700
  "core-js/es/array/keys": [
680
- "es.array.iterator"
701
+ "es.array.iterator",
702
+ "es.object.to-string"
681
703
  ],
682
704
  "core-js/es/array/last-index-of": [
683
705
  "es.array.last-index-of"
@@ -710,7 +732,8 @@
710
732
  "es.array.splice"
711
733
  ],
712
734
  "core-js/es/array/values": [
713
- "es.array.iterator"
735
+ "es.array.iterator",
736
+ "es.object.to-string"
714
737
  ],
715
738
  "core-js/es/array/virtual": [
716
739
  "es.array.concat",
@@ -738,7 +761,8 @@
738
761
  "es.array.species",
739
762
  "es.array.splice",
740
763
  "es.array.unscopables.flat",
741
- "es.array.unscopables.flat-map"
764
+ "es.array.unscopables.flat-map",
765
+ "es.object.to-string"
742
766
  ],
743
767
  "core-js/es/array/virtual/concat": [
744
768
  "es.array.concat"
@@ -747,7 +771,8 @@
747
771
  "es.array.copy-within"
748
772
  ],
749
773
  "core-js/es/array/virtual/entries": [
750
- "es.array.iterator"
774
+ "es.array.iterator",
775
+ "es.object.to-string"
751
776
  ],
752
777
  "core-js/es/array/virtual/every": [
753
778
  "es.array.every"
@@ -758,9 +783,6 @@
758
783
  "core-js/es/array/virtual/filter": [
759
784
  "es.array.filter"
760
785
  ],
761
- "core-js/es/array/virtual/filter-out": [
762
- "esnext.array.filter-out"
763
- ],
764
786
  "core-js/es/array/virtual/find": [
765
787
  "es.array.find"
766
788
  ],
@@ -785,13 +807,15 @@
785
807
  "es.array.index-of"
786
808
  ],
787
809
  "core-js/es/array/virtual/iterator": [
788
- "es.array.iterator"
810
+ "es.array.iterator",
811
+ "es.object.to-string"
789
812
  ],
790
813
  "core-js/es/array/virtual/join": [
791
814
  "es.array.join"
792
815
  ],
793
816
  "core-js/es/array/virtual/keys": [
794
- "es.array.iterator"
817
+ "es.array.iterator",
818
+ "es.object.to-string"
795
819
  ],
796
820
  "core-js/es/array/virtual/last-index-of": [
797
821
  "es.array.last-index-of"
@@ -821,22 +845,35 @@
821
845
  "es.array.splice"
822
846
  ],
823
847
  "core-js/es/array/virtual/values": [
824
- "es.array.iterator"
848
+ "es.array.iterator",
849
+ "es.object.to-string"
825
850
  ],
826
851
  "core-js/es/data-view": [
827
852
  "es.data-view",
828
853
  "es.object.to-string"
829
854
  ],
830
855
  "core-js/es/date": [
856
+ "es.date.get-year",
831
857
  "es.date.now",
858
+ "es.date.set-year",
859
+ "es.date.to-gmt-string",
832
860
  "es.date.to-iso-string",
833
861
  "es.date.to-json",
834
862
  "es.date.to-primitive",
835
863
  "es.date.to-string"
836
864
  ],
865
+ "core-js/es/date/get-year": [
866
+ "es.date.get-year"
867
+ ],
837
868
  "core-js/es/date/now": [
838
869
  "es.date.now"
839
870
  ],
871
+ "core-js/es/date/set-year": [
872
+ "es.date.set-year"
873
+ ],
874
+ "core-js/es/date/to-gmt-string": [
875
+ "es.date.to-gmt-string"
876
+ ],
840
877
  "core-js/es/date/to-iso-string": [
841
878
  "es.date.to-iso-string",
842
879
  "es.date.to-json"
@@ -850,6 +887,9 @@
850
887
  "core-js/es/date/to-string": [
851
888
  "es.date.to-string"
852
889
  ],
890
+ "core-js/es/escape": [
891
+ "es.escape"
892
+ ],
853
893
  "core-js/es/function": [
854
894
  "es.function.bind",
855
895
  "es.function.has-instance",
@@ -889,7 +929,8 @@
889
929
  "es.string.ends-with"
890
930
  ],
891
931
  "core-js/es/instance/entries": [
892
- "es.array.iterator"
932
+ "es.array.iterator",
933
+ "es.object.to-string"
893
934
  ],
894
935
  "core-js/es/instance/every": [
895
936
  "es.array.every"
@@ -928,7 +969,8 @@
928
969
  "es.array.index-of"
929
970
  ],
930
971
  "core-js/es/instance/keys": [
931
- "es.array.iterator"
972
+ "es.array.iterator",
973
+ "es.object.to-string"
932
974
  ],
933
975
  "core-js/es/instance/last-index-of": [
934
976
  "es.array.last-index-of"
@@ -937,6 +979,8 @@
937
979
  "es.array.map"
938
980
  ],
939
981
  "core-js/es/instance/match-all": [
982
+ "es.object.to-string",
983
+ "es.regexp.exec",
940
984
  "es.string.match-all"
941
985
  ],
942
986
  "core-js/es/instance/pad-end": [
@@ -955,6 +999,8 @@
955
999
  "es.string.repeat"
956
1000
  ],
957
1001
  "core-js/es/instance/replace-all": [
1002
+ "es.regexp.exec",
1003
+ "es.string.replace",
958
1004
  "es.string.replace-all"
959
1005
  ],
960
1006
  "core-js/es/instance/reverse": [
@@ -991,7 +1037,8 @@
991
1037
  "es.string.trim-start"
992
1038
  ],
993
1039
  "core-js/es/instance/values": [
994
- "es.array.iterator"
1040
+ "es.array.iterator",
1041
+ "es.object.to-string"
995
1042
  ],
996
1043
  "core-js/es/json": [
997
1044
  "es.json.stringify",
@@ -1004,10 +1051,10 @@
1004
1051
  "es.json.to-string-tag"
1005
1052
  ],
1006
1053
  "core-js/es/map": [
1054
+ "es.array.iterator",
1007
1055
  "es.map",
1008
1056
  "es.object.to-string",
1009
- "es.string.iterator",
1010
- "web.dom-collections.iterator"
1057
+ "es.string.iterator"
1011
1058
  ],
1012
1059
  "core-js/es/math": [
1013
1060
  "es.math.acosh",
@@ -1264,32 +1311,36 @@
1264
1311
  ],
1265
1312
  "core-js/es/promise": [
1266
1313
  "es.aggregate-error",
1314
+ "es.array.iterator",
1267
1315
  "es.object.to-string",
1268
1316
  "es.promise",
1269
1317
  "es.promise.all-settled",
1270
1318
  "es.promise.any",
1271
1319
  "es.promise.finally",
1272
- "es.string.iterator",
1273
- "web.dom-collections.iterator"
1320
+ "es.string.iterator"
1274
1321
  ],
1275
1322
  "core-js/es/promise/all-settled": [
1323
+ "es.array.iterator",
1324
+ "es.object.to-string",
1276
1325
  "es.promise",
1277
1326
  "es.promise.all-settled",
1278
- "es.string.iterator",
1279
- "web.dom-collections.iterator"
1327
+ "es.string.iterator"
1280
1328
  ],
1281
1329
  "core-js/es/promise/any": [
1282
1330
  "es.aggregate-error",
1331
+ "es.array.iterator",
1332
+ "es.object.to-string",
1283
1333
  "es.promise",
1284
1334
  "es.promise.any",
1285
- "es.string.iterator",
1286
- "web.dom-collections.iterator"
1335
+ "es.string.iterator"
1287
1336
  ],
1288
1337
  "core-js/es/promise/finally": [
1338
+ "es.object.to-string",
1289
1339
  "es.promise",
1290
1340
  "es.promise.finally"
1291
1341
  ],
1292
1342
  "core-js/es/reflect": [
1343
+ "es.object.to-string",
1293
1344
  "es.reflect.apply",
1294
1345
  "es.reflect.construct",
1295
1346
  "es.reflect.define-property",
@@ -1345,10 +1396,12 @@
1345
1396
  "es.reflect.set-prototype-of"
1346
1397
  ],
1347
1398
  "core-js/es/reflect/to-string-tag": [
1399
+ "es.object.to-string",
1348
1400
  "es.reflect.to-string-tag"
1349
1401
  ],
1350
1402
  "core-js/es/regexp": [
1351
1403
  "es.regexp.constructor",
1404
+ "es.regexp.dot-all",
1352
1405
  "es.regexp.exec",
1353
1406
  "es.regexp.flags",
1354
1407
  "es.regexp.sticky",
@@ -1360,24 +1413,38 @@
1360
1413
  "es.string.split"
1361
1414
  ],
1362
1415
  "core-js/es/regexp/constructor": [
1363
- "es.regexp.constructor"
1416
+ "es.regexp.constructor",
1417
+ "es.regexp.dot-all",
1418
+ "es.regexp.exec",
1419
+ "es.regexp.sticky"
1420
+ ],
1421
+ "core-js/es/regexp/dot-all": [
1422
+ "es.regexp.constructor",
1423
+ "es.regexp.dot-all",
1424
+ "es.regexp.exec"
1364
1425
  ],
1365
1426
  "core-js/es/regexp/flags": [
1366
1427
  "es.regexp.flags"
1367
1428
  ],
1368
1429
  "core-js/es/regexp/match": [
1430
+ "es.regexp.exec",
1369
1431
  "es.string.match"
1370
1432
  ],
1371
1433
  "core-js/es/regexp/replace": [
1434
+ "es.regexp.exec",
1372
1435
  "es.string.replace"
1373
1436
  ],
1374
1437
  "core-js/es/regexp/search": [
1438
+ "es.regexp.exec",
1375
1439
  "es.string.search"
1376
1440
  ],
1377
1441
  "core-js/es/regexp/split": [
1442
+ "es.regexp.exec",
1378
1443
  "es.string.split"
1379
1444
  ],
1380
1445
  "core-js/es/regexp/sticky": [
1446
+ "es.regexp.constructor",
1447
+ "es.regexp.exec",
1381
1448
  "es.regexp.sticky"
1382
1449
  ],
1383
1450
  "core-js/es/regexp/test": [
@@ -1388,12 +1455,13 @@
1388
1455
  "es.regexp.to-string"
1389
1456
  ],
1390
1457
  "core-js/es/set": [
1458
+ "es.array.iterator",
1391
1459
  "es.object.to-string",
1392
1460
  "es.set",
1393
- "es.string.iterator",
1394
- "web.dom-collections.iterator"
1461
+ "es.string.iterator"
1395
1462
  ],
1396
1463
  "core-js/es/string": [
1464
+ "es.object.to-string",
1397
1465
  "es.regexp.exec",
1398
1466
  "es.string.code-point-at",
1399
1467
  "es.string.ends-with",
@@ -1411,6 +1479,7 @@
1411
1479
  "es.string.search",
1412
1480
  "es.string.split",
1413
1481
  "es.string.starts-with",
1482
+ "es.string.substr",
1414
1483
  "es.string.trim",
1415
1484
  "es.string.trim-end",
1416
1485
  "es.string.trim-start",
@@ -1465,6 +1534,7 @@
1465
1534
  "es.string.italics"
1466
1535
  ],
1467
1536
  "core-js/es/string/iterator": [
1537
+ "es.object.to-string",
1468
1538
  "es.string.iterator"
1469
1539
  ],
1470
1540
  "core-js/es/string/link": [
@@ -1475,6 +1545,8 @@
1475
1545
  "es.string.match"
1476
1546
  ],
1477
1547
  "core-js/es/string/match-all": [
1548
+ "es.object.to-string",
1549
+ "es.regexp.exec",
1478
1550
  "es.string.match-all"
1479
1551
  ],
1480
1552
  "core-js/es/string/pad-end": [
@@ -1494,6 +1566,8 @@
1494
1566
  "es.string.replace"
1495
1567
  ],
1496
1568
  "core-js/es/string/replace-all": [
1569
+ "es.regexp.exec",
1570
+ "es.string.replace",
1497
1571
  "es.string.replace-all"
1498
1572
  ],
1499
1573
  "core-js/es/string/search": [
@@ -1516,6 +1590,9 @@
1516
1590
  "core-js/es/string/sub": [
1517
1591
  "es.string.sub"
1518
1592
  ],
1593
+ "core-js/es/string/substr": [
1594
+ "es.string.substr"
1595
+ ],
1519
1596
  "core-js/es/string/sup": [
1520
1597
  "es.string.sup"
1521
1598
  ],
@@ -1535,6 +1612,8 @@
1535
1612
  "es.string.trim-start"
1536
1613
  ],
1537
1614
  "core-js/es/string/virtual": [
1615
+ "es.object.to-string",
1616
+ "es.regexp.exec",
1538
1617
  "es.string.code-point-at",
1539
1618
  "es.string.ends-with",
1540
1619
  "es.string.includes",
@@ -1549,6 +1628,7 @@
1549
1628
  "es.string.search",
1550
1629
  "es.string.split",
1551
1630
  "es.string.starts-with",
1631
+ "es.string.substr",
1552
1632
  "es.string.trim",
1553
1633
  "es.string.trim-end",
1554
1634
  "es.string.trim-start",
@@ -1600,12 +1680,15 @@
1600
1680
  "es.string.italics"
1601
1681
  ],
1602
1682
  "core-js/es/string/virtual/iterator": [
1683
+ "es.object.to-string",
1603
1684
  "es.string.iterator"
1604
1685
  ],
1605
1686
  "core-js/es/string/virtual/link": [
1606
1687
  "es.string.link"
1607
1688
  ],
1608
1689
  "core-js/es/string/virtual/match-all": [
1690
+ "es.object.to-string",
1691
+ "es.regexp.exec",
1609
1692
  "es.string.match-all"
1610
1693
  ],
1611
1694
  "core-js/es/string/virtual/pad-end": [
@@ -1618,6 +1701,8 @@
1618
1701
  "es.string.repeat"
1619
1702
  ],
1620
1703
  "core-js/es/string/virtual/replace-all": [
1704
+ "es.regexp.exec",
1705
+ "es.string.replace",
1621
1706
  "es.string.replace-all"
1622
1707
  ],
1623
1708
  "core-js/es/string/virtual/small": [
@@ -1632,6 +1717,9 @@
1632
1717
  "core-js/es/string/virtual/sub": [
1633
1718
  "es.string.sub"
1634
1719
  ],
1720
+ "core-js/es/string/virtual/substr": [
1721
+ "es.string.substr"
1722
+ ],
1635
1723
  "core-js/es/string/virtual/sup": [
1636
1724
  "es.string.sup"
1637
1725
  ],
@@ -1691,26 +1779,32 @@
1691
1779
  ],
1692
1780
  "core-js/es/symbol/iterator": [
1693
1781
  "es.symbol.iterator",
1694
- "es.string.iterator",
1695
- "web.dom-collections.iterator"
1782
+ "es.array.iterator",
1783
+ "es.object.to-string",
1784
+ "es.string.iterator"
1696
1785
  ],
1697
1786
  "core-js/es/symbol/key-for": [
1698
1787
  "es.symbol"
1699
1788
  ],
1700
1789
  "core-js/es/symbol/match": [
1701
1790
  "es.symbol.match",
1791
+ "es.regexp.exec",
1702
1792
  "es.string.match"
1703
1793
  ],
1704
1794
  "core-js/es/symbol/match-all": [
1705
1795
  "es.symbol.match-all",
1796
+ "es.object.to-string",
1797
+ "es.regexp.exec",
1706
1798
  "es.string.match-all"
1707
1799
  ],
1708
1800
  "core-js/es/symbol/replace": [
1709
1801
  "es.symbol.replace",
1802
+ "es.regexp.exec",
1710
1803
  "es.string.replace"
1711
1804
  ],
1712
1805
  "core-js/es/symbol/search": [
1713
1806
  "es.symbol.search",
1807
+ "es.regexp.exec",
1714
1808
  "es.string.search"
1715
1809
  ],
1716
1810
  "core-js/es/symbol/species": [
@@ -1718,10 +1812,12 @@
1718
1812
  ],
1719
1813
  "core-js/es/symbol/split": [
1720
1814
  "es.symbol.split",
1815
+ "es.regexp.exec",
1721
1816
  "es.string.split"
1722
1817
  ],
1723
1818
  "core-js/es/symbol/to-primitive": [
1724
- "es.symbol.to-primitive"
1819
+ "es.symbol.to-primitive",
1820
+ "es.date.to-primitive"
1725
1821
  ],
1726
1822
  "core-js/es/symbol/to-string-tag": [
1727
1823
  "es.symbol.to-string-tag",
@@ -1735,6 +1831,7 @@
1735
1831
  ],
1736
1832
  "core-js/es/typed-array": [
1737
1833
  "es.object.to-string",
1834
+ "es.string.iterator",
1738
1835
  "es.typed-array.float32-array",
1739
1836
  "es.typed-array.float64-array",
1740
1837
  "es.typed-array.int8-array",
@@ -1774,6 +1871,7 @@
1774
1871
  "es.typed-array.copy-within"
1775
1872
  ],
1776
1873
  "core-js/es/typed-array/entries": [
1874
+ "es.object.to-string",
1777
1875
  "es.typed-array.iterator"
1778
1876
  ],
1779
1877
  "core-js/es/typed-array/every": [
@@ -1793,6 +1891,7 @@
1793
1891
  ],
1794
1892
  "core-js/es/typed-array/float32-array": [
1795
1893
  "es.object.to-string",
1894
+ "es.string.iterator",
1796
1895
  "es.typed-array.float32-array",
1797
1896
  "es.typed-array.copy-within",
1798
1897
  "es.typed-array.every",
@@ -1822,6 +1921,7 @@
1822
1921
  ],
1823
1922
  "core-js/es/typed-array/float64-array": [
1824
1923
  "es.object.to-string",
1924
+ "es.string.iterator",
1825
1925
  "es.typed-array.float64-array",
1826
1926
  "es.typed-array.copy-within",
1827
1927
  "es.typed-array.every",
@@ -1863,6 +1963,7 @@
1863
1963
  ],
1864
1964
  "core-js/es/typed-array/int16-array": [
1865
1965
  "es.object.to-string",
1966
+ "es.string.iterator",
1866
1967
  "es.typed-array.int16-array",
1867
1968
  "es.typed-array.copy-within",
1868
1969
  "es.typed-array.every",
@@ -1892,6 +1993,7 @@
1892
1993
  ],
1893
1994
  "core-js/es/typed-array/int32-array": [
1894
1995
  "es.object.to-string",
1996
+ "es.string.iterator",
1895
1997
  "es.typed-array.int32-array",
1896
1998
  "es.typed-array.copy-within",
1897
1999
  "es.typed-array.every",
@@ -1921,6 +2023,7 @@
1921
2023
  ],
1922
2024
  "core-js/es/typed-array/int8-array": [
1923
2025
  "es.object.to-string",
2026
+ "es.string.iterator",
1924
2027
  "es.typed-array.int8-array",
1925
2028
  "es.typed-array.copy-within",
1926
2029
  "es.typed-array.every",
@@ -1949,12 +2052,14 @@
1949
2052
  "es.typed-array.to-string"
1950
2053
  ],
1951
2054
  "core-js/es/typed-array/iterator": [
2055
+ "es.object.to-string",
1952
2056
  "es.typed-array.iterator"
1953
2057
  ],
1954
2058
  "core-js/es/typed-array/join": [
1955
2059
  "es.typed-array.join"
1956
2060
  ],
1957
2061
  "core-js/es/typed-array/keys": [
2062
+ "es.object.to-string",
1958
2063
  "es.typed-array.iterator"
1959
2064
  ],
1960
2065
  "core-js/es/typed-array/last-index-of": [
@@ -1965,6 +2070,7 @@
1965
2070
  ],
1966
2071
  "core-js/es/typed-array/methods": [
1967
2072
  "es.object.to-string",
2073
+ "es.string.iterator",
1968
2074
  "es.typed-array.copy-within",
1969
2075
  "es.typed-array.every",
1970
2076
  "es.typed-array.fill",
@@ -2026,6 +2132,7 @@
2026
2132
  ],
2027
2133
  "core-js/es/typed-array/uint16-array": [
2028
2134
  "es.object.to-string",
2135
+ "es.string.iterator",
2029
2136
  "es.typed-array.uint16-array",
2030
2137
  "es.typed-array.copy-within",
2031
2138
  "es.typed-array.every",
@@ -2055,6 +2162,7 @@
2055
2162
  ],
2056
2163
  "core-js/es/typed-array/uint32-array": [
2057
2164
  "es.object.to-string",
2165
+ "es.string.iterator",
2058
2166
  "es.typed-array.uint32-array",
2059
2167
  "es.typed-array.copy-within",
2060
2168
  "es.typed-array.every",
@@ -2084,6 +2192,7 @@
2084
2192
  ],
2085
2193
  "core-js/es/typed-array/uint8-array": [
2086
2194
  "es.object.to-string",
2195
+ "es.string.iterator",
2087
2196
  "es.typed-array.uint8-array",
2088
2197
  "es.typed-array.copy-within",
2089
2198
  "es.typed-array.every",
@@ -2113,6 +2222,7 @@
2113
2222
  ],
2114
2223
  "core-js/es/typed-array/uint8-clamped-array": [
2115
2224
  "es.object.to-string",
2225
+ "es.string.iterator",
2116
2226
  "es.typed-array.uint8-clamped-array",
2117
2227
  "es.typed-array.copy-within",
2118
2228
  "es.typed-array.every",
@@ -2141,17 +2251,21 @@
2141
2251
  "es.typed-array.to-string"
2142
2252
  ],
2143
2253
  "core-js/es/typed-array/values": [
2254
+ "es.object.to-string",
2144
2255
  "es.typed-array.iterator"
2145
2256
  ],
2257
+ "core-js/es/unescape": [
2258
+ "es.unescape"
2259
+ ],
2146
2260
  "core-js/es/weak-map": [
2261
+ "es.array.iterator",
2147
2262
  "es.object.to-string",
2148
- "es.weak-map",
2149
- "web.dom-collections.iterator"
2263
+ "es.weak-map"
2150
2264
  ],
2151
2265
  "core-js/es/weak-set": [
2266
+ "es.array.iterator",
2152
2267
  "es.object.to-string",
2153
- "es.weak-set",
2154
- "web.dom-collections.iterator"
2268
+ "es.weak-set"
2155
2269
  ],
2156
2270
  "core-js/features": [
2157
2271
  "es.symbol",
@@ -2203,11 +2317,15 @@
2203
2317
  "es.array-buffer.is-view",
2204
2318
  "es.array-buffer.slice",
2205
2319
  "es.data-view",
2320
+ "es.date.get-year",
2206
2321
  "es.date.now",
2322
+ "es.date.set-year",
2323
+ "es.date.to-gmt-string",
2207
2324
  "es.date.to-iso-string",
2208
2325
  "es.date.to-json",
2209
2326
  "es.date.to-primitive",
2210
2327
  "es.date.to-string",
2328
+ "es.escape",
2211
2329
  "es.function.bind",
2212
2330
  "es.function.has-instance",
2213
2331
  "es.function.name",
@@ -2291,6 +2409,7 @@
2291
2409
  "es.reflect.set-prototype-of",
2292
2410
  "es.reflect.to-string-tag",
2293
2411
  "es.regexp.constructor",
2412
+ "es.regexp.dot-all",
2294
2413
  "es.regexp.exec",
2295
2414
  "es.regexp.flags",
2296
2415
  "es.regexp.sticky",
@@ -2313,6 +2432,7 @@
2313
2432
  "es.string.search",
2314
2433
  "es.string.split",
2315
2434
  "es.string.starts-with",
2435
+ "es.string.substr",
2316
2436
  "es.string.trim",
2317
2437
  "es.string.trim-end",
2318
2438
  "es.string.trim-start",
@@ -2363,13 +2483,16 @@
2363
2483
  "es.typed-array.subarray",
2364
2484
  "es.typed-array.to-locale-string",
2365
2485
  "es.typed-array.to-string",
2486
+ "es.unescape",
2366
2487
  "es.weak-map",
2367
2488
  "es.weak-set",
2368
2489
  "esnext.aggregate-error",
2369
2490
  "esnext.array.at",
2370
2491
  "esnext.array.filter-out",
2492
+ "esnext.array.filter-reject",
2371
2493
  "esnext.array.find-last",
2372
2494
  "esnext.array.find-last-index",
2495
+ "esnext.array.group-by",
2373
2496
  "esnext.array.is-template-object",
2374
2497
  "esnext.array.last-index",
2375
2498
  "esnext.array.last-item",
@@ -2489,8 +2612,10 @@
2489
2612
  "esnext.symbol.replace-all",
2490
2613
  "esnext.typed-array.at",
2491
2614
  "esnext.typed-array.filter-out",
2615
+ "esnext.typed-array.filter-reject",
2492
2616
  "esnext.typed-array.find-last",
2493
2617
  "esnext.typed-array.find-last-index",
2618
+ "esnext.typed-array.group-by",
2494
2619
  "esnext.typed-array.unique-by",
2495
2620
  "esnext.weak-map.delete-all",
2496
2621
  "esnext.weak-map.from",
@@ -2512,6 +2637,7 @@
2512
2637
  ],
2513
2638
  "core-js/features/aggregate-error": [
2514
2639
  "es.aggregate-error",
2640
+ "es.array.iterator",
2515
2641
  "es.string.iterator",
2516
2642
  "esnext.aggregate-error",
2517
2643
  "web.dom-collections.iterator"
@@ -2547,11 +2673,14 @@
2547
2673
  "es.array.unscopables.flat",
2548
2674
  "es.array.unscopables.flat-map",
2549
2675
  "es.map",
2676
+ "es.object.to-string",
2550
2677
  "es.string.iterator",
2551
2678
  "esnext.array.at",
2552
2679
  "esnext.array.filter-out",
2680
+ "esnext.array.filter-reject",
2553
2681
  "esnext.array.find-last",
2554
2682
  "esnext.array.find-last-index",
2683
+ "esnext.array.group-by",
2555
2684
  "esnext.array.is-template-object",
2556
2685
  "esnext.array.last-index",
2557
2686
  "esnext.array.last-item",
@@ -2583,7 +2712,8 @@
2583
2712
  "es.array.copy-within"
2584
2713
  ],
2585
2714
  "core-js/features/array/entries": [
2586
- "es.array.iterator"
2715
+ "es.array.iterator",
2716
+ "es.object.to-string"
2587
2717
  ],
2588
2718
  "core-js/features/array/every": [
2589
2719
  "es.array.every"
@@ -2597,6 +2727,9 @@
2597
2727
  "core-js/features/array/filter-out": [
2598
2728
  "esnext.array.filter-out"
2599
2729
  ],
2730
+ "core-js/features/array/filter-reject": [
2731
+ "esnext.array.filter-reject"
2732
+ ],
2600
2733
  "core-js/features/array/find": [
2601
2734
  "es.array.find"
2602
2735
  ],
@@ -2624,6 +2757,9 @@
2624
2757
  "es.array.from",
2625
2758
  "es.string.iterator"
2626
2759
  ],
2760
+ "core-js/features/array/group-by": [
2761
+ "esnext.array.group-by"
2762
+ ],
2627
2763
  "core-js/features/array/includes": [
2628
2764
  "es.array.includes"
2629
2765
  ],
@@ -2637,13 +2773,15 @@
2637
2773
  "esnext.array.is-template-object"
2638
2774
  ],
2639
2775
  "core-js/features/array/iterator": [
2640
- "es.array.iterator"
2776
+ "es.array.iterator",
2777
+ "es.object.to-string"
2641
2778
  ],
2642
2779
  "core-js/features/array/join": [
2643
2780
  "es.array.join"
2644
2781
  ],
2645
2782
  "core-js/features/array/keys": [
2646
- "es.array.iterator"
2783
+ "es.array.iterator",
2784
+ "es.object.to-string"
2647
2785
  ],
2648
2786
  "core-js/features/array/last-index": [
2649
2787
  "esnext.array.last-index"
@@ -2686,7 +2824,8 @@
2686
2824
  "esnext.array.unique-by"
2687
2825
  ],
2688
2826
  "core-js/features/array/values": [
2689
- "es.array.iterator"
2827
+ "es.array.iterator",
2828
+ "es.object.to-string"
2690
2829
  ],
2691
2830
  "core-js/features/array/virtual": [
2692
2831
  "es.array.concat",
@@ -2716,10 +2855,13 @@
2716
2855
  "es.array.unscopables.flat",
2717
2856
  "es.array.unscopables.flat-map",
2718
2857
  "es.map",
2858
+ "es.object.to-string",
2719
2859
  "esnext.array.at",
2720
2860
  "esnext.array.filter-out",
2861
+ "esnext.array.filter-reject",
2721
2862
  "esnext.array.find-last",
2722
2863
  "esnext.array.find-last-index",
2864
+ "esnext.array.group-by",
2723
2865
  "esnext.array.unique-by"
2724
2866
  ],
2725
2867
  "core-js/features/array/virtual/at": [
@@ -2732,7 +2874,8 @@
2732
2874
  "es.array.copy-within"
2733
2875
  ],
2734
2876
  "core-js/features/array/virtual/entries": [
2735
- "es.array.iterator"
2877
+ "es.array.iterator",
2878
+ "es.object.to-string"
2736
2879
  ],
2737
2880
  "core-js/features/array/virtual/every": [
2738
2881
  "es.array.every"
@@ -2746,6 +2889,9 @@
2746
2889
  "core-js/features/array/virtual/filter-out": [
2747
2890
  "esnext.array.filter-out"
2748
2891
  ],
2892
+ "core-js/features/array/virtual/filter-reject": [
2893
+ "esnext.array.filter-reject"
2894
+ ],
2749
2895
  "core-js/features/array/virtual/find": [
2750
2896
  "es.array.find"
2751
2897
  ],
@@ -2769,6 +2915,9 @@
2769
2915
  "core-js/features/array/virtual/for-each": [
2770
2916
  "es.array.for-each"
2771
2917
  ],
2918
+ "core-js/features/array/virtual/group-by": [
2919
+ "esnext.array.group-by"
2920
+ ],
2772
2921
  "core-js/features/array/virtual/includes": [
2773
2922
  "es.array.includes"
2774
2923
  ],
@@ -2776,13 +2925,15 @@
2776
2925
  "es.array.index-of"
2777
2926
  ],
2778
2927
  "core-js/features/array/virtual/iterator": [
2779
- "es.array.iterator"
2928
+ "es.array.iterator",
2929
+ "es.object.to-string"
2780
2930
  ],
2781
2931
  "core-js/features/array/virtual/join": [
2782
2932
  "es.array.join"
2783
2933
  ],
2784
2934
  "core-js/features/array/virtual/keys": [
2785
- "es.array.iterator"
2935
+ "es.array.iterator",
2936
+ "es.object.to-string"
2786
2937
  ],
2787
2938
  "core-js/features/array/virtual/last-index-of": [
2788
2939
  "es.array.last-index-of"
@@ -2816,9 +2967,11 @@
2816
2967
  "esnext.array.unique-by"
2817
2968
  ],
2818
2969
  "core-js/features/array/virtual/values": [
2819
- "es.array.iterator"
2970
+ "es.array.iterator",
2971
+ "es.object.to-string"
2820
2972
  ],
2821
2973
  "core-js/features/async-iterator": [
2974
+ "es.array.iterator",
2822
2975
  "es.object.to-string",
2823
2976
  "es.promise",
2824
2977
  "es.string.iterator",
@@ -2841,60 +2994,47 @@
2841
2994
  "core-js/features/async-iterator/as-indexed-pairs": [
2842
2995
  "es.object.to-string",
2843
2996
  "es.promise",
2844
- "es.string.iterator",
2845
2997
  "esnext.async-iterator.constructor",
2846
- "esnext.async-iterator.as-indexed-pairs",
2847
- "web.dom-collections.iterator"
2998
+ "esnext.async-iterator.as-indexed-pairs"
2848
2999
  ],
2849
3000
  "core-js/features/async-iterator/drop": [
2850
3001
  "es.object.to-string",
2851
3002
  "es.promise",
2852
- "es.string.iterator",
2853
3003
  "esnext.async-iterator.constructor",
2854
- "esnext.async-iterator.drop",
2855
- "web.dom-collections.iterator"
3004
+ "esnext.async-iterator.drop"
2856
3005
  ],
2857
3006
  "core-js/features/async-iterator/every": [
2858
3007
  "es.object.to-string",
2859
3008
  "es.promise",
2860
- "es.string.iterator",
2861
3009
  "esnext.async-iterator.constructor",
2862
- "esnext.async-iterator.every",
2863
- "web.dom-collections.iterator"
3010
+ "esnext.async-iterator.every"
2864
3011
  ],
2865
3012
  "core-js/features/async-iterator/filter": [
2866
3013
  "es.object.to-string",
2867
3014
  "es.promise",
2868
- "es.string.iterator",
2869
3015
  "esnext.async-iterator.constructor",
2870
- "esnext.async-iterator.filter",
2871
- "web.dom-collections.iterator"
3016
+ "esnext.async-iterator.filter"
2872
3017
  ],
2873
3018
  "core-js/features/async-iterator/find": [
2874
3019
  "es.object.to-string",
2875
3020
  "es.promise",
2876
- "es.string.iterator",
2877
3021
  "esnext.async-iterator.constructor",
2878
- "esnext.async-iterator.find",
2879
- "web.dom-collections.iterator"
3022
+ "esnext.async-iterator.find"
2880
3023
  ],
2881
3024
  "core-js/features/async-iterator/flat-map": [
2882
3025
  "es.object.to-string",
2883
3026
  "es.promise",
2884
- "es.string.iterator",
2885
3027
  "esnext.async-iterator.constructor",
2886
- "esnext.async-iterator.flat-map",
2887
- "web.dom-collections.iterator"
3028
+ "esnext.async-iterator.flat-map"
2888
3029
  ],
2889
3030
  "core-js/features/async-iterator/for-each": [
2890
3031
  "es.object.to-string",
2891
3032
  "es.promise",
2892
- "es.string.iterator",
2893
3033
  "esnext.async-iterator.constructor",
2894
- "esnext.async-iterator.for-each",
2895
- "web.dom-collections.iterator"
3034
+ "esnext.async-iterator.for-each"
2896
3035
  ],
2897
3036
  "core-js/features/async-iterator/from": [
3037
+ "es.array.iterator",
2898
3038
  "es.object.to-string",
2899
3039
  "es.promise",
2900
3040
  "es.string.iterator",
@@ -2905,42 +3045,32 @@
2905
3045
  "core-js/features/async-iterator/map": [
2906
3046
  "es.object.to-string",
2907
3047
  "es.promise",
2908
- "es.string.iterator",
2909
3048
  "esnext.async-iterator.constructor",
2910
- "esnext.async-iterator.map",
2911
- "web.dom-collections.iterator"
3049
+ "esnext.async-iterator.map"
2912
3050
  ],
2913
3051
  "core-js/features/async-iterator/reduce": [
2914
3052
  "es.object.to-string",
2915
3053
  "es.promise",
2916
- "es.string.iterator",
2917
3054
  "esnext.async-iterator.constructor",
2918
- "esnext.async-iterator.reduce",
2919
- "web.dom-collections.iterator"
3055
+ "esnext.async-iterator.reduce"
2920
3056
  ],
2921
3057
  "core-js/features/async-iterator/some": [
2922
3058
  "es.object.to-string",
2923
3059
  "es.promise",
2924
- "es.string.iterator",
2925
3060
  "esnext.async-iterator.constructor",
2926
- "esnext.async-iterator.some",
2927
- "web.dom-collections.iterator"
3061
+ "esnext.async-iterator.some"
2928
3062
  ],
2929
3063
  "core-js/features/async-iterator/take": [
2930
3064
  "es.object.to-string",
2931
3065
  "es.promise",
2932
- "es.string.iterator",
2933
3066
  "esnext.async-iterator.constructor",
2934
- "esnext.async-iterator.take",
2935
- "web.dom-collections.iterator"
3067
+ "esnext.async-iterator.take"
2936
3068
  ],
2937
3069
  "core-js/features/async-iterator/to-array": [
2938
3070
  "es.object.to-string",
2939
3071
  "es.promise",
2940
- "es.string.iterator",
2941
3072
  "esnext.async-iterator.constructor",
2942
- "esnext.async-iterator.to-array",
2943
- "web.dom-collections.iterator"
3073
+ "esnext.async-iterator.to-array"
2944
3074
  ],
2945
3075
  "core-js/features/bigint": [
2946
3076
  "esnext.bigint.range"
@@ -2963,15 +3093,27 @@
2963
3093
  "es.object.to-string"
2964
3094
  ],
2965
3095
  "core-js/features/date": [
3096
+ "es.date.get-year",
2966
3097
  "es.date.now",
3098
+ "es.date.set-year",
3099
+ "es.date.to-gmt-string",
2967
3100
  "es.date.to-iso-string",
2968
3101
  "es.date.to-json",
2969
3102
  "es.date.to-primitive",
2970
3103
  "es.date.to-string"
2971
3104
  ],
3105
+ "core-js/features/date/get-year": [
3106
+ "es.date.get-year"
3107
+ ],
2972
3108
  "core-js/features/date/now": [
2973
3109
  "es.date.now"
2974
3110
  ],
3111
+ "core-js/features/date/set-year": [
3112
+ "es.date.set-year"
3113
+ ],
3114
+ "core-js/features/date/to-gmt-string": [
3115
+ "es.date.to-gmt-string"
3116
+ ],
2975
3117
  "core-js/features/date/to-iso-string": [
2976
3118
  "es.date.to-iso-string",
2977
3119
  "es.date.to-json"
@@ -2987,6 +3129,7 @@
2987
3129
  ],
2988
3130
  "core-js/features/dom-collections": [
2989
3131
  "es.array.iterator",
3132
+ "es.object.to-string",
2990
3133
  "web.dom-collections.for-each",
2991
3134
  "web.dom-collections.iterator"
2992
3135
  ],
@@ -2994,8 +3137,12 @@
2994
3137
  "web.dom-collections.for-each"
2995
3138
  ],
2996
3139
  "core-js/features/dom-collections/iterator": [
3140
+ "es.object.to-string",
2997
3141
  "web.dom-collections.iterator"
2998
3142
  ],
3143
+ "core-js/features/escape": [
3144
+ "es.escape"
3145
+ ],
2999
3146
  "core-js/features/function": [
3000
3147
  "es.function.bind",
3001
3148
  "es.function.has-instance",
@@ -3017,10 +3164,12 @@
3017
3164
  "es.function.bind"
3018
3165
  ],
3019
3166
  "core-js/features/get-iterator": [
3167
+ "es.array.iterator",
3020
3168
  "es.string.iterator",
3021
3169
  "web.dom-collections.iterator"
3022
3170
  ],
3023
3171
  "core-js/features/get-iterator-method": [
3172
+ "es.array.iterator",
3024
3173
  "es.string.iterator",
3025
3174
  "web.dom-collections.iterator"
3026
3175
  ],
@@ -3039,6 +3188,7 @@
3039
3188
  "es.string.code-point-at"
3040
3189
  ],
3041
3190
  "core-js/features/instance/code-points": [
3191
+ "es.object.to-string",
3042
3192
  "esnext.string.code-points"
3043
3193
  ],
3044
3194
  "core-js/features/instance/concat": [
@@ -3052,6 +3202,7 @@
3052
3202
  ],
3053
3203
  "core-js/features/instance/entries": [
3054
3204
  "es.array.iterator",
3205
+ "es.object.to-string",
3055
3206
  "web.dom-collections.iterator"
3056
3207
  ],
3057
3208
  "core-js/features/instance/every": [
@@ -3066,6 +3217,9 @@
3066
3217
  "core-js/features/instance/filter-out": [
3067
3218
  "esnext.array.filter-out"
3068
3219
  ],
3220
+ "core-js/features/instance/filter-reject": [
3221
+ "esnext.array.filter-reject"
3222
+ ],
3069
3223
  "core-js/features/instance/find": [
3070
3224
  "es.array.find"
3071
3225
  ],
@@ -3093,6 +3247,9 @@
3093
3247
  "es.array.for-each",
3094
3248
  "web.dom-collections.iterator"
3095
3249
  ],
3250
+ "core-js/features/instance/group-by": [
3251
+ "esnext.array.group-by"
3252
+ ],
3096
3253
  "core-js/features/instance/includes": [
3097
3254
  "es.array.includes",
3098
3255
  "es.string.includes"
@@ -3102,6 +3259,7 @@
3102
3259
  ],
3103
3260
  "core-js/features/instance/keys": [
3104
3261
  "es.array.iterator",
3262
+ "es.object.to-string",
3105
3263
  "web.dom-collections.iterator"
3106
3264
  ],
3107
3265
  "core-js/features/instance/last-index-of": [
@@ -3111,6 +3269,8 @@
3111
3269
  "es.array.map"
3112
3270
  ],
3113
3271
  "core-js/features/instance/match-all": [
3272
+ "es.object.to-string",
3273
+ "es.regexp.exec",
3114
3274
  "es.string.match-all",
3115
3275
  "esnext.string.match-all"
3116
3276
  ],
@@ -3130,6 +3290,8 @@
3130
3290
  "es.string.repeat"
3131
3291
  ],
3132
3292
  "core-js/features/instance/replace-all": [
3293
+ "es.regexp.exec",
3294
+ "es.string.replace",
3133
3295
  "es.string.replace-all"
3134
3296
  ],
3135
3297
  "core-js/features/instance/reverse": [
@@ -3171,13 +3333,16 @@
3171
3333
  ],
3172
3334
  "core-js/features/instance/values": [
3173
3335
  "es.array.iterator",
3336
+ "es.object.to-string",
3174
3337
  "web.dom-collections.iterator"
3175
3338
  ],
3176
3339
  "core-js/features/is-iterable": [
3340
+ "es.array.iterator",
3177
3341
  "es.string.iterator",
3178
3342
  "web.dom-collections.iterator"
3179
3343
  ],
3180
3344
  "core-js/features/iterator": [
3345
+ "es.array.iterator",
3181
3346
  "es.object.to-string",
3182
3347
  "es.string.iterator",
3183
3348
  "esnext.iterator.constructor",
@@ -3198,54 +3363,41 @@
3198
3363
  ],
3199
3364
  "core-js/features/iterator/as-indexed-pairs": [
3200
3365
  "es.object.to-string",
3201
- "es.string.iterator",
3202
3366
  "esnext.iterator.constructor",
3203
- "esnext.iterator.as-indexed-pairs",
3204
- "web.dom-collections.iterator"
3367
+ "esnext.iterator.as-indexed-pairs"
3205
3368
  ],
3206
3369
  "core-js/features/iterator/drop": [
3207
3370
  "es.object.to-string",
3208
- "es.string.iterator",
3209
3371
  "esnext.iterator.constructor",
3210
- "esnext.iterator.drop",
3211
- "web.dom-collections.iterator"
3372
+ "esnext.iterator.drop"
3212
3373
  ],
3213
3374
  "core-js/features/iterator/every": [
3214
3375
  "es.object.to-string",
3215
- "es.string.iterator",
3216
3376
  "esnext.iterator.constructor",
3217
- "esnext.iterator.every",
3218
- "web.dom-collections.iterator"
3377
+ "esnext.iterator.every"
3219
3378
  ],
3220
3379
  "core-js/features/iterator/filter": [
3221
3380
  "es.object.to-string",
3222
- "es.string.iterator",
3223
3381
  "esnext.iterator.constructor",
3224
- "esnext.iterator.filter",
3225
- "web.dom-collections.iterator"
3382
+ "esnext.iterator.filter"
3226
3383
  ],
3227
3384
  "core-js/features/iterator/find": [
3228
3385
  "es.object.to-string",
3229
- "es.string.iterator",
3230
3386
  "esnext.iterator.constructor",
3231
- "esnext.iterator.find",
3232
- "web.dom-collections.iterator"
3387
+ "esnext.iterator.find"
3233
3388
  ],
3234
3389
  "core-js/features/iterator/flat-map": [
3235
3390
  "es.object.to-string",
3236
- "es.string.iterator",
3237
3391
  "esnext.iterator.constructor",
3238
- "esnext.iterator.flat-map",
3239
- "web.dom-collections.iterator"
3392
+ "esnext.iterator.flat-map"
3240
3393
  ],
3241
3394
  "core-js/features/iterator/for-each": [
3242
3395
  "es.object.to-string",
3243
- "es.string.iterator",
3244
3396
  "esnext.iterator.constructor",
3245
- "esnext.iterator.for-each",
3246
- "web.dom-collections.iterator"
3397
+ "esnext.iterator.for-each"
3247
3398
  ],
3248
3399
  "core-js/features/iterator/from": [
3400
+ "es.array.iterator",
3249
3401
  "es.object.to-string",
3250
3402
  "es.string.iterator",
3251
3403
  "esnext.iterator.constructor",
@@ -3254,38 +3406,28 @@
3254
3406
  ],
3255
3407
  "core-js/features/iterator/map": [
3256
3408
  "es.object.to-string",
3257
- "es.string.iterator",
3258
3409
  "esnext.iterator.constructor",
3259
- "esnext.iterator.map",
3260
- "web.dom-collections.iterator"
3410
+ "esnext.iterator.map"
3261
3411
  ],
3262
3412
  "core-js/features/iterator/reduce": [
3263
3413
  "es.object.to-string",
3264
- "es.string.iterator",
3265
3414
  "esnext.iterator.constructor",
3266
- "esnext.iterator.reduce",
3267
- "web.dom-collections.iterator"
3415
+ "esnext.iterator.reduce"
3268
3416
  ],
3269
3417
  "core-js/features/iterator/some": [
3270
3418
  "es.object.to-string",
3271
- "es.string.iterator",
3272
3419
  "esnext.iterator.constructor",
3273
- "esnext.iterator.some",
3274
- "web.dom-collections.iterator"
3420
+ "esnext.iterator.some"
3275
3421
  ],
3276
3422
  "core-js/features/iterator/take": [
3277
3423
  "es.object.to-string",
3278
- "es.string.iterator",
3279
3424
  "esnext.iterator.constructor",
3280
- "esnext.iterator.take",
3281
- "web.dom-collections.iterator"
3425
+ "esnext.iterator.take"
3282
3426
  ],
3283
3427
  "core-js/features/iterator/to-array": [
3284
3428
  "es.object.to-string",
3285
- "es.string.iterator",
3286
3429
  "esnext.iterator.constructor",
3287
- "esnext.iterator.to-array",
3288
- "web.dom-collections.iterator"
3430
+ "esnext.iterator.to-array"
3289
3431
  ],
3290
3432
  "core-js/features/json": [
3291
3433
  "es.json.stringify",
@@ -3298,6 +3440,7 @@
3298
3440
  "es.json.to-string-tag"
3299
3441
  ],
3300
3442
  "core-js/features/map": [
3443
+ "es.array.iterator",
3301
3444
  "es.map",
3302
3445
  "es.object.to-string",
3303
3446
  "es.string.iterator",
@@ -3320,8 +3463,7 @@
3320
3463
  "esnext.map.some",
3321
3464
  "esnext.map.update",
3322
3465
  "esnext.map.update-or-insert",
3323
- "esnext.map.upsert",
3324
- "web.dom-collections.iterator"
3466
+ "esnext.map.upsert"
3325
3467
  ],
3326
3468
  "core-js/features/map/delete-all": [
3327
3469
  "es.map",
@@ -3348,6 +3490,7 @@
3348
3490
  "esnext.map.find-key"
3349
3491
  ],
3350
3492
  "core-js/features/map/from": [
3493
+ "es.array.iterator",
3351
3494
  "es.map",
3352
3495
  "es.string.iterator",
3353
3496
  "esnext.map.from",
@@ -3382,10 +3525,9 @@
3382
3525
  "esnext.map.merge"
3383
3526
  ],
3384
3527
  "core-js/features/map/of": [
3528
+ "es.array.iterator",
3385
3529
  "es.map",
3386
- "es.string.iterator",
3387
- "esnext.map.of",
3388
- "web.dom-collections.iterator"
3530
+ "esnext.map.of"
3389
3531
  ],
3390
3532
  "core-js/features/map/reduce": [
3391
3533
  "es.map",
@@ -3583,6 +3725,7 @@
3583
3725
  "es.number.parse-int"
3584
3726
  ],
3585
3727
  "core-js/features/number/range": [
3728
+ "es.object.to-string",
3586
3729
  "esnext.number.range"
3587
3730
  ],
3588
3731
  "core-js/features/number/to-fixed": [
@@ -3745,6 +3888,7 @@
3745
3888
  ],
3746
3889
  "core-js/features/promise": [
3747
3890
  "es.aggregate-error",
3891
+ "es.array.iterator",
3748
3892
  "es.object.to-string",
3749
3893
  "es.promise",
3750
3894
  "es.promise.all-settled",
@@ -3754,26 +3898,28 @@
3754
3898
  "esnext.aggregate-error",
3755
3899
  "esnext.promise.all-settled",
3756
3900
  "esnext.promise.any",
3757
- "esnext.promise.try",
3758
- "web.dom-collections.iterator"
3901
+ "esnext.promise.try"
3759
3902
  ],
3760
3903
  "core-js/features/promise/all-settled": [
3904
+ "es.array.iterator",
3905
+ "es.object.to-string",
3761
3906
  "es.promise",
3762
3907
  "es.promise.all-settled",
3763
3908
  "es.string.iterator",
3764
- "esnext.promise.all-settled",
3765
- "web.dom-collections.iterator"
3909
+ "esnext.promise.all-settled"
3766
3910
  ],
3767
3911
  "core-js/features/promise/any": [
3768
3912
  "es.aggregate-error",
3913
+ "es.array.iterator",
3914
+ "es.object.to-string",
3769
3915
  "es.promise",
3770
3916
  "es.promise.any",
3771
3917
  "es.string.iterator",
3772
3918
  "esnext.aggregate-error",
3773
- "esnext.promise.any",
3774
- "web.dom-collections.iterator"
3919
+ "esnext.promise.any"
3775
3920
  ],
3776
3921
  "core-js/features/promise/finally": [
3922
+ "es.object.to-string",
3777
3923
  "es.promise",
3778
3924
  "es.promise.finally"
3779
3925
  ],
@@ -3785,6 +3931,7 @@
3785
3931
  "web.queue-microtask"
3786
3932
  ],
3787
3933
  "core-js/features/reflect": [
3934
+ "es.object.to-string",
3788
3935
  "es.reflect.apply",
3789
3936
  "es.reflect.construct",
3790
3937
  "es.reflect.define-property",
@@ -3880,6 +4027,7 @@
3880
4027
  ],
3881
4028
  "core-js/features/regexp": [
3882
4029
  "es.regexp.constructor",
4030
+ "es.regexp.dot-all",
3883
4031
  "es.regexp.exec",
3884
4032
  "es.regexp.flags",
3885
4033
  "es.regexp.sticky",
@@ -3891,24 +4039,38 @@
3891
4039
  "es.string.split"
3892
4040
  ],
3893
4041
  "core-js/features/regexp/constructor": [
3894
- "es.regexp.constructor"
4042
+ "es.regexp.constructor",
4043
+ "es.regexp.dot-all",
4044
+ "es.regexp.exec",
4045
+ "es.regexp.sticky"
4046
+ ],
4047
+ "core-js/features/regexp/dot-all": [
4048
+ "es.regexp.constructor",
4049
+ "es.regexp.dot-all",
4050
+ "es.regexp.exec"
3895
4051
  ],
3896
4052
  "core-js/features/regexp/flags": [
3897
4053
  "es.regexp.flags"
3898
4054
  ],
3899
4055
  "core-js/features/regexp/match": [
4056
+ "es.regexp.exec",
3900
4057
  "es.string.match"
3901
4058
  ],
3902
4059
  "core-js/features/regexp/replace": [
4060
+ "es.regexp.exec",
3903
4061
  "es.string.replace"
3904
4062
  ],
3905
4063
  "core-js/features/regexp/search": [
4064
+ "es.regexp.exec",
3906
4065
  "es.string.search"
3907
4066
  ],
3908
4067
  "core-js/features/regexp/split": [
4068
+ "es.regexp.exec",
3909
4069
  "es.string.split"
3910
4070
  ],
3911
4071
  "core-js/features/regexp/sticky": [
4072
+ "es.regexp.constructor",
4073
+ "es.regexp.exec",
3912
4074
  "es.regexp.sticky"
3913
4075
  ],
3914
4076
  "core-js/features/regexp/test": [
@@ -3919,6 +4081,7 @@
3919
4081
  "es.regexp.to-string"
3920
4082
  ],
3921
4083
  "core-js/features/set": [
4084
+ "es.array.iterator",
3922
4085
  "es.object.to-string",
3923
4086
  "es.set",
3924
4087
  "es.string.iterator",
@@ -3939,8 +4102,7 @@
3939
4102
  "esnext.set.reduce",
3940
4103
  "esnext.set.some",
3941
4104
  "esnext.set.symmetric-difference",
3942
- "esnext.set.union",
3943
- "web.dom-collections.iterator"
4105
+ "esnext.set.union"
3944
4106
  ],
3945
4107
  "core-js/features/set-immediate": [
3946
4108
  "web.immediate"
@@ -3960,6 +4122,7 @@
3960
4122
  "esnext.set.delete-all"
3961
4123
  ],
3962
4124
  "core-js/features/set/difference": [
4125
+ "es.array.iterator",
3963
4126
  "es.set",
3964
4127
  "es.string.iterator",
3965
4128
  "esnext.set.difference",
@@ -3978,28 +4141,39 @@
3978
4141
  "esnext.set.find"
3979
4142
  ],
3980
4143
  "core-js/features/set/from": [
4144
+ "es.array.iterator",
3981
4145
  "es.set",
3982
4146
  "es.string.iterator",
3983
4147
  "esnext.set.from",
3984
4148
  "web.dom-collections.iterator"
3985
4149
  ],
3986
4150
  "core-js/features/set/intersection": [
4151
+ "es.array.iterator",
3987
4152
  "es.set",
3988
- "esnext.set.intersection"
4153
+ "es.string.iterator",
4154
+ "esnext.set.intersection",
4155
+ "web.dom-collections.iterator"
3989
4156
  ],
3990
4157
  "core-js/features/set/is-disjoint-from": [
4158
+ "es.array.iterator",
3991
4159
  "es.set",
3992
- "esnext.set.is-disjoint-from"
4160
+ "es.string.iterator",
4161
+ "esnext.set.is-disjoint-from",
4162
+ "web.dom-collections.iterator"
3993
4163
  ],
3994
4164
  "core-js/features/set/is-subset-of": [
4165
+ "es.array.iterator",
3995
4166
  "es.set",
3996
4167
  "es.string.iterator",
3997
4168
  "esnext.set.is-subset-of",
3998
4169
  "web.dom-collections.iterator"
3999
4170
  ],
4000
4171
  "core-js/features/set/is-superset-of": [
4172
+ "es.array.iterator",
4001
4173
  "es.set",
4002
- "esnext.set.is-superset-of"
4174
+ "es.string.iterator",
4175
+ "esnext.set.is-superset-of",
4176
+ "web.dom-collections.iterator"
4003
4177
  ],
4004
4178
  "core-js/features/set/join": [
4005
4179
  "es.set",
@@ -4010,10 +4184,9 @@
4010
4184
  "esnext.set.map"
4011
4185
  ],
4012
4186
  "core-js/features/set/of": [
4187
+ "es.array.iterator",
4013
4188
  "es.set",
4014
- "es.string.iterator",
4015
- "esnext.set.of",
4016
- "web.dom-collections.iterator"
4189
+ "esnext.set.of"
4017
4190
  ],
4018
4191
  "core-js/features/set/reduce": [
4019
4192
  "es.set",
@@ -4024,18 +4197,21 @@
4024
4197
  "esnext.set.some"
4025
4198
  ],
4026
4199
  "core-js/features/set/symmetric-difference": [
4200
+ "es.array.iterator",
4027
4201
  "es.set",
4028
4202
  "es.string.iterator",
4029
4203
  "esnext.set.symmetric-difference",
4030
4204
  "web.dom-collections.iterator"
4031
4205
  ],
4032
4206
  "core-js/features/set/union": [
4207
+ "es.array.iterator",
4033
4208
  "es.set",
4034
4209
  "es.string.iterator",
4035
4210
  "esnext.set.union",
4036
4211
  "web.dom-collections.iterator"
4037
4212
  ],
4038
4213
  "core-js/features/string": [
4214
+ "es.object.to-string",
4039
4215
  "es.regexp.exec",
4040
4216
  "es.string.code-point-at",
4041
4217
  "es.string.ends-with",
@@ -4053,6 +4229,7 @@
4053
4229
  "es.string.search",
4054
4230
  "es.string.split",
4055
4231
  "es.string.starts-with",
4232
+ "es.string.substr",
4056
4233
  "es.string.trim",
4057
4234
  "es.string.trim-end",
4058
4235
  "es.string.trim-start",
@@ -4093,6 +4270,7 @@
4093
4270
  "es.string.code-point-at"
4094
4271
  ],
4095
4272
  "core-js/features/string/code-points": [
4273
+ "es.object.to-string",
4096
4274
  "esnext.string.code-points"
4097
4275
  ],
4098
4276
  "core-js/features/string/ends-with": [
@@ -4117,6 +4295,7 @@
4117
4295
  "es.string.italics"
4118
4296
  ],
4119
4297
  "core-js/features/string/iterator": [
4298
+ "es.object.to-string",
4120
4299
  "es.string.iterator"
4121
4300
  ],
4122
4301
  "core-js/features/string/link": [
@@ -4127,6 +4306,8 @@
4127
4306
  "es.string.match"
4128
4307
  ],
4129
4308
  "core-js/features/string/match-all": [
4309
+ "es.object.to-string",
4310
+ "es.regexp.exec",
4130
4311
  "es.string.match-all",
4131
4312
  "esnext.string.match-all"
4132
4313
  ],
@@ -4147,6 +4328,8 @@
4147
4328
  "es.string.replace"
4148
4329
  ],
4149
4330
  "core-js/features/string/replace-all": [
4331
+ "es.regexp.exec",
4332
+ "es.string.replace",
4150
4333
  "es.string.replace-all",
4151
4334
  "esnext.string.replace-all"
4152
4335
  ],
@@ -4170,6 +4353,9 @@
4170
4353
  "core-js/features/string/sub": [
4171
4354
  "es.string.sub"
4172
4355
  ],
4356
+ "core-js/features/string/substr": [
4357
+ "es.string.substr"
4358
+ ],
4173
4359
  "core-js/features/string/sup": [
4174
4360
  "es.string.sup"
4175
4361
  ],
@@ -4189,6 +4375,8 @@
4189
4375
  "es.string.trim-start"
4190
4376
  ],
4191
4377
  "core-js/features/string/virtual": [
4378
+ "es.object.to-string",
4379
+ "es.regexp.exec",
4192
4380
  "es.string.code-point-at",
4193
4381
  "es.string.ends-with",
4194
4382
  "es.string.includes",
@@ -4203,6 +4391,7 @@
4203
4391
  "es.string.search",
4204
4392
  "es.string.split",
4205
4393
  "es.string.starts-with",
4394
+ "es.string.substr",
4206
4395
  "es.string.trim",
4207
4396
  "es.string.trim-end",
4208
4397
  "es.string.trim-start",
@@ -4243,6 +4432,7 @@
4243
4432
  "es.string.code-point-at"
4244
4433
  ],
4245
4434
  "core-js/features/string/virtual/code-points": [
4435
+ "es.object.to-string",
4246
4436
  "esnext.string.code-points"
4247
4437
  ],
4248
4438
  "core-js/features/string/virtual/ends-with": [
@@ -4264,12 +4454,15 @@
4264
4454
  "es.string.italics"
4265
4455
  ],
4266
4456
  "core-js/features/string/virtual/iterator": [
4457
+ "es.object.to-string",
4267
4458
  "es.string.iterator"
4268
4459
  ],
4269
4460
  "core-js/features/string/virtual/link": [
4270
4461
  "es.string.link"
4271
4462
  ],
4272
4463
  "core-js/features/string/virtual/match-all": [
4464
+ "es.object.to-string",
4465
+ "es.regexp.exec",
4273
4466
  "es.string.match-all",
4274
4467
  "esnext.string.match-all"
4275
4468
  ],
@@ -4283,6 +4476,8 @@
4283
4476
  "es.string.repeat"
4284
4477
  ],
4285
4478
  "core-js/features/string/virtual/replace-all": [
4479
+ "es.regexp.exec",
4480
+ "es.string.replace",
4286
4481
  "es.string.replace-all",
4287
4482
  "esnext.string.replace-all"
4288
4483
  ],
@@ -4298,6 +4493,9 @@
4298
4493
  "core-js/features/string/virtual/sub": [
4299
4494
  "es.string.sub"
4300
4495
  ],
4496
+ "core-js/features/string/virtual/substr": [
4497
+ "es.string.substr"
4498
+ ],
4301
4499
  "core-js/features/string/virtual/sup": [
4302
4500
  "es.string.sup"
4303
4501
  ],
@@ -4370,18 +4568,22 @@
4370
4568
  ],
4371
4569
  "core-js/features/symbol/iterator": [
4372
4570
  "es.symbol.iterator",
4373
- "es.string.iterator",
4374
- "web.dom-collections.iterator"
4571
+ "es.array.iterator",
4572
+ "es.object.to-string",
4573
+ "es.string.iterator"
4375
4574
  ],
4376
4575
  "core-js/features/symbol/key-for": [
4377
4576
  "es.symbol"
4378
4577
  ],
4379
4578
  "core-js/features/symbol/match": [
4380
4579
  "es.symbol.match",
4580
+ "es.regexp.exec",
4381
4581
  "es.string.match"
4382
4582
  ],
4383
4583
  "core-js/features/symbol/match-all": [
4384
4584
  "es.symbol.match-all",
4585
+ "es.object.to-string",
4586
+ "es.regexp.exec",
4385
4587
  "es.string.match-all"
4386
4588
  ],
4387
4589
  "core-js/features/symbol/matcher": [
@@ -4398,6 +4600,7 @@
4398
4600
  ],
4399
4601
  "core-js/features/symbol/replace": [
4400
4602
  "es.symbol.replace",
4603
+ "es.regexp.exec",
4401
4604
  "es.string.replace"
4402
4605
  ],
4403
4606
  "core-js/features/symbol/replace-all": [
@@ -4405,6 +4608,7 @@
4405
4608
  ],
4406
4609
  "core-js/features/symbol/search": [
4407
4610
  "es.symbol.search",
4611
+ "es.regexp.exec",
4408
4612
  "es.string.search"
4409
4613
  ],
4410
4614
  "core-js/features/symbol/species": [
@@ -4412,10 +4616,12 @@
4412
4616
  ],
4413
4617
  "core-js/features/symbol/split": [
4414
4618
  "es.symbol.split",
4619
+ "es.regexp.exec",
4415
4620
  "es.string.split"
4416
4621
  ],
4417
4622
  "core-js/features/symbol/to-primitive": [
4418
- "es.symbol.to-primitive"
4623
+ "es.symbol.to-primitive",
4624
+ "es.date.to-primitive"
4419
4625
  ],
4420
4626
  "core-js/features/symbol/to-string-tag": [
4421
4627
  "es.symbol.to-string-tag",
@@ -4430,6 +4636,7 @@
4430
4636
  "core-js/features/typed-array": [
4431
4637
  "es.map",
4432
4638
  "es.object.to-string",
4639
+ "es.string.iterator",
4433
4640
  "es.typed-array.float32-array",
4434
4641
  "es.typed-array.float64-array",
4435
4642
  "es.typed-array.int8-array",
@@ -4466,8 +4673,10 @@
4466
4673
  "es.typed-array.to-string",
4467
4674
  "esnext.typed-array.at",
4468
4675
  "esnext.typed-array.filter-out",
4676
+ "esnext.typed-array.filter-reject",
4469
4677
  "esnext.typed-array.find-last",
4470
4678
  "esnext.typed-array.find-last-index",
4679
+ "esnext.typed-array.group-by",
4471
4680
  "esnext.typed-array.unique-by"
4472
4681
  ],
4473
4682
  "core-js/features/typed-array/at": [
@@ -4477,6 +4686,7 @@
4477
4686
  "es.typed-array.copy-within"
4478
4687
  ],
4479
4688
  "core-js/features/typed-array/entries": [
4689
+ "es.object.to-string",
4480
4690
  "es.typed-array.iterator"
4481
4691
  ],
4482
4692
  "core-js/features/typed-array/every": [
@@ -4491,6 +4701,9 @@
4491
4701
  "core-js/features/typed-array/filter-out": [
4492
4702
  "esnext.typed-array.filter-out"
4493
4703
  ],
4704
+ "core-js/features/typed-array/filter-reject": [
4705
+ "esnext.typed-array.filter-reject"
4706
+ ],
4494
4707
  "core-js/features/typed-array/find": [
4495
4708
  "es.typed-array.find"
4496
4709
  ],
@@ -4505,6 +4718,7 @@
4505
4718
  ],
4506
4719
  "core-js/features/typed-array/float32-array": [
4507
4720
  "es.object.to-string",
4721
+ "es.string.iterator",
4508
4722
  "es.typed-array.float32-array",
4509
4723
  "es.typed-array.copy-within",
4510
4724
  "es.typed-array.every",
@@ -4534,6 +4748,7 @@
4534
4748
  ],
4535
4749
  "core-js/features/typed-array/float64-array": [
4536
4750
  "es.object.to-string",
4751
+ "es.string.iterator",
4537
4752
  "es.typed-array.float64-array",
4538
4753
  "es.typed-array.copy-within",
4539
4754
  "es.typed-array.every",
@@ -4567,6 +4782,9 @@
4567
4782
  "core-js/features/typed-array/from": [
4568
4783
  "es.typed-array.from"
4569
4784
  ],
4785
+ "core-js/features/typed-array/group-by": [
4786
+ "esnext.typed-array.group-by"
4787
+ ],
4570
4788
  "core-js/features/typed-array/includes": [
4571
4789
  "es.typed-array.includes"
4572
4790
  ],
@@ -4575,6 +4793,7 @@
4575
4793
  ],
4576
4794
  "core-js/features/typed-array/int16-array": [
4577
4795
  "es.object.to-string",
4796
+ "es.string.iterator",
4578
4797
  "es.typed-array.int16-array",
4579
4798
  "es.typed-array.copy-within",
4580
4799
  "es.typed-array.every",
@@ -4604,6 +4823,7 @@
4604
4823
  ],
4605
4824
  "core-js/features/typed-array/int32-array": [
4606
4825
  "es.object.to-string",
4826
+ "es.string.iterator",
4607
4827
  "es.typed-array.int32-array",
4608
4828
  "es.typed-array.copy-within",
4609
4829
  "es.typed-array.every",
@@ -4633,6 +4853,7 @@
4633
4853
  ],
4634
4854
  "core-js/features/typed-array/int8-array": [
4635
4855
  "es.object.to-string",
4856
+ "es.string.iterator",
4636
4857
  "es.typed-array.int8-array",
4637
4858
  "es.typed-array.copy-within",
4638
4859
  "es.typed-array.every",
@@ -4661,12 +4882,14 @@
4661
4882
  "es.typed-array.to-string"
4662
4883
  ],
4663
4884
  "core-js/features/typed-array/iterator": [
4885
+ "es.object.to-string",
4664
4886
  "es.typed-array.iterator"
4665
4887
  ],
4666
4888
  "core-js/features/typed-array/join": [
4667
4889
  "es.typed-array.join"
4668
4890
  ],
4669
4891
  "core-js/features/typed-array/keys": [
4892
+ "es.object.to-string",
4670
4893
  "es.typed-array.iterator"
4671
4894
  ],
4672
4895
  "core-js/features/typed-array/last-index-of": [
@@ -4710,6 +4933,7 @@
4710
4933
  ],
4711
4934
  "core-js/features/typed-array/uint16-array": [
4712
4935
  "es.object.to-string",
4936
+ "es.string.iterator",
4713
4937
  "es.typed-array.uint16-array",
4714
4938
  "es.typed-array.copy-within",
4715
4939
  "es.typed-array.every",
@@ -4739,6 +4963,7 @@
4739
4963
  ],
4740
4964
  "core-js/features/typed-array/uint32-array": [
4741
4965
  "es.object.to-string",
4966
+ "es.string.iterator",
4742
4967
  "es.typed-array.uint32-array",
4743
4968
  "es.typed-array.copy-within",
4744
4969
  "es.typed-array.every",
@@ -4768,6 +4993,7 @@
4768
4993
  ],
4769
4994
  "core-js/features/typed-array/uint8-array": [
4770
4995
  "es.object.to-string",
4996
+ "es.string.iterator",
4771
4997
  "es.typed-array.uint8-array",
4772
4998
  "es.typed-array.copy-within",
4773
4999
  "es.typed-array.every",
@@ -4797,6 +5023,7 @@
4797
5023
  ],
4798
5024
  "core-js/features/typed-array/uint8-clamped-array": [
4799
5025
  "es.object.to-string",
5026
+ "es.string.iterator",
4800
5027
  "es.typed-array.uint8-clamped-array",
4801
5028
  "es.typed-array.copy-within",
4802
5029
  "es.typed-array.every",
@@ -4829,28 +5056,34 @@
4829
5056
  "esnext.typed-array.unique-by"
4830
5057
  ],
4831
5058
  "core-js/features/typed-array/values": [
5059
+ "es.object.to-string",
4832
5060
  "es.typed-array.iterator"
4833
5061
  ],
5062
+ "core-js/features/unescape": [
5063
+ "es.unescape"
5064
+ ],
4834
5065
  "core-js/features/url": [
4835
5066
  "web.url",
4836
5067
  "web.url.to-json",
4837
5068
  "web.url-search-params"
4838
5069
  ],
4839
5070
  "core-js/features/url-search-params": [
5071
+ "web.dom-collections.iterator",
4840
5072
  "web.url-search-params"
4841
5073
  ],
4842
5074
  "core-js/features/url/to-json": [
4843
5075
  "web.url.to-json"
4844
5076
  ],
4845
5077
  "core-js/features/weak-map": [
5078
+ "es.array.iterator",
4846
5079
  "es.object.to-string",
5080
+ "es.string.iterator",
4847
5081
  "es.weak-map",
4848
5082
  "esnext.weak-map.delete-all",
4849
5083
  "esnext.weak-map.from",
4850
5084
  "esnext.weak-map.of",
4851
5085
  "esnext.weak-map.emplace",
4852
- "esnext.weak-map.upsert",
4853
- "web.dom-collections.iterator"
5086
+ "esnext.weak-map.upsert"
4854
5087
  ],
4855
5088
  "core-js/features/weak-map/delete-all": [
4856
5089
  "es.weak-map",
@@ -4861,29 +5094,30 @@
4861
5094
  "esnext.weak-map.emplace"
4862
5095
  ],
4863
5096
  "core-js/features/weak-map/from": [
5097
+ "es.array.iterator",
4864
5098
  "es.string.iterator",
4865
5099
  "es.weak-map",
4866
5100
  "esnext.weak-map.from",
4867
5101
  "web.dom-collections.iterator"
4868
5102
  ],
4869
5103
  "core-js/features/weak-map/of": [
4870
- "es.string.iterator",
5104
+ "es.array.iterator",
4871
5105
  "es.weak-map",
4872
- "esnext.weak-map.of",
4873
- "web.dom-collections.iterator"
5106
+ "esnext.weak-map.of"
4874
5107
  ],
4875
5108
  "core-js/features/weak-map/upsert": [
4876
5109
  "es.weak-map",
4877
5110
  "esnext.weak-map.upsert"
4878
5111
  ],
4879
5112
  "core-js/features/weak-set": [
5113
+ "es.array.iterator",
4880
5114
  "es.object.to-string",
5115
+ "es.string.iterator",
4881
5116
  "es.weak-set",
4882
5117
  "esnext.weak-set.add-all",
4883
5118
  "esnext.weak-set.delete-all",
4884
5119
  "esnext.weak-set.from",
4885
- "esnext.weak-set.of",
4886
- "web.dom-collections.iterator"
5120
+ "esnext.weak-set.of"
4887
5121
  ],
4888
5122
  "core-js/features/weak-set/add-all": [
4889
5123
  "es.weak-set",
@@ -4894,16 +5128,16 @@
4894
5128
  "esnext.weak-set.delete-all"
4895
5129
  ],
4896
5130
  "core-js/features/weak-set/from": [
5131
+ "es.array.iterator",
4897
5132
  "es.string.iterator",
4898
5133
  "es.weak-set",
4899
5134
  "esnext.weak-set.from",
4900
5135
  "web.dom-collections.iterator"
4901
5136
  ],
4902
5137
  "core-js/features/weak-set/of": [
4903
- "es.string.iterator",
5138
+ "es.array.iterator",
4904
5139
  "es.weak-set",
4905
- "esnext.weak-set.of",
4906
- "web.dom-collections.iterator"
5140
+ "esnext.weak-set.of"
4907
5141
  ],
4908
5142
  "core-js/modules/es.aggregate-error": [
4909
5143
  "es.aggregate-error"
@@ -5007,9 +5241,18 @@
5007
5241
  "core-js/modules/es.data-view": [
5008
5242
  "es.data-view"
5009
5243
  ],
5244
+ "core-js/modules/es.date.get-year": [
5245
+ "es.date.get-year"
5246
+ ],
5010
5247
  "core-js/modules/es.date.now": [
5011
5248
  "es.date.now"
5012
5249
  ],
5250
+ "core-js/modules/es.date.set-year": [
5251
+ "es.date.set-year"
5252
+ ],
5253
+ "core-js/modules/es.date.to-gmt-string": [
5254
+ "es.date.to-gmt-string"
5255
+ ],
5013
5256
  "core-js/modules/es.date.to-iso-string": [
5014
5257
  "es.date.to-iso-string"
5015
5258
  ],
@@ -5022,6 +5265,9 @@
5022
5265
  "core-js/modules/es.date.to-string": [
5023
5266
  "es.date.to-string"
5024
5267
  ],
5268
+ "core-js/modules/es.escape": [
5269
+ "es.escape"
5270
+ ],
5025
5271
  "core-js/modules/es.function.bind": [
5026
5272
  "es.function.bind"
5027
5273
  ],
@@ -5271,6 +5517,9 @@
5271
5517
  "core-js/modules/es.regexp.constructor": [
5272
5518
  "es.regexp.constructor"
5273
5519
  ],
5520
+ "core-js/modules/es.regexp.dot-all": [
5521
+ "es.regexp.dot-all"
5522
+ ],
5274
5523
  "core-js/modules/es.regexp.exec": [
5275
5524
  "es.regexp.exec"
5276
5525
  ],
@@ -5373,6 +5622,9 @@
5373
5622
  "core-js/modules/es.string.sub": [
5374
5623
  "es.string.sub"
5375
5624
  ],
5625
+ "core-js/modules/es.string.substr": [
5626
+ "es.string.substr"
5627
+ ],
5376
5628
  "core-js/modules/es.string.sup": [
5377
5629
  "es.string.sup"
5378
5630
  ],
@@ -5532,6 +5784,9 @@
5532
5784
  "core-js/modules/es.typed-array.uint8-clamped-array": [
5533
5785
  "es.typed-array.uint8-clamped-array"
5534
5786
  ],
5787
+ "core-js/modules/es.unescape": [
5788
+ "es.unescape"
5789
+ ],
5535
5790
  "core-js/modules/es.weak-map": [
5536
5791
  "es.weak-map"
5537
5792
  ],
@@ -5547,12 +5802,18 @@
5547
5802
  "core-js/modules/esnext.array.filter-out": [
5548
5803
  "esnext.array.filter-out"
5549
5804
  ],
5805
+ "core-js/modules/esnext.array.filter-reject": [
5806
+ "esnext.array.filter-reject"
5807
+ ],
5550
5808
  "core-js/modules/esnext.array.find-last": [
5551
5809
  "esnext.array.find-last"
5552
5810
  ],
5553
5811
  "core-js/modules/esnext.array.find-last-index": [
5554
5812
  "esnext.array.find-last-index"
5555
5813
  ],
5814
+ "core-js/modules/esnext.array.group-by": [
5815
+ "esnext.array.group-by"
5816
+ ],
5556
5817
  "core-js/modules/esnext.array.is-template-object": [
5557
5818
  "esnext.array.is-template-object"
5558
5819
  ],
@@ -5913,12 +6174,18 @@
5913
6174
  "core-js/modules/esnext.typed-array.filter-out": [
5914
6175
  "esnext.typed-array.filter-out"
5915
6176
  ],
6177
+ "core-js/modules/esnext.typed-array.filter-reject": [
6178
+ "esnext.typed-array.filter-reject"
6179
+ ],
5916
6180
  "core-js/modules/esnext.typed-array.find-last": [
5917
6181
  "esnext.typed-array.find-last"
5918
6182
  ],
5919
6183
  "core-js/modules/esnext.typed-array.find-last-index": [
5920
6184
  "esnext.typed-array.find-last-index"
5921
6185
  ],
6186
+ "core-js/modules/esnext.typed-array.group-by": [
6187
+ "esnext.typed-array.group-by"
6188
+ ],
5922
6189
  "core-js/modules/esnext.typed-array.unique-by": [
5923
6190
  "esnext.typed-array.unique-by"
5924
6191
  ],
@@ -5978,8 +6245,10 @@
5978
6245
  "esnext.aggregate-error",
5979
6246
  "esnext.array.at",
5980
6247
  "esnext.array.filter-out",
6248
+ "esnext.array.filter-reject",
5981
6249
  "esnext.array.find-last",
5982
6250
  "esnext.array.find-last-index",
6251
+ "esnext.array.group-by",
5983
6252
  "esnext.array.is-template-object",
5984
6253
  "esnext.array.last-index",
5985
6254
  "esnext.array.last-item",
@@ -6099,8 +6368,10 @@
6099
6368
  "esnext.symbol.replace-all",
6100
6369
  "esnext.typed-array.at",
6101
6370
  "esnext.typed-array.filter-out",
6371
+ "esnext.typed-array.filter-reject",
6102
6372
  "esnext.typed-array.find-last",
6103
6373
  "esnext.typed-array.find-last-index",
6374
+ "esnext.typed-array.group-by",
6104
6375
  "esnext.typed-array.unique-by",
6105
6376
  "esnext.weak-map.delete-all",
6106
6377
  "esnext.weak-map.from",
@@ -6120,7 +6391,9 @@
6120
6391
  ],
6121
6392
  "core-js/proposals/array-filtering": [
6122
6393
  "esnext.array.filter-out",
6123
- "esnext.typed-array.filter-out"
6394
+ "esnext.array.filter-reject",
6395
+ "esnext.typed-array.filter-out",
6396
+ "esnext.typed-array.filter-reject"
6124
6397
  ],
6125
6398
  "core-js/proposals/array-find-from-last": [
6126
6399
  "esnext.array.find-last",
@@ -6128,6 +6401,10 @@
6128
6401
  "esnext.typed-array.find-last",
6129
6402
  "esnext.typed-array.find-last-index"
6130
6403
  ],
6404
+ "core-js/proposals/array-grouping": [
6405
+ "esnext.array.group-by",
6406
+ "esnext.typed-array.group-by"
6407
+ ],
6131
6408
  "core-js/proposals/array-is-template-object": [
6132
6409
  "esnext.array.is-template-object"
6133
6410
  ],
@@ -6380,11 +6657,15 @@
6380
6657
  "es.array-buffer.is-view",
6381
6658
  "es.array-buffer.slice",
6382
6659
  "es.data-view",
6660
+ "es.date.get-year",
6383
6661
  "es.date.now",
6662
+ "es.date.set-year",
6663
+ "es.date.to-gmt-string",
6384
6664
  "es.date.to-iso-string",
6385
6665
  "es.date.to-json",
6386
6666
  "es.date.to-primitive",
6387
6667
  "es.date.to-string",
6668
+ "es.escape",
6388
6669
  "es.function.bind",
6389
6670
  "es.function.has-instance",
6390
6671
  "es.function.name",
@@ -6468,6 +6749,7 @@
6468
6749
  "es.reflect.set-prototype-of",
6469
6750
  "es.reflect.to-string-tag",
6470
6751
  "es.regexp.constructor",
6752
+ "es.regexp.dot-all",
6471
6753
  "es.regexp.exec",
6472
6754
  "es.regexp.flags",
6473
6755
  "es.regexp.sticky",
@@ -6490,6 +6772,7 @@
6490
6772
  "es.string.search",
6491
6773
  "es.string.split",
6492
6774
  "es.string.starts-with",
6775
+ "es.string.substr",
6493
6776
  "es.string.trim",
6494
6777
  "es.string.trim-end",
6495
6778
  "es.string.trim-start",
@@ -6540,6 +6823,7 @@
6540
6823
  "es.typed-array.subarray",
6541
6824
  "es.typed-array.to-locale-string",
6542
6825
  "es.typed-array.to-string",
6826
+ "es.unescape",
6543
6827
  "es.weak-map",
6544
6828
  "es.weak-set",
6545
6829
  "web.dom-collections.for-each",
@@ -6553,6 +6837,7 @@
6553
6837
  ],
6554
6838
  "core-js/stable/aggregate-error": [
6555
6839
  "es.aggregate-error",
6840
+ "es.array.iterator",
6556
6841
  "es.string.iterator",
6557
6842
  "esnext.aggregate-error",
6558
6843
  "web.dom-collections.iterator"
@@ -6587,6 +6872,7 @@
6587
6872
  "es.array.splice",
6588
6873
  "es.array.unscopables.flat",
6589
6874
  "es.array.unscopables.flat-map",
6875
+ "es.object.to-string",
6590
6876
  "es.string.iterator"
6591
6877
  ],
6592
6878
  "core-js/stable/array-buffer": [
@@ -6612,7 +6898,8 @@
6612
6898
  "es.array.copy-within"
6613
6899
  ],
6614
6900
  "core-js/stable/array/entries": [
6615
- "es.array.iterator"
6901
+ "es.array.iterator",
6902
+ "es.object.to-string"
6616
6903
  ],
6617
6904
  "core-js/stable/array/every": [
6618
6905
  "es.array.every"
@@ -6654,13 +6941,15 @@
6654
6941
  "es.array.is-array"
6655
6942
  ],
6656
6943
  "core-js/stable/array/iterator": [
6657
- "es.array.iterator"
6944
+ "es.array.iterator",
6945
+ "es.object.to-string"
6658
6946
  ],
6659
6947
  "core-js/stable/array/join": [
6660
6948
  "es.array.join"
6661
6949
  ],
6662
6950
  "core-js/stable/array/keys": [
6663
- "es.array.iterator"
6951
+ "es.array.iterator",
6952
+ "es.object.to-string"
6664
6953
  ],
6665
6954
  "core-js/stable/array/last-index-of": [
6666
6955
  "es.array.last-index-of"
@@ -6693,7 +6982,8 @@
6693
6982
  "es.array.splice"
6694
6983
  ],
6695
6984
  "core-js/stable/array/values": [
6696
- "es.array.iterator"
6985
+ "es.array.iterator",
6986
+ "es.object.to-string"
6697
6987
  ],
6698
6988
  "core-js/stable/array/virtual": [
6699
6989
  "es.array.concat",
@@ -6721,7 +7011,8 @@
6721
7011
  "es.array.species",
6722
7012
  "es.array.splice",
6723
7013
  "es.array.unscopables.flat",
6724
- "es.array.unscopables.flat-map"
7014
+ "es.array.unscopables.flat-map",
7015
+ "es.object.to-string"
6725
7016
  ],
6726
7017
  "core-js/stable/array/virtual/concat": [
6727
7018
  "es.array.concat"
@@ -6730,7 +7021,8 @@
6730
7021
  "es.array.copy-within"
6731
7022
  ],
6732
7023
  "core-js/stable/array/virtual/entries": [
6733
- "es.array.iterator"
7024
+ "es.array.iterator",
7025
+ "es.object.to-string"
6734
7026
  ],
6735
7027
  "core-js/stable/array/virtual/every": [
6736
7028
  "es.array.every"
@@ -6765,13 +7057,15 @@
6765
7057
  "es.array.index-of"
6766
7058
  ],
6767
7059
  "core-js/stable/array/virtual/iterator": [
6768
- "es.array.iterator"
7060
+ "es.array.iterator",
7061
+ "es.object.to-string"
6769
7062
  ],
6770
7063
  "core-js/stable/array/virtual/join": [
6771
7064
  "es.array.join"
6772
7065
  ],
6773
7066
  "core-js/stable/array/virtual/keys": [
6774
- "es.array.iterator"
7067
+ "es.array.iterator",
7068
+ "es.object.to-string"
6775
7069
  ],
6776
7070
  "core-js/stable/array/virtual/last-index-of": [
6777
7071
  "es.array.last-index-of"
@@ -6801,7 +7095,8 @@
6801
7095
  "es.array.splice"
6802
7096
  ],
6803
7097
  "core-js/stable/array/virtual/values": [
6804
- "es.array.iterator"
7098
+ "es.array.iterator",
7099
+ "es.object.to-string"
6805
7100
  ],
6806
7101
  "core-js/stable/clear-immediate": [
6807
7102
  "web.immediate"
@@ -6811,15 +7106,27 @@
6811
7106
  "es.object.to-string"
6812
7107
  ],
6813
7108
  "core-js/stable/date": [
7109
+ "es.date.get-year",
6814
7110
  "es.date.now",
7111
+ "es.date.set-year",
7112
+ "es.date.to-gmt-string",
6815
7113
  "es.date.to-iso-string",
6816
7114
  "es.date.to-json",
6817
7115
  "es.date.to-primitive",
6818
7116
  "es.date.to-string"
6819
7117
  ],
7118
+ "core-js/stable/date/get-year": [
7119
+ "es.date.get-year"
7120
+ ],
6820
7121
  "core-js/stable/date/now": [
6821
7122
  "es.date.now"
6822
7123
  ],
7124
+ "core-js/stable/date/set-year": [
7125
+ "es.date.set-year"
7126
+ ],
7127
+ "core-js/stable/date/to-gmt-string": [
7128
+ "es.date.to-gmt-string"
7129
+ ],
6823
7130
  "core-js/stable/date/to-iso-string": [
6824
7131
  "es.date.to-iso-string",
6825
7132
  "es.date.to-json"
@@ -6835,6 +7142,7 @@
6835
7142
  ],
6836
7143
  "core-js/stable/dom-collections": [
6837
7144
  "es.array.iterator",
7145
+ "es.object.to-string",
6838
7146
  "web.dom-collections.for-each",
6839
7147
  "web.dom-collections.iterator"
6840
7148
  ],
@@ -6842,8 +7150,12 @@
6842
7150
  "web.dom-collections.for-each"
6843
7151
  ],
6844
7152
  "core-js/stable/dom-collections/iterator": [
7153
+ "es.object.to-string",
6845
7154
  "web.dom-collections.iterator"
6846
7155
  ],
7156
+ "core-js/stable/escape": [
7157
+ "es.escape"
7158
+ ],
6847
7159
  "core-js/stable/function": [
6848
7160
  "es.function.bind",
6849
7161
  "es.function.has-instance",
@@ -6884,6 +7196,7 @@
6884
7196
  ],
6885
7197
  "core-js/stable/instance/entries": [
6886
7198
  "es.array.iterator",
7199
+ "es.object.to-string",
6887
7200
  "web.dom-collections.iterator"
6888
7201
  ],
6889
7202
  "core-js/stable/instance/every": [
@@ -6925,6 +7238,7 @@
6925
7238
  ],
6926
7239
  "core-js/stable/instance/keys": [
6927
7240
  "es.array.iterator",
7241
+ "es.object.to-string",
6928
7242
  "web.dom-collections.iterator"
6929
7243
  ],
6930
7244
  "core-js/stable/instance/last-index-of": [
@@ -6934,6 +7248,8 @@
6934
7248
  "es.array.map"
6935
7249
  ],
6936
7250
  "core-js/stable/instance/match-all": [
7251
+ "es.object.to-string",
7252
+ "es.regexp.exec",
6937
7253
  "es.string.match-all"
6938
7254
  ],
6939
7255
  "core-js/stable/instance/pad-end": [
@@ -6952,6 +7268,8 @@
6952
7268
  "es.string.repeat"
6953
7269
  ],
6954
7270
  "core-js/stable/instance/replace-all": [
7271
+ "es.regexp.exec",
7272
+ "es.string.replace",
6955
7273
  "es.string.replace-all"
6956
7274
  ],
6957
7275
  "core-js/stable/instance/reverse": [
@@ -6989,6 +7307,7 @@
6989
7307
  ],
6990
7308
  "core-js/stable/instance/values": [
6991
7309
  "es.array.iterator",
7310
+ "es.object.to-string",
6992
7311
  "web.dom-collections.iterator"
6993
7312
  ],
6994
7313
  "core-js/stable/json": [
@@ -7002,6 +7321,7 @@
7002
7321
  "es.json.to-string-tag"
7003
7322
  ],
7004
7323
  "core-js/stable/map": [
7324
+ "es.array.iterator",
7005
7325
  "es.map",
7006
7326
  "es.object.to-string",
7007
7327
  "es.string.iterator",
@@ -7170,7 +7490,8 @@
7170
7490
  "es.object.set-prototype-of",
7171
7491
  "es.object.to-string",
7172
7492
  "es.object.values",
7173
- "es.reflect.to-string-tag"
7493
+ "es.reflect.to-string-tag",
7494
+ "web.dom-collections.iterator"
7174
7495
  ],
7175
7496
  "core-js/stable/object/assign": [
7176
7497
  "es.object.assign"
@@ -7198,7 +7519,8 @@
7198
7519
  ],
7199
7520
  "core-js/stable/object/from-entries": [
7200
7521
  "es.array.iterator",
7201
- "es.object.from-entries"
7522
+ "es.object.from-entries",
7523
+ "web.dom-collections.iterator"
7202
7524
  ],
7203
7525
  "core-js/stable/object/get-own-property-descriptor": [
7204
7526
  "es.object.get-own-property-descriptor"
@@ -7262,6 +7584,7 @@
7262
7584
  ],
7263
7585
  "core-js/stable/promise": [
7264
7586
  "es.aggregate-error",
7587
+ "es.array.iterator",
7265
7588
  "es.object.to-string",
7266
7589
  "es.promise",
7267
7590
  "es.promise.all-settled",
@@ -7271,6 +7594,8 @@
7271
7594
  "web.dom-collections.iterator"
7272
7595
  ],
7273
7596
  "core-js/stable/promise/all-settled": [
7597
+ "es.array.iterator",
7598
+ "es.object.to-string",
7274
7599
  "es.promise",
7275
7600
  "es.promise.all-settled",
7276
7601
  "es.string.iterator",
@@ -7278,12 +7603,15 @@
7278
7603
  ],
7279
7604
  "core-js/stable/promise/any": [
7280
7605
  "es.aggregate-error",
7606
+ "es.array.iterator",
7607
+ "es.object.to-string",
7281
7608
  "es.promise",
7282
7609
  "es.promise.any",
7283
7610
  "es.string.iterator",
7284
7611
  "web.dom-collections.iterator"
7285
7612
  ],
7286
7613
  "core-js/stable/promise/finally": [
7614
+ "es.object.to-string",
7287
7615
  "es.promise",
7288
7616
  "es.promise.finally"
7289
7617
  ],
@@ -7291,6 +7619,7 @@
7291
7619
  "web.queue-microtask"
7292
7620
  ],
7293
7621
  "core-js/stable/reflect": [
7622
+ "es.object.to-string",
7294
7623
  "es.reflect.apply",
7295
7624
  "es.reflect.construct",
7296
7625
  "es.reflect.define-property",
@@ -7350,6 +7679,7 @@
7350
7679
  ],
7351
7680
  "core-js/stable/regexp": [
7352
7681
  "es.regexp.constructor",
7682
+ "es.regexp.dot-all",
7353
7683
  "es.regexp.exec",
7354
7684
  "es.regexp.flags",
7355
7685
  "es.regexp.sticky",
@@ -7361,24 +7691,38 @@
7361
7691
  "es.string.split"
7362
7692
  ],
7363
7693
  "core-js/stable/regexp/constructor": [
7364
- "es.regexp.constructor"
7694
+ "es.regexp.constructor",
7695
+ "es.regexp.dot-all",
7696
+ "es.regexp.exec",
7697
+ "es.regexp.sticky"
7698
+ ],
7699
+ "core-js/stable/regexp/dot-all": [
7700
+ "es.regexp.constructor",
7701
+ "es.regexp.dot-all",
7702
+ "es.regexp.exec"
7365
7703
  ],
7366
7704
  "core-js/stable/regexp/flags": [
7367
7705
  "es.regexp.flags"
7368
7706
  ],
7369
7707
  "core-js/stable/regexp/match": [
7708
+ "es.regexp.exec",
7370
7709
  "es.string.match"
7371
7710
  ],
7372
7711
  "core-js/stable/regexp/replace": [
7712
+ "es.regexp.exec",
7373
7713
  "es.string.replace"
7374
7714
  ],
7375
7715
  "core-js/stable/regexp/search": [
7716
+ "es.regexp.exec",
7376
7717
  "es.string.search"
7377
7718
  ],
7378
7719
  "core-js/stable/regexp/split": [
7720
+ "es.regexp.exec",
7379
7721
  "es.string.split"
7380
7722
  ],
7381
7723
  "core-js/stable/regexp/sticky": [
7724
+ "es.regexp.constructor",
7725
+ "es.regexp.exec",
7382
7726
  "es.regexp.sticky"
7383
7727
  ],
7384
7728
  "core-js/stable/regexp/test": [
@@ -7389,6 +7733,7 @@
7389
7733
  "es.regexp.to-string"
7390
7734
  ],
7391
7735
  "core-js/stable/set": [
7736
+ "es.array.iterator",
7392
7737
  "es.object.to-string",
7393
7738
  "es.set",
7394
7739
  "es.string.iterator",
@@ -7404,6 +7749,7 @@
7404
7749
  "web.timers"
7405
7750
  ],
7406
7751
  "core-js/stable/string": [
7752
+ "es.object.to-string",
7407
7753
  "es.regexp.exec",
7408
7754
  "es.string.code-point-at",
7409
7755
  "es.string.ends-with",
@@ -7421,6 +7767,7 @@
7421
7767
  "es.string.search",
7422
7768
  "es.string.split",
7423
7769
  "es.string.starts-with",
7770
+ "es.string.substr",
7424
7771
  "es.string.trim",
7425
7772
  "es.string.trim-end",
7426
7773
  "es.string.trim-start",
@@ -7475,6 +7822,7 @@
7475
7822
  "es.string.italics"
7476
7823
  ],
7477
7824
  "core-js/stable/string/iterator": [
7825
+ "es.object.to-string",
7478
7826
  "es.string.iterator"
7479
7827
  ],
7480
7828
  "core-js/stable/string/link": [
@@ -7485,6 +7833,8 @@
7485
7833
  "es.string.match"
7486
7834
  ],
7487
7835
  "core-js/stable/string/match-all": [
7836
+ "es.object.to-string",
7837
+ "es.regexp.exec",
7488
7838
  "es.string.match-all"
7489
7839
  ],
7490
7840
  "core-js/stable/string/pad-end": [
@@ -7504,6 +7854,8 @@
7504
7854
  "es.string.replace"
7505
7855
  ],
7506
7856
  "core-js/stable/string/replace-all": [
7857
+ "es.regexp.exec",
7858
+ "es.string.replace",
7507
7859
  "es.string.replace-all"
7508
7860
  ],
7509
7861
  "core-js/stable/string/search": [
@@ -7526,6 +7878,9 @@
7526
7878
  "core-js/stable/string/sub": [
7527
7879
  "es.string.sub"
7528
7880
  ],
7881
+ "core-js/stable/string/substr": [
7882
+ "es.string.substr"
7883
+ ],
7529
7884
  "core-js/stable/string/sup": [
7530
7885
  "es.string.sup"
7531
7886
  ],
@@ -7545,6 +7900,8 @@
7545
7900
  "es.string.trim-start"
7546
7901
  ],
7547
7902
  "core-js/stable/string/virtual": [
7903
+ "es.object.to-string",
7904
+ "es.regexp.exec",
7548
7905
  "es.string.code-point-at",
7549
7906
  "es.string.ends-with",
7550
7907
  "es.string.includes",
@@ -7559,6 +7916,7 @@
7559
7916
  "es.string.search",
7560
7917
  "es.string.split",
7561
7918
  "es.string.starts-with",
7919
+ "es.string.substr",
7562
7920
  "es.string.trim",
7563
7921
  "es.string.trim-end",
7564
7922
  "es.string.trim-start",
@@ -7610,12 +7968,15 @@
7610
7968
  "es.string.italics"
7611
7969
  ],
7612
7970
  "core-js/stable/string/virtual/iterator": [
7971
+ "es.object.to-string",
7613
7972
  "es.string.iterator"
7614
7973
  ],
7615
7974
  "core-js/stable/string/virtual/link": [
7616
7975
  "es.string.link"
7617
7976
  ],
7618
7977
  "core-js/stable/string/virtual/match-all": [
7978
+ "es.object.to-string",
7979
+ "es.regexp.exec",
7619
7980
  "es.string.match-all"
7620
7981
  ],
7621
7982
  "core-js/stable/string/virtual/pad-end": [
@@ -7628,6 +7989,8 @@
7628
7989
  "es.string.repeat"
7629
7990
  ],
7630
7991
  "core-js/stable/string/virtual/replace-all": [
7992
+ "es.regexp.exec",
7993
+ "es.string.replace",
7631
7994
  "es.string.replace-all"
7632
7995
  ],
7633
7996
  "core-js/stable/string/virtual/small": [
@@ -7642,6 +8005,9 @@
7642
8005
  "core-js/stable/string/virtual/sub": [
7643
8006
  "es.string.sub"
7644
8007
  ],
8008
+ "core-js/stable/string/virtual/substr": [
8009
+ "es.string.substr"
8010
+ ],
7645
8011
  "core-js/stable/string/virtual/sup": [
7646
8012
  "es.string.sup"
7647
8013
  ],
@@ -7680,7 +8046,8 @@
7680
8046
  "es.json.to-string-tag",
7681
8047
  "es.math.to-string-tag",
7682
8048
  "es.object.to-string",
7683
- "es.reflect.to-string-tag"
8049
+ "es.reflect.to-string-tag",
8050
+ "web.dom-collections.iterator"
7684
8051
  ],
7685
8052
  "core-js/stable/symbol/async-iterator": [
7686
8053
  "es.symbol.async-iterator"
@@ -7701,6 +8068,8 @@
7701
8068
  ],
7702
8069
  "core-js/stable/symbol/iterator": [
7703
8070
  "es.symbol.iterator",
8071
+ "es.array.iterator",
8072
+ "es.object.to-string",
7704
8073
  "es.string.iterator",
7705
8074
  "web.dom-collections.iterator"
7706
8075
  ],
@@ -7709,18 +8078,23 @@
7709
8078
  ],
7710
8079
  "core-js/stable/symbol/match": [
7711
8080
  "es.symbol.match",
8081
+ "es.regexp.exec",
7712
8082
  "es.string.match"
7713
8083
  ],
7714
8084
  "core-js/stable/symbol/match-all": [
7715
8085
  "es.symbol.match-all",
8086
+ "es.object.to-string",
8087
+ "es.regexp.exec",
7716
8088
  "es.string.match-all"
7717
8089
  ],
7718
8090
  "core-js/stable/symbol/replace": [
7719
8091
  "es.symbol.replace",
8092
+ "es.regexp.exec",
7720
8093
  "es.string.replace"
7721
8094
  ],
7722
8095
  "core-js/stable/symbol/search": [
7723
8096
  "es.symbol.search",
8097
+ "es.regexp.exec",
7724
8098
  "es.string.search"
7725
8099
  ],
7726
8100
  "core-js/stable/symbol/species": [
@@ -7728,10 +8102,12 @@
7728
8102
  ],
7729
8103
  "core-js/stable/symbol/split": [
7730
8104
  "es.symbol.split",
8105
+ "es.regexp.exec",
7731
8106
  "es.string.split"
7732
8107
  ],
7733
8108
  "core-js/stable/symbol/to-primitive": [
7734
- "es.symbol.to-primitive"
8109
+ "es.symbol.to-primitive",
8110
+ "es.date.to-primitive"
7735
8111
  ],
7736
8112
  "core-js/stable/symbol/to-string-tag": [
7737
8113
  "es.symbol.to-string-tag",
@@ -7745,6 +8121,7 @@
7745
8121
  ],
7746
8122
  "core-js/stable/typed-array": [
7747
8123
  "es.object.to-string",
8124
+ "es.string.iterator",
7748
8125
  "es.typed-array.float32-array",
7749
8126
  "es.typed-array.float64-array",
7750
8127
  "es.typed-array.int8-array",
@@ -7784,6 +8161,7 @@
7784
8161
  "es.typed-array.copy-within"
7785
8162
  ],
7786
8163
  "core-js/stable/typed-array/entries": [
8164
+ "es.object.to-string",
7787
8165
  "es.typed-array.iterator"
7788
8166
  ],
7789
8167
  "core-js/stable/typed-array/every": [
@@ -7803,6 +8181,7 @@
7803
8181
  ],
7804
8182
  "core-js/stable/typed-array/float32-array": [
7805
8183
  "es.object.to-string",
8184
+ "es.string.iterator",
7806
8185
  "es.typed-array.float32-array",
7807
8186
  "es.typed-array.copy-within",
7808
8187
  "es.typed-array.every",
@@ -7832,6 +8211,7 @@
7832
8211
  ],
7833
8212
  "core-js/stable/typed-array/float64-array": [
7834
8213
  "es.object.to-string",
8214
+ "es.string.iterator",
7835
8215
  "es.typed-array.float64-array",
7836
8216
  "es.typed-array.copy-within",
7837
8217
  "es.typed-array.every",
@@ -7873,6 +8253,7 @@
7873
8253
  ],
7874
8254
  "core-js/stable/typed-array/int16-array": [
7875
8255
  "es.object.to-string",
8256
+ "es.string.iterator",
7876
8257
  "es.typed-array.int16-array",
7877
8258
  "es.typed-array.copy-within",
7878
8259
  "es.typed-array.every",
@@ -7902,6 +8283,7 @@
7902
8283
  ],
7903
8284
  "core-js/stable/typed-array/int32-array": [
7904
8285
  "es.object.to-string",
8286
+ "es.string.iterator",
7905
8287
  "es.typed-array.int32-array",
7906
8288
  "es.typed-array.copy-within",
7907
8289
  "es.typed-array.every",
@@ -7931,6 +8313,7 @@
7931
8313
  ],
7932
8314
  "core-js/stable/typed-array/int8-array": [
7933
8315
  "es.object.to-string",
8316
+ "es.string.iterator",
7934
8317
  "es.typed-array.int8-array",
7935
8318
  "es.typed-array.copy-within",
7936
8319
  "es.typed-array.every",
@@ -7959,12 +8342,14 @@
7959
8342
  "es.typed-array.to-string"
7960
8343
  ],
7961
8344
  "core-js/stable/typed-array/iterator": [
8345
+ "es.object.to-string",
7962
8346
  "es.typed-array.iterator"
7963
8347
  ],
7964
8348
  "core-js/stable/typed-array/join": [
7965
8349
  "es.typed-array.join"
7966
8350
  ],
7967
8351
  "core-js/stable/typed-array/keys": [
8352
+ "es.object.to-string",
7968
8353
  "es.typed-array.iterator"
7969
8354
  ],
7970
8355
  "core-js/stable/typed-array/last-index-of": [
@@ -8008,6 +8393,7 @@
8008
8393
  ],
8009
8394
  "core-js/stable/typed-array/uint16-array": [
8010
8395
  "es.object.to-string",
8396
+ "es.string.iterator",
8011
8397
  "es.typed-array.uint16-array",
8012
8398
  "es.typed-array.copy-within",
8013
8399
  "es.typed-array.every",
@@ -8037,6 +8423,7 @@
8037
8423
  ],
8038
8424
  "core-js/stable/typed-array/uint32-array": [
8039
8425
  "es.object.to-string",
8426
+ "es.string.iterator",
8040
8427
  "es.typed-array.uint32-array",
8041
8428
  "es.typed-array.copy-within",
8042
8429
  "es.typed-array.every",
@@ -8066,6 +8453,7 @@
8066
8453
  ],
8067
8454
  "core-js/stable/typed-array/uint8-array": [
8068
8455
  "es.object.to-string",
8456
+ "es.string.iterator",
8069
8457
  "es.typed-array.uint8-array",
8070
8458
  "es.typed-array.copy-within",
8071
8459
  "es.typed-array.every",
@@ -8095,6 +8483,7 @@
8095
8483
  ],
8096
8484
  "core-js/stable/typed-array/uint8-clamped-array": [
8097
8485
  "es.object.to-string",
8486
+ "es.string.iterator",
8098
8487
  "es.typed-array.uint8-clamped-array",
8099
8488
  "es.typed-array.copy-within",
8100
8489
  "es.typed-array.every",
@@ -8123,25 +8512,32 @@
8123
8512
  "es.typed-array.to-string"
8124
8513
  ],
8125
8514
  "core-js/stable/typed-array/values": [
8515
+ "es.object.to-string",
8126
8516
  "es.typed-array.iterator"
8127
8517
  ],
8518
+ "core-js/stable/unescape": [
8519
+ "es.unescape"
8520
+ ],
8128
8521
  "core-js/stable/url": [
8129
8522
  "web.url",
8130
8523
  "web.url.to-json",
8131
8524
  "web.url-search-params"
8132
8525
  ],
8133
8526
  "core-js/stable/url-search-params": [
8527
+ "web.dom-collections.iterator",
8134
8528
  "web.url-search-params"
8135
8529
  ],
8136
8530
  "core-js/stable/url/to-json": [
8137
8531
  "web.url.to-json"
8138
8532
  ],
8139
8533
  "core-js/stable/weak-map": [
8534
+ "es.array.iterator",
8140
8535
  "es.object.to-string",
8141
8536
  "es.weak-map",
8142
8537
  "web.dom-collections.iterator"
8143
8538
  ],
8144
8539
  "core-js/stable/weak-set": [
8540
+ "es.array.iterator",
8145
8541
  "es.object.to-string",
8146
8542
  "es.weak-set",
8147
8543
  "web.dom-collections.iterator"
@@ -8151,8 +8547,10 @@
8151
8547
  "esnext.aggregate-error",
8152
8548
  "esnext.array.at",
8153
8549
  "esnext.array.filter-out",
8550
+ "esnext.array.filter-reject",
8154
8551
  "esnext.array.find-last",
8155
8552
  "esnext.array.find-last-index",
8553
+ "esnext.array.group-by",
8156
8554
  "esnext.array.is-template-object",
8157
8555
  "esnext.array.last-index",
8158
8556
  "esnext.array.last-item",
@@ -8272,8 +8670,10 @@
8272
8670
  "esnext.symbol.replace-all",
8273
8671
  "esnext.typed-array.at",
8274
8672
  "esnext.typed-array.filter-out",
8673
+ "esnext.typed-array.filter-reject",
8275
8674
  "esnext.typed-array.find-last",
8276
8675
  "esnext.typed-array.find-last-index",
8676
+ "esnext.typed-array.group-by",
8277
8677
  "esnext.typed-array.unique-by",
8278
8678
  "esnext.weak-map.delete-all",
8279
8679
  "esnext.weak-map.from",
@@ -8293,8 +8693,10 @@
8293
8693
  "esnext.aggregate-error",
8294
8694
  "esnext.array.at",
8295
8695
  "esnext.array.filter-out",
8696
+ "esnext.array.filter-reject",
8296
8697
  "esnext.array.find-last",
8297
8698
  "esnext.array.find-last-index",
8699
+ "esnext.array.group-by",
8298
8700
  "esnext.array.is-template-object",
8299
8701
  "esnext.array.last-index",
8300
8702
  "esnext.array.last-item",
@@ -8405,8 +8807,10 @@
8405
8807
  "esnext.symbol.replace-all",
8406
8808
  "esnext.typed-array.at",
8407
8809
  "esnext.typed-array.filter-out",
8810
+ "esnext.typed-array.filter-reject",
8408
8811
  "esnext.typed-array.find-last",
8409
8812
  "esnext.typed-array.find-last-index",
8813
+ "esnext.typed-array.group-by",
8410
8814
  "esnext.typed-array.unique-by",
8411
8815
  "esnext.weak-map.delete-all",
8412
8816
  "esnext.weak-map.from",
@@ -8426,8 +8830,10 @@
8426
8830
  "esnext.aggregate-error",
8427
8831
  "esnext.array.at",
8428
8832
  "esnext.array.filter-out",
8833
+ "esnext.array.filter-reject",
8429
8834
  "esnext.array.find-last",
8430
8835
  "esnext.array.find-last-index",
8836
+ "esnext.array.group-by",
8431
8837
  "esnext.array.is-template-object",
8432
8838
  "esnext.array.last-index",
8433
8839
  "esnext.array.last-item",
@@ -8533,8 +8939,10 @@
8533
8939
  "esnext.symbol.replace-all",
8534
8940
  "esnext.typed-array.at",
8535
8941
  "esnext.typed-array.filter-out",
8942
+ "esnext.typed-array.filter-reject",
8536
8943
  "esnext.typed-array.find-last",
8537
8944
  "esnext.typed-array.find-last-index",
8945
+ "esnext.typed-array.group-by",
8538
8946
  "esnext.typed-array.unique-by",
8539
8947
  "esnext.weak-map.delete-all",
8540
8948
  "esnext.weak-map.from",
@@ -8609,6 +9017,8 @@
8609
9017
  "core-js/stage/3": [
8610
9018
  "esnext.aggregate-error",
8611
9019
  "esnext.array.at",
9020
+ "esnext.array.find-last",
9021
+ "esnext.array.find-last-index",
8612
9022
  "esnext.global-this",
8613
9023
  "esnext.object.has-own",
8614
9024
  "esnext.promise.all-settled",
@@ -8616,7 +9026,9 @@
8616
9026
  "esnext.string.match-all",
8617
9027
  "esnext.string.replace-all",
8618
9028
  "esnext.symbol.replace-all",
8619
- "esnext.typed-array.at"
9029
+ "esnext.typed-array.at",
9030
+ "esnext.typed-array.find-last",
9031
+ "esnext.typed-array.find-last-index"
8620
9032
  ],
8621
9033
  "core-js/stage/4": [
8622
9034
  "esnext.aggregate-error",
@@ -8632,8 +9044,10 @@
8632
9044
  "esnext.aggregate-error",
8633
9045
  "esnext.array.at",
8634
9046
  "esnext.array.filter-out",
9047
+ "esnext.array.filter-reject",
8635
9048
  "esnext.array.find-last",
8636
9049
  "esnext.array.find-last-index",
9050
+ "esnext.array.group-by",
8637
9051
  "esnext.array.is-template-object",
8638
9052
  "esnext.array.last-index",
8639
9053
  "esnext.array.last-item",
@@ -8753,8 +9167,10 @@
8753
9167
  "esnext.symbol.replace-all",
8754
9168
  "esnext.typed-array.at",
8755
9169
  "esnext.typed-array.filter-out",
9170
+ "esnext.typed-array.filter-reject",
8756
9171
  "esnext.typed-array.find-last",
8757
9172
  "esnext.typed-array.find-last-index",
9173
+ "esnext.typed-array.group-by",
8758
9174
  "esnext.typed-array.unique-by",
8759
9175
  "esnext.weak-map.delete-all",
8760
9176
  "esnext.weak-map.from",
@@ -8800,4 +9216,4 @@
8800
9216
  "core-js/web/url-search-params": [
8801
9217
  "web.url-search-params"
8802
9218
  ]
8803
- }
9219
+ }