core-js-compat 3.21.1 → 3.22.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
@@ -630,17 +630,23 @@
630
630
  "esnext.array.find-last-index",
631
631
  "esnext.array.group-by",
632
632
  "esnext.array.group-by-to-map",
633
+ "esnext.array.to-reversed",
634
+ "esnext.array.to-sorted",
635
+ "esnext.array.to-spliced",
636
+ "esnext.array.with",
633
637
  "esnext.global-this",
634
638
  "esnext.object.has-own",
635
639
  "esnext.promise.all-settled",
636
640
  "esnext.promise.any",
637
641
  "esnext.string.match-all",
638
642
  "esnext.string.replace-all",
639
- "esnext.symbol.replace-all",
640
643
  "esnext.typed-array.at",
641
644
  "esnext.typed-array.find-last",
642
645
  "esnext.typed-array.find-last-index",
643
- "esnext.typed-array.group-by",
646
+ "esnext.typed-array.to-reversed",
647
+ "esnext.typed-array.to-sorted",
648
+ "esnext.typed-array.to-spliced",
649
+ "esnext.typed-array.with",
644
650
  "web.atob",
645
651
  "web.btoa",
646
652
  "web.dom-collections.for-each",
@@ -702,7 +708,11 @@
702
708
  "esnext.array.find-last",
703
709
  "esnext.array.find-last-index",
704
710
  "esnext.array.group-by",
705
- "esnext.array.group-by-to-map"
711
+ "esnext.array.group-by-to-map",
712
+ "esnext.array.to-reversed",
713
+ "esnext.array.to-sorted",
714
+ "esnext.array.to-spliced",
715
+ "esnext.array.with"
706
716
  ],
707
717
  "core-js/actual/array-buffer": [
708
718
  "es.array-buffer.constructor",
@@ -828,6 +838,16 @@
828
838
  "core-js/actual/array/splice": [
829
839
  "es.array.splice"
830
840
  ],
841
+ "core-js/actual/array/to-reversed": [
842
+ "esnext.array.to-reversed"
843
+ ],
844
+ "core-js/actual/array/to-sorted": [
845
+ "es.array.sort",
846
+ "esnext.array.to-sorted"
847
+ ],
848
+ "core-js/actual/array/to-spliced": [
849
+ "esnext.array.to-spliced"
850
+ ],
831
851
  "core-js/actual/array/values": [
832
852
  "es.array.iterator",
833
853
  "es.object.to-string"
@@ -865,7 +885,11 @@
865
885
  "esnext.array.find-last",
866
886
  "esnext.array.find-last-index",
867
887
  "esnext.array.group-by",
868
- "esnext.array.group-by-to-map"
888
+ "esnext.array.group-by-to-map",
889
+ "esnext.array.to-reversed",
890
+ "esnext.array.to-sorted",
891
+ "esnext.array.to-spliced",
892
+ "esnext.array.with"
869
893
  ],
870
894
  "core-js/actual/array/virtual/at": [
871
895
  "es.array.at"
@@ -964,10 +988,26 @@
964
988
  "core-js/actual/array/virtual/splice": [
965
989
  "es.array.splice"
966
990
  ],
991
+ "core-js/actual/array/virtual/to-reversed": [
992
+ "esnext.array.to-reversed"
993
+ ],
994
+ "core-js/actual/array/virtual/to-sorted": [
995
+ "es.array.sort",
996
+ "esnext.array.to-sorted"
997
+ ],
998
+ "core-js/actual/array/virtual/to-spliced": [
999
+ "esnext.array.to-spliced"
1000
+ ],
967
1001
  "core-js/actual/array/virtual/values": [
968
1002
  "es.array.iterator",
969
1003
  "es.object.to-string"
970
1004
  ],
1005
+ "core-js/actual/array/virtual/with": [
1006
+ "esnext.array.with"
1007
+ ],
1008
+ "core-js/actual/array/with": [
1009
+ "esnext.array.with"
1010
+ ],
971
1011
  "core-js/actual/atob": [
972
1012
  "es.error.to-string",
973
1013
  "es.object.to-string",
@@ -1230,6 +1270,16 @@
1230
1270
  "core-js/actual/instance/starts-with": [
1231
1271
  "es.string.starts-with"
1232
1272
  ],
1273
+ "core-js/actual/instance/to-reversed": [
1274
+ "esnext.array.to-reversed"
1275
+ ],
1276
+ "core-js/actual/instance/to-sorted": [
1277
+ "es.array.sort",
1278
+ "esnext.array.to-sorted"
1279
+ ],
1280
+ "core-js/actual/instance/to-spliced": [
1281
+ "esnext.array.to-spliced"
1282
+ ],
1233
1283
  "core-js/actual/instance/trim": [
1234
1284
  "es.string.trim"
1235
1285
  ],
@@ -1250,6 +1300,9 @@
1250
1300
  "es.object.to-string",
1251
1301
  "web.dom-collections.iterator"
1252
1302
  ],
1303
+ "core-js/actual/instance/with": [
1304
+ "esnext.array.with"
1305
+ ],
1253
1306
  "core-js/actual/is-iterable": [
1254
1307
  "es.array.iterator",
1255
1308
  "es.string.iterator",
@@ -2135,7 +2188,11 @@
2135
2188
  "es.typed-array.to-locale-string",
2136
2189
  "es.typed-array.to-string",
2137
2190
  "esnext.typed-array.find-last",
2138
- "esnext.typed-array.find-last-index"
2191
+ "esnext.typed-array.find-last-index",
2192
+ "esnext.typed-array.to-reversed",
2193
+ "esnext.typed-array.to-sorted",
2194
+ "esnext.typed-array.to-spliced",
2195
+ "esnext.typed-array.with"
2139
2196
  ],
2140
2197
  "core-js/actual/typed-array/at": [
2141
2198
  "es.typed-array.every"
@@ -2201,7 +2258,11 @@
2201
2258
  "es.typed-array.to-locale-string",
2202
2259
  "es.typed-array.to-string",
2203
2260
  "esnext.typed-array.find-last",
2204
- "esnext.typed-array.find-last-index"
2261
+ "esnext.typed-array.find-last-index",
2262
+ "esnext.typed-array.to-reversed",
2263
+ "esnext.typed-array.to-sorted",
2264
+ "esnext.typed-array.to-spliced",
2265
+ "esnext.typed-array.with"
2205
2266
  ],
2206
2267
  "core-js/actual/typed-array/float64-array": [
2207
2268
  "es.array-buffer.constructor",
@@ -2236,7 +2297,11 @@
2236
2297
  "es.typed-array.to-locale-string",
2237
2298
  "es.typed-array.to-string",
2238
2299
  "esnext.typed-array.find-last",
2239
- "esnext.typed-array.find-last-index"
2300
+ "esnext.typed-array.find-last-index",
2301
+ "esnext.typed-array.to-reversed",
2302
+ "esnext.typed-array.to-sorted",
2303
+ "esnext.typed-array.to-spliced",
2304
+ "esnext.typed-array.with"
2240
2305
  ],
2241
2306
  "core-js/actual/typed-array/for-each": [
2242
2307
  "es.typed-array.for-each"
@@ -2283,7 +2348,11 @@
2283
2348
  "es.typed-array.to-locale-string",
2284
2349
  "es.typed-array.to-string",
2285
2350
  "esnext.typed-array.find-last",
2286
- "esnext.typed-array.find-last-index"
2351
+ "esnext.typed-array.find-last-index",
2352
+ "esnext.typed-array.to-reversed",
2353
+ "esnext.typed-array.to-sorted",
2354
+ "esnext.typed-array.to-spliced",
2355
+ "esnext.typed-array.with"
2287
2356
  ],
2288
2357
  "core-js/actual/typed-array/int32-array": [
2289
2358
  "es.array-buffer.constructor",
@@ -2318,7 +2387,11 @@
2318
2387
  "es.typed-array.to-locale-string",
2319
2388
  "es.typed-array.to-string",
2320
2389
  "esnext.typed-array.find-last",
2321
- "esnext.typed-array.find-last-index"
2390
+ "esnext.typed-array.find-last-index",
2391
+ "esnext.typed-array.to-reversed",
2392
+ "esnext.typed-array.to-sorted",
2393
+ "esnext.typed-array.to-spliced",
2394
+ "esnext.typed-array.with"
2322
2395
  ],
2323
2396
  "core-js/actual/typed-array/int8-array": [
2324
2397
  "es.array-buffer.constructor",
@@ -2353,7 +2426,11 @@
2353
2426
  "es.typed-array.to-locale-string",
2354
2427
  "es.typed-array.to-string",
2355
2428
  "esnext.typed-array.find-last",
2356
- "esnext.typed-array.find-last-index"
2429
+ "esnext.typed-array.find-last-index",
2430
+ "esnext.typed-array.to-reversed",
2431
+ "esnext.typed-array.to-sorted",
2432
+ "esnext.typed-array.to-spliced",
2433
+ "esnext.typed-array.with"
2357
2434
  ],
2358
2435
  "core-js/actual/typed-array/iterator": [
2359
2436
  "es.object.to-string",
@@ -2402,7 +2479,11 @@
2402
2479
  "es.typed-array.to-locale-string",
2403
2480
  "es.typed-array.to-string",
2404
2481
  "esnext.typed-array.find-last",
2405
- "esnext.typed-array.find-last-index"
2482
+ "esnext.typed-array.find-last-index",
2483
+ "esnext.typed-array.to-reversed",
2484
+ "esnext.typed-array.to-sorted",
2485
+ "esnext.typed-array.to-spliced",
2486
+ "esnext.typed-array.with"
2406
2487
  ],
2407
2488
  "core-js/actual/typed-array/of": [
2408
2489
  "es.typed-array.of"
@@ -2434,6 +2515,16 @@
2434
2515
  "core-js/actual/typed-array/to-locale-string": [
2435
2516
  "es.typed-array.to-locale-string"
2436
2517
  ],
2518
+ "core-js/actual/typed-array/to-reversed": [
2519
+ "esnext.typed-array.to-reversed"
2520
+ ],
2521
+ "core-js/actual/typed-array/to-sorted": [
2522
+ "es.typed-array.sort",
2523
+ "esnext.typed-array.to-sorted"
2524
+ ],
2525
+ "core-js/actual/typed-array/to-spliced": [
2526
+ "esnext.typed-array.to-spliced"
2527
+ ],
2437
2528
  "core-js/actual/typed-array/to-string": [
2438
2529
  "es.typed-array.to-string"
2439
2530
  ],
@@ -2470,7 +2561,11 @@
2470
2561
  "es.typed-array.to-locale-string",
2471
2562
  "es.typed-array.to-string",
2472
2563
  "esnext.typed-array.find-last",
2473
- "esnext.typed-array.find-last-index"
2564
+ "esnext.typed-array.find-last-index",
2565
+ "esnext.typed-array.to-reversed",
2566
+ "esnext.typed-array.to-sorted",
2567
+ "esnext.typed-array.to-spliced",
2568
+ "esnext.typed-array.with"
2474
2569
  ],
2475
2570
  "core-js/actual/typed-array/uint32-array": [
2476
2571
  "es.array-buffer.constructor",
@@ -2505,7 +2600,11 @@
2505
2600
  "es.typed-array.to-locale-string",
2506
2601
  "es.typed-array.to-string",
2507
2602
  "esnext.typed-array.find-last",
2508
- "esnext.typed-array.find-last-index"
2603
+ "esnext.typed-array.find-last-index",
2604
+ "esnext.typed-array.to-reversed",
2605
+ "esnext.typed-array.to-sorted",
2606
+ "esnext.typed-array.to-spliced",
2607
+ "esnext.typed-array.with"
2509
2608
  ],
2510
2609
  "core-js/actual/typed-array/uint8-array": [
2511
2610
  "es.array-buffer.constructor",
@@ -2540,7 +2639,11 @@
2540
2639
  "es.typed-array.to-locale-string",
2541
2640
  "es.typed-array.to-string",
2542
2641
  "esnext.typed-array.find-last",
2543
- "esnext.typed-array.find-last-index"
2642
+ "esnext.typed-array.find-last-index",
2643
+ "esnext.typed-array.to-reversed",
2644
+ "esnext.typed-array.to-sorted",
2645
+ "esnext.typed-array.to-spliced",
2646
+ "esnext.typed-array.with"
2544
2647
  ],
2545
2648
  "core-js/actual/typed-array/uint8-clamped-array": [
2546
2649
  "es.array-buffer.constructor",
@@ -2575,12 +2678,19 @@
2575
2678
  "es.typed-array.to-locale-string",
2576
2679
  "es.typed-array.to-string",
2577
2680
  "esnext.typed-array.find-last",
2578
- "esnext.typed-array.find-last-index"
2681
+ "esnext.typed-array.find-last-index",
2682
+ "esnext.typed-array.to-reversed",
2683
+ "esnext.typed-array.to-sorted",
2684
+ "esnext.typed-array.to-spliced",
2685
+ "esnext.typed-array.with"
2579
2686
  ],
2580
2687
  "core-js/actual/typed-array/values": [
2581
2688
  "es.object.to-string",
2582
2689
  "es.typed-array.iterator"
2583
2690
  ],
2691
+ "core-js/actual/typed-array/with": [
2692
+ "esnext.typed-array.with"
2693
+ ],
2584
2694
  "core-js/actual/unescape": [
2585
2695
  "es.unescape"
2586
2696
  ],
@@ -7925,138 +8035,3462 @@
7925
8035
  "es.weak-set",
7926
8036
  "esnext.weak-set.of"
7927
8037
  ],
7928
- "core-js/modules/es.aggregate-error": [
7929
- "es.aggregate-error"
7930
- ],
7931
- "core-js/modules/es.aggregate-error.cause": [
7932
- "es.aggregate-error.cause"
7933
- ],
7934
- "core-js/modules/es.array-buffer.constructor": [
7935
- "es.array-buffer.constructor"
7936
- ],
7937
- "core-js/modules/es.array-buffer.is-view": [
7938
- "es.array-buffer.is-view"
7939
- ],
7940
- "core-js/modules/es.array-buffer.slice": [
7941
- "es.array-buffer.slice"
7942
- ],
7943
- "core-js/modules/es.array.at": [
7944
- "es.array.at"
7945
- ],
7946
- "core-js/modules/es.array.concat": [
7947
- "es.array.concat"
7948
- ],
7949
- "core-js/modules/es.array.copy-within": [
7950
- "es.array.copy-within"
7951
- ],
7952
- "core-js/modules/es.array.every": [
7953
- "es.array.every"
7954
- ],
7955
- "core-js/modules/es.array.fill": [
7956
- "es.array.fill"
7957
- ],
7958
- "core-js/modules/es.array.filter": [
7959
- "es.array.filter"
7960
- ],
7961
- "core-js/modules/es.array.find": [
7962
- "es.array.find"
7963
- ],
7964
- "core-js/modules/es.array.find-index": [
7965
- "es.array.find-index"
7966
- ],
7967
- "core-js/modules/es.array.flat": [
7968
- "es.array.flat"
7969
- ],
7970
- "core-js/modules/es.array.flat-map": [
7971
- "es.array.flat-map"
7972
- ],
7973
- "core-js/modules/es.array.for-each": [
7974
- "es.array.for-each"
7975
- ],
7976
- "core-js/modules/es.array.from": [
7977
- "es.array.from"
7978
- ],
7979
- "core-js/modules/es.array.includes": [
7980
- "es.array.includes"
7981
- ],
7982
- "core-js/modules/es.array.index-of": [
7983
- "es.array.index-of"
7984
- ],
7985
- "core-js/modules/es.array.is-array": [
7986
- "es.array.is-array"
7987
- ],
7988
- "core-js/modules/es.array.iterator": [
7989
- "es.array.iterator"
7990
- ],
7991
- "core-js/modules/es.array.join": [
7992
- "es.array.join"
7993
- ],
7994
- "core-js/modules/es.array.last-index-of": [
7995
- "es.array.last-index-of"
7996
- ],
7997
- "core-js/modules/es.array.map": [
7998
- "es.array.map"
7999
- ],
8000
- "core-js/modules/es.array.of": [
8001
- "es.array.of"
8002
- ],
8003
- "core-js/modules/es.array.reduce": [
8004
- "es.array.reduce"
8005
- ],
8006
- "core-js/modules/es.array.reduce-right": [
8007
- "es.array.reduce-right"
8008
- ],
8009
- "core-js/modules/es.array.reverse": [
8010
- "es.array.reverse"
8011
- ],
8012
- "core-js/modules/es.array.slice": [
8013
- "es.array.slice"
8014
- ],
8015
- "core-js/modules/es.array.some": [
8016
- "es.array.some"
8017
- ],
8018
- "core-js/modules/es.array.sort": [
8019
- "es.array.sort"
8020
- ],
8021
- "core-js/modules/es.array.species": [
8022
- "es.array.species"
8023
- ],
8024
- "core-js/modules/es.array.splice": [
8025
- "es.array.splice"
8026
- ],
8027
- "core-js/modules/es.array.unscopables.flat": [
8028
- "es.array.unscopables.flat"
8029
- ],
8030
- "core-js/modules/es.array.unscopables.flat-map": [
8031
- "es.array.unscopables.flat-map"
8032
- ],
8033
- "core-js/modules/es.data-view": [
8034
- "es.data-view"
8035
- ],
8036
- "core-js/modules/es.date.get-year": [
8037
- "es.date.get-year"
8038
- ],
8039
- "core-js/modules/es.date.now": [
8040
- "es.date.now"
8041
- ],
8042
- "core-js/modules/es.date.set-year": [
8043
- "es.date.set-year"
8044
- ],
8045
- "core-js/modules/es.date.to-gmt-string": [
8046
- "es.date.to-gmt-string"
8047
- ],
8048
- "core-js/modules/es.date.to-iso-string": [
8049
- "es.date.to-iso-string"
8050
- ],
8051
- "core-js/modules/es.date.to-json": [
8052
- "es.date.to-json"
8053
- ],
8054
- "core-js/modules/es.date.to-primitive": [
8055
- "es.date.to-primitive"
8056
- ],
8057
- "core-js/modules/es.date.to-string": [
8058
- "es.date.to-string"
8059
- ],
8038
+ "core-js/full": [
8039
+ "es.symbol",
8040
+ "es.symbol.description",
8041
+ "es.symbol.async-iterator",
8042
+ "es.symbol.has-instance",
8043
+ "es.symbol.is-concat-spreadable",
8044
+ "es.symbol.iterator",
8045
+ "es.symbol.match",
8046
+ "es.symbol.match-all",
8047
+ "es.symbol.replace",
8048
+ "es.symbol.search",
8049
+ "es.symbol.species",
8050
+ "es.symbol.split",
8051
+ "es.symbol.to-primitive",
8052
+ "es.symbol.to-string-tag",
8053
+ "es.symbol.unscopables",
8054
+ "es.error.cause",
8055
+ "es.error.to-string",
8056
+ "es.aggregate-error",
8057
+ "es.aggregate-error.cause",
8058
+ "es.array.at",
8059
+ "es.array.concat",
8060
+ "es.array.copy-within",
8061
+ "es.array.every",
8062
+ "es.array.fill",
8063
+ "es.array.filter",
8064
+ "es.array.find",
8065
+ "es.array.find-index",
8066
+ "es.array.flat",
8067
+ "es.array.flat-map",
8068
+ "es.array.for-each",
8069
+ "es.array.from",
8070
+ "es.array.includes",
8071
+ "es.array.index-of",
8072
+ "es.array.is-array",
8073
+ "es.array.iterator",
8074
+ "es.array.join",
8075
+ "es.array.last-index-of",
8076
+ "es.array.map",
8077
+ "es.array.of",
8078
+ "es.array.reduce",
8079
+ "es.array.reduce-right",
8080
+ "es.array.reverse",
8081
+ "es.array.slice",
8082
+ "es.array.some",
8083
+ "es.array.sort",
8084
+ "es.array.species",
8085
+ "es.array.splice",
8086
+ "es.array.unscopables.flat",
8087
+ "es.array.unscopables.flat-map",
8088
+ "es.array-buffer.constructor",
8089
+ "es.array-buffer.is-view",
8090
+ "es.array-buffer.slice",
8091
+ "es.data-view",
8092
+ "es.date.get-year",
8093
+ "es.date.now",
8094
+ "es.date.set-year",
8095
+ "es.date.to-gmt-string",
8096
+ "es.date.to-iso-string",
8097
+ "es.date.to-json",
8098
+ "es.date.to-primitive",
8099
+ "es.date.to-string",
8100
+ "es.escape",
8101
+ "es.function.bind",
8102
+ "es.function.has-instance",
8103
+ "es.function.name",
8104
+ "es.global-this",
8105
+ "es.json.stringify",
8106
+ "es.json.to-string-tag",
8107
+ "es.map",
8108
+ "es.math.acosh",
8109
+ "es.math.asinh",
8110
+ "es.math.atanh",
8111
+ "es.math.cbrt",
8112
+ "es.math.clz32",
8113
+ "es.math.cosh",
8114
+ "es.math.expm1",
8115
+ "es.math.fround",
8116
+ "es.math.hypot",
8117
+ "es.math.imul",
8118
+ "es.math.log10",
8119
+ "es.math.log1p",
8120
+ "es.math.log2",
8121
+ "es.math.sign",
8122
+ "es.math.sinh",
8123
+ "es.math.tanh",
8124
+ "es.math.to-string-tag",
8125
+ "es.math.trunc",
8126
+ "es.number.constructor",
8127
+ "es.number.epsilon",
8128
+ "es.number.is-finite",
8129
+ "es.number.is-integer",
8130
+ "es.number.is-nan",
8131
+ "es.number.is-safe-integer",
8132
+ "es.number.max-safe-integer",
8133
+ "es.number.min-safe-integer",
8134
+ "es.number.parse-float",
8135
+ "es.number.parse-int",
8136
+ "es.number.to-exponential",
8137
+ "es.number.to-fixed",
8138
+ "es.number.to-precision",
8139
+ "es.object.assign",
8140
+ "es.object.create",
8141
+ "es.object.define-getter",
8142
+ "es.object.define-properties",
8143
+ "es.object.define-property",
8144
+ "es.object.define-setter",
8145
+ "es.object.entries",
8146
+ "es.object.freeze",
8147
+ "es.object.from-entries",
8148
+ "es.object.get-own-property-descriptor",
8149
+ "es.object.get-own-property-descriptors",
8150
+ "es.object.get-own-property-names",
8151
+ "es.object.get-prototype-of",
8152
+ "es.object.has-own",
8153
+ "es.object.is",
8154
+ "es.object.is-extensible",
8155
+ "es.object.is-frozen",
8156
+ "es.object.is-sealed",
8157
+ "es.object.keys",
8158
+ "es.object.lookup-getter",
8159
+ "es.object.lookup-setter",
8160
+ "es.object.prevent-extensions",
8161
+ "es.object.seal",
8162
+ "es.object.set-prototype-of",
8163
+ "es.object.to-string",
8164
+ "es.object.values",
8165
+ "es.parse-float",
8166
+ "es.parse-int",
8167
+ "es.promise",
8168
+ "es.promise.all-settled",
8169
+ "es.promise.any",
8170
+ "es.promise.finally",
8171
+ "es.reflect.apply",
8172
+ "es.reflect.construct",
8173
+ "es.reflect.define-property",
8174
+ "es.reflect.delete-property",
8175
+ "es.reflect.get",
8176
+ "es.reflect.get-own-property-descriptor",
8177
+ "es.reflect.get-prototype-of",
8178
+ "es.reflect.has",
8179
+ "es.reflect.is-extensible",
8180
+ "es.reflect.own-keys",
8181
+ "es.reflect.prevent-extensions",
8182
+ "es.reflect.set",
8183
+ "es.reflect.set-prototype-of",
8184
+ "es.reflect.to-string-tag",
8185
+ "es.regexp.constructor",
8186
+ "es.regexp.dot-all",
8187
+ "es.regexp.exec",
8188
+ "es.regexp.flags",
8189
+ "es.regexp.sticky",
8190
+ "es.regexp.test",
8191
+ "es.regexp.to-string",
8192
+ "es.set",
8193
+ "es.string.at-alternative",
8194
+ "es.string.code-point-at",
8195
+ "es.string.ends-with",
8196
+ "es.string.from-code-point",
8197
+ "es.string.includes",
8198
+ "es.string.iterator",
8199
+ "es.string.match",
8200
+ "es.string.match-all",
8201
+ "es.string.pad-end",
8202
+ "es.string.pad-start",
8203
+ "es.string.raw",
8204
+ "es.string.repeat",
8205
+ "es.string.replace",
8206
+ "es.string.replace-all",
8207
+ "es.string.search",
8208
+ "es.string.split",
8209
+ "es.string.starts-with",
8210
+ "es.string.substr",
8211
+ "es.string.trim",
8212
+ "es.string.trim-end",
8213
+ "es.string.trim-start",
8214
+ "es.string.anchor",
8215
+ "es.string.big",
8216
+ "es.string.blink",
8217
+ "es.string.bold",
8218
+ "es.string.fixed",
8219
+ "es.string.fontcolor",
8220
+ "es.string.fontsize",
8221
+ "es.string.italics",
8222
+ "es.string.link",
8223
+ "es.string.small",
8224
+ "es.string.strike",
8225
+ "es.string.sub",
8226
+ "es.string.sup",
8227
+ "es.typed-array.float32-array",
8228
+ "es.typed-array.float64-array",
8229
+ "es.typed-array.int8-array",
8230
+ "es.typed-array.int16-array",
8231
+ "es.typed-array.int32-array",
8232
+ "es.typed-array.uint8-array",
8233
+ "es.typed-array.uint8-clamped-array",
8234
+ "es.typed-array.uint16-array",
8235
+ "es.typed-array.uint32-array",
8236
+ "es.typed-array.at",
8237
+ "es.typed-array.copy-within",
8238
+ "es.typed-array.every",
8239
+ "es.typed-array.fill",
8240
+ "es.typed-array.filter",
8241
+ "es.typed-array.find",
8242
+ "es.typed-array.find-index",
8243
+ "es.typed-array.for-each",
8244
+ "es.typed-array.from",
8245
+ "es.typed-array.includes",
8246
+ "es.typed-array.index-of",
8247
+ "es.typed-array.iterator",
8248
+ "es.typed-array.join",
8249
+ "es.typed-array.last-index-of",
8250
+ "es.typed-array.map",
8251
+ "es.typed-array.of",
8252
+ "es.typed-array.reduce",
8253
+ "es.typed-array.reduce-right",
8254
+ "es.typed-array.reverse",
8255
+ "es.typed-array.set",
8256
+ "es.typed-array.slice",
8257
+ "es.typed-array.some",
8258
+ "es.typed-array.sort",
8259
+ "es.typed-array.subarray",
8260
+ "es.typed-array.to-locale-string",
8261
+ "es.typed-array.to-string",
8262
+ "es.unescape",
8263
+ "es.weak-map",
8264
+ "es.weak-set",
8265
+ "esnext.aggregate-error",
8266
+ "esnext.array.from-async",
8267
+ "esnext.array.at",
8268
+ "esnext.array.filter-out",
8269
+ "esnext.array.filter-reject",
8270
+ "esnext.array.find-last",
8271
+ "esnext.array.find-last-index",
8272
+ "esnext.array.group-by",
8273
+ "esnext.array.group-by-to-map",
8274
+ "esnext.array.is-template-object",
8275
+ "esnext.array.last-index",
8276
+ "esnext.array.last-item",
8277
+ "esnext.array.to-reversed",
8278
+ "esnext.array.to-sorted",
8279
+ "esnext.array.to-spliced",
8280
+ "esnext.array.unique-by",
8281
+ "esnext.array.with",
8282
+ "esnext.async-iterator.constructor",
8283
+ "esnext.async-iterator.as-indexed-pairs",
8284
+ "esnext.async-iterator.drop",
8285
+ "esnext.async-iterator.every",
8286
+ "esnext.async-iterator.filter",
8287
+ "esnext.async-iterator.find",
8288
+ "esnext.async-iterator.flat-map",
8289
+ "esnext.async-iterator.for-each",
8290
+ "esnext.async-iterator.from",
8291
+ "esnext.async-iterator.map",
8292
+ "esnext.async-iterator.reduce",
8293
+ "esnext.async-iterator.some",
8294
+ "esnext.async-iterator.take",
8295
+ "esnext.async-iterator.to-array",
8296
+ "esnext.bigint.range",
8297
+ "esnext.composite-key",
8298
+ "esnext.composite-symbol",
8299
+ "esnext.function.is-callable",
8300
+ "esnext.function.is-constructor",
8301
+ "esnext.function.un-this",
8302
+ "esnext.global-this",
8303
+ "esnext.iterator.constructor",
8304
+ "esnext.iterator.as-indexed-pairs",
8305
+ "esnext.iterator.drop",
8306
+ "esnext.iterator.every",
8307
+ "esnext.iterator.filter",
8308
+ "esnext.iterator.find",
8309
+ "esnext.iterator.flat-map",
8310
+ "esnext.iterator.for-each",
8311
+ "esnext.iterator.from",
8312
+ "esnext.iterator.map",
8313
+ "esnext.iterator.reduce",
8314
+ "esnext.iterator.some",
8315
+ "esnext.iterator.take",
8316
+ "esnext.iterator.to-array",
8317
+ "esnext.iterator.to-async",
8318
+ "esnext.map.delete-all",
8319
+ "esnext.map.emplace",
8320
+ "esnext.map.every",
8321
+ "esnext.map.filter",
8322
+ "esnext.map.find",
8323
+ "esnext.map.find-key",
8324
+ "esnext.map.from",
8325
+ "esnext.map.group-by",
8326
+ "esnext.map.includes",
8327
+ "esnext.map.key-by",
8328
+ "esnext.map.key-of",
8329
+ "esnext.map.map-keys",
8330
+ "esnext.map.map-values",
8331
+ "esnext.map.merge",
8332
+ "esnext.map.of",
8333
+ "esnext.map.reduce",
8334
+ "esnext.map.some",
8335
+ "esnext.map.update",
8336
+ "esnext.map.update-or-insert",
8337
+ "esnext.map.upsert",
8338
+ "esnext.math.clamp",
8339
+ "esnext.math.deg-per-rad",
8340
+ "esnext.math.degrees",
8341
+ "esnext.math.fscale",
8342
+ "esnext.math.iaddh",
8343
+ "esnext.math.imulh",
8344
+ "esnext.math.isubh",
8345
+ "esnext.math.rad-per-deg",
8346
+ "esnext.math.radians",
8347
+ "esnext.math.scale",
8348
+ "esnext.math.seeded-prng",
8349
+ "esnext.math.signbit",
8350
+ "esnext.math.umulh",
8351
+ "esnext.number.from-string",
8352
+ "esnext.number.range",
8353
+ "esnext.object.has-own",
8354
+ "esnext.object.iterate-entries",
8355
+ "esnext.object.iterate-keys",
8356
+ "esnext.object.iterate-values",
8357
+ "esnext.observable",
8358
+ "esnext.promise.all-settled",
8359
+ "esnext.promise.any",
8360
+ "esnext.promise.try",
8361
+ "esnext.reflect.define-metadata",
8362
+ "esnext.reflect.delete-metadata",
8363
+ "esnext.reflect.get-metadata",
8364
+ "esnext.reflect.get-metadata-keys",
8365
+ "esnext.reflect.get-own-metadata",
8366
+ "esnext.reflect.get-own-metadata-keys",
8367
+ "esnext.reflect.has-metadata",
8368
+ "esnext.reflect.has-own-metadata",
8369
+ "esnext.reflect.metadata",
8370
+ "esnext.set.add-all",
8371
+ "esnext.set.delete-all",
8372
+ "esnext.set.difference",
8373
+ "esnext.set.every",
8374
+ "esnext.set.filter",
8375
+ "esnext.set.find",
8376
+ "esnext.set.from",
8377
+ "esnext.set.intersection",
8378
+ "esnext.set.is-disjoint-from",
8379
+ "esnext.set.is-subset-of",
8380
+ "esnext.set.is-superset-of",
8381
+ "esnext.set.join",
8382
+ "esnext.set.map",
8383
+ "esnext.set.of",
8384
+ "esnext.set.reduce",
8385
+ "esnext.set.some",
8386
+ "esnext.set.symmetric-difference",
8387
+ "esnext.set.union",
8388
+ "esnext.string.at",
8389
+ "esnext.string.cooked",
8390
+ "esnext.string.code-points",
8391
+ "esnext.string.match-all",
8392
+ "esnext.string.replace-all",
8393
+ "esnext.symbol.async-dispose",
8394
+ "esnext.symbol.dispose",
8395
+ "esnext.symbol.matcher",
8396
+ "esnext.symbol.metadata",
8397
+ "esnext.symbol.observable",
8398
+ "esnext.symbol.pattern-match",
8399
+ "esnext.symbol.replace-all",
8400
+ "esnext.typed-array.from-async",
8401
+ "esnext.typed-array.at",
8402
+ "esnext.typed-array.filter-out",
8403
+ "esnext.typed-array.filter-reject",
8404
+ "esnext.typed-array.find-last",
8405
+ "esnext.typed-array.find-last-index",
8406
+ "esnext.typed-array.group-by",
8407
+ "esnext.typed-array.to-reversed",
8408
+ "esnext.typed-array.to-sorted",
8409
+ "esnext.typed-array.to-spliced",
8410
+ "esnext.typed-array.unique-by",
8411
+ "esnext.typed-array.with",
8412
+ "esnext.weak-map.delete-all",
8413
+ "esnext.weak-map.from",
8414
+ "esnext.weak-map.of",
8415
+ "esnext.weak-map.emplace",
8416
+ "esnext.weak-map.upsert",
8417
+ "esnext.weak-set.add-all",
8418
+ "esnext.weak-set.delete-all",
8419
+ "esnext.weak-set.from",
8420
+ "esnext.weak-set.of",
8421
+ "web.atob",
8422
+ "web.btoa",
8423
+ "web.dom-collections.for-each",
8424
+ "web.dom-collections.iterator",
8425
+ "web.dom-exception.constructor",
8426
+ "web.dom-exception.stack",
8427
+ "web.dom-exception.to-string-tag",
8428
+ "web.immediate",
8429
+ "web.queue-microtask",
8430
+ "web.structured-clone",
8431
+ "web.timers",
8432
+ "web.url",
8433
+ "web.url.to-json",
8434
+ "web.url-search-params"
8435
+ ],
8436
+ "core-js/full/aggregate-error": [
8437
+ "es.error.cause",
8438
+ "es.aggregate-error",
8439
+ "es.aggregate-error.cause",
8440
+ "es.array.iterator",
8441
+ "es.string.iterator",
8442
+ "esnext.aggregate-error",
8443
+ "web.dom-collections.iterator"
8444
+ ],
8445
+ "core-js/full/array": [
8446
+ "es.array.at",
8447
+ "es.array.concat",
8448
+ "es.array.copy-within",
8449
+ "es.array.every",
8450
+ "es.array.fill",
8451
+ "es.array.filter",
8452
+ "es.array.find",
8453
+ "es.array.find-index",
8454
+ "es.array.flat",
8455
+ "es.array.flat-map",
8456
+ "es.array.for-each",
8457
+ "es.array.from",
8458
+ "es.array.includes",
8459
+ "es.array.index-of",
8460
+ "es.array.is-array",
8461
+ "es.array.iterator",
8462
+ "es.array.join",
8463
+ "es.array.last-index-of",
8464
+ "es.array.map",
8465
+ "es.array.of",
8466
+ "es.array.reduce",
8467
+ "es.array.reduce-right",
8468
+ "es.array.reverse",
8469
+ "es.array.slice",
8470
+ "es.array.some",
8471
+ "es.array.sort",
8472
+ "es.array.species",
8473
+ "es.array.splice",
8474
+ "es.array.unscopables.flat",
8475
+ "es.array.unscopables.flat-map",
8476
+ "es.map",
8477
+ "es.object.to-string",
8478
+ "es.promise",
8479
+ "es.string.iterator",
8480
+ "esnext.array.from-async",
8481
+ "esnext.array.at",
8482
+ "esnext.array.filter-out",
8483
+ "esnext.array.filter-reject",
8484
+ "esnext.array.find-last",
8485
+ "esnext.array.find-last-index",
8486
+ "esnext.array.group-by",
8487
+ "esnext.array.group-by-to-map",
8488
+ "esnext.array.is-template-object",
8489
+ "esnext.array.last-index",
8490
+ "esnext.array.last-item",
8491
+ "esnext.array.to-reversed",
8492
+ "esnext.array.to-sorted",
8493
+ "esnext.array.to-spliced",
8494
+ "esnext.array.unique-by",
8495
+ "esnext.array.with"
8496
+ ],
8497
+ "core-js/full/array-buffer": [
8498
+ "es.array-buffer.constructor",
8499
+ "es.array-buffer.is-view",
8500
+ "es.array-buffer.slice",
8501
+ "es.object.to-string"
8502
+ ],
8503
+ "core-js/full/array-buffer/constructor": [
8504
+ "es.array-buffer.constructor",
8505
+ "es.array-buffer.slice",
8506
+ "es.object.to-string"
8507
+ ],
8508
+ "core-js/full/array-buffer/is-view": [
8509
+ "es.array-buffer.is-view"
8510
+ ],
8511
+ "core-js/full/array-buffer/slice": [
8512
+ "es.array-buffer.slice"
8513
+ ],
8514
+ "core-js/full/array/at": [
8515
+ "es.array.at",
8516
+ "esnext.array.at"
8517
+ ],
8518
+ "core-js/full/array/concat": [
8519
+ "es.array.concat"
8520
+ ],
8521
+ "core-js/full/array/copy-within": [
8522
+ "es.array.copy-within"
8523
+ ],
8524
+ "core-js/full/array/entries": [
8525
+ "es.array.iterator",
8526
+ "es.object.to-string"
8527
+ ],
8528
+ "core-js/full/array/every": [
8529
+ "es.array.every"
8530
+ ],
8531
+ "core-js/full/array/fill": [
8532
+ "es.array.fill"
8533
+ ],
8534
+ "core-js/full/array/filter": [
8535
+ "es.array.filter"
8536
+ ],
8537
+ "core-js/full/array/filter-out": [
8538
+ "esnext.array.filter-out"
8539
+ ],
8540
+ "core-js/full/array/filter-reject": [
8541
+ "esnext.array.filter-reject"
8542
+ ],
8543
+ "core-js/full/array/find": [
8544
+ "es.array.find"
8545
+ ],
8546
+ "core-js/full/array/find-index": [
8547
+ "es.array.find-index"
8548
+ ],
8549
+ "core-js/full/array/find-last": [
8550
+ "esnext.array.find-last"
8551
+ ],
8552
+ "core-js/full/array/find-last-index": [
8553
+ "esnext.array.find-last-index"
8554
+ ],
8555
+ "core-js/full/array/flat": [
8556
+ "es.array.flat",
8557
+ "es.array.unscopables.flat"
8558
+ ],
8559
+ "core-js/full/array/flat-map": [
8560
+ "es.array.flat-map",
8561
+ "es.array.unscopables.flat-map"
8562
+ ],
8563
+ "core-js/full/array/for-each": [
8564
+ "es.array.for-each"
8565
+ ],
8566
+ "core-js/full/array/from": [
8567
+ "es.array.from",
8568
+ "es.string.iterator"
8569
+ ],
8570
+ "core-js/full/array/from-async": [
8571
+ "es.array.iterator",
8572
+ "es.object.to-string",
8573
+ "es.promise",
8574
+ "es.string.iterator",
8575
+ "esnext.array.from-async"
8576
+ ],
8577
+ "core-js/full/array/group-by": [
8578
+ "esnext.array.group-by"
8579
+ ],
8580
+ "core-js/full/array/group-by-to-map": [
8581
+ "es.map",
8582
+ "es.object.to-string",
8583
+ "esnext.array.group-by-to-map"
8584
+ ],
8585
+ "core-js/full/array/includes": [
8586
+ "es.array.includes"
8587
+ ],
8588
+ "core-js/full/array/index-of": [
8589
+ "es.array.index-of"
8590
+ ],
8591
+ "core-js/full/array/is-array": [
8592
+ "es.array.is-array"
8593
+ ],
8594
+ "core-js/full/array/is-template-object": [
8595
+ "esnext.array.is-template-object"
8596
+ ],
8597
+ "core-js/full/array/iterator": [
8598
+ "es.array.iterator",
8599
+ "es.object.to-string"
8600
+ ],
8601
+ "core-js/full/array/join": [
8602
+ "es.array.join"
8603
+ ],
8604
+ "core-js/full/array/keys": [
8605
+ "es.array.iterator",
8606
+ "es.object.to-string"
8607
+ ],
8608
+ "core-js/full/array/last-index": [
8609
+ "esnext.array.last-index"
8610
+ ],
8611
+ "core-js/full/array/last-index-of": [
8612
+ "es.array.last-index-of"
8613
+ ],
8614
+ "core-js/full/array/last-item": [
8615
+ "esnext.array.last-item"
8616
+ ],
8617
+ "core-js/full/array/map": [
8618
+ "es.array.map"
8619
+ ],
8620
+ "core-js/full/array/of": [
8621
+ "es.array.of"
8622
+ ],
8623
+ "core-js/full/array/reduce": [
8624
+ "es.array.reduce"
8625
+ ],
8626
+ "core-js/full/array/reduce-right": [
8627
+ "es.array.reduce-right"
8628
+ ],
8629
+ "core-js/full/array/reverse": [
8630
+ "es.array.reverse"
8631
+ ],
8632
+ "core-js/full/array/slice": [
8633
+ "es.array.slice"
8634
+ ],
8635
+ "core-js/full/array/some": [
8636
+ "es.array.some"
8637
+ ],
8638
+ "core-js/full/array/sort": [
8639
+ "es.array.sort"
8640
+ ],
8641
+ "core-js/full/array/splice": [
8642
+ "es.array.splice"
8643
+ ],
8644
+ "core-js/full/array/to-reversed": [
8645
+ "esnext.array.to-reversed"
8646
+ ],
8647
+ "core-js/full/array/to-sorted": [
8648
+ "es.array.sort",
8649
+ "esnext.array.to-sorted"
8650
+ ],
8651
+ "core-js/full/array/to-spliced": [
8652
+ "esnext.array.to-spliced"
8653
+ ],
8654
+ "core-js/full/array/unique-by": [
8655
+ "es.map",
8656
+ "esnext.array.unique-by"
8657
+ ],
8658
+ "core-js/full/array/values": [
8659
+ "es.array.iterator",
8660
+ "es.object.to-string"
8661
+ ],
8662
+ "core-js/full/array/virtual": [
8663
+ "es.array.at",
8664
+ "es.array.concat",
8665
+ "es.array.copy-within",
8666
+ "es.array.every",
8667
+ "es.array.fill",
8668
+ "es.array.filter",
8669
+ "es.array.find",
8670
+ "es.array.find-index",
8671
+ "es.array.flat",
8672
+ "es.array.flat-map",
8673
+ "es.array.for-each",
8674
+ "es.array.includes",
8675
+ "es.array.index-of",
8676
+ "es.array.iterator",
8677
+ "es.array.join",
8678
+ "es.array.last-index-of",
8679
+ "es.array.map",
8680
+ "es.array.reduce",
8681
+ "es.array.reduce-right",
8682
+ "es.array.reverse",
8683
+ "es.array.slice",
8684
+ "es.array.some",
8685
+ "es.array.sort",
8686
+ "es.array.species",
8687
+ "es.array.splice",
8688
+ "es.array.unscopables.flat",
8689
+ "es.array.unscopables.flat-map",
8690
+ "es.map",
8691
+ "es.object.to-string",
8692
+ "esnext.array.at",
8693
+ "esnext.array.filter-out",
8694
+ "esnext.array.filter-reject",
8695
+ "esnext.array.find-last",
8696
+ "esnext.array.find-last-index",
8697
+ "esnext.array.group-by",
8698
+ "esnext.array.group-by-to-map",
8699
+ "esnext.array.to-reversed",
8700
+ "esnext.array.to-sorted",
8701
+ "esnext.array.to-spliced",
8702
+ "esnext.array.unique-by",
8703
+ "esnext.array.with"
8704
+ ],
8705
+ "core-js/full/array/virtual/at": [
8706
+ "es.array.at",
8707
+ "esnext.array.at"
8708
+ ],
8709
+ "core-js/full/array/virtual/concat": [
8710
+ "es.array.concat"
8711
+ ],
8712
+ "core-js/full/array/virtual/copy-within": [
8713
+ "es.array.copy-within"
8714
+ ],
8715
+ "core-js/full/array/virtual/entries": [
8716
+ "es.array.iterator",
8717
+ "es.object.to-string"
8718
+ ],
8719
+ "core-js/full/array/virtual/every": [
8720
+ "es.array.every"
8721
+ ],
8722
+ "core-js/full/array/virtual/fill": [
8723
+ "es.array.fill"
8724
+ ],
8725
+ "core-js/full/array/virtual/filter": [
8726
+ "es.array.filter"
8727
+ ],
8728
+ "core-js/full/array/virtual/filter-out": [
8729
+ "esnext.array.filter-out"
8730
+ ],
8731
+ "core-js/full/array/virtual/filter-reject": [
8732
+ "esnext.array.filter-reject"
8733
+ ],
8734
+ "core-js/full/array/virtual/find": [
8735
+ "es.array.find"
8736
+ ],
8737
+ "core-js/full/array/virtual/find-index": [
8738
+ "es.array.find-index"
8739
+ ],
8740
+ "core-js/full/array/virtual/find-last": [
8741
+ "esnext.array.find-last"
8742
+ ],
8743
+ "core-js/full/array/virtual/find-last-index": [
8744
+ "esnext.array.find-last-index"
8745
+ ],
8746
+ "core-js/full/array/virtual/flat": [
8747
+ "es.array.flat",
8748
+ "es.array.unscopables.flat"
8749
+ ],
8750
+ "core-js/full/array/virtual/flat-map": [
8751
+ "es.array.flat-map",
8752
+ "es.array.unscopables.flat-map"
8753
+ ],
8754
+ "core-js/full/array/virtual/for-each": [
8755
+ "es.array.for-each"
8756
+ ],
8757
+ "core-js/full/array/virtual/group-by": [
8758
+ "esnext.array.group-by"
8759
+ ],
8760
+ "core-js/full/array/virtual/group-by-to-map": [
8761
+ "es.map",
8762
+ "es.object.to-string",
8763
+ "esnext.array.group-by-to-map"
8764
+ ],
8765
+ "core-js/full/array/virtual/includes": [
8766
+ "es.array.includes"
8767
+ ],
8768
+ "core-js/full/array/virtual/index-of": [
8769
+ "es.array.index-of"
8770
+ ],
8771
+ "core-js/full/array/virtual/iterator": [
8772
+ "es.array.iterator",
8773
+ "es.object.to-string"
8774
+ ],
8775
+ "core-js/full/array/virtual/join": [
8776
+ "es.array.join"
8777
+ ],
8778
+ "core-js/full/array/virtual/keys": [
8779
+ "es.array.iterator",
8780
+ "es.object.to-string"
8781
+ ],
8782
+ "core-js/full/array/virtual/last-index-of": [
8783
+ "es.array.last-index-of"
8784
+ ],
8785
+ "core-js/full/array/virtual/map": [
8786
+ "es.array.map"
8787
+ ],
8788
+ "core-js/full/array/virtual/reduce": [
8789
+ "es.array.reduce"
8790
+ ],
8791
+ "core-js/full/array/virtual/reduce-right": [
8792
+ "es.array.reduce-right"
8793
+ ],
8794
+ "core-js/full/array/virtual/reverse": [
8795
+ "es.array.reverse"
8796
+ ],
8797
+ "core-js/full/array/virtual/slice": [
8798
+ "es.array.slice"
8799
+ ],
8800
+ "core-js/full/array/virtual/some": [
8801
+ "es.array.some"
8802
+ ],
8803
+ "core-js/full/array/virtual/sort": [
8804
+ "es.array.sort"
8805
+ ],
8806
+ "core-js/full/array/virtual/splice": [
8807
+ "es.array.splice"
8808
+ ],
8809
+ "core-js/full/array/virtual/to-reversed": [
8810
+ "esnext.array.to-reversed"
8811
+ ],
8812
+ "core-js/full/array/virtual/to-sorted": [
8813
+ "es.array.sort",
8814
+ "esnext.array.to-sorted"
8815
+ ],
8816
+ "core-js/full/array/virtual/to-spliced": [
8817
+ "esnext.array.to-spliced"
8818
+ ],
8819
+ "core-js/full/array/virtual/unique-by": [
8820
+ "es.map",
8821
+ "esnext.array.unique-by"
8822
+ ],
8823
+ "core-js/full/array/virtual/values": [
8824
+ "es.array.iterator",
8825
+ "es.object.to-string"
8826
+ ],
8827
+ "core-js/full/array/virtual/with": [
8828
+ "esnext.array.with"
8829
+ ],
8830
+ "core-js/full/array/with": [
8831
+ "esnext.array.with"
8832
+ ],
8833
+ "core-js/full/async-iterator": [
8834
+ "es.array.iterator",
8835
+ "es.object.to-string",
8836
+ "es.promise",
8837
+ "es.string.iterator",
8838
+ "esnext.async-iterator.constructor",
8839
+ "esnext.async-iterator.as-indexed-pairs",
8840
+ "esnext.async-iterator.drop",
8841
+ "esnext.async-iterator.every",
8842
+ "esnext.async-iterator.filter",
8843
+ "esnext.async-iterator.find",
8844
+ "esnext.async-iterator.flat-map",
8845
+ "esnext.async-iterator.for-each",
8846
+ "esnext.async-iterator.from",
8847
+ "esnext.async-iterator.map",
8848
+ "esnext.async-iterator.reduce",
8849
+ "esnext.async-iterator.some",
8850
+ "esnext.async-iterator.take",
8851
+ "esnext.async-iterator.to-array",
8852
+ "web.dom-collections.iterator"
8853
+ ],
8854
+ "core-js/full/async-iterator/as-indexed-pairs": [
8855
+ "es.object.to-string",
8856
+ "es.promise",
8857
+ "esnext.async-iterator.constructor",
8858
+ "esnext.async-iterator.as-indexed-pairs"
8859
+ ],
8860
+ "core-js/full/async-iterator/drop": [
8861
+ "es.object.to-string",
8862
+ "es.promise",
8863
+ "esnext.async-iterator.constructor",
8864
+ "esnext.async-iterator.drop"
8865
+ ],
8866
+ "core-js/full/async-iterator/every": [
8867
+ "es.object.to-string",
8868
+ "es.promise",
8869
+ "esnext.async-iterator.constructor",
8870
+ "esnext.async-iterator.every"
8871
+ ],
8872
+ "core-js/full/async-iterator/filter": [
8873
+ "es.object.to-string",
8874
+ "es.promise",
8875
+ "esnext.async-iterator.constructor",
8876
+ "esnext.async-iterator.filter"
8877
+ ],
8878
+ "core-js/full/async-iterator/find": [
8879
+ "es.object.to-string",
8880
+ "es.promise",
8881
+ "esnext.async-iterator.constructor",
8882
+ "esnext.async-iterator.find"
8883
+ ],
8884
+ "core-js/full/async-iterator/flat-map": [
8885
+ "es.object.to-string",
8886
+ "es.promise",
8887
+ "esnext.async-iterator.constructor",
8888
+ "esnext.async-iterator.flat-map"
8889
+ ],
8890
+ "core-js/full/async-iterator/for-each": [
8891
+ "es.object.to-string",
8892
+ "es.promise",
8893
+ "esnext.async-iterator.constructor",
8894
+ "esnext.async-iterator.for-each"
8895
+ ],
8896
+ "core-js/full/async-iterator/from": [
8897
+ "es.array.iterator",
8898
+ "es.object.to-string",
8899
+ "es.promise",
8900
+ "es.string.iterator",
8901
+ "esnext.async-iterator.constructor",
8902
+ "esnext.async-iterator.from",
8903
+ "web.dom-collections.iterator"
8904
+ ],
8905
+ "core-js/full/async-iterator/map": [
8906
+ "es.object.to-string",
8907
+ "es.promise",
8908
+ "esnext.async-iterator.constructor",
8909
+ "esnext.async-iterator.map"
8910
+ ],
8911
+ "core-js/full/async-iterator/reduce": [
8912
+ "es.object.to-string",
8913
+ "es.promise",
8914
+ "esnext.async-iterator.constructor",
8915
+ "esnext.async-iterator.reduce"
8916
+ ],
8917
+ "core-js/full/async-iterator/some": [
8918
+ "es.object.to-string",
8919
+ "es.promise",
8920
+ "esnext.async-iterator.constructor",
8921
+ "esnext.async-iterator.some"
8922
+ ],
8923
+ "core-js/full/async-iterator/take": [
8924
+ "es.object.to-string",
8925
+ "es.promise",
8926
+ "esnext.async-iterator.constructor",
8927
+ "esnext.async-iterator.take"
8928
+ ],
8929
+ "core-js/full/async-iterator/to-array": [
8930
+ "es.object.to-string",
8931
+ "es.promise",
8932
+ "esnext.async-iterator.constructor",
8933
+ "esnext.async-iterator.to-array"
8934
+ ],
8935
+ "core-js/full/atob": [
8936
+ "es.error.to-string",
8937
+ "es.object.to-string",
8938
+ "web.atob",
8939
+ "web.dom-exception.constructor",
8940
+ "web.dom-exception.stack",
8941
+ "web.dom-exception.to-string-tag"
8942
+ ],
8943
+ "core-js/full/bigint": [
8944
+ "es.object.to-string",
8945
+ "esnext.bigint.range"
8946
+ ],
8947
+ "core-js/full/bigint/range": [
8948
+ "es.object.to-string",
8949
+ "esnext.bigint.range"
8950
+ ],
8951
+ "core-js/full/btoa": [
8952
+ "es.error.to-string",
8953
+ "es.object.to-string",
8954
+ "web.btoa",
8955
+ "web.dom-exception.constructor",
8956
+ "web.dom-exception.stack",
8957
+ "web.dom-exception.to-string-tag"
8958
+ ],
8959
+ "core-js/full/clear-immediate": [
8960
+ "web.immediate"
8961
+ ],
8962
+ "core-js/full/composite-key": [
8963
+ "esnext.composite-key"
8964
+ ],
8965
+ "core-js/full/composite-symbol": [
8966
+ "es.symbol",
8967
+ "esnext.composite-symbol"
8968
+ ],
8969
+ "core-js/full/data-view": [
8970
+ "es.array-buffer.constructor",
8971
+ "es.array-buffer.slice",
8972
+ "es.data-view",
8973
+ "es.object.to-string"
8974
+ ],
8975
+ "core-js/full/date": [
8976
+ "es.date.get-year",
8977
+ "es.date.now",
8978
+ "es.date.set-year",
8979
+ "es.date.to-gmt-string",
8980
+ "es.date.to-iso-string",
8981
+ "es.date.to-json",
8982
+ "es.date.to-primitive",
8983
+ "es.date.to-string"
8984
+ ],
8985
+ "core-js/full/date/get-year": [
8986
+ "es.date.get-year"
8987
+ ],
8988
+ "core-js/full/date/now": [
8989
+ "es.date.now"
8990
+ ],
8991
+ "core-js/full/date/set-year": [
8992
+ "es.date.set-year"
8993
+ ],
8994
+ "core-js/full/date/to-gmt-string": [
8995
+ "es.date.to-gmt-string"
8996
+ ],
8997
+ "core-js/full/date/to-iso-string": [
8998
+ "es.date.to-iso-string",
8999
+ "es.date.to-json"
9000
+ ],
9001
+ "core-js/full/date/to-json": [
9002
+ "es.date.to-json"
9003
+ ],
9004
+ "core-js/full/date/to-primitive": [
9005
+ "es.date.to-primitive"
9006
+ ],
9007
+ "core-js/full/date/to-string": [
9008
+ "es.date.to-string"
9009
+ ],
9010
+ "core-js/full/dom-collections": [
9011
+ "es.array.iterator",
9012
+ "es.object.to-string",
9013
+ "web.dom-collections.for-each",
9014
+ "web.dom-collections.iterator"
9015
+ ],
9016
+ "core-js/full/dom-collections/for-each": [
9017
+ "web.dom-collections.for-each"
9018
+ ],
9019
+ "core-js/full/dom-collections/iterator": [
9020
+ "es.object.to-string",
9021
+ "web.dom-collections.iterator"
9022
+ ],
9023
+ "core-js/full/dom-exception": [
9024
+ "es.error.to-string",
9025
+ "web.dom-exception.constructor",
9026
+ "web.dom-exception.stack",
9027
+ "web.dom-exception.to-string-tag"
9028
+ ],
9029
+ "core-js/full/dom-exception/constructor": [
9030
+ "es.error.to-string",
9031
+ "web.dom-exception.constructor",
9032
+ "web.dom-exception.stack"
9033
+ ],
9034
+ "core-js/full/dom-exception/to-string-tag": [
9035
+ "web.dom-exception.to-string-tag"
9036
+ ],
9037
+ "core-js/full/error": [
9038
+ "es.error.cause",
9039
+ "es.error.to-string"
9040
+ ],
9041
+ "core-js/full/error/constructor": [
9042
+ "es.error.cause"
9043
+ ],
9044
+ "core-js/full/error/to-string": [
9045
+ "es.error.to-string"
9046
+ ],
9047
+ "core-js/full/escape": [
9048
+ "es.escape"
9049
+ ],
9050
+ "core-js/full/function": [
9051
+ "es.function.bind",
9052
+ "es.function.has-instance",
9053
+ "es.function.name",
9054
+ "esnext.function.is-callable",
9055
+ "esnext.function.is-constructor",
9056
+ "esnext.function.un-this"
9057
+ ],
9058
+ "core-js/full/function/bind": [
9059
+ "es.function.bind"
9060
+ ],
9061
+ "core-js/full/function/has-instance": [
9062
+ "es.function.has-instance"
9063
+ ],
9064
+ "core-js/full/function/is-callable": [
9065
+ "esnext.function.is-callable"
9066
+ ],
9067
+ "core-js/full/function/is-constructor": [
9068
+ "esnext.function.is-constructor"
9069
+ ],
9070
+ "core-js/full/function/name": [
9071
+ "es.function.name"
9072
+ ],
9073
+ "core-js/full/function/un-this": [
9074
+ "esnext.function.un-this"
9075
+ ],
9076
+ "core-js/full/function/virtual": [
9077
+ "es.function.bind",
9078
+ "esnext.function.un-this"
9079
+ ],
9080
+ "core-js/full/function/virtual/bind": [
9081
+ "es.function.bind"
9082
+ ],
9083
+ "core-js/full/function/virtual/un-this": [
9084
+ "esnext.function.un-this"
9085
+ ],
9086
+ "core-js/full/get-iterator": [
9087
+ "es.array.iterator",
9088
+ "es.string.iterator",
9089
+ "web.dom-collections.iterator"
9090
+ ],
9091
+ "core-js/full/get-iterator-method": [
9092
+ "es.array.iterator",
9093
+ "es.string.iterator",
9094
+ "web.dom-collections.iterator"
9095
+ ],
9096
+ "core-js/full/global-this": [
9097
+ "es.global-this",
9098
+ "esnext.global-this"
9099
+ ],
9100
+ "core-js/full/instance/at": [
9101
+ "es.array.at",
9102
+ "es.string.at-alternative",
9103
+ "esnext.array.at",
9104
+ "esnext.string.at"
9105
+ ],
9106
+ "core-js/full/instance/bind": [
9107
+ "es.function.bind"
9108
+ ],
9109
+ "core-js/full/instance/code-point-at": [
9110
+ "es.string.code-point-at"
9111
+ ],
9112
+ "core-js/full/instance/code-points": [
9113
+ "es.object.to-string",
9114
+ "esnext.string.code-points"
9115
+ ],
9116
+ "core-js/full/instance/concat": [
9117
+ "es.array.concat"
9118
+ ],
9119
+ "core-js/full/instance/copy-within": [
9120
+ "es.array.copy-within"
9121
+ ],
9122
+ "core-js/full/instance/ends-with": [
9123
+ "es.string.ends-with"
9124
+ ],
9125
+ "core-js/full/instance/entries": [
9126
+ "es.array.iterator",
9127
+ "es.object.to-string",
9128
+ "web.dom-collections.iterator"
9129
+ ],
9130
+ "core-js/full/instance/every": [
9131
+ "es.array.every"
9132
+ ],
9133
+ "core-js/full/instance/fill": [
9134
+ "es.array.fill"
9135
+ ],
9136
+ "core-js/full/instance/filter": [
9137
+ "es.array.filter"
9138
+ ],
9139
+ "core-js/full/instance/filter-out": [
9140
+ "esnext.array.filter-out"
9141
+ ],
9142
+ "core-js/full/instance/filter-reject": [
9143
+ "esnext.array.filter-reject"
9144
+ ],
9145
+ "core-js/full/instance/find": [
9146
+ "es.array.find"
9147
+ ],
9148
+ "core-js/full/instance/find-index": [
9149
+ "es.array.find-index"
9150
+ ],
9151
+ "core-js/full/instance/find-last": [
9152
+ "esnext.array.find-last"
9153
+ ],
9154
+ "core-js/full/instance/find-last-index": [
9155
+ "esnext.array.find-last-index"
9156
+ ],
9157
+ "core-js/full/instance/flags": [
9158
+ "es.regexp.flags"
9159
+ ],
9160
+ "core-js/full/instance/flat": [
9161
+ "es.array.flat",
9162
+ "es.array.unscopables.flat"
9163
+ ],
9164
+ "core-js/full/instance/flat-map": [
9165
+ "es.array.flat-map",
9166
+ "es.array.unscopables.flat-map"
9167
+ ],
9168
+ "core-js/full/instance/for-each": [
9169
+ "es.array.for-each",
9170
+ "web.dom-collections.iterator"
9171
+ ],
9172
+ "core-js/full/instance/group-by": [
9173
+ "esnext.array.group-by"
9174
+ ],
9175
+ "core-js/full/instance/group-by-to-map": [
9176
+ "es.map",
9177
+ "es.object.to-string",
9178
+ "esnext.array.group-by-to-map"
9179
+ ],
9180
+ "core-js/full/instance/includes": [
9181
+ "es.array.includes",
9182
+ "es.string.includes"
9183
+ ],
9184
+ "core-js/full/instance/index-of": [
9185
+ "es.array.index-of"
9186
+ ],
9187
+ "core-js/full/instance/keys": [
9188
+ "es.array.iterator",
9189
+ "es.object.to-string",
9190
+ "web.dom-collections.iterator"
9191
+ ],
9192
+ "core-js/full/instance/last-index-of": [
9193
+ "es.array.last-index-of"
9194
+ ],
9195
+ "core-js/full/instance/map": [
9196
+ "es.array.map"
9197
+ ],
9198
+ "core-js/full/instance/match-all": [
9199
+ "es.object.to-string",
9200
+ "es.regexp.exec",
9201
+ "es.string.match-all",
9202
+ "esnext.string.match-all"
9203
+ ],
9204
+ "core-js/full/instance/pad-end": [
9205
+ "es.string.pad-end"
9206
+ ],
9207
+ "core-js/full/instance/pad-start": [
9208
+ "es.string.pad-start"
9209
+ ],
9210
+ "core-js/full/instance/reduce": [
9211
+ "es.array.reduce"
9212
+ ],
9213
+ "core-js/full/instance/reduce-right": [
9214
+ "es.array.reduce-right"
9215
+ ],
9216
+ "core-js/full/instance/repeat": [
9217
+ "es.string.repeat"
9218
+ ],
9219
+ "core-js/full/instance/replace-all": [
9220
+ "es.regexp.exec",
9221
+ "es.string.replace",
9222
+ "es.string.replace-all"
9223
+ ],
9224
+ "core-js/full/instance/reverse": [
9225
+ "es.array.reverse"
9226
+ ],
9227
+ "core-js/full/instance/slice": [
9228
+ "es.array.slice"
9229
+ ],
9230
+ "core-js/full/instance/some": [
9231
+ "es.array.some"
9232
+ ],
9233
+ "core-js/full/instance/sort": [
9234
+ "es.array.sort"
9235
+ ],
9236
+ "core-js/full/instance/splice": [
9237
+ "es.array.splice"
9238
+ ],
9239
+ "core-js/full/instance/starts-with": [
9240
+ "es.string.starts-with"
9241
+ ],
9242
+ "core-js/full/instance/to-reversed": [
9243
+ "esnext.array.to-reversed"
9244
+ ],
9245
+ "core-js/full/instance/to-sorted": [
9246
+ "es.array.sort",
9247
+ "esnext.array.to-sorted"
9248
+ ],
9249
+ "core-js/full/instance/to-spliced": [
9250
+ "esnext.array.to-spliced"
9251
+ ],
9252
+ "core-js/full/instance/trim": [
9253
+ "es.string.trim"
9254
+ ],
9255
+ "core-js/full/instance/trim-end": [
9256
+ "es.string.trim-end"
9257
+ ],
9258
+ "core-js/full/instance/trim-left": [
9259
+ "es.string.trim-start"
9260
+ ],
9261
+ "core-js/full/instance/trim-right": [
9262
+ "es.string.trim-end"
9263
+ ],
9264
+ "core-js/full/instance/trim-start": [
9265
+ "es.string.trim-start"
9266
+ ],
9267
+ "core-js/full/instance/un-this": [
9268
+ "esnext.function.un-this"
9269
+ ],
9270
+ "core-js/full/instance/unique-by": [
9271
+ "es.map",
9272
+ "esnext.array.unique-by"
9273
+ ],
9274
+ "core-js/full/instance/values": [
9275
+ "es.array.iterator",
9276
+ "es.object.to-string",
9277
+ "web.dom-collections.iterator"
9278
+ ],
9279
+ "core-js/full/instance/with": [
9280
+ "esnext.array.with"
9281
+ ],
9282
+ "core-js/full/is-iterable": [
9283
+ "es.array.iterator",
9284
+ "es.string.iterator",
9285
+ "web.dom-collections.iterator"
9286
+ ],
9287
+ "core-js/full/iterator": [
9288
+ "es.array.iterator",
9289
+ "es.object.to-string",
9290
+ "es.promise",
9291
+ "es.string.iterator",
9292
+ "esnext.iterator.constructor",
9293
+ "esnext.iterator.as-indexed-pairs",
9294
+ "esnext.iterator.drop",
9295
+ "esnext.iterator.every",
9296
+ "esnext.iterator.filter",
9297
+ "esnext.iterator.find",
9298
+ "esnext.iterator.flat-map",
9299
+ "esnext.iterator.for-each",
9300
+ "esnext.iterator.from",
9301
+ "esnext.iterator.map",
9302
+ "esnext.iterator.reduce",
9303
+ "esnext.iterator.some",
9304
+ "esnext.iterator.take",
9305
+ "esnext.iterator.to-array",
9306
+ "esnext.iterator.to-async",
9307
+ "web.dom-collections.iterator"
9308
+ ],
9309
+ "core-js/full/iterator/as-indexed-pairs": [
9310
+ "es.object.to-string",
9311
+ "esnext.iterator.constructor",
9312
+ "esnext.iterator.as-indexed-pairs"
9313
+ ],
9314
+ "core-js/full/iterator/drop": [
9315
+ "es.object.to-string",
9316
+ "esnext.iterator.constructor",
9317
+ "esnext.iterator.drop"
9318
+ ],
9319
+ "core-js/full/iterator/every": [
9320
+ "es.object.to-string",
9321
+ "esnext.iterator.constructor",
9322
+ "esnext.iterator.every"
9323
+ ],
9324
+ "core-js/full/iterator/filter": [
9325
+ "es.object.to-string",
9326
+ "esnext.iterator.constructor",
9327
+ "esnext.iterator.filter"
9328
+ ],
9329
+ "core-js/full/iterator/find": [
9330
+ "es.object.to-string",
9331
+ "esnext.iterator.constructor",
9332
+ "esnext.iterator.find"
9333
+ ],
9334
+ "core-js/full/iterator/flat-map": [
9335
+ "es.object.to-string",
9336
+ "esnext.iterator.constructor",
9337
+ "esnext.iterator.flat-map"
9338
+ ],
9339
+ "core-js/full/iterator/for-each": [
9340
+ "es.object.to-string",
9341
+ "esnext.iterator.constructor",
9342
+ "esnext.iterator.for-each"
9343
+ ],
9344
+ "core-js/full/iterator/from": [
9345
+ "es.array.iterator",
9346
+ "es.object.to-string",
9347
+ "es.string.iterator",
9348
+ "esnext.iterator.constructor",
9349
+ "esnext.iterator.from",
9350
+ "web.dom-collections.iterator"
9351
+ ],
9352
+ "core-js/full/iterator/map": [
9353
+ "es.object.to-string",
9354
+ "esnext.iterator.constructor",
9355
+ "esnext.iterator.map"
9356
+ ],
9357
+ "core-js/full/iterator/reduce": [
9358
+ "es.object.to-string",
9359
+ "esnext.iterator.constructor",
9360
+ "esnext.iterator.reduce"
9361
+ ],
9362
+ "core-js/full/iterator/some": [
9363
+ "es.object.to-string",
9364
+ "esnext.iterator.constructor",
9365
+ "esnext.iterator.some"
9366
+ ],
9367
+ "core-js/full/iterator/take": [
9368
+ "es.object.to-string",
9369
+ "esnext.iterator.constructor",
9370
+ "esnext.iterator.take"
9371
+ ],
9372
+ "core-js/full/iterator/to-array": [
9373
+ "es.object.to-string",
9374
+ "esnext.iterator.constructor",
9375
+ "esnext.iterator.to-array"
9376
+ ],
9377
+ "core-js/full/iterator/to-async": [
9378
+ "es.object.to-string",
9379
+ "es.promise",
9380
+ "esnext.iterator.constructor",
9381
+ "esnext.iterator.to-async"
9382
+ ],
9383
+ "core-js/full/json": [
9384
+ "es.json.stringify",
9385
+ "es.json.to-string-tag"
9386
+ ],
9387
+ "core-js/full/json/stringify": [
9388
+ "es.json.stringify"
9389
+ ],
9390
+ "core-js/full/json/to-string-tag": [
9391
+ "es.json.to-string-tag"
9392
+ ],
9393
+ "core-js/full/map": [
9394
+ "es.array.iterator",
9395
+ "es.map",
9396
+ "es.object.to-string",
9397
+ "es.string.iterator",
9398
+ "esnext.map.delete-all",
9399
+ "esnext.map.emplace",
9400
+ "esnext.map.every",
9401
+ "esnext.map.filter",
9402
+ "esnext.map.find",
9403
+ "esnext.map.find-key",
9404
+ "esnext.map.from",
9405
+ "esnext.map.group-by",
9406
+ "esnext.map.includes",
9407
+ "esnext.map.key-by",
9408
+ "esnext.map.key-of",
9409
+ "esnext.map.map-keys",
9410
+ "esnext.map.map-values",
9411
+ "esnext.map.merge",
9412
+ "esnext.map.of",
9413
+ "esnext.map.reduce",
9414
+ "esnext.map.some",
9415
+ "esnext.map.update",
9416
+ "esnext.map.update-or-insert",
9417
+ "esnext.map.upsert",
9418
+ "web.dom-collections.iterator"
9419
+ ],
9420
+ "core-js/full/map/delete-all": [
9421
+ "es.map",
9422
+ "esnext.map.delete-all"
9423
+ ],
9424
+ "core-js/full/map/emplace": [
9425
+ "es.map",
9426
+ "esnext.map.emplace"
9427
+ ],
9428
+ "core-js/full/map/every": [
9429
+ "es.map",
9430
+ "esnext.map.every"
9431
+ ],
9432
+ "core-js/full/map/filter": [
9433
+ "es.map",
9434
+ "esnext.map.filter"
9435
+ ],
9436
+ "core-js/full/map/find": [
9437
+ "es.map",
9438
+ "esnext.map.find"
9439
+ ],
9440
+ "core-js/full/map/find-key": [
9441
+ "es.map",
9442
+ "esnext.map.find-key"
9443
+ ],
9444
+ "core-js/full/map/from": [
9445
+ "es.array.iterator",
9446
+ "es.map",
9447
+ "es.string.iterator",
9448
+ "esnext.map.from",
9449
+ "web.dom-collections.iterator"
9450
+ ],
9451
+ "core-js/full/map/group-by": [
9452
+ "es.map",
9453
+ "esnext.map.group-by"
9454
+ ],
9455
+ "core-js/full/map/includes": [
9456
+ "es.map",
9457
+ "esnext.map.includes"
9458
+ ],
9459
+ "core-js/full/map/key-by": [
9460
+ "es.map",
9461
+ "esnext.map.key-by"
9462
+ ],
9463
+ "core-js/full/map/key-of": [
9464
+ "es.map",
9465
+ "esnext.map.key-of"
9466
+ ],
9467
+ "core-js/full/map/map-keys": [
9468
+ "es.map",
9469
+ "esnext.map.map-keys"
9470
+ ],
9471
+ "core-js/full/map/map-values": [
9472
+ "es.map",
9473
+ "esnext.map.map-values"
9474
+ ],
9475
+ "core-js/full/map/merge": [
9476
+ "es.map",
9477
+ "esnext.map.merge"
9478
+ ],
9479
+ "core-js/full/map/of": [
9480
+ "es.array.iterator",
9481
+ "es.map",
9482
+ "esnext.map.of"
9483
+ ],
9484
+ "core-js/full/map/reduce": [
9485
+ "es.map",
9486
+ "esnext.map.reduce"
9487
+ ],
9488
+ "core-js/full/map/some": [
9489
+ "es.map",
9490
+ "esnext.map.some"
9491
+ ],
9492
+ "core-js/full/map/update": [
9493
+ "es.map",
9494
+ "esnext.map.update"
9495
+ ],
9496
+ "core-js/full/map/update-or-insert": [
9497
+ "es.map",
9498
+ "esnext.map.update-or-insert"
9499
+ ],
9500
+ "core-js/full/map/upsert": [
9501
+ "es.map",
9502
+ "esnext.map.upsert"
9503
+ ],
9504
+ "core-js/full/math": [
9505
+ "es.math.acosh",
9506
+ "es.math.asinh",
9507
+ "es.math.atanh",
9508
+ "es.math.cbrt",
9509
+ "es.math.clz32",
9510
+ "es.math.cosh",
9511
+ "es.math.expm1",
9512
+ "es.math.fround",
9513
+ "es.math.hypot",
9514
+ "es.math.imul",
9515
+ "es.math.log10",
9516
+ "es.math.log1p",
9517
+ "es.math.log2",
9518
+ "es.math.sign",
9519
+ "es.math.sinh",
9520
+ "es.math.tanh",
9521
+ "es.math.to-string-tag",
9522
+ "es.math.trunc",
9523
+ "esnext.math.clamp",
9524
+ "esnext.math.deg-per-rad",
9525
+ "esnext.math.degrees",
9526
+ "esnext.math.fscale",
9527
+ "esnext.math.iaddh",
9528
+ "esnext.math.imulh",
9529
+ "esnext.math.isubh",
9530
+ "esnext.math.rad-per-deg",
9531
+ "esnext.math.radians",
9532
+ "esnext.math.scale",
9533
+ "esnext.math.seeded-prng",
9534
+ "esnext.math.signbit",
9535
+ "esnext.math.umulh"
9536
+ ],
9537
+ "core-js/full/math/acosh": [
9538
+ "es.math.acosh"
9539
+ ],
9540
+ "core-js/full/math/asinh": [
9541
+ "es.math.asinh"
9542
+ ],
9543
+ "core-js/full/math/atanh": [
9544
+ "es.math.atanh"
9545
+ ],
9546
+ "core-js/full/math/cbrt": [
9547
+ "es.math.cbrt"
9548
+ ],
9549
+ "core-js/full/math/clamp": [
9550
+ "esnext.math.clamp"
9551
+ ],
9552
+ "core-js/full/math/clz32": [
9553
+ "es.math.clz32"
9554
+ ],
9555
+ "core-js/full/math/cosh": [
9556
+ "es.math.cosh"
9557
+ ],
9558
+ "core-js/full/math/deg-per-rad": [
9559
+ "esnext.math.deg-per-rad"
9560
+ ],
9561
+ "core-js/full/math/degrees": [
9562
+ "esnext.math.degrees"
9563
+ ],
9564
+ "core-js/full/math/expm1": [
9565
+ "es.math.expm1"
9566
+ ],
9567
+ "core-js/full/math/fround": [
9568
+ "es.math.fround"
9569
+ ],
9570
+ "core-js/full/math/fscale": [
9571
+ "esnext.math.fscale"
9572
+ ],
9573
+ "core-js/full/math/hypot": [
9574
+ "es.math.hypot"
9575
+ ],
9576
+ "core-js/full/math/iaddh": [
9577
+ "esnext.math.iaddh"
9578
+ ],
9579
+ "core-js/full/math/imul": [
9580
+ "es.math.imul"
9581
+ ],
9582
+ "core-js/full/math/imulh": [
9583
+ "esnext.math.imulh"
9584
+ ],
9585
+ "core-js/full/math/isubh": [
9586
+ "esnext.math.isubh"
9587
+ ],
9588
+ "core-js/full/math/log10": [
9589
+ "es.math.log10"
9590
+ ],
9591
+ "core-js/full/math/log1p": [
9592
+ "es.math.log1p"
9593
+ ],
9594
+ "core-js/full/math/log2": [
9595
+ "es.math.log2"
9596
+ ],
9597
+ "core-js/full/math/rad-per-deg": [
9598
+ "esnext.math.rad-per-deg"
9599
+ ],
9600
+ "core-js/full/math/radians": [
9601
+ "esnext.math.radians"
9602
+ ],
9603
+ "core-js/full/math/scale": [
9604
+ "esnext.math.scale"
9605
+ ],
9606
+ "core-js/full/math/seeded-prng": [
9607
+ "esnext.math.seeded-prng"
9608
+ ],
9609
+ "core-js/full/math/sign": [
9610
+ "es.math.sign"
9611
+ ],
9612
+ "core-js/full/math/signbit": [
9613
+ "esnext.math.signbit"
9614
+ ],
9615
+ "core-js/full/math/sinh": [
9616
+ "es.math.sinh"
9617
+ ],
9618
+ "core-js/full/math/tanh": [
9619
+ "es.math.tanh"
9620
+ ],
9621
+ "core-js/full/math/to-string-tag": [
9622
+ "es.math.to-string-tag"
9623
+ ],
9624
+ "core-js/full/math/trunc": [
9625
+ "es.math.trunc"
9626
+ ],
9627
+ "core-js/full/math/umulh": [
9628
+ "esnext.math.umulh"
9629
+ ],
9630
+ "core-js/full/number": [
9631
+ "es.number.constructor",
9632
+ "es.number.epsilon",
9633
+ "es.number.is-finite",
9634
+ "es.number.is-integer",
9635
+ "es.number.is-nan",
9636
+ "es.number.is-safe-integer",
9637
+ "es.number.max-safe-integer",
9638
+ "es.number.min-safe-integer",
9639
+ "es.number.parse-float",
9640
+ "es.number.parse-int",
9641
+ "es.number.to-exponential",
9642
+ "es.number.to-fixed",
9643
+ "es.number.to-precision",
9644
+ "es.object.to-string",
9645
+ "esnext.number.from-string",
9646
+ "esnext.number.range"
9647
+ ],
9648
+ "core-js/full/number/constructor": [
9649
+ "es.number.constructor"
9650
+ ],
9651
+ "core-js/full/number/epsilon": [
9652
+ "es.number.epsilon"
9653
+ ],
9654
+ "core-js/full/number/from-string": [
9655
+ "esnext.number.from-string"
9656
+ ],
9657
+ "core-js/full/number/is-finite": [
9658
+ "es.number.is-finite"
9659
+ ],
9660
+ "core-js/full/number/is-integer": [
9661
+ "es.number.is-integer"
9662
+ ],
9663
+ "core-js/full/number/is-nan": [
9664
+ "es.number.is-nan"
9665
+ ],
9666
+ "core-js/full/number/is-safe-integer": [
9667
+ "es.number.is-safe-integer"
9668
+ ],
9669
+ "core-js/full/number/max-safe-integer": [
9670
+ "es.number.max-safe-integer"
9671
+ ],
9672
+ "core-js/full/number/min-safe-integer": [
9673
+ "es.number.min-safe-integer"
9674
+ ],
9675
+ "core-js/full/number/parse-float": [
9676
+ "es.number.parse-float"
9677
+ ],
9678
+ "core-js/full/number/parse-int": [
9679
+ "es.number.parse-int"
9680
+ ],
9681
+ "core-js/full/number/range": [
9682
+ "es.object.to-string",
9683
+ "esnext.number.range"
9684
+ ],
9685
+ "core-js/full/number/to-exponential": [
9686
+ "es.number.to-exponential"
9687
+ ],
9688
+ "core-js/full/number/to-fixed": [
9689
+ "es.number.to-fixed"
9690
+ ],
9691
+ "core-js/full/number/to-precision": [
9692
+ "es.number.to-precision"
9693
+ ],
9694
+ "core-js/full/number/virtual": [
9695
+ "es.number.to-exponential",
9696
+ "es.number.to-fixed",
9697
+ "es.number.to-precision"
9698
+ ],
9699
+ "core-js/full/number/virtual/to-exponential": [
9700
+ "es.number.to-exponential"
9701
+ ],
9702
+ "core-js/full/number/virtual/to-fixed": [
9703
+ "es.number.to-fixed"
9704
+ ],
9705
+ "core-js/full/number/virtual/to-precision": [
9706
+ "es.number.to-precision"
9707
+ ],
9708
+ "core-js/full/object": [
9709
+ "es.symbol",
9710
+ "es.json.to-string-tag",
9711
+ "es.math.to-string-tag",
9712
+ "es.object.assign",
9713
+ "es.object.create",
9714
+ "es.object.define-getter",
9715
+ "es.object.define-properties",
9716
+ "es.object.define-property",
9717
+ "es.object.define-setter",
9718
+ "es.object.entries",
9719
+ "es.object.freeze",
9720
+ "es.object.from-entries",
9721
+ "es.object.get-own-property-descriptor",
9722
+ "es.object.get-own-property-descriptors",
9723
+ "es.object.get-own-property-names",
9724
+ "es.object.get-prototype-of",
9725
+ "es.object.has-own",
9726
+ "es.object.is",
9727
+ "es.object.is-extensible",
9728
+ "es.object.is-frozen",
9729
+ "es.object.is-sealed",
9730
+ "es.object.keys",
9731
+ "es.object.lookup-getter",
9732
+ "es.object.lookup-setter",
9733
+ "es.object.prevent-extensions",
9734
+ "es.object.seal",
9735
+ "es.object.set-prototype-of",
9736
+ "es.object.to-string",
9737
+ "es.object.values",
9738
+ "es.reflect.to-string-tag",
9739
+ "esnext.object.has-own",
9740
+ "esnext.object.iterate-entries",
9741
+ "esnext.object.iterate-keys",
9742
+ "esnext.object.iterate-values",
9743
+ "web.dom-collections.iterator"
9744
+ ],
9745
+ "core-js/full/object/assign": [
9746
+ "es.object.assign"
9747
+ ],
9748
+ "core-js/full/object/create": [
9749
+ "es.object.create"
9750
+ ],
9751
+ "core-js/full/object/define-getter": [
9752
+ "es.object.define-getter"
9753
+ ],
9754
+ "core-js/full/object/define-properties": [
9755
+ "es.object.define-properties"
9756
+ ],
9757
+ "core-js/full/object/define-property": [
9758
+ "es.object.define-property"
9759
+ ],
9760
+ "core-js/full/object/define-setter": [
9761
+ "es.object.define-setter"
9762
+ ],
9763
+ "core-js/full/object/entries": [
9764
+ "es.object.entries"
9765
+ ],
9766
+ "core-js/full/object/freeze": [
9767
+ "es.object.freeze"
9768
+ ],
9769
+ "core-js/full/object/from-entries": [
9770
+ "es.array.iterator",
9771
+ "es.object.from-entries",
9772
+ "web.dom-collections.iterator"
9773
+ ],
9774
+ "core-js/full/object/get-own-property-descriptor": [
9775
+ "es.object.get-own-property-descriptor"
9776
+ ],
9777
+ "core-js/full/object/get-own-property-descriptors": [
9778
+ "es.object.get-own-property-descriptors"
9779
+ ],
9780
+ "core-js/full/object/get-own-property-names": [
9781
+ "es.object.get-own-property-names"
9782
+ ],
9783
+ "core-js/full/object/get-own-property-symbols": [
9784
+ "es.symbol"
9785
+ ],
9786
+ "core-js/full/object/get-prototype-of": [
9787
+ "es.object.get-prototype-of"
9788
+ ],
9789
+ "core-js/full/object/has-own": [
9790
+ "es.object.has-own",
9791
+ "esnext.object.has-own"
9792
+ ],
9793
+ "core-js/full/object/is": [
9794
+ "es.object.is"
9795
+ ],
9796
+ "core-js/full/object/is-extensible": [
9797
+ "es.object.is-extensible"
9798
+ ],
9799
+ "core-js/full/object/is-frozen": [
9800
+ "es.object.is-frozen"
9801
+ ],
9802
+ "core-js/full/object/is-sealed": [
9803
+ "es.object.is-sealed"
9804
+ ],
9805
+ "core-js/full/object/iterate-entries": [
9806
+ "esnext.object.iterate-entries"
9807
+ ],
9808
+ "core-js/full/object/iterate-keys": [
9809
+ "esnext.object.iterate-keys"
9810
+ ],
9811
+ "core-js/full/object/iterate-values": [
9812
+ "esnext.object.iterate-values"
9813
+ ],
9814
+ "core-js/full/object/keys": [
9815
+ "es.object.keys"
9816
+ ],
9817
+ "core-js/full/object/lookup-getter": [
9818
+ "es.object.lookup-setter"
9819
+ ],
9820
+ "core-js/full/object/lookup-setter": [
9821
+ "es.object.lookup-setter"
9822
+ ],
9823
+ "core-js/full/object/prevent-extensions": [
9824
+ "es.object.prevent-extensions"
9825
+ ],
9826
+ "core-js/full/object/seal": [
9827
+ "es.object.seal"
9828
+ ],
9829
+ "core-js/full/object/set-prototype-of": [
9830
+ "es.object.set-prototype-of"
9831
+ ],
9832
+ "core-js/full/object/to-string": [
9833
+ "es.json.to-string-tag",
9834
+ "es.math.to-string-tag",
9835
+ "es.object.to-string",
9836
+ "es.reflect.to-string-tag"
9837
+ ],
9838
+ "core-js/full/object/values": [
9839
+ "es.object.values"
9840
+ ],
9841
+ "core-js/full/observable": [
9842
+ "es.object.to-string",
9843
+ "es.string.iterator",
9844
+ "esnext.observable",
9845
+ "esnext.symbol.observable",
9846
+ "web.dom-collections.iterator"
9847
+ ],
9848
+ "core-js/full/parse-float": [
9849
+ "es.parse-float"
9850
+ ],
9851
+ "core-js/full/parse-int": [
9852
+ "es.parse-int"
9853
+ ],
9854
+ "core-js/full/promise": [
9855
+ "es.aggregate-error",
9856
+ "es.array.iterator",
9857
+ "es.object.to-string",
9858
+ "es.promise",
9859
+ "es.promise.all-settled",
9860
+ "es.promise.any",
9861
+ "es.promise.finally",
9862
+ "es.string.iterator",
9863
+ "esnext.aggregate-error",
9864
+ "esnext.promise.all-settled",
9865
+ "esnext.promise.any",
9866
+ "esnext.promise.try",
9867
+ "web.dom-collections.iterator"
9868
+ ],
9869
+ "core-js/full/promise/all-settled": [
9870
+ "es.array.iterator",
9871
+ "es.object.to-string",
9872
+ "es.promise",
9873
+ "es.promise.all-settled",
9874
+ "es.string.iterator",
9875
+ "esnext.promise.all-settled",
9876
+ "web.dom-collections.iterator"
9877
+ ],
9878
+ "core-js/full/promise/any": [
9879
+ "es.aggregate-error",
9880
+ "es.array.iterator",
9881
+ "es.object.to-string",
9882
+ "es.promise",
9883
+ "es.promise.any",
9884
+ "es.string.iterator",
9885
+ "esnext.aggregate-error",
9886
+ "esnext.promise.any",
9887
+ "web.dom-collections.iterator"
9888
+ ],
9889
+ "core-js/full/promise/finally": [
9890
+ "es.object.to-string",
9891
+ "es.promise",
9892
+ "es.promise.finally"
9893
+ ],
9894
+ "core-js/full/promise/try": [
9895
+ "es.promise",
9896
+ "esnext.promise.try"
9897
+ ],
9898
+ "core-js/full/queue-microtask": [
9899
+ "web.queue-microtask"
9900
+ ],
9901
+ "core-js/full/reflect": [
9902
+ "es.object.to-string",
9903
+ "es.reflect.apply",
9904
+ "es.reflect.construct",
9905
+ "es.reflect.define-property",
9906
+ "es.reflect.delete-property",
9907
+ "es.reflect.get",
9908
+ "es.reflect.get-own-property-descriptor",
9909
+ "es.reflect.get-prototype-of",
9910
+ "es.reflect.has",
9911
+ "es.reflect.is-extensible",
9912
+ "es.reflect.own-keys",
9913
+ "es.reflect.prevent-extensions",
9914
+ "es.reflect.set",
9915
+ "es.reflect.set-prototype-of",
9916
+ "es.reflect.to-string-tag",
9917
+ "esnext.reflect.define-metadata",
9918
+ "esnext.reflect.delete-metadata",
9919
+ "esnext.reflect.get-metadata",
9920
+ "esnext.reflect.get-metadata-keys",
9921
+ "esnext.reflect.get-own-metadata",
9922
+ "esnext.reflect.get-own-metadata-keys",
9923
+ "esnext.reflect.has-metadata",
9924
+ "esnext.reflect.has-own-metadata",
9925
+ "esnext.reflect.metadata"
9926
+ ],
9927
+ "core-js/full/reflect/apply": [
9928
+ "es.reflect.apply"
9929
+ ],
9930
+ "core-js/full/reflect/construct": [
9931
+ "es.reflect.construct"
9932
+ ],
9933
+ "core-js/full/reflect/define-metadata": [
9934
+ "esnext.reflect.define-metadata"
9935
+ ],
9936
+ "core-js/full/reflect/define-property": [
9937
+ "es.reflect.define-property"
9938
+ ],
9939
+ "core-js/full/reflect/delete-metadata": [
9940
+ "esnext.reflect.delete-metadata"
9941
+ ],
9942
+ "core-js/full/reflect/delete-property": [
9943
+ "es.reflect.delete-property"
9944
+ ],
9945
+ "core-js/full/reflect/get": [
9946
+ "es.reflect.get"
9947
+ ],
9948
+ "core-js/full/reflect/get-metadata": [
9949
+ "esnext.reflect.get-metadata"
9950
+ ],
9951
+ "core-js/full/reflect/get-metadata-keys": [
9952
+ "esnext.reflect.get-metadata-keys"
9953
+ ],
9954
+ "core-js/full/reflect/get-own-metadata": [
9955
+ "esnext.reflect.get-own-metadata"
9956
+ ],
9957
+ "core-js/full/reflect/get-own-metadata-keys": [
9958
+ "esnext.reflect.get-own-metadata-keys"
9959
+ ],
9960
+ "core-js/full/reflect/get-own-property-descriptor": [
9961
+ "es.reflect.get-own-property-descriptor"
9962
+ ],
9963
+ "core-js/full/reflect/get-prototype-of": [
9964
+ "es.reflect.get-prototype-of"
9965
+ ],
9966
+ "core-js/full/reflect/has": [
9967
+ "es.reflect.has"
9968
+ ],
9969
+ "core-js/full/reflect/has-metadata": [
9970
+ "esnext.reflect.has-metadata"
9971
+ ],
9972
+ "core-js/full/reflect/has-own-metadata": [
9973
+ "esnext.reflect.has-own-metadata"
9974
+ ],
9975
+ "core-js/full/reflect/is-extensible": [
9976
+ "es.reflect.is-extensible"
9977
+ ],
9978
+ "core-js/full/reflect/metadata": [
9979
+ "esnext.reflect.metadata"
9980
+ ],
9981
+ "core-js/full/reflect/own-keys": [
9982
+ "es.reflect.own-keys"
9983
+ ],
9984
+ "core-js/full/reflect/prevent-extensions": [
9985
+ "es.reflect.prevent-extensions"
9986
+ ],
9987
+ "core-js/full/reflect/set": [
9988
+ "es.reflect.set"
9989
+ ],
9990
+ "core-js/full/reflect/set-prototype-of": [
9991
+ "es.reflect.set-prototype-of"
9992
+ ],
9993
+ "core-js/full/reflect/to-string-tag": [
9994
+ "es.reflect.to-string-tag"
9995
+ ],
9996
+ "core-js/full/regexp": [
9997
+ "es.regexp.constructor",
9998
+ "es.regexp.dot-all",
9999
+ "es.regexp.exec",
10000
+ "es.regexp.flags",
10001
+ "es.regexp.sticky",
10002
+ "es.regexp.test",
10003
+ "es.regexp.to-string",
10004
+ "es.string.match",
10005
+ "es.string.replace",
10006
+ "es.string.search",
10007
+ "es.string.split"
10008
+ ],
10009
+ "core-js/full/regexp/constructor": [
10010
+ "es.regexp.constructor",
10011
+ "es.regexp.dot-all",
10012
+ "es.regexp.exec",
10013
+ "es.regexp.sticky"
10014
+ ],
10015
+ "core-js/full/regexp/dot-all": [
10016
+ "es.regexp.constructor",
10017
+ "es.regexp.dot-all",
10018
+ "es.regexp.exec"
10019
+ ],
10020
+ "core-js/full/regexp/flags": [
10021
+ "es.regexp.flags"
10022
+ ],
10023
+ "core-js/full/regexp/match": [
10024
+ "es.regexp.exec",
10025
+ "es.string.match"
10026
+ ],
10027
+ "core-js/full/regexp/replace": [
10028
+ "es.regexp.exec",
10029
+ "es.string.replace"
10030
+ ],
10031
+ "core-js/full/regexp/search": [
10032
+ "es.regexp.exec",
10033
+ "es.string.search"
10034
+ ],
10035
+ "core-js/full/regexp/split": [
10036
+ "es.regexp.exec",
10037
+ "es.string.split"
10038
+ ],
10039
+ "core-js/full/regexp/sticky": [
10040
+ "es.regexp.constructor",
10041
+ "es.regexp.exec",
10042
+ "es.regexp.sticky"
10043
+ ],
10044
+ "core-js/full/regexp/test": [
10045
+ "es.regexp.exec",
10046
+ "es.regexp.test"
10047
+ ],
10048
+ "core-js/full/regexp/to-string": [
10049
+ "es.regexp.to-string"
10050
+ ],
10051
+ "core-js/full/set": [
10052
+ "es.array.iterator",
10053
+ "es.object.to-string",
10054
+ "es.set",
10055
+ "es.string.iterator",
10056
+ "esnext.set.add-all",
10057
+ "esnext.set.delete-all",
10058
+ "esnext.set.difference",
10059
+ "esnext.set.every",
10060
+ "esnext.set.filter",
10061
+ "esnext.set.find",
10062
+ "esnext.set.from",
10063
+ "esnext.set.intersection",
10064
+ "esnext.set.is-disjoint-from",
10065
+ "esnext.set.is-subset-of",
10066
+ "esnext.set.is-superset-of",
10067
+ "esnext.set.join",
10068
+ "esnext.set.map",
10069
+ "esnext.set.of",
10070
+ "esnext.set.reduce",
10071
+ "esnext.set.some",
10072
+ "esnext.set.symmetric-difference",
10073
+ "esnext.set.union",
10074
+ "web.dom-collections.iterator"
10075
+ ],
10076
+ "core-js/full/set-immediate": [
10077
+ "web.immediate"
10078
+ ],
10079
+ "core-js/full/set-interval": [
10080
+ "web.timers"
10081
+ ],
10082
+ "core-js/full/set-timeout": [
10083
+ "web.timers"
10084
+ ],
10085
+ "core-js/full/set/add-all": [
10086
+ "es.set",
10087
+ "esnext.set.add-all"
10088
+ ],
10089
+ "core-js/full/set/delete-all": [
10090
+ "es.set",
10091
+ "esnext.set.delete-all"
10092
+ ],
10093
+ "core-js/full/set/difference": [
10094
+ "es.array.iterator",
10095
+ "es.set",
10096
+ "es.string.iterator",
10097
+ "esnext.set.difference",
10098
+ "web.dom-collections.iterator"
10099
+ ],
10100
+ "core-js/full/set/every": [
10101
+ "es.set",
10102
+ "esnext.set.every"
10103
+ ],
10104
+ "core-js/full/set/filter": [
10105
+ "es.set",
10106
+ "esnext.set.filter"
10107
+ ],
10108
+ "core-js/full/set/find": [
10109
+ "es.set",
10110
+ "esnext.set.find"
10111
+ ],
10112
+ "core-js/full/set/from": [
10113
+ "es.array.iterator",
10114
+ "es.set",
10115
+ "es.string.iterator",
10116
+ "esnext.set.from",
10117
+ "web.dom-collections.iterator"
10118
+ ],
10119
+ "core-js/full/set/intersection": [
10120
+ "es.array.iterator",
10121
+ "es.set",
10122
+ "es.string.iterator",
10123
+ "esnext.set.intersection",
10124
+ "web.dom-collections.iterator"
10125
+ ],
10126
+ "core-js/full/set/is-disjoint-from": [
10127
+ "es.array.iterator",
10128
+ "es.set",
10129
+ "es.string.iterator",
10130
+ "esnext.set.is-disjoint-from",
10131
+ "web.dom-collections.iterator"
10132
+ ],
10133
+ "core-js/full/set/is-subset-of": [
10134
+ "es.array.iterator",
10135
+ "es.set",
10136
+ "es.string.iterator",
10137
+ "esnext.set.is-subset-of",
10138
+ "web.dom-collections.iterator"
10139
+ ],
10140
+ "core-js/full/set/is-superset-of": [
10141
+ "es.array.iterator",
10142
+ "es.set",
10143
+ "es.string.iterator",
10144
+ "esnext.set.is-superset-of",
10145
+ "web.dom-collections.iterator"
10146
+ ],
10147
+ "core-js/full/set/join": [
10148
+ "es.set",
10149
+ "esnext.set.join"
10150
+ ],
10151
+ "core-js/full/set/map": [
10152
+ "es.set",
10153
+ "esnext.set.map"
10154
+ ],
10155
+ "core-js/full/set/of": [
10156
+ "es.array.iterator",
10157
+ "es.set",
10158
+ "esnext.set.of"
10159
+ ],
10160
+ "core-js/full/set/reduce": [
10161
+ "es.set",
10162
+ "esnext.set.reduce"
10163
+ ],
10164
+ "core-js/full/set/some": [
10165
+ "es.set",
10166
+ "esnext.set.some"
10167
+ ],
10168
+ "core-js/full/set/symmetric-difference": [
10169
+ "es.array.iterator",
10170
+ "es.set",
10171
+ "es.string.iterator",
10172
+ "esnext.set.symmetric-difference",
10173
+ "web.dom-collections.iterator"
10174
+ ],
10175
+ "core-js/full/set/union": [
10176
+ "es.array.iterator",
10177
+ "es.set",
10178
+ "es.string.iterator",
10179
+ "esnext.set.union",
10180
+ "web.dom-collections.iterator"
10181
+ ],
10182
+ "core-js/full/string": [
10183
+ "es.object.to-string",
10184
+ "es.regexp.exec",
10185
+ "es.string.at-alternative",
10186
+ "es.string.code-point-at",
10187
+ "es.string.ends-with",
10188
+ "es.string.from-code-point",
10189
+ "es.string.includes",
10190
+ "es.string.iterator",
10191
+ "es.string.match",
10192
+ "es.string.match-all",
10193
+ "es.string.pad-end",
10194
+ "es.string.pad-start",
10195
+ "es.string.raw",
10196
+ "es.string.repeat",
10197
+ "es.string.replace",
10198
+ "es.string.replace-all",
10199
+ "es.string.search",
10200
+ "es.string.split",
10201
+ "es.string.starts-with",
10202
+ "es.string.substr",
10203
+ "es.string.trim",
10204
+ "es.string.trim-end",
10205
+ "es.string.trim-start",
10206
+ "es.string.anchor",
10207
+ "es.string.big",
10208
+ "es.string.blink",
10209
+ "es.string.bold",
10210
+ "es.string.fixed",
10211
+ "es.string.fontcolor",
10212
+ "es.string.fontsize",
10213
+ "es.string.italics",
10214
+ "es.string.link",
10215
+ "es.string.small",
10216
+ "es.string.strike",
10217
+ "es.string.sub",
10218
+ "es.string.sup",
10219
+ "esnext.string.at",
10220
+ "esnext.string.cooked",
10221
+ "esnext.string.code-points",
10222
+ "esnext.string.match-all",
10223
+ "esnext.string.replace-all"
10224
+ ],
10225
+ "core-js/full/string/anchor": [
10226
+ "es.string.anchor"
10227
+ ],
10228
+ "core-js/full/string/at": [
10229
+ "es.string.at-alternative",
10230
+ "esnext.string.at"
10231
+ ],
10232
+ "core-js/full/string/big": [
10233
+ "es.string.big"
10234
+ ],
10235
+ "core-js/full/string/blink": [
10236
+ "es.string.blink"
10237
+ ],
10238
+ "core-js/full/string/bold": [
10239
+ "es.string.bold"
10240
+ ],
10241
+ "core-js/full/string/code-point-at": [
10242
+ "es.string.code-point-at"
10243
+ ],
10244
+ "core-js/full/string/code-points": [
10245
+ "es.object.to-string",
10246
+ "esnext.string.code-points"
10247
+ ],
10248
+ "core-js/full/string/cooked": [
10249
+ "esnext.string.cooked"
10250
+ ],
10251
+ "core-js/full/string/ends-with": [
10252
+ "es.string.ends-with"
10253
+ ],
10254
+ "core-js/full/string/fixed": [
10255
+ "es.string.fixed"
10256
+ ],
10257
+ "core-js/full/string/fontcolor": [
10258
+ "es.string.fontcolor"
10259
+ ],
10260
+ "core-js/full/string/fontsize": [
10261
+ "es.string.fontsize"
10262
+ ],
10263
+ "core-js/full/string/from-code-point": [
10264
+ "es.string.from-code-point"
10265
+ ],
10266
+ "core-js/full/string/includes": [
10267
+ "es.string.includes"
10268
+ ],
10269
+ "core-js/full/string/italics": [
10270
+ "es.string.italics"
10271
+ ],
10272
+ "core-js/full/string/iterator": [
10273
+ "es.object.to-string",
10274
+ "es.string.iterator"
10275
+ ],
10276
+ "core-js/full/string/link": [
10277
+ "es.string.link"
10278
+ ],
10279
+ "core-js/full/string/match": [
10280
+ "es.regexp.exec",
10281
+ "es.string.match"
10282
+ ],
10283
+ "core-js/full/string/match-all": [
10284
+ "es.object.to-string",
10285
+ "es.regexp.exec",
10286
+ "es.string.match-all",
10287
+ "esnext.string.match-all"
10288
+ ],
10289
+ "core-js/full/string/pad-end": [
10290
+ "es.string.pad-end"
10291
+ ],
10292
+ "core-js/full/string/pad-start": [
10293
+ "es.string.pad-start"
10294
+ ],
10295
+ "core-js/full/string/raw": [
10296
+ "es.string.raw"
10297
+ ],
10298
+ "core-js/full/string/repeat": [
10299
+ "es.string.repeat"
10300
+ ],
10301
+ "core-js/full/string/replace": [
10302
+ "es.regexp.exec",
10303
+ "es.string.replace"
10304
+ ],
10305
+ "core-js/full/string/replace-all": [
10306
+ "es.regexp.exec",
10307
+ "es.string.replace",
10308
+ "es.string.replace-all",
10309
+ "esnext.string.replace-all"
10310
+ ],
10311
+ "core-js/full/string/search": [
10312
+ "es.regexp.exec",
10313
+ "es.string.search"
10314
+ ],
10315
+ "core-js/full/string/small": [
10316
+ "es.string.small"
10317
+ ],
10318
+ "core-js/full/string/split": [
10319
+ "es.regexp.exec",
10320
+ "es.string.split"
10321
+ ],
10322
+ "core-js/full/string/starts-with": [
10323
+ "es.string.starts-with"
10324
+ ],
10325
+ "core-js/full/string/strike": [
10326
+ "es.string.strike"
10327
+ ],
10328
+ "core-js/full/string/sub": [
10329
+ "es.string.sub"
10330
+ ],
10331
+ "core-js/full/string/substr": [
10332
+ "es.string.substr"
10333
+ ],
10334
+ "core-js/full/string/sup": [
10335
+ "es.string.sup"
10336
+ ],
10337
+ "core-js/full/string/trim": [
10338
+ "es.string.trim"
10339
+ ],
10340
+ "core-js/full/string/trim-end": [
10341
+ "es.string.trim-end"
10342
+ ],
10343
+ "core-js/full/string/trim-left": [
10344
+ "es.string.trim-start"
10345
+ ],
10346
+ "core-js/full/string/trim-right": [
10347
+ "es.string.trim-end"
10348
+ ],
10349
+ "core-js/full/string/trim-start": [
10350
+ "es.string.trim-start"
10351
+ ],
10352
+ "core-js/full/string/virtual": [
10353
+ "es.object.to-string",
10354
+ "es.regexp.exec",
10355
+ "es.string.at-alternative",
10356
+ "es.string.code-point-at",
10357
+ "es.string.ends-with",
10358
+ "es.string.includes",
10359
+ "es.string.iterator",
10360
+ "es.string.match",
10361
+ "es.string.match-all",
10362
+ "es.string.pad-end",
10363
+ "es.string.pad-start",
10364
+ "es.string.repeat",
10365
+ "es.string.replace",
10366
+ "es.string.replace-all",
10367
+ "es.string.search",
10368
+ "es.string.split",
10369
+ "es.string.starts-with",
10370
+ "es.string.substr",
10371
+ "es.string.trim",
10372
+ "es.string.trim-end",
10373
+ "es.string.trim-start",
10374
+ "es.string.anchor",
10375
+ "es.string.big",
10376
+ "es.string.blink",
10377
+ "es.string.bold",
10378
+ "es.string.fixed",
10379
+ "es.string.fontcolor",
10380
+ "es.string.fontsize",
10381
+ "es.string.italics",
10382
+ "es.string.link",
10383
+ "es.string.small",
10384
+ "es.string.strike",
10385
+ "es.string.sub",
10386
+ "es.string.sup",
10387
+ "esnext.string.at",
10388
+ "esnext.string.code-points",
10389
+ "esnext.string.match-all",
10390
+ "esnext.string.replace-all"
10391
+ ],
10392
+ "core-js/full/string/virtual/anchor": [
10393
+ "es.string.anchor"
10394
+ ],
10395
+ "core-js/full/string/virtual/at": [
10396
+ "es.string.at-alternative",
10397
+ "esnext.string.at"
10398
+ ],
10399
+ "core-js/full/string/virtual/big": [
10400
+ "es.string.big"
10401
+ ],
10402
+ "core-js/full/string/virtual/blink": [
10403
+ "es.string.blink"
10404
+ ],
10405
+ "core-js/full/string/virtual/bold": [
10406
+ "es.string.bold"
10407
+ ],
10408
+ "core-js/full/string/virtual/code-point-at": [
10409
+ "es.string.code-point-at"
10410
+ ],
10411
+ "core-js/full/string/virtual/code-points": [
10412
+ "es.object.to-string",
10413
+ "esnext.string.code-points"
10414
+ ],
10415
+ "core-js/full/string/virtual/ends-with": [
10416
+ "es.string.ends-with"
10417
+ ],
10418
+ "core-js/full/string/virtual/fixed": [
10419
+ "es.string.fixed"
10420
+ ],
10421
+ "core-js/full/string/virtual/fontcolor": [
10422
+ "es.string.fontcolor"
10423
+ ],
10424
+ "core-js/full/string/virtual/fontsize": [
10425
+ "es.string.fontsize"
10426
+ ],
10427
+ "core-js/full/string/virtual/includes": [
10428
+ "es.string.includes"
10429
+ ],
10430
+ "core-js/full/string/virtual/italics": [
10431
+ "es.string.italics"
10432
+ ],
10433
+ "core-js/full/string/virtual/iterator": [
10434
+ "es.object.to-string",
10435
+ "es.string.iterator"
10436
+ ],
10437
+ "core-js/full/string/virtual/link": [
10438
+ "es.string.link"
10439
+ ],
10440
+ "core-js/full/string/virtual/match-all": [
10441
+ "es.object.to-string",
10442
+ "es.regexp.exec",
10443
+ "es.string.match-all",
10444
+ "esnext.string.match-all"
10445
+ ],
10446
+ "core-js/full/string/virtual/pad-end": [
10447
+ "es.string.pad-end"
10448
+ ],
10449
+ "core-js/full/string/virtual/pad-start": [
10450
+ "es.string.pad-start"
10451
+ ],
10452
+ "core-js/full/string/virtual/repeat": [
10453
+ "es.string.repeat"
10454
+ ],
10455
+ "core-js/full/string/virtual/replace-all": [
10456
+ "es.regexp.exec",
10457
+ "es.string.replace",
10458
+ "es.string.replace-all",
10459
+ "esnext.string.replace-all"
10460
+ ],
10461
+ "core-js/full/string/virtual/small": [
10462
+ "es.string.small"
10463
+ ],
10464
+ "core-js/full/string/virtual/starts-with": [
10465
+ "es.string.starts-with"
10466
+ ],
10467
+ "core-js/full/string/virtual/strike": [
10468
+ "es.string.strike"
10469
+ ],
10470
+ "core-js/full/string/virtual/sub": [
10471
+ "es.string.sub"
10472
+ ],
10473
+ "core-js/full/string/virtual/substr": [
10474
+ "es.string.substr"
10475
+ ],
10476
+ "core-js/full/string/virtual/sup": [
10477
+ "es.string.sup"
10478
+ ],
10479
+ "core-js/full/string/virtual/trim": [
10480
+ "es.string.trim"
10481
+ ],
10482
+ "core-js/full/string/virtual/trim-end": [
10483
+ "es.string.trim-end"
10484
+ ],
10485
+ "core-js/full/string/virtual/trim-left": [
10486
+ "es.string.trim-start"
10487
+ ],
10488
+ "core-js/full/string/virtual/trim-right": [
10489
+ "es.string.trim-end"
10490
+ ],
10491
+ "core-js/full/string/virtual/trim-start": [
10492
+ "es.string.trim-start"
10493
+ ],
10494
+ "core-js/full/structured-clone": [
10495
+ "es.error.to-string",
10496
+ "es.array.iterator",
10497
+ "es.map",
10498
+ "es.object.keys",
10499
+ "es.object.to-string",
10500
+ "es.set",
10501
+ "web.dom-exception.constructor",
10502
+ "web.dom-exception.stack",
10503
+ "web.dom-exception.to-string-tag",
10504
+ "web.structured-clone"
10505
+ ],
10506
+ "core-js/full/symbol": [
10507
+ "es.symbol",
10508
+ "es.symbol.description",
10509
+ "es.symbol.async-iterator",
10510
+ "es.symbol.has-instance",
10511
+ "es.symbol.is-concat-spreadable",
10512
+ "es.symbol.iterator",
10513
+ "es.symbol.match",
10514
+ "es.symbol.match-all",
10515
+ "es.symbol.replace",
10516
+ "es.symbol.search",
10517
+ "es.symbol.species",
10518
+ "es.symbol.split",
10519
+ "es.symbol.to-primitive",
10520
+ "es.symbol.to-string-tag",
10521
+ "es.symbol.unscopables",
10522
+ "es.array.concat",
10523
+ "es.json.to-string-tag",
10524
+ "es.math.to-string-tag",
10525
+ "es.object.to-string",
10526
+ "es.reflect.to-string-tag",
10527
+ "esnext.symbol.async-dispose",
10528
+ "esnext.symbol.dispose",
10529
+ "esnext.symbol.matcher",
10530
+ "esnext.symbol.metadata",
10531
+ "esnext.symbol.observable",
10532
+ "esnext.symbol.pattern-match",
10533
+ "esnext.symbol.replace-all",
10534
+ "web.dom-collections.iterator"
10535
+ ],
10536
+ "core-js/full/symbol/async-dispose": [
10537
+ "esnext.symbol.async-dispose"
10538
+ ],
10539
+ "core-js/full/symbol/async-iterator": [
10540
+ "es.symbol.async-iterator"
10541
+ ],
10542
+ "core-js/full/symbol/description": [
10543
+ "es.symbol.description"
10544
+ ],
10545
+ "core-js/full/symbol/dispose": [
10546
+ "esnext.symbol.dispose"
10547
+ ],
10548
+ "core-js/full/symbol/for": [
10549
+ "es.symbol"
10550
+ ],
10551
+ "core-js/full/symbol/has-instance": [
10552
+ "es.symbol.has-instance",
10553
+ "es.function.has-instance"
10554
+ ],
10555
+ "core-js/full/symbol/is-concat-spreadable": [
10556
+ "es.symbol.is-concat-spreadable",
10557
+ "es.array.concat"
10558
+ ],
10559
+ "core-js/full/symbol/iterator": [
10560
+ "es.symbol.iterator",
10561
+ "es.array.iterator",
10562
+ "es.object.to-string",
10563
+ "es.string.iterator",
10564
+ "web.dom-collections.iterator"
10565
+ ],
10566
+ "core-js/full/symbol/key-for": [
10567
+ "es.symbol"
10568
+ ],
10569
+ "core-js/full/symbol/match": [
10570
+ "es.symbol.match",
10571
+ "es.regexp.exec",
10572
+ "es.string.match"
10573
+ ],
10574
+ "core-js/full/symbol/match-all": [
10575
+ "es.symbol.match-all",
10576
+ "es.object.to-string",
10577
+ "es.regexp.exec",
10578
+ "es.string.match-all"
10579
+ ],
10580
+ "core-js/full/symbol/matcher": [
10581
+ "esnext.symbol.matcher"
10582
+ ],
10583
+ "core-js/full/symbol/metadata": [
10584
+ "esnext.symbol.metadata"
10585
+ ],
10586
+ "core-js/full/symbol/observable": [
10587
+ "esnext.symbol.observable"
10588
+ ],
10589
+ "core-js/full/symbol/pattern-match": [
10590
+ "esnext.symbol.pattern-match"
10591
+ ],
10592
+ "core-js/full/symbol/replace": [
10593
+ "es.symbol.replace",
10594
+ "es.regexp.exec",
10595
+ "es.string.replace"
10596
+ ],
10597
+ "core-js/full/symbol/replace-all": [
10598
+ "esnext.symbol.replace-all"
10599
+ ],
10600
+ "core-js/full/symbol/search": [
10601
+ "es.symbol.search",
10602
+ "es.regexp.exec",
10603
+ "es.string.search"
10604
+ ],
10605
+ "core-js/full/symbol/species": [
10606
+ "es.symbol.species"
10607
+ ],
10608
+ "core-js/full/symbol/split": [
10609
+ "es.symbol.split",
10610
+ "es.regexp.exec",
10611
+ "es.string.split"
10612
+ ],
10613
+ "core-js/full/symbol/to-primitive": [
10614
+ "es.symbol.to-primitive",
10615
+ "es.date.to-primitive"
10616
+ ],
10617
+ "core-js/full/symbol/to-string-tag": [
10618
+ "es.symbol.to-string-tag",
10619
+ "es.json.to-string-tag",
10620
+ "es.math.to-string-tag",
10621
+ "es.object.to-string",
10622
+ "es.reflect.to-string-tag"
10623
+ ],
10624
+ "core-js/full/symbol/unscopables": [
10625
+ "es.symbol.unscopables"
10626
+ ],
10627
+ "core-js/full/typed-array": [
10628
+ "es.map",
10629
+ "es.object.to-string",
10630
+ "es.promise",
10631
+ "es.string.iterator",
10632
+ "es.typed-array.float32-array",
10633
+ "es.typed-array.float64-array",
10634
+ "es.typed-array.int8-array",
10635
+ "es.typed-array.int16-array",
10636
+ "es.typed-array.int32-array",
10637
+ "es.typed-array.uint8-array",
10638
+ "es.typed-array.uint8-clamped-array",
10639
+ "es.typed-array.uint16-array",
10640
+ "es.typed-array.uint32-array",
10641
+ "es.typed-array.at",
10642
+ "es.typed-array.copy-within",
10643
+ "es.typed-array.every",
10644
+ "es.typed-array.fill",
10645
+ "es.typed-array.filter",
10646
+ "es.typed-array.find",
10647
+ "es.typed-array.find-index",
10648
+ "es.typed-array.for-each",
10649
+ "es.typed-array.from",
10650
+ "es.typed-array.includes",
10651
+ "es.typed-array.index-of",
10652
+ "es.typed-array.iterator",
10653
+ "es.typed-array.join",
10654
+ "es.typed-array.last-index-of",
10655
+ "es.typed-array.map",
10656
+ "es.typed-array.of",
10657
+ "es.typed-array.reduce",
10658
+ "es.typed-array.reduce-right",
10659
+ "es.typed-array.reverse",
10660
+ "es.typed-array.set",
10661
+ "es.typed-array.slice",
10662
+ "es.typed-array.some",
10663
+ "es.typed-array.sort",
10664
+ "es.typed-array.subarray",
10665
+ "es.typed-array.to-locale-string",
10666
+ "es.typed-array.to-string",
10667
+ "esnext.typed-array.from-async",
10668
+ "esnext.typed-array.at",
10669
+ "esnext.typed-array.filter-out",
10670
+ "esnext.typed-array.filter-reject",
10671
+ "esnext.typed-array.find-last",
10672
+ "esnext.typed-array.find-last-index",
10673
+ "esnext.typed-array.group-by",
10674
+ "esnext.typed-array.to-reversed",
10675
+ "esnext.typed-array.to-sorted",
10676
+ "esnext.typed-array.to-spliced",
10677
+ "esnext.typed-array.unique-by",
10678
+ "esnext.typed-array.with"
10679
+ ],
10680
+ "core-js/full/typed-array/at": [
10681
+ "es.typed-array.every",
10682
+ "esnext.typed-array.at"
10683
+ ],
10684
+ "core-js/full/typed-array/copy-within": [
10685
+ "es.typed-array.copy-within"
10686
+ ],
10687
+ "core-js/full/typed-array/entries": [
10688
+ "es.object.to-string",
10689
+ "es.typed-array.iterator"
10690
+ ],
10691
+ "core-js/full/typed-array/every": [
10692
+ "es.typed-array.every"
10693
+ ],
10694
+ "core-js/full/typed-array/fill": [
10695
+ "es.typed-array.fill"
10696
+ ],
10697
+ "core-js/full/typed-array/filter": [
10698
+ "es.typed-array.filter"
10699
+ ],
10700
+ "core-js/full/typed-array/filter-out": [
10701
+ "esnext.typed-array.filter-out"
10702
+ ],
10703
+ "core-js/full/typed-array/filter-reject": [
10704
+ "esnext.typed-array.filter-reject"
10705
+ ],
10706
+ "core-js/full/typed-array/find": [
10707
+ "es.typed-array.find"
10708
+ ],
10709
+ "core-js/full/typed-array/find-index": [
10710
+ "es.typed-array.find-index"
10711
+ ],
10712
+ "core-js/full/typed-array/find-last": [
10713
+ "esnext.typed-array.find-last"
10714
+ ],
10715
+ "core-js/full/typed-array/find-last-index": [
10716
+ "esnext.typed-array.find-last-index"
10717
+ ],
10718
+ "core-js/full/typed-array/float32-array": [
10719
+ "es.array-buffer.constructor",
10720
+ "es.array-buffer.slice",
10721
+ "es.map",
10722
+ "es.object.to-string",
10723
+ "es.promise",
10724
+ "es.string.iterator",
10725
+ "es.typed-array.float32-array",
10726
+ "es.typed-array.at",
10727
+ "es.typed-array.copy-within",
10728
+ "es.typed-array.every",
10729
+ "es.typed-array.fill",
10730
+ "es.typed-array.filter",
10731
+ "es.typed-array.find",
10732
+ "es.typed-array.find-index",
10733
+ "es.typed-array.for-each",
10734
+ "es.typed-array.from",
10735
+ "es.typed-array.includes",
10736
+ "es.typed-array.index-of",
10737
+ "es.typed-array.iterator",
10738
+ "es.typed-array.join",
10739
+ "es.typed-array.last-index-of",
10740
+ "es.typed-array.map",
10741
+ "es.typed-array.of",
10742
+ "es.typed-array.reduce",
10743
+ "es.typed-array.reduce-right",
10744
+ "es.typed-array.reverse",
10745
+ "es.typed-array.set",
10746
+ "es.typed-array.slice",
10747
+ "es.typed-array.some",
10748
+ "es.typed-array.sort",
10749
+ "es.typed-array.subarray",
10750
+ "es.typed-array.to-locale-string",
10751
+ "es.typed-array.to-string",
10752
+ "esnext.typed-array.from-async",
10753
+ "esnext.typed-array.at",
10754
+ "esnext.typed-array.filter-out",
10755
+ "esnext.typed-array.filter-reject",
10756
+ "esnext.typed-array.find-last",
10757
+ "esnext.typed-array.find-last-index",
10758
+ "esnext.typed-array.group-by",
10759
+ "esnext.typed-array.to-reversed",
10760
+ "esnext.typed-array.to-sorted",
10761
+ "esnext.typed-array.to-spliced",
10762
+ "esnext.typed-array.unique-by",
10763
+ "esnext.typed-array.with"
10764
+ ],
10765
+ "core-js/full/typed-array/float64-array": [
10766
+ "es.array-buffer.constructor",
10767
+ "es.array-buffer.slice",
10768
+ "es.map",
10769
+ "es.object.to-string",
10770
+ "es.promise",
10771
+ "es.string.iterator",
10772
+ "es.typed-array.float64-array",
10773
+ "es.typed-array.at",
10774
+ "es.typed-array.copy-within",
10775
+ "es.typed-array.every",
10776
+ "es.typed-array.fill",
10777
+ "es.typed-array.filter",
10778
+ "es.typed-array.find",
10779
+ "es.typed-array.find-index",
10780
+ "es.typed-array.for-each",
10781
+ "es.typed-array.from",
10782
+ "es.typed-array.includes",
10783
+ "es.typed-array.index-of",
10784
+ "es.typed-array.iterator",
10785
+ "es.typed-array.join",
10786
+ "es.typed-array.last-index-of",
10787
+ "es.typed-array.map",
10788
+ "es.typed-array.of",
10789
+ "es.typed-array.reduce",
10790
+ "es.typed-array.reduce-right",
10791
+ "es.typed-array.reverse",
10792
+ "es.typed-array.set",
10793
+ "es.typed-array.slice",
10794
+ "es.typed-array.some",
10795
+ "es.typed-array.sort",
10796
+ "es.typed-array.subarray",
10797
+ "es.typed-array.to-locale-string",
10798
+ "es.typed-array.to-string",
10799
+ "esnext.typed-array.from-async",
10800
+ "esnext.typed-array.at",
10801
+ "esnext.typed-array.filter-out",
10802
+ "esnext.typed-array.filter-reject",
10803
+ "esnext.typed-array.find-last",
10804
+ "esnext.typed-array.find-last-index",
10805
+ "esnext.typed-array.group-by",
10806
+ "esnext.typed-array.to-reversed",
10807
+ "esnext.typed-array.to-sorted",
10808
+ "esnext.typed-array.to-spliced",
10809
+ "esnext.typed-array.unique-by",
10810
+ "esnext.typed-array.with"
10811
+ ],
10812
+ "core-js/full/typed-array/for-each": [
10813
+ "es.typed-array.for-each"
10814
+ ],
10815
+ "core-js/full/typed-array/from": [
10816
+ "es.typed-array.from"
10817
+ ],
10818
+ "core-js/full/typed-array/from-async": [
10819
+ "esnext.typed-array.from-async"
10820
+ ],
10821
+ "core-js/full/typed-array/group-by": [
10822
+ "esnext.typed-array.group-by"
10823
+ ],
10824
+ "core-js/full/typed-array/includes": [
10825
+ "es.typed-array.includes"
10826
+ ],
10827
+ "core-js/full/typed-array/index-of": [
10828
+ "es.typed-array.index-of"
10829
+ ],
10830
+ "core-js/full/typed-array/int16-array": [
10831
+ "es.array-buffer.constructor",
10832
+ "es.array-buffer.slice",
10833
+ "es.map",
10834
+ "es.object.to-string",
10835
+ "es.promise",
10836
+ "es.string.iterator",
10837
+ "es.typed-array.int16-array",
10838
+ "es.typed-array.at",
10839
+ "es.typed-array.copy-within",
10840
+ "es.typed-array.every",
10841
+ "es.typed-array.fill",
10842
+ "es.typed-array.filter",
10843
+ "es.typed-array.find",
10844
+ "es.typed-array.find-index",
10845
+ "es.typed-array.for-each",
10846
+ "es.typed-array.from",
10847
+ "es.typed-array.includes",
10848
+ "es.typed-array.index-of",
10849
+ "es.typed-array.iterator",
10850
+ "es.typed-array.join",
10851
+ "es.typed-array.last-index-of",
10852
+ "es.typed-array.map",
10853
+ "es.typed-array.of",
10854
+ "es.typed-array.reduce",
10855
+ "es.typed-array.reduce-right",
10856
+ "es.typed-array.reverse",
10857
+ "es.typed-array.set",
10858
+ "es.typed-array.slice",
10859
+ "es.typed-array.some",
10860
+ "es.typed-array.sort",
10861
+ "es.typed-array.subarray",
10862
+ "es.typed-array.to-locale-string",
10863
+ "es.typed-array.to-string",
10864
+ "esnext.typed-array.from-async",
10865
+ "esnext.typed-array.at",
10866
+ "esnext.typed-array.filter-out",
10867
+ "esnext.typed-array.filter-reject",
10868
+ "esnext.typed-array.find-last",
10869
+ "esnext.typed-array.find-last-index",
10870
+ "esnext.typed-array.group-by",
10871
+ "esnext.typed-array.to-reversed",
10872
+ "esnext.typed-array.to-sorted",
10873
+ "esnext.typed-array.to-spliced",
10874
+ "esnext.typed-array.unique-by",
10875
+ "esnext.typed-array.with"
10876
+ ],
10877
+ "core-js/full/typed-array/int32-array": [
10878
+ "es.array-buffer.constructor",
10879
+ "es.array-buffer.slice",
10880
+ "es.map",
10881
+ "es.object.to-string",
10882
+ "es.promise",
10883
+ "es.string.iterator",
10884
+ "es.typed-array.int32-array",
10885
+ "es.typed-array.at",
10886
+ "es.typed-array.copy-within",
10887
+ "es.typed-array.every",
10888
+ "es.typed-array.fill",
10889
+ "es.typed-array.filter",
10890
+ "es.typed-array.find",
10891
+ "es.typed-array.find-index",
10892
+ "es.typed-array.for-each",
10893
+ "es.typed-array.from",
10894
+ "es.typed-array.includes",
10895
+ "es.typed-array.index-of",
10896
+ "es.typed-array.iterator",
10897
+ "es.typed-array.join",
10898
+ "es.typed-array.last-index-of",
10899
+ "es.typed-array.map",
10900
+ "es.typed-array.of",
10901
+ "es.typed-array.reduce",
10902
+ "es.typed-array.reduce-right",
10903
+ "es.typed-array.reverse",
10904
+ "es.typed-array.set",
10905
+ "es.typed-array.slice",
10906
+ "es.typed-array.some",
10907
+ "es.typed-array.sort",
10908
+ "es.typed-array.subarray",
10909
+ "es.typed-array.to-locale-string",
10910
+ "es.typed-array.to-string",
10911
+ "esnext.typed-array.from-async",
10912
+ "esnext.typed-array.at",
10913
+ "esnext.typed-array.filter-out",
10914
+ "esnext.typed-array.filter-reject",
10915
+ "esnext.typed-array.find-last",
10916
+ "esnext.typed-array.find-last-index",
10917
+ "esnext.typed-array.group-by",
10918
+ "esnext.typed-array.to-reversed",
10919
+ "esnext.typed-array.to-sorted",
10920
+ "esnext.typed-array.to-spliced",
10921
+ "esnext.typed-array.unique-by",
10922
+ "esnext.typed-array.with"
10923
+ ],
10924
+ "core-js/full/typed-array/int8-array": [
10925
+ "es.array-buffer.constructor",
10926
+ "es.array-buffer.slice",
10927
+ "es.map",
10928
+ "es.object.to-string",
10929
+ "es.promise",
10930
+ "es.string.iterator",
10931
+ "es.typed-array.int8-array",
10932
+ "es.typed-array.at",
10933
+ "es.typed-array.copy-within",
10934
+ "es.typed-array.every",
10935
+ "es.typed-array.fill",
10936
+ "es.typed-array.filter",
10937
+ "es.typed-array.find",
10938
+ "es.typed-array.find-index",
10939
+ "es.typed-array.for-each",
10940
+ "es.typed-array.from",
10941
+ "es.typed-array.includes",
10942
+ "es.typed-array.index-of",
10943
+ "es.typed-array.iterator",
10944
+ "es.typed-array.join",
10945
+ "es.typed-array.last-index-of",
10946
+ "es.typed-array.map",
10947
+ "es.typed-array.of",
10948
+ "es.typed-array.reduce",
10949
+ "es.typed-array.reduce-right",
10950
+ "es.typed-array.reverse",
10951
+ "es.typed-array.set",
10952
+ "es.typed-array.slice",
10953
+ "es.typed-array.some",
10954
+ "es.typed-array.sort",
10955
+ "es.typed-array.subarray",
10956
+ "es.typed-array.to-locale-string",
10957
+ "es.typed-array.to-string",
10958
+ "esnext.typed-array.from-async",
10959
+ "esnext.typed-array.at",
10960
+ "esnext.typed-array.filter-out",
10961
+ "esnext.typed-array.filter-reject",
10962
+ "esnext.typed-array.find-last",
10963
+ "esnext.typed-array.find-last-index",
10964
+ "esnext.typed-array.group-by",
10965
+ "esnext.typed-array.to-reversed",
10966
+ "esnext.typed-array.to-sorted",
10967
+ "esnext.typed-array.to-spliced",
10968
+ "esnext.typed-array.unique-by",
10969
+ "esnext.typed-array.with"
10970
+ ],
10971
+ "core-js/full/typed-array/iterator": [
10972
+ "es.object.to-string",
10973
+ "es.typed-array.iterator"
10974
+ ],
10975
+ "core-js/full/typed-array/join": [
10976
+ "es.typed-array.join"
10977
+ ],
10978
+ "core-js/full/typed-array/keys": [
10979
+ "es.object.to-string",
10980
+ "es.typed-array.iterator"
10981
+ ],
10982
+ "core-js/full/typed-array/last-index-of": [
10983
+ "es.typed-array.last-index-of"
10984
+ ],
10985
+ "core-js/full/typed-array/map": [
10986
+ "es.typed-array.map"
10987
+ ],
10988
+ "core-js/full/typed-array/methods": [
10989
+ "es.map",
10990
+ "es.object.to-string",
10991
+ "es.promise",
10992
+ "es.string.iterator",
10993
+ "es.typed-array.at",
10994
+ "es.typed-array.copy-within",
10995
+ "es.typed-array.every",
10996
+ "es.typed-array.fill",
10997
+ "es.typed-array.filter",
10998
+ "es.typed-array.find",
10999
+ "es.typed-array.find-index",
11000
+ "es.typed-array.for-each",
11001
+ "es.typed-array.from",
11002
+ "es.typed-array.includes",
11003
+ "es.typed-array.index-of",
11004
+ "es.typed-array.iterator",
11005
+ "es.typed-array.join",
11006
+ "es.typed-array.last-index-of",
11007
+ "es.typed-array.map",
11008
+ "es.typed-array.of",
11009
+ "es.typed-array.reduce",
11010
+ "es.typed-array.reduce-right",
11011
+ "es.typed-array.reverse",
11012
+ "es.typed-array.set",
11013
+ "es.typed-array.slice",
11014
+ "es.typed-array.some",
11015
+ "es.typed-array.sort",
11016
+ "es.typed-array.subarray",
11017
+ "es.typed-array.to-locale-string",
11018
+ "es.typed-array.to-string",
11019
+ "esnext.typed-array.from-async",
11020
+ "esnext.typed-array.at",
11021
+ "esnext.typed-array.filter-out",
11022
+ "esnext.typed-array.filter-reject",
11023
+ "esnext.typed-array.find-last",
11024
+ "esnext.typed-array.find-last-index",
11025
+ "esnext.typed-array.group-by",
11026
+ "esnext.typed-array.to-reversed",
11027
+ "esnext.typed-array.to-sorted",
11028
+ "esnext.typed-array.to-spliced",
11029
+ "esnext.typed-array.unique-by",
11030
+ "esnext.typed-array.with"
11031
+ ],
11032
+ "core-js/full/typed-array/of": [
11033
+ "es.typed-array.of"
11034
+ ],
11035
+ "core-js/full/typed-array/reduce": [
11036
+ "es.typed-array.reduce"
11037
+ ],
11038
+ "core-js/full/typed-array/reduce-right": [
11039
+ "es.typed-array.reduce-right"
11040
+ ],
11041
+ "core-js/full/typed-array/reverse": [
11042
+ "es.typed-array.reverse"
11043
+ ],
11044
+ "core-js/full/typed-array/set": [
11045
+ "es.typed-array.set"
11046
+ ],
11047
+ "core-js/full/typed-array/slice": [
11048
+ "es.typed-array.slice"
11049
+ ],
11050
+ "core-js/full/typed-array/some": [
11051
+ "es.typed-array.some"
11052
+ ],
11053
+ "core-js/full/typed-array/sort": [
11054
+ "es.typed-array.sort"
11055
+ ],
11056
+ "core-js/full/typed-array/subarray": [
11057
+ "es.typed-array.subarray"
11058
+ ],
11059
+ "core-js/full/typed-array/to-locale-string": [
11060
+ "es.typed-array.to-locale-string"
11061
+ ],
11062
+ "core-js/full/typed-array/to-reversed": [
11063
+ "esnext.typed-array.to-reversed"
11064
+ ],
11065
+ "core-js/full/typed-array/to-sorted": [
11066
+ "es.typed-array.sort",
11067
+ "esnext.typed-array.to-sorted"
11068
+ ],
11069
+ "core-js/full/typed-array/to-spliced": [
11070
+ "esnext.typed-array.to-spliced"
11071
+ ],
11072
+ "core-js/full/typed-array/to-string": [
11073
+ "es.typed-array.to-string"
11074
+ ],
11075
+ "core-js/full/typed-array/uint16-array": [
11076
+ "es.array-buffer.constructor",
11077
+ "es.array-buffer.slice",
11078
+ "es.map",
11079
+ "es.object.to-string",
11080
+ "es.promise",
11081
+ "es.string.iterator",
11082
+ "es.typed-array.uint16-array",
11083
+ "es.typed-array.at",
11084
+ "es.typed-array.copy-within",
11085
+ "es.typed-array.every",
11086
+ "es.typed-array.fill",
11087
+ "es.typed-array.filter",
11088
+ "es.typed-array.find",
11089
+ "es.typed-array.find-index",
11090
+ "es.typed-array.for-each",
11091
+ "es.typed-array.from",
11092
+ "es.typed-array.includes",
11093
+ "es.typed-array.index-of",
11094
+ "es.typed-array.iterator",
11095
+ "es.typed-array.join",
11096
+ "es.typed-array.last-index-of",
11097
+ "es.typed-array.map",
11098
+ "es.typed-array.of",
11099
+ "es.typed-array.reduce",
11100
+ "es.typed-array.reduce-right",
11101
+ "es.typed-array.reverse",
11102
+ "es.typed-array.set",
11103
+ "es.typed-array.slice",
11104
+ "es.typed-array.some",
11105
+ "es.typed-array.sort",
11106
+ "es.typed-array.subarray",
11107
+ "es.typed-array.to-locale-string",
11108
+ "es.typed-array.to-string",
11109
+ "esnext.typed-array.from-async",
11110
+ "esnext.typed-array.at",
11111
+ "esnext.typed-array.filter-out",
11112
+ "esnext.typed-array.filter-reject",
11113
+ "esnext.typed-array.find-last",
11114
+ "esnext.typed-array.find-last-index",
11115
+ "esnext.typed-array.group-by",
11116
+ "esnext.typed-array.to-reversed",
11117
+ "esnext.typed-array.to-sorted",
11118
+ "esnext.typed-array.to-spliced",
11119
+ "esnext.typed-array.unique-by",
11120
+ "esnext.typed-array.with"
11121
+ ],
11122
+ "core-js/full/typed-array/uint32-array": [
11123
+ "es.array-buffer.constructor",
11124
+ "es.array-buffer.slice",
11125
+ "es.map",
11126
+ "es.object.to-string",
11127
+ "es.promise",
11128
+ "es.string.iterator",
11129
+ "es.typed-array.uint32-array",
11130
+ "es.typed-array.at",
11131
+ "es.typed-array.copy-within",
11132
+ "es.typed-array.every",
11133
+ "es.typed-array.fill",
11134
+ "es.typed-array.filter",
11135
+ "es.typed-array.find",
11136
+ "es.typed-array.find-index",
11137
+ "es.typed-array.for-each",
11138
+ "es.typed-array.from",
11139
+ "es.typed-array.includes",
11140
+ "es.typed-array.index-of",
11141
+ "es.typed-array.iterator",
11142
+ "es.typed-array.join",
11143
+ "es.typed-array.last-index-of",
11144
+ "es.typed-array.map",
11145
+ "es.typed-array.of",
11146
+ "es.typed-array.reduce",
11147
+ "es.typed-array.reduce-right",
11148
+ "es.typed-array.reverse",
11149
+ "es.typed-array.set",
11150
+ "es.typed-array.slice",
11151
+ "es.typed-array.some",
11152
+ "es.typed-array.sort",
11153
+ "es.typed-array.subarray",
11154
+ "es.typed-array.to-locale-string",
11155
+ "es.typed-array.to-string",
11156
+ "esnext.typed-array.from-async",
11157
+ "esnext.typed-array.at",
11158
+ "esnext.typed-array.filter-out",
11159
+ "esnext.typed-array.filter-reject",
11160
+ "esnext.typed-array.find-last",
11161
+ "esnext.typed-array.find-last-index",
11162
+ "esnext.typed-array.group-by",
11163
+ "esnext.typed-array.to-reversed",
11164
+ "esnext.typed-array.to-sorted",
11165
+ "esnext.typed-array.to-spliced",
11166
+ "esnext.typed-array.unique-by",
11167
+ "esnext.typed-array.with"
11168
+ ],
11169
+ "core-js/full/typed-array/uint8-array": [
11170
+ "es.array-buffer.constructor",
11171
+ "es.array-buffer.slice",
11172
+ "es.map",
11173
+ "es.object.to-string",
11174
+ "es.promise",
11175
+ "es.string.iterator",
11176
+ "es.typed-array.uint8-array",
11177
+ "es.typed-array.at",
11178
+ "es.typed-array.copy-within",
11179
+ "es.typed-array.every",
11180
+ "es.typed-array.fill",
11181
+ "es.typed-array.filter",
11182
+ "es.typed-array.find",
11183
+ "es.typed-array.find-index",
11184
+ "es.typed-array.for-each",
11185
+ "es.typed-array.from",
11186
+ "es.typed-array.includes",
11187
+ "es.typed-array.index-of",
11188
+ "es.typed-array.iterator",
11189
+ "es.typed-array.join",
11190
+ "es.typed-array.last-index-of",
11191
+ "es.typed-array.map",
11192
+ "es.typed-array.of",
11193
+ "es.typed-array.reduce",
11194
+ "es.typed-array.reduce-right",
11195
+ "es.typed-array.reverse",
11196
+ "es.typed-array.set",
11197
+ "es.typed-array.slice",
11198
+ "es.typed-array.some",
11199
+ "es.typed-array.sort",
11200
+ "es.typed-array.subarray",
11201
+ "es.typed-array.to-locale-string",
11202
+ "es.typed-array.to-string",
11203
+ "esnext.typed-array.from-async",
11204
+ "esnext.typed-array.at",
11205
+ "esnext.typed-array.filter-out",
11206
+ "esnext.typed-array.filter-reject",
11207
+ "esnext.typed-array.find-last",
11208
+ "esnext.typed-array.find-last-index",
11209
+ "esnext.typed-array.group-by",
11210
+ "esnext.typed-array.to-reversed",
11211
+ "esnext.typed-array.to-sorted",
11212
+ "esnext.typed-array.to-spliced",
11213
+ "esnext.typed-array.unique-by",
11214
+ "esnext.typed-array.with"
11215
+ ],
11216
+ "core-js/full/typed-array/uint8-clamped-array": [
11217
+ "es.array-buffer.constructor",
11218
+ "es.array-buffer.slice",
11219
+ "es.map",
11220
+ "es.object.to-string",
11221
+ "es.promise",
11222
+ "es.string.iterator",
11223
+ "es.typed-array.uint8-clamped-array",
11224
+ "es.typed-array.at",
11225
+ "es.typed-array.copy-within",
11226
+ "es.typed-array.every",
11227
+ "es.typed-array.fill",
11228
+ "es.typed-array.filter",
11229
+ "es.typed-array.find",
11230
+ "es.typed-array.find-index",
11231
+ "es.typed-array.for-each",
11232
+ "es.typed-array.from",
11233
+ "es.typed-array.includes",
11234
+ "es.typed-array.index-of",
11235
+ "es.typed-array.iterator",
11236
+ "es.typed-array.join",
11237
+ "es.typed-array.last-index-of",
11238
+ "es.typed-array.map",
11239
+ "es.typed-array.of",
11240
+ "es.typed-array.reduce",
11241
+ "es.typed-array.reduce-right",
11242
+ "es.typed-array.reverse",
11243
+ "es.typed-array.set",
11244
+ "es.typed-array.slice",
11245
+ "es.typed-array.some",
11246
+ "es.typed-array.sort",
11247
+ "es.typed-array.subarray",
11248
+ "es.typed-array.to-locale-string",
11249
+ "es.typed-array.to-string",
11250
+ "esnext.typed-array.from-async",
11251
+ "esnext.typed-array.at",
11252
+ "esnext.typed-array.filter-out",
11253
+ "esnext.typed-array.filter-reject",
11254
+ "esnext.typed-array.find-last",
11255
+ "esnext.typed-array.find-last-index",
11256
+ "esnext.typed-array.group-by",
11257
+ "esnext.typed-array.to-reversed",
11258
+ "esnext.typed-array.to-sorted",
11259
+ "esnext.typed-array.to-spliced",
11260
+ "esnext.typed-array.unique-by",
11261
+ "esnext.typed-array.with"
11262
+ ],
11263
+ "core-js/full/typed-array/unique-by": [
11264
+ "es.map",
11265
+ "esnext.typed-array.unique-by"
11266
+ ],
11267
+ "core-js/full/typed-array/values": [
11268
+ "es.object.to-string",
11269
+ "es.typed-array.iterator"
11270
+ ],
11271
+ "core-js/full/typed-array/with": [
11272
+ "esnext.typed-array.with"
11273
+ ],
11274
+ "core-js/full/unescape": [
11275
+ "es.unescape"
11276
+ ],
11277
+ "core-js/full/url": [
11278
+ "web.url",
11279
+ "web.url.to-json",
11280
+ "web.url-search-params"
11281
+ ],
11282
+ "core-js/full/url-search-params": [
11283
+ "web.dom-collections.iterator",
11284
+ "web.url-search-params"
11285
+ ],
11286
+ "core-js/full/url/to-json": [
11287
+ "web.url.to-json"
11288
+ ],
11289
+ "core-js/full/weak-map": [
11290
+ "es.array.iterator",
11291
+ "es.object.to-string",
11292
+ "es.string.iterator",
11293
+ "es.weak-map",
11294
+ "esnext.weak-map.delete-all",
11295
+ "esnext.weak-map.from",
11296
+ "esnext.weak-map.of",
11297
+ "esnext.weak-map.emplace",
11298
+ "esnext.weak-map.upsert",
11299
+ "web.dom-collections.iterator"
11300
+ ],
11301
+ "core-js/full/weak-map/delete-all": [
11302
+ "es.weak-map",
11303
+ "esnext.weak-map.delete-all"
11304
+ ],
11305
+ "core-js/full/weak-map/emplace": [
11306
+ "es.weak-map",
11307
+ "esnext.weak-map.emplace"
11308
+ ],
11309
+ "core-js/full/weak-map/from": [
11310
+ "es.array.iterator",
11311
+ "es.string.iterator",
11312
+ "es.weak-map",
11313
+ "esnext.weak-map.from",
11314
+ "web.dom-collections.iterator"
11315
+ ],
11316
+ "core-js/full/weak-map/of": [
11317
+ "es.array.iterator",
11318
+ "es.weak-map",
11319
+ "esnext.weak-map.of"
11320
+ ],
11321
+ "core-js/full/weak-map/upsert": [
11322
+ "es.weak-map",
11323
+ "esnext.weak-map.upsert"
11324
+ ],
11325
+ "core-js/full/weak-set": [
11326
+ "es.array.iterator",
11327
+ "es.object.to-string",
11328
+ "es.string.iterator",
11329
+ "es.weak-set",
11330
+ "esnext.weak-set.add-all",
11331
+ "esnext.weak-set.delete-all",
11332
+ "esnext.weak-set.from",
11333
+ "esnext.weak-set.of",
11334
+ "web.dom-collections.iterator"
11335
+ ],
11336
+ "core-js/full/weak-set/add-all": [
11337
+ "es.weak-set",
11338
+ "esnext.weak-set.add-all"
11339
+ ],
11340
+ "core-js/full/weak-set/delete-all": [
11341
+ "es.weak-set",
11342
+ "esnext.weak-set.delete-all"
11343
+ ],
11344
+ "core-js/full/weak-set/from": [
11345
+ "es.array.iterator",
11346
+ "es.string.iterator",
11347
+ "es.weak-set",
11348
+ "esnext.weak-set.from",
11349
+ "web.dom-collections.iterator"
11350
+ ],
11351
+ "core-js/full/weak-set/of": [
11352
+ "es.array.iterator",
11353
+ "es.weak-set",
11354
+ "esnext.weak-set.of"
11355
+ ],
11356
+ "core-js/modules/es.aggregate-error": [
11357
+ "es.aggregate-error"
11358
+ ],
11359
+ "core-js/modules/es.aggregate-error.cause": [
11360
+ "es.aggregate-error.cause"
11361
+ ],
11362
+ "core-js/modules/es.aggregate-error.constructor": [
11363
+ "es.aggregate-error.constructor"
11364
+ ],
11365
+ "core-js/modules/es.array-buffer.constructor": [
11366
+ "es.array-buffer.constructor"
11367
+ ],
11368
+ "core-js/modules/es.array-buffer.is-view": [
11369
+ "es.array-buffer.is-view"
11370
+ ],
11371
+ "core-js/modules/es.array-buffer.slice": [
11372
+ "es.array-buffer.slice"
11373
+ ],
11374
+ "core-js/modules/es.array.at": [
11375
+ "es.array.at"
11376
+ ],
11377
+ "core-js/modules/es.array.concat": [
11378
+ "es.array.concat"
11379
+ ],
11380
+ "core-js/modules/es.array.copy-within": [
11381
+ "es.array.copy-within"
11382
+ ],
11383
+ "core-js/modules/es.array.every": [
11384
+ "es.array.every"
11385
+ ],
11386
+ "core-js/modules/es.array.fill": [
11387
+ "es.array.fill"
11388
+ ],
11389
+ "core-js/modules/es.array.filter": [
11390
+ "es.array.filter"
11391
+ ],
11392
+ "core-js/modules/es.array.find": [
11393
+ "es.array.find"
11394
+ ],
11395
+ "core-js/modules/es.array.find-index": [
11396
+ "es.array.find-index"
11397
+ ],
11398
+ "core-js/modules/es.array.flat": [
11399
+ "es.array.flat"
11400
+ ],
11401
+ "core-js/modules/es.array.flat-map": [
11402
+ "es.array.flat-map"
11403
+ ],
11404
+ "core-js/modules/es.array.for-each": [
11405
+ "es.array.for-each"
11406
+ ],
11407
+ "core-js/modules/es.array.from": [
11408
+ "es.array.from"
11409
+ ],
11410
+ "core-js/modules/es.array.includes": [
11411
+ "es.array.includes"
11412
+ ],
11413
+ "core-js/modules/es.array.index-of": [
11414
+ "es.array.index-of"
11415
+ ],
11416
+ "core-js/modules/es.array.is-array": [
11417
+ "es.array.is-array"
11418
+ ],
11419
+ "core-js/modules/es.array.iterator": [
11420
+ "es.array.iterator"
11421
+ ],
11422
+ "core-js/modules/es.array.join": [
11423
+ "es.array.join"
11424
+ ],
11425
+ "core-js/modules/es.array.last-index-of": [
11426
+ "es.array.last-index-of"
11427
+ ],
11428
+ "core-js/modules/es.array.map": [
11429
+ "es.array.map"
11430
+ ],
11431
+ "core-js/modules/es.array.of": [
11432
+ "es.array.of"
11433
+ ],
11434
+ "core-js/modules/es.array.reduce": [
11435
+ "es.array.reduce"
11436
+ ],
11437
+ "core-js/modules/es.array.reduce-right": [
11438
+ "es.array.reduce-right"
11439
+ ],
11440
+ "core-js/modules/es.array.reverse": [
11441
+ "es.array.reverse"
11442
+ ],
11443
+ "core-js/modules/es.array.slice": [
11444
+ "es.array.slice"
11445
+ ],
11446
+ "core-js/modules/es.array.some": [
11447
+ "es.array.some"
11448
+ ],
11449
+ "core-js/modules/es.array.sort": [
11450
+ "es.array.sort"
11451
+ ],
11452
+ "core-js/modules/es.array.species": [
11453
+ "es.array.species"
11454
+ ],
11455
+ "core-js/modules/es.array.splice": [
11456
+ "es.array.splice"
11457
+ ],
11458
+ "core-js/modules/es.array.unscopables.flat": [
11459
+ "es.array.unscopables.flat"
11460
+ ],
11461
+ "core-js/modules/es.array.unscopables.flat-map": [
11462
+ "es.array.unscopables.flat-map"
11463
+ ],
11464
+ "core-js/modules/es.data-view": [
11465
+ "es.data-view"
11466
+ ],
11467
+ "core-js/modules/es.data-view.constructor": [
11468
+ "es.data-view.constructor"
11469
+ ],
11470
+ "core-js/modules/es.date.get-year": [
11471
+ "es.date.get-year"
11472
+ ],
11473
+ "core-js/modules/es.date.now": [
11474
+ "es.date.now"
11475
+ ],
11476
+ "core-js/modules/es.date.set-year": [
11477
+ "es.date.set-year"
11478
+ ],
11479
+ "core-js/modules/es.date.to-gmt-string": [
11480
+ "es.date.to-gmt-string"
11481
+ ],
11482
+ "core-js/modules/es.date.to-iso-string": [
11483
+ "es.date.to-iso-string"
11484
+ ],
11485
+ "core-js/modules/es.date.to-json": [
11486
+ "es.date.to-json"
11487
+ ],
11488
+ "core-js/modules/es.date.to-primitive": [
11489
+ "es.date.to-primitive"
11490
+ ],
11491
+ "core-js/modules/es.date.to-string": [
11492
+ "es.date.to-string"
11493
+ ],
8060
11494
  "core-js/modules/es.error.cause": [
8061
11495
  "es.error.cause"
8062
11496
  ],
@@ -8087,6 +11521,9 @@
8087
11521
  "core-js/modules/es.map": [
8088
11522
  "es.map"
8089
11523
  ],
11524
+ "core-js/modules/es.map.constructor": [
11525
+ "es.map.constructor"
11526
+ ],
8090
11527
  "core-js/modules/es.math.acosh": [
8091
11528
  "es.math.acosh"
8092
11529
  ],
@@ -8216,6 +11653,9 @@
8216
11653
  "core-js/modules/es.object.get-own-property-names": [
8217
11654
  "es.object.get-own-property-names"
8218
11655
  ],
11656
+ "core-js/modules/es.object.get-own-property-symbols": [
11657
+ "es.object.get-own-property-symbols"
11658
+ ],
8219
11659
  "core-js/modules/es.object.get-prototype-of": [
8220
11660
  "es.object.get-prototype-of"
8221
11661
  ],
@@ -8267,15 +11707,33 @@
8267
11707
  "core-js/modules/es.promise": [
8268
11708
  "es.promise"
8269
11709
  ],
11710
+ "core-js/modules/es.promise.all": [
11711
+ "es.promise.all"
11712
+ ],
8270
11713
  "core-js/modules/es.promise.all-settled": [
8271
11714
  "es.promise.all-settled"
8272
11715
  ],
8273
11716
  "core-js/modules/es.promise.any": [
8274
11717
  "es.promise.any"
8275
11718
  ],
11719
+ "core-js/modules/es.promise.catch": [
11720
+ "es.promise.catch"
11721
+ ],
11722
+ "core-js/modules/es.promise.constructor": [
11723
+ "es.promise.constructor"
11724
+ ],
8276
11725
  "core-js/modules/es.promise.finally": [
8277
11726
  "es.promise.finally"
8278
11727
  ],
11728
+ "core-js/modules/es.promise.race": [
11729
+ "es.promise.race"
11730
+ ],
11731
+ "core-js/modules/es.promise.reject": [
11732
+ "es.promise.reject"
11733
+ ],
11734
+ "core-js/modules/es.promise.resolve": [
11735
+ "es.promise.resolve"
11736
+ ],
8279
11737
  "core-js/modules/es.reflect.apply": [
8280
11738
  "es.reflect.apply"
8281
11739
  ],
@@ -8342,6 +11800,9 @@
8342
11800
  "core-js/modules/es.set": [
8343
11801
  "es.set"
8344
11802
  ],
11803
+ "core-js/modules/es.set.constructor": [
11804
+ "es.set.constructor"
11805
+ ],
8345
11806
  "core-js/modules/es.string.anchor": [
8346
11807
  "es.string.anchor"
8347
11808
  ],
@@ -8441,6 +11902,12 @@
8441
11902
  "core-js/modules/es.string.trim-end": [
8442
11903
  "es.string.trim-end"
8443
11904
  ],
11905
+ "core-js/modules/es.string.trim-left": [
11906
+ "es.string.trim-left"
11907
+ ],
11908
+ "core-js/modules/es.string.trim-right": [
11909
+ "es.string.trim-right"
11910
+ ],
8444
11911
  "core-js/modules/es.string.trim-start": [
8445
11912
  "es.string.trim-start"
8446
11913
  ],
@@ -8450,9 +11917,15 @@
8450
11917
  "core-js/modules/es.symbol.async-iterator": [
8451
11918
  "es.symbol.async-iterator"
8452
11919
  ],
11920
+ "core-js/modules/es.symbol.constructor": [
11921
+ "es.symbol.constructor"
11922
+ ],
8453
11923
  "core-js/modules/es.symbol.description": [
8454
11924
  "es.symbol.description"
8455
11925
  ],
11926
+ "core-js/modules/es.symbol.for": [
11927
+ "es.symbol.for"
11928
+ ],
8456
11929
  "core-js/modules/es.symbol.has-instance": [
8457
11930
  "es.symbol.has-instance"
8458
11931
  ],
@@ -8462,6 +11935,9 @@
8462
11935
  "core-js/modules/es.symbol.iterator": [
8463
11936
  "es.symbol.iterator"
8464
11937
  ],
11938
+ "core-js/modules/es.symbol.key-for": [
11939
+ "es.symbol.key-for"
11940
+ ],
8465
11941
  "core-js/modules/es.symbol.match": [
8466
11942
  "es.symbol.match"
8467
11943
  ],
@@ -8600,9 +12076,15 @@
8600
12076
  "core-js/modules/es.weak-map": [
8601
12077
  "es.weak-map"
8602
12078
  ],
12079
+ "core-js/modules/es.weak-map.constructor": [
12080
+ "es.weak-map.constructor"
12081
+ ],
8603
12082
  "core-js/modules/es.weak-set": [
8604
12083
  "es.weak-set"
8605
12084
  ],
12085
+ "core-js/modules/es.weak-set.constructor": [
12086
+ "es.weak-set.constructor"
12087
+ ],
8606
12088
  "core-js/modules/esnext.aggregate-error": [
8607
12089
  "esnext.aggregate-error"
8608
12090
  ],
@@ -8882,6 +12364,15 @@
8882
12364
  "core-js/modules/esnext.observable": [
8883
12365
  "esnext.observable"
8884
12366
  ],
12367
+ "core-js/modules/esnext.observable.constructor": [
12368
+ "esnext.observable.constructor"
12369
+ ],
12370
+ "core-js/modules/esnext.observable.from": [
12371
+ "esnext.observable.from"
12372
+ ],
12373
+ "core-js/modules/esnext.observable.of": [
12374
+ "esnext.observable.of"
12375
+ ],
8885
12376
  "core-js/modules/esnext.promise.all-settled": [
8886
12377
  "esnext.promise.all-settled"
8887
12378
  ],
@@ -9080,6 +12571,9 @@
9080
12571
  "core-js/modules/web.btoa": [
9081
12572
  "web.btoa"
9082
12573
  ],
12574
+ "core-js/modules/web.clear-immediate": [
12575
+ "web.clear-immediate"
12576
+ ],
9083
12577
  "core-js/modules/web.dom-collections.for-each": [
9084
12578
  "web.dom-collections.for-each"
9085
12579
  ],
@@ -9101,6 +12595,15 @@
9101
12595
  "core-js/modules/web.queue-microtask": [
9102
12596
  "web.queue-microtask"
9103
12597
  ],
12598
+ "core-js/modules/web.set-immediate": [
12599
+ "web.set-immediate"
12600
+ ],
12601
+ "core-js/modules/web.set-interval": [
12602
+ "web.set-interval"
12603
+ ],
12604
+ "core-js/modules/web.set-timeout": [
12605
+ "web.set-timeout"
12606
+ ],
9104
12607
  "core-js/modules/web.structured-clone": [
9105
12608
  "web.structured-clone"
9106
12609
  ],
@@ -9113,6 +12616,12 @@
9113
12616
  "core-js/modules/web.url-search-params": [
9114
12617
  "web.url-search-params"
9115
12618
  ],
12619
+ "core-js/modules/web.url-search-params.constructor": [
12620
+ "web.url-search-params.constructor"
12621
+ ],
12622
+ "core-js/modules/web.url.constructor": [
12623
+ "web.url.constructor"
12624
+ ],
9116
12625
  "core-js/modules/web.url.to-json": [
9117
12626
  "web.url.to-json"
9118
12627
  ],
@@ -9288,6 +12797,10 @@
9288
12797
  "esnext.typed-array.filter-out",
9289
12798
  "esnext.typed-array.filter-reject"
9290
12799
  ],
12800
+ "core-js/proposals/array-filtering-stage-1": [
12801
+ "esnext.array.filter-reject",
12802
+ "esnext.typed-array.filter-reject"
12803
+ ],
9291
12804
  "core-js/proposals/array-find-from-last": [
9292
12805
  "esnext.array.find-last",
9293
12806
  "esnext.array.find-last-index",
@@ -9304,11 +12817,18 @@
9304
12817
  "esnext.array.from-async",
9305
12818
  "esnext.typed-array.from-async"
9306
12819
  ],
12820
+ "core-js/proposals/array-from-async-stage-2": [
12821
+ "esnext.array.from-async"
12822
+ ],
9307
12823
  "core-js/proposals/array-grouping": [
9308
12824
  "esnext.array.group-by",
9309
12825
  "esnext.array.group-by-to-map",
9310
12826
  "esnext.typed-array.group-by"
9311
12827
  ],
12828
+ "core-js/proposals/array-grouping-stage-3": [
12829
+ "esnext.array.group-by",
12830
+ "esnext.array.group-by-to-map"
12831
+ ],
9312
12832
  "core-js/proposals/array-includes": [
9313
12833
  "es.array.includes",
9314
12834
  "es.typed-array.includes"
@@ -9449,6 +12969,10 @@
9449
12969
  "esnext.weak-map.emplace",
9450
12970
  "esnext.weak-map.upsert"
9451
12971
  ],
12972
+ "core-js/proposals/map-upsert-stage-2": [
12973
+ "esnext.map.emplace",
12974
+ "esnext.weak-map.emplace"
12975
+ ],
9452
12976
  "core-js/proposals/math-extensions": [
9453
12977
  "esnext.math.clamp",
9454
12978
  "esnext.math.deg-per-rad",
@@ -9567,6 +13091,9 @@
9567
13091
  "esnext.string.replace-all",
9568
13092
  "esnext.symbol.replace-all"
9569
13093
  ],
13094
+ "core-js/proposals/string-replace-all-stage-4": [
13095
+ "esnext.string.replace-all"
13096
+ ],
9570
13097
  "core-js/proposals/symbol-description": [
9571
13098
  "es.symbol.description"
9572
13099
  ],
@@ -12019,7 +15546,6 @@
12019
15546
  "esnext.aggregate-error",
12020
15547
  "esnext.array.from-async",
12021
15548
  "esnext.array.at",
12022
- "esnext.array.filter-out",
12023
15549
  "esnext.array.filter-reject",
12024
15550
  "esnext.array.find-last",
12025
15551
  "esnext.array.find-last-index",
@@ -12136,7 +15662,6 @@
12136
15662
  "esnext.symbol.replace-all",
12137
15663
  "esnext.typed-array.from-async",
12138
15664
  "esnext.typed-array.at",
12139
- "esnext.typed-array.filter-out",
12140
15665
  "esnext.typed-array.filter-reject",
12141
15666
  "esnext.typed-array.find-last",
12142
15667
  "esnext.typed-array.find-last-index",
@@ -12201,8 +15726,6 @@
12201
15726
  "esnext.iterator.to-array",
12202
15727
  "esnext.iterator.to-async",
12203
15728
  "esnext.map.emplace",
12204
- "esnext.map.update-or-insert",
12205
- "esnext.map.upsert",
12206
15729
  "esnext.object.has-own",
12207
15730
  "esnext.promise.all-settled",
12208
15731
  "esnext.promise.any",
@@ -12218,8 +15741,6 @@
12218
15741
  "esnext.symbol.async-dispose",
12219
15742
  "esnext.symbol.dispose",
12220
15743
  "esnext.symbol.metadata",
12221
- "esnext.symbol.replace-all",
12222
- "esnext.typed-array.from-async",
12223
15744
  "esnext.typed-array.at",
12224
15745
  "esnext.typed-array.find-last",
12225
15746
  "esnext.typed-array.find-last-index",
@@ -12228,8 +15749,7 @@
12228
15749
  "esnext.typed-array.to-sorted",
12229
15750
  "esnext.typed-array.to-spliced",
12230
15751
  "esnext.typed-array.with",
12231
- "esnext.weak-map.emplace",
12232
- "esnext.weak-map.upsert"
15752
+ "esnext.weak-map.emplace"
12233
15753
  ],
12234
15754
  "core-js/stage/3": [
12235
15755
  "es.string.at-alternative",
@@ -12239,17 +15759,23 @@
12239
15759
  "esnext.array.find-last-index",
12240
15760
  "esnext.array.group-by",
12241
15761
  "esnext.array.group-by-to-map",
15762
+ "esnext.array.to-reversed",
15763
+ "esnext.array.to-sorted",
15764
+ "esnext.array.to-spliced",
15765
+ "esnext.array.with",
12242
15766
  "esnext.global-this",
12243
15767
  "esnext.object.has-own",
12244
15768
  "esnext.promise.all-settled",
12245
15769
  "esnext.promise.any",
12246
15770
  "esnext.string.match-all",
12247
15771
  "esnext.string.replace-all",
12248
- "esnext.symbol.replace-all",
12249
15772
  "esnext.typed-array.at",
12250
15773
  "esnext.typed-array.find-last",
12251
15774
  "esnext.typed-array.find-last-index",
12252
- "esnext.typed-array.group-by"
15775
+ "esnext.typed-array.to-reversed",
15776
+ "esnext.typed-array.to-sorted",
15777
+ "esnext.typed-array.to-spliced",
15778
+ "esnext.typed-array.with"
12253
15779
  ],
12254
15780
  "core-js/stage/4": [
12255
15781
  "es.string.at-alternative",
@@ -12261,7 +15787,6 @@
12261
15787
  "esnext.promise.any",
12262
15788
  "esnext.string.match-all",
12263
15789
  "esnext.string.replace-all",
12264
- "esnext.symbol.replace-all",
12265
15790
  "esnext.typed-array.at"
12266
15791
  ],
12267
15792
  "core-js/stage/pre": [