source: frontend/node_modules/core-js-compat/entries.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 582.5 KB
Line 
1{
2 "core-js": [
3 "es.symbol",
4 "es.symbol.description",
5 "es.symbol.async-dispose",
6 "es.symbol.async-iterator",
7 "es.symbol.dispose",
8 "es.symbol.has-instance",
9 "es.symbol.is-concat-spreadable",
10 "es.symbol.iterator",
11 "es.symbol.match",
12 "es.symbol.match-all",
13 "es.symbol.replace",
14 "es.symbol.search",
15 "es.symbol.species",
16 "es.symbol.split",
17 "es.symbol.to-primitive",
18 "es.symbol.to-string-tag",
19 "es.symbol.unscopables",
20 "es.error.cause",
21 "es.error.is-error",
22 "es.error.to-string",
23 "es.aggregate-error",
24 "es.aggregate-error.cause",
25 "es.suppressed-error.constructor",
26 "es.array.at",
27 "es.array.concat",
28 "es.array.copy-within",
29 "es.array.every",
30 "es.array.fill",
31 "es.array.filter",
32 "es.array.find",
33 "es.array.find-index",
34 "es.array.find-last",
35 "es.array.find-last-index",
36 "es.array.flat",
37 "es.array.flat-map",
38 "es.array.for-each",
39 "es.array.from",
40 "es.array.includes",
41 "es.array.index-of",
42 "es.array.is-array",
43 "es.array.iterator",
44 "es.array.join",
45 "es.array.last-index-of",
46 "es.array.map",
47 "es.array.of",
48 "es.array.push",
49 "es.array.reduce",
50 "es.array.reduce-right",
51 "es.array.reverse",
52 "es.array.slice",
53 "es.array.some",
54 "es.array.sort",
55 "es.array.species",
56 "es.array.splice",
57 "es.array.to-reversed",
58 "es.array.to-sorted",
59 "es.array.to-spliced",
60 "es.array.unscopables.flat",
61 "es.array.unscopables.flat-map",
62 "es.array.unshift",
63 "es.array.with",
64 "es.array-buffer.constructor",
65 "es.array-buffer.is-view",
66 "es.array-buffer.slice",
67 "es.data-view",
68 "es.data-view.get-float16",
69 "es.data-view.set-float16",
70 "es.array-buffer.detached",
71 "es.array-buffer.transfer",
72 "es.array-buffer.transfer-to-fixed-length",
73 "es.date.get-year",
74 "es.date.now",
75 "es.date.set-year",
76 "es.date.to-gmt-string",
77 "es.date.to-iso-string",
78 "es.date.to-json",
79 "es.date.to-primitive",
80 "es.date.to-string",
81 "es.disposable-stack.constructor",
82 "es.escape",
83 "es.function.bind",
84 "es.function.has-instance",
85 "es.function.name",
86 "es.global-this",
87 "es.iterator.constructor",
88 "es.iterator.concat",
89 "es.iterator.dispose",
90 "es.iterator.drop",
91 "es.iterator.every",
92 "es.iterator.filter",
93 "es.iterator.find",
94 "es.iterator.flat-map",
95 "es.iterator.for-each",
96 "es.iterator.from",
97 "es.iterator.map",
98 "es.iterator.reduce",
99 "es.iterator.some",
100 "es.iterator.take",
101 "es.iterator.to-array",
102 "es.json.is-raw-json",
103 "es.json.parse",
104 "es.json.raw-json",
105 "es.json.stringify",
106 "es.json.to-string-tag",
107 "es.map",
108 "es.map.group-by",
109 "es.map.get-or-insert",
110 "es.map.get-or-insert-computed",
111 "es.math.acosh",
112 "es.math.asinh",
113 "es.math.atanh",
114 "es.math.cbrt",
115 "es.math.clz32",
116 "es.math.cosh",
117 "es.math.expm1",
118 "es.math.fround",
119 "es.math.f16round",
120 "es.math.hypot",
121 "es.math.imul",
122 "es.math.log10",
123 "es.math.log1p",
124 "es.math.log2",
125 "es.math.sign",
126 "es.math.sinh",
127 "es.math.sum-precise",
128 "es.math.tanh",
129 "es.math.to-string-tag",
130 "es.math.trunc",
131 "es.number.constructor",
132 "es.number.epsilon",
133 "es.number.is-finite",
134 "es.number.is-integer",
135 "es.number.is-nan",
136 "es.number.is-safe-integer",
137 "es.number.max-safe-integer",
138 "es.number.min-safe-integer",
139 "es.number.parse-float",
140 "es.number.parse-int",
141 "es.number.to-exponential",
142 "es.number.to-fixed",
143 "es.number.to-precision",
144 "es.object.assign",
145 "es.object.create",
146 "es.object.define-getter",
147 "es.object.define-properties",
148 "es.object.define-property",
149 "es.object.define-setter",
150 "es.object.entries",
151 "es.object.freeze",
152 "es.object.from-entries",
153 "es.object.get-own-property-descriptor",
154 "es.object.get-own-property-descriptors",
155 "es.object.get-own-property-names",
156 "es.object.get-prototype-of",
157 "es.object.group-by",
158 "es.object.has-own",
159 "es.object.is",
160 "es.object.is-extensible",
161 "es.object.is-frozen",
162 "es.object.is-sealed",
163 "es.object.keys",
164 "es.object.lookup-getter",
165 "es.object.lookup-setter",
166 "es.object.prevent-extensions",
167 "es.object.proto",
168 "es.object.seal",
169 "es.object.set-prototype-of",
170 "es.object.to-string",
171 "es.object.values",
172 "es.parse-float",
173 "es.parse-int",
174 "es.promise",
175 "es.promise.all-settled",
176 "es.promise.any",
177 "es.promise.finally",
178 "es.promise.try",
179 "es.promise.with-resolvers",
180 "es.array.from-async",
181 "es.async-disposable-stack.constructor",
182 "es.async-iterator.async-dispose",
183 "es.reflect.apply",
184 "es.reflect.construct",
185 "es.reflect.define-property",
186 "es.reflect.delete-property",
187 "es.reflect.get",
188 "es.reflect.get-own-property-descriptor",
189 "es.reflect.get-prototype-of",
190 "es.reflect.has",
191 "es.reflect.is-extensible",
192 "es.reflect.own-keys",
193 "es.reflect.prevent-extensions",
194 "es.reflect.set",
195 "es.reflect.set-prototype-of",
196 "es.reflect.to-string-tag",
197 "es.regexp.constructor",
198 "es.regexp.escape",
199 "es.regexp.dot-all",
200 "es.regexp.exec",
201 "es.regexp.flags",
202 "es.regexp.sticky",
203 "es.regexp.test",
204 "es.regexp.to-string",
205 "es.set",
206 "es.set.difference.v2",
207 "es.set.intersection.v2",
208 "es.set.is-disjoint-from.v2",
209 "es.set.is-subset-of.v2",
210 "es.set.is-superset-of.v2",
211 "es.set.symmetric-difference.v2",
212 "es.set.union.v2",
213 "es.string.at-alternative",
214 "es.string.code-point-at",
215 "es.string.ends-with",
216 "es.string.from-code-point",
217 "es.string.includes",
218 "es.string.is-well-formed",
219 "es.string.iterator",
220 "es.string.match",
221 "es.string.match-all",
222 "es.string.pad-end",
223 "es.string.pad-start",
224 "es.string.raw",
225 "es.string.repeat",
226 "es.string.replace",
227 "es.string.replace-all",
228 "es.string.search",
229 "es.string.split",
230 "es.string.starts-with",
231 "es.string.substr",
232 "es.string.to-well-formed",
233 "es.string.trim",
234 "es.string.trim-end",
235 "es.string.trim-start",
236 "es.string.anchor",
237 "es.string.big",
238 "es.string.blink",
239 "es.string.bold",
240 "es.string.fixed",
241 "es.string.fontcolor",
242 "es.string.fontsize",
243 "es.string.italics",
244 "es.string.link",
245 "es.string.small",
246 "es.string.strike",
247 "es.string.sub",
248 "es.string.sup",
249 "es.typed-array.float32-array",
250 "es.typed-array.float64-array",
251 "es.typed-array.int8-array",
252 "es.typed-array.int16-array",
253 "es.typed-array.int32-array",
254 "es.typed-array.uint8-array",
255 "es.typed-array.uint8-clamped-array",
256 "es.typed-array.uint16-array",
257 "es.typed-array.uint32-array",
258 "es.typed-array.at",
259 "es.typed-array.copy-within",
260 "es.typed-array.every",
261 "es.typed-array.fill",
262 "es.typed-array.filter",
263 "es.typed-array.find",
264 "es.typed-array.find-index",
265 "es.typed-array.find-last",
266 "es.typed-array.find-last-index",
267 "es.typed-array.for-each",
268 "es.typed-array.from",
269 "es.typed-array.includes",
270 "es.typed-array.index-of",
271 "es.typed-array.iterator",
272 "es.typed-array.join",
273 "es.typed-array.last-index-of",
274 "es.typed-array.map",
275 "es.typed-array.of",
276 "es.typed-array.reduce",
277 "es.typed-array.reduce-right",
278 "es.typed-array.reverse",
279 "es.typed-array.set",
280 "es.typed-array.slice",
281 "es.typed-array.some",
282 "es.typed-array.sort",
283 "es.typed-array.subarray",
284 "es.typed-array.to-locale-string",
285 "es.typed-array.to-reversed",
286 "es.typed-array.to-sorted",
287 "es.typed-array.to-string",
288 "es.typed-array.with",
289 "es.uint8-array.from-base64",
290 "es.uint8-array.from-hex",
291 "es.uint8-array.set-from-base64",
292 "es.uint8-array.set-from-hex",
293 "es.uint8-array.to-base64",
294 "es.uint8-array.to-hex",
295 "es.unescape",
296 "es.weak-map",
297 "es.weak-map.get-or-insert",
298 "es.weak-map.get-or-insert-computed",
299 "es.weak-set",
300 "esnext.aggregate-error",
301 "esnext.suppressed-error.constructor",
302 "esnext.array.from-async",
303 "esnext.array.at",
304 "esnext.array.filter-out",
305 "esnext.array.filter-reject",
306 "esnext.array.find-last",
307 "esnext.array.find-last-index",
308 "esnext.array.group",
309 "esnext.array.group-by",
310 "esnext.array.group-by-to-map",
311 "esnext.array.group-to-map",
312 "esnext.array.is-template-object",
313 "esnext.array.last-index",
314 "esnext.array.last-item",
315 "esnext.array.to-reversed",
316 "esnext.array.to-sorted",
317 "esnext.array.to-spliced",
318 "esnext.array.unique-by",
319 "esnext.array.with",
320 "esnext.array-buffer.detached",
321 "esnext.array-buffer.transfer",
322 "esnext.array-buffer.transfer-to-fixed-length",
323 "esnext.async-disposable-stack.constructor",
324 "esnext.async-iterator.constructor",
325 "esnext.async-iterator.as-indexed-pairs",
326 "esnext.async-iterator.async-dispose",
327 "esnext.async-iterator.drop",
328 "esnext.async-iterator.every",
329 "esnext.async-iterator.filter",
330 "esnext.async-iterator.find",
331 "esnext.async-iterator.flat-map",
332 "esnext.async-iterator.for-each",
333 "esnext.async-iterator.from",
334 "esnext.async-iterator.indexed",
335 "esnext.async-iterator.map",
336 "esnext.async-iterator.reduce",
337 "esnext.async-iterator.some",
338 "esnext.async-iterator.take",
339 "esnext.async-iterator.to-array",
340 "esnext.bigint.range",
341 "esnext.composite-key",
342 "esnext.composite-symbol",
343 "esnext.data-view.get-float16",
344 "esnext.data-view.get-uint8-clamped",
345 "esnext.data-view.set-float16",
346 "esnext.data-view.set-uint8-clamped",
347 "esnext.disposable-stack.constructor",
348 "esnext.error.is-error",
349 "esnext.function.demethodize",
350 "esnext.function.is-callable",
351 "esnext.function.is-constructor",
352 "esnext.function.metadata",
353 "esnext.function.un-this",
354 "esnext.global-this",
355 "esnext.iterator.constructor",
356 "esnext.iterator.as-indexed-pairs",
357 "esnext.iterator.chunks",
358 "esnext.iterator.concat",
359 "esnext.iterator.dispose",
360 "esnext.iterator.drop",
361 "esnext.iterator.every",
362 "esnext.iterator.filter",
363 "esnext.iterator.find",
364 "esnext.iterator.flat-map",
365 "esnext.iterator.for-each",
366 "esnext.iterator.from",
367 "esnext.iterator.indexed",
368 "esnext.iterator.map",
369 "esnext.iterator.range",
370 "esnext.iterator.reduce",
371 "esnext.iterator.sliding",
372 "esnext.iterator.some",
373 "esnext.iterator.take",
374 "esnext.iterator.to-array",
375 "esnext.iterator.to-async",
376 "esnext.iterator.windows",
377 "esnext.iterator.zip",
378 "esnext.iterator.zip-keyed",
379 "esnext.json.is-raw-json",
380 "esnext.json.parse",
381 "esnext.json.raw-json",
382 "esnext.map.delete-all",
383 "esnext.map.emplace",
384 "esnext.map.every",
385 "esnext.map.filter",
386 "esnext.map.find",
387 "esnext.map.find-key",
388 "esnext.map.from",
389 "esnext.map.get-or-insert",
390 "esnext.map.get-or-insert-computed",
391 "esnext.map.group-by",
392 "esnext.map.includes",
393 "esnext.map.key-by",
394 "esnext.map.key-of",
395 "esnext.map.map-keys",
396 "esnext.map.map-values",
397 "esnext.map.merge",
398 "esnext.map.of",
399 "esnext.map.reduce",
400 "esnext.map.some",
401 "esnext.map.update",
402 "esnext.map.update-or-insert",
403 "esnext.map.upsert",
404 "esnext.math.clamp",
405 "esnext.math.deg-per-rad",
406 "esnext.math.degrees",
407 "esnext.math.fscale",
408 "esnext.math.f16round",
409 "esnext.math.iaddh",
410 "esnext.math.imulh",
411 "esnext.math.isubh",
412 "esnext.math.rad-per-deg",
413 "esnext.math.radians",
414 "esnext.math.scale",
415 "esnext.math.seeded-prng",
416 "esnext.math.signbit",
417 "esnext.math.sum-precise",
418 "esnext.math.umulh",
419 "esnext.number.clamp",
420 "esnext.number.from-string",
421 "esnext.number.range",
422 "esnext.object.has-own",
423 "esnext.object.iterate-entries",
424 "esnext.object.iterate-keys",
425 "esnext.object.iterate-values",
426 "esnext.object.group-by",
427 "esnext.observable",
428 "esnext.promise.all-settled",
429 "esnext.promise.any",
430 "esnext.promise.try",
431 "esnext.promise.with-resolvers",
432 "esnext.reflect.define-metadata",
433 "esnext.reflect.delete-metadata",
434 "esnext.reflect.get-metadata",
435 "esnext.reflect.get-metadata-keys",
436 "esnext.reflect.get-own-metadata",
437 "esnext.reflect.get-own-metadata-keys",
438 "esnext.reflect.has-metadata",
439 "esnext.reflect.has-own-metadata",
440 "esnext.reflect.metadata",
441 "esnext.regexp.escape",
442 "esnext.set.add-all",
443 "esnext.set.delete-all",
444 "esnext.set.difference.v2",
445 "esnext.set.difference",
446 "esnext.set.every",
447 "esnext.set.filter",
448 "esnext.set.find",
449 "esnext.set.from",
450 "esnext.set.intersection.v2",
451 "esnext.set.intersection",
452 "esnext.set.is-disjoint-from.v2",
453 "esnext.set.is-disjoint-from",
454 "esnext.set.is-subset-of.v2",
455 "esnext.set.is-subset-of",
456 "esnext.set.is-superset-of.v2",
457 "esnext.set.is-superset-of",
458 "esnext.set.join",
459 "esnext.set.map",
460 "esnext.set.of",
461 "esnext.set.reduce",
462 "esnext.set.some",
463 "esnext.set.symmetric-difference.v2",
464 "esnext.set.symmetric-difference",
465 "esnext.set.union.v2",
466 "esnext.set.union",
467 "esnext.string.at",
468 "esnext.string.cooked",
469 "esnext.string.code-points",
470 "esnext.string.dedent",
471 "esnext.string.is-well-formed",
472 "esnext.string.match-all",
473 "esnext.string.replace-all",
474 "esnext.string.to-well-formed",
475 "esnext.symbol.async-dispose",
476 "esnext.symbol.custom-matcher",
477 "esnext.symbol.dispose",
478 "esnext.symbol.is-registered-symbol",
479 "esnext.symbol.is-registered",
480 "esnext.symbol.is-well-known-symbol",
481 "esnext.symbol.is-well-known",
482 "esnext.symbol.matcher",
483 "esnext.symbol.metadata",
484 "esnext.symbol.metadata-key",
485 "esnext.symbol.observable",
486 "esnext.symbol.pattern-match",
487 "esnext.symbol.replace-all",
488 "esnext.typed-array.from-async",
489 "esnext.typed-array.at",
490 "esnext.typed-array.filter-out",
491 "esnext.typed-array.filter-reject",
492 "esnext.typed-array.find-last",
493 "esnext.typed-array.find-last-index",
494 "esnext.typed-array.group-by",
495 "esnext.typed-array.to-reversed",
496 "esnext.typed-array.to-sorted",
497 "esnext.typed-array.to-spliced",
498 "esnext.typed-array.unique-by",
499 "esnext.typed-array.with",
500 "esnext.uint8-array.from-base64",
501 "esnext.uint8-array.from-hex",
502 "esnext.uint8-array.set-from-base64",
503 "esnext.uint8-array.set-from-hex",
504 "esnext.uint8-array.to-base64",
505 "esnext.uint8-array.to-hex",
506 "esnext.weak-map.delete-all",
507 "esnext.weak-map.from",
508 "esnext.weak-map.of",
509 "esnext.weak-map.emplace",
510 "esnext.weak-map.get-or-insert",
511 "esnext.weak-map.get-or-insert-computed",
512 "esnext.weak-map.upsert",
513 "esnext.weak-set.add-all",
514 "esnext.weak-set.delete-all",
515 "esnext.weak-set.from",
516 "esnext.weak-set.of",
517 "web.atob",
518 "web.btoa",
519 "web.dom-collections.for-each",
520 "web.dom-collections.iterator",
521 "web.dom-exception.constructor",
522 "web.dom-exception.stack",
523 "web.dom-exception.to-string-tag",
524 "web.immediate",
525 "web.queue-microtask",
526 "web.self",
527 "web.structured-clone",
528 "web.timers",
529 "web.url",
530 "web.url.can-parse",
531 "web.url.parse",
532 "web.url.to-json",
533 "web.url-search-params",
534 "web.url-search-params.delete",
535 "web.url-search-params.has",
536 "web.url-search-params.size"
537 ],
538 "core-js/actual": [
539 "es.symbol",
540 "es.symbol.description",
541 "es.symbol.async-dispose",
542 "es.symbol.async-iterator",
543 "es.symbol.dispose",
544 "es.symbol.has-instance",
545 "es.symbol.is-concat-spreadable",
546 "es.symbol.iterator",
547 "es.symbol.match",
548 "es.symbol.match-all",
549 "es.symbol.replace",
550 "es.symbol.search",
551 "es.symbol.species",
552 "es.symbol.split",
553 "es.symbol.to-primitive",
554 "es.symbol.to-string-tag",
555 "es.symbol.unscopables",
556 "es.error.cause",
557 "es.error.is-error",
558 "es.error.to-string",
559 "es.aggregate-error",
560 "es.aggregate-error.cause",
561 "es.suppressed-error.constructor",
562 "es.array.at",
563 "es.array.concat",
564 "es.array.copy-within",
565 "es.array.every",
566 "es.array.fill",
567 "es.array.filter",
568 "es.array.find",
569 "es.array.find-index",
570 "es.array.find-last",
571 "es.array.find-last-index",
572 "es.array.flat",
573 "es.array.flat-map",
574 "es.array.for-each",
575 "es.array.from",
576 "es.array.includes",
577 "es.array.index-of",
578 "es.array.is-array",
579 "es.array.iterator",
580 "es.array.join",
581 "es.array.last-index-of",
582 "es.array.map",
583 "es.array.of",
584 "es.array.push",
585 "es.array.reduce",
586 "es.array.reduce-right",
587 "es.array.reverse",
588 "es.array.slice",
589 "es.array.some",
590 "es.array.sort",
591 "es.array.species",
592 "es.array.splice",
593 "es.array.to-reversed",
594 "es.array.to-sorted",
595 "es.array.to-spliced",
596 "es.array.unscopables.flat",
597 "es.array.unscopables.flat-map",
598 "es.array.unshift",
599 "es.array.with",
600 "es.array-buffer.constructor",
601 "es.array-buffer.is-view",
602 "es.array-buffer.slice",
603 "es.data-view",
604 "es.data-view.get-float16",
605 "es.data-view.set-float16",
606 "es.array-buffer.detached",
607 "es.array-buffer.transfer",
608 "es.array-buffer.transfer-to-fixed-length",
609 "es.date.get-year",
610 "es.date.now",
611 "es.date.set-year",
612 "es.date.to-gmt-string",
613 "es.date.to-iso-string",
614 "es.date.to-json",
615 "es.date.to-primitive",
616 "es.date.to-string",
617 "es.disposable-stack.constructor",
618 "es.escape",
619 "es.function.bind",
620 "es.function.has-instance",
621 "es.function.name",
622 "es.global-this",
623 "es.iterator.constructor",
624 "es.iterator.concat",
625 "es.iterator.dispose",
626 "es.iterator.drop",
627 "es.iterator.every",
628 "es.iterator.filter",
629 "es.iterator.find",
630 "es.iterator.flat-map",
631 "es.iterator.for-each",
632 "es.iterator.from",
633 "es.iterator.map",
634 "es.iterator.reduce",
635 "es.iterator.some",
636 "es.iterator.take",
637 "es.iterator.to-array",
638 "es.json.is-raw-json",
639 "es.json.parse",
640 "es.json.raw-json",
641 "es.json.stringify",
642 "es.json.to-string-tag",
643 "es.map",
644 "es.map.group-by",
645 "es.map.get-or-insert",
646 "es.map.get-or-insert-computed",
647 "es.math.acosh",
648 "es.math.asinh",
649 "es.math.atanh",
650 "es.math.cbrt",
651 "es.math.clz32",
652 "es.math.cosh",
653 "es.math.expm1",
654 "es.math.fround",
655 "es.math.f16round",
656 "es.math.hypot",
657 "es.math.imul",
658 "es.math.log10",
659 "es.math.log1p",
660 "es.math.log2",
661 "es.math.sign",
662 "es.math.sinh",
663 "es.math.sum-precise",
664 "es.math.tanh",
665 "es.math.to-string-tag",
666 "es.math.trunc",
667 "es.number.constructor",
668 "es.number.epsilon",
669 "es.number.is-finite",
670 "es.number.is-integer",
671 "es.number.is-nan",
672 "es.number.is-safe-integer",
673 "es.number.max-safe-integer",
674 "es.number.min-safe-integer",
675 "es.number.parse-float",
676 "es.number.parse-int",
677 "es.number.to-exponential",
678 "es.number.to-fixed",
679 "es.number.to-precision",
680 "es.object.assign",
681 "es.object.create",
682 "es.object.define-getter",
683 "es.object.define-properties",
684 "es.object.define-property",
685 "es.object.define-setter",
686 "es.object.entries",
687 "es.object.freeze",
688 "es.object.from-entries",
689 "es.object.get-own-property-descriptor",
690 "es.object.get-own-property-descriptors",
691 "es.object.get-own-property-names",
692 "es.object.get-prototype-of",
693 "es.object.group-by",
694 "es.object.has-own",
695 "es.object.is",
696 "es.object.is-extensible",
697 "es.object.is-frozen",
698 "es.object.is-sealed",
699 "es.object.keys",
700 "es.object.lookup-getter",
701 "es.object.lookup-setter",
702 "es.object.prevent-extensions",
703 "es.object.proto",
704 "es.object.seal",
705 "es.object.set-prototype-of",
706 "es.object.to-string",
707 "es.object.values",
708 "es.parse-float",
709 "es.parse-int",
710 "es.promise",
711 "es.promise.all-settled",
712 "es.promise.any",
713 "es.promise.finally",
714 "es.promise.try",
715 "es.promise.with-resolvers",
716 "es.array.from-async",
717 "es.async-disposable-stack.constructor",
718 "es.async-iterator.async-dispose",
719 "es.reflect.apply",
720 "es.reflect.construct",
721 "es.reflect.define-property",
722 "es.reflect.delete-property",
723 "es.reflect.get",
724 "es.reflect.get-own-property-descriptor",
725 "es.reflect.get-prototype-of",
726 "es.reflect.has",
727 "es.reflect.is-extensible",
728 "es.reflect.own-keys",
729 "es.reflect.prevent-extensions",
730 "es.reflect.set",
731 "es.reflect.set-prototype-of",
732 "es.reflect.to-string-tag",
733 "es.regexp.constructor",
734 "es.regexp.escape",
735 "es.regexp.dot-all",
736 "es.regexp.exec",
737 "es.regexp.flags",
738 "es.regexp.sticky",
739 "es.regexp.test",
740 "es.regexp.to-string",
741 "es.set",
742 "es.set.difference.v2",
743 "es.set.intersection.v2",
744 "es.set.is-disjoint-from.v2",
745 "es.set.is-subset-of.v2",
746 "es.set.is-superset-of.v2",
747 "es.set.symmetric-difference.v2",
748 "es.set.union.v2",
749 "es.string.at-alternative",
750 "es.string.code-point-at",
751 "es.string.ends-with",
752 "es.string.from-code-point",
753 "es.string.includes",
754 "es.string.is-well-formed",
755 "es.string.iterator",
756 "es.string.match",
757 "es.string.match-all",
758 "es.string.pad-end",
759 "es.string.pad-start",
760 "es.string.raw",
761 "es.string.repeat",
762 "es.string.replace",
763 "es.string.replace-all",
764 "es.string.search",
765 "es.string.split",
766 "es.string.starts-with",
767 "es.string.substr",
768 "es.string.to-well-formed",
769 "es.string.trim",
770 "es.string.trim-end",
771 "es.string.trim-start",
772 "es.string.anchor",
773 "es.string.big",
774 "es.string.blink",
775 "es.string.bold",
776 "es.string.fixed",
777 "es.string.fontcolor",
778 "es.string.fontsize",
779 "es.string.italics",
780 "es.string.link",
781 "es.string.small",
782 "es.string.strike",
783 "es.string.sub",
784 "es.string.sup",
785 "es.typed-array.float32-array",
786 "es.typed-array.float64-array",
787 "es.typed-array.int8-array",
788 "es.typed-array.int16-array",
789 "es.typed-array.int32-array",
790 "es.typed-array.uint8-array",
791 "es.typed-array.uint8-clamped-array",
792 "es.typed-array.uint16-array",
793 "es.typed-array.uint32-array",
794 "es.typed-array.at",
795 "es.typed-array.copy-within",
796 "es.typed-array.every",
797 "es.typed-array.fill",
798 "es.typed-array.filter",
799 "es.typed-array.find",
800 "es.typed-array.find-index",
801 "es.typed-array.find-last",
802 "es.typed-array.find-last-index",
803 "es.typed-array.for-each",
804 "es.typed-array.from",
805 "es.typed-array.includes",
806 "es.typed-array.index-of",
807 "es.typed-array.iterator",
808 "es.typed-array.join",
809 "es.typed-array.last-index-of",
810 "es.typed-array.map",
811 "es.typed-array.of",
812 "es.typed-array.reduce",
813 "es.typed-array.reduce-right",
814 "es.typed-array.reverse",
815 "es.typed-array.set",
816 "es.typed-array.slice",
817 "es.typed-array.some",
818 "es.typed-array.sort",
819 "es.typed-array.subarray",
820 "es.typed-array.to-locale-string",
821 "es.typed-array.to-reversed",
822 "es.typed-array.to-sorted",
823 "es.typed-array.to-string",
824 "es.typed-array.with",
825 "es.uint8-array.from-base64",
826 "es.uint8-array.from-hex",
827 "es.uint8-array.set-from-base64",
828 "es.uint8-array.set-from-hex",
829 "es.uint8-array.to-base64",
830 "es.uint8-array.to-hex",
831 "es.unescape",
832 "es.weak-map",
833 "es.weak-map.get-or-insert",
834 "es.weak-map.get-or-insert-computed",
835 "es.weak-set",
836 "esnext.aggregate-error",
837 "esnext.suppressed-error.constructor",
838 "esnext.array.from-async",
839 "esnext.array.at",
840 "esnext.array.find-last",
841 "esnext.array.find-last-index",
842 "esnext.array.group",
843 "esnext.array.group-by",
844 "esnext.array.group-by-to-map",
845 "esnext.array.group-to-map",
846 "esnext.array.to-reversed",
847 "esnext.array.to-sorted",
848 "esnext.array.to-spliced",
849 "esnext.array.with",
850 "esnext.array-buffer.detached",
851 "esnext.array-buffer.transfer",
852 "esnext.array-buffer.transfer-to-fixed-length",
853 "esnext.async-disposable-stack.constructor",
854 "esnext.async-iterator.constructor",
855 "esnext.async-iterator.async-dispose",
856 "esnext.async-iterator.drop",
857 "esnext.async-iterator.every",
858 "esnext.async-iterator.filter",
859 "esnext.async-iterator.find",
860 "esnext.async-iterator.flat-map",
861 "esnext.async-iterator.for-each",
862 "esnext.async-iterator.from",
863 "esnext.async-iterator.map",
864 "esnext.async-iterator.reduce",
865 "esnext.async-iterator.some",
866 "esnext.async-iterator.take",
867 "esnext.async-iterator.to-array",
868 "esnext.data-view.get-float16",
869 "esnext.data-view.set-float16",
870 "esnext.disposable-stack.constructor",
871 "esnext.error.is-error",
872 "esnext.function.metadata",
873 "esnext.global-this",
874 "esnext.iterator.constructor",
875 "esnext.iterator.concat",
876 "esnext.iterator.dispose",
877 "esnext.iterator.drop",
878 "esnext.iterator.every",
879 "esnext.iterator.filter",
880 "esnext.iterator.find",
881 "esnext.iterator.flat-map",
882 "esnext.iterator.for-each",
883 "esnext.iterator.from",
884 "esnext.iterator.map",
885 "esnext.iterator.reduce",
886 "esnext.iterator.some",
887 "esnext.iterator.take",
888 "esnext.iterator.to-array",
889 "esnext.iterator.to-async",
890 "esnext.iterator.zip",
891 "esnext.iterator.zip-keyed",
892 "esnext.json.is-raw-json",
893 "esnext.json.parse",
894 "esnext.json.raw-json",
895 "esnext.map.get-or-insert",
896 "esnext.map.get-or-insert-computed",
897 "esnext.map.group-by",
898 "esnext.math.f16round",
899 "esnext.math.sum-precise",
900 "esnext.object.has-own",
901 "esnext.object.group-by",
902 "esnext.promise.all-settled",
903 "esnext.promise.any",
904 "esnext.promise.try",
905 "esnext.promise.with-resolvers",
906 "esnext.regexp.escape",
907 "esnext.set.difference.v2",
908 "esnext.set.intersection.v2",
909 "esnext.set.is-disjoint-from.v2",
910 "esnext.set.is-subset-of.v2",
911 "esnext.set.is-superset-of.v2",
912 "esnext.set.symmetric-difference.v2",
913 "esnext.set.union.v2",
914 "esnext.string.is-well-formed",
915 "esnext.string.match-all",
916 "esnext.string.replace-all",
917 "esnext.string.to-well-formed",
918 "esnext.symbol.async-dispose",
919 "esnext.symbol.dispose",
920 "esnext.symbol.metadata",
921 "esnext.typed-array.at",
922 "esnext.typed-array.find-last",
923 "esnext.typed-array.find-last-index",
924 "esnext.typed-array.to-reversed",
925 "esnext.typed-array.to-sorted",
926 "esnext.typed-array.to-spliced",
927 "esnext.typed-array.with",
928 "esnext.uint8-array.from-base64",
929 "esnext.uint8-array.from-hex",
930 "esnext.uint8-array.set-from-base64",
931 "esnext.uint8-array.set-from-hex",
932 "esnext.uint8-array.to-base64",
933 "esnext.uint8-array.to-hex",
934 "esnext.weak-map.get-or-insert",
935 "esnext.weak-map.get-or-insert-computed",
936 "web.atob",
937 "web.btoa",
938 "web.dom-collections.for-each",
939 "web.dom-collections.iterator",
940 "web.dom-exception.constructor",
941 "web.dom-exception.stack",
942 "web.dom-exception.to-string-tag",
943 "web.immediate",
944 "web.queue-microtask",
945 "web.self",
946 "web.structured-clone",
947 "web.timers",
948 "web.url",
949 "web.url.can-parse",
950 "web.url.parse",
951 "web.url.to-json",
952 "web.url-search-params",
953 "web.url-search-params.delete",
954 "web.url-search-params.has",
955 "web.url-search-params.size"
956 ],
957 "core-js/actual/aggregate-error": [],
958 "core-js/actual/array": [
959 "es.array.at",
960 "es.array.concat",
961 "es.array.copy-within",
962 "es.array.every",
963 "es.array.fill",
964 "es.array.filter",
965 "es.array.find",
966 "es.array.find-index",
967 "es.array.find-last",
968 "es.array.find-last-index",
969 "es.array.flat",
970 "es.array.flat-map",
971 "es.array.for-each",
972 "es.array.from",
973 "es.array.includes",
974 "es.array.index-of",
975 "es.array.is-array",
976 "es.array.iterator",
977 "es.array.join",
978 "es.array.last-index-of",
979 "es.array.map",
980 "es.array.of",
981 "es.array.push",
982 "es.array.reduce",
983 "es.array.reduce-right",
984 "es.array.reverse",
985 "es.array.slice",
986 "es.array.some",
987 "es.array.sort",
988 "es.array.species",
989 "es.array.splice",
990 "es.array.to-reversed",
991 "es.array.to-sorted",
992 "es.array.to-spliced",
993 "es.array.unscopables.flat",
994 "es.array.unscopables.flat-map",
995 "es.array.unshift",
996 "es.array.with",
997 "es.object.to-string",
998 "es.promise",
999 "es.array.from-async",
1000 "es.string.iterator",
1001 "esnext.array.from-async",
1002 "esnext.array.find-last",
1003 "esnext.array.find-last-index",
1004 "esnext.array.group",
1005 "esnext.array.group-by",
1006 "esnext.array.group-by-to-map",
1007 "esnext.array.group-to-map",
1008 "esnext.array.to-reversed",
1009 "esnext.array.to-sorted",
1010 "esnext.array.to-spliced",
1011 "esnext.array.with"
1012 ],
1013 "core-js/actual/array-buffer": [
1014 "es.array-buffer.constructor",
1015 "es.array-buffer.is-view",
1016 "es.array-buffer.slice",
1017 "es.data-view",
1018 "es.array-buffer.detached",
1019 "es.array-buffer.transfer",
1020 "es.array-buffer.transfer-to-fixed-length",
1021 "es.object.to-string",
1022 "esnext.array-buffer.detached",
1023 "esnext.array-buffer.transfer",
1024 "esnext.array-buffer.transfer-to-fixed-length"
1025 ],
1026 "core-js/actual/array-buffer/constructor": [
1027 "es.array-buffer.constructor",
1028 "es.array-buffer.slice",
1029 "es.array-buffer.detached",
1030 "es.array-buffer.transfer",
1031 "es.array-buffer.transfer-to-fixed-length",
1032 "es.object.to-string",
1033 "esnext.array-buffer.detached",
1034 "esnext.array-buffer.transfer",
1035 "esnext.array-buffer.transfer-to-fixed-length"
1036 ],
1037 "core-js/actual/array-buffer/detached": [
1038 "es.array-buffer.constructor",
1039 "es.array-buffer.slice",
1040 "es.array-buffer.detached",
1041 "esnext.array-buffer.detached"
1042 ],
1043 "core-js/actual/array-buffer/is-view": [
1044 "es.array-buffer.is-view"
1045 ],
1046 "core-js/actual/array-buffer/slice": [
1047 "es.array-buffer.slice"
1048 ],
1049 "core-js/actual/array-buffer/transfer": [
1050 "es.array-buffer.constructor",
1051 "es.array-buffer.slice",
1052 "es.data-view",
1053 "es.array-buffer.transfer",
1054 "esnext.array-buffer.transfer"
1055 ],
1056 "core-js/actual/array-buffer/transfer-to-fixed-length": [
1057 "es.array-buffer.constructor",
1058 "es.array-buffer.slice",
1059 "es.data-view",
1060 "es.array-buffer.transfer-to-fixed-length",
1061 "esnext.array-buffer.transfer-to-fixed-length"
1062 ],
1063 "core-js/actual/array/at": [
1064 "es.array.at"
1065 ],
1066 "core-js/actual/array/concat": [
1067 "es.array.concat"
1068 ],
1069 "core-js/actual/array/copy-within": [
1070 "es.array.copy-within"
1071 ],
1072 "core-js/actual/array/entries": [
1073 "es.array.iterator",
1074 "es.object.to-string"
1075 ],
1076 "core-js/actual/array/every": [
1077 "es.array.every"
1078 ],
1079 "core-js/actual/array/fill": [
1080 "es.array.fill"
1081 ],
1082 "core-js/actual/array/filter": [
1083 "es.array.filter"
1084 ],
1085 "core-js/actual/array/find": [
1086 "es.array.find"
1087 ],
1088 "core-js/actual/array/find-index": [
1089 "es.array.find-index"
1090 ],
1091 "core-js/actual/array/find-last": [
1092 "es.array.find-last",
1093 "esnext.array.find-last"
1094 ],
1095 "core-js/actual/array/find-last-index": [
1096 "es.array.find-last-index",
1097 "esnext.array.find-last-index"
1098 ],
1099 "core-js/actual/array/flat": [
1100 "es.array.flat",
1101 "es.array.unscopables.flat"
1102 ],
1103 "core-js/actual/array/flat-map": [
1104 "es.array.flat-map",
1105 "es.array.unscopables.flat-map"
1106 ],
1107 "core-js/actual/array/for-each": [
1108 "es.array.for-each"
1109 ],
1110 "core-js/actual/array/from": [
1111 "es.array.from",
1112 "es.string.iterator"
1113 ],
1114 "core-js/actual/array/from-async": [
1115 "es.array.iterator",
1116 "es.object.to-string",
1117 "es.promise",
1118 "es.array.from-async",
1119 "es.string.iterator",
1120 "esnext.array.from-async"
1121 ],
1122 "core-js/actual/array/group": [
1123 "esnext.array.group"
1124 ],
1125 "core-js/actual/array/group-by": [
1126 "esnext.array.group-by"
1127 ],
1128 "core-js/actual/array/group-by-to-map": [
1129 "es.map",
1130 "es.object.to-string",
1131 "esnext.array.group-by-to-map"
1132 ],
1133 "core-js/actual/array/group-to-map": [
1134 "es.map",
1135 "es.object.to-string",
1136 "esnext.array.group-to-map"
1137 ],
1138 "core-js/actual/array/includes": [
1139 "es.array.includes"
1140 ],
1141 "core-js/actual/array/index-of": [
1142 "es.array.index-of"
1143 ],
1144 "core-js/actual/array/is-array": [
1145 "es.array.is-array"
1146 ],
1147 "core-js/actual/array/iterator": [
1148 "es.array.iterator",
1149 "es.object.to-string"
1150 ],
1151 "core-js/actual/array/join": [
1152 "es.array.join"
1153 ],
1154 "core-js/actual/array/keys": [
1155 "es.array.iterator",
1156 "es.object.to-string"
1157 ],
1158 "core-js/actual/array/last-index-of": [
1159 "es.array.last-index-of"
1160 ],
1161 "core-js/actual/array/map": [
1162 "es.array.map"
1163 ],
1164 "core-js/actual/array/of": [
1165 "es.array.of"
1166 ],
1167 "core-js/actual/array/push": [
1168 "es.array.push"
1169 ],
1170 "core-js/actual/array/reduce": [
1171 "es.array.reduce"
1172 ],
1173 "core-js/actual/array/reduce-right": [
1174 "es.array.reduce-right"
1175 ],
1176 "core-js/actual/array/reverse": [
1177 "es.array.reverse"
1178 ],
1179 "core-js/actual/array/slice": [
1180 "es.array.slice"
1181 ],
1182 "core-js/actual/array/some": [
1183 "es.array.some"
1184 ],
1185 "core-js/actual/array/sort": [
1186 "es.array.sort"
1187 ],
1188 "core-js/actual/array/splice": [
1189 "es.array.splice"
1190 ],
1191 "core-js/actual/array/to-reversed": [
1192 "es.array.to-reversed",
1193 "esnext.array.to-reversed"
1194 ],
1195 "core-js/actual/array/to-sorted": [
1196 "es.array.sort",
1197 "es.array.to-sorted",
1198 "esnext.array.to-sorted"
1199 ],
1200 "core-js/actual/array/to-spliced": [
1201 "es.array.to-spliced",
1202 "esnext.array.to-spliced"
1203 ],
1204 "core-js/actual/array/unshift": [
1205 "es.array.unshift"
1206 ],
1207 "core-js/actual/array/values": [
1208 "es.array.iterator",
1209 "es.object.to-string"
1210 ],
1211 "core-js/actual/array/virtual": [
1212 "es.array.at",
1213 "es.array.concat",
1214 "es.array.copy-within",
1215 "es.array.every",
1216 "es.array.fill",
1217 "es.array.filter",
1218 "es.array.find",
1219 "es.array.find-index",
1220 "es.array.find-last",
1221 "es.array.find-last-index",
1222 "es.array.flat",
1223 "es.array.flat-map",
1224 "es.array.for-each",
1225 "es.array.includes",
1226 "es.array.index-of",
1227 "es.array.iterator",
1228 "es.array.join",
1229 "es.array.last-index-of",
1230 "es.array.map",
1231 "es.array.push",
1232 "es.array.reduce",
1233 "es.array.reduce-right",
1234 "es.array.reverse",
1235 "es.array.slice",
1236 "es.array.some",
1237 "es.array.sort",
1238 "es.array.species",
1239 "es.array.splice",
1240 "es.array.to-reversed",
1241 "es.array.to-sorted",
1242 "es.array.to-spliced",
1243 "es.array.unscopables.flat",
1244 "es.array.unscopables.flat-map",
1245 "es.array.unshift",
1246 "es.array.with",
1247 "es.map",
1248 "es.object.to-string",
1249 "esnext.array.find-last",
1250 "esnext.array.find-last-index",
1251 "esnext.array.group",
1252 "esnext.array.group-by",
1253 "esnext.array.group-by-to-map",
1254 "esnext.array.group-to-map",
1255 "esnext.array.to-reversed",
1256 "esnext.array.to-sorted",
1257 "esnext.array.to-spliced",
1258 "esnext.array.with"
1259 ],
1260 "core-js/actual/array/virtual/at": [
1261 "es.array.at"
1262 ],
1263 "core-js/actual/array/virtual/concat": [
1264 "es.array.concat"
1265 ],
1266 "core-js/actual/array/virtual/copy-within": [
1267 "es.array.copy-within"
1268 ],
1269 "core-js/actual/array/virtual/entries": [
1270 "es.array.iterator",
1271 "es.object.to-string"
1272 ],
1273 "core-js/actual/array/virtual/every": [
1274 "es.array.every"
1275 ],
1276 "core-js/actual/array/virtual/fill": [
1277 "es.array.fill"
1278 ],
1279 "core-js/actual/array/virtual/filter": [
1280 "es.array.filter"
1281 ],
1282 "core-js/actual/array/virtual/find": [
1283 "es.array.find"
1284 ],
1285 "core-js/actual/array/virtual/find-index": [
1286 "es.array.find-index"
1287 ],
1288 "core-js/actual/array/virtual/find-last": [
1289 "es.array.find-last",
1290 "esnext.array.find-last"
1291 ],
1292 "core-js/actual/array/virtual/find-last-index": [
1293 "es.array.find-last-index",
1294 "esnext.array.find-last-index"
1295 ],
1296 "core-js/actual/array/virtual/flat": [
1297 "es.array.flat",
1298 "es.array.unscopables.flat"
1299 ],
1300 "core-js/actual/array/virtual/flat-map": [
1301 "es.array.flat-map",
1302 "es.array.unscopables.flat-map"
1303 ],
1304 "core-js/actual/array/virtual/for-each": [
1305 "es.array.for-each"
1306 ],
1307 "core-js/actual/array/virtual/group": [
1308 "esnext.array.group"
1309 ],
1310 "core-js/actual/array/virtual/group-by": [
1311 "esnext.array.group-by"
1312 ],
1313 "core-js/actual/array/virtual/group-by-to-map": [
1314 "es.map",
1315 "es.object.to-string",
1316 "esnext.array.group-by-to-map"
1317 ],
1318 "core-js/actual/array/virtual/group-to-map": [
1319 "es.map",
1320 "es.object.to-string",
1321 "esnext.array.group-to-map"
1322 ],
1323 "core-js/actual/array/virtual/includes": [
1324 "es.array.includes"
1325 ],
1326 "core-js/actual/array/virtual/index-of": [
1327 "es.array.index-of"
1328 ],
1329 "core-js/actual/array/virtual/iterator": [
1330 "es.array.iterator",
1331 "es.object.to-string"
1332 ],
1333 "core-js/actual/array/virtual/join": [
1334 "es.array.join"
1335 ],
1336 "core-js/actual/array/virtual/keys": [
1337 "es.array.iterator",
1338 "es.object.to-string"
1339 ],
1340 "core-js/actual/array/virtual/last-index-of": [
1341 "es.array.last-index-of"
1342 ],
1343 "core-js/actual/array/virtual/map": [
1344 "es.array.map"
1345 ],
1346 "core-js/actual/array/virtual/push": [
1347 "es.array.push"
1348 ],
1349 "core-js/actual/array/virtual/reduce": [
1350 "es.array.reduce"
1351 ],
1352 "core-js/actual/array/virtual/reduce-right": [
1353 "es.array.reduce-right"
1354 ],
1355 "core-js/actual/array/virtual/reverse": [
1356 "es.array.reverse"
1357 ],
1358 "core-js/actual/array/virtual/slice": [
1359 "es.array.slice"
1360 ],
1361 "core-js/actual/array/virtual/some": [
1362 "es.array.some"
1363 ],
1364 "core-js/actual/array/virtual/sort": [
1365 "es.array.sort"
1366 ],
1367 "core-js/actual/array/virtual/splice": [
1368 "es.array.splice"
1369 ],
1370 "core-js/actual/array/virtual/to-reversed": [
1371 "es.array.to-reversed",
1372 "esnext.array.to-reversed"
1373 ],
1374 "core-js/actual/array/virtual/to-sorted": [
1375 "es.array.sort",
1376 "es.array.to-sorted",
1377 "esnext.array.to-sorted"
1378 ],
1379 "core-js/actual/array/virtual/to-spliced": [
1380 "es.array.to-spliced",
1381 "esnext.array.to-spliced"
1382 ],
1383 "core-js/actual/array/virtual/unshift": [
1384 "es.array.unshift"
1385 ],
1386 "core-js/actual/array/virtual/values": [
1387 "es.array.iterator",
1388 "es.object.to-string"
1389 ],
1390 "core-js/actual/array/virtual/with": [
1391 "es.array.with",
1392 "esnext.array.with"
1393 ],
1394 "core-js/actual/array/with": [
1395 "es.array.with",
1396 "esnext.array.with"
1397 ],
1398 "core-js/actual/async-disposable-stack": [
1399 "es.error.cause",
1400 "es.error.to-string",
1401 "es.suppressed-error.constructor",
1402 "es.iterator.dispose",
1403 "es.object.to-string",
1404 "es.promise",
1405 "es.async-disposable-stack.constructor",
1406 "es.async-iterator.async-dispose",
1407 "esnext.suppressed-error.constructor",
1408 "esnext.async-disposable-stack.constructor",
1409 "esnext.async-iterator.async-dispose",
1410 "esnext.iterator.dispose"
1411 ],
1412 "core-js/actual/async-disposable-stack/constructor": [
1413 "es.error.cause",
1414 "es.error.to-string",
1415 "es.suppressed-error.constructor",
1416 "es.iterator.dispose",
1417 "es.object.to-string",
1418 "es.promise",
1419 "es.async-disposable-stack.constructor",
1420 "es.async-iterator.async-dispose",
1421 "esnext.suppressed-error.constructor",
1422 "esnext.async-disposable-stack.constructor",
1423 "esnext.async-iterator.async-dispose",
1424 "esnext.iterator.dispose"
1425 ],
1426 "core-js/actual/async-iterator": [
1427 "es.array.iterator",
1428 "es.object.to-string",
1429 "es.promise",
1430 "es.async-iterator.async-dispose",
1431 "es.string.iterator",
1432 "esnext.async-iterator.constructor",
1433 "esnext.async-iterator.async-dispose",
1434 "esnext.async-iterator.drop",
1435 "esnext.async-iterator.every",
1436 "esnext.async-iterator.filter",
1437 "esnext.async-iterator.find",
1438 "esnext.async-iterator.flat-map",
1439 "esnext.async-iterator.for-each",
1440 "esnext.async-iterator.from",
1441 "esnext.async-iterator.map",
1442 "esnext.async-iterator.reduce",
1443 "esnext.async-iterator.some",
1444 "esnext.async-iterator.take",
1445 "esnext.async-iterator.to-array",
1446 "web.dom-collections.iterator"
1447 ],
1448 "core-js/actual/async-iterator/async-dispose": [
1449 "es.object.to-string",
1450 "es.promise",
1451 "es.async-iterator.async-dispose",
1452 "esnext.async-iterator.async-dispose"
1453 ],
1454 "core-js/actual/async-iterator/drop": [
1455 "es.object.to-string",
1456 "es.promise",
1457 "esnext.async-iterator.constructor",
1458 "esnext.async-iterator.drop"
1459 ],
1460 "core-js/actual/async-iterator/every": [
1461 "es.object.to-string",
1462 "es.promise",
1463 "esnext.async-iterator.constructor",
1464 "esnext.async-iterator.every"
1465 ],
1466 "core-js/actual/async-iterator/filter": [
1467 "es.object.to-string",
1468 "es.promise",
1469 "esnext.async-iterator.constructor",
1470 "esnext.async-iterator.filter"
1471 ],
1472 "core-js/actual/async-iterator/find": [
1473 "es.object.to-string",
1474 "es.promise",
1475 "esnext.async-iterator.constructor",
1476 "esnext.async-iterator.find"
1477 ],
1478 "core-js/actual/async-iterator/flat-map": [
1479 "es.object.to-string",
1480 "es.promise",
1481 "esnext.async-iterator.constructor",
1482 "esnext.async-iterator.flat-map"
1483 ],
1484 "core-js/actual/async-iterator/for-each": [
1485 "es.object.to-string",
1486 "es.promise",
1487 "esnext.async-iterator.constructor",
1488 "esnext.async-iterator.for-each"
1489 ],
1490 "core-js/actual/async-iterator/from": [
1491 "es.array.iterator",
1492 "es.object.to-string",
1493 "es.promise",
1494 "es.string.iterator",
1495 "esnext.async-iterator.constructor",
1496 "esnext.async-iterator.drop",
1497 "esnext.async-iterator.every",
1498 "esnext.async-iterator.filter",
1499 "esnext.async-iterator.find",
1500 "esnext.async-iterator.flat-map",
1501 "esnext.async-iterator.for-each",
1502 "esnext.async-iterator.from",
1503 "esnext.async-iterator.map",
1504 "esnext.async-iterator.reduce",
1505 "esnext.async-iterator.some",
1506 "esnext.async-iterator.take",
1507 "esnext.async-iterator.to-array",
1508 "web.dom-collections.iterator"
1509 ],
1510 "core-js/actual/async-iterator/map": [
1511 "es.object.to-string",
1512 "es.promise",
1513 "esnext.async-iterator.constructor",
1514 "esnext.async-iterator.map"
1515 ],
1516 "core-js/actual/async-iterator/reduce": [
1517 "es.object.to-string",
1518 "es.promise",
1519 "esnext.async-iterator.constructor",
1520 "esnext.async-iterator.reduce"
1521 ],
1522 "core-js/actual/async-iterator/some": [
1523 "es.object.to-string",
1524 "es.promise",
1525 "esnext.async-iterator.constructor",
1526 "esnext.async-iterator.some"
1527 ],
1528 "core-js/actual/async-iterator/take": [
1529 "es.object.to-string",
1530 "es.promise",
1531 "esnext.async-iterator.constructor",
1532 "esnext.async-iterator.take"
1533 ],
1534 "core-js/actual/async-iterator/to-array": [
1535 "es.object.to-string",
1536 "es.promise",
1537 "esnext.async-iterator.constructor",
1538 "esnext.async-iterator.to-array"
1539 ],
1540 "core-js/actual/atob": [
1541 "es.error.to-string",
1542 "es.object.to-string",
1543 "web.atob",
1544 "web.dom-exception.constructor",
1545 "web.dom-exception.stack",
1546 "web.dom-exception.to-string-tag"
1547 ],
1548 "core-js/actual/btoa": [
1549 "es.error.to-string",
1550 "es.object.to-string",
1551 "web.btoa",
1552 "web.dom-exception.constructor",
1553 "web.dom-exception.stack",
1554 "web.dom-exception.to-string-tag"
1555 ],
1556 "core-js/actual/clear-immediate": [
1557 "web.immediate"
1558 ],
1559 "core-js/actual/data-view": [
1560 "es.array-buffer.constructor",
1561 "es.array-buffer.slice",
1562 "es.data-view",
1563 "es.data-view.get-float16",
1564 "es.data-view.set-float16",
1565 "es.object.to-string",
1566 "esnext.data-view.get-float16",
1567 "esnext.data-view.set-float16"
1568 ],
1569 "core-js/actual/data-view/get-float16": [
1570 "es.data-view.get-float16",
1571 "esnext.data-view.get-float16"
1572 ],
1573 "core-js/actual/data-view/set-float16": [
1574 "es.data-view.set-float16",
1575 "esnext.data-view.set-float16"
1576 ],
1577 "core-js/actual/date": [
1578 "es.date.get-year",
1579 "es.date.now",
1580 "es.date.set-year",
1581 "es.date.to-gmt-string",
1582 "es.date.to-iso-string",
1583 "es.date.to-json",
1584 "es.date.to-primitive",
1585 "es.date.to-string"
1586 ],
1587 "core-js/actual/date/get-year": [
1588 "es.date.get-year"
1589 ],
1590 "core-js/actual/date/now": [
1591 "es.date.now"
1592 ],
1593 "core-js/actual/date/set-year": [
1594 "es.date.set-year"
1595 ],
1596 "core-js/actual/date/to-gmt-string": [
1597 "es.date.to-gmt-string"
1598 ],
1599 "core-js/actual/date/to-iso-string": [
1600 "es.date.to-iso-string",
1601 "es.date.to-json"
1602 ],
1603 "core-js/actual/date/to-json": [
1604 "es.date.to-json"
1605 ],
1606 "core-js/actual/date/to-primitive": [
1607 "es.date.to-primitive"
1608 ],
1609 "core-js/actual/date/to-string": [
1610 "es.date.to-string"
1611 ],
1612 "core-js/actual/disposable-stack": [
1613 "es.error.cause",
1614 "es.error.to-string",
1615 "es.suppressed-error.constructor",
1616 "es.disposable-stack.constructor",
1617 "es.iterator.dispose",
1618 "es.object.to-string",
1619 "esnext.suppressed-error.constructor",
1620 "esnext.disposable-stack.constructor",
1621 "esnext.iterator.dispose"
1622 ],
1623 "core-js/actual/disposable-stack/constructor": [
1624 "es.error.cause",
1625 "es.error.to-string",
1626 "es.suppressed-error.constructor",
1627 "es.disposable-stack.constructor",
1628 "es.iterator.dispose",
1629 "es.object.to-string",
1630 "esnext.suppressed-error.constructor",
1631 "esnext.disposable-stack.constructor",
1632 "esnext.iterator.dispose"
1633 ],
1634 "core-js/actual/dom-collections": [
1635 "es.array.iterator",
1636 "es.object.to-string",
1637 "web.dom-collections.for-each",
1638 "web.dom-collections.iterator"
1639 ],
1640 "core-js/actual/dom-collections/for-each": [
1641 "web.dom-collections.for-each"
1642 ],
1643 "core-js/actual/dom-collections/iterator": [
1644 "es.object.to-string",
1645 "web.dom-collections.iterator"
1646 ],
1647 "core-js/actual/dom-exception": [
1648 "es.error.to-string",
1649 "web.dom-exception.constructor",
1650 "web.dom-exception.stack",
1651 "web.dom-exception.to-string-tag"
1652 ],
1653 "core-js/actual/dom-exception/constructor": [
1654 "es.error.to-string",
1655 "web.dom-exception.constructor",
1656 "web.dom-exception.stack"
1657 ],
1658 "core-js/actual/dom-exception/to-string-tag": [
1659 "web.dom-exception.to-string-tag"
1660 ],
1661 "core-js/actual/error": [
1662 "es.error.cause",
1663 "es.error.is-error",
1664 "es.error.to-string",
1665 "es.object.create",
1666 "esnext.error.is-error"
1667 ],
1668 "core-js/actual/error/constructor": [
1669 "es.error.cause"
1670 ],
1671 "core-js/actual/error/is-error": [
1672 "es.error.is-error",
1673 "es.object.create",
1674 "esnext.error.is-error"
1675 ],
1676 "core-js/actual/error/to-string": [
1677 "es.error.to-string"
1678 ],
1679 "core-js/actual/escape": [
1680 "es.escape"
1681 ],
1682 "core-js/actual/function": [
1683 "es.function.bind",
1684 "es.function.has-instance",
1685 "es.function.name",
1686 "esnext.function.metadata"
1687 ],
1688 "core-js/actual/function/bind": [
1689 "es.function.bind"
1690 ],
1691 "core-js/actual/function/has-instance": [
1692 "es.function.has-instance"
1693 ],
1694 "core-js/actual/function/metadata": [
1695 "esnext.function.metadata"
1696 ],
1697 "core-js/actual/function/name": [
1698 "es.function.name"
1699 ],
1700 "core-js/actual/function/virtual": [
1701 "es.function.bind"
1702 ],
1703 "core-js/actual/function/virtual/bind": [
1704 "es.function.bind"
1705 ],
1706 "core-js/actual/get-iterator": [
1707 "es.array.iterator",
1708 "es.string.iterator",
1709 "web.dom-collections.iterator"
1710 ],
1711 "core-js/actual/get-iterator-method": [
1712 "es.array.iterator",
1713 "es.string.iterator",
1714 "web.dom-collections.iterator"
1715 ],
1716 "core-js/actual/global-this": [
1717 "es.global-this"
1718 ],
1719 "core-js/actual/instance/at": [
1720 "es.array.at",
1721 "es.string.at-alternative"
1722 ],
1723 "core-js/actual/instance/bind": [
1724 "es.function.bind"
1725 ],
1726 "core-js/actual/instance/code-point-at": [
1727 "es.string.code-point-at"
1728 ],
1729 "core-js/actual/instance/concat": [
1730 "es.array.concat"
1731 ],
1732 "core-js/actual/instance/copy-within": [
1733 "es.array.copy-within"
1734 ],
1735 "core-js/actual/instance/ends-with": [
1736 "es.string.ends-with"
1737 ],
1738 "core-js/actual/instance/entries": [
1739 "es.array.iterator",
1740 "es.object.to-string",
1741 "web.dom-collections.iterator"
1742 ],
1743 "core-js/actual/instance/every": [
1744 "es.array.every"
1745 ],
1746 "core-js/actual/instance/fill": [
1747 "es.array.fill"
1748 ],
1749 "core-js/actual/instance/filter": [
1750 "es.array.filter"
1751 ],
1752 "core-js/actual/instance/find": [
1753 "es.array.find"
1754 ],
1755 "core-js/actual/instance/find-index": [
1756 "es.array.find-index"
1757 ],
1758 "core-js/actual/instance/find-last": [
1759 "es.array.find-last",
1760 "esnext.array.find-last"
1761 ],
1762 "core-js/actual/instance/find-last-index": [
1763 "es.array.find-last-index",
1764 "esnext.array.find-last-index"
1765 ],
1766 "core-js/actual/instance/flags": [
1767 "es.regexp.flags"
1768 ],
1769 "core-js/actual/instance/flat": [
1770 "es.array.flat",
1771 "es.array.unscopables.flat"
1772 ],
1773 "core-js/actual/instance/flat-map": [
1774 "es.array.flat-map",
1775 "es.array.unscopables.flat-map"
1776 ],
1777 "core-js/actual/instance/for-each": [
1778 "es.array.for-each",
1779 "web.dom-collections.for-each"
1780 ],
1781 "core-js/actual/instance/group": [
1782 "esnext.array.group"
1783 ],
1784 "core-js/actual/instance/group-by": [
1785 "esnext.array.group-by"
1786 ],
1787 "core-js/actual/instance/group-by-to-map": [
1788 "es.map",
1789 "es.object.to-string",
1790 "esnext.array.group-by-to-map"
1791 ],
1792 "core-js/actual/instance/group-to-map": [
1793 "es.map",
1794 "es.object.to-string",
1795 "esnext.array.group-to-map"
1796 ],
1797 "core-js/actual/instance/includes": [
1798 "es.array.includes",
1799 "es.string.includes"
1800 ],
1801 "core-js/actual/instance/index-of": [
1802 "es.array.index-of"
1803 ],
1804 "core-js/actual/instance/is-well-formed": [
1805 "es.string.is-well-formed"
1806 ],
1807 "core-js/actual/instance/keys": [
1808 "es.array.iterator",
1809 "es.object.to-string",
1810 "web.dom-collections.iterator"
1811 ],
1812 "core-js/actual/instance/last-index-of": [
1813 "es.array.last-index-of"
1814 ],
1815 "core-js/actual/instance/map": [
1816 "es.array.map"
1817 ],
1818 "core-js/actual/instance/match-all": [
1819 "es.object.to-string",
1820 "es.regexp.exec",
1821 "es.string.match-all"
1822 ],
1823 "core-js/actual/instance/pad-end": [
1824 "es.string.pad-end"
1825 ],
1826 "core-js/actual/instance/pad-start": [
1827 "es.string.pad-start"
1828 ],
1829 "core-js/actual/instance/push": [
1830 "es.array.push"
1831 ],
1832 "core-js/actual/instance/reduce": [
1833 "es.array.reduce"
1834 ],
1835 "core-js/actual/instance/reduce-right": [
1836 "es.array.reduce-right"
1837 ],
1838 "core-js/actual/instance/repeat": [
1839 "es.string.repeat"
1840 ],
1841 "core-js/actual/instance/replace-all": [
1842 "es.regexp.exec",
1843 "es.string.replace",
1844 "es.string.replace-all"
1845 ],
1846 "core-js/actual/instance/reverse": [
1847 "es.array.reverse"
1848 ],
1849 "core-js/actual/instance/slice": [
1850 "es.array.slice"
1851 ],
1852 "core-js/actual/instance/some": [
1853 "es.array.some"
1854 ],
1855 "core-js/actual/instance/sort": [
1856 "es.array.sort"
1857 ],
1858 "core-js/actual/instance/splice": [
1859 "es.array.splice"
1860 ],
1861 "core-js/actual/instance/starts-with": [
1862 "es.string.starts-with"
1863 ],
1864 "core-js/actual/instance/to-reversed": [
1865 "es.array.to-reversed",
1866 "esnext.array.to-reversed"
1867 ],
1868 "core-js/actual/instance/to-sorted": [
1869 "es.array.sort",
1870 "es.array.to-sorted",
1871 "esnext.array.to-sorted"
1872 ],
1873 "core-js/actual/instance/to-spliced": [
1874 "es.array.to-spliced",
1875 "esnext.array.to-spliced"
1876 ],
1877 "core-js/actual/instance/to-well-formed": [
1878 "es.string.to-well-formed"
1879 ],
1880 "core-js/actual/instance/trim": [
1881 "es.string.trim"
1882 ],
1883 "core-js/actual/instance/trim-end": [
1884 "es.string.trim-end"
1885 ],
1886 "core-js/actual/instance/trim-left": [
1887 "es.string.trim-start"
1888 ],
1889 "core-js/actual/instance/trim-right": [
1890 "es.string.trim-end"
1891 ],
1892 "core-js/actual/instance/trim-start": [
1893 "es.string.trim-start"
1894 ],
1895 "core-js/actual/instance/unshift": [
1896 "es.array.unshift"
1897 ],
1898 "core-js/actual/instance/values": [
1899 "es.array.iterator",
1900 "es.object.to-string",
1901 "web.dom-collections.iterator"
1902 ],
1903 "core-js/actual/instance/with": [
1904 "es.array.with",
1905 "esnext.array.with"
1906 ],
1907 "core-js/actual/is-iterable": [
1908 "es.array.iterator",
1909 "es.string.iterator",
1910 "web.dom-collections.iterator"
1911 ],
1912 "core-js/actual/iterator": [
1913 "es.array.iterator",
1914 "es.iterator.constructor",
1915 "es.iterator.concat",
1916 "es.iterator.dispose",
1917 "es.iterator.drop",
1918 "es.iterator.every",
1919 "es.iterator.filter",
1920 "es.iterator.find",
1921 "es.iterator.flat-map",
1922 "es.iterator.for-each",
1923 "es.iterator.from",
1924 "es.iterator.map",
1925 "es.iterator.reduce",
1926 "es.iterator.some",
1927 "es.iterator.take",
1928 "es.iterator.to-array",
1929 "es.object.create",
1930 "es.object.to-string",
1931 "es.promise",
1932 "es.string.iterator",
1933 "esnext.iterator.constructor",
1934 "esnext.iterator.concat",
1935 "esnext.iterator.dispose",
1936 "esnext.iterator.drop",
1937 "esnext.iterator.every",
1938 "esnext.iterator.filter",
1939 "esnext.iterator.find",
1940 "esnext.iterator.flat-map",
1941 "esnext.iterator.for-each",
1942 "esnext.iterator.from",
1943 "esnext.iterator.map",
1944 "esnext.iterator.reduce",
1945 "esnext.iterator.some",
1946 "esnext.iterator.take",
1947 "esnext.iterator.to-array",
1948 "esnext.iterator.to-async",
1949 "esnext.iterator.zip",
1950 "esnext.iterator.zip-keyed",
1951 "web.dom-collections.iterator"
1952 ],
1953 "core-js/actual/iterator/concat": [
1954 "es.array.iterator",
1955 "es.iterator.constructor",
1956 "es.iterator.concat",
1957 "es.iterator.drop",
1958 "es.iterator.every",
1959 "es.iterator.filter",
1960 "es.iterator.find",
1961 "es.iterator.flat-map",
1962 "es.iterator.for-each",
1963 "es.iterator.map",
1964 "es.iterator.reduce",
1965 "es.iterator.some",
1966 "es.iterator.take",
1967 "es.iterator.to-array",
1968 "es.object.to-string",
1969 "es.string.iterator",
1970 "esnext.iterator.concat",
1971 "web.dom-collections.iterator"
1972 ],
1973 "core-js/actual/iterator/dispose": [
1974 "esnext.iterator.dispose"
1975 ],
1976 "core-js/actual/iterator/drop": [
1977 "es.iterator.constructor",
1978 "es.iterator.drop",
1979 "es.object.to-string",
1980 "esnext.iterator.constructor",
1981 "esnext.iterator.drop"
1982 ],
1983 "core-js/actual/iterator/every": [
1984 "es.iterator.constructor",
1985 "es.iterator.every",
1986 "es.object.to-string",
1987 "esnext.iterator.constructor",
1988 "esnext.iterator.every"
1989 ],
1990 "core-js/actual/iterator/filter": [
1991 "es.iterator.constructor",
1992 "es.iterator.filter",
1993 "es.object.to-string",
1994 "esnext.iterator.constructor",
1995 "esnext.iterator.filter"
1996 ],
1997 "core-js/actual/iterator/find": [
1998 "es.iterator.constructor",
1999 "es.iterator.find",
2000 "es.object.to-string",
2001 "esnext.iterator.constructor",
2002 "esnext.iterator.find"
2003 ],
2004 "core-js/actual/iterator/flat-map": [
2005 "es.array.iterator",
2006 "es.iterator.constructor",
2007 "es.iterator.flat-map",
2008 "es.object.to-string",
2009 "esnext.iterator.constructor",
2010 "esnext.iterator.flat-map",
2011 "web.dom-collections.iterator"
2012 ],
2013 "core-js/actual/iterator/for-each": [
2014 "es.iterator.constructor",
2015 "es.iterator.for-each",
2016 "es.object.to-string",
2017 "esnext.iterator.constructor",
2018 "esnext.iterator.for-each"
2019 ],
2020 "core-js/actual/iterator/from": [
2021 "es.array.iterator",
2022 "es.iterator.constructor",
2023 "es.iterator.drop",
2024 "es.iterator.every",
2025 "es.iterator.filter",
2026 "es.iterator.find",
2027 "es.iterator.flat-map",
2028 "es.iterator.for-each",
2029 "es.iterator.from",
2030 "es.iterator.map",
2031 "es.iterator.reduce",
2032 "es.iterator.some",
2033 "es.iterator.take",
2034 "es.iterator.to-array",
2035 "es.object.to-string",
2036 "es.promise",
2037 "es.string.iterator",
2038 "esnext.iterator.constructor",
2039 "esnext.iterator.dispose",
2040 "esnext.iterator.drop",
2041 "esnext.iterator.every",
2042 "esnext.iterator.filter",
2043 "esnext.iterator.find",
2044 "esnext.iterator.flat-map",
2045 "esnext.iterator.for-each",
2046 "esnext.iterator.from",
2047 "esnext.iterator.map",
2048 "esnext.iterator.reduce",
2049 "esnext.iterator.some",
2050 "esnext.iterator.take",
2051 "esnext.iterator.to-array",
2052 "esnext.iterator.to-async",
2053 "web.dom-collections.iterator"
2054 ],
2055 "core-js/actual/iterator/map": [
2056 "es.iterator.constructor",
2057 "es.iterator.map",
2058 "es.object.to-string",
2059 "esnext.iterator.constructor",
2060 "esnext.iterator.map"
2061 ],
2062 "core-js/actual/iterator/reduce": [
2063 "es.iterator.constructor",
2064 "es.iterator.reduce",
2065 "es.object.to-string",
2066 "esnext.iterator.constructor",
2067 "esnext.iterator.reduce"
2068 ],
2069 "core-js/actual/iterator/some": [
2070 "es.iterator.constructor",
2071 "es.iterator.some",
2072 "es.object.to-string",
2073 "esnext.iterator.constructor",
2074 "esnext.iterator.some"
2075 ],
2076 "core-js/actual/iterator/take": [
2077 "es.iterator.constructor",
2078 "es.iterator.take",
2079 "es.object.to-string",
2080 "esnext.iterator.constructor",
2081 "esnext.iterator.take"
2082 ],
2083 "core-js/actual/iterator/to-array": [
2084 "es.iterator.constructor",
2085 "es.iterator.to-array",
2086 "es.object.to-string",
2087 "esnext.iterator.constructor",
2088 "esnext.iterator.to-array"
2089 ],
2090 "core-js/actual/iterator/to-async": [
2091 "es.iterator.constructor",
2092 "es.object.to-string",
2093 "es.promise",
2094 "esnext.iterator.constructor",
2095 "esnext.iterator.to-async"
2096 ],
2097 "core-js/actual/iterator/zip": [
2098 "es.array.iterator",
2099 "es.iterator.constructor",
2100 "es.iterator.drop",
2101 "es.iterator.every",
2102 "es.iterator.filter",
2103 "es.iterator.find",
2104 "es.iterator.flat-map",
2105 "es.iterator.for-each",
2106 "es.iterator.map",
2107 "es.iterator.reduce",
2108 "es.iterator.some",
2109 "es.iterator.take",
2110 "es.iterator.to-array",
2111 "es.object.to-string",
2112 "es.string.iterator",
2113 "esnext.iterator.zip",
2114 "web.dom-collections.iterator"
2115 ],
2116 "core-js/actual/iterator/zip-keyed": [
2117 "es.array.iterator",
2118 "es.iterator.constructor",
2119 "es.iterator.drop",
2120 "es.iterator.every",
2121 "es.iterator.filter",
2122 "es.iterator.find",
2123 "es.iterator.flat-map",
2124 "es.iterator.for-each",
2125 "es.iterator.map",
2126 "es.iterator.reduce",
2127 "es.iterator.some",
2128 "es.iterator.take",
2129 "es.iterator.to-array",
2130 "es.object.create",
2131 "es.object.to-string",
2132 "es.reflect.own-keys",
2133 "es.string.iterator",
2134 "esnext.iterator.zip-keyed",
2135 "web.dom-collections.iterator"
2136 ],
2137 "core-js/actual/json": [
2138 "es.date.to-json",
2139 "es.json.is-raw-json",
2140 "es.json.parse",
2141 "es.json.raw-json",
2142 "es.json.stringify",
2143 "es.json.to-string-tag",
2144 "es.object.create",
2145 "es.object.freeze",
2146 "es.object.keys",
2147 "esnext.json.is-raw-json",
2148 "esnext.json.parse",
2149 "esnext.json.raw-json"
2150 ],
2151 "core-js/actual/json/is-raw-json": [
2152 "es.json.is-raw-json",
2153 "esnext.json.is-raw-json"
2154 ],
2155 "core-js/actual/json/parse": [
2156 "es.json.parse",
2157 "es.object.keys",
2158 "esnext.json.parse"
2159 ],
2160 "core-js/actual/json/raw-json": [
2161 "es.json.raw-json",
2162 "es.json.stringify",
2163 "es.object.create",
2164 "es.object.freeze",
2165 "esnext.json.raw-json"
2166 ],
2167 "core-js/actual/json/stringify": [
2168 "es.date.to-json",
2169 "es.json.stringify"
2170 ],
2171 "core-js/actual/json/to-string-tag": [
2172 "es.json.to-string-tag"
2173 ],
2174 "core-js/actual/map": [
2175 "es.array.iterator",
2176 "es.map",
2177 "es.map.group-by",
2178 "es.map.get-or-insert",
2179 "es.map.get-or-insert-computed",
2180 "es.object.to-string",
2181 "es.string.iterator",
2182 "esnext.map.get-or-insert",
2183 "esnext.map.get-or-insert-computed",
2184 "esnext.map.group-by",
2185 "web.dom-collections.iterator"
2186 ],
2187 "core-js/actual/map/get-or-insert": [
2188 "es.map",
2189 "es.map.get-or-insert",
2190 "esnext.map.get-or-insert"
2191 ],
2192 "core-js/actual/map/get-or-insert-computed": [
2193 "es.map",
2194 "es.map.get-or-insert-computed",
2195 "esnext.map.get-or-insert-computed"
2196 ],
2197 "core-js/actual/map/group-by": [
2198 "es.map",
2199 "es.map.group-by",
2200 "es.map.get-or-insert",
2201 "es.map.get-or-insert-computed",
2202 "es.object.to-string",
2203 "esnext.map.get-or-insert",
2204 "esnext.map.get-or-insert-computed",
2205 "esnext.map.group-by"
2206 ],
2207 "core-js/actual/math": [
2208 "es.array.iterator",
2209 "es.math.acosh",
2210 "es.math.asinh",
2211 "es.math.atanh",
2212 "es.math.cbrt",
2213 "es.math.clz32",
2214 "es.math.cosh",
2215 "es.math.expm1",
2216 "es.math.fround",
2217 "es.math.f16round",
2218 "es.math.hypot",
2219 "es.math.imul",
2220 "es.math.log10",
2221 "es.math.log1p",
2222 "es.math.log2",
2223 "es.math.sign",
2224 "es.math.sinh",
2225 "es.math.sum-precise",
2226 "es.math.tanh",
2227 "es.math.to-string-tag",
2228 "es.math.trunc",
2229 "esnext.math.f16round",
2230 "esnext.math.sum-precise"
2231 ],
2232 "core-js/actual/math/acosh": [
2233 "es.math.acosh"
2234 ],
2235 "core-js/actual/math/asinh": [
2236 "es.math.asinh"
2237 ],
2238 "core-js/actual/math/atanh": [
2239 "es.math.atanh"
2240 ],
2241 "core-js/actual/math/cbrt": [
2242 "es.math.cbrt"
2243 ],
2244 "core-js/actual/math/clz32": [
2245 "es.math.clz32"
2246 ],
2247 "core-js/actual/math/cosh": [
2248 "es.math.cosh"
2249 ],
2250 "core-js/actual/math/expm1": [
2251 "es.math.expm1"
2252 ],
2253 "core-js/actual/math/f16round": [
2254 "es.math.f16round",
2255 "esnext.math.f16round"
2256 ],
2257 "core-js/actual/math/fround": [
2258 "es.math.fround"
2259 ],
2260 "core-js/actual/math/hypot": [
2261 "es.math.hypot"
2262 ],
2263 "core-js/actual/math/imul": [
2264 "es.math.imul"
2265 ],
2266 "core-js/actual/math/log10": [
2267 "es.math.log10"
2268 ],
2269 "core-js/actual/math/log1p": [
2270 "es.math.log1p"
2271 ],
2272 "core-js/actual/math/log2": [
2273 "es.math.log2"
2274 ],
2275 "core-js/actual/math/sign": [
2276 "es.math.sign"
2277 ],
2278 "core-js/actual/math/sinh": [
2279 "es.math.sinh"
2280 ],
2281 "core-js/actual/math/sum-precise": [
2282 "es.array.iterator",
2283 "es.math.sum-precise",
2284 "esnext.math.sum-precise"
2285 ],
2286 "core-js/actual/math/tanh": [
2287 "es.math.tanh"
2288 ],
2289 "core-js/actual/math/to-string-tag": [
2290 "es.math.to-string-tag"
2291 ],
2292 "core-js/actual/math/trunc": [
2293 "es.math.trunc"
2294 ],
2295 "core-js/actual/number": [
2296 "es.number.constructor",
2297 "es.number.epsilon",
2298 "es.number.is-finite",
2299 "es.number.is-integer",
2300 "es.number.is-nan",
2301 "es.number.is-safe-integer",
2302 "es.number.max-safe-integer",
2303 "es.number.min-safe-integer",
2304 "es.number.parse-float",
2305 "es.number.parse-int",
2306 "es.number.to-exponential",
2307 "es.number.to-fixed",
2308 "es.number.to-precision"
2309 ],
2310 "core-js/actual/number/constructor": [
2311 "es.number.constructor"
2312 ],
2313 "core-js/actual/number/epsilon": [
2314 "es.number.epsilon"
2315 ],
2316 "core-js/actual/number/is-finite": [
2317 "es.number.is-finite"
2318 ],
2319 "core-js/actual/number/is-integer": [
2320 "es.number.is-integer"
2321 ],
2322 "core-js/actual/number/is-nan": [
2323 "es.number.is-nan"
2324 ],
2325 "core-js/actual/number/is-safe-integer": [
2326 "es.number.is-safe-integer"
2327 ],
2328 "core-js/actual/number/max-safe-integer": [
2329 "es.number.max-safe-integer"
2330 ],
2331 "core-js/actual/number/min-safe-integer": [
2332 "es.number.min-safe-integer"
2333 ],
2334 "core-js/actual/number/parse-float": [
2335 "es.number.parse-float"
2336 ],
2337 "core-js/actual/number/parse-int": [
2338 "es.number.parse-int"
2339 ],
2340 "core-js/actual/number/to-exponential": [
2341 "es.number.to-exponential"
2342 ],
2343 "core-js/actual/number/to-fixed": [
2344 "es.number.to-fixed"
2345 ],
2346 "core-js/actual/number/to-precision": [
2347 "es.number.to-precision"
2348 ],
2349 "core-js/actual/number/virtual": [
2350 "es.number.to-exponential",
2351 "es.number.to-fixed",
2352 "es.number.to-precision"
2353 ],
2354 "core-js/actual/number/virtual/to-exponential": [
2355 "es.number.to-exponential"
2356 ],
2357 "core-js/actual/number/virtual/to-fixed": [
2358 "es.number.to-fixed"
2359 ],
2360 "core-js/actual/number/virtual/to-precision": [
2361 "es.number.to-precision"
2362 ],
2363 "core-js/actual/object": [
2364 "es.symbol",
2365 "es.json.to-string-tag",
2366 "es.math.to-string-tag",
2367 "es.object.assign",
2368 "es.object.create",
2369 "es.object.define-getter",
2370 "es.object.define-properties",
2371 "es.object.define-property",
2372 "es.object.define-setter",
2373 "es.object.entries",
2374 "es.object.freeze",
2375 "es.object.from-entries",
2376 "es.object.get-own-property-descriptor",
2377 "es.object.get-own-property-descriptors",
2378 "es.object.get-own-property-names",
2379 "es.object.get-prototype-of",
2380 "es.object.group-by",
2381 "es.object.has-own",
2382 "es.object.is",
2383 "es.object.is-extensible",
2384 "es.object.is-frozen",
2385 "es.object.is-sealed",
2386 "es.object.keys",
2387 "es.object.lookup-getter",
2388 "es.object.lookup-setter",
2389 "es.object.prevent-extensions",
2390 "es.object.proto",
2391 "es.object.seal",
2392 "es.object.set-prototype-of",
2393 "es.object.to-string",
2394 "es.object.values",
2395 "es.reflect.to-string-tag",
2396 "esnext.object.group-by",
2397 "web.dom-collections.iterator"
2398 ],
2399 "core-js/actual/object/assign": [
2400 "es.object.assign"
2401 ],
2402 "core-js/actual/object/create": [
2403 "es.object.create"
2404 ],
2405 "core-js/actual/object/define-getter": [
2406 "es.object.define-getter"
2407 ],
2408 "core-js/actual/object/define-properties": [
2409 "es.object.define-properties"
2410 ],
2411 "core-js/actual/object/define-property": [
2412 "es.object.define-property"
2413 ],
2414 "core-js/actual/object/define-setter": [
2415 "es.object.define-setter"
2416 ],
2417 "core-js/actual/object/entries": [
2418 "es.object.entries"
2419 ],
2420 "core-js/actual/object/freeze": [
2421 "es.object.freeze"
2422 ],
2423 "core-js/actual/object/from-entries": [
2424 "es.array.iterator",
2425 "es.object.from-entries",
2426 "web.dom-collections.iterator"
2427 ],
2428 "core-js/actual/object/get-own-property-descriptor": [
2429 "es.object.get-own-property-descriptor"
2430 ],
2431 "core-js/actual/object/get-own-property-descriptors": [
2432 "es.object.get-own-property-descriptors"
2433 ],
2434 "core-js/actual/object/get-own-property-names": [
2435 "es.object.get-own-property-names"
2436 ],
2437 "core-js/actual/object/get-own-property-symbols": [
2438 "es.symbol"
2439 ],
2440 "core-js/actual/object/get-prototype-of": [
2441 "es.object.get-prototype-of"
2442 ],
2443 "core-js/actual/object/group-by": [
2444 "es.object.create",
2445 "es.object.group-by",
2446 "esnext.object.group-by"
2447 ],
2448 "core-js/actual/object/has-own": [
2449 "es.object.has-own"
2450 ],
2451 "core-js/actual/object/is": [
2452 "es.object.is"
2453 ],
2454 "core-js/actual/object/is-extensible": [
2455 "es.object.is-extensible"
2456 ],
2457 "core-js/actual/object/is-frozen": [
2458 "es.object.is-frozen"
2459 ],
2460 "core-js/actual/object/is-sealed": [
2461 "es.object.is-sealed"
2462 ],
2463 "core-js/actual/object/keys": [
2464 "es.object.keys"
2465 ],
2466 "core-js/actual/object/lookup-getter": [
2467 "es.object.lookup-getter"
2468 ],
2469 "core-js/actual/object/lookup-setter": [
2470 "es.object.lookup-setter"
2471 ],
2472 "core-js/actual/object/prevent-extensions": [
2473 "es.object.prevent-extensions"
2474 ],
2475 "core-js/actual/object/proto": [
2476 "es.object.proto"
2477 ],
2478 "core-js/actual/object/seal": [
2479 "es.object.seal"
2480 ],
2481 "core-js/actual/object/set-prototype-of": [
2482 "es.object.set-prototype-of"
2483 ],
2484 "core-js/actual/object/to-string": [
2485 "es.json.to-string-tag",
2486 "es.math.to-string-tag",
2487 "es.object.to-string",
2488 "es.reflect.to-string-tag"
2489 ],
2490 "core-js/actual/object/values": [
2491 "es.object.values"
2492 ],
2493 "core-js/actual/parse-float": [
2494 "es.parse-float"
2495 ],
2496 "core-js/actual/parse-int": [
2497 "es.parse-int"
2498 ],
2499 "core-js/actual/promise": [
2500 "es.aggregate-error",
2501 "es.array.iterator",
2502 "es.object.to-string",
2503 "es.promise",
2504 "es.promise.all-settled",
2505 "es.promise.any",
2506 "es.promise.finally",
2507 "es.promise.try",
2508 "es.promise.with-resolvers",
2509 "es.string.iterator",
2510 "esnext.promise.try",
2511 "esnext.promise.with-resolvers",
2512 "web.dom-collections.iterator"
2513 ],
2514 "core-js/actual/promise/all-settled": [
2515 "es.array.iterator",
2516 "es.object.to-string",
2517 "es.promise",
2518 "es.promise.all-settled",
2519 "es.string.iterator",
2520 "web.dom-collections.iterator"
2521 ],
2522 "core-js/actual/promise/any": [
2523 "es.aggregate-error",
2524 "es.array.iterator",
2525 "es.object.to-string",
2526 "es.promise",
2527 "es.promise.any",
2528 "es.string.iterator",
2529 "web.dom-collections.iterator"
2530 ],
2531 "core-js/actual/promise/finally": [
2532 "es.object.to-string",
2533 "es.promise",
2534 "es.promise.finally"
2535 ],
2536 "core-js/actual/promise/try": [
2537 "es.object.to-string",
2538 "es.promise",
2539 "es.promise.try",
2540 "esnext.promise.try"
2541 ],
2542 "core-js/actual/promise/with-resolvers": [
2543 "es.promise",
2544 "es.promise.with-resolvers",
2545 "esnext.promise.with-resolvers"
2546 ],
2547 "core-js/actual/queue-microtask": [
2548 "web.queue-microtask"
2549 ],
2550 "core-js/actual/reflect": [
2551 "es.object.to-string",
2552 "es.reflect.apply",
2553 "es.reflect.construct",
2554 "es.reflect.define-property",
2555 "es.reflect.delete-property",
2556 "es.reflect.get",
2557 "es.reflect.get-own-property-descriptor",
2558 "es.reflect.get-prototype-of",
2559 "es.reflect.has",
2560 "es.reflect.is-extensible",
2561 "es.reflect.own-keys",
2562 "es.reflect.prevent-extensions",
2563 "es.reflect.set",
2564 "es.reflect.set-prototype-of",
2565 "es.reflect.to-string-tag"
2566 ],
2567 "core-js/actual/reflect/apply": [
2568 "es.reflect.apply"
2569 ],
2570 "core-js/actual/reflect/construct": [
2571 "es.reflect.construct"
2572 ],
2573 "core-js/actual/reflect/define-property": [
2574 "es.reflect.define-property"
2575 ],
2576 "core-js/actual/reflect/delete-property": [
2577 "es.reflect.delete-property"
2578 ],
2579 "core-js/actual/reflect/get": [
2580 "es.reflect.get"
2581 ],
2582 "core-js/actual/reflect/get-own-property-descriptor": [
2583 "es.reflect.get-own-property-descriptor"
2584 ],
2585 "core-js/actual/reflect/get-prototype-of": [
2586 "es.reflect.get-prototype-of"
2587 ],
2588 "core-js/actual/reflect/has": [
2589 "es.reflect.has"
2590 ],
2591 "core-js/actual/reflect/is-extensible": [
2592 "es.reflect.is-extensible"
2593 ],
2594 "core-js/actual/reflect/own-keys": [
2595 "es.reflect.own-keys"
2596 ],
2597 "core-js/actual/reflect/prevent-extensions": [
2598 "es.reflect.prevent-extensions"
2599 ],
2600 "core-js/actual/reflect/set": [
2601 "es.reflect.set"
2602 ],
2603 "core-js/actual/reflect/set-prototype-of": [
2604 "es.reflect.set-prototype-of"
2605 ],
2606 "core-js/actual/reflect/to-string-tag": [
2607 "es.reflect.to-string-tag"
2608 ],
2609 "core-js/actual/regexp": [
2610 "es.regexp.constructor",
2611 "es.regexp.escape",
2612 "es.regexp.dot-all",
2613 "es.regexp.exec",
2614 "es.regexp.flags",
2615 "es.regexp.sticky",
2616 "es.regexp.test",
2617 "es.regexp.to-string",
2618 "es.string.match",
2619 "es.string.replace",
2620 "es.string.search",
2621 "es.string.split",
2622 "esnext.regexp.escape"
2623 ],
2624 "core-js/actual/regexp/constructor": [
2625 "es.regexp.constructor",
2626 "es.regexp.dot-all",
2627 "es.regexp.exec",
2628 "es.regexp.sticky"
2629 ],
2630 "core-js/actual/regexp/dot-all": [
2631 "es.regexp.constructor",
2632 "es.regexp.dot-all",
2633 "es.regexp.exec"
2634 ],
2635 "core-js/actual/regexp/escape": [
2636 "es.regexp.escape",
2637 "esnext.regexp.escape"
2638 ],
2639 "core-js/actual/regexp/flags": [
2640 "es.regexp.flags"
2641 ],
2642 "core-js/actual/regexp/match": [
2643 "es.regexp.exec",
2644 "es.string.match"
2645 ],
2646 "core-js/actual/regexp/replace": [
2647 "es.regexp.exec",
2648 "es.string.replace"
2649 ],
2650 "core-js/actual/regexp/search": [
2651 "es.regexp.exec",
2652 "es.string.search"
2653 ],
2654 "core-js/actual/regexp/split": [
2655 "es.regexp.exec",
2656 "es.string.split"
2657 ],
2658 "core-js/actual/regexp/sticky": [
2659 "es.regexp.constructor",
2660 "es.regexp.exec",
2661 "es.regexp.sticky"
2662 ],
2663 "core-js/actual/regexp/test": [
2664 "es.regexp.exec",
2665 "es.regexp.test"
2666 ],
2667 "core-js/actual/regexp/to-string": [
2668 "es.regexp.to-string"
2669 ],
2670 "core-js/actual/self": [
2671 "web.self"
2672 ],
2673 "core-js/actual/set": [
2674 "es.array.iterator",
2675 "es.object.to-string",
2676 "es.set",
2677 "es.set.difference.v2",
2678 "es.set.intersection.v2",
2679 "es.set.is-disjoint-from.v2",
2680 "es.set.is-subset-of.v2",
2681 "es.set.is-superset-of.v2",
2682 "es.set.symmetric-difference.v2",
2683 "es.set.union.v2",
2684 "es.string.iterator",
2685 "esnext.set.difference.v2",
2686 "esnext.set.intersection.v2",
2687 "esnext.set.is-disjoint-from.v2",
2688 "esnext.set.is-subset-of.v2",
2689 "esnext.set.is-superset-of.v2",
2690 "esnext.set.symmetric-difference.v2",
2691 "esnext.set.union.v2",
2692 "web.dom-collections.iterator"
2693 ],
2694 "core-js/actual/set-immediate": [
2695 "web.immediate"
2696 ],
2697 "core-js/actual/set-interval": [
2698 "web.timers"
2699 ],
2700 "core-js/actual/set-timeout": [
2701 "web.timers"
2702 ],
2703 "core-js/actual/set/difference": [
2704 "es.set",
2705 "es.set.difference.v2",
2706 "esnext.set.difference.v2"
2707 ],
2708 "core-js/actual/set/intersection": [
2709 "es.set",
2710 "es.set.intersection.v2",
2711 "esnext.set.intersection.v2"
2712 ],
2713 "core-js/actual/set/is-disjoint-from": [
2714 "es.set",
2715 "es.set.is-disjoint-from.v2",
2716 "esnext.set.is-disjoint-from.v2"
2717 ],
2718 "core-js/actual/set/is-subset-of": [
2719 "es.set",
2720 "es.set.is-subset-of.v2",
2721 "esnext.set.is-subset-of.v2"
2722 ],
2723 "core-js/actual/set/is-superset-of": [
2724 "es.set",
2725 "es.set.is-superset-of.v2",
2726 "esnext.set.is-superset-of.v2"
2727 ],
2728 "core-js/actual/set/symmetric-difference": [
2729 "es.set",
2730 "es.set.symmetric-difference.v2",
2731 "esnext.set.symmetric-difference.v2"
2732 ],
2733 "core-js/actual/set/union": [
2734 "es.set",
2735 "es.set.union.v2",
2736 "esnext.set.union.v2"
2737 ],
2738 "core-js/actual/string": [
2739 "es.object.to-string",
2740 "es.regexp.exec",
2741 "es.string.at-alternative",
2742 "es.string.code-point-at",
2743 "es.string.ends-with",
2744 "es.string.from-code-point",
2745 "es.string.includes",
2746 "es.string.is-well-formed",
2747 "es.string.iterator",
2748 "es.string.match",
2749 "es.string.match-all",
2750 "es.string.pad-end",
2751 "es.string.pad-start",
2752 "es.string.raw",
2753 "es.string.repeat",
2754 "es.string.replace",
2755 "es.string.replace-all",
2756 "es.string.search",
2757 "es.string.split",
2758 "es.string.starts-with",
2759 "es.string.substr",
2760 "es.string.to-well-formed",
2761 "es.string.trim",
2762 "es.string.trim-end",
2763 "es.string.trim-start",
2764 "es.string.anchor",
2765 "es.string.big",
2766 "es.string.blink",
2767 "es.string.bold",
2768 "es.string.fixed",
2769 "es.string.fontcolor",
2770 "es.string.fontsize",
2771 "es.string.italics",
2772 "es.string.link",
2773 "es.string.small",
2774 "es.string.strike",
2775 "es.string.sub",
2776 "es.string.sup",
2777 "esnext.string.is-well-formed",
2778 "esnext.string.to-well-formed"
2779 ],
2780 "core-js/actual/string/anchor": [
2781 "es.string.anchor"
2782 ],
2783 "core-js/actual/string/at": [
2784 "es.string.at-alternative"
2785 ],
2786 "core-js/actual/string/big": [
2787 "es.string.big"
2788 ],
2789 "core-js/actual/string/blink": [
2790 "es.string.blink"
2791 ],
2792 "core-js/actual/string/bold": [
2793 "es.string.bold"
2794 ],
2795 "core-js/actual/string/code-point-at": [
2796 "es.string.code-point-at"
2797 ],
2798 "core-js/actual/string/ends-with": [
2799 "es.string.ends-with"
2800 ],
2801 "core-js/actual/string/fixed": [
2802 "es.string.fixed"
2803 ],
2804 "core-js/actual/string/fontcolor": [
2805 "es.string.fontcolor"
2806 ],
2807 "core-js/actual/string/fontsize": [
2808 "es.string.fontsize"
2809 ],
2810 "core-js/actual/string/from-code-point": [
2811 "es.string.from-code-point"
2812 ],
2813 "core-js/actual/string/includes": [
2814 "es.string.includes"
2815 ],
2816 "core-js/actual/string/is-well-formed": [
2817 "es.string.is-well-formed",
2818 "esnext.string.is-well-formed"
2819 ],
2820 "core-js/actual/string/italics": [
2821 "es.string.italics"
2822 ],
2823 "core-js/actual/string/iterator": [
2824 "es.object.to-string",
2825 "es.string.iterator"
2826 ],
2827 "core-js/actual/string/link": [
2828 "es.string.link"
2829 ],
2830 "core-js/actual/string/match": [
2831 "es.regexp.exec",
2832 "es.string.match"
2833 ],
2834 "core-js/actual/string/match-all": [
2835 "es.object.to-string",
2836 "es.regexp.exec",
2837 "es.string.match-all"
2838 ],
2839 "core-js/actual/string/pad-end": [
2840 "es.string.pad-end"
2841 ],
2842 "core-js/actual/string/pad-start": [
2843 "es.string.pad-start"
2844 ],
2845 "core-js/actual/string/raw": [
2846 "es.string.raw"
2847 ],
2848 "core-js/actual/string/repeat": [
2849 "es.string.repeat"
2850 ],
2851 "core-js/actual/string/replace": [
2852 "es.regexp.exec",
2853 "es.string.replace"
2854 ],
2855 "core-js/actual/string/replace-all": [
2856 "es.regexp.exec",
2857 "es.string.replace",
2858 "es.string.replace-all"
2859 ],
2860 "core-js/actual/string/search": [
2861 "es.regexp.exec",
2862 "es.string.search"
2863 ],
2864 "core-js/actual/string/small": [
2865 "es.string.small"
2866 ],
2867 "core-js/actual/string/split": [
2868 "es.regexp.exec",
2869 "es.string.split"
2870 ],
2871 "core-js/actual/string/starts-with": [
2872 "es.string.starts-with"
2873 ],
2874 "core-js/actual/string/strike": [
2875 "es.string.strike"
2876 ],
2877 "core-js/actual/string/sub": [
2878 "es.string.sub"
2879 ],
2880 "core-js/actual/string/substr": [
2881 "es.string.substr"
2882 ],
2883 "core-js/actual/string/sup": [
2884 "es.string.sup"
2885 ],
2886 "core-js/actual/string/to-well-formed": [
2887 "es.string.to-well-formed",
2888 "esnext.string.to-well-formed"
2889 ],
2890 "core-js/actual/string/trim": [
2891 "es.string.trim"
2892 ],
2893 "core-js/actual/string/trim-end": [
2894 "es.string.trim-end"
2895 ],
2896 "core-js/actual/string/trim-left": [
2897 "es.string.trim-start"
2898 ],
2899 "core-js/actual/string/trim-right": [
2900 "es.string.trim-end"
2901 ],
2902 "core-js/actual/string/trim-start": [
2903 "es.string.trim-start"
2904 ],
2905 "core-js/actual/string/virtual": [
2906 "es.object.to-string",
2907 "es.regexp.exec",
2908 "es.string.at-alternative",
2909 "es.string.code-point-at",
2910 "es.string.ends-with",
2911 "es.string.includes",
2912 "es.string.iterator",
2913 "es.string.match",
2914 "es.string.match-all",
2915 "es.string.pad-end",
2916 "es.string.pad-start",
2917 "es.string.repeat",
2918 "es.string.replace",
2919 "es.string.replace-all",
2920 "es.string.search",
2921 "es.string.split",
2922 "es.string.starts-with",
2923 "es.string.substr",
2924 "es.string.trim",
2925 "es.string.trim-end",
2926 "es.string.trim-start",
2927 "es.string.anchor",
2928 "es.string.big",
2929 "es.string.blink",
2930 "es.string.bold",
2931 "es.string.fixed",
2932 "es.string.fontcolor",
2933 "es.string.fontsize",
2934 "es.string.italics",
2935 "es.string.link",
2936 "es.string.small",
2937 "es.string.strike",
2938 "es.string.sub",
2939 "es.string.sup",
2940 "esnext.string.is-well-formed",
2941 "esnext.string.to-well-formed"
2942 ],
2943 "core-js/actual/string/virtual/anchor": [
2944 "es.string.anchor"
2945 ],
2946 "core-js/actual/string/virtual/at": [
2947 "es.string.at-alternative"
2948 ],
2949 "core-js/actual/string/virtual/big": [
2950 "es.string.big"
2951 ],
2952 "core-js/actual/string/virtual/blink": [
2953 "es.string.blink"
2954 ],
2955 "core-js/actual/string/virtual/bold": [
2956 "es.string.bold"
2957 ],
2958 "core-js/actual/string/virtual/code-point-at": [
2959 "es.string.code-point-at"
2960 ],
2961 "core-js/actual/string/virtual/ends-with": [
2962 "es.string.ends-with"
2963 ],
2964 "core-js/actual/string/virtual/fixed": [
2965 "es.string.fixed"
2966 ],
2967 "core-js/actual/string/virtual/fontcolor": [
2968 "es.string.fontcolor"
2969 ],
2970 "core-js/actual/string/virtual/fontsize": [
2971 "es.string.fontsize"
2972 ],
2973 "core-js/actual/string/virtual/includes": [
2974 "es.string.includes"
2975 ],
2976 "core-js/actual/string/virtual/is-well-formed": [
2977 "es.string.is-well-formed",
2978 "esnext.string.is-well-formed"
2979 ],
2980 "core-js/actual/string/virtual/italics": [
2981 "es.string.italics"
2982 ],
2983 "core-js/actual/string/virtual/iterator": [
2984 "es.object.to-string",
2985 "es.string.iterator"
2986 ],
2987 "core-js/actual/string/virtual/link": [
2988 "es.string.link"
2989 ],
2990 "core-js/actual/string/virtual/match-all": [
2991 "es.object.to-string",
2992 "es.regexp.exec",
2993 "es.string.match-all"
2994 ],
2995 "core-js/actual/string/virtual/pad-end": [
2996 "es.string.pad-end"
2997 ],
2998 "core-js/actual/string/virtual/pad-start": [
2999 "es.string.pad-start"
3000 ],
3001 "core-js/actual/string/virtual/repeat": [
3002 "es.string.repeat"
3003 ],
3004 "core-js/actual/string/virtual/replace-all": [
3005 "es.regexp.exec",
3006 "es.string.replace",
3007 "es.string.replace-all"
3008 ],
3009 "core-js/actual/string/virtual/small": [
3010 "es.string.small"
3011 ],
3012 "core-js/actual/string/virtual/starts-with": [
3013 "es.string.starts-with"
3014 ],
3015 "core-js/actual/string/virtual/strike": [
3016 "es.string.strike"
3017 ],
3018 "core-js/actual/string/virtual/sub": [
3019 "es.string.sub"
3020 ],
3021 "core-js/actual/string/virtual/substr": [
3022 "es.string.substr"
3023 ],
3024 "core-js/actual/string/virtual/sup": [
3025 "es.string.sup"
3026 ],
3027 "core-js/actual/string/virtual/to-well-formed": [
3028 "es.string.to-well-formed",
3029 "esnext.string.to-well-formed"
3030 ],
3031 "core-js/actual/string/virtual/trim": [
3032 "es.string.trim"
3033 ],
3034 "core-js/actual/string/virtual/trim-end": [
3035 "es.string.trim-end"
3036 ],
3037 "core-js/actual/string/virtual/trim-left": [
3038 "es.string.trim-start"
3039 ],
3040 "core-js/actual/string/virtual/trim-right": [
3041 "es.string.trim-end"
3042 ],
3043 "core-js/actual/string/virtual/trim-start": [
3044 "es.string.trim-start"
3045 ],
3046 "core-js/actual/structured-clone": [
3047 "es.error.to-string",
3048 "es.array.iterator",
3049 "es.map",
3050 "es.object.keys",
3051 "es.object.to-string",
3052 "es.set",
3053 "web.dom-exception.constructor",
3054 "web.dom-exception.stack",
3055 "web.dom-exception.to-string-tag",
3056 "web.structured-clone"
3057 ],
3058 "core-js/actual/suppressed-error": [],
3059 "core-js/actual/symbol": [
3060 "es.symbol",
3061 "es.symbol.description",
3062 "es.symbol.async-dispose",
3063 "es.symbol.async-iterator",
3064 "es.symbol.dispose",
3065 "es.symbol.has-instance",
3066 "es.symbol.is-concat-spreadable",
3067 "es.symbol.iterator",
3068 "es.symbol.match",
3069 "es.symbol.match-all",
3070 "es.symbol.replace",
3071 "es.symbol.search",
3072 "es.symbol.species",
3073 "es.symbol.split",
3074 "es.symbol.to-primitive",
3075 "es.symbol.to-string-tag",
3076 "es.symbol.unscopables",
3077 "es.array.concat",
3078 "es.json.to-string-tag",
3079 "es.math.to-string-tag",
3080 "es.object.to-string",
3081 "es.reflect.to-string-tag",
3082 "esnext.function.metadata",
3083 "esnext.symbol.async-dispose",
3084 "esnext.symbol.dispose",
3085 "esnext.symbol.metadata",
3086 "web.dom-collections.iterator"
3087 ],
3088 "core-js/actual/symbol/async-dispose": [
3089 "es.symbol.async-dispose",
3090 "esnext.symbol.async-dispose"
3091 ],
3092 "core-js/actual/symbol/async-iterator": [
3093 "es.symbol.async-iterator"
3094 ],
3095 "core-js/actual/symbol/description": [
3096 "es.symbol.description"
3097 ],
3098 "core-js/actual/symbol/dispose": [
3099 "es.symbol.dispose",
3100 "esnext.symbol.dispose"
3101 ],
3102 "core-js/actual/symbol/for": [
3103 "es.symbol"
3104 ],
3105 "core-js/actual/symbol/has-instance": [
3106 "es.symbol.has-instance",
3107 "es.function.has-instance"
3108 ],
3109 "core-js/actual/symbol/is-concat-spreadable": [
3110 "es.symbol.is-concat-spreadable",
3111 "es.array.concat"
3112 ],
3113 "core-js/actual/symbol/iterator": [
3114 "es.symbol.iterator",
3115 "es.array.iterator",
3116 "es.object.to-string",
3117 "es.string.iterator",
3118 "web.dom-collections.iterator"
3119 ],
3120 "core-js/actual/symbol/key-for": [
3121 "es.symbol"
3122 ],
3123 "core-js/actual/symbol/match": [
3124 "es.symbol.match",
3125 "es.regexp.exec",
3126 "es.string.match"
3127 ],
3128 "core-js/actual/symbol/match-all": [
3129 "es.symbol.match-all",
3130 "es.object.to-string",
3131 "es.regexp.exec",
3132 "es.string.match-all"
3133 ],
3134 "core-js/actual/symbol/metadata": [
3135 "esnext.function.metadata",
3136 "esnext.symbol.metadata"
3137 ],
3138 "core-js/actual/symbol/replace": [
3139 "es.symbol.replace",
3140 "es.regexp.exec",
3141 "es.string.replace"
3142 ],
3143 "core-js/actual/symbol/search": [
3144 "es.symbol.search",
3145 "es.regexp.exec",
3146 "es.string.search"
3147 ],
3148 "core-js/actual/symbol/species": [
3149 "es.symbol.species"
3150 ],
3151 "core-js/actual/symbol/split": [
3152 "es.symbol.split",
3153 "es.regexp.exec",
3154 "es.string.split"
3155 ],
3156 "core-js/actual/symbol/to-primitive": [
3157 "es.symbol.to-primitive",
3158 "es.date.to-primitive"
3159 ],
3160 "core-js/actual/symbol/to-string-tag": [
3161 "es.symbol.to-string-tag",
3162 "es.json.to-string-tag",
3163 "es.math.to-string-tag",
3164 "es.object.to-string",
3165 "es.reflect.to-string-tag"
3166 ],
3167 "core-js/actual/symbol/unscopables": [
3168 "es.symbol.unscopables"
3169 ],
3170 "core-js/actual/typed-array": [
3171 "es.object.to-string",
3172 "es.string.iterator",
3173 "es.typed-array.float32-array",
3174 "es.typed-array.float64-array",
3175 "es.typed-array.int8-array",
3176 "es.typed-array.int16-array",
3177 "es.typed-array.int32-array",
3178 "es.typed-array.uint8-array",
3179 "es.typed-array.uint8-clamped-array",
3180 "es.typed-array.uint16-array",
3181 "es.typed-array.uint32-array",
3182 "es.typed-array.at",
3183 "es.typed-array.copy-within",
3184 "es.typed-array.every",
3185 "es.typed-array.fill",
3186 "es.typed-array.filter",
3187 "es.typed-array.find",
3188 "es.typed-array.find-index",
3189 "es.typed-array.find-last",
3190 "es.typed-array.find-last-index",
3191 "es.typed-array.for-each",
3192 "es.typed-array.from",
3193 "es.typed-array.includes",
3194 "es.typed-array.index-of",
3195 "es.typed-array.iterator",
3196 "es.typed-array.join",
3197 "es.typed-array.last-index-of",
3198 "es.typed-array.map",
3199 "es.typed-array.of",
3200 "es.typed-array.reduce",
3201 "es.typed-array.reduce-right",
3202 "es.typed-array.reverse",
3203 "es.typed-array.set",
3204 "es.typed-array.slice",
3205 "es.typed-array.some",
3206 "es.typed-array.sort",
3207 "es.typed-array.subarray",
3208 "es.typed-array.to-locale-string",
3209 "es.typed-array.to-reversed",
3210 "es.typed-array.to-sorted",
3211 "es.typed-array.to-string",
3212 "es.typed-array.with",
3213 "es.uint8-array.from-base64",
3214 "es.uint8-array.from-hex",
3215 "es.uint8-array.set-from-base64",
3216 "es.uint8-array.set-from-hex",
3217 "es.uint8-array.to-base64",
3218 "es.uint8-array.to-hex",
3219 "esnext.typed-array.find-last",
3220 "esnext.typed-array.find-last-index",
3221 "esnext.typed-array.to-reversed",
3222 "esnext.typed-array.to-sorted",
3223 "esnext.typed-array.to-spliced",
3224 "esnext.typed-array.with",
3225 "esnext.uint8-array.from-base64",
3226 "esnext.uint8-array.from-hex",
3227 "esnext.uint8-array.set-from-base64",
3228 "esnext.uint8-array.set-from-hex",
3229 "esnext.uint8-array.to-base64",
3230 "esnext.uint8-array.to-hex"
3231 ],
3232 "core-js/actual/typed-array/at": [
3233 "es.typed-array.at"
3234 ],
3235 "core-js/actual/typed-array/copy-within": [
3236 "es.typed-array.copy-within"
3237 ],
3238 "core-js/actual/typed-array/entries": [
3239 "es.object.to-string",
3240 "es.typed-array.iterator"
3241 ],
3242 "core-js/actual/typed-array/every": [
3243 "es.typed-array.every"
3244 ],
3245 "core-js/actual/typed-array/fill": [
3246 "es.typed-array.fill"
3247 ],
3248 "core-js/actual/typed-array/filter": [
3249 "es.typed-array.filter"
3250 ],
3251 "core-js/actual/typed-array/find": [
3252 "es.typed-array.find"
3253 ],
3254 "core-js/actual/typed-array/find-index": [
3255 "es.typed-array.find-index"
3256 ],
3257 "core-js/actual/typed-array/find-last": [
3258 "es.typed-array.find-last",
3259 "esnext.typed-array.find-last"
3260 ],
3261 "core-js/actual/typed-array/find-last-index": [
3262 "es.typed-array.find-last-index",
3263 "esnext.typed-array.find-last-index"
3264 ],
3265 "core-js/actual/typed-array/float32-array": [
3266 "es.array-buffer.constructor",
3267 "es.array-buffer.slice",
3268 "es.object.to-string",
3269 "es.string.iterator",
3270 "es.typed-array.float32-array",
3271 "es.typed-array.at",
3272 "es.typed-array.copy-within",
3273 "es.typed-array.every",
3274 "es.typed-array.fill",
3275 "es.typed-array.filter",
3276 "es.typed-array.find",
3277 "es.typed-array.find-index",
3278 "es.typed-array.find-last",
3279 "es.typed-array.find-last-index",
3280 "es.typed-array.for-each",
3281 "es.typed-array.from",
3282 "es.typed-array.includes",
3283 "es.typed-array.index-of",
3284 "es.typed-array.iterator",
3285 "es.typed-array.join",
3286 "es.typed-array.last-index-of",
3287 "es.typed-array.map",
3288 "es.typed-array.of",
3289 "es.typed-array.reduce",
3290 "es.typed-array.reduce-right",
3291 "es.typed-array.reverse",
3292 "es.typed-array.set",
3293 "es.typed-array.slice",
3294 "es.typed-array.some",
3295 "es.typed-array.sort",
3296 "es.typed-array.subarray",
3297 "es.typed-array.to-locale-string",
3298 "es.typed-array.to-reversed",
3299 "es.typed-array.to-sorted",
3300 "es.typed-array.to-string",
3301 "es.typed-array.with",
3302 "es.uint8-array.from-base64",
3303 "es.uint8-array.from-hex",
3304 "es.uint8-array.set-from-base64",
3305 "es.uint8-array.set-from-hex",
3306 "es.uint8-array.to-base64",
3307 "es.uint8-array.to-hex",
3308 "esnext.typed-array.find-last",
3309 "esnext.typed-array.find-last-index",
3310 "esnext.typed-array.to-reversed",
3311 "esnext.typed-array.to-sorted",
3312 "esnext.typed-array.to-spliced",
3313 "esnext.typed-array.with",
3314 "esnext.uint8-array.from-base64",
3315 "esnext.uint8-array.from-hex",
3316 "esnext.uint8-array.set-from-base64",
3317 "esnext.uint8-array.set-from-hex",
3318 "esnext.uint8-array.to-base64",
3319 "esnext.uint8-array.to-hex"
3320 ],
3321 "core-js/actual/typed-array/float64-array": [
3322 "es.array-buffer.constructor",
3323 "es.array-buffer.slice",
3324 "es.object.to-string",
3325 "es.string.iterator",
3326 "es.typed-array.float64-array",
3327 "es.typed-array.at",
3328 "es.typed-array.copy-within",
3329 "es.typed-array.every",
3330 "es.typed-array.fill",
3331 "es.typed-array.filter",
3332 "es.typed-array.find",
3333 "es.typed-array.find-index",
3334 "es.typed-array.find-last",
3335 "es.typed-array.find-last-index",
3336 "es.typed-array.for-each",
3337 "es.typed-array.from",
3338 "es.typed-array.includes",
3339 "es.typed-array.index-of",
3340 "es.typed-array.iterator",
3341 "es.typed-array.join",
3342 "es.typed-array.last-index-of",
3343 "es.typed-array.map",
3344 "es.typed-array.of",
3345 "es.typed-array.reduce",
3346 "es.typed-array.reduce-right",
3347 "es.typed-array.reverse",
3348 "es.typed-array.set",
3349 "es.typed-array.slice",
3350 "es.typed-array.some",
3351 "es.typed-array.sort",
3352 "es.typed-array.subarray",
3353 "es.typed-array.to-locale-string",
3354 "es.typed-array.to-reversed",
3355 "es.typed-array.to-sorted",
3356 "es.typed-array.to-string",
3357 "es.typed-array.with",
3358 "es.uint8-array.from-base64",
3359 "es.uint8-array.from-hex",
3360 "es.uint8-array.set-from-base64",
3361 "es.uint8-array.set-from-hex",
3362 "es.uint8-array.to-base64",
3363 "es.uint8-array.to-hex",
3364 "esnext.typed-array.find-last",
3365 "esnext.typed-array.find-last-index",
3366 "esnext.typed-array.to-reversed",
3367 "esnext.typed-array.to-sorted",
3368 "esnext.typed-array.to-spliced",
3369 "esnext.typed-array.with",
3370 "esnext.uint8-array.from-base64",
3371 "esnext.uint8-array.from-hex",
3372 "esnext.uint8-array.set-from-base64",
3373 "esnext.uint8-array.set-from-hex",
3374 "esnext.uint8-array.to-base64",
3375 "esnext.uint8-array.to-hex"
3376 ],
3377 "core-js/actual/typed-array/for-each": [
3378 "es.typed-array.for-each"
3379 ],
3380 "core-js/actual/typed-array/from": [
3381 "es.typed-array.from"
3382 ],
3383 "core-js/actual/typed-array/from-base64": [
3384 "es.uint8-array.from-base64",
3385 "esnext.uint8-array.from-base64"
3386 ],
3387 "core-js/actual/typed-array/from-hex": [
3388 "es.uint8-array.from-hex",
3389 "esnext.uint8-array.from-hex"
3390 ],
3391 "core-js/actual/typed-array/includes": [
3392 "es.typed-array.includes"
3393 ],
3394 "core-js/actual/typed-array/index-of": [
3395 "es.typed-array.index-of"
3396 ],
3397 "core-js/actual/typed-array/int16-array": [
3398 "es.array-buffer.constructor",
3399 "es.array-buffer.slice",
3400 "es.object.to-string",
3401 "es.string.iterator",
3402 "es.typed-array.int16-array",
3403 "es.typed-array.at",
3404 "es.typed-array.copy-within",
3405 "es.typed-array.every",
3406 "es.typed-array.fill",
3407 "es.typed-array.filter",
3408 "es.typed-array.find",
3409 "es.typed-array.find-index",
3410 "es.typed-array.find-last",
3411 "es.typed-array.find-last-index",
3412 "es.typed-array.for-each",
3413 "es.typed-array.from",
3414 "es.typed-array.includes",
3415 "es.typed-array.index-of",
3416 "es.typed-array.iterator",
3417 "es.typed-array.join",
3418 "es.typed-array.last-index-of",
3419 "es.typed-array.map",
3420 "es.typed-array.of",
3421 "es.typed-array.reduce",
3422 "es.typed-array.reduce-right",
3423 "es.typed-array.reverse",
3424 "es.typed-array.set",
3425 "es.typed-array.slice",
3426 "es.typed-array.some",
3427 "es.typed-array.sort",
3428 "es.typed-array.subarray",
3429 "es.typed-array.to-locale-string",
3430 "es.typed-array.to-reversed",
3431 "es.typed-array.to-sorted",
3432 "es.typed-array.to-string",
3433 "es.typed-array.with",
3434 "es.uint8-array.from-base64",
3435 "es.uint8-array.from-hex",
3436 "es.uint8-array.set-from-base64",
3437 "es.uint8-array.set-from-hex",
3438 "es.uint8-array.to-base64",
3439 "es.uint8-array.to-hex",
3440 "esnext.typed-array.find-last",
3441 "esnext.typed-array.find-last-index",
3442 "esnext.typed-array.to-reversed",
3443 "esnext.typed-array.to-sorted",
3444 "esnext.typed-array.to-spliced",
3445 "esnext.typed-array.with",
3446 "esnext.uint8-array.from-base64",
3447 "esnext.uint8-array.from-hex",
3448 "esnext.uint8-array.set-from-base64",
3449 "esnext.uint8-array.set-from-hex",
3450 "esnext.uint8-array.to-base64",
3451 "esnext.uint8-array.to-hex"
3452 ],
3453 "core-js/actual/typed-array/int32-array": [
3454 "es.array-buffer.constructor",
3455 "es.array-buffer.slice",
3456 "es.object.to-string",
3457 "es.string.iterator",
3458 "es.typed-array.int32-array",
3459 "es.typed-array.at",
3460 "es.typed-array.copy-within",
3461 "es.typed-array.every",
3462 "es.typed-array.fill",
3463 "es.typed-array.filter",
3464 "es.typed-array.find",
3465 "es.typed-array.find-index",
3466 "es.typed-array.find-last",
3467 "es.typed-array.find-last-index",
3468 "es.typed-array.for-each",
3469 "es.typed-array.from",
3470 "es.typed-array.includes",
3471 "es.typed-array.index-of",
3472 "es.typed-array.iterator",
3473 "es.typed-array.join",
3474 "es.typed-array.last-index-of",
3475 "es.typed-array.map",
3476 "es.typed-array.of",
3477 "es.typed-array.reduce",
3478 "es.typed-array.reduce-right",
3479 "es.typed-array.reverse",
3480 "es.typed-array.set",
3481 "es.typed-array.slice",
3482 "es.typed-array.some",
3483 "es.typed-array.sort",
3484 "es.typed-array.subarray",
3485 "es.typed-array.to-locale-string",
3486 "es.typed-array.to-reversed",
3487 "es.typed-array.to-sorted",
3488 "es.typed-array.to-string",
3489 "es.typed-array.with",
3490 "es.uint8-array.from-base64",
3491 "es.uint8-array.from-hex",
3492 "es.uint8-array.set-from-base64",
3493 "es.uint8-array.set-from-hex",
3494 "es.uint8-array.to-base64",
3495 "es.uint8-array.to-hex",
3496 "esnext.typed-array.find-last",
3497 "esnext.typed-array.find-last-index",
3498 "esnext.typed-array.to-reversed",
3499 "esnext.typed-array.to-sorted",
3500 "esnext.typed-array.to-spliced",
3501 "esnext.typed-array.with",
3502 "esnext.uint8-array.from-base64",
3503 "esnext.uint8-array.from-hex",
3504 "esnext.uint8-array.set-from-base64",
3505 "esnext.uint8-array.set-from-hex",
3506 "esnext.uint8-array.to-base64",
3507 "esnext.uint8-array.to-hex"
3508 ],
3509 "core-js/actual/typed-array/int8-array": [
3510 "es.array-buffer.constructor",
3511 "es.array-buffer.slice",
3512 "es.object.to-string",
3513 "es.string.iterator",
3514 "es.typed-array.int8-array",
3515 "es.typed-array.at",
3516 "es.typed-array.copy-within",
3517 "es.typed-array.every",
3518 "es.typed-array.fill",
3519 "es.typed-array.filter",
3520 "es.typed-array.find",
3521 "es.typed-array.find-index",
3522 "es.typed-array.find-last",
3523 "es.typed-array.find-last-index",
3524 "es.typed-array.for-each",
3525 "es.typed-array.from",
3526 "es.typed-array.includes",
3527 "es.typed-array.index-of",
3528 "es.typed-array.iterator",
3529 "es.typed-array.join",
3530 "es.typed-array.last-index-of",
3531 "es.typed-array.map",
3532 "es.typed-array.of",
3533 "es.typed-array.reduce",
3534 "es.typed-array.reduce-right",
3535 "es.typed-array.reverse",
3536 "es.typed-array.set",
3537 "es.typed-array.slice",
3538 "es.typed-array.some",
3539 "es.typed-array.sort",
3540 "es.typed-array.subarray",
3541 "es.typed-array.to-locale-string",
3542 "es.typed-array.to-reversed",
3543 "es.typed-array.to-sorted",
3544 "es.typed-array.to-string",
3545 "es.typed-array.with",
3546 "es.uint8-array.from-base64",
3547 "es.uint8-array.from-hex",
3548 "es.uint8-array.set-from-base64",
3549 "es.uint8-array.set-from-hex",
3550 "es.uint8-array.to-base64",
3551 "es.uint8-array.to-hex",
3552 "esnext.typed-array.find-last",
3553 "esnext.typed-array.find-last-index",
3554 "esnext.typed-array.to-reversed",
3555 "esnext.typed-array.to-sorted",
3556 "esnext.typed-array.to-spliced",
3557 "esnext.typed-array.with",
3558 "esnext.uint8-array.from-base64",
3559 "esnext.uint8-array.from-hex",
3560 "esnext.uint8-array.set-from-base64",
3561 "esnext.uint8-array.set-from-hex",
3562 "esnext.uint8-array.to-base64",
3563 "esnext.uint8-array.to-hex"
3564 ],
3565 "core-js/actual/typed-array/iterator": [
3566 "es.object.to-string",
3567 "es.typed-array.iterator"
3568 ],
3569 "core-js/actual/typed-array/join": [
3570 "es.typed-array.join"
3571 ],
3572 "core-js/actual/typed-array/keys": [
3573 "es.object.to-string",
3574 "es.typed-array.iterator"
3575 ],
3576 "core-js/actual/typed-array/last-index-of": [
3577 "es.typed-array.last-index-of"
3578 ],
3579 "core-js/actual/typed-array/map": [
3580 "es.typed-array.map"
3581 ],
3582 "core-js/actual/typed-array/methods": [
3583 "es.object.to-string",
3584 "es.string.iterator",
3585 "es.typed-array.at",
3586 "es.typed-array.copy-within",
3587 "es.typed-array.every",
3588 "es.typed-array.fill",
3589 "es.typed-array.filter",
3590 "es.typed-array.find",
3591 "es.typed-array.find-index",
3592 "es.typed-array.find-last",
3593 "es.typed-array.find-last-index",
3594 "es.typed-array.for-each",
3595 "es.typed-array.from",
3596 "es.typed-array.includes",
3597 "es.typed-array.index-of",
3598 "es.typed-array.iterator",
3599 "es.typed-array.join",
3600 "es.typed-array.last-index-of",
3601 "es.typed-array.map",
3602 "es.typed-array.of",
3603 "es.typed-array.reduce",
3604 "es.typed-array.reduce-right",
3605 "es.typed-array.reverse",
3606 "es.typed-array.set",
3607 "es.typed-array.slice",
3608 "es.typed-array.some",
3609 "es.typed-array.sort",
3610 "es.typed-array.subarray",
3611 "es.typed-array.to-locale-string",
3612 "es.typed-array.to-reversed",
3613 "es.typed-array.to-sorted",
3614 "es.typed-array.to-string",
3615 "es.typed-array.with",
3616 "es.uint8-array.from-base64",
3617 "es.uint8-array.from-hex",
3618 "es.uint8-array.set-from-base64",
3619 "es.uint8-array.set-from-hex",
3620 "es.uint8-array.to-base64",
3621 "es.uint8-array.to-hex",
3622 "esnext.typed-array.find-last",
3623 "esnext.typed-array.find-last-index",
3624 "esnext.typed-array.to-reversed",
3625 "esnext.typed-array.to-sorted",
3626 "esnext.typed-array.to-spliced",
3627 "esnext.typed-array.with",
3628 "esnext.uint8-array.from-base64",
3629 "esnext.uint8-array.from-hex",
3630 "esnext.uint8-array.set-from-base64",
3631 "esnext.uint8-array.set-from-hex",
3632 "esnext.uint8-array.to-base64",
3633 "esnext.uint8-array.to-hex"
3634 ],
3635 "core-js/actual/typed-array/of": [
3636 "es.typed-array.of"
3637 ],
3638 "core-js/actual/typed-array/reduce": [
3639 "es.typed-array.reduce"
3640 ],
3641 "core-js/actual/typed-array/reduce-right": [
3642 "es.typed-array.reduce-right"
3643 ],
3644 "core-js/actual/typed-array/reverse": [
3645 "es.typed-array.reverse"
3646 ],
3647 "core-js/actual/typed-array/set": [
3648 "es.typed-array.set"
3649 ],
3650 "core-js/actual/typed-array/set-from-base64": [
3651 "es.uint8-array.set-from-base64",
3652 "esnext.uint8-array.set-from-base64"
3653 ],
3654 "core-js/actual/typed-array/set-from-hex": [
3655 "es.uint8-array.set-from-hex",
3656 "esnext.uint8-array.set-from-hex"
3657 ],
3658 "core-js/actual/typed-array/slice": [
3659 "es.typed-array.slice"
3660 ],
3661 "core-js/actual/typed-array/some": [
3662 "es.typed-array.some"
3663 ],
3664 "core-js/actual/typed-array/sort": [
3665 "es.typed-array.sort"
3666 ],
3667 "core-js/actual/typed-array/subarray": [
3668 "es.typed-array.subarray"
3669 ],
3670 "core-js/actual/typed-array/to-base64": [
3671 "es.uint8-array.to-base64",
3672 "esnext.uint8-array.to-base64"
3673 ],
3674 "core-js/actual/typed-array/to-hex": [
3675 "es.uint8-array.to-hex",
3676 "esnext.uint8-array.to-hex"
3677 ],
3678 "core-js/actual/typed-array/to-locale-string": [
3679 "es.typed-array.to-locale-string"
3680 ],
3681 "core-js/actual/typed-array/to-reversed": [
3682 "es.typed-array.to-reversed",
3683 "esnext.typed-array.to-reversed"
3684 ],
3685 "core-js/actual/typed-array/to-sorted": [
3686 "es.typed-array.sort",
3687 "es.typed-array.to-sorted",
3688 "esnext.typed-array.to-sorted"
3689 ],
3690 "core-js/actual/typed-array/to-spliced": [
3691 "esnext.typed-array.to-spliced"
3692 ],
3693 "core-js/actual/typed-array/to-string": [
3694 "es.typed-array.to-string"
3695 ],
3696 "core-js/actual/typed-array/uint16-array": [
3697 "es.array-buffer.constructor",
3698 "es.array-buffer.slice",
3699 "es.object.to-string",
3700 "es.string.iterator",
3701 "es.typed-array.uint16-array",
3702 "es.typed-array.at",
3703 "es.typed-array.copy-within",
3704 "es.typed-array.every",
3705 "es.typed-array.fill",
3706 "es.typed-array.filter",
3707 "es.typed-array.find",
3708 "es.typed-array.find-index",
3709 "es.typed-array.find-last",
3710 "es.typed-array.find-last-index",
3711 "es.typed-array.for-each",
3712 "es.typed-array.from",
3713 "es.typed-array.includes",
3714 "es.typed-array.index-of",
3715 "es.typed-array.iterator",
3716 "es.typed-array.join",
3717 "es.typed-array.last-index-of",
3718 "es.typed-array.map",
3719 "es.typed-array.of",
3720 "es.typed-array.reduce",
3721 "es.typed-array.reduce-right",
3722 "es.typed-array.reverse",
3723 "es.typed-array.set",
3724 "es.typed-array.slice",
3725 "es.typed-array.some",
3726 "es.typed-array.sort",
3727 "es.typed-array.subarray",
3728 "es.typed-array.to-locale-string",
3729 "es.typed-array.to-reversed",
3730 "es.typed-array.to-sorted",
3731 "es.typed-array.to-string",
3732 "es.typed-array.with",
3733 "es.uint8-array.from-base64",
3734 "es.uint8-array.from-hex",
3735 "es.uint8-array.set-from-base64",
3736 "es.uint8-array.set-from-hex",
3737 "es.uint8-array.to-base64",
3738 "es.uint8-array.to-hex",
3739 "esnext.typed-array.find-last",
3740 "esnext.typed-array.find-last-index",
3741 "esnext.typed-array.to-reversed",
3742 "esnext.typed-array.to-sorted",
3743 "esnext.typed-array.to-spliced",
3744 "esnext.typed-array.with",
3745 "esnext.uint8-array.from-base64",
3746 "esnext.uint8-array.from-hex",
3747 "esnext.uint8-array.set-from-base64",
3748 "esnext.uint8-array.set-from-hex",
3749 "esnext.uint8-array.to-base64",
3750 "esnext.uint8-array.to-hex"
3751 ],
3752 "core-js/actual/typed-array/uint32-array": [
3753 "es.array-buffer.constructor",
3754 "es.array-buffer.slice",
3755 "es.object.to-string",
3756 "es.string.iterator",
3757 "es.typed-array.uint32-array",
3758 "es.typed-array.at",
3759 "es.typed-array.copy-within",
3760 "es.typed-array.every",
3761 "es.typed-array.fill",
3762 "es.typed-array.filter",
3763 "es.typed-array.find",
3764 "es.typed-array.find-index",
3765 "es.typed-array.find-last",
3766 "es.typed-array.find-last-index",
3767 "es.typed-array.for-each",
3768 "es.typed-array.from",
3769 "es.typed-array.includes",
3770 "es.typed-array.index-of",
3771 "es.typed-array.iterator",
3772 "es.typed-array.join",
3773 "es.typed-array.last-index-of",
3774 "es.typed-array.map",
3775 "es.typed-array.of",
3776 "es.typed-array.reduce",
3777 "es.typed-array.reduce-right",
3778 "es.typed-array.reverse",
3779 "es.typed-array.set",
3780 "es.typed-array.slice",
3781 "es.typed-array.some",
3782 "es.typed-array.sort",
3783 "es.typed-array.subarray",
3784 "es.typed-array.to-locale-string",
3785 "es.typed-array.to-reversed",
3786 "es.typed-array.to-sorted",
3787 "es.typed-array.to-string",
3788 "es.typed-array.with",
3789 "es.uint8-array.from-base64",
3790 "es.uint8-array.from-hex",
3791 "es.uint8-array.set-from-base64",
3792 "es.uint8-array.set-from-hex",
3793 "es.uint8-array.to-base64",
3794 "es.uint8-array.to-hex",
3795 "esnext.typed-array.find-last",
3796 "esnext.typed-array.find-last-index",
3797 "esnext.typed-array.to-reversed",
3798 "esnext.typed-array.to-sorted",
3799 "esnext.typed-array.to-spliced",
3800 "esnext.typed-array.with",
3801 "esnext.uint8-array.from-base64",
3802 "esnext.uint8-array.from-hex",
3803 "esnext.uint8-array.set-from-base64",
3804 "esnext.uint8-array.set-from-hex",
3805 "esnext.uint8-array.to-base64",
3806 "esnext.uint8-array.to-hex"
3807 ],
3808 "core-js/actual/typed-array/uint8-array": [
3809 "es.array-buffer.constructor",
3810 "es.array-buffer.slice",
3811 "es.object.to-string",
3812 "es.string.iterator",
3813 "es.typed-array.uint8-array",
3814 "es.typed-array.at",
3815 "es.typed-array.copy-within",
3816 "es.typed-array.every",
3817 "es.typed-array.fill",
3818 "es.typed-array.filter",
3819 "es.typed-array.find",
3820 "es.typed-array.find-index",
3821 "es.typed-array.find-last",
3822 "es.typed-array.find-last-index",
3823 "es.typed-array.for-each",
3824 "es.typed-array.from",
3825 "es.typed-array.includes",
3826 "es.typed-array.index-of",
3827 "es.typed-array.iterator",
3828 "es.typed-array.join",
3829 "es.typed-array.last-index-of",
3830 "es.typed-array.map",
3831 "es.typed-array.of",
3832 "es.typed-array.reduce",
3833 "es.typed-array.reduce-right",
3834 "es.typed-array.reverse",
3835 "es.typed-array.set",
3836 "es.typed-array.slice",
3837 "es.typed-array.some",
3838 "es.typed-array.sort",
3839 "es.typed-array.subarray",
3840 "es.typed-array.to-locale-string",
3841 "es.typed-array.to-reversed",
3842 "es.typed-array.to-sorted",
3843 "es.typed-array.to-string",
3844 "es.typed-array.with",
3845 "es.uint8-array.from-base64",
3846 "es.uint8-array.from-hex",
3847 "es.uint8-array.set-from-base64",
3848 "es.uint8-array.set-from-hex",
3849 "es.uint8-array.to-base64",
3850 "es.uint8-array.to-hex",
3851 "esnext.typed-array.find-last",
3852 "esnext.typed-array.find-last-index",
3853 "esnext.typed-array.to-reversed",
3854 "esnext.typed-array.to-sorted",
3855 "esnext.typed-array.to-spliced",
3856 "esnext.typed-array.with",
3857 "esnext.uint8-array.from-base64",
3858 "esnext.uint8-array.from-hex",
3859 "esnext.uint8-array.set-from-base64",
3860 "esnext.uint8-array.set-from-hex",
3861 "esnext.uint8-array.to-base64",
3862 "esnext.uint8-array.to-hex"
3863 ],
3864 "core-js/actual/typed-array/uint8-clamped-array": [
3865 "es.array-buffer.constructor",
3866 "es.array-buffer.slice",
3867 "es.object.to-string",
3868 "es.string.iterator",
3869 "es.typed-array.uint8-clamped-array",
3870 "es.typed-array.at",
3871 "es.typed-array.copy-within",
3872 "es.typed-array.every",
3873 "es.typed-array.fill",
3874 "es.typed-array.filter",
3875 "es.typed-array.find",
3876 "es.typed-array.find-index",
3877 "es.typed-array.find-last",
3878 "es.typed-array.find-last-index",
3879 "es.typed-array.for-each",
3880 "es.typed-array.from",
3881 "es.typed-array.includes",
3882 "es.typed-array.index-of",
3883 "es.typed-array.iterator",
3884 "es.typed-array.join",
3885 "es.typed-array.last-index-of",
3886 "es.typed-array.map",
3887 "es.typed-array.of",
3888 "es.typed-array.reduce",
3889 "es.typed-array.reduce-right",
3890 "es.typed-array.reverse",
3891 "es.typed-array.set",
3892 "es.typed-array.slice",
3893 "es.typed-array.some",
3894 "es.typed-array.sort",
3895 "es.typed-array.subarray",
3896 "es.typed-array.to-locale-string",
3897 "es.typed-array.to-reversed",
3898 "es.typed-array.to-sorted",
3899 "es.typed-array.to-string",
3900 "es.typed-array.with",
3901 "es.uint8-array.from-base64",
3902 "es.uint8-array.from-hex",
3903 "es.uint8-array.set-from-base64",
3904 "es.uint8-array.set-from-hex",
3905 "es.uint8-array.to-base64",
3906 "es.uint8-array.to-hex",
3907 "esnext.typed-array.find-last",
3908 "esnext.typed-array.find-last-index",
3909 "esnext.typed-array.to-reversed",
3910 "esnext.typed-array.to-sorted",
3911 "esnext.typed-array.to-spliced",
3912 "esnext.typed-array.with",
3913 "esnext.uint8-array.from-base64",
3914 "esnext.uint8-array.from-hex",
3915 "esnext.uint8-array.set-from-base64",
3916 "esnext.uint8-array.set-from-hex",
3917 "esnext.uint8-array.to-base64",
3918 "esnext.uint8-array.to-hex"
3919 ],
3920 "core-js/actual/typed-array/values": [
3921 "es.object.to-string",
3922 "es.typed-array.iterator"
3923 ],
3924 "core-js/actual/typed-array/with": [
3925 "es.typed-array.with",
3926 "esnext.typed-array.with"
3927 ],
3928 "core-js/actual/unescape": [
3929 "es.unescape"
3930 ],
3931 "core-js/actual/url": [
3932 "web.url",
3933 "web.url.can-parse",
3934 "web.url.parse",
3935 "web.url.to-json",
3936 "web.url-search-params",
3937 "web.url-search-params.delete",
3938 "web.url-search-params.has",
3939 "web.url-search-params.size"
3940 ],
3941 "core-js/actual/url-search-params": [
3942 "web.dom-collections.iterator",
3943 "web.url-search-params",
3944 "web.url-search-params.delete",
3945 "web.url-search-params.has",
3946 "web.url-search-params.size"
3947 ],
3948 "core-js/actual/url/can-parse": [
3949 "web.url",
3950 "web.url.can-parse"
3951 ],
3952 "core-js/actual/url/parse": [
3953 "web.url",
3954 "web.url.parse"
3955 ],
3956 "core-js/actual/url/to-json": [
3957 "web.url.to-json"
3958 ],
3959 "core-js/actual/weak-map": [
3960 "es.array.iterator",
3961 "es.object.to-string",
3962 "es.weak-map",
3963 "es.weak-map.get-or-insert",
3964 "es.weak-map.get-or-insert-computed",
3965 "esnext.weak-map.get-or-insert",
3966 "esnext.weak-map.get-or-insert-computed",
3967 "web.dom-collections.iterator"
3968 ],
3969 "core-js/actual/weak-map/get-or-insert": [
3970 "es.weak-map",
3971 "es.weak-map.get-or-insert",
3972 "esnext.weak-map.get-or-insert"
3973 ],
3974 "core-js/actual/weak-map/get-or-insert-computed": [
3975 "es.weak-map",
3976 "es.weak-map.get-or-insert-computed",
3977 "esnext.weak-map.get-or-insert-computed"
3978 ],
3979 "core-js/actual/weak-set": [
3980 "es.array.iterator",
3981 "es.object.to-string",
3982 "es.weak-set",
3983 "web.dom-collections.iterator"
3984 ],
3985 "core-js/es": [
3986 "es.symbol",
3987 "es.symbol.description",
3988 "es.symbol.async-dispose",
3989 "es.symbol.async-iterator",
3990 "es.symbol.dispose",
3991 "es.symbol.has-instance",
3992 "es.symbol.is-concat-spreadable",
3993 "es.symbol.iterator",
3994 "es.symbol.match",
3995 "es.symbol.match-all",
3996 "es.symbol.replace",
3997 "es.symbol.search",
3998 "es.symbol.species",
3999 "es.symbol.split",
4000 "es.symbol.to-primitive",
4001 "es.symbol.to-string-tag",
4002 "es.symbol.unscopables",
4003 "es.error.cause",
4004 "es.error.is-error",
4005 "es.error.to-string",
4006 "es.aggregate-error",
4007 "es.aggregate-error.cause",
4008 "es.suppressed-error.constructor",
4009 "es.array.at",
4010 "es.array.concat",
4011 "es.array.copy-within",
4012 "es.array.every",
4013 "es.array.fill",
4014 "es.array.filter",
4015 "es.array.find",
4016 "es.array.find-index",
4017 "es.array.find-last",
4018 "es.array.find-last-index",
4019 "es.array.flat",
4020 "es.array.flat-map",
4021 "es.array.for-each",
4022 "es.array.from",
4023 "es.array.includes",
4024 "es.array.index-of",
4025 "es.array.is-array",
4026 "es.array.iterator",
4027 "es.array.join",
4028 "es.array.last-index-of",
4029 "es.array.map",
4030 "es.array.of",
4031 "es.array.push",
4032 "es.array.reduce",
4033 "es.array.reduce-right",
4034 "es.array.reverse",
4035 "es.array.slice",
4036 "es.array.some",
4037 "es.array.sort",
4038 "es.array.species",
4039 "es.array.splice",
4040 "es.array.to-reversed",
4041 "es.array.to-sorted",
4042 "es.array.to-spliced",
4043 "es.array.unscopables.flat",
4044 "es.array.unscopables.flat-map",
4045 "es.array.unshift",
4046 "es.array.with",
4047 "es.array-buffer.constructor",
4048 "es.array-buffer.is-view",
4049 "es.array-buffer.slice",
4050 "es.data-view",
4051 "es.data-view.get-float16",
4052 "es.data-view.set-float16",
4053 "es.array-buffer.detached",
4054 "es.array-buffer.transfer",
4055 "es.array-buffer.transfer-to-fixed-length",
4056 "es.date.get-year",
4057 "es.date.now",
4058 "es.date.set-year",
4059 "es.date.to-gmt-string",
4060 "es.date.to-iso-string",
4061 "es.date.to-json",
4062 "es.date.to-primitive",
4063 "es.date.to-string",
4064 "es.disposable-stack.constructor",
4065 "es.escape",
4066 "es.function.bind",
4067 "es.function.has-instance",
4068 "es.function.name",
4069 "es.global-this",
4070 "es.iterator.constructor",
4071 "es.iterator.concat",
4072 "es.iterator.dispose",
4073 "es.iterator.drop",
4074 "es.iterator.every",
4075 "es.iterator.filter",
4076 "es.iterator.find",
4077 "es.iterator.flat-map",
4078 "es.iterator.for-each",
4079 "es.iterator.from",
4080 "es.iterator.map",
4081 "es.iterator.reduce",
4082 "es.iterator.some",
4083 "es.iterator.take",
4084 "es.iterator.to-array",
4085 "es.json.is-raw-json",
4086 "es.json.parse",
4087 "es.json.raw-json",
4088 "es.json.stringify",
4089 "es.json.to-string-tag",
4090 "es.map",
4091 "es.map.group-by",
4092 "es.map.get-or-insert",
4093 "es.map.get-or-insert-computed",
4094 "es.math.acosh",
4095 "es.math.asinh",
4096 "es.math.atanh",
4097 "es.math.cbrt",
4098 "es.math.clz32",
4099 "es.math.cosh",
4100 "es.math.expm1",
4101 "es.math.fround",
4102 "es.math.f16round",
4103 "es.math.hypot",
4104 "es.math.imul",
4105 "es.math.log10",
4106 "es.math.log1p",
4107 "es.math.log2",
4108 "es.math.sign",
4109 "es.math.sinh",
4110 "es.math.sum-precise",
4111 "es.math.tanh",
4112 "es.math.to-string-tag",
4113 "es.math.trunc",
4114 "es.number.constructor",
4115 "es.number.epsilon",
4116 "es.number.is-finite",
4117 "es.number.is-integer",
4118 "es.number.is-nan",
4119 "es.number.is-safe-integer",
4120 "es.number.max-safe-integer",
4121 "es.number.min-safe-integer",
4122 "es.number.parse-float",
4123 "es.number.parse-int",
4124 "es.number.to-exponential",
4125 "es.number.to-fixed",
4126 "es.number.to-precision",
4127 "es.object.assign",
4128 "es.object.create",
4129 "es.object.define-getter",
4130 "es.object.define-properties",
4131 "es.object.define-property",
4132 "es.object.define-setter",
4133 "es.object.entries",
4134 "es.object.freeze",
4135 "es.object.from-entries",
4136 "es.object.get-own-property-descriptor",
4137 "es.object.get-own-property-descriptors",
4138 "es.object.get-own-property-names",
4139 "es.object.get-prototype-of",
4140 "es.object.group-by",
4141 "es.object.has-own",
4142 "es.object.is",
4143 "es.object.is-extensible",
4144 "es.object.is-frozen",
4145 "es.object.is-sealed",
4146 "es.object.keys",
4147 "es.object.lookup-getter",
4148 "es.object.lookup-setter",
4149 "es.object.prevent-extensions",
4150 "es.object.proto",
4151 "es.object.seal",
4152 "es.object.set-prototype-of",
4153 "es.object.to-string",
4154 "es.object.values",
4155 "es.parse-float",
4156 "es.parse-int",
4157 "es.promise",
4158 "es.promise.all-settled",
4159 "es.promise.any",
4160 "es.promise.finally",
4161 "es.promise.try",
4162 "es.promise.with-resolvers",
4163 "es.array.from-async",
4164 "es.async-disposable-stack.constructor",
4165 "es.async-iterator.async-dispose",
4166 "es.reflect.apply",
4167 "es.reflect.construct",
4168 "es.reflect.define-property",
4169 "es.reflect.delete-property",
4170 "es.reflect.get",
4171 "es.reflect.get-own-property-descriptor",
4172 "es.reflect.get-prototype-of",
4173 "es.reflect.has",
4174 "es.reflect.is-extensible",
4175 "es.reflect.own-keys",
4176 "es.reflect.prevent-extensions",
4177 "es.reflect.set",
4178 "es.reflect.set-prototype-of",
4179 "es.reflect.to-string-tag",
4180 "es.regexp.constructor",
4181 "es.regexp.escape",
4182 "es.regexp.dot-all",
4183 "es.regexp.exec",
4184 "es.regexp.flags",
4185 "es.regexp.sticky",
4186 "es.regexp.test",
4187 "es.regexp.to-string",
4188 "es.set",
4189 "es.set.difference.v2",
4190 "es.set.intersection.v2",
4191 "es.set.is-disjoint-from.v2",
4192 "es.set.is-subset-of.v2",
4193 "es.set.is-superset-of.v2",
4194 "es.set.symmetric-difference.v2",
4195 "es.set.union.v2",
4196 "es.string.at-alternative",
4197 "es.string.code-point-at",
4198 "es.string.ends-with",
4199 "es.string.from-code-point",
4200 "es.string.includes",
4201 "es.string.is-well-formed",
4202 "es.string.iterator",
4203 "es.string.match",
4204 "es.string.match-all",
4205 "es.string.pad-end",
4206 "es.string.pad-start",
4207 "es.string.raw",
4208 "es.string.repeat",
4209 "es.string.replace",
4210 "es.string.replace-all",
4211 "es.string.search",
4212 "es.string.split",
4213 "es.string.starts-with",
4214 "es.string.substr",
4215 "es.string.to-well-formed",
4216 "es.string.trim",
4217 "es.string.trim-end",
4218 "es.string.trim-start",
4219 "es.string.anchor",
4220 "es.string.big",
4221 "es.string.blink",
4222 "es.string.bold",
4223 "es.string.fixed",
4224 "es.string.fontcolor",
4225 "es.string.fontsize",
4226 "es.string.italics",
4227 "es.string.link",
4228 "es.string.small",
4229 "es.string.strike",
4230 "es.string.sub",
4231 "es.string.sup",
4232 "es.typed-array.float32-array",
4233 "es.typed-array.float64-array",
4234 "es.typed-array.int8-array",
4235 "es.typed-array.int16-array",
4236 "es.typed-array.int32-array",
4237 "es.typed-array.uint8-array",
4238 "es.typed-array.uint8-clamped-array",
4239 "es.typed-array.uint16-array",
4240 "es.typed-array.uint32-array",
4241 "es.typed-array.at",
4242 "es.typed-array.copy-within",
4243 "es.typed-array.every",
4244 "es.typed-array.fill",
4245 "es.typed-array.filter",
4246 "es.typed-array.find",
4247 "es.typed-array.find-index",
4248 "es.typed-array.find-last",
4249 "es.typed-array.find-last-index",
4250 "es.typed-array.for-each",
4251 "es.typed-array.from",
4252 "es.typed-array.includes",
4253 "es.typed-array.index-of",
4254 "es.typed-array.iterator",
4255 "es.typed-array.join",
4256 "es.typed-array.last-index-of",
4257 "es.typed-array.map",
4258 "es.typed-array.of",
4259 "es.typed-array.reduce",
4260 "es.typed-array.reduce-right",
4261 "es.typed-array.reverse",
4262 "es.typed-array.set",
4263 "es.typed-array.slice",
4264 "es.typed-array.some",
4265 "es.typed-array.sort",
4266 "es.typed-array.subarray",
4267 "es.typed-array.to-locale-string",
4268 "es.typed-array.to-reversed",
4269 "es.typed-array.to-sorted",
4270 "es.typed-array.to-string",
4271 "es.typed-array.with",
4272 "es.uint8-array.from-base64",
4273 "es.uint8-array.from-hex",
4274 "es.uint8-array.set-from-base64",
4275 "es.uint8-array.set-from-hex",
4276 "es.uint8-array.to-base64",
4277 "es.uint8-array.to-hex",
4278 "es.unescape",
4279 "es.weak-map",
4280 "es.weak-map.get-or-insert",
4281 "es.weak-map.get-or-insert-computed",
4282 "es.weak-set"
4283 ],
4284 "core-js/es/aggregate-error": [],
4285 "core-js/es/array": [
4286 "es.array.at",
4287 "es.array.concat",
4288 "es.array.copy-within",
4289 "es.array.every",
4290 "es.array.fill",
4291 "es.array.filter",
4292 "es.array.find",
4293 "es.array.find-index",
4294 "es.array.find-last",
4295 "es.array.find-last-index",
4296 "es.array.flat",
4297 "es.array.flat-map",
4298 "es.array.for-each",
4299 "es.array.from",
4300 "es.array.includes",
4301 "es.array.index-of",
4302 "es.array.is-array",
4303 "es.array.iterator",
4304 "es.array.join",
4305 "es.array.last-index-of",
4306 "es.array.map",
4307 "es.array.of",
4308 "es.array.push",
4309 "es.array.reduce",
4310 "es.array.reduce-right",
4311 "es.array.reverse",
4312 "es.array.slice",
4313 "es.array.some",
4314 "es.array.sort",
4315 "es.array.species",
4316 "es.array.splice",
4317 "es.array.to-reversed",
4318 "es.array.to-sorted",
4319 "es.array.to-spliced",
4320 "es.array.unscopables.flat",
4321 "es.array.unscopables.flat-map",
4322 "es.array.unshift",
4323 "es.array.with",
4324 "es.object.to-string",
4325 "es.promise",
4326 "es.array.from-async",
4327 "es.string.iterator"
4328 ],
4329 "core-js/es/array-buffer": [
4330 "es.array-buffer.constructor",
4331 "es.array-buffer.is-view",
4332 "es.array-buffer.slice",
4333 "es.data-view",
4334 "es.array-buffer.detached",
4335 "es.array-buffer.transfer",
4336 "es.array-buffer.transfer-to-fixed-length",
4337 "es.object.to-string"
4338 ],
4339 "core-js/es/array-buffer/constructor": [
4340 "es.array-buffer.constructor",
4341 "es.array-buffer.slice",
4342 "es.array-buffer.detached",
4343 "es.array-buffer.transfer",
4344 "es.array-buffer.transfer-to-fixed-length",
4345 "es.object.to-string"
4346 ],
4347 "core-js/es/array-buffer/detached": [
4348 "es.array-buffer.constructor",
4349 "es.array-buffer.slice",
4350 "es.array-buffer.detached"
4351 ],
4352 "core-js/es/array-buffer/is-view": [
4353 "es.array-buffer.is-view"
4354 ],
4355 "core-js/es/array-buffer/slice": [
4356 "es.array-buffer.slice"
4357 ],
4358 "core-js/es/array-buffer/transfer": [
4359 "es.array-buffer.constructor",
4360 "es.array-buffer.slice",
4361 "es.data-view",
4362 "es.array-buffer.transfer"
4363 ],
4364 "core-js/es/array-buffer/transfer-to-fixed-length": [
4365 "es.array-buffer.constructor",
4366 "es.array-buffer.slice",
4367 "es.data-view",
4368 "es.array-buffer.transfer-to-fixed-length"
4369 ],
4370 "core-js/es/array/at": [
4371 "es.array.at"
4372 ],
4373 "core-js/es/array/concat": [
4374 "es.array.concat"
4375 ],
4376 "core-js/es/array/copy-within": [
4377 "es.array.copy-within"
4378 ],
4379 "core-js/es/array/entries": [
4380 "es.array.iterator",
4381 "es.object.to-string"
4382 ],
4383 "core-js/es/array/every": [
4384 "es.array.every"
4385 ],
4386 "core-js/es/array/fill": [
4387 "es.array.fill"
4388 ],
4389 "core-js/es/array/filter": [
4390 "es.array.filter"
4391 ],
4392 "core-js/es/array/find": [
4393 "es.array.find"
4394 ],
4395 "core-js/es/array/find-index": [
4396 "es.array.find-index"
4397 ],
4398 "core-js/es/array/find-last": [
4399 "es.array.find-last"
4400 ],
4401 "core-js/es/array/find-last-index": [
4402 "es.array.find-last-index"
4403 ],
4404 "core-js/es/array/flat": [
4405 "es.array.flat",
4406 "es.array.unscopables.flat"
4407 ],
4408 "core-js/es/array/flat-map": [
4409 "es.array.flat-map",
4410 "es.array.unscopables.flat-map"
4411 ],
4412 "core-js/es/array/for-each": [
4413 "es.array.for-each"
4414 ],
4415 "core-js/es/array/from": [
4416 "es.array.from",
4417 "es.string.iterator"
4418 ],
4419 "core-js/es/array/from-async": [
4420 "es.array.iterator",
4421 "es.object.to-string",
4422 "es.promise",
4423 "es.array.from-async",
4424 "es.string.iterator"
4425 ],
4426 "core-js/es/array/includes": [
4427 "es.array.includes"
4428 ],
4429 "core-js/es/array/index-of": [
4430 "es.array.index-of"
4431 ],
4432 "core-js/es/array/is-array": [
4433 "es.array.is-array"
4434 ],
4435 "core-js/es/array/iterator": [
4436 "es.array.iterator",
4437 "es.object.to-string"
4438 ],
4439 "core-js/es/array/join": [
4440 "es.array.join"
4441 ],
4442 "core-js/es/array/keys": [
4443 "es.array.iterator",
4444 "es.object.to-string"
4445 ],
4446 "core-js/es/array/last-index-of": [
4447 "es.array.last-index-of"
4448 ],
4449 "core-js/es/array/map": [
4450 "es.array.map"
4451 ],
4452 "core-js/es/array/of": [
4453 "es.array.of"
4454 ],
4455 "core-js/es/array/push": [
4456 "es.array.push"
4457 ],
4458 "core-js/es/array/reduce": [
4459 "es.array.reduce"
4460 ],
4461 "core-js/es/array/reduce-right": [
4462 "es.array.reduce-right"
4463 ],
4464 "core-js/es/array/reverse": [
4465 "es.array.reverse"
4466 ],
4467 "core-js/es/array/slice": [
4468 "es.array.slice"
4469 ],
4470 "core-js/es/array/some": [
4471 "es.array.some"
4472 ],
4473 "core-js/es/array/sort": [
4474 "es.array.sort"
4475 ],
4476 "core-js/es/array/splice": [
4477 "es.array.splice"
4478 ],
4479 "core-js/es/array/to-reversed": [
4480 "es.array.to-reversed"
4481 ],
4482 "core-js/es/array/to-sorted": [
4483 "es.array.sort",
4484 "es.array.to-sorted"
4485 ],
4486 "core-js/es/array/to-spliced": [
4487 "es.array.to-spliced"
4488 ],
4489 "core-js/es/array/unshift": [
4490 "es.array.unshift"
4491 ],
4492 "core-js/es/array/values": [
4493 "es.array.iterator",
4494 "es.object.to-string"
4495 ],
4496 "core-js/es/array/virtual": [
4497 "es.array.at",
4498 "es.array.concat",
4499 "es.array.copy-within",
4500 "es.array.every",
4501 "es.array.fill",
4502 "es.array.filter",
4503 "es.array.find",
4504 "es.array.find-index",
4505 "es.array.find-last",
4506 "es.array.find-last-index",
4507 "es.array.flat",
4508 "es.array.flat-map",
4509 "es.array.for-each",
4510 "es.array.includes",
4511 "es.array.index-of",
4512 "es.array.iterator",
4513 "es.array.join",
4514 "es.array.last-index-of",
4515 "es.array.map",
4516 "es.array.push",
4517 "es.array.reduce",
4518 "es.array.reduce-right",
4519 "es.array.reverse",
4520 "es.array.slice",
4521 "es.array.some",
4522 "es.array.sort",
4523 "es.array.species",
4524 "es.array.splice",
4525 "es.array.to-reversed",
4526 "es.array.to-sorted",
4527 "es.array.to-spliced",
4528 "es.array.unscopables.flat",
4529 "es.array.unscopables.flat-map",
4530 "es.array.unshift",
4531 "es.array.with",
4532 "es.object.to-string"
4533 ],
4534 "core-js/es/array/virtual/at": [
4535 "es.array.at"
4536 ],
4537 "core-js/es/array/virtual/concat": [
4538 "es.array.concat"
4539 ],
4540 "core-js/es/array/virtual/copy-within": [
4541 "es.array.copy-within"
4542 ],
4543 "core-js/es/array/virtual/entries": [
4544 "es.array.iterator",
4545 "es.object.to-string"
4546 ],
4547 "core-js/es/array/virtual/every": [
4548 "es.array.every"
4549 ],
4550 "core-js/es/array/virtual/fill": [
4551 "es.array.fill"
4552 ],
4553 "core-js/es/array/virtual/filter": [
4554 "es.array.filter"
4555 ],
4556 "core-js/es/array/virtual/find": [
4557 "es.array.find"
4558 ],
4559 "core-js/es/array/virtual/find-index": [
4560 "es.array.find-index"
4561 ],
4562 "core-js/es/array/virtual/find-last": [
4563 "es.array.find-last"
4564 ],
4565 "core-js/es/array/virtual/find-last-index": [
4566 "es.array.find-last-index"
4567 ],
4568 "core-js/es/array/virtual/flat": [
4569 "es.array.flat",
4570 "es.array.unscopables.flat"
4571 ],
4572 "core-js/es/array/virtual/flat-map": [
4573 "es.array.flat-map",
4574 "es.array.unscopables.flat-map"
4575 ],
4576 "core-js/es/array/virtual/for-each": [
4577 "es.array.for-each"
4578 ],
4579 "core-js/es/array/virtual/includes": [
4580 "es.array.includes"
4581 ],
4582 "core-js/es/array/virtual/index-of": [
4583 "es.array.index-of"
4584 ],
4585 "core-js/es/array/virtual/iterator": [
4586 "es.array.iterator",
4587 "es.object.to-string"
4588 ],
4589 "core-js/es/array/virtual/join": [
4590 "es.array.join"
4591 ],
4592 "core-js/es/array/virtual/keys": [
4593 "es.array.iterator",
4594 "es.object.to-string"
4595 ],
4596 "core-js/es/array/virtual/last-index-of": [
4597 "es.array.last-index-of"
4598 ],
4599 "core-js/es/array/virtual/map": [
4600 "es.array.map"
4601 ],
4602 "core-js/es/array/virtual/push": [
4603 "es.array.push"
4604 ],
4605 "core-js/es/array/virtual/reduce": [
4606 "es.array.reduce"
4607 ],
4608 "core-js/es/array/virtual/reduce-right": [
4609 "es.array.reduce-right"
4610 ],
4611 "core-js/es/array/virtual/reverse": [
4612 "es.array.reverse"
4613 ],
4614 "core-js/es/array/virtual/slice": [
4615 "es.array.slice"
4616 ],
4617 "core-js/es/array/virtual/some": [
4618 "es.array.some"
4619 ],
4620 "core-js/es/array/virtual/sort": [
4621 "es.array.sort"
4622 ],
4623 "core-js/es/array/virtual/splice": [
4624 "es.array.splice"
4625 ],
4626 "core-js/es/array/virtual/to-reversed": [
4627 "es.array.to-reversed"
4628 ],
4629 "core-js/es/array/virtual/to-sorted": [
4630 "es.array.sort",
4631 "es.array.to-sorted"
4632 ],
4633 "core-js/es/array/virtual/to-spliced": [
4634 "es.array.to-spliced"
4635 ],
4636 "core-js/es/array/virtual/unshift": [
4637 "es.array.unshift"
4638 ],
4639 "core-js/es/array/virtual/values": [
4640 "es.array.iterator",
4641 "es.object.to-string"
4642 ],
4643 "core-js/es/array/virtual/with": [
4644 "es.array.with"
4645 ],
4646 "core-js/es/array/with": [
4647 "es.array.with"
4648 ],
4649 "core-js/es/async-disposable-stack": [
4650 "es.error.cause",
4651 "es.error.to-string",
4652 "es.suppressed-error.constructor",
4653 "es.iterator.dispose",
4654 "es.object.to-string",
4655 "es.promise",
4656 "es.async-disposable-stack.constructor",
4657 "es.async-iterator.async-dispose"
4658 ],
4659 "core-js/es/async-disposable-stack/constructor": [
4660 "es.error.cause",
4661 "es.error.to-string",
4662 "es.suppressed-error.constructor",
4663 "es.iterator.dispose",
4664 "es.object.to-string",
4665 "es.promise",
4666 "es.async-disposable-stack.constructor",
4667 "es.async-iterator.async-dispose"
4668 ],
4669 "core-js/es/async-iterator": [
4670 "es.object.to-string",
4671 "es.promise",
4672 "es.async-iterator.async-dispose"
4673 ],
4674 "core-js/es/async-iterator/async-dispose": [
4675 "es.object.to-string",
4676 "es.promise",
4677 "es.async-iterator.async-dispose"
4678 ],
4679 "core-js/es/data-view": [
4680 "es.array-buffer.constructor",
4681 "es.array-buffer.slice",
4682 "es.data-view",
4683 "es.data-view.get-float16",
4684 "es.data-view.set-float16",
4685 "es.object.to-string"
4686 ],
4687 "core-js/es/data-view/get-float16": [
4688 "es.data-view.get-float16"
4689 ],
4690 "core-js/es/data-view/set-float16": [
4691 "es.data-view.set-float16"
4692 ],
4693 "core-js/es/date": [
4694 "es.date.get-year",
4695 "es.date.now",
4696 "es.date.set-year",
4697 "es.date.to-gmt-string",
4698 "es.date.to-iso-string",
4699 "es.date.to-json",
4700 "es.date.to-primitive",
4701 "es.date.to-string"
4702 ],
4703 "core-js/es/date/get-year": [
4704 "es.date.get-year"
4705 ],
4706 "core-js/es/date/now": [
4707 "es.date.now"
4708 ],
4709 "core-js/es/date/set-year": [
4710 "es.date.set-year"
4711 ],
4712 "core-js/es/date/to-gmt-string": [
4713 "es.date.to-gmt-string"
4714 ],
4715 "core-js/es/date/to-iso-string": [
4716 "es.date.to-iso-string",
4717 "es.date.to-json"
4718 ],
4719 "core-js/es/date/to-json": [
4720 "es.date.to-json"
4721 ],
4722 "core-js/es/date/to-primitive": [
4723 "es.date.to-primitive"
4724 ],
4725 "core-js/es/date/to-string": [
4726 "es.date.to-string"
4727 ],
4728 "core-js/es/disposable-stack": [
4729 "es.error.cause",
4730 "es.error.to-string",
4731 "es.suppressed-error.constructor",
4732 "es.disposable-stack.constructor",
4733 "es.iterator.dispose",
4734 "es.object.to-string"
4735 ],
4736 "core-js/es/disposable-stack/constructor": [
4737 "es.error.cause",
4738 "es.error.to-string",
4739 "es.suppressed-error.constructor",
4740 "es.disposable-stack.constructor",
4741 "es.iterator.dispose",
4742 "es.object.to-string"
4743 ],
4744 "core-js/es/error": [
4745 "es.error.cause",
4746 "es.error.is-error",
4747 "es.error.to-string"
4748 ],
4749 "core-js/es/error/constructor": [
4750 "es.error.cause"
4751 ],
4752 "core-js/es/error/is-error": [
4753 "es.error.is-error",
4754 "es.object.create"
4755 ],
4756 "core-js/es/error/to-string": [
4757 "es.error.to-string"
4758 ],
4759 "core-js/es/escape": [
4760 "es.escape"
4761 ],
4762 "core-js/es/function": [
4763 "es.function.bind",
4764 "es.function.has-instance",
4765 "es.function.name"
4766 ],
4767 "core-js/es/function/bind": [
4768 "es.function.bind"
4769 ],
4770 "core-js/es/function/has-instance": [
4771 "es.function.has-instance"
4772 ],
4773 "core-js/es/function/name": [
4774 "es.function.name"
4775 ],
4776 "core-js/es/function/virtual": [
4777 "es.function.bind"
4778 ],
4779 "core-js/es/function/virtual/bind": [
4780 "es.function.bind"
4781 ],
4782 "core-js/es/get-iterator": [
4783 "es.array.iterator",
4784 "es.string.iterator"
4785 ],
4786 "core-js/es/get-iterator-method": [
4787 "es.array.iterator",
4788 "es.string.iterator"
4789 ],
4790 "core-js/es/global-this": [
4791 "es.global-this"
4792 ],
4793 "core-js/es/instance/at": [
4794 "es.array.at",
4795 "es.string.at-alternative"
4796 ],
4797 "core-js/es/instance/bind": [
4798 "es.function.bind"
4799 ],
4800 "core-js/es/instance/code-point-at": [
4801 "es.string.code-point-at"
4802 ],
4803 "core-js/es/instance/concat": [
4804 "es.array.concat"
4805 ],
4806 "core-js/es/instance/copy-within": [
4807 "es.array.copy-within"
4808 ],
4809 "core-js/es/instance/ends-with": [
4810 "es.string.ends-with"
4811 ],
4812 "core-js/es/instance/entries": [
4813 "es.array.iterator",
4814 "es.object.to-string"
4815 ],
4816 "core-js/es/instance/every": [
4817 "es.array.every"
4818 ],
4819 "core-js/es/instance/fill": [
4820 "es.array.fill"
4821 ],
4822 "core-js/es/instance/filter": [
4823 "es.array.filter"
4824 ],
4825 "core-js/es/instance/find": [
4826 "es.array.find"
4827 ],
4828 "core-js/es/instance/find-index": [
4829 "es.array.find-index"
4830 ],
4831 "core-js/es/instance/find-last": [
4832 "es.array.find-last"
4833 ],
4834 "core-js/es/instance/find-last-index": [
4835 "es.array.find-last-index"
4836 ],
4837 "core-js/es/instance/flags": [
4838 "es.regexp.flags"
4839 ],
4840 "core-js/es/instance/flat": [
4841 "es.array.flat",
4842 "es.array.unscopables.flat"
4843 ],
4844 "core-js/es/instance/flat-map": [
4845 "es.array.flat-map",
4846 "es.array.unscopables.flat-map"
4847 ],
4848 "core-js/es/instance/for-each": [
4849 "es.array.for-each"
4850 ],
4851 "core-js/es/instance/includes": [
4852 "es.array.includes",
4853 "es.string.includes"
4854 ],
4855 "core-js/es/instance/index-of": [
4856 "es.array.index-of"
4857 ],
4858 "core-js/es/instance/is-well-formed": [
4859 "es.string.is-well-formed"
4860 ],
4861 "core-js/es/instance/keys": [
4862 "es.array.iterator",
4863 "es.object.to-string"
4864 ],
4865 "core-js/es/instance/last-index-of": [
4866 "es.array.last-index-of"
4867 ],
4868 "core-js/es/instance/map": [
4869 "es.array.map"
4870 ],
4871 "core-js/es/instance/match-all": [
4872 "es.object.to-string",
4873 "es.regexp.exec",
4874 "es.string.match-all"
4875 ],
4876 "core-js/es/instance/pad-end": [
4877 "es.string.pad-end"
4878 ],
4879 "core-js/es/instance/pad-start": [
4880 "es.string.pad-start"
4881 ],
4882 "core-js/es/instance/push": [
4883 "es.array.push"
4884 ],
4885 "core-js/es/instance/reduce": [
4886 "es.array.reduce"
4887 ],
4888 "core-js/es/instance/reduce-right": [
4889 "es.array.reduce-right"
4890 ],
4891 "core-js/es/instance/repeat": [
4892 "es.string.repeat"
4893 ],
4894 "core-js/es/instance/replace-all": [
4895 "es.regexp.exec",
4896 "es.string.replace",
4897 "es.string.replace-all"
4898 ],
4899 "core-js/es/instance/reverse": [
4900 "es.array.reverse"
4901 ],
4902 "core-js/es/instance/slice": [
4903 "es.array.slice"
4904 ],
4905 "core-js/es/instance/some": [
4906 "es.array.some"
4907 ],
4908 "core-js/es/instance/sort": [
4909 "es.array.sort"
4910 ],
4911 "core-js/es/instance/splice": [
4912 "es.array.splice"
4913 ],
4914 "core-js/es/instance/starts-with": [
4915 "es.string.starts-with"
4916 ],
4917 "core-js/es/instance/to-reversed": [
4918 "es.array.to-reversed"
4919 ],
4920 "core-js/es/instance/to-sorted": [
4921 "es.array.sort",
4922 "es.array.to-sorted"
4923 ],
4924 "core-js/es/instance/to-spliced": [
4925 "es.array.to-spliced"
4926 ],
4927 "core-js/es/instance/to-well-formed": [
4928 "es.string.to-well-formed"
4929 ],
4930 "core-js/es/instance/trim": [
4931 "es.string.trim"
4932 ],
4933 "core-js/es/instance/trim-end": [
4934 "es.string.trim-end"
4935 ],
4936 "core-js/es/instance/trim-left": [
4937 "es.string.trim-start"
4938 ],
4939 "core-js/es/instance/trim-right": [
4940 "es.string.trim-end"
4941 ],
4942 "core-js/es/instance/trim-start": [
4943 "es.string.trim-start"
4944 ],
4945 "core-js/es/instance/unshift": [
4946 "es.array.unshift"
4947 ],
4948 "core-js/es/instance/values": [
4949 "es.array.iterator",
4950 "es.object.to-string"
4951 ],
4952 "core-js/es/instance/with": [
4953 "es.array.with"
4954 ],
4955 "core-js/es/is-iterable": [
4956 "es.array.iterator",
4957 "es.string.iterator"
4958 ],
4959 "core-js/es/iterator": [
4960 "es.array.iterator",
4961 "es.iterator.constructor",
4962 "es.iterator.concat",
4963 "es.iterator.dispose",
4964 "es.iterator.drop",
4965 "es.iterator.every",
4966 "es.iterator.filter",
4967 "es.iterator.find",
4968 "es.iterator.flat-map",
4969 "es.iterator.for-each",
4970 "es.iterator.from",
4971 "es.iterator.map",
4972 "es.iterator.reduce",
4973 "es.iterator.some",
4974 "es.iterator.take",
4975 "es.iterator.to-array",
4976 "es.object.to-string",
4977 "es.string.iterator"
4978 ],
4979 "core-js/es/iterator/concat": [
4980 "es.array.iterator",
4981 "es.iterator.constructor",
4982 "es.iterator.concat",
4983 "es.iterator.drop",
4984 "es.iterator.every",
4985 "es.iterator.filter",
4986 "es.iterator.find",
4987 "es.iterator.flat-map",
4988 "es.iterator.for-each",
4989 "es.iterator.map",
4990 "es.iterator.reduce",
4991 "es.iterator.some",
4992 "es.iterator.take",
4993 "es.iterator.to-array",
4994 "es.object.to-string",
4995 "es.string.iterator",
4996 "web.dom-collections.iterator"
4997 ],
4998 "core-js/es/iterator/dispose": [
4999 "es.iterator.dispose"
5000 ],
5001 "core-js/es/iterator/drop": [
5002 "es.iterator.constructor",
5003 "es.iterator.drop",
5004 "es.object.to-string"
5005 ],
5006 "core-js/es/iterator/every": [
5007 "es.iterator.constructor",
5008 "es.iterator.every",
5009 "es.object.to-string"
5010 ],
5011 "core-js/es/iterator/filter": [
5012 "es.iterator.constructor",
5013 "es.iterator.filter",
5014 "es.object.to-string"
5015 ],
5016 "core-js/es/iterator/find": [
5017 "es.iterator.constructor",
5018 "es.iterator.find",
5019 "es.object.to-string"
5020 ],
5021 "core-js/es/iterator/flat-map": [
5022 "es.array.iterator",
5023 "es.iterator.constructor",
5024 "es.iterator.flat-map",
5025 "es.object.to-string"
5026 ],
5027 "core-js/es/iterator/for-each": [
5028 "es.iterator.constructor",
5029 "es.iterator.for-each",
5030 "es.object.to-string"
5031 ],
5032 "core-js/es/iterator/from": [
5033 "es.array.iterator",
5034 "es.iterator.constructor",
5035 "es.iterator.drop",
5036 "es.iterator.every",
5037 "es.iterator.filter",
5038 "es.iterator.find",
5039 "es.iterator.flat-map",
5040 "es.iterator.for-each",
5041 "es.iterator.from",
5042 "es.iterator.map",
5043 "es.iterator.reduce",
5044 "es.iterator.some",
5045 "es.iterator.take",
5046 "es.iterator.to-array",
5047 "es.object.to-string",
5048 "es.string.iterator"
5049 ],
5050 "core-js/es/iterator/map": [
5051 "es.iterator.constructor",
5052 "es.iterator.map",
5053 "es.object.to-string"
5054 ],
5055 "core-js/es/iterator/reduce": [
5056 "es.iterator.constructor",
5057 "es.iterator.reduce",
5058 "es.object.to-string"
5059 ],
5060 "core-js/es/iterator/some": [
5061 "es.iterator.constructor",
5062 "es.iterator.some",
5063 "es.object.to-string"
5064 ],
5065 "core-js/es/iterator/take": [
5066 "es.iterator.constructor",
5067 "es.iterator.take",
5068 "es.object.to-string"
5069 ],
5070 "core-js/es/iterator/to-array": [
5071 "es.iterator.constructor",
5072 "es.iterator.to-array",
5073 "es.object.to-string"
5074 ],
5075 "core-js/es/json": [
5076 "es.date.to-json",
5077 "es.json.is-raw-json",
5078 "es.json.parse",
5079 "es.json.raw-json",
5080 "es.json.stringify",
5081 "es.json.to-string-tag",
5082 "es.object.create",
5083 "es.object.freeze",
5084 "es.object.keys"
5085 ],
5086 "core-js/es/json/is-raw-json": [
5087 "es.json.is-raw-json"
5088 ],
5089 "core-js/es/json/parse": [
5090 "es.json.parse",
5091 "es.object.keys"
5092 ],
5093 "core-js/es/json/raw-json": [
5094 "es.json.raw-json",
5095 "es.object.create",
5096 "es.object.freeze"
5097 ],
5098 "core-js/es/json/stringify": [
5099 "es.date.to-json",
5100 "es.json.stringify"
5101 ],
5102 "core-js/es/json/to-string-tag": [
5103 "es.json.to-string-tag"
5104 ],
5105 "core-js/es/map": [
5106 "es.array.iterator",
5107 "es.map",
5108 "es.map.group-by",
5109 "es.map.get-or-insert",
5110 "es.map.get-or-insert-computed",
5111 "es.object.to-string",
5112 "es.string.iterator"
5113 ],
5114 "core-js/es/map/get-or-insert": [
5115 "es.map",
5116 "es.map.get-or-insert"
5117 ],
5118 "core-js/es/map/get-or-insert-computed": [
5119 "es.map",
5120 "es.map.get-or-insert-computed"
5121 ],
5122 "core-js/es/map/group-by": [
5123 "es.map",
5124 "es.map.group-by",
5125 "es.map.get-or-insert",
5126 "es.map.get-or-insert-computed",
5127 "es.object.to-string"
5128 ],
5129 "core-js/es/math": [
5130 "es.array.iterator",
5131 "es.math.acosh",
5132 "es.math.asinh",
5133 "es.math.atanh",
5134 "es.math.cbrt",
5135 "es.math.clz32",
5136 "es.math.cosh",
5137 "es.math.expm1",
5138 "es.math.fround",
5139 "es.math.f16round",
5140 "es.math.hypot",
5141 "es.math.imul",
5142 "es.math.log10",
5143 "es.math.log1p",
5144 "es.math.log2",
5145 "es.math.sign",
5146 "es.math.sinh",
5147 "es.math.sum-precise",
5148 "es.math.tanh",
5149 "es.math.to-string-tag",
5150 "es.math.trunc"
5151 ],
5152 "core-js/es/math/acosh": [
5153 "es.math.acosh"
5154 ],
5155 "core-js/es/math/asinh": [
5156 "es.math.asinh"
5157 ],
5158 "core-js/es/math/atanh": [
5159 "es.math.atanh"
5160 ],
5161 "core-js/es/math/cbrt": [
5162 "es.math.cbrt"
5163 ],
5164 "core-js/es/math/clz32": [
5165 "es.math.clz32"
5166 ],
5167 "core-js/es/math/cosh": [
5168 "es.math.cosh"
5169 ],
5170 "core-js/es/math/expm1": [
5171 "es.math.expm1"
5172 ],
5173 "core-js/es/math/f16round": [
5174 "es.math.f16round"
5175 ],
5176 "core-js/es/math/fround": [
5177 "es.math.fround"
5178 ],
5179 "core-js/es/math/hypot": [
5180 "es.math.hypot"
5181 ],
5182 "core-js/es/math/imul": [
5183 "es.math.imul"
5184 ],
5185 "core-js/es/math/log10": [
5186 "es.math.log10"
5187 ],
5188 "core-js/es/math/log1p": [
5189 "es.math.log1p"
5190 ],
5191 "core-js/es/math/log2": [
5192 "es.math.log2"
5193 ],
5194 "core-js/es/math/sign": [
5195 "es.math.sign"
5196 ],
5197 "core-js/es/math/sinh": [
5198 "es.math.sinh"
5199 ],
5200 "core-js/es/math/sum-precise": [
5201 "es.array.iterator",
5202 "es.math.sum-precise"
5203 ],
5204 "core-js/es/math/tanh": [
5205 "es.math.tanh"
5206 ],
5207 "core-js/es/math/to-string-tag": [
5208 "es.math.to-string-tag"
5209 ],
5210 "core-js/es/math/trunc": [
5211 "es.math.trunc"
5212 ],
5213 "core-js/es/number": [
5214 "es.number.constructor",
5215 "es.number.epsilon",
5216 "es.number.is-finite",
5217 "es.number.is-integer",
5218 "es.number.is-nan",
5219 "es.number.is-safe-integer",
5220 "es.number.max-safe-integer",
5221 "es.number.min-safe-integer",
5222 "es.number.parse-float",
5223 "es.number.parse-int",
5224 "es.number.to-exponential",
5225 "es.number.to-fixed",
5226 "es.number.to-precision"
5227 ],
5228 "core-js/es/number/constructor": [
5229 "es.number.constructor"
5230 ],
5231 "core-js/es/number/epsilon": [
5232 "es.number.epsilon"
5233 ],
5234 "core-js/es/number/is-finite": [
5235 "es.number.is-finite"
5236 ],
5237 "core-js/es/number/is-integer": [
5238 "es.number.is-integer"
5239 ],
5240 "core-js/es/number/is-nan": [
5241 "es.number.is-nan"
5242 ],
5243 "core-js/es/number/is-safe-integer": [
5244 "es.number.is-safe-integer"
5245 ],
5246 "core-js/es/number/max-safe-integer": [
5247 "es.number.max-safe-integer"
5248 ],
5249 "core-js/es/number/min-safe-integer": [
5250 "es.number.min-safe-integer"
5251 ],
5252 "core-js/es/number/parse-float": [
5253 "es.number.parse-float"
5254 ],
5255 "core-js/es/number/parse-int": [
5256 "es.number.parse-int"
5257 ],
5258 "core-js/es/number/to-exponential": [
5259 "es.number.to-exponential"
5260 ],
5261 "core-js/es/number/to-fixed": [
5262 "es.number.to-fixed"
5263 ],
5264 "core-js/es/number/to-precision": [
5265 "es.number.to-precision"
5266 ],
5267 "core-js/es/number/virtual": [
5268 "es.number.to-exponential",
5269 "es.number.to-fixed",
5270 "es.number.to-precision"
5271 ],
5272 "core-js/es/number/virtual/to-exponential": [
5273 "es.number.to-exponential"
5274 ],
5275 "core-js/es/number/virtual/to-fixed": [
5276 "es.number.to-fixed"
5277 ],
5278 "core-js/es/number/virtual/to-precision": [
5279 "es.number.to-precision"
5280 ],
5281 "core-js/es/object": [
5282 "es.symbol",
5283 "es.json.to-string-tag",
5284 "es.math.to-string-tag",
5285 "es.object.assign",
5286 "es.object.create",
5287 "es.object.define-getter",
5288 "es.object.define-properties",
5289 "es.object.define-property",
5290 "es.object.define-setter",
5291 "es.object.entries",
5292 "es.object.freeze",
5293 "es.object.from-entries",
5294 "es.object.get-own-property-descriptor",
5295 "es.object.get-own-property-descriptors",
5296 "es.object.get-own-property-names",
5297 "es.object.get-prototype-of",
5298 "es.object.group-by",
5299 "es.object.has-own",
5300 "es.object.is",
5301 "es.object.is-extensible",
5302 "es.object.is-frozen",
5303 "es.object.is-sealed",
5304 "es.object.keys",
5305 "es.object.lookup-getter",
5306 "es.object.lookup-setter",
5307 "es.object.prevent-extensions",
5308 "es.object.proto",
5309 "es.object.seal",
5310 "es.object.set-prototype-of",
5311 "es.object.to-string",
5312 "es.object.values",
5313 "es.reflect.to-string-tag"
5314 ],
5315 "core-js/es/object/assign": [
5316 "es.object.assign"
5317 ],
5318 "core-js/es/object/create": [
5319 "es.object.create"
5320 ],
5321 "core-js/es/object/define-getter": [
5322 "es.object.define-getter"
5323 ],
5324 "core-js/es/object/define-properties": [
5325 "es.object.define-properties"
5326 ],
5327 "core-js/es/object/define-property": [
5328 "es.object.define-property"
5329 ],
5330 "core-js/es/object/define-setter": [
5331 "es.object.define-setter"
5332 ],
5333 "core-js/es/object/entries": [
5334 "es.object.entries"
5335 ],
5336 "core-js/es/object/freeze": [
5337 "es.object.freeze"
5338 ],
5339 "core-js/es/object/from-entries": [
5340 "es.array.iterator",
5341 "es.object.from-entries"
5342 ],
5343 "core-js/es/object/get-own-property-descriptor": [
5344 "es.object.get-own-property-descriptor"
5345 ],
5346 "core-js/es/object/get-own-property-descriptors": [
5347 "es.object.get-own-property-descriptors"
5348 ],
5349 "core-js/es/object/get-own-property-names": [
5350 "es.object.get-own-property-names"
5351 ],
5352 "core-js/es/object/get-own-property-symbols": [
5353 "es.symbol"
5354 ],
5355 "core-js/es/object/get-prototype-of": [
5356 "es.object.get-prototype-of"
5357 ],
5358 "core-js/es/object/group-by": [
5359 "es.object.create",
5360 "es.object.group-by"
5361 ],
5362 "core-js/es/object/has-own": [
5363 "es.object.has-own"
5364 ],
5365 "core-js/es/object/is": [
5366 "es.object.is"
5367 ],
5368 "core-js/es/object/is-extensible": [
5369 "es.object.is-extensible"
5370 ],
5371 "core-js/es/object/is-frozen": [
5372 "es.object.is-frozen"
5373 ],
5374 "core-js/es/object/is-sealed": [
5375 "es.object.is-sealed"
5376 ],
5377 "core-js/es/object/keys": [
5378 "es.object.keys"
5379 ],
5380 "core-js/es/object/lookup-getter": [
5381 "es.object.lookup-getter"
5382 ],
5383 "core-js/es/object/lookup-setter": [
5384 "es.object.lookup-setter"
5385 ],
5386 "core-js/es/object/prevent-extensions": [
5387 "es.object.prevent-extensions"
5388 ],
5389 "core-js/es/object/proto": [
5390 "es.object.proto"
5391 ],
5392 "core-js/es/object/seal": [
5393 "es.object.seal"
5394 ],
5395 "core-js/es/object/set-prototype-of": [
5396 "es.object.set-prototype-of"
5397 ],
5398 "core-js/es/object/to-string": [
5399 "es.json.to-string-tag",
5400 "es.math.to-string-tag",
5401 "es.object.to-string",
5402 "es.reflect.to-string-tag"
5403 ],
5404 "core-js/es/object/values": [
5405 "es.object.values"
5406 ],
5407 "core-js/es/parse-float": [
5408 "es.parse-float"
5409 ],
5410 "core-js/es/parse-int": [
5411 "es.parse-int"
5412 ],
5413 "core-js/es/promise": [
5414 "es.aggregate-error",
5415 "es.array.iterator",
5416 "es.object.to-string",
5417 "es.promise",
5418 "es.promise.all-settled",
5419 "es.promise.any",
5420 "es.promise.finally",
5421 "es.promise.try",
5422 "es.promise.with-resolvers",
5423 "es.string.iterator"
5424 ],
5425 "core-js/es/promise/all-settled": [
5426 "es.array.iterator",
5427 "es.object.to-string",
5428 "es.promise",
5429 "es.promise.all-settled",
5430 "es.string.iterator"
5431 ],
5432 "core-js/es/promise/any": [
5433 "es.aggregate-error",
5434 "es.array.iterator",
5435 "es.object.to-string",
5436 "es.promise",
5437 "es.promise.any",
5438 "es.string.iterator"
5439 ],
5440 "core-js/es/promise/finally": [
5441 "es.object.to-string",
5442 "es.promise",
5443 "es.promise.finally"
5444 ],
5445 "core-js/es/promise/try": [
5446 "es.object.to-string",
5447 "es.promise",
5448 "es.promise.try"
5449 ],
5450 "core-js/es/promise/with-resolvers": [
5451 "es.promise",
5452 "es.promise.with-resolvers"
5453 ],
5454 "core-js/es/reflect": [
5455 "es.object.to-string",
5456 "es.reflect.apply",
5457 "es.reflect.construct",
5458 "es.reflect.define-property",
5459 "es.reflect.delete-property",
5460 "es.reflect.get",
5461 "es.reflect.get-own-property-descriptor",
5462 "es.reflect.get-prototype-of",
5463 "es.reflect.has",
5464 "es.reflect.is-extensible",
5465 "es.reflect.own-keys",
5466 "es.reflect.prevent-extensions",
5467 "es.reflect.set",
5468 "es.reflect.set-prototype-of",
5469 "es.reflect.to-string-tag"
5470 ],
5471 "core-js/es/reflect/apply": [
5472 "es.reflect.apply"
5473 ],
5474 "core-js/es/reflect/construct": [
5475 "es.reflect.construct"
5476 ],
5477 "core-js/es/reflect/define-property": [
5478 "es.reflect.define-property"
5479 ],
5480 "core-js/es/reflect/delete-property": [
5481 "es.reflect.delete-property"
5482 ],
5483 "core-js/es/reflect/get": [
5484 "es.reflect.get"
5485 ],
5486 "core-js/es/reflect/get-own-property-descriptor": [
5487 "es.reflect.get-own-property-descriptor"
5488 ],
5489 "core-js/es/reflect/get-prototype-of": [
5490 "es.reflect.get-prototype-of"
5491 ],
5492 "core-js/es/reflect/has": [
5493 "es.reflect.has"
5494 ],
5495 "core-js/es/reflect/is-extensible": [
5496 "es.reflect.is-extensible"
5497 ],
5498 "core-js/es/reflect/own-keys": [
5499 "es.reflect.own-keys"
5500 ],
5501 "core-js/es/reflect/prevent-extensions": [
5502 "es.reflect.prevent-extensions"
5503 ],
5504 "core-js/es/reflect/set": [
5505 "es.reflect.set"
5506 ],
5507 "core-js/es/reflect/set-prototype-of": [
5508 "es.reflect.set-prototype-of"
5509 ],
5510 "core-js/es/reflect/to-string-tag": [
5511 "es.object.to-string",
5512 "es.reflect.to-string-tag"
5513 ],
5514 "core-js/es/regexp": [
5515 "es.regexp.constructor",
5516 "es.regexp.escape",
5517 "es.regexp.dot-all",
5518 "es.regexp.exec",
5519 "es.regexp.flags",
5520 "es.regexp.sticky",
5521 "es.regexp.test",
5522 "es.regexp.to-string",
5523 "es.string.match",
5524 "es.string.replace",
5525 "es.string.search",
5526 "es.string.split"
5527 ],
5528 "core-js/es/regexp/constructor": [
5529 "es.regexp.constructor",
5530 "es.regexp.dot-all",
5531 "es.regexp.exec",
5532 "es.regexp.sticky"
5533 ],
5534 "core-js/es/regexp/dot-all": [
5535 "es.regexp.constructor",
5536 "es.regexp.dot-all",
5537 "es.regexp.exec"
5538 ],
5539 "core-js/es/regexp/escape": [
5540 "es.regexp.escape"
5541 ],
5542 "core-js/es/regexp/flags": [
5543 "es.regexp.flags"
5544 ],
5545 "core-js/es/regexp/match": [
5546 "es.regexp.exec",
5547 "es.string.match"
5548 ],
5549 "core-js/es/regexp/replace": [
5550 "es.regexp.exec",
5551 "es.string.replace"
5552 ],
5553 "core-js/es/regexp/search": [
5554 "es.regexp.exec",
5555 "es.string.search"
5556 ],
5557 "core-js/es/regexp/split": [
5558 "es.regexp.exec",
5559 "es.string.split"
5560 ],
5561 "core-js/es/regexp/sticky": [
5562 "es.regexp.constructor",
5563 "es.regexp.exec",
5564 "es.regexp.sticky"
5565 ],
5566 "core-js/es/regexp/test": [
5567 "es.regexp.exec",
5568 "es.regexp.test"
5569 ],
5570 "core-js/es/regexp/to-string": [
5571 "es.regexp.to-string"
5572 ],
5573 "core-js/es/set": [
5574 "es.array.iterator",
5575 "es.object.to-string",
5576 "es.set",
5577 "es.set.difference.v2",
5578 "es.set.intersection.v2",
5579 "es.set.is-disjoint-from.v2",
5580 "es.set.is-subset-of.v2",
5581 "es.set.is-superset-of.v2",
5582 "es.set.symmetric-difference.v2",
5583 "es.set.union.v2",
5584 "es.string.iterator"
5585 ],
5586 "core-js/es/set/difference": [
5587 "es.set",
5588 "es.set.difference.v2"
5589 ],
5590 "core-js/es/set/intersection": [
5591 "es.set",
5592 "es.set.intersection.v2"
5593 ],
5594 "core-js/es/set/is-disjoint-from": [
5595 "es.set",
5596 "es.set.is-disjoint-from.v2"
5597 ],
5598 "core-js/es/set/is-subset-of": [
5599 "es.set",
5600 "es.set.is-subset-of.v2"
5601 ],
5602 "core-js/es/set/is-superset-of": [
5603 "es.set",
5604 "es.set.is-superset-of.v2"
5605 ],
5606 "core-js/es/set/symmetric-difference": [
5607 "es.set",
5608 "es.set.symmetric-difference.v2"
5609 ],
5610 "core-js/es/set/union": [
5611 "es.set",
5612 "es.set.union.v2"
5613 ],
5614 "core-js/es/string": [
5615 "es.object.to-string",
5616 "es.regexp.exec",
5617 "es.string.at-alternative",
5618 "es.string.code-point-at",
5619 "es.string.ends-with",
5620 "es.string.from-code-point",
5621 "es.string.includes",
5622 "es.string.is-well-formed",
5623 "es.string.iterator",
5624 "es.string.match",
5625 "es.string.match-all",
5626 "es.string.pad-end",
5627 "es.string.pad-start",
5628 "es.string.raw",
5629 "es.string.repeat",
5630 "es.string.replace",
5631 "es.string.replace-all",
5632 "es.string.search",
5633 "es.string.split",
5634 "es.string.starts-with",
5635 "es.string.substr",
5636 "es.string.to-well-formed",
5637 "es.string.trim",
5638 "es.string.trim-end",
5639 "es.string.trim-start",
5640 "es.string.anchor",
5641 "es.string.big",
5642 "es.string.blink",
5643 "es.string.bold",
5644 "es.string.fixed",
5645 "es.string.fontcolor",
5646 "es.string.fontsize",
5647 "es.string.italics",
5648 "es.string.link",
5649 "es.string.small",
5650 "es.string.strike",
5651 "es.string.sub",
5652 "es.string.sup"
5653 ],
5654 "core-js/es/string/anchor": [
5655 "es.string.anchor"
5656 ],
5657 "core-js/es/string/at": [
5658 "es.string.at-alternative"
5659 ],
5660 "core-js/es/string/big": [
5661 "es.string.big"
5662 ],
5663 "core-js/es/string/blink": [
5664 "es.string.blink"
5665 ],
5666 "core-js/es/string/bold": [
5667 "es.string.bold"
5668 ],
5669 "core-js/es/string/code-point-at": [
5670 "es.string.code-point-at"
5671 ],
5672 "core-js/es/string/ends-with": [
5673 "es.string.ends-with"
5674 ],
5675 "core-js/es/string/fixed": [
5676 "es.string.fixed"
5677 ],
5678 "core-js/es/string/fontcolor": [
5679 "es.string.fontcolor"
5680 ],
5681 "core-js/es/string/fontsize": [
5682 "es.string.fontsize"
5683 ],
5684 "core-js/es/string/from-code-point": [
5685 "es.string.from-code-point"
5686 ],
5687 "core-js/es/string/includes": [
5688 "es.string.includes"
5689 ],
5690 "core-js/es/string/is-well-formed": [
5691 "es.string.is-well-formed"
5692 ],
5693 "core-js/es/string/italics": [
5694 "es.string.italics"
5695 ],
5696 "core-js/es/string/iterator": [
5697 "es.object.to-string",
5698 "es.string.iterator"
5699 ],
5700 "core-js/es/string/link": [
5701 "es.string.link"
5702 ],
5703 "core-js/es/string/match": [
5704 "es.regexp.exec",
5705 "es.string.match"
5706 ],
5707 "core-js/es/string/match-all": [
5708 "es.object.to-string",
5709 "es.regexp.exec",
5710 "es.string.match-all"
5711 ],
5712 "core-js/es/string/pad-end": [
5713 "es.string.pad-end"
5714 ],
5715 "core-js/es/string/pad-start": [
5716 "es.string.pad-start"
5717 ],
5718 "core-js/es/string/raw": [
5719 "es.string.raw"
5720 ],
5721 "core-js/es/string/repeat": [
5722 "es.string.repeat"
5723 ],
5724 "core-js/es/string/replace": [
5725 "es.regexp.exec",
5726 "es.string.replace"
5727 ],
5728 "core-js/es/string/replace-all": [
5729 "es.regexp.exec",
5730 "es.string.replace",
5731 "es.string.replace-all"
5732 ],
5733 "core-js/es/string/search": [
5734 "es.regexp.exec",
5735 "es.string.search"
5736 ],
5737 "core-js/es/string/small": [
5738 "es.string.small"
5739 ],
5740 "core-js/es/string/split": [
5741 "es.regexp.exec",
5742 "es.string.split"
5743 ],
5744 "core-js/es/string/starts-with": [
5745 "es.string.starts-with"
5746 ],
5747 "core-js/es/string/strike": [
5748 "es.string.strike"
5749 ],
5750 "core-js/es/string/sub": [
5751 "es.string.sub"
5752 ],
5753 "core-js/es/string/substr": [
5754 "es.string.substr"
5755 ],
5756 "core-js/es/string/sup": [
5757 "es.string.sup"
5758 ],
5759 "core-js/es/string/to-well-formed": [
5760 "es.string.to-well-formed"
5761 ],
5762 "core-js/es/string/trim": [
5763 "es.string.trim"
5764 ],
5765 "core-js/es/string/trim-end": [
5766 "es.string.trim-end"
5767 ],
5768 "core-js/es/string/trim-left": [
5769 "es.string.trim-start"
5770 ],
5771 "core-js/es/string/trim-right": [
5772 "es.string.trim-end"
5773 ],
5774 "core-js/es/string/trim-start": [
5775 "es.string.trim-start"
5776 ],
5777 "core-js/es/string/virtual": [
5778 "es.object.to-string",
5779 "es.regexp.exec",
5780 "es.string.at-alternative",
5781 "es.string.code-point-at",
5782 "es.string.ends-with",
5783 "es.string.includes",
5784 "es.string.iterator",
5785 "es.string.match",
5786 "es.string.match-all",
5787 "es.string.pad-end",
5788 "es.string.pad-start",
5789 "es.string.repeat",
5790 "es.string.replace",
5791 "es.string.replace-all",
5792 "es.string.search",
5793 "es.string.split",
5794 "es.string.starts-with",
5795 "es.string.substr",
5796 "es.string.trim",
5797 "es.string.trim-end",
5798 "es.string.trim-start",
5799 "es.string.anchor",
5800 "es.string.big",
5801 "es.string.blink",
5802 "es.string.bold",
5803 "es.string.fixed",
5804 "es.string.fontcolor",
5805 "es.string.fontsize",
5806 "es.string.italics",
5807 "es.string.link",
5808 "es.string.small",
5809 "es.string.strike",
5810 "es.string.sub",
5811 "es.string.sup"
5812 ],
5813 "core-js/es/string/virtual/anchor": [
5814 "es.string.anchor"
5815 ],
5816 "core-js/es/string/virtual/at": [
5817 "es.string.at-alternative"
5818 ],
5819 "core-js/es/string/virtual/big": [
5820 "es.string.big"
5821 ],
5822 "core-js/es/string/virtual/blink": [
5823 "es.string.blink"
5824 ],
5825 "core-js/es/string/virtual/bold": [
5826 "es.string.bold"
5827 ],
5828 "core-js/es/string/virtual/code-point-at": [
5829 "es.string.code-point-at"
5830 ],
5831 "core-js/es/string/virtual/ends-with": [
5832 "es.string.ends-with"
5833 ],
5834 "core-js/es/string/virtual/fixed": [
5835 "es.string.fixed"
5836 ],
5837 "core-js/es/string/virtual/fontcolor": [
5838 "es.string.fontcolor"
5839 ],
5840 "core-js/es/string/virtual/fontsize": [
5841 "es.string.fontsize"
5842 ],
5843 "core-js/es/string/virtual/includes": [
5844 "es.string.includes"
5845 ],
5846 "core-js/es/string/virtual/is-well-formed": [
5847 "es.string.is-well-formed"
5848 ],
5849 "core-js/es/string/virtual/italics": [
5850 "es.string.italics"
5851 ],
5852 "core-js/es/string/virtual/iterator": [
5853 "es.object.to-string",
5854 "es.string.iterator"
5855 ],
5856 "core-js/es/string/virtual/link": [
5857 "es.string.link"
5858 ],
5859 "core-js/es/string/virtual/match-all": [
5860 "es.object.to-string",
5861 "es.regexp.exec",
5862 "es.string.match-all"
5863 ],
5864 "core-js/es/string/virtual/pad-end": [
5865 "es.string.pad-end"
5866 ],
5867 "core-js/es/string/virtual/pad-start": [
5868 "es.string.pad-start"
5869 ],
5870 "core-js/es/string/virtual/repeat": [
5871 "es.string.repeat"
5872 ],
5873 "core-js/es/string/virtual/replace-all": [
5874 "es.regexp.exec",
5875 "es.string.replace",
5876 "es.string.replace-all"
5877 ],
5878 "core-js/es/string/virtual/small": [
5879 "es.string.small"
5880 ],
5881 "core-js/es/string/virtual/starts-with": [
5882 "es.string.starts-with"
5883 ],
5884 "core-js/es/string/virtual/strike": [
5885 "es.string.strike"
5886 ],
5887 "core-js/es/string/virtual/sub": [
5888 "es.string.sub"
5889 ],
5890 "core-js/es/string/virtual/substr": [
5891 "es.string.substr"
5892 ],
5893 "core-js/es/string/virtual/sup": [
5894 "es.string.sup"
5895 ],
5896 "core-js/es/string/virtual/to-well-formed": [
5897 "es.string.to-well-formed"
5898 ],
5899 "core-js/es/string/virtual/trim": [
5900 "es.string.trim"
5901 ],
5902 "core-js/es/string/virtual/trim-end": [
5903 "es.string.trim-end"
5904 ],
5905 "core-js/es/string/virtual/trim-left": [
5906 "es.string.trim-start"
5907 ],
5908 "core-js/es/string/virtual/trim-right": [
5909 "es.string.trim-end"
5910 ],
5911 "core-js/es/string/virtual/trim-start": [
5912 "es.string.trim-start"
5913 ],
5914 "core-js/es/suppressed-error": [],
5915 "core-js/es/symbol": [
5916 "es.symbol",
5917 "es.symbol.description",
5918 "es.symbol.async-dispose",
5919 "es.symbol.async-iterator",
5920 "es.symbol.dispose",
5921 "es.symbol.has-instance",
5922 "es.symbol.is-concat-spreadable",
5923 "es.symbol.iterator",
5924 "es.symbol.match",
5925 "es.symbol.match-all",
5926 "es.symbol.replace",
5927 "es.symbol.search",
5928 "es.symbol.species",
5929 "es.symbol.split",
5930 "es.symbol.to-primitive",
5931 "es.symbol.to-string-tag",
5932 "es.symbol.unscopables",
5933 "es.array.concat",
5934 "es.json.to-string-tag",
5935 "es.math.to-string-tag",
5936 "es.object.to-string",
5937 "es.reflect.to-string-tag"
5938 ],
5939 "core-js/es/symbol/async-dispose": [
5940 "es.symbol.async-dispose"
5941 ],
5942 "core-js/es/symbol/async-iterator": [
5943 "es.symbol.async-iterator"
5944 ],
5945 "core-js/es/symbol/description": [
5946 "es.symbol.description"
5947 ],
5948 "core-js/es/symbol/dispose": [
5949 "es.symbol.dispose"
5950 ],
5951 "core-js/es/symbol/for": [
5952 "es.symbol"
5953 ],
5954 "core-js/es/symbol/has-instance": [
5955 "es.symbol.has-instance",
5956 "es.function.has-instance"
5957 ],
5958 "core-js/es/symbol/is-concat-spreadable": [
5959 "es.symbol.is-concat-spreadable",
5960 "es.array.concat"
5961 ],
5962 "core-js/es/symbol/iterator": [
5963 "es.symbol.iterator",
5964 "es.array.iterator",
5965 "es.object.to-string",
5966 "es.string.iterator"
5967 ],
5968 "core-js/es/symbol/key-for": [
5969 "es.symbol"
5970 ],
5971 "core-js/es/symbol/match": [
5972 "es.symbol.match",
5973 "es.regexp.exec",
5974 "es.string.match"
5975 ],
5976 "core-js/es/symbol/match-all": [
5977 "es.symbol.match-all",
5978 "es.object.to-string",
5979 "es.regexp.exec",
5980 "es.string.match-all"
5981 ],
5982 "core-js/es/symbol/replace": [
5983 "es.symbol.replace",
5984 "es.regexp.exec",
5985 "es.string.replace"
5986 ],
5987 "core-js/es/symbol/search": [
5988 "es.symbol.search",
5989 "es.regexp.exec",
5990 "es.string.search"
5991 ],
5992 "core-js/es/symbol/species": [
5993 "es.symbol.species"
5994 ],
5995 "core-js/es/symbol/split": [
5996 "es.symbol.split",
5997 "es.regexp.exec",
5998 "es.string.split"
5999 ],
6000 "core-js/es/symbol/to-primitive": [
6001 "es.symbol.to-primitive",
6002 "es.date.to-primitive"
6003 ],
6004 "core-js/es/symbol/to-string-tag": [
6005 "es.symbol.to-string-tag",
6006 "es.json.to-string-tag",
6007 "es.math.to-string-tag",
6008 "es.object.to-string",
6009 "es.reflect.to-string-tag"
6010 ],
6011 "core-js/es/symbol/unscopables": [
6012 "es.symbol.unscopables"
6013 ],
6014 "core-js/es/typed-array": [
6015 "es.object.to-string",
6016 "es.string.iterator",
6017 "es.typed-array.float32-array",
6018 "es.typed-array.float64-array",
6019 "es.typed-array.int8-array",
6020 "es.typed-array.int16-array",
6021 "es.typed-array.int32-array",
6022 "es.typed-array.uint8-array",
6023 "es.typed-array.uint8-clamped-array",
6024 "es.typed-array.uint16-array",
6025 "es.typed-array.uint32-array",
6026 "es.typed-array.at",
6027 "es.typed-array.copy-within",
6028 "es.typed-array.every",
6029 "es.typed-array.fill",
6030 "es.typed-array.filter",
6031 "es.typed-array.find",
6032 "es.typed-array.find-index",
6033 "es.typed-array.find-last",
6034 "es.typed-array.find-last-index",
6035 "es.typed-array.for-each",
6036 "es.typed-array.from",
6037 "es.typed-array.includes",
6038 "es.typed-array.index-of",
6039 "es.typed-array.iterator",
6040 "es.typed-array.join",
6041 "es.typed-array.last-index-of",
6042 "es.typed-array.map",
6043 "es.typed-array.of",
6044 "es.typed-array.reduce",
6045 "es.typed-array.reduce-right",
6046 "es.typed-array.reverse",
6047 "es.typed-array.set",
6048 "es.typed-array.slice",
6049 "es.typed-array.some",
6050 "es.typed-array.sort",
6051 "es.typed-array.subarray",
6052 "es.typed-array.to-locale-string",
6053 "es.typed-array.to-reversed",
6054 "es.typed-array.to-sorted",
6055 "es.typed-array.to-string",
6056 "es.typed-array.with",
6057 "es.uint8-array.from-base64",
6058 "es.uint8-array.from-hex",
6059 "es.uint8-array.set-from-base64",
6060 "es.uint8-array.set-from-hex",
6061 "es.uint8-array.to-base64",
6062 "es.uint8-array.to-hex"
6063 ],
6064 "core-js/es/typed-array/at": [
6065 "es.typed-array.at"
6066 ],
6067 "core-js/es/typed-array/copy-within": [
6068 "es.typed-array.copy-within"
6069 ],
6070 "core-js/es/typed-array/entries": [
6071 "es.object.to-string",
6072 "es.typed-array.iterator"
6073 ],
6074 "core-js/es/typed-array/every": [
6075 "es.typed-array.every"
6076 ],
6077 "core-js/es/typed-array/fill": [
6078 "es.typed-array.fill"
6079 ],
6080 "core-js/es/typed-array/filter": [
6081 "es.typed-array.filter"
6082 ],
6083 "core-js/es/typed-array/find": [
6084 "es.typed-array.find"
6085 ],
6086 "core-js/es/typed-array/find-index": [
6087 "es.typed-array.find-index"
6088 ],
6089 "core-js/es/typed-array/find-last": [
6090 "es.typed-array.find-last"
6091 ],
6092 "core-js/es/typed-array/find-last-index": [
6093 "es.typed-array.find-last-index"
6094 ],
6095 "core-js/es/typed-array/float32-array": [
6096 "es.array-buffer.constructor",
6097 "es.array-buffer.slice",
6098 "es.object.to-string",
6099 "es.string.iterator",
6100 "es.typed-array.float32-array",
6101 "es.typed-array.at",
6102 "es.typed-array.copy-within",
6103 "es.typed-array.every",
6104 "es.typed-array.fill",
6105 "es.typed-array.filter",
6106 "es.typed-array.find",
6107 "es.typed-array.find-index",
6108 "es.typed-array.find-last",
6109 "es.typed-array.find-last-index",
6110 "es.typed-array.for-each",
6111 "es.typed-array.from",
6112 "es.typed-array.includes",
6113 "es.typed-array.index-of",
6114 "es.typed-array.iterator",
6115 "es.typed-array.join",
6116 "es.typed-array.last-index-of",
6117 "es.typed-array.map",
6118 "es.typed-array.of",
6119 "es.typed-array.reduce",
6120 "es.typed-array.reduce-right",
6121 "es.typed-array.reverse",
6122 "es.typed-array.set",
6123 "es.typed-array.slice",
6124 "es.typed-array.some",
6125 "es.typed-array.sort",
6126 "es.typed-array.subarray",
6127 "es.typed-array.to-locale-string",
6128 "es.typed-array.to-reversed",
6129 "es.typed-array.to-sorted",
6130 "es.typed-array.to-string",
6131 "es.typed-array.with",
6132 "es.uint8-array.from-base64",
6133 "es.uint8-array.from-hex",
6134 "es.uint8-array.set-from-base64",
6135 "es.uint8-array.set-from-hex",
6136 "es.uint8-array.to-base64",
6137 "es.uint8-array.to-hex"
6138 ],
6139 "core-js/es/typed-array/float64-array": [
6140 "es.array-buffer.constructor",
6141 "es.array-buffer.slice",
6142 "es.object.to-string",
6143 "es.string.iterator",
6144 "es.typed-array.float64-array",
6145 "es.typed-array.at",
6146 "es.typed-array.copy-within",
6147 "es.typed-array.every",
6148 "es.typed-array.fill",
6149 "es.typed-array.filter",
6150 "es.typed-array.find",
6151 "es.typed-array.find-index",
6152 "es.typed-array.find-last",
6153 "es.typed-array.find-last-index",
6154 "es.typed-array.for-each",
6155 "es.typed-array.from",
6156 "es.typed-array.includes",
6157 "es.typed-array.index-of",
6158 "es.typed-array.iterator",
6159 "es.typed-array.join",
6160 "es.typed-array.last-index-of",
6161 "es.typed-array.map",
6162 "es.typed-array.of",
6163 "es.typed-array.reduce",
6164 "es.typed-array.reduce-right",
6165 "es.typed-array.reverse",
6166 "es.typed-array.set",
6167 "es.typed-array.slice",
6168 "es.typed-array.some",
6169 "es.typed-array.sort",
6170 "es.typed-array.subarray",
6171 "es.typed-array.to-locale-string",
6172 "es.typed-array.to-reversed",
6173 "es.typed-array.to-sorted",
6174 "es.typed-array.to-string",
6175 "es.typed-array.with",
6176 "es.uint8-array.from-base64",
6177 "es.uint8-array.from-hex",
6178 "es.uint8-array.set-from-base64",
6179 "es.uint8-array.set-from-hex",
6180 "es.uint8-array.to-base64",
6181 "es.uint8-array.to-hex"
6182 ],
6183 "core-js/es/typed-array/for-each": [
6184 "es.typed-array.for-each"
6185 ],
6186 "core-js/es/typed-array/from": [
6187 "es.typed-array.from"
6188 ],
6189 "core-js/es/typed-array/from-base64": [
6190 "es.uint8-array.from-base64"
6191 ],
6192 "core-js/es/typed-array/from-hex": [
6193 "es.uint8-array.from-hex"
6194 ],
6195 "core-js/es/typed-array/includes": [
6196 "es.typed-array.includes"
6197 ],
6198 "core-js/es/typed-array/index-of": [
6199 "es.typed-array.index-of"
6200 ],
6201 "core-js/es/typed-array/int16-array": [
6202 "es.array-buffer.constructor",
6203 "es.array-buffer.slice",
6204 "es.object.to-string",
6205 "es.string.iterator",
6206 "es.typed-array.int16-array",
6207 "es.typed-array.at",
6208 "es.typed-array.copy-within",
6209 "es.typed-array.every",
6210 "es.typed-array.fill",
6211 "es.typed-array.filter",
6212 "es.typed-array.find",
6213 "es.typed-array.find-index",
6214 "es.typed-array.find-last",
6215 "es.typed-array.find-last-index",
6216 "es.typed-array.for-each",
6217 "es.typed-array.from",
6218 "es.typed-array.includes",
6219 "es.typed-array.index-of",
6220 "es.typed-array.iterator",
6221 "es.typed-array.join",
6222 "es.typed-array.last-index-of",
6223 "es.typed-array.map",
6224 "es.typed-array.of",
6225 "es.typed-array.reduce",
6226 "es.typed-array.reduce-right",
6227 "es.typed-array.reverse",
6228 "es.typed-array.set",
6229 "es.typed-array.slice",
6230 "es.typed-array.some",
6231 "es.typed-array.sort",
6232 "es.typed-array.subarray",
6233 "es.typed-array.to-locale-string",
6234 "es.typed-array.to-reversed",
6235 "es.typed-array.to-sorted",
6236 "es.typed-array.to-string",
6237 "es.typed-array.with",
6238 "es.uint8-array.from-base64",
6239 "es.uint8-array.from-hex",
6240 "es.uint8-array.set-from-base64",
6241 "es.uint8-array.set-from-hex",
6242 "es.uint8-array.to-base64",
6243 "es.uint8-array.to-hex"
6244 ],
6245 "core-js/es/typed-array/int32-array": [
6246 "es.array-buffer.constructor",
6247 "es.array-buffer.slice",
6248 "es.object.to-string",
6249 "es.string.iterator",
6250 "es.typed-array.int32-array",
6251 "es.typed-array.at",
6252 "es.typed-array.copy-within",
6253 "es.typed-array.every",
6254 "es.typed-array.fill",
6255 "es.typed-array.filter",
6256 "es.typed-array.find",
6257 "es.typed-array.find-index",
6258 "es.typed-array.find-last",
6259 "es.typed-array.find-last-index",
6260 "es.typed-array.for-each",
6261 "es.typed-array.from",
6262 "es.typed-array.includes",
6263 "es.typed-array.index-of",
6264 "es.typed-array.iterator",
6265 "es.typed-array.join",
6266 "es.typed-array.last-index-of",
6267 "es.typed-array.map",
6268 "es.typed-array.of",
6269 "es.typed-array.reduce",
6270 "es.typed-array.reduce-right",
6271 "es.typed-array.reverse",
6272 "es.typed-array.set",
6273 "es.typed-array.slice",
6274 "es.typed-array.some",
6275 "es.typed-array.sort",
6276 "es.typed-array.subarray",
6277 "es.typed-array.to-locale-string",
6278 "es.typed-array.to-reversed",
6279 "es.typed-array.to-sorted",
6280 "es.typed-array.to-string",
6281 "es.typed-array.with",
6282 "es.uint8-array.from-base64",
6283 "es.uint8-array.from-hex",
6284 "es.uint8-array.set-from-base64",
6285 "es.uint8-array.set-from-hex",
6286 "es.uint8-array.to-base64",
6287 "es.uint8-array.to-hex"
6288 ],
6289 "core-js/es/typed-array/int8-array": [
6290 "es.array-buffer.constructor",
6291 "es.array-buffer.slice",
6292 "es.object.to-string",
6293 "es.string.iterator",
6294 "es.typed-array.int8-array",
6295 "es.typed-array.at",
6296 "es.typed-array.copy-within",
6297 "es.typed-array.every",
6298 "es.typed-array.fill",
6299 "es.typed-array.filter",
6300 "es.typed-array.find",
6301 "es.typed-array.find-index",
6302 "es.typed-array.find-last",
6303 "es.typed-array.find-last-index",
6304 "es.typed-array.for-each",
6305 "es.typed-array.from",
6306 "es.typed-array.includes",
6307 "es.typed-array.index-of",
6308 "es.typed-array.iterator",
6309 "es.typed-array.join",
6310 "es.typed-array.last-index-of",
6311 "es.typed-array.map",
6312 "es.typed-array.of",
6313 "es.typed-array.reduce",
6314 "es.typed-array.reduce-right",
6315 "es.typed-array.reverse",
6316 "es.typed-array.set",
6317 "es.typed-array.slice",
6318 "es.typed-array.some",
6319 "es.typed-array.sort",
6320 "es.typed-array.subarray",
6321 "es.typed-array.to-locale-string",
6322 "es.typed-array.to-reversed",
6323 "es.typed-array.to-sorted",
6324 "es.typed-array.to-string",
6325 "es.typed-array.with",
6326 "es.uint8-array.from-base64",
6327 "es.uint8-array.from-hex",
6328 "es.uint8-array.set-from-base64",
6329 "es.uint8-array.set-from-hex",
6330 "es.uint8-array.to-base64",
6331 "es.uint8-array.to-hex"
6332 ],
6333 "core-js/es/typed-array/iterator": [
6334 "es.object.to-string",
6335 "es.typed-array.iterator"
6336 ],
6337 "core-js/es/typed-array/join": [
6338 "es.typed-array.join"
6339 ],
6340 "core-js/es/typed-array/keys": [
6341 "es.object.to-string",
6342 "es.typed-array.iterator"
6343 ],
6344 "core-js/es/typed-array/last-index-of": [
6345 "es.typed-array.last-index-of"
6346 ],
6347 "core-js/es/typed-array/map": [
6348 "es.typed-array.map"
6349 ],
6350 "core-js/es/typed-array/methods": [
6351 "es.object.to-string",
6352 "es.string.iterator",
6353 "es.typed-array.at",
6354 "es.typed-array.copy-within",
6355 "es.typed-array.every",
6356 "es.typed-array.fill",
6357 "es.typed-array.filter",
6358 "es.typed-array.find",
6359 "es.typed-array.find-index",
6360 "es.typed-array.find-last",
6361 "es.typed-array.find-last-index",
6362 "es.typed-array.for-each",
6363 "es.typed-array.from",
6364 "es.typed-array.includes",
6365 "es.typed-array.index-of",
6366 "es.typed-array.iterator",
6367 "es.typed-array.join",
6368 "es.typed-array.last-index-of",
6369 "es.typed-array.map",
6370 "es.typed-array.of",
6371 "es.typed-array.reduce",
6372 "es.typed-array.reduce-right",
6373 "es.typed-array.reverse",
6374 "es.typed-array.set",
6375 "es.typed-array.slice",
6376 "es.typed-array.some",
6377 "es.typed-array.sort",
6378 "es.typed-array.subarray",
6379 "es.typed-array.to-locale-string",
6380 "es.typed-array.to-reversed",
6381 "es.typed-array.to-sorted",
6382 "es.typed-array.to-string",
6383 "es.typed-array.with",
6384 "es.uint8-array.from-base64",
6385 "es.uint8-array.from-hex",
6386 "es.uint8-array.set-from-base64",
6387 "es.uint8-array.set-from-hex",
6388 "es.uint8-array.to-base64",
6389 "es.uint8-array.to-hex"
6390 ],
6391 "core-js/es/typed-array/of": [
6392 "es.typed-array.of"
6393 ],
6394 "core-js/es/typed-array/reduce": [
6395 "es.typed-array.reduce"
6396 ],
6397 "core-js/es/typed-array/reduce-right": [
6398 "es.typed-array.reduce-right"
6399 ],
6400 "core-js/es/typed-array/reverse": [
6401 "es.typed-array.reverse"
6402 ],
6403 "core-js/es/typed-array/set": [
6404 "es.typed-array.set"
6405 ],
6406 "core-js/es/typed-array/set-from-base64": [
6407 "es.uint8-array.set-from-base64"
6408 ],
6409 "core-js/es/typed-array/set-from-hex": [
6410 "es.uint8-array.set-from-hex"
6411 ],
6412 "core-js/es/typed-array/slice": [
6413 "es.typed-array.slice"
6414 ],
6415 "core-js/es/typed-array/some": [
6416 "es.typed-array.some"
6417 ],
6418 "core-js/es/typed-array/sort": [
6419 "es.typed-array.sort"
6420 ],
6421 "core-js/es/typed-array/subarray": [
6422 "es.typed-array.subarray"
6423 ],
6424 "core-js/es/typed-array/to-base64": [
6425 "es.uint8-array.to-base64"
6426 ],
6427 "core-js/es/typed-array/to-hex": [
6428 "es.uint8-array.to-hex"
6429 ],
6430 "core-js/es/typed-array/to-locale-string": [
6431 "es.typed-array.to-locale-string"
6432 ],
6433 "core-js/es/typed-array/to-reversed": [
6434 "es.typed-array.to-reversed"
6435 ],
6436 "core-js/es/typed-array/to-sorted": [
6437 "es.typed-array.sort",
6438 "es.typed-array.to-sorted"
6439 ],
6440 "core-js/es/typed-array/to-string": [
6441 "es.typed-array.to-string"
6442 ],
6443 "core-js/es/typed-array/uint16-array": [
6444 "es.array-buffer.constructor",
6445 "es.array-buffer.slice",
6446 "es.object.to-string",
6447 "es.string.iterator",
6448 "es.typed-array.uint16-array",
6449 "es.typed-array.at",
6450 "es.typed-array.copy-within",
6451 "es.typed-array.every",
6452 "es.typed-array.fill",
6453 "es.typed-array.filter",
6454 "es.typed-array.find",
6455 "es.typed-array.find-index",
6456 "es.typed-array.find-last",
6457 "es.typed-array.find-last-index",
6458 "es.typed-array.for-each",
6459 "es.typed-array.from",
6460 "es.typed-array.includes",
6461 "es.typed-array.index-of",
6462 "es.typed-array.iterator",
6463 "es.typed-array.join",
6464 "es.typed-array.last-index-of",
6465 "es.typed-array.map",
6466 "es.typed-array.of",
6467 "es.typed-array.reduce",
6468 "es.typed-array.reduce-right",
6469 "es.typed-array.reverse",
6470 "es.typed-array.set",
6471 "es.typed-array.slice",
6472 "es.typed-array.some",
6473 "es.typed-array.sort",
6474 "es.typed-array.subarray",
6475 "es.typed-array.to-locale-string",
6476 "es.typed-array.to-reversed",
6477 "es.typed-array.to-sorted",
6478 "es.typed-array.to-string",
6479 "es.typed-array.with",
6480 "es.uint8-array.from-base64",
6481 "es.uint8-array.from-hex",
6482 "es.uint8-array.set-from-base64",
6483 "es.uint8-array.set-from-hex",
6484 "es.uint8-array.to-base64",
6485 "es.uint8-array.to-hex"
6486 ],
6487 "core-js/es/typed-array/uint32-array": [
6488 "es.array-buffer.constructor",
6489 "es.array-buffer.slice",
6490 "es.object.to-string",
6491 "es.string.iterator",
6492 "es.typed-array.uint32-array",
6493 "es.typed-array.at",
6494 "es.typed-array.copy-within",
6495 "es.typed-array.every",
6496 "es.typed-array.fill",
6497 "es.typed-array.filter",
6498 "es.typed-array.find",
6499 "es.typed-array.find-index",
6500 "es.typed-array.find-last",
6501 "es.typed-array.find-last-index",
6502 "es.typed-array.for-each",
6503 "es.typed-array.from",
6504 "es.typed-array.includes",
6505 "es.typed-array.index-of",
6506 "es.typed-array.iterator",
6507 "es.typed-array.join",
6508 "es.typed-array.last-index-of",
6509 "es.typed-array.map",
6510 "es.typed-array.of",
6511 "es.typed-array.reduce",
6512 "es.typed-array.reduce-right",
6513 "es.typed-array.reverse",
6514 "es.typed-array.set",
6515 "es.typed-array.slice",
6516 "es.typed-array.some",
6517 "es.typed-array.sort",
6518 "es.typed-array.subarray",
6519 "es.typed-array.to-locale-string",
6520 "es.typed-array.to-reversed",
6521 "es.typed-array.to-sorted",
6522 "es.typed-array.to-string",
6523 "es.typed-array.with",
6524 "es.uint8-array.from-base64",
6525 "es.uint8-array.from-hex",
6526 "es.uint8-array.set-from-base64",
6527 "es.uint8-array.set-from-hex",
6528 "es.uint8-array.to-base64",
6529 "es.uint8-array.to-hex"
6530 ],
6531 "core-js/es/typed-array/uint8-array": [
6532 "es.array-buffer.constructor",
6533 "es.array-buffer.slice",
6534 "es.object.to-string",
6535 "es.string.iterator",
6536 "es.typed-array.uint8-array",
6537 "es.typed-array.at",
6538 "es.typed-array.copy-within",
6539 "es.typed-array.every",
6540 "es.typed-array.fill",
6541 "es.typed-array.filter",
6542 "es.typed-array.find",
6543 "es.typed-array.find-index",
6544 "es.typed-array.find-last",
6545 "es.typed-array.find-last-index",
6546 "es.typed-array.for-each",
6547 "es.typed-array.from",
6548 "es.typed-array.includes",
6549 "es.typed-array.index-of",
6550 "es.typed-array.iterator",
6551 "es.typed-array.join",
6552 "es.typed-array.last-index-of",
6553 "es.typed-array.map",
6554 "es.typed-array.of",
6555 "es.typed-array.reduce",
6556 "es.typed-array.reduce-right",
6557 "es.typed-array.reverse",
6558 "es.typed-array.set",
6559 "es.typed-array.slice",
6560 "es.typed-array.some",
6561 "es.typed-array.sort",
6562 "es.typed-array.subarray",
6563 "es.typed-array.to-locale-string",
6564 "es.typed-array.to-reversed",
6565 "es.typed-array.to-sorted",
6566 "es.typed-array.to-string",
6567 "es.typed-array.with",
6568 "es.uint8-array.from-base64",
6569 "es.uint8-array.from-hex",
6570 "es.uint8-array.set-from-base64",
6571 "es.uint8-array.set-from-hex",
6572 "es.uint8-array.to-base64",
6573 "es.uint8-array.to-hex"
6574 ],
6575 "core-js/es/typed-array/uint8-clamped-array": [
6576 "es.array-buffer.constructor",
6577 "es.array-buffer.slice",
6578 "es.object.to-string",
6579 "es.string.iterator",
6580 "es.typed-array.uint8-clamped-array",
6581 "es.typed-array.at",
6582 "es.typed-array.copy-within",
6583 "es.typed-array.every",
6584 "es.typed-array.fill",
6585 "es.typed-array.filter",
6586 "es.typed-array.find",
6587 "es.typed-array.find-index",
6588 "es.typed-array.find-last",
6589 "es.typed-array.find-last-index",
6590 "es.typed-array.for-each",
6591 "es.typed-array.from",
6592 "es.typed-array.includes",
6593 "es.typed-array.index-of",
6594 "es.typed-array.iterator",
6595 "es.typed-array.join",
6596 "es.typed-array.last-index-of",
6597 "es.typed-array.map",
6598 "es.typed-array.of",
6599 "es.typed-array.reduce",
6600 "es.typed-array.reduce-right",
6601 "es.typed-array.reverse",
6602 "es.typed-array.set",
6603 "es.typed-array.slice",
6604 "es.typed-array.some",
6605 "es.typed-array.sort",
6606 "es.typed-array.subarray",
6607 "es.typed-array.to-locale-string",
6608 "es.typed-array.to-reversed",
6609 "es.typed-array.to-sorted",
6610 "es.typed-array.to-string",
6611 "es.typed-array.with",
6612 "es.uint8-array.from-base64",
6613 "es.uint8-array.from-hex",
6614 "es.uint8-array.set-from-base64",
6615 "es.uint8-array.set-from-hex",
6616 "es.uint8-array.to-base64",
6617 "es.uint8-array.to-hex"
6618 ],
6619 "core-js/es/typed-array/values": [
6620 "es.object.to-string",
6621 "es.typed-array.iterator"
6622 ],
6623 "core-js/es/typed-array/with": [
6624 "es.typed-array.with"
6625 ],
6626 "core-js/es/unescape": [
6627 "es.unescape"
6628 ],
6629 "core-js/es/weak-map": [
6630 "es.array.iterator",
6631 "es.object.to-string",
6632 "es.weak-map",
6633 "es.weak-map.get-or-insert",
6634 "es.weak-map.get-or-insert-computed"
6635 ],
6636 "core-js/es/weak-map/get-or-insert": [
6637 "es.weak-map",
6638 "es.weak-map.get-or-insert"
6639 ],
6640 "core-js/es/weak-map/get-or-insert-computed": [
6641 "es.weak-map",
6642 "es.weak-map.get-or-insert-computed"
6643 ],
6644 "core-js/es/weak-set": [
6645 "es.array.iterator",
6646 "es.object.to-string",
6647 "es.weak-set"
6648 ],
6649 "core-js/features": [
6650 "es.symbol",
6651 "es.symbol.description",
6652 "es.symbol.async-dispose",
6653 "es.symbol.async-iterator",
6654 "es.symbol.dispose",
6655 "es.symbol.has-instance",
6656 "es.symbol.is-concat-spreadable",
6657 "es.symbol.iterator",
6658 "es.symbol.match",
6659 "es.symbol.match-all",
6660 "es.symbol.replace",
6661 "es.symbol.search",
6662 "es.symbol.species",
6663 "es.symbol.split",
6664 "es.symbol.to-primitive",
6665 "es.symbol.to-string-tag",
6666 "es.symbol.unscopables",
6667 "es.error.cause",
6668 "es.error.is-error",
6669 "es.error.to-string",
6670 "es.aggregate-error",
6671 "es.aggregate-error.cause",
6672 "es.suppressed-error.constructor",
6673 "es.array.at",
6674 "es.array.concat",
6675 "es.array.copy-within",
6676 "es.array.every",
6677 "es.array.fill",
6678 "es.array.filter",
6679 "es.array.find",
6680 "es.array.find-index",
6681 "es.array.find-last",
6682 "es.array.find-last-index",
6683 "es.array.flat",
6684 "es.array.flat-map",
6685 "es.array.for-each",
6686 "es.array.from",
6687 "es.array.includes",
6688 "es.array.index-of",
6689 "es.array.is-array",
6690 "es.array.iterator",
6691 "es.array.join",
6692 "es.array.last-index-of",
6693 "es.array.map",
6694 "es.array.of",
6695 "es.array.push",
6696 "es.array.reduce",
6697 "es.array.reduce-right",
6698 "es.array.reverse",
6699 "es.array.slice",
6700 "es.array.some",
6701 "es.array.sort",
6702 "es.array.species",
6703 "es.array.splice",
6704 "es.array.to-reversed",
6705 "es.array.to-sorted",
6706 "es.array.to-spliced",
6707 "es.array.unscopables.flat",
6708 "es.array.unscopables.flat-map",
6709 "es.array.unshift",
6710 "es.array.with",
6711 "es.array-buffer.constructor",
6712 "es.array-buffer.is-view",
6713 "es.array-buffer.slice",
6714 "es.data-view",
6715 "es.data-view.get-float16",
6716 "es.data-view.set-float16",
6717 "es.array-buffer.detached",
6718 "es.array-buffer.transfer",
6719 "es.array-buffer.transfer-to-fixed-length",
6720 "es.date.get-year",
6721 "es.date.now",
6722 "es.date.set-year",
6723 "es.date.to-gmt-string",
6724 "es.date.to-iso-string",
6725 "es.date.to-json",
6726 "es.date.to-primitive",
6727 "es.date.to-string",
6728 "es.disposable-stack.constructor",
6729 "es.escape",
6730 "es.function.bind",
6731 "es.function.has-instance",
6732 "es.function.name",
6733 "es.global-this",
6734 "es.iterator.constructor",
6735 "es.iterator.concat",
6736 "es.iterator.dispose",
6737 "es.iterator.drop",
6738 "es.iterator.every",
6739 "es.iterator.filter",
6740 "es.iterator.find",
6741 "es.iterator.flat-map",
6742 "es.iterator.for-each",
6743 "es.iterator.from",
6744 "es.iterator.map",
6745 "es.iterator.reduce",
6746 "es.iterator.some",
6747 "es.iterator.take",
6748 "es.iterator.to-array",
6749 "es.json.is-raw-json",
6750 "es.json.parse",
6751 "es.json.raw-json",
6752 "es.json.stringify",
6753 "es.json.to-string-tag",
6754 "es.map",
6755 "es.map.group-by",
6756 "es.map.get-or-insert",
6757 "es.map.get-or-insert-computed",
6758 "es.math.acosh",
6759 "es.math.asinh",
6760 "es.math.atanh",
6761 "es.math.cbrt",
6762 "es.math.clz32",
6763 "es.math.cosh",
6764 "es.math.expm1",
6765 "es.math.fround",
6766 "es.math.f16round",
6767 "es.math.hypot",
6768 "es.math.imul",
6769 "es.math.log10",
6770 "es.math.log1p",
6771 "es.math.log2",
6772 "es.math.sign",
6773 "es.math.sinh",
6774 "es.math.sum-precise",
6775 "es.math.tanh",
6776 "es.math.to-string-tag",
6777 "es.math.trunc",
6778 "es.number.constructor",
6779 "es.number.epsilon",
6780 "es.number.is-finite",
6781 "es.number.is-integer",
6782 "es.number.is-nan",
6783 "es.number.is-safe-integer",
6784 "es.number.max-safe-integer",
6785 "es.number.min-safe-integer",
6786 "es.number.parse-float",
6787 "es.number.parse-int",
6788 "es.number.to-exponential",
6789 "es.number.to-fixed",
6790 "es.number.to-precision",
6791 "es.object.assign",
6792 "es.object.create",
6793 "es.object.define-getter",
6794 "es.object.define-properties",
6795 "es.object.define-property",
6796 "es.object.define-setter",
6797 "es.object.entries",
6798 "es.object.freeze",
6799 "es.object.from-entries",
6800 "es.object.get-own-property-descriptor",
6801 "es.object.get-own-property-descriptors",
6802 "es.object.get-own-property-names",
6803 "es.object.get-prototype-of",
6804 "es.object.group-by",
6805 "es.object.has-own",
6806 "es.object.is",
6807 "es.object.is-extensible",
6808 "es.object.is-frozen",
6809 "es.object.is-sealed",
6810 "es.object.keys",
6811 "es.object.lookup-getter",
6812 "es.object.lookup-setter",
6813 "es.object.prevent-extensions",
6814 "es.object.proto",
6815 "es.object.seal",
6816 "es.object.set-prototype-of",
6817 "es.object.to-string",
6818 "es.object.values",
6819 "es.parse-float",
6820 "es.parse-int",
6821 "es.promise",
6822 "es.promise.all-settled",
6823 "es.promise.any",
6824 "es.promise.finally",
6825 "es.promise.try",
6826 "es.promise.with-resolvers",
6827 "es.array.from-async",
6828 "es.async-disposable-stack.constructor",
6829 "es.async-iterator.async-dispose",
6830 "es.reflect.apply",
6831 "es.reflect.construct",
6832 "es.reflect.define-property",
6833 "es.reflect.delete-property",
6834 "es.reflect.get",
6835 "es.reflect.get-own-property-descriptor",
6836 "es.reflect.get-prototype-of",
6837 "es.reflect.has",
6838 "es.reflect.is-extensible",
6839 "es.reflect.own-keys",
6840 "es.reflect.prevent-extensions",
6841 "es.reflect.set",
6842 "es.reflect.set-prototype-of",
6843 "es.reflect.to-string-tag",
6844 "es.regexp.constructor",
6845 "es.regexp.escape",
6846 "es.regexp.dot-all",
6847 "es.regexp.exec",
6848 "es.regexp.flags",
6849 "es.regexp.sticky",
6850 "es.regexp.test",
6851 "es.regexp.to-string",
6852 "es.set",
6853 "es.set.difference.v2",
6854 "es.set.intersection.v2",
6855 "es.set.is-disjoint-from.v2",
6856 "es.set.is-subset-of.v2",
6857 "es.set.is-superset-of.v2",
6858 "es.set.symmetric-difference.v2",
6859 "es.set.union.v2",
6860 "es.string.at-alternative",
6861 "es.string.code-point-at",
6862 "es.string.ends-with",
6863 "es.string.from-code-point",
6864 "es.string.includes",
6865 "es.string.is-well-formed",
6866 "es.string.iterator",
6867 "es.string.match",
6868 "es.string.match-all",
6869 "es.string.pad-end",
6870 "es.string.pad-start",
6871 "es.string.raw",
6872 "es.string.repeat",
6873 "es.string.replace",
6874 "es.string.replace-all",
6875 "es.string.search",
6876 "es.string.split",
6877 "es.string.starts-with",
6878 "es.string.substr",
6879 "es.string.to-well-formed",
6880 "es.string.trim",
6881 "es.string.trim-end",
6882 "es.string.trim-start",
6883 "es.string.anchor",
6884 "es.string.big",
6885 "es.string.blink",
6886 "es.string.bold",
6887 "es.string.fixed",
6888 "es.string.fontcolor",
6889 "es.string.fontsize",
6890 "es.string.italics",
6891 "es.string.link",
6892 "es.string.small",
6893 "es.string.strike",
6894 "es.string.sub",
6895 "es.string.sup",
6896 "es.typed-array.float32-array",
6897 "es.typed-array.float64-array",
6898 "es.typed-array.int8-array",
6899 "es.typed-array.int16-array",
6900 "es.typed-array.int32-array",
6901 "es.typed-array.uint8-array",
6902 "es.typed-array.uint8-clamped-array",
6903 "es.typed-array.uint16-array",
6904 "es.typed-array.uint32-array",
6905 "es.typed-array.at",
6906 "es.typed-array.copy-within",
6907 "es.typed-array.every",
6908 "es.typed-array.fill",
6909 "es.typed-array.filter",
6910 "es.typed-array.find",
6911 "es.typed-array.find-index",
6912 "es.typed-array.find-last",
6913 "es.typed-array.find-last-index",
6914 "es.typed-array.for-each",
6915 "es.typed-array.from",
6916 "es.typed-array.includes",
6917 "es.typed-array.index-of",
6918 "es.typed-array.iterator",
6919 "es.typed-array.join",
6920 "es.typed-array.last-index-of",
6921 "es.typed-array.map",
6922 "es.typed-array.of",
6923 "es.typed-array.reduce",
6924 "es.typed-array.reduce-right",
6925 "es.typed-array.reverse",
6926 "es.typed-array.set",
6927 "es.typed-array.slice",
6928 "es.typed-array.some",
6929 "es.typed-array.sort",
6930 "es.typed-array.subarray",
6931 "es.typed-array.to-locale-string",
6932 "es.typed-array.to-reversed",
6933 "es.typed-array.to-sorted",
6934 "es.typed-array.to-string",
6935 "es.typed-array.with",
6936 "es.uint8-array.from-base64",
6937 "es.uint8-array.from-hex",
6938 "es.uint8-array.set-from-base64",
6939 "es.uint8-array.set-from-hex",
6940 "es.uint8-array.to-base64",
6941 "es.uint8-array.to-hex",
6942 "es.unescape",
6943 "es.weak-map",
6944 "es.weak-map.get-or-insert",
6945 "es.weak-map.get-or-insert-computed",
6946 "es.weak-set",
6947 "esnext.aggregate-error",
6948 "esnext.suppressed-error.constructor",
6949 "esnext.array.from-async",
6950 "esnext.array.at",
6951 "esnext.array.filter-out",
6952 "esnext.array.filter-reject",
6953 "esnext.array.find-last",
6954 "esnext.array.find-last-index",
6955 "esnext.array.group",
6956 "esnext.array.group-by",
6957 "esnext.array.group-by-to-map",
6958 "esnext.array.group-to-map",
6959 "esnext.array.is-template-object",
6960 "esnext.array.last-index",
6961 "esnext.array.last-item",
6962 "esnext.array.to-reversed",
6963 "esnext.array.to-sorted",
6964 "esnext.array.to-spliced",
6965 "esnext.array.unique-by",
6966 "esnext.array.with",
6967 "esnext.array-buffer.detached",
6968 "esnext.array-buffer.transfer",
6969 "esnext.array-buffer.transfer-to-fixed-length",
6970 "esnext.async-disposable-stack.constructor",
6971 "esnext.async-iterator.constructor",
6972 "esnext.async-iterator.as-indexed-pairs",
6973 "esnext.async-iterator.async-dispose",
6974 "esnext.async-iterator.drop",
6975 "esnext.async-iterator.every",
6976 "esnext.async-iterator.filter",
6977 "esnext.async-iterator.find",
6978 "esnext.async-iterator.flat-map",
6979 "esnext.async-iterator.for-each",
6980 "esnext.async-iterator.from",
6981 "esnext.async-iterator.indexed",
6982 "esnext.async-iterator.map",
6983 "esnext.async-iterator.reduce",
6984 "esnext.async-iterator.some",
6985 "esnext.async-iterator.take",
6986 "esnext.async-iterator.to-array",
6987 "esnext.bigint.range",
6988 "esnext.composite-key",
6989 "esnext.composite-symbol",
6990 "esnext.data-view.get-float16",
6991 "esnext.data-view.get-uint8-clamped",
6992 "esnext.data-view.set-float16",
6993 "esnext.data-view.set-uint8-clamped",
6994 "esnext.disposable-stack.constructor",
6995 "esnext.error.is-error",
6996 "esnext.function.demethodize",
6997 "esnext.function.is-callable",
6998 "esnext.function.is-constructor",
6999 "esnext.function.metadata",
7000 "esnext.function.un-this",
7001 "esnext.global-this",
7002 "esnext.iterator.constructor",
7003 "esnext.iterator.as-indexed-pairs",
7004 "esnext.iterator.chunks",
7005 "esnext.iterator.concat",
7006 "esnext.iterator.dispose",
7007 "esnext.iterator.drop",
7008 "esnext.iterator.every",
7009 "esnext.iterator.filter",
7010 "esnext.iterator.find",
7011 "esnext.iterator.flat-map",
7012 "esnext.iterator.for-each",
7013 "esnext.iterator.from",
7014 "esnext.iterator.indexed",
7015 "esnext.iterator.map",
7016 "esnext.iterator.range",
7017 "esnext.iterator.reduce",
7018 "esnext.iterator.sliding",
7019 "esnext.iterator.some",
7020 "esnext.iterator.take",
7021 "esnext.iterator.to-array",
7022 "esnext.iterator.to-async",
7023 "esnext.iterator.windows",
7024 "esnext.iterator.zip",
7025 "esnext.iterator.zip-keyed",
7026 "esnext.json.is-raw-json",
7027 "esnext.json.parse",
7028 "esnext.json.raw-json",
7029 "esnext.map.delete-all",
7030 "esnext.map.emplace",
7031 "esnext.map.every",
7032 "esnext.map.filter",
7033 "esnext.map.find",
7034 "esnext.map.find-key",
7035 "esnext.map.from",
7036 "esnext.map.get-or-insert",
7037 "esnext.map.get-or-insert-computed",
7038 "esnext.map.group-by",
7039 "esnext.map.includes",
7040 "esnext.map.key-by",
7041 "esnext.map.key-of",
7042 "esnext.map.map-keys",
7043 "esnext.map.map-values",
7044 "esnext.map.merge",
7045 "esnext.map.of",
7046 "esnext.map.reduce",
7047 "esnext.map.some",
7048 "esnext.map.update",
7049 "esnext.map.update-or-insert",
7050 "esnext.map.upsert",
7051 "esnext.math.clamp",
7052 "esnext.math.deg-per-rad",
7053 "esnext.math.degrees",
7054 "esnext.math.fscale",
7055 "esnext.math.f16round",
7056 "esnext.math.iaddh",
7057 "esnext.math.imulh",
7058 "esnext.math.isubh",
7059 "esnext.math.rad-per-deg",
7060 "esnext.math.radians",
7061 "esnext.math.scale",
7062 "esnext.math.seeded-prng",
7063 "esnext.math.signbit",
7064 "esnext.math.sum-precise",
7065 "esnext.math.umulh",
7066 "esnext.number.clamp",
7067 "esnext.number.from-string",
7068 "esnext.number.range",
7069 "esnext.object.has-own",
7070 "esnext.object.iterate-entries",
7071 "esnext.object.iterate-keys",
7072 "esnext.object.iterate-values",
7073 "esnext.object.group-by",
7074 "esnext.observable",
7075 "esnext.promise.all-settled",
7076 "esnext.promise.any",
7077 "esnext.promise.try",
7078 "esnext.promise.with-resolvers",
7079 "esnext.reflect.define-metadata",
7080 "esnext.reflect.delete-metadata",
7081 "esnext.reflect.get-metadata",
7082 "esnext.reflect.get-metadata-keys",
7083 "esnext.reflect.get-own-metadata",
7084 "esnext.reflect.get-own-metadata-keys",
7085 "esnext.reflect.has-metadata",
7086 "esnext.reflect.has-own-metadata",
7087 "esnext.reflect.metadata",
7088 "esnext.regexp.escape",
7089 "esnext.set.add-all",
7090 "esnext.set.delete-all",
7091 "esnext.set.difference.v2",
7092 "esnext.set.difference",
7093 "esnext.set.every",
7094 "esnext.set.filter",
7095 "esnext.set.find",
7096 "esnext.set.from",
7097 "esnext.set.intersection.v2",
7098 "esnext.set.intersection",
7099 "esnext.set.is-disjoint-from.v2",
7100 "esnext.set.is-disjoint-from",
7101 "esnext.set.is-subset-of.v2",
7102 "esnext.set.is-subset-of",
7103 "esnext.set.is-superset-of.v2",
7104 "esnext.set.is-superset-of",
7105 "esnext.set.join",
7106 "esnext.set.map",
7107 "esnext.set.of",
7108 "esnext.set.reduce",
7109 "esnext.set.some",
7110 "esnext.set.symmetric-difference.v2",
7111 "esnext.set.symmetric-difference",
7112 "esnext.set.union.v2",
7113 "esnext.set.union",
7114 "esnext.string.at",
7115 "esnext.string.cooked",
7116 "esnext.string.code-points",
7117 "esnext.string.dedent",
7118 "esnext.string.is-well-formed",
7119 "esnext.string.match-all",
7120 "esnext.string.replace-all",
7121 "esnext.string.to-well-formed",
7122 "esnext.symbol.async-dispose",
7123 "esnext.symbol.custom-matcher",
7124 "esnext.symbol.dispose",
7125 "esnext.symbol.is-registered-symbol",
7126 "esnext.symbol.is-registered",
7127 "esnext.symbol.is-well-known-symbol",
7128 "esnext.symbol.is-well-known",
7129 "esnext.symbol.matcher",
7130 "esnext.symbol.metadata",
7131 "esnext.symbol.metadata-key",
7132 "esnext.symbol.observable",
7133 "esnext.symbol.pattern-match",
7134 "esnext.symbol.replace-all",
7135 "esnext.typed-array.from-async",
7136 "esnext.typed-array.at",
7137 "esnext.typed-array.filter-out",
7138 "esnext.typed-array.filter-reject",
7139 "esnext.typed-array.find-last",
7140 "esnext.typed-array.find-last-index",
7141 "esnext.typed-array.group-by",
7142 "esnext.typed-array.to-reversed",
7143 "esnext.typed-array.to-sorted",
7144 "esnext.typed-array.to-spliced",
7145 "esnext.typed-array.unique-by",
7146 "esnext.typed-array.with",
7147 "esnext.uint8-array.from-base64",
7148 "esnext.uint8-array.from-hex",
7149 "esnext.uint8-array.set-from-base64",
7150 "esnext.uint8-array.set-from-hex",
7151 "esnext.uint8-array.to-base64",
7152 "esnext.uint8-array.to-hex",
7153 "esnext.weak-map.delete-all",
7154 "esnext.weak-map.from",
7155 "esnext.weak-map.of",
7156 "esnext.weak-map.emplace",
7157 "esnext.weak-map.get-or-insert",
7158 "esnext.weak-map.get-or-insert-computed",
7159 "esnext.weak-map.upsert",
7160 "esnext.weak-set.add-all",
7161 "esnext.weak-set.delete-all",
7162 "esnext.weak-set.from",
7163 "esnext.weak-set.of",
7164 "web.atob",
7165 "web.btoa",
7166 "web.dom-collections.for-each",
7167 "web.dom-collections.iterator",
7168 "web.dom-exception.constructor",
7169 "web.dom-exception.stack",
7170 "web.dom-exception.to-string-tag",
7171 "web.immediate",
7172 "web.queue-microtask",
7173 "web.self",
7174 "web.structured-clone",
7175 "web.timers",
7176 "web.url",
7177 "web.url.can-parse",
7178 "web.url.parse",
7179 "web.url.to-json",
7180 "web.url-search-params",
7181 "web.url-search-params.delete",
7182 "web.url-search-params.has",
7183 "web.url-search-params.size"
7184 ],
7185 "core-js/features/aggregate-error": [],
7186 "core-js/features/array": [
7187 "es.array.at",
7188 "es.array.concat",
7189 "es.array.copy-within",
7190 "es.array.every",
7191 "es.array.fill",
7192 "es.array.filter",
7193 "es.array.find",
7194 "es.array.find-index",
7195 "es.array.find-last",
7196 "es.array.find-last-index",
7197 "es.array.flat",
7198 "es.array.flat-map",
7199 "es.array.for-each",
7200 "es.array.from",
7201 "es.array.includes",
7202 "es.array.index-of",
7203 "es.array.is-array",
7204 "es.array.iterator",
7205 "es.array.join",
7206 "es.array.last-index-of",
7207 "es.array.map",
7208 "es.array.of",
7209 "es.array.push",
7210 "es.array.reduce",
7211 "es.array.reduce-right",
7212 "es.array.reverse",
7213 "es.array.slice",
7214 "es.array.some",
7215 "es.array.sort",
7216 "es.array.species",
7217 "es.array.splice",
7218 "es.array.to-reversed",
7219 "es.array.to-sorted",
7220 "es.array.to-spliced",
7221 "es.array.unscopables.flat",
7222 "es.array.unscopables.flat-map",
7223 "es.array.unshift",
7224 "es.array.with",
7225 "es.map",
7226 "es.object.to-string",
7227 "es.promise",
7228 "es.array.from-async",
7229 "es.string.iterator",
7230 "esnext.array.from-async",
7231 "esnext.array.at",
7232 "esnext.array.filter-out",
7233 "esnext.array.filter-reject",
7234 "esnext.array.find-last",
7235 "esnext.array.find-last-index",
7236 "esnext.array.group",
7237 "esnext.array.group-by",
7238 "esnext.array.group-by-to-map",
7239 "esnext.array.group-to-map",
7240 "esnext.array.is-template-object",
7241 "esnext.array.last-index",
7242 "esnext.array.last-item",
7243 "esnext.array.to-reversed",
7244 "esnext.array.to-sorted",
7245 "esnext.array.to-spliced",
7246 "esnext.array.unique-by",
7247 "esnext.array.with"
7248 ],
7249 "core-js/features/array-buffer": [
7250 "es.array-buffer.constructor",
7251 "es.array-buffer.is-view",
7252 "es.array-buffer.slice",
7253 "es.data-view",
7254 "es.array-buffer.detached",
7255 "es.array-buffer.transfer",
7256 "es.array-buffer.transfer-to-fixed-length",
7257 "es.object.to-string",
7258 "esnext.array-buffer.detached",
7259 "esnext.array-buffer.transfer",
7260 "esnext.array-buffer.transfer-to-fixed-length"
7261 ],
7262 "core-js/features/array-buffer/constructor": [
7263 "es.array-buffer.constructor",
7264 "es.array-buffer.slice",
7265 "es.array-buffer.detached",
7266 "es.array-buffer.transfer",
7267 "es.array-buffer.transfer-to-fixed-length",
7268 "es.object.to-string",
7269 "esnext.array-buffer.detached",
7270 "esnext.array-buffer.transfer",
7271 "esnext.array-buffer.transfer-to-fixed-length"
7272 ],
7273 "core-js/features/array-buffer/detached": [
7274 "es.array-buffer.constructor",
7275 "es.array-buffer.slice",
7276 "es.array-buffer.detached",
7277 "esnext.array-buffer.detached"
7278 ],
7279 "core-js/features/array-buffer/is-view": [
7280 "es.array-buffer.is-view"
7281 ],
7282 "core-js/features/array-buffer/slice": [
7283 "es.array-buffer.slice"
7284 ],
7285 "core-js/features/array-buffer/transfer": [
7286 "es.array-buffer.constructor",
7287 "es.array-buffer.slice",
7288 "es.data-view",
7289 "es.array-buffer.transfer",
7290 "esnext.array-buffer.transfer"
7291 ],
7292 "core-js/features/array-buffer/transfer-to-fixed-length": [
7293 "es.array-buffer.constructor",
7294 "es.array-buffer.slice",
7295 "es.data-view",
7296 "es.array-buffer.transfer-to-fixed-length",
7297 "esnext.array-buffer.transfer-to-fixed-length"
7298 ],
7299 "core-js/features/array/at": [
7300 "es.array.at",
7301 "esnext.array.at"
7302 ],
7303 "core-js/features/array/concat": [
7304 "es.array.concat"
7305 ],
7306 "core-js/features/array/copy-within": [
7307 "es.array.copy-within"
7308 ],
7309 "core-js/features/array/entries": [
7310 "es.array.iterator",
7311 "es.object.to-string"
7312 ],
7313 "core-js/features/array/every": [
7314 "es.array.every"
7315 ],
7316 "core-js/features/array/fill": [
7317 "es.array.fill"
7318 ],
7319 "core-js/features/array/filter": [
7320 "es.array.filter"
7321 ],
7322 "core-js/features/array/filter-out": [
7323 "esnext.array.filter-out"
7324 ],
7325 "core-js/features/array/filter-reject": [
7326 "esnext.array.filter-reject"
7327 ],
7328 "core-js/features/array/find": [
7329 "es.array.find"
7330 ],
7331 "core-js/features/array/find-index": [
7332 "es.array.find-index"
7333 ],
7334 "core-js/features/array/find-last": [
7335 "es.array.find-last",
7336 "esnext.array.find-last"
7337 ],
7338 "core-js/features/array/find-last-index": [
7339 "es.array.find-last-index",
7340 "esnext.array.find-last-index"
7341 ],
7342 "core-js/features/array/flat": [
7343 "es.array.flat",
7344 "es.array.unscopables.flat"
7345 ],
7346 "core-js/features/array/flat-map": [
7347 "es.array.flat-map",
7348 "es.array.unscopables.flat-map"
7349 ],
7350 "core-js/features/array/for-each": [
7351 "es.array.for-each"
7352 ],
7353 "core-js/features/array/from": [
7354 "es.array.from",
7355 "es.string.iterator"
7356 ],
7357 "core-js/features/array/from-async": [
7358 "es.array.iterator",
7359 "es.object.to-string",
7360 "es.promise",
7361 "es.array.from-async",
7362 "es.string.iterator",
7363 "esnext.array.from-async"
7364 ],
7365 "core-js/features/array/group": [
7366 "esnext.array.group"
7367 ],
7368 "core-js/features/array/group-by": [
7369 "esnext.array.group-by"
7370 ],
7371 "core-js/features/array/group-by-to-map": [
7372 "es.map",
7373 "es.object.to-string",
7374 "esnext.array.group-by-to-map"
7375 ],
7376 "core-js/features/array/group-to-map": [
7377 "es.map",
7378 "es.object.to-string",
7379 "esnext.array.group-to-map"
7380 ],
7381 "core-js/features/array/includes": [
7382 "es.array.includes"
7383 ],
7384 "core-js/features/array/index-of": [
7385 "es.array.index-of"
7386 ],
7387 "core-js/features/array/is-array": [
7388 "es.array.is-array"
7389 ],
7390 "core-js/features/array/is-template-object": [
7391 "esnext.array.is-template-object"
7392 ],
7393 "core-js/features/array/iterator": [
7394 "es.array.iterator",
7395 "es.object.to-string"
7396 ],
7397 "core-js/features/array/join": [
7398 "es.array.join"
7399 ],
7400 "core-js/features/array/keys": [
7401 "es.array.iterator",
7402 "es.object.to-string"
7403 ],
7404 "core-js/features/array/last-index": [
7405 "esnext.array.last-index"
7406 ],
7407 "core-js/features/array/last-index-of": [
7408 "es.array.last-index-of"
7409 ],
7410 "core-js/features/array/last-item": [
7411 "esnext.array.last-item"
7412 ],
7413 "core-js/features/array/map": [
7414 "es.array.map"
7415 ],
7416 "core-js/features/array/of": [
7417 "es.array.of"
7418 ],
7419 "core-js/features/array/push": [
7420 "es.array.push"
7421 ],
7422 "core-js/features/array/reduce": [
7423 "es.array.reduce"
7424 ],
7425 "core-js/features/array/reduce-right": [
7426 "es.array.reduce-right"
7427 ],
7428 "core-js/features/array/reverse": [
7429 "es.array.reverse"
7430 ],
7431 "core-js/features/array/slice": [
7432 "es.array.slice"
7433 ],
7434 "core-js/features/array/some": [
7435 "es.array.some"
7436 ],
7437 "core-js/features/array/sort": [
7438 "es.array.sort"
7439 ],
7440 "core-js/features/array/splice": [
7441 "es.array.splice"
7442 ],
7443 "core-js/features/array/to-reversed": [
7444 "es.array.to-reversed",
7445 "esnext.array.to-reversed"
7446 ],
7447 "core-js/features/array/to-sorted": [
7448 "es.array.sort",
7449 "es.array.to-sorted",
7450 "esnext.array.to-sorted"
7451 ],
7452 "core-js/features/array/to-spliced": [
7453 "es.array.to-spliced",
7454 "esnext.array.to-spliced"
7455 ],
7456 "core-js/features/array/unique-by": [
7457 "es.map",
7458 "esnext.array.unique-by"
7459 ],
7460 "core-js/features/array/unshift": [
7461 "es.array.unshift"
7462 ],
7463 "core-js/features/array/values": [
7464 "es.array.iterator",
7465 "es.object.to-string"
7466 ],
7467 "core-js/features/array/virtual": [
7468 "es.array.at",
7469 "es.array.concat",
7470 "es.array.copy-within",
7471 "es.array.every",
7472 "es.array.fill",
7473 "es.array.filter",
7474 "es.array.find",
7475 "es.array.find-index",
7476 "es.array.find-last",
7477 "es.array.find-last-index",
7478 "es.array.flat",
7479 "es.array.flat-map",
7480 "es.array.for-each",
7481 "es.array.includes",
7482 "es.array.index-of",
7483 "es.array.iterator",
7484 "es.array.join",
7485 "es.array.last-index-of",
7486 "es.array.map",
7487 "es.array.push",
7488 "es.array.reduce",
7489 "es.array.reduce-right",
7490 "es.array.reverse",
7491 "es.array.slice",
7492 "es.array.some",
7493 "es.array.sort",
7494 "es.array.species",
7495 "es.array.splice",
7496 "es.array.to-reversed",
7497 "es.array.to-sorted",
7498 "es.array.to-spliced",
7499 "es.array.unscopables.flat",
7500 "es.array.unscopables.flat-map",
7501 "es.array.unshift",
7502 "es.array.with",
7503 "es.map",
7504 "es.object.to-string",
7505 "esnext.array.at",
7506 "esnext.array.filter-out",
7507 "esnext.array.filter-reject",
7508 "esnext.array.find-last",
7509 "esnext.array.find-last-index",
7510 "esnext.array.group",
7511 "esnext.array.group-by",
7512 "esnext.array.group-by-to-map",
7513 "esnext.array.group-to-map",
7514 "esnext.array.to-reversed",
7515 "esnext.array.to-sorted",
7516 "esnext.array.to-spliced",
7517 "esnext.array.unique-by",
7518 "esnext.array.with"
7519 ],
7520 "core-js/features/array/virtual/at": [
7521 "es.array.at",
7522 "esnext.array.at"
7523 ],
7524 "core-js/features/array/virtual/concat": [
7525 "es.array.concat"
7526 ],
7527 "core-js/features/array/virtual/copy-within": [
7528 "es.array.copy-within"
7529 ],
7530 "core-js/features/array/virtual/entries": [
7531 "es.array.iterator",
7532 "es.object.to-string"
7533 ],
7534 "core-js/features/array/virtual/every": [
7535 "es.array.every"
7536 ],
7537 "core-js/features/array/virtual/fill": [
7538 "es.array.fill"
7539 ],
7540 "core-js/features/array/virtual/filter": [
7541 "es.array.filter"
7542 ],
7543 "core-js/features/array/virtual/filter-out": [
7544 "esnext.array.filter-out"
7545 ],
7546 "core-js/features/array/virtual/filter-reject": [
7547 "esnext.array.filter-reject"
7548 ],
7549 "core-js/features/array/virtual/find": [
7550 "es.array.find"
7551 ],
7552 "core-js/features/array/virtual/find-index": [
7553 "es.array.find-index"
7554 ],
7555 "core-js/features/array/virtual/find-last": [
7556 "es.array.find-last",
7557 "esnext.array.find-last"
7558 ],
7559 "core-js/features/array/virtual/find-last-index": [
7560 "es.array.find-last-index",
7561 "esnext.array.find-last-index"
7562 ],
7563 "core-js/features/array/virtual/flat": [
7564 "es.array.flat",
7565 "es.array.unscopables.flat"
7566 ],
7567 "core-js/features/array/virtual/flat-map": [
7568 "es.array.flat-map",
7569 "es.array.unscopables.flat-map"
7570 ],
7571 "core-js/features/array/virtual/for-each": [
7572 "es.array.for-each"
7573 ],
7574 "core-js/features/array/virtual/group": [
7575 "esnext.array.group"
7576 ],
7577 "core-js/features/array/virtual/group-by": [
7578 "esnext.array.group-by"
7579 ],
7580 "core-js/features/array/virtual/group-by-to-map": [
7581 "es.map",
7582 "es.object.to-string",
7583 "esnext.array.group-by-to-map"
7584 ],
7585 "core-js/features/array/virtual/group-to-map": [
7586 "es.map",
7587 "es.object.to-string",
7588 "esnext.array.group-to-map"
7589 ],
7590 "core-js/features/array/virtual/includes": [
7591 "es.array.includes"
7592 ],
7593 "core-js/features/array/virtual/index-of": [
7594 "es.array.index-of"
7595 ],
7596 "core-js/features/array/virtual/iterator": [
7597 "es.array.iterator",
7598 "es.object.to-string"
7599 ],
7600 "core-js/features/array/virtual/join": [
7601 "es.array.join"
7602 ],
7603 "core-js/features/array/virtual/keys": [
7604 "es.array.iterator",
7605 "es.object.to-string"
7606 ],
7607 "core-js/features/array/virtual/last-index-of": [
7608 "es.array.last-index-of"
7609 ],
7610 "core-js/features/array/virtual/map": [
7611 "es.array.map"
7612 ],
7613 "core-js/features/array/virtual/push": [
7614 "es.array.push"
7615 ],
7616 "core-js/features/array/virtual/reduce": [
7617 "es.array.reduce"
7618 ],
7619 "core-js/features/array/virtual/reduce-right": [
7620 "es.array.reduce-right"
7621 ],
7622 "core-js/features/array/virtual/reverse": [
7623 "es.array.reverse"
7624 ],
7625 "core-js/features/array/virtual/slice": [
7626 "es.array.slice"
7627 ],
7628 "core-js/features/array/virtual/some": [
7629 "es.array.some"
7630 ],
7631 "core-js/features/array/virtual/sort": [
7632 "es.array.sort"
7633 ],
7634 "core-js/features/array/virtual/splice": [
7635 "es.array.splice"
7636 ],
7637 "core-js/features/array/virtual/to-reversed": [
7638 "es.array.to-reversed",
7639 "esnext.array.to-reversed"
7640 ],
7641 "core-js/features/array/virtual/to-sorted": [
7642 "es.array.sort",
7643 "es.array.to-sorted",
7644 "esnext.array.to-sorted"
7645 ],
7646 "core-js/features/array/virtual/to-spliced": [
7647 "es.array.to-spliced",
7648 "esnext.array.to-spliced"
7649 ],
7650 "core-js/features/array/virtual/unique-by": [
7651 "es.map",
7652 "esnext.array.unique-by"
7653 ],
7654 "core-js/features/array/virtual/unshift": [
7655 "es.array.unshift"
7656 ],
7657 "core-js/features/array/virtual/values": [
7658 "es.array.iterator",
7659 "es.object.to-string"
7660 ],
7661 "core-js/features/array/virtual/with": [
7662 "es.array.with",
7663 "esnext.array.with"
7664 ],
7665 "core-js/features/array/with": [
7666 "es.array.with",
7667 "esnext.array.with"
7668 ],
7669 "core-js/features/async-disposable-stack": [
7670 "es.error.cause",
7671 "es.error.to-string",
7672 "es.suppressed-error.constructor",
7673 "es.iterator.dispose",
7674 "es.object.to-string",
7675 "es.promise",
7676 "es.async-disposable-stack.constructor",
7677 "es.async-iterator.async-dispose",
7678 "esnext.suppressed-error.constructor",
7679 "esnext.async-disposable-stack.constructor",
7680 "esnext.async-iterator.async-dispose",
7681 "esnext.iterator.dispose"
7682 ],
7683 "core-js/features/async-disposable-stack/constructor": [
7684 "es.error.cause",
7685 "es.error.to-string",
7686 "es.suppressed-error.constructor",
7687 "es.iterator.dispose",
7688 "es.object.to-string",
7689 "es.promise",
7690 "es.async-disposable-stack.constructor",
7691 "es.async-iterator.async-dispose",
7692 "esnext.suppressed-error.constructor",
7693 "esnext.async-disposable-stack.constructor",
7694 "esnext.async-iterator.async-dispose",
7695 "esnext.iterator.dispose"
7696 ],
7697 "core-js/features/async-iterator": [
7698 "es.array.iterator",
7699 "es.object.to-string",
7700 "es.promise",
7701 "es.async-iterator.async-dispose",
7702 "es.string.iterator",
7703 "esnext.async-iterator.constructor",
7704 "esnext.async-iterator.as-indexed-pairs",
7705 "esnext.async-iterator.async-dispose",
7706 "esnext.async-iterator.drop",
7707 "esnext.async-iterator.every",
7708 "esnext.async-iterator.filter",
7709 "esnext.async-iterator.find",
7710 "esnext.async-iterator.flat-map",
7711 "esnext.async-iterator.for-each",
7712 "esnext.async-iterator.from",
7713 "esnext.async-iterator.indexed",
7714 "esnext.async-iterator.map",
7715 "esnext.async-iterator.reduce",
7716 "esnext.async-iterator.some",
7717 "esnext.async-iterator.take",
7718 "esnext.async-iterator.to-array",
7719 "web.dom-collections.iterator"
7720 ],
7721 "core-js/features/async-iterator/as-indexed-pairs": [
7722 "es.object.to-string",
7723 "es.promise",
7724 "esnext.async-iterator.constructor",
7725 "esnext.async-iterator.as-indexed-pairs"
7726 ],
7727 "core-js/features/async-iterator/async-dispose": [
7728 "es.object.to-string",
7729 "es.promise",
7730 "es.async-iterator.async-dispose",
7731 "esnext.async-iterator.async-dispose"
7732 ],
7733 "core-js/features/async-iterator/drop": [
7734 "es.object.to-string",
7735 "es.promise",
7736 "esnext.async-iterator.constructor",
7737 "esnext.async-iterator.drop"
7738 ],
7739 "core-js/features/async-iterator/every": [
7740 "es.object.to-string",
7741 "es.promise",
7742 "esnext.async-iterator.constructor",
7743 "esnext.async-iterator.every"
7744 ],
7745 "core-js/features/async-iterator/filter": [
7746 "es.object.to-string",
7747 "es.promise",
7748 "esnext.async-iterator.constructor",
7749 "esnext.async-iterator.filter"
7750 ],
7751 "core-js/features/async-iterator/find": [
7752 "es.object.to-string",
7753 "es.promise",
7754 "esnext.async-iterator.constructor",
7755 "esnext.async-iterator.find"
7756 ],
7757 "core-js/features/async-iterator/flat-map": [
7758 "es.object.to-string",
7759 "es.promise",
7760 "esnext.async-iterator.constructor",
7761 "esnext.async-iterator.flat-map"
7762 ],
7763 "core-js/features/async-iterator/for-each": [
7764 "es.object.to-string",
7765 "es.promise",
7766 "esnext.async-iterator.constructor",
7767 "esnext.async-iterator.for-each"
7768 ],
7769 "core-js/features/async-iterator/from": [
7770 "es.array.iterator",
7771 "es.object.to-string",
7772 "es.promise",
7773 "es.string.iterator",
7774 "esnext.async-iterator.constructor",
7775 "esnext.async-iterator.drop",
7776 "esnext.async-iterator.every",
7777 "esnext.async-iterator.filter",
7778 "esnext.async-iterator.find",
7779 "esnext.async-iterator.flat-map",
7780 "esnext.async-iterator.for-each",
7781 "esnext.async-iterator.from",
7782 "esnext.async-iterator.map",
7783 "esnext.async-iterator.reduce",
7784 "esnext.async-iterator.some",
7785 "esnext.async-iterator.take",
7786 "esnext.async-iterator.to-array",
7787 "web.dom-collections.iterator"
7788 ],
7789 "core-js/features/async-iterator/indexed": [
7790 "es.object.to-string",
7791 "es.promise",
7792 "esnext.async-iterator.constructor",
7793 "esnext.async-iterator.indexed"
7794 ],
7795 "core-js/features/async-iterator/map": [
7796 "es.object.to-string",
7797 "es.promise",
7798 "esnext.async-iterator.constructor",
7799 "esnext.async-iterator.map"
7800 ],
7801 "core-js/features/async-iterator/reduce": [
7802 "es.object.to-string",
7803 "es.promise",
7804 "esnext.async-iterator.constructor",
7805 "esnext.async-iterator.reduce"
7806 ],
7807 "core-js/features/async-iterator/some": [
7808 "es.object.to-string",
7809 "es.promise",
7810 "esnext.async-iterator.constructor",
7811 "esnext.async-iterator.some"
7812 ],
7813 "core-js/features/async-iterator/take": [
7814 "es.object.to-string",
7815 "es.promise",
7816 "esnext.async-iterator.constructor",
7817 "esnext.async-iterator.take"
7818 ],
7819 "core-js/features/async-iterator/to-array": [
7820 "es.object.to-string",
7821 "es.promise",
7822 "esnext.async-iterator.constructor",
7823 "esnext.async-iterator.to-array"
7824 ],
7825 "core-js/features/atob": [
7826 "es.error.to-string",
7827 "es.object.to-string",
7828 "web.atob",
7829 "web.dom-exception.constructor",
7830 "web.dom-exception.stack",
7831 "web.dom-exception.to-string-tag"
7832 ],
7833 "core-js/features/bigint": [
7834 "es.object.to-string",
7835 "esnext.bigint.range"
7836 ],
7837 "core-js/features/bigint/range": [
7838 "es.object.to-string",
7839 "esnext.bigint.range"
7840 ],
7841 "core-js/features/btoa": [
7842 "es.error.to-string",
7843 "es.object.to-string",
7844 "web.btoa",
7845 "web.dom-exception.constructor",
7846 "web.dom-exception.stack",
7847 "web.dom-exception.to-string-tag"
7848 ],
7849 "core-js/features/clear-immediate": [
7850 "web.immediate"
7851 ],
7852 "core-js/features/composite-key": [
7853 "esnext.composite-key"
7854 ],
7855 "core-js/features/composite-symbol": [
7856 "es.symbol",
7857 "esnext.composite-symbol"
7858 ],
7859 "core-js/features/data-view": [
7860 "es.array-buffer.constructor",
7861 "es.array-buffer.slice",
7862 "es.data-view",
7863 "es.data-view.get-float16",
7864 "es.data-view.set-float16",
7865 "es.object.to-string",
7866 "esnext.data-view.get-float16",
7867 "esnext.data-view.get-uint8-clamped",
7868 "esnext.data-view.set-float16",
7869 "esnext.data-view.set-uint8-clamped"
7870 ],
7871 "core-js/features/data-view/get-float16": [
7872 "es.data-view.get-float16",
7873 "esnext.data-view.get-float16"
7874 ],
7875 "core-js/features/data-view/get-uint8-clamped": [
7876 "esnext.data-view.get-uint8-clamped"
7877 ],
7878 "core-js/features/data-view/set-float16": [
7879 "es.data-view.set-float16",
7880 "esnext.data-view.set-float16"
7881 ],
7882 "core-js/features/data-view/set-uint8-clamped": [
7883 "esnext.data-view.set-uint8-clamped"
7884 ],
7885 "core-js/features/date": [
7886 "es.date.get-year",
7887 "es.date.now",
7888 "es.date.set-year",
7889 "es.date.to-gmt-string",
7890 "es.date.to-iso-string",
7891 "es.date.to-json",
7892 "es.date.to-primitive",
7893 "es.date.to-string"
7894 ],
7895 "core-js/features/date/get-year": [
7896 "es.date.get-year"
7897 ],
7898 "core-js/features/date/now": [
7899 "es.date.now"
7900 ],
7901 "core-js/features/date/set-year": [
7902 "es.date.set-year"
7903 ],
7904 "core-js/features/date/to-gmt-string": [
7905 "es.date.to-gmt-string"
7906 ],
7907 "core-js/features/date/to-iso-string": [
7908 "es.date.to-iso-string",
7909 "es.date.to-json"
7910 ],
7911 "core-js/features/date/to-json": [
7912 "es.date.to-json"
7913 ],
7914 "core-js/features/date/to-primitive": [
7915 "es.date.to-primitive"
7916 ],
7917 "core-js/features/date/to-string": [
7918 "es.date.to-string"
7919 ],
7920 "core-js/features/disposable-stack": [
7921 "es.error.cause",
7922 "es.error.to-string",
7923 "es.suppressed-error.constructor",
7924 "es.disposable-stack.constructor",
7925 "es.iterator.dispose",
7926 "es.object.to-string",
7927 "esnext.suppressed-error.constructor",
7928 "esnext.disposable-stack.constructor",
7929 "esnext.iterator.dispose"
7930 ],
7931 "core-js/features/disposable-stack/constructor": [
7932 "es.error.cause",
7933 "es.error.to-string",
7934 "es.suppressed-error.constructor",
7935 "es.disposable-stack.constructor",
7936 "es.iterator.dispose",
7937 "es.object.to-string",
7938 "esnext.suppressed-error.constructor",
7939 "esnext.disposable-stack.constructor",
7940 "esnext.iterator.dispose"
7941 ],
7942 "core-js/features/dom-collections": [
7943 "es.array.iterator",
7944 "es.object.to-string",
7945 "web.dom-collections.for-each",
7946 "web.dom-collections.iterator"
7947 ],
7948 "core-js/features/dom-collections/for-each": [
7949 "web.dom-collections.for-each"
7950 ],
7951 "core-js/features/dom-collections/iterator": [
7952 "es.object.to-string",
7953 "web.dom-collections.iterator"
7954 ],
7955 "core-js/features/dom-exception": [
7956 "es.error.to-string",
7957 "web.dom-exception.constructor",
7958 "web.dom-exception.stack",
7959 "web.dom-exception.to-string-tag"
7960 ],
7961 "core-js/features/dom-exception/constructor": [
7962 "es.error.to-string",
7963 "web.dom-exception.constructor",
7964 "web.dom-exception.stack"
7965 ],
7966 "core-js/features/dom-exception/to-string-tag": [
7967 "web.dom-exception.to-string-tag"
7968 ],
7969 "core-js/features/error": [
7970 "es.error.cause",
7971 "es.error.is-error",
7972 "es.error.to-string",
7973 "es.object.create",
7974 "esnext.error.is-error"
7975 ],
7976 "core-js/features/error/constructor": [
7977 "es.error.cause"
7978 ],
7979 "core-js/features/error/is-error": [
7980 "es.error.is-error",
7981 "es.object.create",
7982 "esnext.error.is-error"
7983 ],
7984 "core-js/features/error/to-string": [
7985 "es.error.to-string"
7986 ],
7987 "core-js/features/escape": [
7988 "es.escape"
7989 ],
7990 "core-js/features/function": [
7991 "es.function.bind",
7992 "es.function.has-instance",
7993 "es.function.name",
7994 "esnext.function.demethodize",
7995 "esnext.function.is-callable",
7996 "esnext.function.is-constructor",
7997 "esnext.function.metadata",
7998 "esnext.function.un-this"
7999 ],
8000 "core-js/features/function/bind": [
8001 "es.function.bind"
8002 ],
8003 "core-js/features/function/demethodize": [
8004 "esnext.function.demethodize"
8005 ],
8006 "core-js/features/function/has-instance": [
8007 "es.function.has-instance"
8008 ],
8009 "core-js/features/function/is-callable": [
8010 "esnext.function.is-callable"
8011 ],
8012 "core-js/features/function/is-constructor": [
8013 "esnext.function.is-constructor"
8014 ],
8015 "core-js/features/function/metadata": [
8016 "esnext.function.metadata"
8017 ],
8018 "core-js/features/function/name": [
8019 "es.function.name"
8020 ],
8021 "core-js/features/function/un-this": [
8022 "esnext.function.un-this"
8023 ],
8024 "core-js/features/function/virtual": [
8025 "es.function.bind",
8026 "esnext.function.demethodize",
8027 "esnext.function.un-this"
8028 ],
8029 "core-js/features/function/virtual/bind": [
8030 "es.function.bind"
8031 ],
8032 "core-js/features/function/virtual/demethodize": [
8033 "esnext.function.demethodize"
8034 ],
8035 "core-js/features/function/virtual/un-this": [
8036 "esnext.function.un-this"
8037 ],
8038 "core-js/features/get-iterator": [
8039 "es.array.iterator",
8040 "es.string.iterator",
8041 "web.dom-collections.iterator"
8042 ],
8043 "core-js/features/get-iterator-method": [
8044 "es.array.iterator",
8045 "es.string.iterator",
8046 "web.dom-collections.iterator"
8047 ],
8048 "core-js/features/global-this": [
8049 "es.global-this",
8050 "esnext.global-this"
8051 ],
8052 "core-js/features/instance/at": [
8053 "es.array.at",
8054 "es.string.at-alternative",
8055 "esnext.array.at",
8056 "esnext.string.at"
8057 ],
8058 "core-js/features/instance/bind": [
8059 "es.function.bind"
8060 ],
8061 "core-js/features/instance/clamp": [
8062 "esnext.number.clamp"
8063 ],
8064 "core-js/features/instance/code-point-at": [
8065 "es.string.code-point-at"
8066 ],
8067 "core-js/features/instance/code-points": [
8068 "es.object.to-string",
8069 "esnext.string.code-points"
8070 ],
8071 "core-js/features/instance/concat": [
8072 "es.array.concat"
8073 ],
8074 "core-js/features/instance/copy-within": [
8075 "es.array.copy-within"
8076 ],
8077 "core-js/features/instance/demethodize": [
8078 "esnext.function.demethodize"
8079 ],
8080 "core-js/features/instance/ends-with": [
8081 "es.string.ends-with"
8082 ],
8083 "core-js/features/instance/entries": [
8084 "es.array.iterator",
8085 "es.object.to-string",
8086 "web.dom-collections.iterator"
8087 ],
8088 "core-js/features/instance/every": [
8089 "es.array.every"
8090 ],
8091 "core-js/features/instance/fill": [
8092 "es.array.fill"
8093 ],
8094 "core-js/features/instance/filter": [
8095 "es.array.filter"
8096 ],
8097 "core-js/features/instance/filter-out": [
8098 "esnext.array.filter-out"
8099 ],
8100 "core-js/features/instance/filter-reject": [
8101 "esnext.array.filter-reject"
8102 ],
8103 "core-js/features/instance/find": [
8104 "es.array.find"
8105 ],
8106 "core-js/features/instance/find-index": [
8107 "es.array.find-index"
8108 ],
8109 "core-js/features/instance/find-last": [
8110 "es.array.find-last",
8111 "esnext.array.find-last"
8112 ],
8113 "core-js/features/instance/find-last-index": [
8114 "es.array.find-last-index",
8115 "esnext.array.find-last-index"
8116 ],
8117 "core-js/features/instance/flags": [
8118 "es.regexp.flags"
8119 ],
8120 "core-js/features/instance/flat": [
8121 "es.array.flat",
8122 "es.array.unscopables.flat"
8123 ],
8124 "core-js/features/instance/flat-map": [
8125 "es.array.flat-map",
8126 "es.array.unscopables.flat-map"
8127 ],
8128 "core-js/features/instance/for-each": [
8129 "es.array.for-each",
8130 "web.dom-collections.for-each"
8131 ],
8132 "core-js/features/instance/group": [
8133 "esnext.array.group"
8134 ],
8135 "core-js/features/instance/group-by": [
8136 "esnext.array.group-by"
8137 ],
8138 "core-js/features/instance/group-by-to-map": [
8139 "es.map",
8140 "es.object.to-string",
8141 "esnext.array.group-by-to-map"
8142 ],
8143 "core-js/features/instance/group-to-map": [
8144 "es.map",
8145 "es.object.to-string",
8146 "esnext.array.group-to-map"
8147 ],
8148 "core-js/features/instance/includes": [
8149 "es.array.includes",
8150 "es.string.includes"
8151 ],
8152 "core-js/features/instance/index-of": [
8153 "es.array.index-of"
8154 ],
8155 "core-js/features/instance/is-well-formed": [
8156 "es.string.is-well-formed"
8157 ],
8158 "core-js/features/instance/keys": [
8159 "es.array.iterator",
8160 "es.object.to-string",
8161 "web.dom-collections.iterator"
8162 ],
8163 "core-js/features/instance/last-index-of": [
8164 "es.array.last-index-of"
8165 ],
8166 "core-js/features/instance/map": [
8167 "es.array.map"
8168 ],
8169 "core-js/features/instance/match-all": [
8170 "es.object.to-string",
8171 "es.regexp.exec",
8172 "es.string.match-all",
8173 "esnext.string.match-all"
8174 ],
8175 "core-js/features/instance/pad-end": [
8176 "es.string.pad-end"
8177 ],
8178 "core-js/features/instance/pad-start": [
8179 "es.string.pad-start"
8180 ],
8181 "core-js/features/instance/push": [
8182 "es.array.push"
8183 ],
8184 "core-js/features/instance/reduce": [
8185 "es.array.reduce"
8186 ],
8187 "core-js/features/instance/reduce-right": [
8188 "es.array.reduce-right"
8189 ],
8190 "core-js/features/instance/repeat": [
8191 "es.string.repeat"
8192 ],
8193 "core-js/features/instance/replace-all": [
8194 "es.regexp.exec",
8195 "es.string.replace",
8196 "es.string.replace-all",
8197 "esnext.string.replace-all"
8198 ],
8199 "core-js/features/instance/reverse": [
8200 "es.array.reverse"
8201 ],
8202 "core-js/features/instance/slice": [
8203 "es.array.slice"
8204 ],
8205 "core-js/features/instance/some": [
8206 "es.array.some"
8207 ],
8208 "core-js/features/instance/sort": [
8209 "es.array.sort"
8210 ],
8211 "core-js/features/instance/splice": [
8212 "es.array.splice"
8213 ],
8214 "core-js/features/instance/starts-with": [
8215 "es.string.starts-with"
8216 ],
8217 "core-js/features/instance/to-reversed": [
8218 "es.array.to-reversed",
8219 "esnext.array.to-reversed"
8220 ],
8221 "core-js/features/instance/to-sorted": [
8222 "es.array.sort",
8223 "es.array.to-sorted",
8224 "esnext.array.to-sorted"
8225 ],
8226 "core-js/features/instance/to-spliced": [
8227 "es.array.to-spliced",
8228 "esnext.array.to-spliced"
8229 ],
8230 "core-js/features/instance/to-well-formed": [
8231 "es.string.to-well-formed"
8232 ],
8233 "core-js/features/instance/trim": [
8234 "es.string.trim"
8235 ],
8236 "core-js/features/instance/trim-end": [
8237 "es.string.trim-end"
8238 ],
8239 "core-js/features/instance/trim-left": [
8240 "es.string.trim-start"
8241 ],
8242 "core-js/features/instance/trim-right": [
8243 "es.string.trim-end"
8244 ],
8245 "core-js/features/instance/trim-start": [
8246 "es.string.trim-start"
8247 ],
8248 "core-js/features/instance/un-this": [
8249 "esnext.function.un-this"
8250 ],
8251 "core-js/features/instance/unique-by": [
8252 "es.map",
8253 "esnext.array.unique-by"
8254 ],
8255 "core-js/features/instance/unshift": [
8256 "es.array.unshift"
8257 ],
8258 "core-js/features/instance/values": [
8259 "es.array.iterator",
8260 "es.object.to-string",
8261 "web.dom-collections.iterator"
8262 ],
8263 "core-js/features/instance/with": [
8264 "es.array.with",
8265 "esnext.array.with"
8266 ],
8267 "core-js/features/is-iterable": [
8268 "es.array.iterator",
8269 "es.string.iterator",
8270 "web.dom-collections.iterator"
8271 ],
8272 "core-js/features/iterator": [
8273 "es.array.iterator",
8274 "es.iterator.constructor",
8275 "es.iterator.concat",
8276 "es.iterator.dispose",
8277 "es.iterator.drop",
8278 "es.iterator.every",
8279 "es.iterator.filter",
8280 "es.iterator.find",
8281 "es.iterator.flat-map",
8282 "es.iterator.for-each",
8283 "es.iterator.from",
8284 "es.iterator.map",
8285 "es.iterator.reduce",
8286 "es.iterator.some",
8287 "es.iterator.take",
8288 "es.iterator.to-array",
8289 "es.object.create",
8290 "es.object.to-string",
8291 "es.promise",
8292 "es.string.iterator",
8293 "esnext.iterator.constructor",
8294 "esnext.iterator.as-indexed-pairs",
8295 "esnext.iterator.chunks",
8296 "esnext.iterator.concat",
8297 "esnext.iterator.dispose",
8298 "esnext.iterator.drop",
8299 "esnext.iterator.every",
8300 "esnext.iterator.filter",
8301 "esnext.iterator.find",
8302 "esnext.iterator.flat-map",
8303 "esnext.iterator.for-each",
8304 "esnext.iterator.from",
8305 "esnext.iterator.indexed",
8306 "esnext.iterator.map",
8307 "esnext.iterator.range",
8308 "esnext.iterator.reduce",
8309 "esnext.iterator.sliding",
8310 "esnext.iterator.some",
8311 "esnext.iterator.take",
8312 "esnext.iterator.to-array",
8313 "esnext.iterator.to-async",
8314 "esnext.iterator.windows",
8315 "esnext.iterator.zip",
8316 "esnext.iterator.zip-keyed",
8317 "web.dom-collections.iterator"
8318 ],
8319 "core-js/features/iterator/as-indexed-pairs": [
8320 "es.object.to-string",
8321 "esnext.iterator.constructor",
8322 "esnext.iterator.as-indexed-pairs"
8323 ],
8324 "core-js/features/iterator/chunks": [
8325 "es.iterator.constructor",
8326 "es.object.to-string",
8327 "esnext.iterator.chunks"
8328 ],
8329 "core-js/features/iterator/concat": [
8330 "es.array.iterator",
8331 "es.iterator.constructor",
8332 "es.iterator.concat",
8333 "es.iterator.drop",
8334 "es.iterator.every",
8335 "es.iterator.filter",
8336 "es.iterator.find",
8337 "es.iterator.flat-map",
8338 "es.iterator.for-each",
8339 "es.iterator.map",
8340 "es.iterator.reduce",
8341 "es.iterator.some",
8342 "es.iterator.take",
8343 "es.iterator.to-array",
8344 "es.object.to-string",
8345 "es.string.iterator",
8346 "esnext.iterator.chunks",
8347 "esnext.iterator.concat",
8348 "esnext.iterator.sliding",
8349 "esnext.iterator.windows",
8350 "web.dom-collections.iterator"
8351 ],
8352 "core-js/features/iterator/dispose": [
8353 "esnext.iterator.dispose"
8354 ],
8355 "core-js/features/iterator/drop": [
8356 "es.iterator.constructor",
8357 "es.iterator.drop",
8358 "es.object.to-string",
8359 "esnext.iterator.constructor",
8360 "esnext.iterator.drop"
8361 ],
8362 "core-js/features/iterator/every": [
8363 "es.iterator.constructor",
8364 "es.iterator.every",
8365 "es.object.to-string",
8366 "esnext.iterator.constructor",
8367 "esnext.iterator.every"
8368 ],
8369 "core-js/features/iterator/filter": [
8370 "es.iterator.constructor",
8371 "es.iterator.filter",
8372 "es.object.to-string",
8373 "esnext.iterator.constructor",
8374 "esnext.iterator.filter"
8375 ],
8376 "core-js/features/iterator/find": [
8377 "es.iterator.constructor",
8378 "es.iterator.find",
8379 "es.object.to-string",
8380 "esnext.iterator.constructor",
8381 "esnext.iterator.find"
8382 ],
8383 "core-js/features/iterator/flat-map": [
8384 "es.array.iterator",
8385 "es.iterator.constructor",
8386 "es.iterator.flat-map",
8387 "es.object.to-string",
8388 "esnext.iterator.constructor",
8389 "esnext.iterator.flat-map",
8390 "web.dom-collections.iterator"
8391 ],
8392 "core-js/features/iterator/for-each": [
8393 "es.iterator.constructor",
8394 "es.iterator.for-each",
8395 "es.object.to-string",
8396 "esnext.iterator.constructor",
8397 "esnext.iterator.for-each"
8398 ],
8399 "core-js/features/iterator/from": [
8400 "es.array.iterator",
8401 "es.iterator.constructor",
8402 "es.iterator.drop",
8403 "es.iterator.every",
8404 "es.iterator.filter",
8405 "es.iterator.find",
8406 "es.iterator.flat-map",
8407 "es.iterator.for-each",
8408 "es.iterator.from",
8409 "es.iterator.map",
8410 "es.iterator.reduce",
8411 "es.iterator.some",
8412 "es.iterator.take",
8413 "es.iterator.to-array",
8414 "es.object.to-string",
8415 "es.promise",
8416 "es.string.iterator",
8417 "esnext.iterator.constructor",
8418 "esnext.iterator.chunks",
8419 "esnext.iterator.dispose",
8420 "esnext.iterator.drop",
8421 "esnext.iterator.every",
8422 "esnext.iterator.filter",
8423 "esnext.iterator.find",
8424 "esnext.iterator.flat-map",
8425 "esnext.iterator.for-each",
8426 "esnext.iterator.from",
8427 "esnext.iterator.map",
8428 "esnext.iterator.reduce",
8429 "esnext.iterator.sliding",
8430 "esnext.iterator.some",
8431 "esnext.iterator.take",
8432 "esnext.iterator.to-array",
8433 "esnext.iterator.to-async",
8434 "esnext.iterator.windows",
8435 "web.dom-collections.iterator"
8436 ],
8437 "core-js/features/iterator/indexed": [
8438 "es.object.to-string",
8439 "esnext.iterator.constructor",
8440 "esnext.iterator.indexed"
8441 ],
8442 "core-js/features/iterator/map": [
8443 "es.iterator.constructor",
8444 "es.iterator.map",
8445 "es.object.to-string",
8446 "esnext.iterator.constructor",
8447 "esnext.iterator.map"
8448 ],
8449 "core-js/features/iterator/range": [
8450 "es.array.iterator",
8451 "es.iterator.constructor",
8452 "es.iterator.drop",
8453 "es.iterator.every",
8454 "es.iterator.filter",
8455 "es.iterator.find",
8456 "es.iterator.flat-map",
8457 "es.iterator.for-each",
8458 "es.iterator.map",
8459 "es.iterator.reduce",
8460 "es.iterator.some",
8461 "es.iterator.take",
8462 "es.iterator.to-array",
8463 "es.object.to-string",
8464 "es.string.iterator",
8465 "esnext.iterator.constructor",
8466 "esnext.iterator.chunks",
8467 "esnext.iterator.range",
8468 "esnext.iterator.sliding",
8469 "esnext.iterator.windows",
8470 "web.dom-collections.iterator"
8471 ],
8472 "core-js/features/iterator/reduce": [
8473 "es.iterator.constructor",
8474 "es.iterator.reduce",
8475 "es.object.to-string",
8476 "esnext.iterator.constructor",
8477 "esnext.iterator.reduce"
8478 ],
8479 "core-js/features/iterator/sliding": [
8480 "es.iterator.constructor",
8481 "es.object.to-string",
8482 "esnext.iterator.sliding"
8483 ],
8484 "core-js/features/iterator/some": [
8485 "es.iterator.constructor",
8486 "es.iterator.some",
8487 "es.object.to-string",
8488 "esnext.iterator.constructor",
8489 "esnext.iterator.some"
8490 ],
8491 "core-js/features/iterator/take": [
8492 "es.iterator.constructor",
8493 "es.iterator.take",
8494 "es.object.to-string",
8495 "esnext.iterator.constructor",
8496 "esnext.iterator.take"
8497 ],
8498 "core-js/features/iterator/to-array": [
8499 "es.iterator.constructor",
8500 "es.iterator.to-array",
8501 "es.object.to-string",
8502 "esnext.iterator.constructor",
8503 "esnext.iterator.to-array"
8504 ],
8505 "core-js/features/iterator/to-async": [
8506 "es.iterator.constructor",
8507 "es.object.to-string",
8508 "es.promise",
8509 "esnext.iterator.constructor",
8510 "esnext.iterator.to-async"
8511 ],
8512 "core-js/features/iterator/windows": [
8513 "es.iterator.constructor",
8514 "es.object.to-string",
8515 "esnext.iterator.windows"
8516 ],
8517 "core-js/features/iterator/zip": [
8518 "es.array.iterator",
8519 "es.iterator.constructor",
8520 "es.iterator.drop",
8521 "es.iterator.every",
8522 "es.iterator.filter",
8523 "es.iterator.find",
8524 "es.iterator.flat-map",
8525 "es.iterator.for-each",
8526 "es.iterator.map",
8527 "es.iterator.reduce",
8528 "es.iterator.some",
8529 "es.iterator.take",
8530 "es.iterator.to-array",
8531 "es.object.to-string",
8532 "es.string.iterator",
8533 "esnext.iterator.chunks",
8534 "esnext.iterator.sliding",
8535 "esnext.iterator.windows",
8536 "esnext.iterator.zip",
8537 "web.dom-collections.iterator"
8538 ],
8539 "core-js/features/iterator/zip-keyed": [
8540 "es.array.iterator",
8541 "es.iterator.constructor",
8542 "es.iterator.drop",
8543 "es.iterator.every",
8544 "es.iterator.filter",
8545 "es.iterator.find",
8546 "es.iterator.flat-map",
8547 "es.iterator.for-each",
8548 "es.iterator.map",
8549 "es.iterator.reduce",
8550 "es.iterator.some",
8551 "es.iterator.take",
8552 "es.iterator.to-array",
8553 "es.object.create",
8554 "es.object.to-string",
8555 "es.reflect.own-keys",
8556 "es.string.iterator",
8557 "esnext.iterator.chunks",
8558 "esnext.iterator.sliding",
8559 "esnext.iterator.windows",
8560 "esnext.iterator.zip-keyed",
8561 "web.dom-collections.iterator"
8562 ],
8563 "core-js/features/json": [
8564 "es.date.to-json",
8565 "es.json.is-raw-json",
8566 "es.json.parse",
8567 "es.json.raw-json",
8568 "es.json.stringify",
8569 "es.json.to-string-tag",
8570 "es.object.create",
8571 "es.object.freeze",
8572 "es.object.keys",
8573 "esnext.json.is-raw-json",
8574 "esnext.json.parse",
8575 "esnext.json.raw-json"
8576 ],
8577 "core-js/features/json/is-raw-json": [
8578 "es.json.is-raw-json",
8579 "esnext.json.is-raw-json"
8580 ],
8581 "core-js/features/json/parse": [
8582 "es.json.parse",
8583 "es.object.keys",
8584 "esnext.json.parse"
8585 ],
8586 "core-js/features/json/raw-json": [
8587 "es.json.raw-json",
8588 "es.json.stringify",
8589 "es.object.create",
8590 "es.object.freeze",
8591 "esnext.json.raw-json"
8592 ],
8593 "core-js/features/json/stringify": [
8594 "es.date.to-json",
8595 "es.json.stringify"
8596 ],
8597 "core-js/features/json/to-string-tag": [
8598 "es.json.to-string-tag"
8599 ],
8600 "core-js/features/map": [
8601 "es.array.iterator",
8602 "es.map",
8603 "es.map.group-by",
8604 "es.map.get-or-insert",
8605 "es.map.get-or-insert-computed",
8606 "es.object.to-string",
8607 "es.string.iterator",
8608 "esnext.map.delete-all",
8609 "esnext.map.emplace",
8610 "esnext.map.every",
8611 "esnext.map.filter",
8612 "esnext.map.find",
8613 "esnext.map.find-key",
8614 "esnext.map.from",
8615 "esnext.map.get-or-insert",
8616 "esnext.map.get-or-insert-computed",
8617 "esnext.map.group-by",
8618 "esnext.map.includes",
8619 "esnext.map.key-by",
8620 "esnext.map.key-of",
8621 "esnext.map.map-keys",
8622 "esnext.map.map-values",
8623 "esnext.map.merge",
8624 "esnext.map.of",
8625 "esnext.map.reduce",
8626 "esnext.map.some",
8627 "esnext.map.update",
8628 "esnext.map.update-or-insert",
8629 "esnext.map.upsert",
8630 "web.dom-collections.iterator"
8631 ],
8632 "core-js/features/map/delete-all": [
8633 "es.map",
8634 "esnext.map.delete-all"
8635 ],
8636 "core-js/features/map/emplace": [
8637 "es.map",
8638 "esnext.map.emplace"
8639 ],
8640 "core-js/features/map/every": [
8641 "es.map",
8642 "esnext.map.every"
8643 ],
8644 "core-js/features/map/filter": [
8645 "es.map",
8646 "esnext.map.filter"
8647 ],
8648 "core-js/features/map/find": [
8649 "es.map",
8650 "esnext.map.find"
8651 ],
8652 "core-js/features/map/find-key": [
8653 "es.map",
8654 "esnext.map.find-key"
8655 ],
8656 "core-js/features/map/from": [
8657 "es.array.iterator",
8658 "es.map",
8659 "es.object.to-string",
8660 "es.string.iterator",
8661 "esnext.map.delete-all",
8662 "esnext.map.emplace",
8663 "esnext.map.every",
8664 "esnext.map.filter",
8665 "esnext.map.find",
8666 "esnext.map.find-key",
8667 "esnext.map.from",
8668 "esnext.map.get-or-insert",
8669 "esnext.map.get-or-insert-computed",
8670 "esnext.map.includes",
8671 "esnext.map.key-of",
8672 "esnext.map.map-keys",
8673 "esnext.map.map-values",
8674 "esnext.map.merge",
8675 "esnext.map.reduce",
8676 "esnext.map.some",
8677 "esnext.map.update",
8678 "web.dom-collections.iterator"
8679 ],
8680 "core-js/features/map/get-or-insert": [
8681 "es.map",
8682 "es.map.get-or-insert",
8683 "esnext.map.get-or-insert"
8684 ],
8685 "core-js/features/map/get-or-insert-computed": [
8686 "es.map",
8687 "es.map.get-or-insert-computed",
8688 "esnext.map.get-or-insert-computed"
8689 ],
8690 "core-js/features/map/group-by": [
8691 "es.map",
8692 "es.map.group-by",
8693 "es.map.get-or-insert",
8694 "es.map.get-or-insert-computed",
8695 "es.object.to-string",
8696 "esnext.map.delete-all",
8697 "esnext.map.emplace",
8698 "esnext.map.every",
8699 "esnext.map.filter",
8700 "esnext.map.find",
8701 "esnext.map.find-key",
8702 "esnext.map.get-or-insert",
8703 "esnext.map.get-or-insert-computed",
8704 "esnext.map.group-by",
8705 "esnext.map.includes",
8706 "esnext.map.key-of",
8707 "esnext.map.map-keys",
8708 "esnext.map.map-values",
8709 "esnext.map.merge",
8710 "esnext.map.reduce",
8711 "esnext.map.some",
8712 "esnext.map.update"
8713 ],
8714 "core-js/features/map/includes": [
8715 "es.map",
8716 "esnext.map.includes"
8717 ],
8718 "core-js/features/map/key-by": [
8719 "es.map",
8720 "es.object.to-string",
8721 "esnext.map.delete-all",
8722 "esnext.map.emplace",
8723 "esnext.map.every",
8724 "esnext.map.filter",
8725 "esnext.map.find",
8726 "esnext.map.find-key",
8727 "esnext.map.get-or-insert",
8728 "esnext.map.get-or-insert-computed",
8729 "esnext.map.includes",
8730 "esnext.map.key-by",
8731 "esnext.map.key-of",
8732 "esnext.map.map-keys",
8733 "esnext.map.map-values",
8734 "esnext.map.merge",
8735 "esnext.map.reduce",
8736 "esnext.map.some",
8737 "esnext.map.update"
8738 ],
8739 "core-js/features/map/key-of": [
8740 "es.map",
8741 "esnext.map.key-of"
8742 ],
8743 "core-js/features/map/map-keys": [
8744 "es.map",
8745 "esnext.map.map-keys"
8746 ],
8747 "core-js/features/map/map-values": [
8748 "es.map",
8749 "esnext.map.map-values"
8750 ],
8751 "core-js/features/map/merge": [
8752 "es.map",
8753 "esnext.map.merge"
8754 ],
8755 "core-js/features/map/of": [
8756 "es.array.iterator",
8757 "es.map",
8758 "es.object.to-string",
8759 "esnext.map.delete-all",
8760 "esnext.map.emplace",
8761 "esnext.map.every",
8762 "esnext.map.filter",
8763 "esnext.map.find",
8764 "esnext.map.find-key",
8765 "esnext.map.get-or-insert",
8766 "esnext.map.get-or-insert-computed",
8767 "esnext.map.includes",
8768 "esnext.map.key-of",
8769 "esnext.map.map-keys",
8770 "esnext.map.map-values",
8771 "esnext.map.merge",
8772 "esnext.map.of",
8773 "esnext.map.reduce",
8774 "esnext.map.some",
8775 "esnext.map.update"
8776 ],
8777 "core-js/features/map/reduce": [
8778 "es.map",
8779 "esnext.map.reduce"
8780 ],
8781 "core-js/features/map/some": [
8782 "es.map",
8783 "esnext.map.some"
8784 ],
8785 "core-js/features/map/update": [
8786 "es.map",
8787 "esnext.map.update"
8788 ],
8789 "core-js/features/map/update-or-insert": [
8790 "es.map",
8791 "esnext.map.update-or-insert"
8792 ],
8793 "core-js/features/map/upsert": [
8794 "es.map",
8795 "esnext.map.upsert"
8796 ],
8797 "core-js/features/math": [
8798 "es.array.iterator",
8799 "es.math.acosh",
8800 "es.math.asinh",
8801 "es.math.atanh",
8802 "es.math.cbrt",
8803 "es.math.clz32",
8804 "es.math.cosh",
8805 "es.math.expm1",
8806 "es.math.fround",
8807 "es.math.f16round",
8808 "es.math.hypot",
8809 "es.math.imul",
8810 "es.math.log10",
8811 "es.math.log1p",
8812 "es.math.log2",
8813 "es.math.sign",
8814 "es.math.sinh",
8815 "es.math.sum-precise",
8816 "es.math.tanh",
8817 "es.math.to-string-tag",
8818 "es.math.trunc",
8819 "esnext.math.clamp",
8820 "esnext.math.deg-per-rad",
8821 "esnext.math.degrees",
8822 "esnext.math.fscale",
8823 "esnext.math.f16round",
8824 "esnext.math.iaddh",
8825 "esnext.math.imulh",
8826 "esnext.math.isubh",
8827 "esnext.math.rad-per-deg",
8828 "esnext.math.radians",
8829 "esnext.math.scale",
8830 "esnext.math.seeded-prng",
8831 "esnext.math.signbit",
8832 "esnext.math.sum-precise",
8833 "esnext.math.umulh"
8834 ],
8835 "core-js/features/math/acosh": [
8836 "es.math.acosh"
8837 ],
8838 "core-js/features/math/asinh": [
8839 "es.math.asinh"
8840 ],
8841 "core-js/features/math/atanh": [
8842 "es.math.atanh"
8843 ],
8844 "core-js/features/math/cbrt": [
8845 "es.math.cbrt"
8846 ],
8847 "core-js/features/math/clamp": [
8848 "esnext.math.clamp"
8849 ],
8850 "core-js/features/math/clz32": [
8851 "es.math.clz32"
8852 ],
8853 "core-js/features/math/cosh": [
8854 "es.math.cosh"
8855 ],
8856 "core-js/features/math/deg-per-rad": [
8857 "esnext.math.deg-per-rad"
8858 ],
8859 "core-js/features/math/degrees": [
8860 "esnext.math.degrees"
8861 ],
8862 "core-js/features/math/expm1": [
8863 "es.math.expm1"
8864 ],
8865 "core-js/features/math/f16round": [
8866 "es.math.f16round",
8867 "esnext.math.f16round"
8868 ],
8869 "core-js/features/math/fround": [
8870 "es.math.fround"
8871 ],
8872 "core-js/features/math/fscale": [
8873 "esnext.math.fscale"
8874 ],
8875 "core-js/features/math/hypot": [
8876 "es.math.hypot"
8877 ],
8878 "core-js/features/math/iaddh": [
8879 "esnext.math.iaddh"
8880 ],
8881 "core-js/features/math/imul": [
8882 "es.math.imul"
8883 ],
8884 "core-js/features/math/imulh": [
8885 "esnext.math.imulh"
8886 ],
8887 "core-js/features/math/isubh": [
8888 "esnext.math.isubh"
8889 ],
8890 "core-js/features/math/log10": [
8891 "es.math.log10"
8892 ],
8893 "core-js/features/math/log1p": [
8894 "es.math.log1p"
8895 ],
8896 "core-js/features/math/log2": [
8897 "es.math.log2"
8898 ],
8899 "core-js/features/math/rad-per-deg": [
8900 "esnext.math.rad-per-deg"
8901 ],
8902 "core-js/features/math/radians": [
8903 "esnext.math.radians"
8904 ],
8905 "core-js/features/math/scale": [
8906 "esnext.math.scale"
8907 ],
8908 "core-js/features/math/seeded-prng": [
8909 "esnext.math.seeded-prng"
8910 ],
8911 "core-js/features/math/sign": [
8912 "es.math.sign"
8913 ],
8914 "core-js/features/math/signbit": [
8915 "esnext.math.signbit"
8916 ],
8917 "core-js/features/math/sinh": [
8918 "es.math.sinh"
8919 ],
8920 "core-js/features/math/sum-precise": [
8921 "es.array.iterator",
8922 "es.math.sum-precise",
8923 "esnext.math.sum-precise"
8924 ],
8925 "core-js/features/math/tanh": [
8926 "es.math.tanh"
8927 ],
8928 "core-js/features/math/to-string-tag": [
8929 "es.math.to-string-tag"
8930 ],
8931 "core-js/features/math/trunc": [
8932 "es.math.trunc"
8933 ],
8934 "core-js/features/math/umulh": [
8935 "esnext.math.umulh"
8936 ],
8937 "core-js/features/number": [
8938 "es.number.constructor",
8939 "es.number.epsilon",
8940 "es.number.is-finite",
8941 "es.number.is-integer",
8942 "es.number.is-nan",
8943 "es.number.is-safe-integer",
8944 "es.number.max-safe-integer",
8945 "es.number.min-safe-integer",
8946 "es.number.parse-float",
8947 "es.number.parse-int",
8948 "es.number.to-exponential",
8949 "es.number.to-fixed",
8950 "es.number.to-precision",
8951 "es.object.to-string",
8952 "esnext.number.clamp",
8953 "esnext.number.from-string",
8954 "esnext.number.range"
8955 ],
8956 "core-js/features/number/clamp": [
8957 "esnext.number.clamp"
8958 ],
8959 "core-js/features/number/constructor": [
8960 "es.number.constructor"
8961 ],
8962 "core-js/features/number/epsilon": [
8963 "es.number.epsilon"
8964 ],
8965 "core-js/features/number/from-string": [
8966 "esnext.number.from-string"
8967 ],
8968 "core-js/features/number/is-finite": [
8969 "es.number.is-finite"
8970 ],
8971 "core-js/features/number/is-integer": [
8972 "es.number.is-integer"
8973 ],
8974 "core-js/features/number/is-nan": [
8975 "es.number.is-nan"
8976 ],
8977 "core-js/features/number/is-safe-integer": [
8978 "es.number.is-safe-integer"
8979 ],
8980 "core-js/features/number/max-safe-integer": [
8981 "es.number.max-safe-integer"
8982 ],
8983 "core-js/features/number/min-safe-integer": [
8984 "es.number.min-safe-integer"
8985 ],
8986 "core-js/features/number/parse-float": [
8987 "es.number.parse-float"
8988 ],
8989 "core-js/features/number/parse-int": [
8990 "es.number.parse-int"
8991 ],
8992 "core-js/features/number/range": [
8993 "es.object.to-string",
8994 "esnext.number.range"
8995 ],
8996 "core-js/features/number/to-exponential": [
8997 "es.number.to-exponential"
8998 ],
8999 "core-js/features/number/to-fixed": [
9000 "es.number.to-fixed"
9001 ],
9002 "core-js/features/number/to-precision": [
9003 "es.number.to-precision"
9004 ],
9005 "core-js/features/number/virtual": [
9006 "es.number.to-exponential",
9007 "es.number.to-fixed",
9008 "es.number.to-precision"
9009 ],
9010 "core-js/features/number/virtual/clamp": [
9011 "esnext.number.clamp"
9012 ],
9013 "core-js/features/number/virtual/to-exponential": [
9014 "es.number.to-exponential"
9015 ],
9016 "core-js/features/number/virtual/to-fixed": [
9017 "es.number.to-fixed"
9018 ],
9019 "core-js/features/number/virtual/to-precision": [
9020 "es.number.to-precision"
9021 ],
9022 "core-js/features/object": [
9023 "es.symbol",
9024 "es.json.to-string-tag",
9025 "es.math.to-string-tag",
9026 "es.object.assign",
9027 "es.object.create",
9028 "es.object.define-getter",
9029 "es.object.define-properties",
9030 "es.object.define-property",
9031 "es.object.define-setter",
9032 "es.object.entries",
9033 "es.object.freeze",
9034 "es.object.from-entries",
9035 "es.object.get-own-property-descriptor",
9036 "es.object.get-own-property-descriptors",
9037 "es.object.get-own-property-names",
9038 "es.object.get-prototype-of",
9039 "es.object.group-by",
9040 "es.object.has-own",
9041 "es.object.is",
9042 "es.object.is-extensible",
9043 "es.object.is-frozen",
9044 "es.object.is-sealed",
9045 "es.object.keys",
9046 "es.object.lookup-getter",
9047 "es.object.lookup-setter",
9048 "es.object.prevent-extensions",
9049 "es.object.proto",
9050 "es.object.seal",
9051 "es.object.set-prototype-of",
9052 "es.object.to-string",
9053 "es.object.values",
9054 "es.reflect.to-string-tag",
9055 "esnext.object.has-own",
9056 "esnext.object.iterate-entries",
9057 "esnext.object.iterate-keys",
9058 "esnext.object.iterate-values",
9059 "esnext.object.group-by",
9060 "web.dom-collections.iterator"
9061 ],
9062 "core-js/features/object/assign": [
9063 "es.object.assign"
9064 ],
9065 "core-js/features/object/create": [
9066 "es.object.create"
9067 ],
9068 "core-js/features/object/define-getter": [
9069 "es.object.define-getter"
9070 ],
9071 "core-js/features/object/define-properties": [
9072 "es.object.define-properties"
9073 ],
9074 "core-js/features/object/define-property": [
9075 "es.object.define-property"
9076 ],
9077 "core-js/features/object/define-setter": [
9078 "es.object.define-setter"
9079 ],
9080 "core-js/features/object/entries": [
9081 "es.object.entries"
9082 ],
9083 "core-js/features/object/freeze": [
9084 "es.object.freeze"
9085 ],
9086 "core-js/features/object/from-entries": [
9087 "es.array.iterator",
9088 "es.object.from-entries",
9089 "web.dom-collections.iterator"
9090 ],
9091 "core-js/features/object/get-own-property-descriptor": [
9092 "es.object.get-own-property-descriptor"
9093 ],
9094 "core-js/features/object/get-own-property-descriptors": [
9095 "es.object.get-own-property-descriptors"
9096 ],
9097 "core-js/features/object/get-own-property-names": [
9098 "es.object.get-own-property-names"
9099 ],
9100 "core-js/features/object/get-own-property-symbols": [
9101 "es.symbol"
9102 ],
9103 "core-js/features/object/get-prototype-of": [
9104 "es.object.get-prototype-of"
9105 ],
9106 "core-js/features/object/group-by": [
9107 "es.object.create",
9108 "es.object.group-by",
9109 "esnext.object.group-by"
9110 ],
9111 "core-js/features/object/has-own": [
9112 "es.object.has-own",
9113 "esnext.object.has-own"
9114 ],
9115 "core-js/features/object/is": [
9116 "es.object.is"
9117 ],
9118 "core-js/features/object/is-extensible": [
9119 "es.object.is-extensible"
9120 ],
9121 "core-js/features/object/is-frozen": [
9122 "es.object.is-frozen"
9123 ],
9124 "core-js/features/object/is-sealed": [
9125 "es.object.is-sealed"
9126 ],
9127 "core-js/features/object/iterate-entries": [
9128 "esnext.object.iterate-entries"
9129 ],
9130 "core-js/features/object/iterate-keys": [
9131 "esnext.object.iterate-keys"
9132 ],
9133 "core-js/features/object/iterate-values": [
9134 "esnext.object.iterate-values"
9135 ],
9136 "core-js/features/object/keys": [
9137 "es.object.keys"
9138 ],
9139 "core-js/features/object/lookup-getter": [
9140 "es.object.lookup-getter"
9141 ],
9142 "core-js/features/object/lookup-setter": [
9143 "es.object.lookup-setter"
9144 ],
9145 "core-js/features/object/prevent-extensions": [
9146 "es.object.prevent-extensions"
9147 ],
9148 "core-js/features/object/proto": [
9149 "es.object.proto"
9150 ],
9151 "core-js/features/object/seal": [
9152 "es.object.seal"
9153 ],
9154 "core-js/features/object/set-prototype-of": [
9155 "es.object.set-prototype-of"
9156 ],
9157 "core-js/features/object/to-string": [
9158 "es.json.to-string-tag",
9159 "es.math.to-string-tag",
9160 "es.object.to-string",
9161 "es.reflect.to-string-tag"
9162 ],
9163 "core-js/features/object/values": [
9164 "es.object.values"
9165 ],
9166 "core-js/features/observable": [
9167 "es.object.to-string",
9168 "es.string.iterator",
9169 "esnext.observable",
9170 "esnext.symbol.observable",
9171 "web.dom-collections.iterator"
9172 ],
9173 "core-js/features/parse-float": [
9174 "es.parse-float"
9175 ],
9176 "core-js/features/parse-int": [
9177 "es.parse-int"
9178 ],
9179 "core-js/features/promise": [
9180 "es.aggregate-error",
9181 "es.array.iterator",
9182 "es.object.to-string",
9183 "es.promise",
9184 "es.promise.all-settled",
9185 "es.promise.any",
9186 "es.promise.finally",
9187 "es.promise.try",
9188 "es.promise.with-resolvers",
9189 "es.string.iterator",
9190 "esnext.aggregate-error",
9191 "esnext.promise.all-settled",
9192 "esnext.promise.any",
9193 "esnext.promise.try",
9194 "esnext.promise.with-resolvers",
9195 "web.dom-collections.iterator"
9196 ],
9197 "core-js/features/promise/all-settled": [
9198 "es.array.iterator",
9199 "es.object.to-string",
9200 "es.promise",
9201 "es.promise.all-settled",
9202 "es.string.iterator",
9203 "esnext.promise.all-settled",
9204 "web.dom-collections.iterator"
9205 ],
9206 "core-js/features/promise/any": [
9207 "es.aggregate-error",
9208 "es.array.iterator",
9209 "es.object.to-string",
9210 "es.promise",
9211 "es.promise.any",
9212 "es.string.iterator",
9213 "esnext.aggregate-error",
9214 "esnext.promise.any",
9215 "web.dom-collections.iterator"
9216 ],
9217 "core-js/features/promise/finally": [
9218 "es.object.to-string",
9219 "es.promise",
9220 "es.promise.finally"
9221 ],
9222 "core-js/features/promise/try": [
9223 "es.object.to-string",
9224 "es.promise",
9225 "es.promise.try",
9226 "esnext.promise.try"
9227 ],
9228 "core-js/features/promise/with-resolvers": [
9229 "es.promise",
9230 "es.promise.with-resolvers",
9231 "esnext.promise.with-resolvers"
9232 ],
9233 "core-js/features/queue-microtask": [
9234 "web.queue-microtask"
9235 ],
9236 "core-js/features/reflect": [
9237 "es.object.to-string",
9238 "es.reflect.apply",
9239 "es.reflect.construct",
9240 "es.reflect.define-property",
9241 "es.reflect.delete-property",
9242 "es.reflect.get",
9243 "es.reflect.get-own-property-descriptor",
9244 "es.reflect.get-prototype-of",
9245 "es.reflect.has",
9246 "es.reflect.is-extensible",
9247 "es.reflect.own-keys",
9248 "es.reflect.prevent-extensions",
9249 "es.reflect.set",
9250 "es.reflect.set-prototype-of",
9251 "es.reflect.to-string-tag",
9252 "esnext.reflect.define-metadata",
9253 "esnext.reflect.delete-metadata",
9254 "esnext.reflect.get-metadata",
9255 "esnext.reflect.get-metadata-keys",
9256 "esnext.reflect.get-own-metadata",
9257 "esnext.reflect.get-own-metadata-keys",
9258 "esnext.reflect.has-metadata",
9259 "esnext.reflect.has-own-metadata",
9260 "esnext.reflect.metadata"
9261 ],
9262 "core-js/features/reflect/apply": [
9263 "es.reflect.apply"
9264 ],
9265 "core-js/features/reflect/construct": [
9266 "es.reflect.construct"
9267 ],
9268 "core-js/features/reflect/define-metadata": [
9269 "esnext.reflect.define-metadata"
9270 ],
9271 "core-js/features/reflect/define-property": [
9272 "es.reflect.define-property"
9273 ],
9274 "core-js/features/reflect/delete-metadata": [
9275 "esnext.reflect.delete-metadata"
9276 ],
9277 "core-js/features/reflect/delete-property": [
9278 "es.reflect.delete-property"
9279 ],
9280 "core-js/features/reflect/get": [
9281 "es.reflect.get"
9282 ],
9283 "core-js/features/reflect/get-metadata": [
9284 "esnext.reflect.get-metadata"
9285 ],
9286 "core-js/features/reflect/get-metadata-keys": [
9287 "esnext.reflect.get-metadata-keys"
9288 ],
9289 "core-js/features/reflect/get-own-metadata": [
9290 "esnext.reflect.get-own-metadata"
9291 ],
9292 "core-js/features/reflect/get-own-metadata-keys": [
9293 "esnext.reflect.get-own-metadata-keys"
9294 ],
9295 "core-js/features/reflect/get-own-property-descriptor": [
9296 "es.reflect.get-own-property-descriptor"
9297 ],
9298 "core-js/features/reflect/get-prototype-of": [
9299 "es.reflect.get-prototype-of"
9300 ],
9301 "core-js/features/reflect/has": [
9302 "es.reflect.has"
9303 ],
9304 "core-js/features/reflect/has-metadata": [
9305 "esnext.reflect.has-metadata"
9306 ],
9307 "core-js/features/reflect/has-own-metadata": [
9308 "esnext.reflect.has-own-metadata"
9309 ],
9310 "core-js/features/reflect/is-extensible": [
9311 "es.reflect.is-extensible"
9312 ],
9313 "core-js/features/reflect/metadata": [
9314 "esnext.reflect.metadata"
9315 ],
9316 "core-js/features/reflect/own-keys": [
9317 "es.reflect.own-keys"
9318 ],
9319 "core-js/features/reflect/prevent-extensions": [
9320 "es.reflect.prevent-extensions"
9321 ],
9322 "core-js/features/reflect/set": [
9323 "es.reflect.set"
9324 ],
9325 "core-js/features/reflect/set-prototype-of": [
9326 "es.reflect.set-prototype-of"
9327 ],
9328 "core-js/features/reflect/to-string-tag": [
9329 "es.reflect.to-string-tag"
9330 ],
9331 "core-js/features/regexp": [
9332 "es.regexp.constructor",
9333 "es.regexp.escape",
9334 "es.regexp.dot-all",
9335 "es.regexp.exec",
9336 "es.regexp.flags",
9337 "es.regexp.sticky",
9338 "es.regexp.test",
9339 "es.regexp.to-string",
9340 "es.string.match",
9341 "es.string.replace",
9342 "es.string.search",
9343 "es.string.split",
9344 "esnext.regexp.escape"
9345 ],
9346 "core-js/features/regexp/constructor": [
9347 "es.regexp.constructor",
9348 "es.regexp.dot-all",
9349 "es.regexp.exec",
9350 "es.regexp.sticky"
9351 ],
9352 "core-js/features/regexp/dot-all": [
9353 "es.regexp.constructor",
9354 "es.regexp.dot-all",
9355 "es.regexp.exec"
9356 ],
9357 "core-js/features/regexp/escape": [
9358 "es.regexp.escape",
9359 "esnext.regexp.escape"
9360 ],
9361 "core-js/features/regexp/flags": [
9362 "es.regexp.flags"
9363 ],
9364 "core-js/features/regexp/match": [
9365 "es.regexp.exec",
9366 "es.string.match"
9367 ],
9368 "core-js/features/regexp/replace": [
9369 "es.regexp.exec",
9370 "es.string.replace"
9371 ],
9372 "core-js/features/regexp/search": [
9373 "es.regexp.exec",
9374 "es.string.search"
9375 ],
9376 "core-js/features/regexp/split": [
9377 "es.regexp.exec",
9378 "es.string.split"
9379 ],
9380 "core-js/features/regexp/sticky": [
9381 "es.regexp.constructor",
9382 "es.regexp.exec",
9383 "es.regexp.sticky"
9384 ],
9385 "core-js/features/regexp/test": [
9386 "es.regexp.exec",
9387 "es.regexp.test"
9388 ],
9389 "core-js/features/regexp/to-string": [
9390 "es.regexp.to-string"
9391 ],
9392 "core-js/features/self": [
9393 "web.self"
9394 ],
9395 "core-js/features/set": [
9396 "es.array.iterator",
9397 "es.object.to-string",
9398 "es.set",
9399 "es.set.difference.v2",
9400 "es.set.intersection.v2",
9401 "es.set.is-disjoint-from.v2",
9402 "es.set.is-subset-of.v2",
9403 "es.set.is-superset-of.v2",
9404 "es.set.symmetric-difference.v2",
9405 "es.set.union.v2",
9406 "es.string.iterator",
9407 "esnext.set.add-all",
9408 "esnext.set.delete-all",
9409 "esnext.set.difference.v2",
9410 "esnext.set.difference",
9411 "esnext.set.every",
9412 "esnext.set.filter",
9413 "esnext.set.find",
9414 "esnext.set.from",
9415 "esnext.set.intersection.v2",
9416 "esnext.set.intersection",
9417 "esnext.set.is-disjoint-from.v2",
9418 "esnext.set.is-disjoint-from",
9419 "esnext.set.is-subset-of.v2",
9420 "esnext.set.is-subset-of",
9421 "esnext.set.is-superset-of.v2",
9422 "esnext.set.is-superset-of",
9423 "esnext.set.join",
9424 "esnext.set.map",
9425 "esnext.set.of",
9426 "esnext.set.reduce",
9427 "esnext.set.some",
9428 "esnext.set.symmetric-difference.v2",
9429 "esnext.set.symmetric-difference",
9430 "esnext.set.union.v2",
9431 "esnext.set.union",
9432 "web.dom-collections.iterator"
9433 ],
9434 "core-js/features/set-immediate": [
9435 "web.immediate"
9436 ],
9437 "core-js/features/set-interval": [
9438 "web.timers"
9439 ],
9440 "core-js/features/set-timeout": [
9441 "web.timers"
9442 ],
9443 "core-js/features/set/add-all": [
9444 "es.set",
9445 "esnext.set.add-all"
9446 ],
9447 "core-js/features/set/delete-all": [
9448 "es.set",
9449 "esnext.set.delete-all"
9450 ],
9451 "core-js/features/set/difference": [
9452 "es.array.iterator",
9453 "es.set",
9454 "es.set.difference.v2",
9455 "es.string.iterator",
9456 "esnext.set.difference.v2",
9457 "esnext.set.difference",
9458 "web.dom-collections.iterator"
9459 ],
9460 "core-js/features/set/every": [
9461 "es.set",
9462 "esnext.set.every"
9463 ],
9464 "core-js/features/set/filter": [
9465 "es.set",
9466 "esnext.set.filter"
9467 ],
9468 "core-js/features/set/find": [
9469 "es.set",
9470 "esnext.set.find"
9471 ],
9472 "core-js/features/set/from": [
9473 "es.array.iterator",
9474 "es.object.to-string",
9475 "es.set",
9476 "es.string.iterator",
9477 "esnext.set.add-all",
9478 "esnext.set.delete-all",
9479 "esnext.set.difference.v2",
9480 "esnext.set.every",
9481 "esnext.set.filter",
9482 "esnext.set.find",
9483 "esnext.set.from",
9484 "esnext.set.intersection.v2",
9485 "esnext.set.is-disjoint-from.v2",
9486 "esnext.set.is-subset-of.v2",
9487 "esnext.set.is-superset-of.v2",
9488 "esnext.set.join",
9489 "esnext.set.map",
9490 "esnext.set.reduce",
9491 "esnext.set.some",
9492 "esnext.set.symmetric-difference.v2",
9493 "esnext.set.union.v2",
9494 "web.dom-collections.iterator"
9495 ],
9496 "core-js/features/set/intersection": [
9497 "es.array.iterator",
9498 "es.set",
9499 "es.set.intersection.v2",
9500 "es.string.iterator",
9501 "esnext.set.intersection.v2",
9502 "esnext.set.intersection",
9503 "web.dom-collections.iterator"
9504 ],
9505 "core-js/features/set/is-disjoint-from": [
9506 "es.array.iterator",
9507 "es.set",
9508 "es.set.is-disjoint-from.v2",
9509 "es.string.iterator",
9510 "esnext.set.is-disjoint-from.v2",
9511 "esnext.set.is-disjoint-from",
9512 "web.dom-collections.iterator"
9513 ],
9514 "core-js/features/set/is-subset-of": [
9515 "es.array.iterator",
9516 "es.set",
9517 "es.set.is-subset-of.v2",
9518 "es.string.iterator",
9519 "esnext.set.is-subset-of.v2",
9520 "esnext.set.is-subset-of",
9521 "web.dom-collections.iterator"
9522 ],
9523 "core-js/features/set/is-superset-of": [
9524 "es.array.iterator",
9525 "es.set",
9526 "es.set.is-superset-of.v2",
9527 "es.string.iterator",
9528 "esnext.set.is-superset-of.v2",
9529 "esnext.set.is-superset-of",
9530 "web.dom-collections.iterator"
9531 ],
9532 "core-js/features/set/join": [
9533 "es.set",
9534 "esnext.set.join"
9535 ],
9536 "core-js/features/set/map": [
9537 "es.set",
9538 "esnext.set.map"
9539 ],
9540 "core-js/features/set/of": [
9541 "es.array.iterator",
9542 "es.object.to-string",
9543 "es.set",
9544 "esnext.set.add-all",
9545 "esnext.set.delete-all",
9546 "esnext.set.difference.v2",
9547 "esnext.set.every",
9548 "esnext.set.filter",
9549 "esnext.set.find",
9550 "esnext.set.intersection.v2",
9551 "esnext.set.is-disjoint-from.v2",
9552 "esnext.set.is-subset-of.v2",
9553 "esnext.set.is-superset-of.v2",
9554 "esnext.set.join",
9555 "esnext.set.map",
9556 "esnext.set.of",
9557 "esnext.set.reduce",
9558 "esnext.set.some",
9559 "esnext.set.symmetric-difference.v2",
9560 "esnext.set.union.v2"
9561 ],
9562 "core-js/features/set/reduce": [
9563 "es.set",
9564 "esnext.set.reduce"
9565 ],
9566 "core-js/features/set/some": [
9567 "es.set",
9568 "esnext.set.some"
9569 ],
9570 "core-js/features/set/symmetric-difference": [
9571 "es.array.iterator",
9572 "es.set",
9573 "es.set.symmetric-difference.v2",
9574 "es.string.iterator",
9575 "esnext.set.symmetric-difference.v2",
9576 "esnext.set.symmetric-difference",
9577 "web.dom-collections.iterator"
9578 ],
9579 "core-js/features/set/union": [
9580 "es.array.iterator",
9581 "es.set",
9582 "es.set.union.v2",
9583 "es.string.iterator",
9584 "esnext.set.union.v2",
9585 "esnext.set.union",
9586 "web.dom-collections.iterator"
9587 ],
9588 "core-js/features/string": [
9589 "es.object.to-string",
9590 "es.regexp.exec",
9591 "es.string.at-alternative",
9592 "es.string.code-point-at",
9593 "es.string.ends-with",
9594 "es.string.from-code-point",
9595 "es.string.includes",
9596 "es.string.is-well-formed",
9597 "es.string.iterator",
9598 "es.string.match",
9599 "es.string.match-all",
9600 "es.string.pad-end",
9601 "es.string.pad-start",
9602 "es.string.raw",
9603 "es.string.repeat",
9604 "es.string.replace",
9605 "es.string.replace-all",
9606 "es.string.search",
9607 "es.string.split",
9608 "es.string.starts-with",
9609 "es.string.substr",
9610 "es.string.to-well-formed",
9611 "es.string.trim",
9612 "es.string.trim-end",
9613 "es.string.trim-start",
9614 "es.string.anchor",
9615 "es.string.big",
9616 "es.string.blink",
9617 "es.string.bold",
9618 "es.string.fixed",
9619 "es.string.fontcolor",
9620 "es.string.fontsize",
9621 "es.string.italics",
9622 "es.string.link",
9623 "es.string.small",
9624 "es.string.strike",
9625 "es.string.sub",
9626 "es.string.sup",
9627 "es.weak-map",
9628 "esnext.string.at",
9629 "esnext.string.cooked",
9630 "esnext.string.code-points",
9631 "esnext.string.dedent",
9632 "esnext.string.is-well-formed",
9633 "esnext.string.match-all",
9634 "esnext.string.replace-all",
9635 "esnext.string.to-well-formed"
9636 ],
9637 "core-js/features/string/anchor": [
9638 "es.string.anchor"
9639 ],
9640 "core-js/features/string/at": [
9641 "es.string.at-alternative",
9642 "esnext.string.at"
9643 ],
9644 "core-js/features/string/big": [
9645 "es.string.big"
9646 ],
9647 "core-js/features/string/blink": [
9648 "es.string.blink"
9649 ],
9650 "core-js/features/string/bold": [
9651 "es.string.bold"
9652 ],
9653 "core-js/features/string/code-point-at": [
9654 "es.string.code-point-at"
9655 ],
9656 "core-js/features/string/code-points": [
9657 "es.object.to-string",
9658 "esnext.string.code-points"
9659 ],
9660 "core-js/features/string/cooked": [
9661 "esnext.string.cooked"
9662 ],
9663 "core-js/features/string/dedent": [
9664 "es.string.from-code-point",
9665 "es.weak-map",
9666 "esnext.string.dedent"
9667 ],
9668 "core-js/features/string/ends-with": [
9669 "es.string.ends-with"
9670 ],
9671 "core-js/features/string/fixed": [
9672 "es.string.fixed"
9673 ],
9674 "core-js/features/string/fontcolor": [
9675 "es.string.fontcolor"
9676 ],
9677 "core-js/features/string/fontsize": [
9678 "es.string.fontsize"
9679 ],
9680 "core-js/features/string/from-code-point": [
9681 "es.string.from-code-point"
9682 ],
9683 "core-js/features/string/includes": [
9684 "es.string.includes"
9685 ],
9686 "core-js/features/string/is-well-formed": [
9687 "es.string.is-well-formed",
9688 "esnext.string.is-well-formed"
9689 ],
9690 "core-js/features/string/italics": [
9691 "es.string.italics"
9692 ],
9693 "core-js/features/string/iterator": [
9694 "es.object.to-string",
9695 "es.string.iterator"
9696 ],
9697 "core-js/features/string/link": [
9698 "es.string.link"
9699 ],
9700 "core-js/features/string/match": [
9701 "es.regexp.exec",
9702 "es.string.match"
9703 ],
9704 "core-js/features/string/match-all": [
9705 "es.object.to-string",
9706 "es.regexp.exec",
9707 "es.string.match-all",
9708 "esnext.string.match-all"
9709 ],
9710 "core-js/features/string/pad-end": [
9711 "es.string.pad-end"
9712 ],
9713 "core-js/features/string/pad-start": [
9714 "es.string.pad-start"
9715 ],
9716 "core-js/features/string/raw": [
9717 "es.string.raw"
9718 ],
9719 "core-js/features/string/repeat": [
9720 "es.string.repeat"
9721 ],
9722 "core-js/features/string/replace": [
9723 "es.regexp.exec",
9724 "es.string.replace"
9725 ],
9726 "core-js/features/string/replace-all": [
9727 "es.regexp.exec",
9728 "es.string.replace",
9729 "es.string.replace-all",
9730 "esnext.string.replace-all"
9731 ],
9732 "core-js/features/string/search": [
9733 "es.regexp.exec",
9734 "es.string.search"
9735 ],
9736 "core-js/features/string/small": [
9737 "es.string.small"
9738 ],
9739 "core-js/features/string/split": [
9740 "es.regexp.exec",
9741 "es.string.split"
9742 ],
9743 "core-js/features/string/starts-with": [
9744 "es.string.starts-with"
9745 ],
9746 "core-js/features/string/strike": [
9747 "es.string.strike"
9748 ],
9749 "core-js/features/string/sub": [
9750 "es.string.sub"
9751 ],
9752 "core-js/features/string/substr": [
9753 "es.string.substr"
9754 ],
9755 "core-js/features/string/sup": [
9756 "es.string.sup"
9757 ],
9758 "core-js/features/string/to-well-formed": [
9759 "es.string.to-well-formed",
9760 "esnext.string.to-well-formed"
9761 ],
9762 "core-js/features/string/trim": [
9763 "es.string.trim"
9764 ],
9765 "core-js/features/string/trim-end": [
9766 "es.string.trim-end"
9767 ],
9768 "core-js/features/string/trim-left": [
9769 "es.string.trim-start"
9770 ],
9771 "core-js/features/string/trim-right": [
9772 "es.string.trim-end"
9773 ],
9774 "core-js/features/string/trim-start": [
9775 "es.string.trim-start"
9776 ],
9777 "core-js/features/string/virtual": [
9778 "es.object.to-string",
9779 "es.regexp.exec",
9780 "es.string.at-alternative",
9781 "es.string.code-point-at",
9782 "es.string.ends-with",
9783 "es.string.includes",
9784 "es.string.iterator",
9785 "es.string.match",
9786 "es.string.match-all",
9787 "es.string.pad-end",
9788 "es.string.pad-start",
9789 "es.string.repeat",
9790 "es.string.replace",
9791 "es.string.replace-all",
9792 "es.string.search",
9793 "es.string.split",
9794 "es.string.starts-with",
9795 "es.string.substr",
9796 "es.string.trim",
9797 "es.string.trim-end",
9798 "es.string.trim-start",
9799 "es.string.anchor",
9800 "es.string.big",
9801 "es.string.blink",
9802 "es.string.bold",
9803 "es.string.fixed",
9804 "es.string.fontcolor",
9805 "es.string.fontsize",
9806 "es.string.italics",
9807 "es.string.link",
9808 "es.string.small",
9809 "es.string.strike",
9810 "es.string.sub",
9811 "es.string.sup",
9812 "esnext.string.at",
9813 "esnext.string.code-points",
9814 "esnext.string.is-well-formed",
9815 "esnext.string.match-all",
9816 "esnext.string.replace-all",
9817 "esnext.string.to-well-formed"
9818 ],
9819 "core-js/features/string/virtual/anchor": [
9820 "es.string.anchor"
9821 ],
9822 "core-js/features/string/virtual/at": [
9823 "es.string.at-alternative",
9824 "esnext.string.at"
9825 ],
9826 "core-js/features/string/virtual/big": [
9827 "es.string.big"
9828 ],
9829 "core-js/features/string/virtual/blink": [
9830 "es.string.blink"
9831 ],
9832 "core-js/features/string/virtual/bold": [
9833 "es.string.bold"
9834 ],
9835 "core-js/features/string/virtual/code-point-at": [
9836 "es.string.code-point-at"
9837 ],
9838 "core-js/features/string/virtual/code-points": [
9839 "es.object.to-string",
9840 "esnext.string.code-points"
9841 ],
9842 "core-js/features/string/virtual/ends-with": [
9843 "es.string.ends-with"
9844 ],
9845 "core-js/features/string/virtual/fixed": [
9846 "es.string.fixed"
9847 ],
9848 "core-js/features/string/virtual/fontcolor": [
9849 "es.string.fontcolor"
9850 ],
9851 "core-js/features/string/virtual/fontsize": [
9852 "es.string.fontsize"
9853 ],
9854 "core-js/features/string/virtual/includes": [
9855 "es.string.includes"
9856 ],
9857 "core-js/features/string/virtual/is-well-formed": [
9858 "es.string.is-well-formed",
9859 "esnext.string.is-well-formed"
9860 ],
9861 "core-js/features/string/virtual/italics": [
9862 "es.string.italics"
9863 ],
9864 "core-js/features/string/virtual/iterator": [
9865 "es.object.to-string",
9866 "es.string.iterator"
9867 ],
9868 "core-js/features/string/virtual/link": [
9869 "es.string.link"
9870 ],
9871 "core-js/features/string/virtual/match-all": [
9872 "es.object.to-string",
9873 "es.regexp.exec",
9874 "es.string.match-all",
9875 "esnext.string.match-all"
9876 ],
9877 "core-js/features/string/virtual/pad-end": [
9878 "es.string.pad-end"
9879 ],
9880 "core-js/features/string/virtual/pad-start": [
9881 "es.string.pad-start"
9882 ],
9883 "core-js/features/string/virtual/repeat": [
9884 "es.string.repeat"
9885 ],
9886 "core-js/features/string/virtual/replace-all": [
9887 "es.regexp.exec",
9888 "es.string.replace",
9889 "es.string.replace-all",
9890 "esnext.string.replace-all"
9891 ],
9892 "core-js/features/string/virtual/small": [
9893 "es.string.small"
9894 ],
9895 "core-js/features/string/virtual/starts-with": [
9896 "es.string.starts-with"
9897 ],
9898 "core-js/features/string/virtual/strike": [
9899 "es.string.strike"
9900 ],
9901 "core-js/features/string/virtual/sub": [
9902 "es.string.sub"
9903 ],
9904 "core-js/features/string/virtual/substr": [
9905 "es.string.substr"
9906 ],
9907 "core-js/features/string/virtual/sup": [
9908 "es.string.sup"
9909 ],
9910 "core-js/features/string/virtual/to-well-formed": [
9911 "es.string.to-well-formed",
9912 "esnext.string.to-well-formed"
9913 ],
9914 "core-js/features/string/virtual/trim": [
9915 "es.string.trim"
9916 ],
9917 "core-js/features/string/virtual/trim-end": [
9918 "es.string.trim-end"
9919 ],
9920 "core-js/features/string/virtual/trim-left": [
9921 "es.string.trim-start"
9922 ],
9923 "core-js/features/string/virtual/trim-right": [
9924 "es.string.trim-end"
9925 ],
9926 "core-js/features/string/virtual/trim-start": [
9927 "es.string.trim-start"
9928 ],
9929 "core-js/features/structured-clone": [
9930 "es.error.to-string",
9931 "es.array.iterator",
9932 "es.map",
9933 "es.object.keys",
9934 "es.object.to-string",
9935 "es.set",
9936 "web.dom-exception.constructor",
9937 "web.dom-exception.stack",
9938 "web.dom-exception.to-string-tag",
9939 "web.structured-clone"
9940 ],
9941 "core-js/features/suppressed-error": [],
9942 "core-js/features/symbol": [
9943 "es.symbol",
9944 "es.symbol.description",
9945 "es.symbol.async-dispose",
9946 "es.symbol.async-iterator",
9947 "es.symbol.dispose",
9948 "es.symbol.has-instance",
9949 "es.symbol.is-concat-spreadable",
9950 "es.symbol.iterator",
9951 "es.symbol.match",
9952 "es.symbol.match-all",
9953 "es.symbol.replace",
9954 "es.symbol.search",
9955 "es.symbol.species",
9956 "es.symbol.split",
9957 "es.symbol.to-primitive",
9958 "es.symbol.to-string-tag",
9959 "es.symbol.unscopables",
9960 "es.array.concat",
9961 "es.json.to-string-tag",
9962 "es.math.to-string-tag",
9963 "es.object.to-string",
9964 "es.reflect.to-string-tag",
9965 "esnext.function.metadata",
9966 "esnext.symbol.async-dispose",
9967 "esnext.symbol.custom-matcher",
9968 "esnext.symbol.dispose",
9969 "esnext.symbol.is-registered-symbol",
9970 "esnext.symbol.is-registered",
9971 "esnext.symbol.is-well-known-symbol",
9972 "esnext.symbol.is-well-known",
9973 "esnext.symbol.matcher",
9974 "esnext.symbol.metadata",
9975 "esnext.symbol.metadata-key",
9976 "esnext.symbol.observable",
9977 "esnext.symbol.pattern-match",
9978 "esnext.symbol.replace-all",
9979 "web.dom-collections.iterator"
9980 ],
9981 "core-js/features/symbol/async-dispose": [
9982 "es.symbol.async-dispose",
9983 "esnext.symbol.async-dispose"
9984 ],
9985 "core-js/features/symbol/async-iterator": [
9986 "es.symbol.async-iterator"
9987 ],
9988 "core-js/features/symbol/custom-matcher": [
9989 "esnext.symbol.custom-matcher"
9990 ],
9991 "core-js/features/symbol/description": [
9992 "es.symbol.description"
9993 ],
9994 "core-js/features/symbol/dispose": [
9995 "es.symbol.dispose",
9996 "esnext.symbol.dispose"
9997 ],
9998 "core-js/features/symbol/for": [
9999 "es.symbol"
10000 ],
10001 "core-js/features/symbol/has-instance": [
10002 "es.symbol.has-instance",
10003 "es.function.has-instance"
10004 ],
10005 "core-js/features/symbol/is-concat-spreadable": [
10006 "es.symbol.is-concat-spreadable",
10007 "es.array.concat"
10008 ],
10009 "core-js/features/symbol/is-registered": [
10010 "es.symbol",
10011 "esnext.symbol.is-registered"
10012 ],
10013 "core-js/features/symbol/is-registered-symbol": [
10014 "es.symbol",
10015 "esnext.symbol.is-registered-symbol"
10016 ],
10017 "core-js/features/symbol/is-well-known": [
10018 "es.symbol",
10019 "esnext.symbol.is-well-known"
10020 ],
10021 "core-js/features/symbol/is-well-known-symbol": [
10022 "es.symbol",
10023 "esnext.symbol.is-well-known-symbol"
10024 ],
10025 "core-js/features/symbol/iterator": [
10026 "es.symbol.iterator",
10027 "es.array.iterator",
10028 "es.object.to-string",
10029 "es.string.iterator",
10030 "web.dom-collections.iterator"
10031 ],
10032 "core-js/features/symbol/key-for": [
10033 "es.symbol"
10034 ],
10035 "core-js/features/symbol/match": [
10036 "es.symbol.match",
10037 "es.regexp.exec",
10038 "es.string.match"
10039 ],
10040 "core-js/features/symbol/match-all": [
10041 "es.symbol.match-all",
10042 "es.object.to-string",
10043 "es.regexp.exec",
10044 "es.string.match-all"
10045 ],
10046 "core-js/features/symbol/matcher": [
10047 "esnext.symbol.matcher"
10048 ],
10049 "core-js/features/symbol/metadata": [
10050 "esnext.function.metadata",
10051 "esnext.symbol.metadata"
10052 ],
10053 "core-js/features/symbol/metadata-key": [
10054 "esnext.symbol.metadata-key"
10055 ],
10056 "core-js/features/symbol/observable": [
10057 "esnext.symbol.observable"
10058 ],
10059 "core-js/features/symbol/pattern-match": [
10060 "esnext.symbol.pattern-match"
10061 ],
10062 "core-js/features/symbol/replace": [
10063 "es.symbol.replace",
10064 "es.regexp.exec",
10065 "es.string.replace"
10066 ],
10067 "core-js/features/symbol/replace-all": [
10068 "esnext.symbol.replace-all"
10069 ],
10070 "core-js/features/symbol/search": [
10071 "es.symbol.search",
10072 "es.regexp.exec",
10073 "es.string.search"
10074 ],
10075 "core-js/features/symbol/species": [
10076 "es.symbol.species"
10077 ],
10078 "core-js/features/symbol/split": [
10079 "es.symbol.split",
10080 "es.regexp.exec",
10081 "es.string.split"
10082 ],
10083 "core-js/features/symbol/to-primitive": [
10084 "es.symbol.to-primitive",
10085 "es.date.to-primitive"
10086 ],
10087 "core-js/features/symbol/to-string-tag": [
10088 "es.symbol.to-string-tag",
10089 "es.json.to-string-tag",
10090 "es.math.to-string-tag",
10091 "es.object.to-string",
10092 "es.reflect.to-string-tag"
10093 ],
10094 "core-js/features/symbol/unscopables": [
10095 "es.symbol.unscopables"
10096 ],
10097 "core-js/features/typed-array": [
10098 "es.map",
10099 "es.object.to-string",
10100 "es.promise",
10101 "es.string.iterator",
10102 "es.typed-array.float32-array",
10103 "es.typed-array.float64-array",
10104 "es.typed-array.int8-array",
10105 "es.typed-array.int16-array",
10106 "es.typed-array.int32-array",
10107 "es.typed-array.uint8-array",
10108 "es.typed-array.uint8-clamped-array",
10109 "es.typed-array.uint16-array",
10110 "es.typed-array.uint32-array",
10111 "es.typed-array.at",
10112 "es.typed-array.copy-within",
10113 "es.typed-array.every",
10114 "es.typed-array.fill",
10115 "es.typed-array.filter",
10116 "es.typed-array.find",
10117 "es.typed-array.find-index",
10118 "es.typed-array.find-last",
10119 "es.typed-array.find-last-index",
10120 "es.typed-array.for-each",
10121 "es.typed-array.from",
10122 "es.typed-array.includes",
10123 "es.typed-array.index-of",
10124 "es.typed-array.iterator",
10125 "es.typed-array.join",
10126 "es.typed-array.last-index-of",
10127 "es.typed-array.map",
10128 "es.typed-array.of",
10129 "es.typed-array.reduce",
10130 "es.typed-array.reduce-right",
10131 "es.typed-array.reverse",
10132 "es.typed-array.set",
10133 "es.typed-array.slice",
10134 "es.typed-array.some",
10135 "es.typed-array.sort",
10136 "es.typed-array.subarray",
10137 "es.typed-array.to-locale-string",
10138 "es.typed-array.to-reversed",
10139 "es.typed-array.to-sorted",
10140 "es.typed-array.to-string",
10141 "es.typed-array.with",
10142 "es.uint8-array.from-base64",
10143 "es.uint8-array.from-hex",
10144 "es.uint8-array.set-from-base64",
10145 "es.uint8-array.set-from-hex",
10146 "es.uint8-array.to-base64",
10147 "es.uint8-array.to-hex",
10148 "esnext.typed-array.from-async",
10149 "esnext.typed-array.at",
10150 "esnext.typed-array.filter-out",
10151 "esnext.typed-array.filter-reject",
10152 "esnext.typed-array.find-last",
10153 "esnext.typed-array.find-last-index",
10154 "esnext.typed-array.group-by",
10155 "esnext.typed-array.to-reversed",
10156 "esnext.typed-array.to-sorted",
10157 "esnext.typed-array.to-spliced",
10158 "esnext.typed-array.unique-by",
10159 "esnext.typed-array.with",
10160 "esnext.uint8-array.from-base64",
10161 "esnext.uint8-array.from-hex",
10162 "esnext.uint8-array.set-from-base64",
10163 "esnext.uint8-array.set-from-hex",
10164 "esnext.uint8-array.to-base64",
10165 "esnext.uint8-array.to-hex"
10166 ],
10167 "core-js/features/typed-array/at": [
10168 "es.typed-array.at",
10169 "esnext.typed-array.at"
10170 ],
10171 "core-js/features/typed-array/copy-within": [
10172 "es.typed-array.copy-within"
10173 ],
10174 "core-js/features/typed-array/entries": [
10175 "es.object.to-string",
10176 "es.typed-array.iterator"
10177 ],
10178 "core-js/features/typed-array/every": [
10179 "es.typed-array.every"
10180 ],
10181 "core-js/features/typed-array/fill": [
10182 "es.typed-array.fill"
10183 ],
10184 "core-js/features/typed-array/filter": [
10185 "es.typed-array.filter"
10186 ],
10187 "core-js/features/typed-array/filter-out": [
10188 "esnext.typed-array.filter-out"
10189 ],
10190 "core-js/features/typed-array/filter-reject": [
10191 "esnext.typed-array.filter-reject"
10192 ],
10193 "core-js/features/typed-array/find": [
10194 "es.typed-array.find"
10195 ],
10196 "core-js/features/typed-array/find-index": [
10197 "es.typed-array.find-index"
10198 ],
10199 "core-js/features/typed-array/find-last": [
10200 "es.typed-array.find-last",
10201 "esnext.typed-array.find-last"
10202 ],
10203 "core-js/features/typed-array/find-last-index": [
10204 "es.typed-array.find-last-index",
10205 "esnext.typed-array.find-last-index"
10206 ],
10207 "core-js/features/typed-array/float32-array": [
10208 "es.array-buffer.constructor",
10209 "es.array-buffer.slice",
10210 "es.map",
10211 "es.object.to-string",
10212 "es.promise",
10213 "es.string.iterator",
10214 "es.typed-array.float32-array",
10215 "es.typed-array.at",
10216 "es.typed-array.copy-within",
10217 "es.typed-array.every",
10218 "es.typed-array.fill",
10219 "es.typed-array.filter",
10220 "es.typed-array.find",
10221 "es.typed-array.find-index",
10222 "es.typed-array.find-last",
10223 "es.typed-array.find-last-index",
10224 "es.typed-array.for-each",
10225 "es.typed-array.from",
10226 "es.typed-array.includes",
10227 "es.typed-array.index-of",
10228 "es.typed-array.iterator",
10229 "es.typed-array.join",
10230 "es.typed-array.last-index-of",
10231 "es.typed-array.map",
10232 "es.typed-array.of",
10233 "es.typed-array.reduce",
10234 "es.typed-array.reduce-right",
10235 "es.typed-array.reverse",
10236 "es.typed-array.set",
10237 "es.typed-array.slice",
10238 "es.typed-array.some",
10239 "es.typed-array.sort",
10240 "es.typed-array.subarray",
10241 "es.typed-array.to-locale-string",
10242 "es.typed-array.to-reversed",
10243 "es.typed-array.to-sorted",
10244 "es.typed-array.to-string",
10245 "es.typed-array.with",
10246 "es.uint8-array.from-base64",
10247 "es.uint8-array.from-hex",
10248 "es.uint8-array.set-from-base64",
10249 "es.uint8-array.set-from-hex",
10250 "es.uint8-array.to-base64",
10251 "es.uint8-array.to-hex",
10252 "esnext.typed-array.from-async",
10253 "esnext.typed-array.at",
10254 "esnext.typed-array.filter-out",
10255 "esnext.typed-array.filter-reject",
10256 "esnext.typed-array.find-last",
10257 "esnext.typed-array.find-last-index",
10258 "esnext.typed-array.group-by",
10259 "esnext.typed-array.to-reversed",
10260 "esnext.typed-array.to-sorted",
10261 "esnext.typed-array.to-spliced",
10262 "esnext.typed-array.unique-by",
10263 "esnext.typed-array.with",
10264 "esnext.uint8-array.from-base64",
10265 "esnext.uint8-array.from-hex",
10266 "esnext.uint8-array.set-from-base64",
10267 "esnext.uint8-array.set-from-hex",
10268 "esnext.uint8-array.to-base64",
10269 "esnext.uint8-array.to-hex"
10270 ],
10271 "core-js/features/typed-array/float64-array": [
10272 "es.array-buffer.constructor",
10273 "es.array-buffer.slice",
10274 "es.map",
10275 "es.object.to-string",
10276 "es.promise",
10277 "es.string.iterator",
10278 "es.typed-array.float64-array",
10279 "es.typed-array.at",
10280 "es.typed-array.copy-within",
10281 "es.typed-array.every",
10282 "es.typed-array.fill",
10283 "es.typed-array.filter",
10284 "es.typed-array.find",
10285 "es.typed-array.find-index",
10286 "es.typed-array.find-last",
10287 "es.typed-array.find-last-index",
10288 "es.typed-array.for-each",
10289 "es.typed-array.from",
10290 "es.typed-array.includes",
10291 "es.typed-array.index-of",
10292 "es.typed-array.iterator",
10293 "es.typed-array.join",
10294 "es.typed-array.last-index-of",
10295 "es.typed-array.map",
10296 "es.typed-array.of",
10297 "es.typed-array.reduce",
10298 "es.typed-array.reduce-right",
10299 "es.typed-array.reverse",
10300 "es.typed-array.set",
10301 "es.typed-array.slice",
10302 "es.typed-array.some",
10303 "es.typed-array.sort",
10304 "es.typed-array.subarray",
10305 "es.typed-array.to-locale-string",
10306 "es.typed-array.to-reversed",
10307 "es.typed-array.to-sorted",
10308 "es.typed-array.to-string",
10309 "es.typed-array.with",
10310 "es.uint8-array.from-base64",
10311 "es.uint8-array.from-hex",
10312 "es.uint8-array.set-from-base64",
10313 "es.uint8-array.set-from-hex",
10314 "es.uint8-array.to-base64",
10315 "es.uint8-array.to-hex",
10316 "esnext.typed-array.from-async",
10317 "esnext.typed-array.at",
10318 "esnext.typed-array.filter-out",
10319 "esnext.typed-array.filter-reject",
10320 "esnext.typed-array.find-last",
10321 "esnext.typed-array.find-last-index",
10322 "esnext.typed-array.group-by",
10323 "esnext.typed-array.to-reversed",
10324 "esnext.typed-array.to-sorted",
10325 "esnext.typed-array.to-spliced",
10326 "esnext.typed-array.unique-by",
10327 "esnext.typed-array.with",
10328 "esnext.uint8-array.from-base64",
10329 "esnext.uint8-array.from-hex",
10330 "esnext.uint8-array.set-from-base64",
10331 "esnext.uint8-array.set-from-hex",
10332 "esnext.uint8-array.to-base64",
10333 "esnext.uint8-array.to-hex"
10334 ],
10335 "core-js/features/typed-array/for-each": [
10336 "es.typed-array.for-each"
10337 ],
10338 "core-js/features/typed-array/from": [
10339 "es.typed-array.from"
10340 ],
10341 "core-js/features/typed-array/from-async": [
10342 "esnext.typed-array.from-async"
10343 ],
10344 "core-js/features/typed-array/from-base64": [
10345 "es.uint8-array.from-base64",
10346 "esnext.uint8-array.from-base64"
10347 ],
10348 "core-js/features/typed-array/from-hex": [
10349 "es.uint8-array.from-hex",
10350 "esnext.uint8-array.from-hex"
10351 ],
10352 "core-js/features/typed-array/group-by": [
10353 "esnext.typed-array.group-by"
10354 ],
10355 "core-js/features/typed-array/includes": [
10356 "es.typed-array.includes"
10357 ],
10358 "core-js/features/typed-array/index-of": [
10359 "es.typed-array.index-of"
10360 ],
10361 "core-js/features/typed-array/int16-array": [
10362 "es.array-buffer.constructor",
10363 "es.array-buffer.slice",
10364 "es.map",
10365 "es.object.to-string",
10366 "es.promise",
10367 "es.string.iterator",
10368 "es.typed-array.int16-array",
10369 "es.typed-array.at",
10370 "es.typed-array.copy-within",
10371 "es.typed-array.every",
10372 "es.typed-array.fill",
10373 "es.typed-array.filter",
10374 "es.typed-array.find",
10375 "es.typed-array.find-index",
10376 "es.typed-array.find-last",
10377 "es.typed-array.find-last-index",
10378 "es.typed-array.for-each",
10379 "es.typed-array.from",
10380 "es.typed-array.includes",
10381 "es.typed-array.index-of",
10382 "es.typed-array.iterator",
10383 "es.typed-array.join",
10384 "es.typed-array.last-index-of",
10385 "es.typed-array.map",
10386 "es.typed-array.of",
10387 "es.typed-array.reduce",
10388 "es.typed-array.reduce-right",
10389 "es.typed-array.reverse",
10390 "es.typed-array.set",
10391 "es.typed-array.slice",
10392 "es.typed-array.some",
10393 "es.typed-array.sort",
10394 "es.typed-array.subarray",
10395 "es.typed-array.to-locale-string",
10396 "es.typed-array.to-reversed",
10397 "es.typed-array.to-sorted",
10398 "es.typed-array.to-string",
10399 "es.typed-array.with",
10400 "es.uint8-array.from-base64",
10401 "es.uint8-array.from-hex",
10402 "es.uint8-array.set-from-base64",
10403 "es.uint8-array.set-from-hex",
10404 "es.uint8-array.to-base64",
10405 "es.uint8-array.to-hex",
10406 "esnext.typed-array.from-async",
10407 "esnext.typed-array.at",
10408 "esnext.typed-array.filter-out",
10409 "esnext.typed-array.filter-reject",
10410 "esnext.typed-array.find-last",
10411 "esnext.typed-array.find-last-index",
10412 "esnext.typed-array.group-by",
10413 "esnext.typed-array.to-reversed",
10414 "esnext.typed-array.to-sorted",
10415 "esnext.typed-array.to-spliced",
10416 "esnext.typed-array.unique-by",
10417 "esnext.typed-array.with",
10418 "esnext.uint8-array.from-base64",
10419 "esnext.uint8-array.from-hex",
10420 "esnext.uint8-array.set-from-base64",
10421 "esnext.uint8-array.set-from-hex",
10422 "esnext.uint8-array.to-base64",
10423 "esnext.uint8-array.to-hex"
10424 ],
10425 "core-js/features/typed-array/int32-array": [
10426 "es.array-buffer.constructor",
10427 "es.array-buffer.slice",
10428 "es.map",
10429 "es.object.to-string",
10430 "es.promise",
10431 "es.string.iterator",
10432 "es.typed-array.int32-array",
10433 "es.typed-array.at",
10434 "es.typed-array.copy-within",
10435 "es.typed-array.every",
10436 "es.typed-array.fill",
10437 "es.typed-array.filter",
10438 "es.typed-array.find",
10439 "es.typed-array.find-index",
10440 "es.typed-array.find-last",
10441 "es.typed-array.find-last-index",
10442 "es.typed-array.for-each",
10443 "es.typed-array.from",
10444 "es.typed-array.includes",
10445 "es.typed-array.index-of",
10446 "es.typed-array.iterator",
10447 "es.typed-array.join",
10448 "es.typed-array.last-index-of",
10449 "es.typed-array.map",
10450 "es.typed-array.of",
10451 "es.typed-array.reduce",
10452 "es.typed-array.reduce-right",
10453 "es.typed-array.reverse",
10454 "es.typed-array.set",
10455 "es.typed-array.slice",
10456 "es.typed-array.some",
10457 "es.typed-array.sort",
10458 "es.typed-array.subarray",
10459 "es.typed-array.to-locale-string",
10460 "es.typed-array.to-reversed",
10461 "es.typed-array.to-sorted",
10462 "es.typed-array.to-string",
10463 "es.typed-array.with",
10464 "es.uint8-array.from-base64",
10465 "es.uint8-array.from-hex",
10466 "es.uint8-array.set-from-base64",
10467 "es.uint8-array.set-from-hex",
10468 "es.uint8-array.to-base64",
10469 "es.uint8-array.to-hex",
10470 "esnext.typed-array.from-async",
10471 "esnext.typed-array.at",
10472 "esnext.typed-array.filter-out",
10473 "esnext.typed-array.filter-reject",
10474 "esnext.typed-array.find-last",
10475 "esnext.typed-array.find-last-index",
10476 "esnext.typed-array.group-by",
10477 "esnext.typed-array.to-reversed",
10478 "esnext.typed-array.to-sorted",
10479 "esnext.typed-array.to-spliced",
10480 "esnext.typed-array.unique-by",
10481 "esnext.typed-array.with",
10482 "esnext.uint8-array.from-base64",
10483 "esnext.uint8-array.from-hex",
10484 "esnext.uint8-array.set-from-base64",
10485 "esnext.uint8-array.set-from-hex",
10486 "esnext.uint8-array.to-base64",
10487 "esnext.uint8-array.to-hex"
10488 ],
10489 "core-js/features/typed-array/int8-array": [
10490 "es.array-buffer.constructor",
10491 "es.array-buffer.slice",
10492 "es.map",
10493 "es.object.to-string",
10494 "es.promise",
10495 "es.string.iterator",
10496 "es.typed-array.int8-array",
10497 "es.typed-array.at",
10498 "es.typed-array.copy-within",
10499 "es.typed-array.every",
10500 "es.typed-array.fill",
10501 "es.typed-array.filter",
10502 "es.typed-array.find",
10503 "es.typed-array.find-index",
10504 "es.typed-array.find-last",
10505 "es.typed-array.find-last-index",
10506 "es.typed-array.for-each",
10507 "es.typed-array.from",
10508 "es.typed-array.includes",
10509 "es.typed-array.index-of",
10510 "es.typed-array.iterator",
10511 "es.typed-array.join",
10512 "es.typed-array.last-index-of",
10513 "es.typed-array.map",
10514 "es.typed-array.of",
10515 "es.typed-array.reduce",
10516 "es.typed-array.reduce-right",
10517 "es.typed-array.reverse",
10518 "es.typed-array.set",
10519 "es.typed-array.slice",
10520 "es.typed-array.some",
10521 "es.typed-array.sort",
10522 "es.typed-array.subarray",
10523 "es.typed-array.to-locale-string",
10524 "es.typed-array.to-reversed",
10525 "es.typed-array.to-sorted",
10526 "es.typed-array.to-string",
10527 "es.typed-array.with",
10528 "es.uint8-array.from-base64",
10529 "es.uint8-array.from-hex",
10530 "es.uint8-array.set-from-base64",
10531 "es.uint8-array.set-from-hex",
10532 "es.uint8-array.to-base64",
10533 "es.uint8-array.to-hex",
10534 "esnext.typed-array.from-async",
10535 "esnext.typed-array.at",
10536 "esnext.typed-array.filter-out",
10537 "esnext.typed-array.filter-reject",
10538 "esnext.typed-array.find-last",
10539 "esnext.typed-array.find-last-index",
10540 "esnext.typed-array.group-by",
10541 "esnext.typed-array.to-reversed",
10542 "esnext.typed-array.to-sorted",
10543 "esnext.typed-array.to-spliced",
10544 "esnext.typed-array.unique-by",
10545 "esnext.typed-array.with",
10546 "esnext.uint8-array.from-base64",
10547 "esnext.uint8-array.from-hex",
10548 "esnext.uint8-array.set-from-base64",
10549 "esnext.uint8-array.set-from-hex",
10550 "esnext.uint8-array.to-base64",
10551 "esnext.uint8-array.to-hex"
10552 ],
10553 "core-js/features/typed-array/iterator": [
10554 "es.object.to-string",
10555 "es.typed-array.iterator"
10556 ],
10557 "core-js/features/typed-array/join": [
10558 "es.typed-array.join"
10559 ],
10560 "core-js/features/typed-array/keys": [
10561 "es.object.to-string",
10562 "es.typed-array.iterator"
10563 ],
10564 "core-js/features/typed-array/last-index-of": [
10565 "es.typed-array.last-index-of"
10566 ],
10567 "core-js/features/typed-array/map": [
10568 "es.typed-array.map"
10569 ],
10570 "core-js/features/typed-array/methods": [
10571 "es.map",
10572 "es.object.to-string",
10573 "es.promise",
10574 "es.string.iterator",
10575 "es.typed-array.at",
10576 "es.typed-array.copy-within",
10577 "es.typed-array.every",
10578 "es.typed-array.fill",
10579 "es.typed-array.filter",
10580 "es.typed-array.find",
10581 "es.typed-array.find-index",
10582 "es.typed-array.find-last",
10583 "es.typed-array.find-last-index",
10584 "es.typed-array.for-each",
10585 "es.typed-array.from",
10586 "es.typed-array.includes",
10587 "es.typed-array.index-of",
10588 "es.typed-array.iterator",
10589 "es.typed-array.join",
10590 "es.typed-array.last-index-of",
10591 "es.typed-array.map",
10592 "es.typed-array.of",
10593 "es.typed-array.reduce",
10594 "es.typed-array.reduce-right",
10595 "es.typed-array.reverse",
10596 "es.typed-array.set",
10597 "es.typed-array.slice",
10598 "es.typed-array.some",
10599 "es.typed-array.sort",
10600 "es.typed-array.subarray",
10601 "es.typed-array.to-locale-string",
10602 "es.typed-array.to-reversed",
10603 "es.typed-array.to-sorted",
10604 "es.typed-array.to-string",
10605 "es.typed-array.with",
10606 "es.uint8-array.from-base64",
10607 "es.uint8-array.from-hex",
10608 "es.uint8-array.set-from-base64",
10609 "es.uint8-array.set-from-hex",
10610 "es.uint8-array.to-base64",
10611 "es.uint8-array.to-hex",
10612 "esnext.typed-array.from-async",
10613 "esnext.typed-array.at",
10614 "esnext.typed-array.filter-out",
10615 "esnext.typed-array.filter-reject",
10616 "esnext.typed-array.find-last",
10617 "esnext.typed-array.find-last-index",
10618 "esnext.typed-array.group-by",
10619 "esnext.typed-array.to-reversed",
10620 "esnext.typed-array.to-sorted",
10621 "esnext.typed-array.to-spliced",
10622 "esnext.typed-array.unique-by",
10623 "esnext.typed-array.with",
10624 "esnext.uint8-array.from-base64",
10625 "esnext.uint8-array.from-hex",
10626 "esnext.uint8-array.set-from-base64",
10627 "esnext.uint8-array.set-from-hex",
10628 "esnext.uint8-array.to-base64",
10629 "esnext.uint8-array.to-hex"
10630 ],
10631 "core-js/features/typed-array/of": [
10632 "es.typed-array.of"
10633 ],
10634 "core-js/features/typed-array/reduce": [
10635 "es.typed-array.reduce"
10636 ],
10637 "core-js/features/typed-array/reduce-right": [
10638 "es.typed-array.reduce-right"
10639 ],
10640 "core-js/features/typed-array/reverse": [
10641 "es.typed-array.reverse"
10642 ],
10643 "core-js/features/typed-array/set": [
10644 "es.typed-array.set"
10645 ],
10646 "core-js/features/typed-array/set-from-base64": [
10647 "es.uint8-array.set-from-base64",
10648 "esnext.uint8-array.set-from-base64"
10649 ],
10650 "core-js/features/typed-array/set-from-hex": [
10651 "es.uint8-array.set-from-hex",
10652 "esnext.uint8-array.set-from-hex"
10653 ],
10654 "core-js/features/typed-array/slice": [
10655 "es.typed-array.slice"
10656 ],
10657 "core-js/features/typed-array/some": [
10658 "es.typed-array.some"
10659 ],
10660 "core-js/features/typed-array/sort": [
10661 "es.typed-array.sort"
10662 ],
10663 "core-js/features/typed-array/subarray": [
10664 "es.typed-array.subarray"
10665 ],
10666 "core-js/features/typed-array/to-base64": [
10667 "es.uint8-array.to-base64",
10668 "esnext.uint8-array.to-base64"
10669 ],
10670 "core-js/features/typed-array/to-hex": [
10671 "es.uint8-array.to-hex",
10672 "esnext.uint8-array.to-hex"
10673 ],
10674 "core-js/features/typed-array/to-locale-string": [
10675 "es.typed-array.to-locale-string"
10676 ],
10677 "core-js/features/typed-array/to-reversed": [
10678 "es.typed-array.to-reversed",
10679 "esnext.typed-array.to-reversed"
10680 ],
10681 "core-js/features/typed-array/to-sorted": [
10682 "es.typed-array.sort",
10683 "es.typed-array.to-sorted",
10684 "esnext.typed-array.to-sorted"
10685 ],
10686 "core-js/features/typed-array/to-spliced": [
10687 "esnext.typed-array.to-spliced"
10688 ],
10689 "core-js/features/typed-array/to-string": [
10690 "es.typed-array.to-string"
10691 ],
10692 "core-js/features/typed-array/uint16-array": [
10693 "es.array-buffer.constructor",
10694 "es.array-buffer.slice",
10695 "es.map",
10696 "es.object.to-string",
10697 "es.promise",
10698 "es.string.iterator",
10699 "es.typed-array.uint16-array",
10700 "es.typed-array.at",
10701 "es.typed-array.copy-within",
10702 "es.typed-array.every",
10703 "es.typed-array.fill",
10704 "es.typed-array.filter",
10705 "es.typed-array.find",
10706 "es.typed-array.find-index",
10707 "es.typed-array.find-last",
10708 "es.typed-array.find-last-index",
10709 "es.typed-array.for-each",
10710 "es.typed-array.from",
10711 "es.typed-array.includes",
10712 "es.typed-array.index-of",
10713 "es.typed-array.iterator",
10714 "es.typed-array.join",
10715 "es.typed-array.last-index-of",
10716 "es.typed-array.map",
10717 "es.typed-array.of",
10718 "es.typed-array.reduce",
10719 "es.typed-array.reduce-right",
10720 "es.typed-array.reverse",
10721 "es.typed-array.set",
10722 "es.typed-array.slice",
10723 "es.typed-array.some",
10724 "es.typed-array.sort",
10725 "es.typed-array.subarray",
10726 "es.typed-array.to-locale-string",
10727 "es.typed-array.to-reversed",
10728 "es.typed-array.to-sorted",
10729 "es.typed-array.to-string",
10730 "es.typed-array.with",
10731 "es.uint8-array.from-base64",
10732 "es.uint8-array.from-hex",
10733 "es.uint8-array.set-from-base64",
10734 "es.uint8-array.set-from-hex",
10735 "es.uint8-array.to-base64",
10736 "es.uint8-array.to-hex",
10737 "esnext.typed-array.from-async",
10738 "esnext.typed-array.at",
10739 "esnext.typed-array.filter-out",
10740 "esnext.typed-array.filter-reject",
10741 "esnext.typed-array.find-last",
10742 "esnext.typed-array.find-last-index",
10743 "esnext.typed-array.group-by",
10744 "esnext.typed-array.to-reversed",
10745 "esnext.typed-array.to-sorted",
10746 "esnext.typed-array.to-spliced",
10747 "esnext.typed-array.unique-by",
10748 "esnext.typed-array.with",
10749 "esnext.uint8-array.from-base64",
10750 "esnext.uint8-array.from-hex",
10751 "esnext.uint8-array.set-from-base64",
10752 "esnext.uint8-array.set-from-hex",
10753 "esnext.uint8-array.to-base64",
10754 "esnext.uint8-array.to-hex"
10755 ],
10756 "core-js/features/typed-array/uint32-array": [
10757 "es.array-buffer.constructor",
10758 "es.array-buffer.slice",
10759 "es.map",
10760 "es.object.to-string",
10761 "es.promise",
10762 "es.string.iterator",
10763 "es.typed-array.uint32-array",
10764 "es.typed-array.at",
10765 "es.typed-array.copy-within",
10766 "es.typed-array.every",
10767 "es.typed-array.fill",
10768 "es.typed-array.filter",
10769 "es.typed-array.find",
10770 "es.typed-array.find-index",
10771 "es.typed-array.find-last",
10772 "es.typed-array.find-last-index",
10773 "es.typed-array.for-each",
10774 "es.typed-array.from",
10775 "es.typed-array.includes",
10776 "es.typed-array.index-of",
10777 "es.typed-array.iterator",
10778 "es.typed-array.join",
10779 "es.typed-array.last-index-of",
10780 "es.typed-array.map",
10781 "es.typed-array.of",
10782 "es.typed-array.reduce",
10783 "es.typed-array.reduce-right",
10784 "es.typed-array.reverse",
10785 "es.typed-array.set",
10786 "es.typed-array.slice",
10787 "es.typed-array.some",
10788 "es.typed-array.sort",
10789 "es.typed-array.subarray",
10790 "es.typed-array.to-locale-string",
10791 "es.typed-array.to-reversed",
10792 "es.typed-array.to-sorted",
10793 "es.typed-array.to-string",
10794 "es.typed-array.with",
10795 "es.uint8-array.from-base64",
10796 "es.uint8-array.from-hex",
10797 "es.uint8-array.set-from-base64",
10798 "es.uint8-array.set-from-hex",
10799 "es.uint8-array.to-base64",
10800 "es.uint8-array.to-hex",
10801 "esnext.typed-array.from-async",
10802 "esnext.typed-array.at",
10803 "esnext.typed-array.filter-out",
10804 "esnext.typed-array.filter-reject",
10805 "esnext.typed-array.find-last",
10806 "esnext.typed-array.find-last-index",
10807 "esnext.typed-array.group-by",
10808 "esnext.typed-array.to-reversed",
10809 "esnext.typed-array.to-sorted",
10810 "esnext.typed-array.to-spliced",
10811 "esnext.typed-array.unique-by",
10812 "esnext.typed-array.with",
10813 "esnext.uint8-array.from-base64",
10814 "esnext.uint8-array.from-hex",
10815 "esnext.uint8-array.set-from-base64",
10816 "esnext.uint8-array.set-from-hex",
10817 "esnext.uint8-array.to-base64",
10818 "esnext.uint8-array.to-hex"
10819 ],
10820 "core-js/features/typed-array/uint8-array": [
10821 "es.array-buffer.constructor",
10822 "es.array-buffer.slice",
10823 "es.map",
10824 "es.object.to-string",
10825 "es.promise",
10826 "es.string.iterator",
10827 "es.typed-array.uint8-array",
10828 "es.typed-array.at",
10829 "es.typed-array.copy-within",
10830 "es.typed-array.every",
10831 "es.typed-array.fill",
10832 "es.typed-array.filter",
10833 "es.typed-array.find",
10834 "es.typed-array.find-index",
10835 "es.typed-array.find-last",
10836 "es.typed-array.find-last-index",
10837 "es.typed-array.for-each",
10838 "es.typed-array.from",
10839 "es.typed-array.includes",
10840 "es.typed-array.index-of",
10841 "es.typed-array.iterator",
10842 "es.typed-array.join",
10843 "es.typed-array.last-index-of",
10844 "es.typed-array.map",
10845 "es.typed-array.of",
10846 "es.typed-array.reduce",
10847 "es.typed-array.reduce-right",
10848 "es.typed-array.reverse",
10849 "es.typed-array.set",
10850 "es.typed-array.slice",
10851 "es.typed-array.some",
10852 "es.typed-array.sort",
10853 "es.typed-array.subarray",
10854 "es.typed-array.to-locale-string",
10855 "es.typed-array.to-reversed",
10856 "es.typed-array.to-sorted",
10857 "es.typed-array.to-string",
10858 "es.typed-array.with",
10859 "es.uint8-array.from-base64",
10860 "es.uint8-array.from-hex",
10861 "es.uint8-array.set-from-base64",
10862 "es.uint8-array.set-from-hex",
10863 "es.uint8-array.to-base64",
10864 "es.uint8-array.to-hex",
10865 "esnext.typed-array.from-async",
10866 "esnext.typed-array.at",
10867 "esnext.typed-array.filter-out",
10868 "esnext.typed-array.filter-reject",
10869 "esnext.typed-array.find-last",
10870 "esnext.typed-array.find-last-index",
10871 "esnext.typed-array.group-by",
10872 "esnext.typed-array.to-reversed",
10873 "esnext.typed-array.to-sorted",
10874 "esnext.typed-array.to-spliced",
10875 "esnext.typed-array.unique-by",
10876 "esnext.typed-array.with",
10877 "esnext.uint8-array.from-base64",
10878 "esnext.uint8-array.from-hex",
10879 "esnext.uint8-array.set-from-base64",
10880 "esnext.uint8-array.set-from-hex",
10881 "esnext.uint8-array.to-base64",
10882 "esnext.uint8-array.to-hex"
10883 ],
10884 "core-js/features/typed-array/uint8-clamped-array": [
10885 "es.array-buffer.constructor",
10886 "es.array-buffer.slice",
10887 "es.map",
10888 "es.object.to-string",
10889 "es.promise",
10890 "es.string.iterator",
10891 "es.typed-array.uint8-clamped-array",
10892 "es.typed-array.at",
10893 "es.typed-array.copy-within",
10894 "es.typed-array.every",
10895 "es.typed-array.fill",
10896 "es.typed-array.filter",
10897 "es.typed-array.find",
10898 "es.typed-array.find-index",
10899 "es.typed-array.find-last",
10900 "es.typed-array.find-last-index",
10901 "es.typed-array.for-each",
10902 "es.typed-array.from",
10903 "es.typed-array.includes",
10904 "es.typed-array.index-of",
10905 "es.typed-array.iterator",
10906 "es.typed-array.join",
10907 "es.typed-array.last-index-of",
10908 "es.typed-array.map",
10909 "es.typed-array.of",
10910 "es.typed-array.reduce",
10911 "es.typed-array.reduce-right",
10912 "es.typed-array.reverse",
10913 "es.typed-array.set",
10914 "es.typed-array.slice",
10915 "es.typed-array.some",
10916 "es.typed-array.sort",
10917 "es.typed-array.subarray",
10918 "es.typed-array.to-locale-string",
10919 "es.typed-array.to-reversed",
10920 "es.typed-array.to-sorted",
10921 "es.typed-array.to-string",
10922 "es.typed-array.with",
10923 "es.uint8-array.from-base64",
10924 "es.uint8-array.from-hex",
10925 "es.uint8-array.set-from-base64",
10926 "es.uint8-array.set-from-hex",
10927 "es.uint8-array.to-base64",
10928 "es.uint8-array.to-hex",
10929 "esnext.typed-array.from-async",
10930 "esnext.typed-array.at",
10931 "esnext.typed-array.filter-out",
10932 "esnext.typed-array.filter-reject",
10933 "esnext.typed-array.find-last",
10934 "esnext.typed-array.find-last-index",
10935 "esnext.typed-array.group-by",
10936 "esnext.typed-array.to-reversed",
10937 "esnext.typed-array.to-sorted",
10938 "esnext.typed-array.to-spliced",
10939 "esnext.typed-array.unique-by",
10940 "esnext.typed-array.with",
10941 "esnext.uint8-array.from-base64",
10942 "esnext.uint8-array.from-hex",
10943 "esnext.uint8-array.set-from-base64",
10944 "esnext.uint8-array.set-from-hex",
10945 "esnext.uint8-array.to-base64",
10946 "esnext.uint8-array.to-hex"
10947 ],
10948 "core-js/features/typed-array/unique-by": [
10949 "es.map",
10950 "esnext.typed-array.unique-by"
10951 ],
10952 "core-js/features/typed-array/values": [
10953 "es.object.to-string",
10954 "es.typed-array.iterator"
10955 ],
10956 "core-js/features/typed-array/with": [
10957 "es.typed-array.with",
10958 "esnext.typed-array.with"
10959 ],
10960 "core-js/features/unescape": [
10961 "es.unescape"
10962 ],
10963 "core-js/features/url": [
10964 "web.url",
10965 "web.url.can-parse",
10966 "web.url.parse",
10967 "web.url.to-json",
10968 "web.url-search-params",
10969 "web.url-search-params.delete",
10970 "web.url-search-params.has",
10971 "web.url-search-params.size"
10972 ],
10973 "core-js/features/url-search-params": [
10974 "web.dom-collections.iterator",
10975 "web.url-search-params",
10976 "web.url-search-params.delete",
10977 "web.url-search-params.has",
10978 "web.url-search-params.size"
10979 ],
10980 "core-js/features/url/can-parse": [
10981 "web.url",
10982 "web.url.can-parse"
10983 ],
10984 "core-js/features/url/parse": [
10985 "web.url",
10986 "web.url.parse"
10987 ],
10988 "core-js/features/url/to-json": [
10989 "web.url.to-json"
10990 ],
10991 "core-js/features/weak-map": [
10992 "es.array.iterator",
10993 "es.object.to-string",
10994 "es.string.iterator",
10995 "es.weak-map",
10996 "es.weak-map.get-or-insert",
10997 "es.weak-map.get-or-insert-computed",
10998 "esnext.weak-map.delete-all",
10999 "esnext.weak-map.from",
11000 "esnext.weak-map.of",
11001 "esnext.weak-map.emplace",
11002 "esnext.weak-map.get-or-insert",
11003 "esnext.weak-map.get-or-insert-computed",
11004 "esnext.weak-map.upsert",
11005 "web.dom-collections.iterator"
11006 ],
11007 "core-js/features/weak-map/delete-all": [
11008 "es.weak-map",
11009 "esnext.weak-map.delete-all"
11010 ],
11011 "core-js/features/weak-map/emplace": [
11012 "es.weak-map",
11013 "esnext.weak-map.emplace"
11014 ],
11015 "core-js/features/weak-map/from": [
11016 "es.array.iterator",
11017 "es.object.to-string",
11018 "es.string.iterator",
11019 "es.weak-map",
11020 "esnext.weak-map.delete-all",
11021 "esnext.weak-map.from",
11022 "esnext.weak-map.emplace",
11023 "esnext.weak-map.get-or-insert",
11024 "esnext.weak-map.get-or-insert-computed",
11025 "web.dom-collections.iterator"
11026 ],
11027 "core-js/features/weak-map/get-or-insert": [
11028 "es.weak-map",
11029 "es.weak-map.get-or-insert",
11030 "esnext.weak-map.get-or-insert"
11031 ],
11032 "core-js/features/weak-map/get-or-insert-computed": [
11033 "es.weak-map",
11034 "es.weak-map.get-or-insert-computed",
11035 "esnext.weak-map.get-or-insert-computed"
11036 ],
11037 "core-js/features/weak-map/of": [
11038 "es.array.iterator",
11039 "es.object.to-string",
11040 "es.weak-map",
11041 "esnext.weak-map.delete-all",
11042 "esnext.weak-map.of",
11043 "esnext.weak-map.emplace",
11044 "esnext.weak-map.get-or-insert",
11045 "esnext.weak-map.get-or-insert-computed"
11046 ],
11047 "core-js/features/weak-map/upsert": [
11048 "es.weak-map",
11049 "esnext.weak-map.upsert"
11050 ],
11051 "core-js/features/weak-set": [
11052 "es.array.iterator",
11053 "es.object.to-string",
11054 "es.string.iterator",
11055 "es.weak-set",
11056 "esnext.weak-set.add-all",
11057 "esnext.weak-set.delete-all",
11058 "esnext.weak-set.from",
11059 "esnext.weak-set.of",
11060 "web.dom-collections.iterator"
11061 ],
11062 "core-js/features/weak-set/add-all": [
11063 "es.weak-set",
11064 "esnext.weak-set.add-all"
11065 ],
11066 "core-js/features/weak-set/delete-all": [
11067 "es.weak-set",
11068 "esnext.weak-set.delete-all"
11069 ],
11070 "core-js/features/weak-set/from": [
11071 "es.array.iterator",
11072 "es.object.to-string",
11073 "es.string.iterator",
11074 "es.weak-set",
11075 "esnext.weak-set.add-all",
11076 "esnext.weak-set.delete-all",
11077 "esnext.weak-set.from",
11078 "web.dom-collections.iterator"
11079 ],
11080 "core-js/features/weak-set/of": [
11081 "es.array.iterator",
11082 "es.object.to-string",
11083 "es.weak-set",
11084 "esnext.weak-set.add-all",
11085 "esnext.weak-set.delete-all",
11086 "esnext.weak-set.of"
11087 ],
11088 "core-js/full": [
11089 "es.symbol",
11090 "es.symbol.description",
11091 "es.symbol.async-dispose",
11092 "es.symbol.async-iterator",
11093 "es.symbol.dispose",
11094 "es.symbol.has-instance",
11095 "es.symbol.is-concat-spreadable",
11096 "es.symbol.iterator",
11097 "es.symbol.match",
11098 "es.symbol.match-all",
11099 "es.symbol.replace",
11100 "es.symbol.search",
11101 "es.symbol.species",
11102 "es.symbol.split",
11103 "es.symbol.to-primitive",
11104 "es.symbol.to-string-tag",
11105 "es.symbol.unscopables",
11106 "es.error.cause",
11107 "es.error.is-error",
11108 "es.error.to-string",
11109 "es.aggregate-error",
11110 "es.aggregate-error.cause",
11111 "es.suppressed-error.constructor",
11112 "es.array.at",
11113 "es.array.concat",
11114 "es.array.copy-within",
11115 "es.array.every",
11116 "es.array.fill",
11117 "es.array.filter",
11118 "es.array.find",
11119 "es.array.find-index",
11120 "es.array.find-last",
11121 "es.array.find-last-index",
11122 "es.array.flat",
11123 "es.array.flat-map",
11124 "es.array.for-each",
11125 "es.array.from",
11126 "es.array.includes",
11127 "es.array.index-of",
11128 "es.array.is-array",
11129 "es.array.iterator",
11130 "es.array.join",
11131 "es.array.last-index-of",
11132 "es.array.map",
11133 "es.array.of",
11134 "es.array.push",
11135 "es.array.reduce",
11136 "es.array.reduce-right",
11137 "es.array.reverse",
11138 "es.array.slice",
11139 "es.array.some",
11140 "es.array.sort",
11141 "es.array.species",
11142 "es.array.splice",
11143 "es.array.to-reversed",
11144 "es.array.to-sorted",
11145 "es.array.to-spliced",
11146 "es.array.unscopables.flat",
11147 "es.array.unscopables.flat-map",
11148 "es.array.unshift",
11149 "es.array.with",
11150 "es.array-buffer.constructor",
11151 "es.array-buffer.is-view",
11152 "es.array-buffer.slice",
11153 "es.data-view",
11154 "es.data-view.get-float16",
11155 "es.data-view.set-float16",
11156 "es.array-buffer.detached",
11157 "es.array-buffer.transfer",
11158 "es.array-buffer.transfer-to-fixed-length",
11159 "es.date.get-year",
11160 "es.date.now",
11161 "es.date.set-year",
11162 "es.date.to-gmt-string",
11163 "es.date.to-iso-string",
11164 "es.date.to-json",
11165 "es.date.to-primitive",
11166 "es.date.to-string",
11167 "es.disposable-stack.constructor",
11168 "es.escape",
11169 "es.function.bind",
11170 "es.function.has-instance",
11171 "es.function.name",
11172 "es.global-this",
11173 "es.iterator.constructor",
11174 "es.iterator.concat",
11175 "es.iterator.dispose",
11176 "es.iterator.drop",
11177 "es.iterator.every",
11178 "es.iterator.filter",
11179 "es.iterator.find",
11180 "es.iterator.flat-map",
11181 "es.iterator.for-each",
11182 "es.iterator.from",
11183 "es.iterator.map",
11184 "es.iterator.reduce",
11185 "es.iterator.some",
11186 "es.iterator.take",
11187 "es.iterator.to-array",
11188 "es.json.is-raw-json",
11189 "es.json.parse",
11190 "es.json.raw-json",
11191 "es.json.stringify",
11192 "es.json.to-string-tag",
11193 "es.map",
11194 "es.map.group-by",
11195 "es.map.get-or-insert",
11196 "es.map.get-or-insert-computed",
11197 "es.math.acosh",
11198 "es.math.asinh",
11199 "es.math.atanh",
11200 "es.math.cbrt",
11201 "es.math.clz32",
11202 "es.math.cosh",
11203 "es.math.expm1",
11204 "es.math.fround",
11205 "es.math.f16round",
11206 "es.math.hypot",
11207 "es.math.imul",
11208 "es.math.log10",
11209 "es.math.log1p",
11210 "es.math.log2",
11211 "es.math.sign",
11212 "es.math.sinh",
11213 "es.math.sum-precise",
11214 "es.math.tanh",
11215 "es.math.to-string-tag",
11216 "es.math.trunc",
11217 "es.number.constructor",
11218 "es.number.epsilon",
11219 "es.number.is-finite",
11220 "es.number.is-integer",
11221 "es.number.is-nan",
11222 "es.number.is-safe-integer",
11223 "es.number.max-safe-integer",
11224 "es.number.min-safe-integer",
11225 "es.number.parse-float",
11226 "es.number.parse-int",
11227 "es.number.to-exponential",
11228 "es.number.to-fixed",
11229 "es.number.to-precision",
11230 "es.object.assign",
11231 "es.object.create",
11232 "es.object.define-getter",
11233 "es.object.define-properties",
11234 "es.object.define-property",
11235 "es.object.define-setter",
11236 "es.object.entries",
11237 "es.object.freeze",
11238 "es.object.from-entries",
11239 "es.object.get-own-property-descriptor",
11240 "es.object.get-own-property-descriptors",
11241 "es.object.get-own-property-names",
11242 "es.object.get-prototype-of",
11243 "es.object.group-by",
11244 "es.object.has-own",
11245 "es.object.is",
11246 "es.object.is-extensible",
11247 "es.object.is-frozen",
11248 "es.object.is-sealed",
11249 "es.object.keys",
11250 "es.object.lookup-getter",
11251 "es.object.lookup-setter",
11252 "es.object.prevent-extensions",
11253 "es.object.proto",
11254 "es.object.seal",
11255 "es.object.set-prototype-of",
11256 "es.object.to-string",
11257 "es.object.values",
11258 "es.parse-float",
11259 "es.parse-int",
11260 "es.promise",
11261 "es.promise.all-settled",
11262 "es.promise.any",
11263 "es.promise.finally",
11264 "es.promise.try",
11265 "es.promise.with-resolvers",
11266 "es.array.from-async",
11267 "es.async-disposable-stack.constructor",
11268 "es.async-iterator.async-dispose",
11269 "es.reflect.apply",
11270 "es.reflect.construct",
11271 "es.reflect.define-property",
11272 "es.reflect.delete-property",
11273 "es.reflect.get",
11274 "es.reflect.get-own-property-descriptor",
11275 "es.reflect.get-prototype-of",
11276 "es.reflect.has",
11277 "es.reflect.is-extensible",
11278 "es.reflect.own-keys",
11279 "es.reflect.prevent-extensions",
11280 "es.reflect.set",
11281 "es.reflect.set-prototype-of",
11282 "es.reflect.to-string-tag",
11283 "es.regexp.constructor",
11284 "es.regexp.escape",
11285 "es.regexp.dot-all",
11286 "es.regexp.exec",
11287 "es.regexp.flags",
11288 "es.regexp.sticky",
11289 "es.regexp.test",
11290 "es.regexp.to-string",
11291 "es.set",
11292 "es.set.difference.v2",
11293 "es.set.intersection.v2",
11294 "es.set.is-disjoint-from.v2",
11295 "es.set.is-subset-of.v2",
11296 "es.set.is-superset-of.v2",
11297 "es.set.symmetric-difference.v2",
11298 "es.set.union.v2",
11299 "es.string.at-alternative",
11300 "es.string.code-point-at",
11301 "es.string.ends-with",
11302 "es.string.from-code-point",
11303 "es.string.includes",
11304 "es.string.is-well-formed",
11305 "es.string.iterator",
11306 "es.string.match",
11307 "es.string.match-all",
11308 "es.string.pad-end",
11309 "es.string.pad-start",
11310 "es.string.raw",
11311 "es.string.repeat",
11312 "es.string.replace",
11313 "es.string.replace-all",
11314 "es.string.search",
11315 "es.string.split",
11316 "es.string.starts-with",
11317 "es.string.substr",
11318 "es.string.to-well-formed",
11319 "es.string.trim",
11320 "es.string.trim-end",
11321 "es.string.trim-start",
11322 "es.string.anchor",
11323 "es.string.big",
11324 "es.string.blink",
11325 "es.string.bold",
11326 "es.string.fixed",
11327 "es.string.fontcolor",
11328 "es.string.fontsize",
11329 "es.string.italics",
11330 "es.string.link",
11331 "es.string.small",
11332 "es.string.strike",
11333 "es.string.sub",
11334 "es.string.sup",
11335 "es.typed-array.float32-array",
11336 "es.typed-array.float64-array",
11337 "es.typed-array.int8-array",
11338 "es.typed-array.int16-array",
11339 "es.typed-array.int32-array",
11340 "es.typed-array.uint8-array",
11341 "es.typed-array.uint8-clamped-array",
11342 "es.typed-array.uint16-array",
11343 "es.typed-array.uint32-array",
11344 "es.typed-array.at",
11345 "es.typed-array.copy-within",
11346 "es.typed-array.every",
11347 "es.typed-array.fill",
11348 "es.typed-array.filter",
11349 "es.typed-array.find",
11350 "es.typed-array.find-index",
11351 "es.typed-array.find-last",
11352 "es.typed-array.find-last-index",
11353 "es.typed-array.for-each",
11354 "es.typed-array.from",
11355 "es.typed-array.includes",
11356 "es.typed-array.index-of",
11357 "es.typed-array.iterator",
11358 "es.typed-array.join",
11359 "es.typed-array.last-index-of",
11360 "es.typed-array.map",
11361 "es.typed-array.of",
11362 "es.typed-array.reduce",
11363 "es.typed-array.reduce-right",
11364 "es.typed-array.reverse",
11365 "es.typed-array.set",
11366 "es.typed-array.slice",
11367 "es.typed-array.some",
11368 "es.typed-array.sort",
11369 "es.typed-array.subarray",
11370 "es.typed-array.to-locale-string",
11371 "es.typed-array.to-reversed",
11372 "es.typed-array.to-sorted",
11373 "es.typed-array.to-string",
11374 "es.typed-array.with",
11375 "es.uint8-array.from-base64",
11376 "es.uint8-array.from-hex",
11377 "es.uint8-array.set-from-base64",
11378 "es.uint8-array.set-from-hex",
11379 "es.uint8-array.to-base64",
11380 "es.uint8-array.to-hex",
11381 "es.unescape",
11382 "es.weak-map",
11383 "es.weak-map.get-or-insert",
11384 "es.weak-map.get-or-insert-computed",
11385 "es.weak-set",
11386 "esnext.aggregate-error",
11387 "esnext.suppressed-error.constructor",
11388 "esnext.array.from-async",
11389 "esnext.array.at",
11390 "esnext.array.filter-out",
11391 "esnext.array.filter-reject",
11392 "esnext.array.find-last",
11393 "esnext.array.find-last-index",
11394 "esnext.array.group",
11395 "esnext.array.group-by",
11396 "esnext.array.group-by-to-map",
11397 "esnext.array.group-to-map",
11398 "esnext.array.is-template-object",
11399 "esnext.array.last-index",
11400 "esnext.array.last-item",
11401 "esnext.array.to-reversed",
11402 "esnext.array.to-sorted",
11403 "esnext.array.to-spliced",
11404 "esnext.array.unique-by",
11405 "esnext.array.with",
11406 "esnext.array-buffer.detached",
11407 "esnext.array-buffer.transfer",
11408 "esnext.array-buffer.transfer-to-fixed-length",
11409 "esnext.async-disposable-stack.constructor",
11410 "esnext.async-iterator.constructor",
11411 "esnext.async-iterator.as-indexed-pairs",
11412 "esnext.async-iterator.async-dispose",
11413 "esnext.async-iterator.drop",
11414 "esnext.async-iterator.every",
11415 "esnext.async-iterator.filter",
11416 "esnext.async-iterator.find",
11417 "esnext.async-iterator.flat-map",
11418 "esnext.async-iterator.for-each",
11419 "esnext.async-iterator.from",
11420 "esnext.async-iterator.indexed",
11421 "esnext.async-iterator.map",
11422 "esnext.async-iterator.reduce",
11423 "esnext.async-iterator.some",
11424 "esnext.async-iterator.take",
11425 "esnext.async-iterator.to-array",
11426 "esnext.bigint.range",
11427 "esnext.composite-key",
11428 "esnext.composite-symbol",
11429 "esnext.data-view.get-float16",
11430 "esnext.data-view.get-uint8-clamped",
11431 "esnext.data-view.set-float16",
11432 "esnext.data-view.set-uint8-clamped",
11433 "esnext.disposable-stack.constructor",
11434 "esnext.error.is-error",
11435 "esnext.function.demethodize",
11436 "esnext.function.is-callable",
11437 "esnext.function.is-constructor",
11438 "esnext.function.metadata",
11439 "esnext.function.un-this",
11440 "esnext.global-this",
11441 "esnext.iterator.constructor",
11442 "esnext.iterator.as-indexed-pairs",
11443 "esnext.iterator.chunks",
11444 "esnext.iterator.concat",
11445 "esnext.iterator.dispose",
11446 "esnext.iterator.drop",
11447 "esnext.iterator.every",
11448 "esnext.iterator.filter",
11449 "esnext.iterator.find",
11450 "esnext.iterator.flat-map",
11451 "esnext.iterator.for-each",
11452 "esnext.iterator.from",
11453 "esnext.iterator.indexed",
11454 "esnext.iterator.map",
11455 "esnext.iterator.range",
11456 "esnext.iterator.reduce",
11457 "esnext.iterator.sliding",
11458 "esnext.iterator.some",
11459 "esnext.iterator.take",
11460 "esnext.iterator.to-array",
11461 "esnext.iterator.to-async",
11462 "esnext.iterator.windows",
11463 "esnext.iterator.zip",
11464 "esnext.iterator.zip-keyed",
11465 "esnext.json.is-raw-json",
11466 "esnext.json.parse",
11467 "esnext.json.raw-json",
11468 "esnext.map.delete-all",
11469 "esnext.map.emplace",
11470 "esnext.map.every",
11471 "esnext.map.filter",
11472 "esnext.map.find",
11473 "esnext.map.find-key",
11474 "esnext.map.from",
11475 "esnext.map.get-or-insert",
11476 "esnext.map.get-or-insert-computed",
11477 "esnext.map.group-by",
11478 "esnext.map.includes",
11479 "esnext.map.key-by",
11480 "esnext.map.key-of",
11481 "esnext.map.map-keys",
11482 "esnext.map.map-values",
11483 "esnext.map.merge",
11484 "esnext.map.of",
11485 "esnext.map.reduce",
11486 "esnext.map.some",
11487 "esnext.map.update",
11488 "esnext.map.update-or-insert",
11489 "esnext.map.upsert",
11490 "esnext.math.clamp",
11491 "esnext.math.deg-per-rad",
11492 "esnext.math.degrees",
11493 "esnext.math.fscale",
11494 "esnext.math.f16round",
11495 "esnext.math.iaddh",
11496 "esnext.math.imulh",
11497 "esnext.math.isubh",
11498 "esnext.math.rad-per-deg",
11499 "esnext.math.radians",
11500 "esnext.math.scale",
11501 "esnext.math.seeded-prng",
11502 "esnext.math.signbit",
11503 "esnext.math.sum-precise",
11504 "esnext.math.umulh",
11505 "esnext.number.clamp",
11506 "esnext.number.from-string",
11507 "esnext.number.range",
11508 "esnext.object.has-own",
11509 "esnext.object.iterate-entries",
11510 "esnext.object.iterate-keys",
11511 "esnext.object.iterate-values",
11512 "esnext.object.group-by",
11513 "esnext.observable",
11514 "esnext.promise.all-settled",
11515 "esnext.promise.any",
11516 "esnext.promise.try",
11517 "esnext.promise.with-resolvers",
11518 "esnext.reflect.define-metadata",
11519 "esnext.reflect.delete-metadata",
11520 "esnext.reflect.get-metadata",
11521 "esnext.reflect.get-metadata-keys",
11522 "esnext.reflect.get-own-metadata",
11523 "esnext.reflect.get-own-metadata-keys",
11524 "esnext.reflect.has-metadata",
11525 "esnext.reflect.has-own-metadata",
11526 "esnext.reflect.metadata",
11527 "esnext.regexp.escape",
11528 "esnext.set.add-all",
11529 "esnext.set.delete-all",
11530 "esnext.set.difference.v2",
11531 "esnext.set.difference",
11532 "esnext.set.every",
11533 "esnext.set.filter",
11534 "esnext.set.find",
11535 "esnext.set.from",
11536 "esnext.set.intersection.v2",
11537 "esnext.set.intersection",
11538 "esnext.set.is-disjoint-from.v2",
11539 "esnext.set.is-disjoint-from",
11540 "esnext.set.is-subset-of.v2",
11541 "esnext.set.is-subset-of",
11542 "esnext.set.is-superset-of.v2",
11543 "esnext.set.is-superset-of",
11544 "esnext.set.join",
11545 "esnext.set.map",
11546 "esnext.set.of",
11547 "esnext.set.reduce",
11548 "esnext.set.some",
11549 "esnext.set.symmetric-difference.v2",
11550 "esnext.set.symmetric-difference",
11551 "esnext.set.union.v2",
11552 "esnext.set.union",
11553 "esnext.string.at",
11554 "esnext.string.cooked",
11555 "esnext.string.code-points",
11556 "esnext.string.dedent",
11557 "esnext.string.is-well-formed",
11558 "esnext.string.match-all",
11559 "esnext.string.replace-all",
11560 "esnext.string.to-well-formed",
11561 "esnext.symbol.async-dispose",
11562 "esnext.symbol.custom-matcher",
11563 "esnext.symbol.dispose",
11564 "esnext.symbol.is-registered-symbol",
11565 "esnext.symbol.is-registered",
11566 "esnext.symbol.is-well-known-symbol",
11567 "esnext.symbol.is-well-known",
11568 "esnext.symbol.matcher",
11569 "esnext.symbol.metadata",
11570 "esnext.symbol.metadata-key",
11571 "esnext.symbol.observable",
11572 "esnext.symbol.pattern-match",
11573 "esnext.symbol.replace-all",
11574 "esnext.typed-array.from-async",
11575 "esnext.typed-array.at",
11576 "esnext.typed-array.filter-out",
11577 "esnext.typed-array.filter-reject",
11578 "esnext.typed-array.find-last",
11579 "esnext.typed-array.find-last-index",
11580 "esnext.typed-array.group-by",
11581 "esnext.typed-array.to-reversed",
11582 "esnext.typed-array.to-sorted",
11583 "esnext.typed-array.to-spliced",
11584 "esnext.typed-array.unique-by",
11585 "esnext.typed-array.with",
11586 "esnext.uint8-array.from-base64",
11587 "esnext.uint8-array.from-hex",
11588 "esnext.uint8-array.set-from-base64",
11589 "esnext.uint8-array.set-from-hex",
11590 "esnext.uint8-array.to-base64",
11591 "esnext.uint8-array.to-hex",
11592 "esnext.weak-map.delete-all",
11593 "esnext.weak-map.from",
11594 "esnext.weak-map.of",
11595 "esnext.weak-map.emplace",
11596 "esnext.weak-map.get-or-insert",
11597 "esnext.weak-map.get-or-insert-computed",
11598 "esnext.weak-map.upsert",
11599 "esnext.weak-set.add-all",
11600 "esnext.weak-set.delete-all",
11601 "esnext.weak-set.from",
11602 "esnext.weak-set.of",
11603 "web.atob",
11604 "web.btoa",
11605 "web.dom-collections.for-each",
11606 "web.dom-collections.iterator",
11607 "web.dom-exception.constructor",
11608 "web.dom-exception.stack",
11609 "web.dom-exception.to-string-tag",
11610 "web.immediate",
11611 "web.queue-microtask",
11612 "web.self",
11613 "web.structured-clone",
11614 "web.timers",
11615 "web.url",
11616 "web.url.can-parse",
11617 "web.url.parse",
11618 "web.url.to-json",
11619 "web.url-search-params",
11620 "web.url-search-params.delete",
11621 "web.url-search-params.has",
11622 "web.url-search-params.size"
11623 ],
11624 "core-js/full/aggregate-error": [],
11625 "core-js/full/array": [
11626 "es.array.at",
11627 "es.array.concat",
11628 "es.array.copy-within",
11629 "es.array.every",
11630 "es.array.fill",
11631 "es.array.filter",
11632 "es.array.find",
11633 "es.array.find-index",
11634 "es.array.find-last",
11635 "es.array.find-last-index",
11636 "es.array.flat",
11637 "es.array.flat-map",
11638 "es.array.for-each",
11639 "es.array.from",
11640 "es.array.includes",
11641 "es.array.index-of",
11642 "es.array.is-array",
11643 "es.array.iterator",
11644 "es.array.join",
11645 "es.array.last-index-of",
11646 "es.array.map",
11647 "es.array.of",
11648 "es.array.push",
11649 "es.array.reduce",
11650 "es.array.reduce-right",
11651 "es.array.reverse",
11652 "es.array.slice",
11653 "es.array.some",
11654 "es.array.sort",
11655 "es.array.species",
11656 "es.array.splice",
11657 "es.array.to-reversed",
11658 "es.array.to-sorted",
11659 "es.array.to-spliced",
11660 "es.array.unscopables.flat",
11661 "es.array.unscopables.flat-map",
11662 "es.array.unshift",
11663 "es.array.with",
11664 "es.map",
11665 "es.object.to-string",
11666 "es.promise",
11667 "es.array.from-async",
11668 "es.string.iterator",
11669 "esnext.array.from-async",
11670 "esnext.array.at",
11671 "esnext.array.filter-out",
11672 "esnext.array.filter-reject",
11673 "esnext.array.find-last",
11674 "esnext.array.find-last-index",
11675 "esnext.array.group",
11676 "esnext.array.group-by",
11677 "esnext.array.group-by-to-map",
11678 "esnext.array.group-to-map",
11679 "esnext.array.is-template-object",
11680 "esnext.array.last-index",
11681 "esnext.array.last-item",
11682 "esnext.array.to-reversed",
11683 "esnext.array.to-sorted",
11684 "esnext.array.to-spliced",
11685 "esnext.array.unique-by",
11686 "esnext.array.with"
11687 ],
11688 "core-js/full/array-buffer": [
11689 "es.array-buffer.constructor",
11690 "es.array-buffer.is-view",
11691 "es.array-buffer.slice",
11692 "es.data-view",
11693 "es.array-buffer.detached",
11694 "es.array-buffer.transfer",
11695 "es.array-buffer.transfer-to-fixed-length",
11696 "es.object.to-string",
11697 "esnext.array-buffer.detached",
11698 "esnext.array-buffer.transfer",
11699 "esnext.array-buffer.transfer-to-fixed-length"
11700 ],
11701 "core-js/full/array-buffer/constructor": [
11702 "es.array-buffer.constructor",
11703 "es.array-buffer.slice",
11704 "es.array-buffer.detached",
11705 "es.array-buffer.transfer",
11706 "es.array-buffer.transfer-to-fixed-length",
11707 "es.object.to-string",
11708 "esnext.array-buffer.detached",
11709 "esnext.array-buffer.transfer",
11710 "esnext.array-buffer.transfer-to-fixed-length"
11711 ],
11712 "core-js/full/array-buffer/detached": [
11713 "es.array-buffer.constructor",
11714 "es.array-buffer.slice",
11715 "es.array-buffer.detached",
11716 "esnext.array-buffer.detached"
11717 ],
11718 "core-js/full/array-buffer/is-view": [
11719 "es.array-buffer.is-view"
11720 ],
11721 "core-js/full/array-buffer/slice": [
11722 "es.array-buffer.slice"
11723 ],
11724 "core-js/full/array-buffer/transfer": [
11725 "es.array-buffer.constructor",
11726 "es.array-buffer.slice",
11727 "es.data-view",
11728 "es.array-buffer.transfer",
11729 "esnext.array-buffer.transfer"
11730 ],
11731 "core-js/full/array-buffer/transfer-to-fixed-length": [
11732 "es.array-buffer.constructor",
11733 "es.array-buffer.slice",
11734 "es.data-view",
11735 "es.array-buffer.transfer-to-fixed-length",
11736 "esnext.array-buffer.transfer-to-fixed-length"
11737 ],
11738 "core-js/full/array/at": [
11739 "es.array.at",
11740 "esnext.array.at"
11741 ],
11742 "core-js/full/array/concat": [
11743 "es.array.concat"
11744 ],
11745 "core-js/full/array/copy-within": [
11746 "es.array.copy-within"
11747 ],
11748 "core-js/full/array/entries": [
11749 "es.array.iterator",
11750 "es.object.to-string"
11751 ],
11752 "core-js/full/array/every": [
11753 "es.array.every"
11754 ],
11755 "core-js/full/array/fill": [
11756 "es.array.fill"
11757 ],
11758 "core-js/full/array/filter": [
11759 "es.array.filter"
11760 ],
11761 "core-js/full/array/filter-out": [
11762 "esnext.array.filter-out"
11763 ],
11764 "core-js/full/array/filter-reject": [
11765 "esnext.array.filter-reject"
11766 ],
11767 "core-js/full/array/find": [
11768 "es.array.find"
11769 ],
11770 "core-js/full/array/find-index": [
11771 "es.array.find-index"
11772 ],
11773 "core-js/full/array/find-last": [
11774 "es.array.find-last",
11775 "esnext.array.find-last"
11776 ],
11777 "core-js/full/array/find-last-index": [
11778 "es.array.find-last-index",
11779 "esnext.array.find-last-index"
11780 ],
11781 "core-js/full/array/flat": [
11782 "es.array.flat",
11783 "es.array.unscopables.flat"
11784 ],
11785 "core-js/full/array/flat-map": [
11786 "es.array.flat-map",
11787 "es.array.unscopables.flat-map"
11788 ],
11789 "core-js/full/array/for-each": [
11790 "es.array.for-each"
11791 ],
11792 "core-js/full/array/from": [
11793 "es.array.from",
11794 "es.string.iterator"
11795 ],
11796 "core-js/full/array/from-async": [
11797 "es.array.iterator",
11798 "es.object.to-string",
11799 "es.promise",
11800 "es.array.from-async",
11801 "es.string.iterator",
11802 "esnext.array.from-async"
11803 ],
11804 "core-js/full/array/group": [
11805 "esnext.array.group"
11806 ],
11807 "core-js/full/array/group-by": [
11808 "esnext.array.group-by"
11809 ],
11810 "core-js/full/array/group-by-to-map": [
11811 "es.map",
11812 "es.object.to-string",
11813 "esnext.array.group-by-to-map"
11814 ],
11815 "core-js/full/array/group-to-map": [
11816 "es.map",
11817 "es.object.to-string",
11818 "esnext.array.group-to-map"
11819 ],
11820 "core-js/full/array/includes": [
11821 "es.array.includes"
11822 ],
11823 "core-js/full/array/index-of": [
11824 "es.array.index-of"
11825 ],
11826 "core-js/full/array/is-array": [
11827 "es.array.is-array"
11828 ],
11829 "core-js/full/array/is-template-object": [
11830 "esnext.array.is-template-object"
11831 ],
11832 "core-js/full/array/iterator": [
11833 "es.array.iterator",
11834 "es.object.to-string"
11835 ],
11836 "core-js/full/array/join": [
11837 "es.array.join"
11838 ],
11839 "core-js/full/array/keys": [
11840 "es.array.iterator",
11841 "es.object.to-string"
11842 ],
11843 "core-js/full/array/last-index": [
11844 "esnext.array.last-index"
11845 ],
11846 "core-js/full/array/last-index-of": [
11847 "es.array.last-index-of"
11848 ],
11849 "core-js/full/array/last-item": [
11850 "esnext.array.last-item"
11851 ],
11852 "core-js/full/array/map": [
11853 "es.array.map"
11854 ],
11855 "core-js/full/array/of": [
11856 "es.array.of"
11857 ],
11858 "core-js/full/array/push": [
11859 "es.array.push"
11860 ],
11861 "core-js/full/array/reduce": [
11862 "es.array.reduce"
11863 ],
11864 "core-js/full/array/reduce-right": [
11865 "es.array.reduce-right"
11866 ],
11867 "core-js/full/array/reverse": [
11868 "es.array.reverse"
11869 ],
11870 "core-js/full/array/slice": [
11871 "es.array.slice"
11872 ],
11873 "core-js/full/array/some": [
11874 "es.array.some"
11875 ],
11876 "core-js/full/array/sort": [
11877 "es.array.sort"
11878 ],
11879 "core-js/full/array/splice": [
11880 "es.array.splice"
11881 ],
11882 "core-js/full/array/to-reversed": [
11883 "es.array.to-reversed",
11884 "esnext.array.to-reversed"
11885 ],
11886 "core-js/full/array/to-sorted": [
11887 "es.array.sort",
11888 "es.array.to-sorted",
11889 "esnext.array.to-sorted"
11890 ],
11891 "core-js/full/array/to-spliced": [
11892 "es.array.to-spliced",
11893 "esnext.array.to-spliced"
11894 ],
11895 "core-js/full/array/unique-by": [
11896 "es.map",
11897 "esnext.array.unique-by"
11898 ],
11899 "core-js/full/array/unshift": [
11900 "es.array.unshift"
11901 ],
11902 "core-js/full/array/values": [
11903 "es.array.iterator",
11904 "es.object.to-string"
11905 ],
11906 "core-js/full/array/virtual": [
11907 "es.array.at",
11908 "es.array.concat",
11909 "es.array.copy-within",
11910 "es.array.every",
11911 "es.array.fill",
11912 "es.array.filter",
11913 "es.array.find",
11914 "es.array.find-index",
11915 "es.array.find-last",
11916 "es.array.find-last-index",
11917 "es.array.flat",
11918 "es.array.flat-map",
11919 "es.array.for-each",
11920 "es.array.includes",
11921 "es.array.index-of",
11922 "es.array.iterator",
11923 "es.array.join",
11924 "es.array.last-index-of",
11925 "es.array.map",
11926 "es.array.push",
11927 "es.array.reduce",
11928 "es.array.reduce-right",
11929 "es.array.reverse",
11930 "es.array.slice",
11931 "es.array.some",
11932 "es.array.sort",
11933 "es.array.species",
11934 "es.array.splice",
11935 "es.array.to-reversed",
11936 "es.array.to-sorted",
11937 "es.array.to-spliced",
11938 "es.array.unscopables.flat",
11939 "es.array.unscopables.flat-map",
11940 "es.array.unshift",
11941 "es.array.with",
11942 "es.map",
11943 "es.object.to-string",
11944 "esnext.array.at",
11945 "esnext.array.filter-out",
11946 "esnext.array.filter-reject",
11947 "esnext.array.find-last",
11948 "esnext.array.find-last-index",
11949 "esnext.array.group",
11950 "esnext.array.group-by",
11951 "esnext.array.group-by-to-map",
11952 "esnext.array.group-to-map",
11953 "esnext.array.to-reversed",
11954 "esnext.array.to-sorted",
11955 "esnext.array.to-spliced",
11956 "esnext.array.unique-by",
11957 "esnext.array.with"
11958 ],
11959 "core-js/full/array/virtual/at": [
11960 "es.array.at",
11961 "esnext.array.at"
11962 ],
11963 "core-js/full/array/virtual/concat": [
11964 "es.array.concat"
11965 ],
11966 "core-js/full/array/virtual/copy-within": [
11967 "es.array.copy-within"
11968 ],
11969 "core-js/full/array/virtual/entries": [
11970 "es.array.iterator",
11971 "es.object.to-string"
11972 ],
11973 "core-js/full/array/virtual/every": [
11974 "es.array.every"
11975 ],
11976 "core-js/full/array/virtual/fill": [
11977 "es.array.fill"
11978 ],
11979 "core-js/full/array/virtual/filter": [
11980 "es.array.filter"
11981 ],
11982 "core-js/full/array/virtual/filter-out": [
11983 "esnext.array.filter-out"
11984 ],
11985 "core-js/full/array/virtual/filter-reject": [
11986 "esnext.array.filter-reject"
11987 ],
11988 "core-js/full/array/virtual/find": [
11989 "es.array.find"
11990 ],
11991 "core-js/full/array/virtual/find-index": [
11992 "es.array.find-index"
11993 ],
11994 "core-js/full/array/virtual/find-last": [
11995 "es.array.find-last",
11996 "esnext.array.find-last"
11997 ],
11998 "core-js/full/array/virtual/find-last-index": [
11999 "es.array.find-last-index",
12000 "esnext.array.find-last-index"
12001 ],
12002 "core-js/full/array/virtual/flat": [
12003 "es.array.flat",
12004 "es.array.unscopables.flat"
12005 ],
12006 "core-js/full/array/virtual/flat-map": [
12007 "es.array.flat-map",
12008 "es.array.unscopables.flat-map"
12009 ],
12010 "core-js/full/array/virtual/for-each": [
12011 "es.array.for-each"
12012 ],
12013 "core-js/full/array/virtual/group": [
12014 "esnext.array.group"
12015 ],
12016 "core-js/full/array/virtual/group-by": [
12017 "esnext.array.group-by"
12018 ],
12019 "core-js/full/array/virtual/group-by-to-map": [
12020 "es.map",
12021 "es.object.to-string",
12022 "esnext.array.group-by-to-map"
12023 ],
12024 "core-js/full/array/virtual/group-to-map": [
12025 "es.map",
12026 "es.object.to-string",
12027 "esnext.array.group-to-map"
12028 ],
12029 "core-js/full/array/virtual/includes": [
12030 "es.array.includes"
12031 ],
12032 "core-js/full/array/virtual/index-of": [
12033 "es.array.index-of"
12034 ],
12035 "core-js/full/array/virtual/iterator": [
12036 "es.array.iterator",
12037 "es.object.to-string"
12038 ],
12039 "core-js/full/array/virtual/join": [
12040 "es.array.join"
12041 ],
12042 "core-js/full/array/virtual/keys": [
12043 "es.array.iterator",
12044 "es.object.to-string"
12045 ],
12046 "core-js/full/array/virtual/last-index-of": [
12047 "es.array.last-index-of"
12048 ],
12049 "core-js/full/array/virtual/map": [
12050 "es.array.map"
12051 ],
12052 "core-js/full/array/virtual/push": [
12053 "es.array.push"
12054 ],
12055 "core-js/full/array/virtual/reduce": [
12056 "es.array.reduce"
12057 ],
12058 "core-js/full/array/virtual/reduce-right": [
12059 "es.array.reduce-right"
12060 ],
12061 "core-js/full/array/virtual/reverse": [
12062 "es.array.reverse"
12063 ],
12064 "core-js/full/array/virtual/slice": [
12065 "es.array.slice"
12066 ],
12067 "core-js/full/array/virtual/some": [
12068 "es.array.some"
12069 ],
12070 "core-js/full/array/virtual/sort": [
12071 "es.array.sort"
12072 ],
12073 "core-js/full/array/virtual/splice": [
12074 "es.array.splice"
12075 ],
12076 "core-js/full/array/virtual/to-reversed": [
12077 "es.array.to-reversed",
12078 "esnext.array.to-reversed"
12079 ],
12080 "core-js/full/array/virtual/to-sorted": [
12081 "es.array.sort",
12082 "es.array.to-sorted",
12083 "esnext.array.to-sorted"
12084 ],
12085 "core-js/full/array/virtual/to-spliced": [
12086 "es.array.to-spliced",
12087 "esnext.array.to-spliced"
12088 ],
12089 "core-js/full/array/virtual/unique-by": [
12090 "es.map",
12091 "esnext.array.unique-by"
12092 ],
12093 "core-js/full/array/virtual/unshift": [
12094 "es.array.unshift"
12095 ],
12096 "core-js/full/array/virtual/values": [
12097 "es.array.iterator",
12098 "es.object.to-string"
12099 ],
12100 "core-js/full/array/virtual/with": [
12101 "es.array.with",
12102 "esnext.array.with"
12103 ],
12104 "core-js/full/array/with": [
12105 "es.array.with",
12106 "esnext.array.with"
12107 ],
12108 "core-js/full/async-disposable-stack": [
12109 "es.error.cause",
12110 "es.error.to-string",
12111 "es.suppressed-error.constructor",
12112 "es.iterator.dispose",
12113 "es.object.to-string",
12114 "es.promise",
12115 "es.async-disposable-stack.constructor",
12116 "es.async-iterator.async-dispose",
12117 "esnext.suppressed-error.constructor",
12118 "esnext.async-disposable-stack.constructor",
12119 "esnext.async-iterator.async-dispose",
12120 "esnext.iterator.dispose"
12121 ],
12122 "core-js/full/async-disposable-stack/constructor": [
12123 "es.error.cause",
12124 "es.error.to-string",
12125 "es.suppressed-error.constructor",
12126 "es.iterator.dispose",
12127 "es.object.to-string",
12128 "es.promise",
12129 "es.async-disposable-stack.constructor",
12130 "es.async-iterator.async-dispose",
12131 "esnext.suppressed-error.constructor",
12132 "esnext.async-disposable-stack.constructor",
12133 "esnext.async-iterator.async-dispose",
12134 "esnext.iterator.dispose"
12135 ],
12136 "core-js/full/async-iterator": [
12137 "es.array.iterator",
12138 "es.object.to-string",
12139 "es.promise",
12140 "es.async-iterator.async-dispose",
12141 "es.string.iterator",
12142 "esnext.async-iterator.constructor",
12143 "esnext.async-iterator.as-indexed-pairs",
12144 "esnext.async-iterator.async-dispose",
12145 "esnext.async-iterator.drop",
12146 "esnext.async-iterator.every",
12147 "esnext.async-iterator.filter",
12148 "esnext.async-iterator.find",
12149 "esnext.async-iterator.flat-map",
12150 "esnext.async-iterator.for-each",
12151 "esnext.async-iterator.from",
12152 "esnext.async-iterator.indexed",
12153 "esnext.async-iterator.map",
12154 "esnext.async-iterator.reduce",
12155 "esnext.async-iterator.some",
12156 "esnext.async-iterator.take",
12157 "esnext.async-iterator.to-array",
12158 "web.dom-collections.iterator"
12159 ],
12160 "core-js/full/async-iterator/as-indexed-pairs": [
12161 "es.object.to-string",
12162 "es.promise",
12163 "esnext.async-iterator.constructor",
12164 "esnext.async-iterator.as-indexed-pairs"
12165 ],
12166 "core-js/full/async-iterator/async-dispose": [
12167 "es.object.to-string",
12168 "es.promise",
12169 "es.async-iterator.async-dispose",
12170 "esnext.async-iterator.async-dispose"
12171 ],
12172 "core-js/full/async-iterator/drop": [
12173 "es.object.to-string",
12174 "es.promise",
12175 "esnext.async-iterator.constructor",
12176 "esnext.async-iterator.drop"
12177 ],
12178 "core-js/full/async-iterator/every": [
12179 "es.object.to-string",
12180 "es.promise",
12181 "esnext.async-iterator.constructor",
12182 "esnext.async-iterator.every"
12183 ],
12184 "core-js/full/async-iterator/filter": [
12185 "es.object.to-string",
12186 "es.promise",
12187 "esnext.async-iterator.constructor",
12188 "esnext.async-iterator.filter"
12189 ],
12190 "core-js/full/async-iterator/find": [
12191 "es.object.to-string",
12192 "es.promise",
12193 "esnext.async-iterator.constructor",
12194 "esnext.async-iterator.find"
12195 ],
12196 "core-js/full/async-iterator/flat-map": [
12197 "es.object.to-string",
12198 "es.promise",
12199 "esnext.async-iterator.constructor",
12200 "esnext.async-iterator.flat-map"
12201 ],
12202 "core-js/full/async-iterator/for-each": [
12203 "es.object.to-string",
12204 "es.promise",
12205 "esnext.async-iterator.constructor",
12206 "esnext.async-iterator.for-each"
12207 ],
12208 "core-js/full/async-iterator/from": [
12209 "es.array.iterator",
12210 "es.object.to-string",
12211 "es.promise",
12212 "es.string.iterator",
12213 "esnext.async-iterator.constructor",
12214 "esnext.async-iterator.drop",
12215 "esnext.async-iterator.every",
12216 "esnext.async-iterator.filter",
12217 "esnext.async-iterator.find",
12218 "esnext.async-iterator.flat-map",
12219 "esnext.async-iterator.for-each",
12220 "esnext.async-iterator.from",
12221 "esnext.async-iterator.map",
12222 "esnext.async-iterator.reduce",
12223 "esnext.async-iterator.some",
12224 "esnext.async-iterator.take",
12225 "esnext.async-iterator.to-array",
12226 "web.dom-collections.iterator"
12227 ],
12228 "core-js/full/async-iterator/indexed": [
12229 "es.object.to-string",
12230 "es.promise",
12231 "esnext.async-iterator.constructor",
12232 "esnext.async-iterator.indexed"
12233 ],
12234 "core-js/full/async-iterator/map": [
12235 "es.object.to-string",
12236 "es.promise",
12237 "esnext.async-iterator.constructor",
12238 "esnext.async-iterator.map"
12239 ],
12240 "core-js/full/async-iterator/reduce": [
12241 "es.object.to-string",
12242 "es.promise",
12243 "esnext.async-iterator.constructor",
12244 "esnext.async-iterator.reduce"
12245 ],
12246 "core-js/full/async-iterator/some": [
12247 "es.object.to-string",
12248 "es.promise",
12249 "esnext.async-iterator.constructor",
12250 "esnext.async-iterator.some"
12251 ],
12252 "core-js/full/async-iterator/take": [
12253 "es.object.to-string",
12254 "es.promise",
12255 "esnext.async-iterator.constructor",
12256 "esnext.async-iterator.take"
12257 ],
12258 "core-js/full/async-iterator/to-array": [
12259 "es.object.to-string",
12260 "es.promise",
12261 "esnext.async-iterator.constructor",
12262 "esnext.async-iterator.to-array"
12263 ],
12264 "core-js/full/atob": [
12265 "es.error.to-string",
12266 "es.object.to-string",
12267 "web.atob",
12268 "web.dom-exception.constructor",
12269 "web.dom-exception.stack",
12270 "web.dom-exception.to-string-tag"
12271 ],
12272 "core-js/full/bigint": [
12273 "es.object.to-string",
12274 "esnext.bigint.range"
12275 ],
12276 "core-js/full/bigint/range": [
12277 "es.object.to-string",
12278 "esnext.bigint.range"
12279 ],
12280 "core-js/full/btoa": [
12281 "es.error.to-string",
12282 "es.object.to-string",
12283 "web.btoa",
12284 "web.dom-exception.constructor",
12285 "web.dom-exception.stack",
12286 "web.dom-exception.to-string-tag"
12287 ],
12288 "core-js/full/clear-immediate": [
12289 "web.immediate"
12290 ],
12291 "core-js/full/composite-key": [
12292 "esnext.composite-key"
12293 ],
12294 "core-js/full/composite-symbol": [
12295 "es.symbol",
12296 "esnext.composite-symbol"
12297 ],
12298 "core-js/full/data-view": [
12299 "es.array-buffer.constructor",
12300 "es.array-buffer.slice",
12301 "es.data-view",
12302 "es.data-view.get-float16",
12303 "es.data-view.set-float16",
12304 "es.object.to-string",
12305 "esnext.data-view.get-float16",
12306 "esnext.data-view.get-uint8-clamped",
12307 "esnext.data-view.set-float16",
12308 "esnext.data-view.set-uint8-clamped"
12309 ],
12310 "core-js/full/data-view/get-float16": [
12311 "es.data-view.get-float16",
12312 "esnext.data-view.get-float16"
12313 ],
12314 "core-js/full/data-view/get-uint8-clamped": [
12315 "esnext.data-view.get-uint8-clamped"
12316 ],
12317 "core-js/full/data-view/set-float16": [
12318 "es.data-view.set-float16",
12319 "esnext.data-view.set-float16"
12320 ],
12321 "core-js/full/data-view/set-uint8-clamped": [
12322 "esnext.data-view.set-uint8-clamped"
12323 ],
12324 "core-js/full/date": [
12325 "es.date.get-year",
12326 "es.date.now",
12327 "es.date.set-year",
12328 "es.date.to-gmt-string",
12329 "es.date.to-iso-string",
12330 "es.date.to-json",
12331 "es.date.to-primitive",
12332 "es.date.to-string"
12333 ],
12334 "core-js/full/date/get-year": [
12335 "es.date.get-year"
12336 ],
12337 "core-js/full/date/now": [
12338 "es.date.now"
12339 ],
12340 "core-js/full/date/set-year": [
12341 "es.date.set-year"
12342 ],
12343 "core-js/full/date/to-gmt-string": [
12344 "es.date.to-gmt-string"
12345 ],
12346 "core-js/full/date/to-iso-string": [
12347 "es.date.to-iso-string",
12348 "es.date.to-json"
12349 ],
12350 "core-js/full/date/to-json": [
12351 "es.date.to-json"
12352 ],
12353 "core-js/full/date/to-primitive": [
12354 "es.date.to-primitive"
12355 ],
12356 "core-js/full/date/to-string": [
12357 "es.date.to-string"
12358 ],
12359 "core-js/full/disposable-stack": [
12360 "es.error.cause",
12361 "es.error.to-string",
12362 "es.suppressed-error.constructor",
12363 "es.disposable-stack.constructor",
12364 "es.iterator.dispose",
12365 "es.object.to-string",
12366 "esnext.suppressed-error.constructor",
12367 "esnext.disposable-stack.constructor",
12368 "esnext.iterator.dispose"
12369 ],
12370 "core-js/full/disposable-stack/constructor": [
12371 "es.error.cause",
12372 "es.error.to-string",
12373 "es.suppressed-error.constructor",
12374 "es.disposable-stack.constructor",
12375 "es.iterator.dispose",
12376 "es.object.to-string",
12377 "esnext.suppressed-error.constructor",
12378 "esnext.disposable-stack.constructor",
12379 "esnext.iterator.dispose"
12380 ],
12381 "core-js/full/dom-collections": [
12382 "es.array.iterator",
12383 "es.object.to-string",
12384 "web.dom-collections.for-each",
12385 "web.dom-collections.iterator"
12386 ],
12387 "core-js/full/dom-collections/for-each": [
12388 "web.dom-collections.for-each"
12389 ],
12390 "core-js/full/dom-collections/iterator": [
12391 "es.object.to-string",
12392 "web.dom-collections.iterator"
12393 ],
12394 "core-js/full/dom-exception": [
12395 "es.error.to-string",
12396 "web.dom-exception.constructor",
12397 "web.dom-exception.stack",
12398 "web.dom-exception.to-string-tag"
12399 ],
12400 "core-js/full/dom-exception/constructor": [
12401 "es.error.to-string",
12402 "web.dom-exception.constructor",
12403 "web.dom-exception.stack"
12404 ],
12405 "core-js/full/dom-exception/to-string-tag": [
12406 "web.dom-exception.to-string-tag"
12407 ],
12408 "core-js/full/error": [
12409 "es.error.cause",
12410 "es.error.is-error",
12411 "es.error.to-string",
12412 "es.object.create",
12413 "esnext.error.is-error"
12414 ],
12415 "core-js/full/error/constructor": [
12416 "es.error.cause"
12417 ],
12418 "core-js/full/error/is-error": [
12419 "es.error.is-error",
12420 "es.object.create",
12421 "esnext.error.is-error"
12422 ],
12423 "core-js/full/error/to-string": [
12424 "es.error.to-string"
12425 ],
12426 "core-js/full/escape": [
12427 "es.escape"
12428 ],
12429 "core-js/full/function": [
12430 "es.function.bind",
12431 "es.function.has-instance",
12432 "es.function.name",
12433 "esnext.function.demethodize",
12434 "esnext.function.is-callable",
12435 "esnext.function.is-constructor",
12436 "esnext.function.metadata",
12437 "esnext.function.un-this"
12438 ],
12439 "core-js/full/function/bind": [
12440 "es.function.bind"
12441 ],
12442 "core-js/full/function/demethodize": [
12443 "esnext.function.demethodize"
12444 ],
12445 "core-js/full/function/has-instance": [
12446 "es.function.has-instance"
12447 ],
12448 "core-js/full/function/is-callable": [
12449 "esnext.function.is-callable"
12450 ],
12451 "core-js/full/function/is-constructor": [
12452 "esnext.function.is-constructor"
12453 ],
12454 "core-js/full/function/metadata": [
12455 "esnext.function.metadata"
12456 ],
12457 "core-js/full/function/name": [
12458 "es.function.name"
12459 ],
12460 "core-js/full/function/un-this": [
12461 "esnext.function.un-this"
12462 ],
12463 "core-js/full/function/virtual": [
12464 "es.function.bind",
12465 "esnext.function.demethodize",
12466 "esnext.function.un-this"
12467 ],
12468 "core-js/full/function/virtual/bind": [
12469 "es.function.bind"
12470 ],
12471 "core-js/full/function/virtual/demethodize": [
12472 "esnext.function.demethodize"
12473 ],
12474 "core-js/full/function/virtual/un-this": [
12475 "esnext.function.un-this"
12476 ],
12477 "core-js/full/get-iterator": [
12478 "es.array.iterator",
12479 "es.string.iterator",
12480 "web.dom-collections.iterator"
12481 ],
12482 "core-js/full/get-iterator-method": [
12483 "es.array.iterator",
12484 "es.string.iterator",
12485 "web.dom-collections.iterator"
12486 ],
12487 "core-js/full/global-this": [
12488 "es.global-this",
12489 "esnext.global-this"
12490 ],
12491 "core-js/full/instance/at": [
12492 "es.array.at",
12493 "es.string.at-alternative",
12494 "esnext.array.at",
12495 "esnext.string.at"
12496 ],
12497 "core-js/full/instance/bind": [
12498 "es.function.bind"
12499 ],
12500 "core-js/full/instance/clamp": [
12501 "esnext.number.clamp"
12502 ],
12503 "core-js/full/instance/code-point-at": [
12504 "es.string.code-point-at"
12505 ],
12506 "core-js/full/instance/code-points": [
12507 "es.object.to-string",
12508 "esnext.string.code-points"
12509 ],
12510 "core-js/full/instance/concat": [
12511 "es.array.concat"
12512 ],
12513 "core-js/full/instance/copy-within": [
12514 "es.array.copy-within"
12515 ],
12516 "core-js/full/instance/demethodize": [
12517 "esnext.function.demethodize"
12518 ],
12519 "core-js/full/instance/ends-with": [
12520 "es.string.ends-with"
12521 ],
12522 "core-js/full/instance/entries": [
12523 "es.array.iterator",
12524 "es.object.to-string",
12525 "web.dom-collections.iterator"
12526 ],
12527 "core-js/full/instance/every": [
12528 "es.array.every"
12529 ],
12530 "core-js/full/instance/fill": [
12531 "es.array.fill"
12532 ],
12533 "core-js/full/instance/filter": [
12534 "es.array.filter"
12535 ],
12536 "core-js/full/instance/filter-out": [
12537 "esnext.array.filter-out"
12538 ],
12539 "core-js/full/instance/filter-reject": [
12540 "esnext.array.filter-reject"
12541 ],
12542 "core-js/full/instance/find": [
12543 "es.array.find"
12544 ],
12545 "core-js/full/instance/find-index": [
12546 "es.array.find-index"
12547 ],
12548 "core-js/full/instance/find-last": [
12549 "es.array.find-last",
12550 "esnext.array.find-last"
12551 ],
12552 "core-js/full/instance/find-last-index": [
12553 "es.array.find-last-index",
12554 "esnext.array.find-last-index"
12555 ],
12556 "core-js/full/instance/flags": [
12557 "es.regexp.flags"
12558 ],
12559 "core-js/full/instance/flat": [
12560 "es.array.flat",
12561 "es.array.unscopables.flat"
12562 ],
12563 "core-js/full/instance/flat-map": [
12564 "es.array.flat-map",
12565 "es.array.unscopables.flat-map"
12566 ],
12567 "core-js/full/instance/for-each": [
12568 "es.array.for-each",
12569 "web.dom-collections.for-each"
12570 ],
12571 "core-js/full/instance/group": [
12572 "esnext.array.group"
12573 ],
12574 "core-js/full/instance/group-by": [
12575 "esnext.array.group-by"
12576 ],
12577 "core-js/full/instance/group-by-to-map": [
12578 "es.map",
12579 "es.object.to-string",
12580 "esnext.array.group-by-to-map"
12581 ],
12582 "core-js/full/instance/group-to-map": [
12583 "es.map",
12584 "es.object.to-string",
12585 "esnext.array.group-to-map"
12586 ],
12587 "core-js/full/instance/includes": [
12588 "es.array.includes",
12589 "es.string.includes"
12590 ],
12591 "core-js/full/instance/index-of": [
12592 "es.array.index-of"
12593 ],
12594 "core-js/full/instance/is-well-formed": [
12595 "es.string.is-well-formed"
12596 ],
12597 "core-js/full/instance/keys": [
12598 "es.array.iterator",
12599 "es.object.to-string",
12600 "web.dom-collections.iterator"
12601 ],
12602 "core-js/full/instance/last-index-of": [
12603 "es.array.last-index-of"
12604 ],
12605 "core-js/full/instance/map": [
12606 "es.array.map"
12607 ],
12608 "core-js/full/instance/match-all": [
12609 "es.object.to-string",
12610 "es.regexp.exec",
12611 "es.string.match-all",
12612 "esnext.string.match-all"
12613 ],
12614 "core-js/full/instance/pad-end": [
12615 "es.string.pad-end"
12616 ],
12617 "core-js/full/instance/pad-start": [
12618 "es.string.pad-start"
12619 ],
12620 "core-js/full/instance/push": [
12621 "es.array.push"
12622 ],
12623 "core-js/full/instance/reduce": [
12624 "es.array.reduce"
12625 ],
12626 "core-js/full/instance/reduce-right": [
12627 "es.array.reduce-right"
12628 ],
12629 "core-js/full/instance/repeat": [
12630 "es.string.repeat"
12631 ],
12632 "core-js/full/instance/replace-all": [
12633 "es.regexp.exec",
12634 "es.string.replace",
12635 "es.string.replace-all",
12636 "esnext.string.replace-all"
12637 ],
12638 "core-js/full/instance/reverse": [
12639 "es.array.reverse"
12640 ],
12641 "core-js/full/instance/slice": [
12642 "es.array.slice"
12643 ],
12644 "core-js/full/instance/some": [
12645 "es.array.some"
12646 ],
12647 "core-js/full/instance/sort": [
12648 "es.array.sort"
12649 ],
12650 "core-js/full/instance/splice": [
12651 "es.array.splice"
12652 ],
12653 "core-js/full/instance/starts-with": [
12654 "es.string.starts-with"
12655 ],
12656 "core-js/full/instance/to-reversed": [
12657 "es.array.to-reversed",
12658 "esnext.array.to-reversed"
12659 ],
12660 "core-js/full/instance/to-sorted": [
12661 "es.array.sort",
12662 "es.array.to-sorted",
12663 "esnext.array.to-sorted"
12664 ],
12665 "core-js/full/instance/to-spliced": [
12666 "es.array.to-spliced",
12667 "esnext.array.to-spliced"
12668 ],
12669 "core-js/full/instance/to-well-formed": [
12670 "es.string.to-well-formed"
12671 ],
12672 "core-js/full/instance/trim": [
12673 "es.string.trim"
12674 ],
12675 "core-js/full/instance/trim-end": [
12676 "es.string.trim-end"
12677 ],
12678 "core-js/full/instance/trim-left": [
12679 "es.string.trim-start"
12680 ],
12681 "core-js/full/instance/trim-right": [
12682 "es.string.trim-end"
12683 ],
12684 "core-js/full/instance/trim-start": [
12685 "es.string.trim-start"
12686 ],
12687 "core-js/full/instance/un-this": [
12688 "esnext.function.un-this"
12689 ],
12690 "core-js/full/instance/unique-by": [
12691 "es.map",
12692 "esnext.array.unique-by"
12693 ],
12694 "core-js/full/instance/unshift": [
12695 "es.array.unshift"
12696 ],
12697 "core-js/full/instance/values": [
12698 "es.array.iterator",
12699 "es.object.to-string",
12700 "web.dom-collections.iterator"
12701 ],
12702 "core-js/full/instance/with": [
12703 "es.array.with",
12704 "esnext.array.with"
12705 ],
12706 "core-js/full/is-iterable": [
12707 "es.array.iterator",
12708 "es.string.iterator",
12709 "web.dom-collections.iterator"
12710 ],
12711 "core-js/full/iterator": [
12712 "es.array.iterator",
12713 "es.iterator.constructor",
12714 "es.iterator.concat",
12715 "es.iterator.dispose",
12716 "es.iterator.drop",
12717 "es.iterator.every",
12718 "es.iterator.filter",
12719 "es.iterator.find",
12720 "es.iterator.flat-map",
12721 "es.iterator.for-each",
12722 "es.iterator.from",
12723 "es.iterator.map",
12724 "es.iterator.reduce",
12725 "es.iterator.some",
12726 "es.iterator.take",
12727 "es.iterator.to-array",
12728 "es.object.create",
12729 "es.object.to-string",
12730 "es.promise",
12731 "es.string.iterator",
12732 "esnext.iterator.constructor",
12733 "esnext.iterator.as-indexed-pairs",
12734 "esnext.iterator.chunks",
12735 "esnext.iterator.concat",
12736 "esnext.iterator.dispose",
12737 "esnext.iterator.drop",
12738 "esnext.iterator.every",
12739 "esnext.iterator.filter",
12740 "esnext.iterator.find",
12741 "esnext.iterator.flat-map",
12742 "esnext.iterator.for-each",
12743 "esnext.iterator.from",
12744 "esnext.iterator.indexed",
12745 "esnext.iterator.map",
12746 "esnext.iterator.range",
12747 "esnext.iterator.reduce",
12748 "esnext.iterator.sliding",
12749 "esnext.iterator.some",
12750 "esnext.iterator.take",
12751 "esnext.iterator.to-array",
12752 "esnext.iterator.to-async",
12753 "esnext.iterator.windows",
12754 "esnext.iterator.zip",
12755 "esnext.iterator.zip-keyed",
12756 "web.dom-collections.iterator"
12757 ],
12758 "core-js/full/iterator/as-indexed-pairs": [
12759 "es.object.to-string",
12760 "esnext.iterator.constructor",
12761 "esnext.iterator.as-indexed-pairs"
12762 ],
12763 "core-js/full/iterator/chunks": [
12764 "es.iterator.constructor",
12765 "es.object.to-string",
12766 "esnext.iterator.chunks"
12767 ],
12768 "core-js/full/iterator/concat": [
12769 "es.array.iterator",
12770 "es.iterator.constructor",
12771 "es.iterator.concat",
12772 "es.iterator.drop",
12773 "es.iterator.every",
12774 "es.iterator.filter",
12775 "es.iterator.find",
12776 "es.iterator.flat-map",
12777 "es.iterator.for-each",
12778 "es.iterator.map",
12779 "es.iterator.reduce",
12780 "es.iterator.some",
12781 "es.iterator.take",
12782 "es.iterator.to-array",
12783 "es.object.to-string",
12784 "es.string.iterator",
12785 "esnext.iterator.chunks",
12786 "esnext.iterator.concat",
12787 "esnext.iterator.sliding",
12788 "esnext.iterator.windows",
12789 "web.dom-collections.iterator"
12790 ],
12791 "core-js/full/iterator/dispose": [
12792 "esnext.iterator.dispose"
12793 ],
12794 "core-js/full/iterator/drop": [
12795 "es.iterator.constructor",
12796 "es.iterator.drop",
12797 "es.object.to-string",
12798 "esnext.iterator.constructor",
12799 "esnext.iterator.drop"
12800 ],
12801 "core-js/full/iterator/every": [
12802 "es.iterator.constructor",
12803 "es.iterator.every",
12804 "es.object.to-string",
12805 "esnext.iterator.constructor",
12806 "esnext.iterator.every"
12807 ],
12808 "core-js/full/iterator/filter": [
12809 "es.iterator.constructor",
12810 "es.iterator.filter",
12811 "es.object.to-string",
12812 "esnext.iterator.constructor",
12813 "esnext.iterator.filter"
12814 ],
12815 "core-js/full/iterator/find": [
12816 "es.iterator.constructor",
12817 "es.iterator.find",
12818 "es.object.to-string",
12819 "esnext.iterator.constructor",
12820 "esnext.iterator.find"
12821 ],
12822 "core-js/full/iterator/flat-map": [
12823 "es.array.iterator",
12824 "es.iterator.constructor",
12825 "es.iterator.flat-map",
12826 "es.object.to-string",
12827 "esnext.iterator.constructor",
12828 "esnext.iterator.flat-map",
12829 "web.dom-collections.iterator"
12830 ],
12831 "core-js/full/iterator/for-each": [
12832 "es.iterator.constructor",
12833 "es.iterator.for-each",
12834 "es.object.to-string",
12835 "esnext.iterator.constructor",
12836 "esnext.iterator.for-each"
12837 ],
12838 "core-js/full/iterator/from": [
12839 "es.array.iterator",
12840 "es.iterator.constructor",
12841 "es.iterator.drop",
12842 "es.iterator.every",
12843 "es.iterator.filter",
12844 "es.iterator.find",
12845 "es.iterator.flat-map",
12846 "es.iterator.for-each",
12847 "es.iterator.from",
12848 "es.iterator.map",
12849 "es.iterator.reduce",
12850 "es.iterator.some",
12851 "es.iterator.take",
12852 "es.iterator.to-array",
12853 "es.object.to-string",
12854 "es.promise",
12855 "es.string.iterator",
12856 "esnext.iterator.constructor",
12857 "esnext.iterator.chunks",
12858 "esnext.iterator.dispose",
12859 "esnext.iterator.drop",
12860 "esnext.iterator.every",
12861 "esnext.iterator.filter",
12862 "esnext.iterator.find",
12863 "esnext.iterator.flat-map",
12864 "esnext.iterator.for-each",
12865 "esnext.iterator.from",
12866 "esnext.iterator.map",
12867 "esnext.iterator.reduce",
12868 "esnext.iterator.sliding",
12869 "esnext.iterator.some",
12870 "esnext.iterator.take",
12871 "esnext.iterator.to-array",
12872 "esnext.iterator.to-async",
12873 "esnext.iterator.windows",
12874 "web.dom-collections.iterator"
12875 ],
12876 "core-js/full/iterator/indexed": [
12877 "es.object.to-string",
12878 "esnext.iterator.constructor",
12879 "esnext.iterator.indexed"
12880 ],
12881 "core-js/full/iterator/map": [
12882 "es.iterator.constructor",
12883 "es.iterator.map",
12884 "es.object.to-string",
12885 "esnext.iterator.constructor",
12886 "esnext.iterator.map"
12887 ],
12888 "core-js/full/iterator/range": [
12889 "es.array.iterator",
12890 "es.iterator.constructor",
12891 "es.iterator.drop",
12892 "es.iterator.every",
12893 "es.iterator.filter",
12894 "es.iterator.find",
12895 "es.iterator.flat-map",
12896 "es.iterator.for-each",
12897 "es.iterator.map",
12898 "es.iterator.reduce",
12899 "es.iterator.some",
12900 "es.iterator.take",
12901 "es.iterator.to-array",
12902 "es.object.to-string",
12903 "es.string.iterator",
12904 "esnext.iterator.constructor",
12905 "esnext.iterator.chunks",
12906 "esnext.iterator.range",
12907 "esnext.iterator.sliding",
12908 "esnext.iterator.windows",
12909 "web.dom-collections.iterator"
12910 ],
12911 "core-js/full/iterator/reduce": [
12912 "es.iterator.constructor",
12913 "es.iterator.reduce",
12914 "es.object.to-string",
12915 "esnext.iterator.constructor",
12916 "esnext.iterator.reduce"
12917 ],
12918 "core-js/full/iterator/sliding": [
12919 "es.iterator.constructor",
12920 "es.object.to-string",
12921 "esnext.iterator.sliding"
12922 ],
12923 "core-js/full/iterator/some": [
12924 "es.iterator.constructor",
12925 "es.iterator.some",
12926 "es.object.to-string",
12927 "esnext.iterator.constructor",
12928 "esnext.iterator.some"
12929 ],
12930 "core-js/full/iterator/take": [
12931 "es.iterator.constructor",
12932 "es.iterator.take",
12933 "es.object.to-string",
12934 "esnext.iterator.constructor",
12935 "esnext.iterator.take"
12936 ],
12937 "core-js/full/iterator/to-array": [
12938 "es.iterator.constructor",
12939 "es.iterator.to-array",
12940 "es.object.to-string",
12941 "esnext.iterator.constructor",
12942 "esnext.iterator.to-array"
12943 ],
12944 "core-js/full/iterator/to-async": [
12945 "es.iterator.constructor",
12946 "es.object.to-string",
12947 "es.promise",
12948 "esnext.iterator.constructor",
12949 "esnext.iterator.to-async"
12950 ],
12951 "core-js/full/iterator/windows": [
12952 "es.iterator.constructor",
12953 "es.object.to-string",
12954 "esnext.iterator.windows"
12955 ],
12956 "core-js/full/iterator/zip": [
12957 "es.array.iterator",
12958 "es.iterator.constructor",
12959 "es.iterator.drop",
12960 "es.iterator.every",
12961 "es.iterator.filter",
12962 "es.iterator.find",
12963 "es.iterator.flat-map",
12964 "es.iterator.for-each",
12965 "es.iterator.map",
12966 "es.iterator.reduce",
12967 "es.iterator.some",
12968 "es.iterator.take",
12969 "es.iterator.to-array",
12970 "es.object.to-string",
12971 "es.string.iterator",
12972 "esnext.iterator.chunks",
12973 "esnext.iterator.sliding",
12974 "esnext.iterator.windows",
12975 "esnext.iterator.zip",
12976 "web.dom-collections.iterator"
12977 ],
12978 "core-js/full/iterator/zip-keyed": [
12979 "es.array.iterator",
12980 "es.iterator.constructor",
12981 "es.iterator.drop",
12982 "es.iterator.every",
12983 "es.iterator.filter",
12984 "es.iterator.find",
12985 "es.iterator.flat-map",
12986 "es.iterator.for-each",
12987 "es.iterator.map",
12988 "es.iterator.reduce",
12989 "es.iterator.some",
12990 "es.iterator.take",
12991 "es.iterator.to-array",
12992 "es.object.create",
12993 "es.object.to-string",
12994 "es.reflect.own-keys",
12995 "es.string.iterator",
12996 "esnext.iterator.chunks",
12997 "esnext.iterator.sliding",
12998 "esnext.iterator.windows",
12999 "esnext.iterator.zip-keyed",
13000 "web.dom-collections.iterator"
13001 ],
13002 "core-js/full/json": [
13003 "es.date.to-json",
13004 "es.json.is-raw-json",
13005 "es.json.parse",
13006 "es.json.raw-json",
13007 "es.json.stringify",
13008 "es.json.to-string-tag",
13009 "es.object.create",
13010 "es.object.freeze",
13011 "es.object.keys",
13012 "esnext.json.is-raw-json",
13013 "esnext.json.parse",
13014 "esnext.json.raw-json"
13015 ],
13016 "core-js/full/json/is-raw-json": [
13017 "es.json.is-raw-json",
13018 "esnext.json.is-raw-json"
13019 ],
13020 "core-js/full/json/parse": [
13021 "es.json.parse",
13022 "es.object.keys",
13023 "esnext.json.parse"
13024 ],
13025 "core-js/full/json/raw-json": [
13026 "es.json.raw-json",
13027 "es.json.stringify",
13028 "es.object.create",
13029 "es.object.freeze",
13030 "esnext.json.raw-json"
13031 ],
13032 "core-js/full/json/stringify": [
13033 "es.date.to-json",
13034 "es.json.stringify"
13035 ],
13036 "core-js/full/json/to-string-tag": [
13037 "es.json.to-string-tag"
13038 ],
13039 "core-js/full/map": [
13040 "es.array.iterator",
13041 "es.map",
13042 "es.map.group-by",
13043 "es.map.get-or-insert",
13044 "es.map.get-or-insert-computed",
13045 "es.object.to-string",
13046 "es.string.iterator",
13047 "esnext.map.delete-all",
13048 "esnext.map.emplace",
13049 "esnext.map.every",
13050 "esnext.map.filter",
13051 "esnext.map.find",
13052 "esnext.map.find-key",
13053 "esnext.map.from",
13054 "esnext.map.get-or-insert",
13055 "esnext.map.get-or-insert-computed",
13056 "esnext.map.group-by",
13057 "esnext.map.includes",
13058 "esnext.map.key-by",
13059 "esnext.map.key-of",
13060 "esnext.map.map-keys",
13061 "esnext.map.map-values",
13062 "esnext.map.merge",
13063 "esnext.map.of",
13064 "esnext.map.reduce",
13065 "esnext.map.some",
13066 "esnext.map.update",
13067 "esnext.map.update-or-insert",
13068 "esnext.map.upsert",
13069 "web.dom-collections.iterator"
13070 ],
13071 "core-js/full/map/delete-all": [
13072 "es.map",
13073 "esnext.map.delete-all"
13074 ],
13075 "core-js/full/map/emplace": [
13076 "es.map",
13077 "esnext.map.emplace"
13078 ],
13079 "core-js/full/map/every": [
13080 "es.map",
13081 "esnext.map.every"
13082 ],
13083 "core-js/full/map/filter": [
13084 "es.map",
13085 "esnext.map.filter"
13086 ],
13087 "core-js/full/map/find": [
13088 "es.map",
13089 "esnext.map.find"
13090 ],
13091 "core-js/full/map/find-key": [
13092 "es.map",
13093 "esnext.map.find-key"
13094 ],
13095 "core-js/full/map/from": [
13096 "es.array.iterator",
13097 "es.map",
13098 "es.object.to-string",
13099 "es.string.iterator",
13100 "esnext.map.delete-all",
13101 "esnext.map.emplace",
13102 "esnext.map.every",
13103 "esnext.map.filter",
13104 "esnext.map.find",
13105 "esnext.map.find-key",
13106 "esnext.map.from",
13107 "esnext.map.get-or-insert",
13108 "esnext.map.get-or-insert-computed",
13109 "esnext.map.includes",
13110 "esnext.map.key-of",
13111 "esnext.map.map-keys",
13112 "esnext.map.map-values",
13113 "esnext.map.merge",
13114 "esnext.map.reduce",
13115 "esnext.map.some",
13116 "esnext.map.update",
13117 "web.dom-collections.iterator"
13118 ],
13119 "core-js/full/map/get-or-insert": [
13120 "es.map",
13121 "es.map.get-or-insert",
13122 "esnext.map.get-or-insert"
13123 ],
13124 "core-js/full/map/get-or-insert-computed": [
13125 "es.map",
13126 "es.map.get-or-insert-computed",
13127 "esnext.map.get-or-insert-computed"
13128 ],
13129 "core-js/full/map/group-by": [
13130 "es.map",
13131 "es.map.group-by",
13132 "es.map.get-or-insert",
13133 "es.map.get-or-insert-computed",
13134 "es.object.to-string",
13135 "esnext.map.delete-all",
13136 "esnext.map.emplace",
13137 "esnext.map.every",
13138 "esnext.map.filter",
13139 "esnext.map.find",
13140 "esnext.map.find-key",
13141 "esnext.map.get-or-insert",
13142 "esnext.map.get-or-insert-computed",
13143 "esnext.map.group-by",
13144 "esnext.map.includes",
13145 "esnext.map.key-of",
13146 "esnext.map.map-keys",
13147 "esnext.map.map-values",
13148 "esnext.map.merge",
13149 "esnext.map.reduce",
13150 "esnext.map.some",
13151 "esnext.map.update"
13152 ],
13153 "core-js/full/map/includes": [
13154 "es.map",
13155 "esnext.map.includes"
13156 ],
13157 "core-js/full/map/key-by": [
13158 "es.map",
13159 "es.object.to-string",
13160 "esnext.map.delete-all",
13161 "esnext.map.emplace",
13162 "esnext.map.every",
13163 "esnext.map.filter",
13164 "esnext.map.find",
13165 "esnext.map.find-key",
13166 "esnext.map.get-or-insert",
13167 "esnext.map.get-or-insert-computed",
13168 "esnext.map.includes",
13169 "esnext.map.key-by",
13170 "esnext.map.key-of",
13171 "esnext.map.map-keys",
13172 "esnext.map.map-values",
13173 "esnext.map.merge",
13174 "esnext.map.reduce",
13175 "esnext.map.some",
13176 "esnext.map.update"
13177 ],
13178 "core-js/full/map/key-of": [
13179 "es.map",
13180 "esnext.map.key-of"
13181 ],
13182 "core-js/full/map/map-keys": [
13183 "es.map",
13184 "esnext.map.map-keys"
13185 ],
13186 "core-js/full/map/map-values": [
13187 "es.map",
13188 "esnext.map.map-values"
13189 ],
13190 "core-js/full/map/merge": [
13191 "es.map",
13192 "esnext.map.merge"
13193 ],
13194 "core-js/full/map/of": [
13195 "es.array.iterator",
13196 "es.map",
13197 "es.object.to-string",
13198 "esnext.map.delete-all",
13199 "esnext.map.emplace",
13200 "esnext.map.every",
13201 "esnext.map.filter",
13202 "esnext.map.find",
13203 "esnext.map.find-key",
13204 "esnext.map.get-or-insert",
13205 "esnext.map.get-or-insert-computed",
13206 "esnext.map.includes",
13207 "esnext.map.key-of",
13208 "esnext.map.map-keys",
13209 "esnext.map.map-values",
13210 "esnext.map.merge",
13211 "esnext.map.of",
13212 "esnext.map.reduce",
13213 "esnext.map.some",
13214 "esnext.map.update"
13215 ],
13216 "core-js/full/map/reduce": [
13217 "es.map",
13218 "esnext.map.reduce"
13219 ],
13220 "core-js/full/map/some": [
13221 "es.map",
13222 "esnext.map.some"
13223 ],
13224 "core-js/full/map/update": [
13225 "es.map",
13226 "esnext.map.update"
13227 ],
13228 "core-js/full/map/update-or-insert": [
13229 "es.map",
13230 "esnext.map.update-or-insert"
13231 ],
13232 "core-js/full/map/upsert": [
13233 "es.map",
13234 "esnext.map.upsert"
13235 ],
13236 "core-js/full/math": [
13237 "es.array.iterator",
13238 "es.math.acosh",
13239 "es.math.asinh",
13240 "es.math.atanh",
13241 "es.math.cbrt",
13242 "es.math.clz32",
13243 "es.math.cosh",
13244 "es.math.expm1",
13245 "es.math.fround",
13246 "es.math.f16round",
13247 "es.math.hypot",
13248 "es.math.imul",
13249 "es.math.log10",
13250 "es.math.log1p",
13251 "es.math.log2",
13252 "es.math.sign",
13253 "es.math.sinh",
13254 "es.math.sum-precise",
13255 "es.math.tanh",
13256 "es.math.to-string-tag",
13257 "es.math.trunc",
13258 "esnext.math.clamp",
13259 "esnext.math.deg-per-rad",
13260 "esnext.math.degrees",
13261 "esnext.math.fscale",
13262 "esnext.math.f16round",
13263 "esnext.math.iaddh",
13264 "esnext.math.imulh",
13265 "esnext.math.isubh",
13266 "esnext.math.rad-per-deg",
13267 "esnext.math.radians",
13268 "esnext.math.scale",
13269 "esnext.math.seeded-prng",
13270 "esnext.math.signbit",
13271 "esnext.math.sum-precise",
13272 "esnext.math.umulh"
13273 ],
13274 "core-js/full/math/acosh": [
13275 "es.math.acosh"
13276 ],
13277 "core-js/full/math/asinh": [
13278 "es.math.asinh"
13279 ],
13280 "core-js/full/math/atanh": [
13281 "es.math.atanh"
13282 ],
13283 "core-js/full/math/cbrt": [
13284 "es.math.cbrt"
13285 ],
13286 "core-js/full/math/clamp": [
13287 "esnext.math.clamp"
13288 ],
13289 "core-js/full/math/clz32": [
13290 "es.math.clz32"
13291 ],
13292 "core-js/full/math/cosh": [
13293 "es.math.cosh"
13294 ],
13295 "core-js/full/math/deg-per-rad": [
13296 "esnext.math.deg-per-rad"
13297 ],
13298 "core-js/full/math/degrees": [
13299 "esnext.math.degrees"
13300 ],
13301 "core-js/full/math/expm1": [
13302 "es.math.expm1"
13303 ],
13304 "core-js/full/math/f16round": [
13305 "es.math.f16round",
13306 "esnext.math.f16round"
13307 ],
13308 "core-js/full/math/fround": [
13309 "es.math.fround"
13310 ],
13311 "core-js/full/math/fscale": [
13312 "esnext.math.fscale"
13313 ],
13314 "core-js/full/math/hypot": [
13315 "es.math.hypot"
13316 ],
13317 "core-js/full/math/iaddh": [
13318 "esnext.math.iaddh"
13319 ],
13320 "core-js/full/math/imul": [
13321 "es.math.imul"
13322 ],
13323 "core-js/full/math/imulh": [
13324 "esnext.math.imulh"
13325 ],
13326 "core-js/full/math/isubh": [
13327 "esnext.math.isubh"
13328 ],
13329 "core-js/full/math/log10": [
13330 "es.math.log10"
13331 ],
13332 "core-js/full/math/log1p": [
13333 "es.math.log1p"
13334 ],
13335 "core-js/full/math/log2": [
13336 "es.math.log2"
13337 ],
13338 "core-js/full/math/rad-per-deg": [
13339 "esnext.math.rad-per-deg"
13340 ],
13341 "core-js/full/math/radians": [
13342 "esnext.math.radians"
13343 ],
13344 "core-js/full/math/scale": [
13345 "esnext.math.scale"
13346 ],
13347 "core-js/full/math/seeded-prng": [
13348 "esnext.math.seeded-prng"
13349 ],
13350 "core-js/full/math/sign": [
13351 "es.math.sign"
13352 ],
13353 "core-js/full/math/signbit": [
13354 "esnext.math.signbit"
13355 ],
13356 "core-js/full/math/sinh": [
13357 "es.math.sinh"
13358 ],
13359 "core-js/full/math/sum-precise": [
13360 "es.array.iterator",
13361 "es.math.sum-precise",
13362 "esnext.math.sum-precise"
13363 ],
13364 "core-js/full/math/tanh": [
13365 "es.math.tanh"
13366 ],
13367 "core-js/full/math/to-string-tag": [
13368 "es.math.to-string-tag"
13369 ],
13370 "core-js/full/math/trunc": [
13371 "es.math.trunc"
13372 ],
13373 "core-js/full/math/umulh": [
13374 "esnext.math.umulh"
13375 ],
13376 "core-js/full/number": [
13377 "es.number.constructor",
13378 "es.number.epsilon",
13379 "es.number.is-finite",
13380 "es.number.is-integer",
13381 "es.number.is-nan",
13382 "es.number.is-safe-integer",
13383 "es.number.max-safe-integer",
13384 "es.number.min-safe-integer",
13385 "es.number.parse-float",
13386 "es.number.parse-int",
13387 "es.number.to-exponential",
13388 "es.number.to-fixed",
13389 "es.number.to-precision",
13390 "es.object.to-string",
13391 "esnext.number.clamp",
13392 "esnext.number.from-string",
13393 "esnext.number.range"
13394 ],
13395 "core-js/full/number/clamp": [
13396 "esnext.number.clamp"
13397 ],
13398 "core-js/full/number/constructor": [
13399 "es.number.constructor"
13400 ],
13401 "core-js/full/number/epsilon": [
13402 "es.number.epsilon"
13403 ],
13404 "core-js/full/number/from-string": [
13405 "esnext.number.from-string"
13406 ],
13407 "core-js/full/number/is-finite": [
13408 "es.number.is-finite"
13409 ],
13410 "core-js/full/number/is-integer": [
13411 "es.number.is-integer"
13412 ],
13413 "core-js/full/number/is-nan": [
13414 "es.number.is-nan"
13415 ],
13416 "core-js/full/number/is-safe-integer": [
13417 "es.number.is-safe-integer"
13418 ],
13419 "core-js/full/number/max-safe-integer": [
13420 "es.number.max-safe-integer"
13421 ],
13422 "core-js/full/number/min-safe-integer": [
13423 "es.number.min-safe-integer"
13424 ],
13425 "core-js/full/number/parse-float": [
13426 "es.number.parse-float"
13427 ],
13428 "core-js/full/number/parse-int": [
13429 "es.number.parse-int"
13430 ],
13431 "core-js/full/number/range": [
13432 "es.object.to-string",
13433 "esnext.number.range"
13434 ],
13435 "core-js/full/number/to-exponential": [
13436 "es.number.to-exponential"
13437 ],
13438 "core-js/full/number/to-fixed": [
13439 "es.number.to-fixed"
13440 ],
13441 "core-js/full/number/to-precision": [
13442 "es.number.to-precision"
13443 ],
13444 "core-js/full/number/virtual": [
13445 "es.number.to-exponential",
13446 "es.number.to-fixed",
13447 "es.number.to-precision"
13448 ],
13449 "core-js/full/number/virtual/clamp": [
13450 "esnext.number.clamp"
13451 ],
13452 "core-js/full/number/virtual/to-exponential": [
13453 "es.number.to-exponential"
13454 ],
13455 "core-js/full/number/virtual/to-fixed": [
13456 "es.number.to-fixed"
13457 ],
13458 "core-js/full/number/virtual/to-precision": [
13459 "es.number.to-precision"
13460 ],
13461 "core-js/full/object": [
13462 "es.symbol",
13463 "es.json.to-string-tag",
13464 "es.math.to-string-tag",
13465 "es.object.assign",
13466 "es.object.create",
13467 "es.object.define-getter",
13468 "es.object.define-properties",
13469 "es.object.define-property",
13470 "es.object.define-setter",
13471 "es.object.entries",
13472 "es.object.freeze",
13473 "es.object.from-entries",
13474 "es.object.get-own-property-descriptor",
13475 "es.object.get-own-property-descriptors",
13476 "es.object.get-own-property-names",
13477 "es.object.get-prototype-of",
13478 "es.object.group-by",
13479 "es.object.has-own",
13480 "es.object.is",
13481 "es.object.is-extensible",
13482 "es.object.is-frozen",
13483 "es.object.is-sealed",
13484 "es.object.keys",
13485 "es.object.lookup-getter",
13486 "es.object.lookup-setter",
13487 "es.object.prevent-extensions",
13488 "es.object.proto",
13489 "es.object.seal",
13490 "es.object.set-prototype-of",
13491 "es.object.to-string",
13492 "es.object.values",
13493 "es.reflect.to-string-tag",
13494 "esnext.object.has-own",
13495 "esnext.object.iterate-entries",
13496 "esnext.object.iterate-keys",
13497 "esnext.object.iterate-values",
13498 "esnext.object.group-by",
13499 "web.dom-collections.iterator"
13500 ],
13501 "core-js/full/object/assign": [
13502 "es.object.assign"
13503 ],
13504 "core-js/full/object/create": [
13505 "es.object.create"
13506 ],
13507 "core-js/full/object/define-getter": [
13508 "es.object.define-getter"
13509 ],
13510 "core-js/full/object/define-properties": [
13511 "es.object.define-properties"
13512 ],
13513 "core-js/full/object/define-property": [
13514 "es.object.define-property"
13515 ],
13516 "core-js/full/object/define-setter": [
13517 "es.object.define-setter"
13518 ],
13519 "core-js/full/object/entries": [
13520 "es.object.entries"
13521 ],
13522 "core-js/full/object/freeze": [
13523 "es.object.freeze"
13524 ],
13525 "core-js/full/object/from-entries": [
13526 "es.array.iterator",
13527 "es.object.from-entries",
13528 "web.dom-collections.iterator"
13529 ],
13530 "core-js/full/object/get-own-property-descriptor": [
13531 "es.object.get-own-property-descriptor"
13532 ],
13533 "core-js/full/object/get-own-property-descriptors": [
13534 "es.object.get-own-property-descriptors"
13535 ],
13536 "core-js/full/object/get-own-property-names": [
13537 "es.object.get-own-property-names"
13538 ],
13539 "core-js/full/object/get-own-property-symbols": [
13540 "es.symbol"
13541 ],
13542 "core-js/full/object/get-prototype-of": [
13543 "es.object.get-prototype-of"
13544 ],
13545 "core-js/full/object/group-by": [
13546 "es.object.create",
13547 "es.object.group-by",
13548 "esnext.object.group-by"
13549 ],
13550 "core-js/full/object/has-own": [
13551 "es.object.has-own",
13552 "esnext.object.has-own"
13553 ],
13554 "core-js/full/object/is": [
13555 "es.object.is"
13556 ],
13557 "core-js/full/object/is-extensible": [
13558 "es.object.is-extensible"
13559 ],
13560 "core-js/full/object/is-frozen": [
13561 "es.object.is-frozen"
13562 ],
13563 "core-js/full/object/is-sealed": [
13564 "es.object.is-sealed"
13565 ],
13566 "core-js/full/object/iterate-entries": [
13567 "esnext.object.iterate-entries"
13568 ],
13569 "core-js/full/object/iterate-keys": [
13570 "esnext.object.iterate-keys"
13571 ],
13572 "core-js/full/object/iterate-values": [
13573 "esnext.object.iterate-values"
13574 ],
13575 "core-js/full/object/keys": [
13576 "es.object.keys"
13577 ],
13578 "core-js/full/object/lookup-getter": [
13579 "es.object.lookup-getter"
13580 ],
13581 "core-js/full/object/lookup-setter": [
13582 "es.object.lookup-setter"
13583 ],
13584 "core-js/full/object/prevent-extensions": [
13585 "es.object.prevent-extensions"
13586 ],
13587 "core-js/full/object/proto": [
13588 "es.object.proto"
13589 ],
13590 "core-js/full/object/seal": [
13591 "es.object.seal"
13592 ],
13593 "core-js/full/object/set-prototype-of": [
13594 "es.object.set-prototype-of"
13595 ],
13596 "core-js/full/object/to-string": [
13597 "es.json.to-string-tag",
13598 "es.math.to-string-tag",
13599 "es.object.to-string",
13600 "es.reflect.to-string-tag"
13601 ],
13602 "core-js/full/object/values": [
13603 "es.object.values"
13604 ],
13605 "core-js/full/observable": [
13606 "es.object.to-string",
13607 "es.string.iterator",
13608 "esnext.observable",
13609 "esnext.symbol.observable",
13610 "web.dom-collections.iterator"
13611 ],
13612 "core-js/full/parse-float": [
13613 "es.parse-float"
13614 ],
13615 "core-js/full/parse-int": [
13616 "es.parse-int"
13617 ],
13618 "core-js/full/promise": [
13619 "es.aggregate-error",
13620 "es.array.iterator",
13621 "es.object.to-string",
13622 "es.promise",
13623 "es.promise.all-settled",
13624 "es.promise.any",
13625 "es.promise.finally",
13626 "es.promise.try",
13627 "es.promise.with-resolvers",
13628 "es.string.iterator",
13629 "esnext.aggregate-error",
13630 "esnext.promise.all-settled",
13631 "esnext.promise.any",
13632 "esnext.promise.try",
13633 "esnext.promise.with-resolvers",
13634 "web.dom-collections.iterator"
13635 ],
13636 "core-js/full/promise/all-settled": [
13637 "es.array.iterator",
13638 "es.object.to-string",
13639 "es.promise",
13640 "es.promise.all-settled",
13641 "es.string.iterator",
13642 "esnext.promise.all-settled",
13643 "web.dom-collections.iterator"
13644 ],
13645 "core-js/full/promise/any": [
13646 "es.aggregate-error",
13647 "es.array.iterator",
13648 "es.object.to-string",
13649 "es.promise",
13650 "es.promise.any",
13651 "es.string.iterator",
13652 "esnext.aggregate-error",
13653 "esnext.promise.any",
13654 "web.dom-collections.iterator"
13655 ],
13656 "core-js/full/promise/finally": [
13657 "es.object.to-string",
13658 "es.promise",
13659 "es.promise.finally"
13660 ],
13661 "core-js/full/promise/try": [
13662 "es.object.to-string",
13663 "es.promise",
13664 "es.promise.try",
13665 "esnext.promise.try"
13666 ],
13667 "core-js/full/promise/with-resolvers": [
13668 "es.promise",
13669 "es.promise.with-resolvers",
13670 "esnext.promise.with-resolvers"
13671 ],
13672 "core-js/full/queue-microtask": [
13673 "web.queue-microtask"
13674 ],
13675 "core-js/full/reflect": [
13676 "es.object.to-string",
13677 "es.reflect.apply",
13678 "es.reflect.construct",
13679 "es.reflect.define-property",
13680 "es.reflect.delete-property",
13681 "es.reflect.get",
13682 "es.reflect.get-own-property-descriptor",
13683 "es.reflect.get-prototype-of",
13684 "es.reflect.has",
13685 "es.reflect.is-extensible",
13686 "es.reflect.own-keys",
13687 "es.reflect.prevent-extensions",
13688 "es.reflect.set",
13689 "es.reflect.set-prototype-of",
13690 "es.reflect.to-string-tag",
13691 "esnext.reflect.define-metadata",
13692 "esnext.reflect.delete-metadata",
13693 "esnext.reflect.get-metadata",
13694 "esnext.reflect.get-metadata-keys",
13695 "esnext.reflect.get-own-metadata",
13696 "esnext.reflect.get-own-metadata-keys",
13697 "esnext.reflect.has-metadata",
13698 "esnext.reflect.has-own-metadata",
13699 "esnext.reflect.metadata"
13700 ],
13701 "core-js/full/reflect/apply": [
13702 "es.reflect.apply"
13703 ],
13704 "core-js/full/reflect/construct": [
13705 "es.reflect.construct"
13706 ],
13707 "core-js/full/reflect/define-metadata": [
13708 "esnext.reflect.define-metadata"
13709 ],
13710 "core-js/full/reflect/define-property": [
13711 "es.reflect.define-property"
13712 ],
13713 "core-js/full/reflect/delete-metadata": [
13714 "esnext.reflect.delete-metadata"
13715 ],
13716 "core-js/full/reflect/delete-property": [
13717 "es.reflect.delete-property"
13718 ],
13719 "core-js/full/reflect/get": [
13720 "es.reflect.get"
13721 ],
13722 "core-js/full/reflect/get-metadata": [
13723 "esnext.reflect.get-metadata"
13724 ],
13725 "core-js/full/reflect/get-metadata-keys": [
13726 "esnext.reflect.get-metadata-keys"
13727 ],
13728 "core-js/full/reflect/get-own-metadata": [
13729 "esnext.reflect.get-own-metadata"
13730 ],
13731 "core-js/full/reflect/get-own-metadata-keys": [
13732 "esnext.reflect.get-own-metadata-keys"
13733 ],
13734 "core-js/full/reflect/get-own-property-descriptor": [
13735 "es.reflect.get-own-property-descriptor"
13736 ],
13737 "core-js/full/reflect/get-prototype-of": [
13738 "es.reflect.get-prototype-of"
13739 ],
13740 "core-js/full/reflect/has": [
13741 "es.reflect.has"
13742 ],
13743 "core-js/full/reflect/has-metadata": [
13744 "esnext.reflect.has-metadata"
13745 ],
13746 "core-js/full/reflect/has-own-metadata": [
13747 "esnext.reflect.has-own-metadata"
13748 ],
13749 "core-js/full/reflect/is-extensible": [
13750 "es.reflect.is-extensible"
13751 ],
13752 "core-js/full/reflect/metadata": [
13753 "esnext.reflect.metadata"
13754 ],
13755 "core-js/full/reflect/own-keys": [
13756 "es.reflect.own-keys"
13757 ],
13758 "core-js/full/reflect/prevent-extensions": [
13759 "es.reflect.prevent-extensions"
13760 ],
13761 "core-js/full/reflect/set": [
13762 "es.reflect.set"
13763 ],
13764 "core-js/full/reflect/set-prototype-of": [
13765 "es.reflect.set-prototype-of"
13766 ],
13767 "core-js/full/reflect/to-string-tag": [
13768 "es.reflect.to-string-tag"
13769 ],
13770 "core-js/full/regexp": [
13771 "es.regexp.constructor",
13772 "es.regexp.escape",
13773 "es.regexp.dot-all",
13774 "es.regexp.exec",
13775 "es.regexp.flags",
13776 "es.regexp.sticky",
13777 "es.regexp.test",
13778 "es.regexp.to-string",
13779 "es.string.match",
13780 "es.string.replace",
13781 "es.string.search",
13782 "es.string.split",
13783 "esnext.regexp.escape"
13784 ],
13785 "core-js/full/regexp/constructor": [
13786 "es.regexp.constructor",
13787 "es.regexp.dot-all",
13788 "es.regexp.exec",
13789 "es.regexp.sticky"
13790 ],
13791 "core-js/full/regexp/dot-all": [
13792 "es.regexp.constructor",
13793 "es.regexp.dot-all",
13794 "es.regexp.exec"
13795 ],
13796 "core-js/full/regexp/escape": [
13797 "es.regexp.escape",
13798 "esnext.regexp.escape"
13799 ],
13800 "core-js/full/regexp/flags": [
13801 "es.regexp.flags"
13802 ],
13803 "core-js/full/regexp/match": [
13804 "es.regexp.exec",
13805 "es.string.match"
13806 ],
13807 "core-js/full/regexp/replace": [
13808 "es.regexp.exec",
13809 "es.string.replace"
13810 ],
13811 "core-js/full/regexp/search": [
13812 "es.regexp.exec",
13813 "es.string.search"
13814 ],
13815 "core-js/full/regexp/split": [
13816 "es.regexp.exec",
13817 "es.string.split"
13818 ],
13819 "core-js/full/regexp/sticky": [
13820 "es.regexp.constructor",
13821 "es.regexp.exec",
13822 "es.regexp.sticky"
13823 ],
13824 "core-js/full/regexp/test": [
13825 "es.regexp.exec",
13826 "es.regexp.test"
13827 ],
13828 "core-js/full/regexp/to-string": [
13829 "es.regexp.to-string"
13830 ],
13831 "core-js/full/self": [
13832 "web.self"
13833 ],
13834 "core-js/full/set": [
13835 "es.array.iterator",
13836 "es.object.to-string",
13837 "es.set",
13838 "es.set.difference.v2",
13839 "es.set.intersection.v2",
13840 "es.set.is-disjoint-from.v2",
13841 "es.set.is-subset-of.v2",
13842 "es.set.is-superset-of.v2",
13843 "es.set.symmetric-difference.v2",
13844 "es.set.union.v2",
13845 "es.string.iterator",
13846 "esnext.set.add-all",
13847 "esnext.set.delete-all",
13848 "esnext.set.difference.v2",
13849 "esnext.set.difference",
13850 "esnext.set.every",
13851 "esnext.set.filter",
13852 "esnext.set.find",
13853 "esnext.set.from",
13854 "esnext.set.intersection.v2",
13855 "esnext.set.intersection",
13856 "esnext.set.is-disjoint-from.v2",
13857 "esnext.set.is-disjoint-from",
13858 "esnext.set.is-subset-of.v2",
13859 "esnext.set.is-subset-of",
13860 "esnext.set.is-superset-of.v2",
13861 "esnext.set.is-superset-of",
13862 "esnext.set.join",
13863 "esnext.set.map",
13864 "esnext.set.of",
13865 "esnext.set.reduce",
13866 "esnext.set.some",
13867 "esnext.set.symmetric-difference.v2",
13868 "esnext.set.symmetric-difference",
13869 "esnext.set.union.v2",
13870 "esnext.set.union",
13871 "web.dom-collections.iterator"
13872 ],
13873 "core-js/full/set-immediate": [
13874 "web.immediate"
13875 ],
13876 "core-js/full/set-interval": [
13877 "web.timers"
13878 ],
13879 "core-js/full/set-timeout": [
13880 "web.timers"
13881 ],
13882 "core-js/full/set/add-all": [
13883 "es.set",
13884 "esnext.set.add-all"
13885 ],
13886 "core-js/full/set/delete-all": [
13887 "es.set",
13888 "esnext.set.delete-all"
13889 ],
13890 "core-js/full/set/difference": [
13891 "es.array.iterator",
13892 "es.set",
13893 "es.set.difference.v2",
13894 "es.string.iterator",
13895 "esnext.set.difference.v2",
13896 "esnext.set.difference",
13897 "web.dom-collections.iterator"
13898 ],
13899 "core-js/full/set/every": [
13900 "es.set",
13901 "esnext.set.every"
13902 ],
13903 "core-js/full/set/filter": [
13904 "es.set",
13905 "esnext.set.filter"
13906 ],
13907 "core-js/full/set/find": [
13908 "es.set",
13909 "esnext.set.find"
13910 ],
13911 "core-js/full/set/from": [
13912 "es.array.iterator",
13913 "es.object.to-string",
13914 "es.set",
13915 "es.string.iterator",
13916 "esnext.set.add-all",
13917 "esnext.set.delete-all",
13918 "esnext.set.difference.v2",
13919 "esnext.set.every",
13920 "esnext.set.filter",
13921 "esnext.set.find",
13922 "esnext.set.from",
13923 "esnext.set.intersection.v2",
13924 "esnext.set.is-disjoint-from.v2",
13925 "esnext.set.is-subset-of.v2",
13926 "esnext.set.is-superset-of.v2",
13927 "esnext.set.join",
13928 "esnext.set.map",
13929 "esnext.set.reduce",
13930 "esnext.set.some",
13931 "esnext.set.symmetric-difference.v2",
13932 "esnext.set.union.v2",
13933 "web.dom-collections.iterator"
13934 ],
13935 "core-js/full/set/intersection": [
13936 "es.array.iterator",
13937 "es.set",
13938 "es.set.intersection.v2",
13939 "es.string.iterator",
13940 "esnext.set.intersection.v2",
13941 "esnext.set.intersection",
13942 "web.dom-collections.iterator"
13943 ],
13944 "core-js/full/set/is-disjoint-from": [
13945 "es.array.iterator",
13946 "es.set",
13947 "es.set.is-disjoint-from.v2",
13948 "es.string.iterator",
13949 "esnext.set.is-disjoint-from.v2",
13950 "esnext.set.is-disjoint-from",
13951 "web.dom-collections.iterator"
13952 ],
13953 "core-js/full/set/is-subset-of": [
13954 "es.array.iterator",
13955 "es.set",
13956 "es.set.is-subset-of.v2",
13957 "es.string.iterator",
13958 "esnext.set.is-subset-of.v2",
13959 "esnext.set.is-subset-of",
13960 "web.dom-collections.iterator"
13961 ],
13962 "core-js/full/set/is-superset-of": [
13963 "es.array.iterator",
13964 "es.set",
13965 "es.set.is-superset-of.v2",
13966 "es.string.iterator",
13967 "esnext.set.is-superset-of.v2",
13968 "esnext.set.is-superset-of",
13969 "web.dom-collections.iterator"
13970 ],
13971 "core-js/full/set/join": [
13972 "es.set",
13973 "esnext.set.join"
13974 ],
13975 "core-js/full/set/map": [
13976 "es.set",
13977 "esnext.set.map"
13978 ],
13979 "core-js/full/set/of": [
13980 "es.array.iterator",
13981 "es.object.to-string",
13982 "es.set",
13983 "esnext.set.add-all",
13984 "esnext.set.delete-all",
13985 "esnext.set.difference.v2",
13986 "esnext.set.every",
13987 "esnext.set.filter",
13988 "esnext.set.find",
13989 "esnext.set.intersection.v2",
13990 "esnext.set.is-disjoint-from.v2",
13991 "esnext.set.is-subset-of.v2",
13992 "esnext.set.is-superset-of.v2",
13993 "esnext.set.join",
13994 "esnext.set.map",
13995 "esnext.set.of",
13996 "esnext.set.reduce",
13997 "esnext.set.some",
13998 "esnext.set.symmetric-difference.v2",
13999 "esnext.set.union.v2"
14000 ],
14001 "core-js/full/set/reduce": [
14002 "es.set",
14003 "esnext.set.reduce"
14004 ],
14005 "core-js/full/set/some": [
14006 "es.set",
14007 "esnext.set.some"
14008 ],
14009 "core-js/full/set/symmetric-difference": [
14010 "es.array.iterator",
14011 "es.set",
14012 "es.set.symmetric-difference.v2",
14013 "es.string.iterator",
14014 "esnext.set.symmetric-difference.v2",
14015 "esnext.set.symmetric-difference",
14016 "web.dom-collections.iterator"
14017 ],
14018 "core-js/full/set/union": [
14019 "es.array.iterator",
14020 "es.set",
14021 "es.set.union.v2",
14022 "es.string.iterator",
14023 "esnext.set.union.v2",
14024 "esnext.set.union",
14025 "web.dom-collections.iterator"
14026 ],
14027 "core-js/full/string": [
14028 "es.object.to-string",
14029 "es.regexp.exec",
14030 "es.string.at-alternative",
14031 "es.string.code-point-at",
14032 "es.string.ends-with",
14033 "es.string.from-code-point",
14034 "es.string.includes",
14035 "es.string.is-well-formed",
14036 "es.string.iterator",
14037 "es.string.match",
14038 "es.string.match-all",
14039 "es.string.pad-end",
14040 "es.string.pad-start",
14041 "es.string.raw",
14042 "es.string.repeat",
14043 "es.string.replace",
14044 "es.string.replace-all",
14045 "es.string.search",
14046 "es.string.split",
14047 "es.string.starts-with",
14048 "es.string.substr",
14049 "es.string.to-well-formed",
14050 "es.string.trim",
14051 "es.string.trim-end",
14052 "es.string.trim-start",
14053 "es.string.anchor",
14054 "es.string.big",
14055 "es.string.blink",
14056 "es.string.bold",
14057 "es.string.fixed",
14058 "es.string.fontcolor",
14059 "es.string.fontsize",
14060 "es.string.italics",
14061 "es.string.link",
14062 "es.string.small",
14063 "es.string.strike",
14064 "es.string.sub",
14065 "es.string.sup",
14066 "es.weak-map",
14067 "esnext.string.at",
14068 "esnext.string.cooked",
14069 "esnext.string.code-points",
14070 "esnext.string.dedent",
14071 "esnext.string.is-well-formed",
14072 "esnext.string.match-all",
14073 "esnext.string.replace-all",
14074 "esnext.string.to-well-formed"
14075 ],
14076 "core-js/full/string/anchor": [
14077 "es.string.anchor"
14078 ],
14079 "core-js/full/string/at": [
14080 "es.string.at-alternative",
14081 "esnext.string.at"
14082 ],
14083 "core-js/full/string/big": [
14084 "es.string.big"
14085 ],
14086 "core-js/full/string/blink": [
14087 "es.string.blink"
14088 ],
14089 "core-js/full/string/bold": [
14090 "es.string.bold"
14091 ],
14092 "core-js/full/string/code-point-at": [
14093 "es.string.code-point-at"
14094 ],
14095 "core-js/full/string/code-points": [
14096 "es.object.to-string",
14097 "esnext.string.code-points"
14098 ],
14099 "core-js/full/string/cooked": [
14100 "esnext.string.cooked"
14101 ],
14102 "core-js/full/string/dedent": [
14103 "es.string.from-code-point",
14104 "es.weak-map",
14105 "esnext.string.dedent"
14106 ],
14107 "core-js/full/string/ends-with": [
14108 "es.string.ends-with"
14109 ],
14110 "core-js/full/string/fixed": [
14111 "es.string.fixed"
14112 ],
14113 "core-js/full/string/fontcolor": [
14114 "es.string.fontcolor"
14115 ],
14116 "core-js/full/string/fontsize": [
14117 "es.string.fontsize"
14118 ],
14119 "core-js/full/string/from-code-point": [
14120 "es.string.from-code-point"
14121 ],
14122 "core-js/full/string/includes": [
14123 "es.string.includes"
14124 ],
14125 "core-js/full/string/is-well-formed": [
14126 "es.string.is-well-formed",
14127 "esnext.string.is-well-formed"
14128 ],
14129 "core-js/full/string/italics": [
14130 "es.string.italics"
14131 ],
14132 "core-js/full/string/iterator": [
14133 "es.object.to-string",
14134 "es.string.iterator"
14135 ],
14136 "core-js/full/string/link": [
14137 "es.string.link"
14138 ],
14139 "core-js/full/string/match": [
14140 "es.regexp.exec",
14141 "es.string.match"
14142 ],
14143 "core-js/full/string/match-all": [
14144 "es.object.to-string",
14145 "es.regexp.exec",
14146 "es.string.match-all",
14147 "esnext.string.match-all"
14148 ],
14149 "core-js/full/string/pad-end": [
14150 "es.string.pad-end"
14151 ],
14152 "core-js/full/string/pad-start": [
14153 "es.string.pad-start"
14154 ],
14155 "core-js/full/string/raw": [
14156 "es.string.raw"
14157 ],
14158 "core-js/full/string/repeat": [
14159 "es.string.repeat"
14160 ],
14161 "core-js/full/string/replace": [
14162 "es.regexp.exec",
14163 "es.string.replace"
14164 ],
14165 "core-js/full/string/replace-all": [
14166 "es.regexp.exec",
14167 "es.string.replace",
14168 "es.string.replace-all",
14169 "esnext.string.replace-all"
14170 ],
14171 "core-js/full/string/search": [
14172 "es.regexp.exec",
14173 "es.string.search"
14174 ],
14175 "core-js/full/string/small": [
14176 "es.string.small"
14177 ],
14178 "core-js/full/string/split": [
14179 "es.regexp.exec",
14180 "es.string.split"
14181 ],
14182 "core-js/full/string/starts-with": [
14183 "es.string.starts-with"
14184 ],
14185 "core-js/full/string/strike": [
14186 "es.string.strike"
14187 ],
14188 "core-js/full/string/sub": [
14189 "es.string.sub"
14190 ],
14191 "core-js/full/string/substr": [
14192 "es.string.substr"
14193 ],
14194 "core-js/full/string/sup": [
14195 "es.string.sup"
14196 ],
14197 "core-js/full/string/to-well-formed": [
14198 "es.string.to-well-formed",
14199 "esnext.string.to-well-formed"
14200 ],
14201 "core-js/full/string/trim": [
14202 "es.string.trim"
14203 ],
14204 "core-js/full/string/trim-end": [
14205 "es.string.trim-end"
14206 ],
14207 "core-js/full/string/trim-left": [
14208 "es.string.trim-start"
14209 ],
14210 "core-js/full/string/trim-right": [
14211 "es.string.trim-end"
14212 ],
14213 "core-js/full/string/trim-start": [
14214 "es.string.trim-start"
14215 ],
14216 "core-js/full/string/virtual": [
14217 "es.object.to-string",
14218 "es.regexp.exec",
14219 "es.string.at-alternative",
14220 "es.string.code-point-at",
14221 "es.string.ends-with",
14222 "es.string.includes",
14223 "es.string.iterator",
14224 "es.string.match",
14225 "es.string.match-all",
14226 "es.string.pad-end",
14227 "es.string.pad-start",
14228 "es.string.repeat",
14229 "es.string.replace",
14230 "es.string.replace-all",
14231 "es.string.search",
14232 "es.string.split",
14233 "es.string.starts-with",
14234 "es.string.substr",
14235 "es.string.trim",
14236 "es.string.trim-end",
14237 "es.string.trim-start",
14238 "es.string.anchor",
14239 "es.string.big",
14240 "es.string.blink",
14241 "es.string.bold",
14242 "es.string.fixed",
14243 "es.string.fontcolor",
14244 "es.string.fontsize",
14245 "es.string.italics",
14246 "es.string.link",
14247 "es.string.small",
14248 "es.string.strike",
14249 "es.string.sub",
14250 "es.string.sup",
14251 "esnext.string.at",
14252 "esnext.string.code-points",
14253 "esnext.string.is-well-formed",
14254 "esnext.string.match-all",
14255 "esnext.string.replace-all",
14256 "esnext.string.to-well-formed"
14257 ],
14258 "core-js/full/string/virtual/anchor": [
14259 "es.string.anchor"
14260 ],
14261 "core-js/full/string/virtual/at": [
14262 "es.string.at-alternative",
14263 "esnext.string.at"
14264 ],
14265 "core-js/full/string/virtual/big": [
14266 "es.string.big"
14267 ],
14268 "core-js/full/string/virtual/blink": [
14269 "es.string.blink"
14270 ],
14271 "core-js/full/string/virtual/bold": [
14272 "es.string.bold"
14273 ],
14274 "core-js/full/string/virtual/code-point-at": [
14275 "es.string.code-point-at"
14276 ],
14277 "core-js/full/string/virtual/code-points": [
14278 "es.object.to-string",
14279 "esnext.string.code-points"
14280 ],
14281 "core-js/full/string/virtual/ends-with": [
14282 "es.string.ends-with"
14283 ],
14284 "core-js/full/string/virtual/fixed": [
14285 "es.string.fixed"
14286 ],
14287 "core-js/full/string/virtual/fontcolor": [
14288 "es.string.fontcolor"
14289 ],
14290 "core-js/full/string/virtual/fontsize": [
14291 "es.string.fontsize"
14292 ],
14293 "core-js/full/string/virtual/includes": [
14294 "es.string.includes"
14295 ],
14296 "core-js/full/string/virtual/is-well-formed": [
14297 "es.string.is-well-formed",
14298 "esnext.string.is-well-formed"
14299 ],
14300 "core-js/full/string/virtual/italics": [
14301 "es.string.italics"
14302 ],
14303 "core-js/full/string/virtual/iterator": [
14304 "es.object.to-string",
14305 "es.string.iterator"
14306 ],
14307 "core-js/full/string/virtual/link": [
14308 "es.string.link"
14309 ],
14310 "core-js/full/string/virtual/match-all": [
14311 "es.object.to-string",
14312 "es.regexp.exec",
14313 "es.string.match-all",
14314 "esnext.string.match-all"
14315 ],
14316 "core-js/full/string/virtual/pad-end": [
14317 "es.string.pad-end"
14318 ],
14319 "core-js/full/string/virtual/pad-start": [
14320 "es.string.pad-start"
14321 ],
14322 "core-js/full/string/virtual/repeat": [
14323 "es.string.repeat"
14324 ],
14325 "core-js/full/string/virtual/replace-all": [
14326 "es.regexp.exec",
14327 "es.string.replace",
14328 "es.string.replace-all",
14329 "esnext.string.replace-all"
14330 ],
14331 "core-js/full/string/virtual/small": [
14332 "es.string.small"
14333 ],
14334 "core-js/full/string/virtual/starts-with": [
14335 "es.string.starts-with"
14336 ],
14337 "core-js/full/string/virtual/strike": [
14338 "es.string.strike"
14339 ],
14340 "core-js/full/string/virtual/sub": [
14341 "es.string.sub"
14342 ],
14343 "core-js/full/string/virtual/substr": [
14344 "es.string.substr"
14345 ],
14346 "core-js/full/string/virtual/sup": [
14347 "es.string.sup"
14348 ],
14349 "core-js/full/string/virtual/to-well-formed": [
14350 "es.string.to-well-formed",
14351 "esnext.string.to-well-formed"
14352 ],
14353 "core-js/full/string/virtual/trim": [
14354 "es.string.trim"
14355 ],
14356 "core-js/full/string/virtual/trim-end": [
14357 "es.string.trim-end"
14358 ],
14359 "core-js/full/string/virtual/trim-left": [
14360 "es.string.trim-start"
14361 ],
14362 "core-js/full/string/virtual/trim-right": [
14363 "es.string.trim-end"
14364 ],
14365 "core-js/full/string/virtual/trim-start": [
14366 "es.string.trim-start"
14367 ],
14368 "core-js/full/structured-clone": [
14369 "es.error.to-string",
14370 "es.array.iterator",
14371 "es.map",
14372 "es.object.keys",
14373 "es.object.to-string",
14374 "es.set",
14375 "web.dom-exception.constructor",
14376 "web.dom-exception.stack",
14377 "web.dom-exception.to-string-tag",
14378 "web.structured-clone"
14379 ],
14380 "core-js/full/suppressed-error": [],
14381 "core-js/full/symbol": [
14382 "es.symbol",
14383 "es.symbol.description",
14384 "es.symbol.async-dispose",
14385 "es.symbol.async-iterator",
14386 "es.symbol.dispose",
14387 "es.symbol.has-instance",
14388 "es.symbol.is-concat-spreadable",
14389 "es.symbol.iterator",
14390 "es.symbol.match",
14391 "es.symbol.match-all",
14392 "es.symbol.replace",
14393 "es.symbol.search",
14394 "es.symbol.species",
14395 "es.symbol.split",
14396 "es.symbol.to-primitive",
14397 "es.symbol.to-string-tag",
14398 "es.symbol.unscopables",
14399 "es.array.concat",
14400 "es.json.to-string-tag",
14401 "es.math.to-string-tag",
14402 "es.object.to-string",
14403 "es.reflect.to-string-tag",
14404 "esnext.function.metadata",
14405 "esnext.symbol.async-dispose",
14406 "esnext.symbol.custom-matcher",
14407 "esnext.symbol.dispose",
14408 "esnext.symbol.is-registered-symbol",
14409 "esnext.symbol.is-registered",
14410 "esnext.symbol.is-well-known-symbol",
14411 "esnext.symbol.is-well-known",
14412 "esnext.symbol.matcher",
14413 "esnext.symbol.metadata",
14414 "esnext.symbol.metadata-key",
14415 "esnext.symbol.observable",
14416 "esnext.symbol.pattern-match",
14417 "esnext.symbol.replace-all",
14418 "web.dom-collections.iterator"
14419 ],
14420 "core-js/full/symbol/async-dispose": [
14421 "es.symbol.async-dispose",
14422 "esnext.symbol.async-dispose"
14423 ],
14424 "core-js/full/symbol/async-iterator": [
14425 "es.symbol.async-iterator"
14426 ],
14427 "core-js/full/symbol/custom-matcher": [
14428 "esnext.symbol.custom-matcher"
14429 ],
14430 "core-js/full/symbol/description": [
14431 "es.symbol.description"
14432 ],
14433 "core-js/full/symbol/dispose": [
14434 "es.symbol.dispose",
14435 "esnext.symbol.dispose"
14436 ],
14437 "core-js/full/symbol/for": [
14438 "es.symbol"
14439 ],
14440 "core-js/full/symbol/has-instance": [
14441 "es.symbol.has-instance",
14442 "es.function.has-instance"
14443 ],
14444 "core-js/full/symbol/is-concat-spreadable": [
14445 "es.symbol.is-concat-spreadable",
14446 "es.array.concat"
14447 ],
14448 "core-js/full/symbol/is-registered": [
14449 "es.symbol",
14450 "esnext.symbol.is-registered"
14451 ],
14452 "core-js/full/symbol/is-registered-symbol": [
14453 "es.symbol",
14454 "esnext.symbol.is-registered-symbol"
14455 ],
14456 "core-js/full/symbol/is-well-known": [
14457 "es.symbol",
14458 "esnext.symbol.is-well-known"
14459 ],
14460 "core-js/full/symbol/is-well-known-symbol": [
14461 "es.symbol",
14462 "esnext.symbol.is-well-known-symbol"
14463 ],
14464 "core-js/full/symbol/iterator": [
14465 "es.symbol.iterator",
14466 "es.array.iterator",
14467 "es.object.to-string",
14468 "es.string.iterator",
14469 "web.dom-collections.iterator"
14470 ],
14471 "core-js/full/symbol/key-for": [
14472 "es.symbol"
14473 ],
14474 "core-js/full/symbol/match": [
14475 "es.symbol.match",
14476 "es.regexp.exec",
14477 "es.string.match"
14478 ],
14479 "core-js/full/symbol/match-all": [
14480 "es.symbol.match-all",
14481 "es.object.to-string",
14482 "es.regexp.exec",
14483 "es.string.match-all"
14484 ],
14485 "core-js/full/symbol/matcher": [
14486 "esnext.symbol.matcher"
14487 ],
14488 "core-js/full/symbol/metadata": [
14489 "esnext.function.metadata",
14490 "esnext.symbol.metadata"
14491 ],
14492 "core-js/full/symbol/metadata-key": [
14493 "esnext.symbol.metadata-key"
14494 ],
14495 "core-js/full/symbol/observable": [
14496 "esnext.symbol.observable"
14497 ],
14498 "core-js/full/symbol/pattern-match": [
14499 "esnext.symbol.pattern-match"
14500 ],
14501 "core-js/full/symbol/replace": [
14502 "es.symbol.replace",
14503 "es.regexp.exec",
14504 "es.string.replace"
14505 ],
14506 "core-js/full/symbol/replace-all": [
14507 "esnext.symbol.replace-all"
14508 ],
14509 "core-js/full/symbol/search": [
14510 "es.symbol.search",
14511 "es.regexp.exec",
14512 "es.string.search"
14513 ],
14514 "core-js/full/symbol/species": [
14515 "es.symbol.species"
14516 ],
14517 "core-js/full/symbol/split": [
14518 "es.symbol.split",
14519 "es.regexp.exec",
14520 "es.string.split"
14521 ],
14522 "core-js/full/symbol/to-primitive": [
14523 "es.symbol.to-primitive",
14524 "es.date.to-primitive"
14525 ],
14526 "core-js/full/symbol/to-string-tag": [
14527 "es.symbol.to-string-tag",
14528 "es.json.to-string-tag",
14529 "es.math.to-string-tag",
14530 "es.object.to-string",
14531 "es.reflect.to-string-tag"
14532 ],
14533 "core-js/full/symbol/unscopables": [
14534 "es.symbol.unscopables"
14535 ],
14536 "core-js/full/typed-array": [
14537 "es.map",
14538 "es.object.to-string",
14539 "es.promise",
14540 "es.string.iterator",
14541 "es.typed-array.float32-array",
14542 "es.typed-array.float64-array",
14543 "es.typed-array.int8-array",
14544 "es.typed-array.int16-array",
14545 "es.typed-array.int32-array",
14546 "es.typed-array.uint8-array",
14547 "es.typed-array.uint8-clamped-array",
14548 "es.typed-array.uint16-array",
14549 "es.typed-array.uint32-array",
14550 "es.typed-array.at",
14551 "es.typed-array.copy-within",
14552 "es.typed-array.every",
14553 "es.typed-array.fill",
14554 "es.typed-array.filter",
14555 "es.typed-array.find",
14556 "es.typed-array.find-index",
14557 "es.typed-array.find-last",
14558 "es.typed-array.find-last-index",
14559 "es.typed-array.for-each",
14560 "es.typed-array.from",
14561 "es.typed-array.includes",
14562 "es.typed-array.index-of",
14563 "es.typed-array.iterator",
14564 "es.typed-array.join",
14565 "es.typed-array.last-index-of",
14566 "es.typed-array.map",
14567 "es.typed-array.of",
14568 "es.typed-array.reduce",
14569 "es.typed-array.reduce-right",
14570 "es.typed-array.reverse",
14571 "es.typed-array.set",
14572 "es.typed-array.slice",
14573 "es.typed-array.some",
14574 "es.typed-array.sort",
14575 "es.typed-array.subarray",
14576 "es.typed-array.to-locale-string",
14577 "es.typed-array.to-reversed",
14578 "es.typed-array.to-sorted",
14579 "es.typed-array.to-string",
14580 "es.typed-array.with",
14581 "es.uint8-array.from-base64",
14582 "es.uint8-array.from-hex",
14583 "es.uint8-array.set-from-base64",
14584 "es.uint8-array.set-from-hex",
14585 "es.uint8-array.to-base64",
14586 "es.uint8-array.to-hex",
14587 "esnext.typed-array.from-async",
14588 "esnext.typed-array.at",
14589 "esnext.typed-array.filter-out",
14590 "esnext.typed-array.filter-reject",
14591 "esnext.typed-array.find-last",
14592 "esnext.typed-array.find-last-index",
14593 "esnext.typed-array.group-by",
14594 "esnext.typed-array.to-reversed",
14595 "esnext.typed-array.to-sorted",
14596 "esnext.typed-array.to-spliced",
14597 "esnext.typed-array.unique-by",
14598 "esnext.typed-array.with",
14599 "esnext.uint8-array.from-base64",
14600 "esnext.uint8-array.from-hex",
14601 "esnext.uint8-array.set-from-base64",
14602 "esnext.uint8-array.set-from-hex",
14603 "esnext.uint8-array.to-base64",
14604 "esnext.uint8-array.to-hex"
14605 ],
14606 "core-js/full/typed-array/at": [
14607 "es.typed-array.at",
14608 "esnext.typed-array.at"
14609 ],
14610 "core-js/full/typed-array/copy-within": [
14611 "es.typed-array.copy-within"
14612 ],
14613 "core-js/full/typed-array/entries": [
14614 "es.object.to-string",
14615 "es.typed-array.iterator"
14616 ],
14617 "core-js/full/typed-array/every": [
14618 "es.typed-array.every"
14619 ],
14620 "core-js/full/typed-array/fill": [
14621 "es.typed-array.fill"
14622 ],
14623 "core-js/full/typed-array/filter": [
14624 "es.typed-array.filter"
14625 ],
14626 "core-js/full/typed-array/filter-out": [
14627 "esnext.typed-array.filter-out"
14628 ],
14629 "core-js/full/typed-array/filter-reject": [
14630 "esnext.typed-array.filter-reject"
14631 ],
14632 "core-js/full/typed-array/find": [
14633 "es.typed-array.find"
14634 ],
14635 "core-js/full/typed-array/find-index": [
14636 "es.typed-array.find-index"
14637 ],
14638 "core-js/full/typed-array/find-last": [
14639 "es.typed-array.find-last",
14640 "esnext.typed-array.find-last"
14641 ],
14642 "core-js/full/typed-array/find-last-index": [
14643 "es.typed-array.find-last-index",
14644 "esnext.typed-array.find-last-index"
14645 ],
14646 "core-js/full/typed-array/float32-array": [
14647 "es.array-buffer.constructor",
14648 "es.array-buffer.slice",
14649 "es.map",
14650 "es.object.to-string",
14651 "es.promise",
14652 "es.string.iterator",
14653 "es.typed-array.float32-array",
14654 "es.typed-array.at",
14655 "es.typed-array.copy-within",
14656 "es.typed-array.every",
14657 "es.typed-array.fill",
14658 "es.typed-array.filter",
14659 "es.typed-array.find",
14660 "es.typed-array.find-index",
14661 "es.typed-array.find-last",
14662 "es.typed-array.find-last-index",
14663 "es.typed-array.for-each",
14664 "es.typed-array.from",
14665 "es.typed-array.includes",
14666 "es.typed-array.index-of",
14667 "es.typed-array.iterator",
14668 "es.typed-array.join",
14669 "es.typed-array.last-index-of",
14670 "es.typed-array.map",
14671 "es.typed-array.of",
14672 "es.typed-array.reduce",
14673 "es.typed-array.reduce-right",
14674 "es.typed-array.reverse",
14675 "es.typed-array.set",
14676 "es.typed-array.slice",
14677 "es.typed-array.some",
14678 "es.typed-array.sort",
14679 "es.typed-array.subarray",
14680 "es.typed-array.to-locale-string",
14681 "es.typed-array.to-reversed",
14682 "es.typed-array.to-sorted",
14683 "es.typed-array.to-string",
14684 "es.typed-array.with",
14685 "es.uint8-array.from-base64",
14686 "es.uint8-array.from-hex",
14687 "es.uint8-array.set-from-base64",
14688 "es.uint8-array.set-from-hex",
14689 "es.uint8-array.to-base64",
14690 "es.uint8-array.to-hex",
14691 "esnext.typed-array.from-async",
14692 "esnext.typed-array.at",
14693 "esnext.typed-array.filter-out",
14694 "esnext.typed-array.filter-reject",
14695 "esnext.typed-array.find-last",
14696 "esnext.typed-array.find-last-index",
14697 "esnext.typed-array.group-by",
14698 "esnext.typed-array.to-reversed",
14699 "esnext.typed-array.to-sorted",
14700 "esnext.typed-array.to-spliced",
14701 "esnext.typed-array.unique-by",
14702 "esnext.typed-array.with",
14703 "esnext.uint8-array.from-base64",
14704 "esnext.uint8-array.from-hex",
14705 "esnext.uint8-array.set-from-base64",
14706 "esnext.uint8-array.set-from-hex",
14707 "esnext.uint8-array.to-base64",
14708 "esnext.uint8-array.to-hex"
14709 ],
14710 "core-js/full/typed-array/float64-array": [
14711 "es.array-buffer.constructor",
14712 "es.array-buffer.slice",
14713 "es.map",
14714 "es.object.to-string",
14715 "es.promise",
14716 "es.string.iterator",
14717 "es.typed-array.float64-array",
14718 "es.typed-array.at",
14719 "es.typed-array.copy-within",
14720 "es.typed-array.every",
14721 "es.typed-array.fill",
14722 "es.typed-array.filter",
14723 "es.typed-array.find",
14724 "es.typed-array.find-index",
14725 "es.typed-array.find-last",
14726 "es.typed-array.find-last-index",
14727 "es.typed-array.for-each",
14728 "es.typed-array.from",
14729 "es.typed-array.includes",
14730 "es.typed-array.index-of",
14731 "es.typed-array.iterator",
14732 "es.typed-array.join",
14733 "es.typed-array.last-index-of",
14734 "es.typed-array.map",
14735 "es.typed-array.of",
14736 "es.typed-array.reduce",
14737 "es.typed-array.reduce-right",
14738 "es.typed-array.reverse",
14739 "es.typed-array.set",
14740 "es.typed-array.slice",
14741 "es.typed-array.some",
14742 "es.typed-array.sort",
14743 "es.typed-array.subarray",
14744 "es.typed-array.to-locale-string",
14745 "es.typed-array.to-reversed",
14746 "es.typed-array.to-sorted",
14747 "es.typed-array.to-string",
14748 "es.typed-array.with",
14749 "es.uint8-array.from-base64",
14750 "es.uint8-array.from-hex",
14751 "es.uint8-array.set-from-base64",
14752 "es.uint8-array.set-from-hex",
14753 "es.uint8-array.to-base64",
14754 "es.uint8-array.to-hex",
14755 "esnext.typed-array.from-async",
14756 "esnext.typed-array.at",
14757 "esnext.typed-array.filter-out",
14758 "esnext.typed-array.filter-reject",
14759 "esnext.typed-array.find-last",
14760 "esnext.typed-array.find-last-index",
14761 "esnext.typed-array.group-by",
14762 "esnext.typed-array.to-reversed",
14763 "esnext.typed-array.to-sorted",
14764 "esnext.typed-array.to-spliced",
14765 "esnext.typed-array.unique-by",
14766 "esnext.typed-array.with",
14767 "esnext.uint8-array.from-base64",
14768 "esnext.uint8-array.from-hex",
14769 "esnext.uint8-array.set-from-base64",
14770 "esnext.uint8-array.set-from-hex",
14771 "esnext.uint8-array.to-base64",
14772 "esnext.uint8-array.to-hex"
14773 ],
14774 "core-js/full/typed-array/for-each": [
14775 "es.typed-array.for-each"
14776 ],
14777 "core-js/full/typed-array/from": [
14778 "es.typed-array.from"
14779 ],
14780 "core-js/full/typed-array/from-async": [
14781 "esnext.typed-array.from-async"
14782 ],
14783 "core-js/full/typed-array/from-base64": [
14784 "es.uint8-array.from-base64",
14785 "esnext.uint8-array.from-base64"
14786 ],
14787 "core-js/full/typed-array/from-hex": [
14788 "es.uint8-array.from-hex",
14789 "esnext.uint8-array.from-hex"
14790 ],
14791 "core-js/full/typed-array/group-by": [
14792 "esnext.typed-array.group-by"
14793 ],
14794 "core-js/full/typed-array/includes": [
14795 "es.typed-array.includes"
14796 ],
14797 "core-js/full/typed-array/index-of": [
14798 "es.typed-array.index-of"
14799 ],
14800 "core-js/full/typed-array/int16-array": [
14801 "es.array-buffer.constructor",
14802 "es.array-buffer.slice",
14803 "es.map",
14804 "es.object.to-string",
14805 "es.promise",
14806 "es.string.iterator",
14807 "es.typed-array.int16-array",
14808 "es.typed-array.at",
14809 "es.typed-array.copy-within",
14810 "es.typed-array.every",
14811 "es.typed-array.fill",
14812 "es.typed-array.filter",
14813 "es.typed-array.find",
14814 "es.typed-array.find-index",
14815 "es.typed-array.find-last",
14816 "es.typed-array.find-last-index",
14817 "es.typed-array.for-each",
14818 "es.typed-array.from",
14819 "es.typed-array.includes",
14820 "es.typed-array.index-of",
14821 "es.typed-array.iterator",
14822 "es.typed-array.join",
14823 "es.typed-array.last-index-of",
14824 "es.typed-array.map",
14825 "es.typed-array.of",
14826 "es.typed-array.reduce",
14827 "es.typed-array.reduce-right",
14828 "es.typed-array.reverse",
14829 "es.typed-array.set",
14830 "es.typed-array.slice",
14831 "es.typed-array.some",
14832 "es.typed-array.sort",
14833 "es.typed-array.subarray",
14834 "es.typed-array.to-locale-string",
14835 "es.typed-array.to-reversed",
14836 "es.typed-array.to-sorted",
14837 "es.typed-array.to-string",
14838 "es.typed-array.with",
14839 "es.uint8-array.from-base64",
14840 "es.uint8-array.from-hex",
14841 "es.uint8-array.set-from-base64",
14842 "es.uint8-array.set-from-hex",
14843 "es.uint8-array.to-base64",
14844 "es.uint8-array.to-hex",
14845 "esnext.typed-array.from-async",
14846 "esnext.typed-array.at",
14847 "esnext.typed-array.filter-out",
14848 "esnext.typed-array.filter-reject",
14849 "esnext.typed-array.find-last",
14850 "esnext.typed-array.find-last-index",
14851 "esnext.typed-array.group-by",
14852 "esnext.typed-array.to-reversed",
14853 "esnext.typed-array.to-sorted",
14854 "esnext.typed-array.to-spliced",
14855 "esnext.typed-array.unique-by",
14856 "esnext.typed-array.with",
14857 "esnext.uint8-array.from-base64",
14858 "esnext.uint8-array.from-hex",
14859 "esnext.uint8-array.set-from-base64",
14860 "esnext.uint8-array.set-from-hex",
14861 "esnext.uint8-array.to-base64",
14862 "esnext.uint8-array.to-hex"
14863 ],
14864 "core-js/full/typed-array/int32-array": [
14865 "es.array-buffer.constructor",
14866 "es.array-buffer.slice",
14867 "es.map",
14868 "es.object.to-string",
14869 "es.promise",
14870 "es.string.iterator",
14871 "es.typed-array.int32-array",
14872 "es.typed-array.at",
14873 "es.typed-array.copy-within",
14874 "es.typed-array.every",
14875 "es.typed-array.fill",
14876 "es.typed-array.filter",
14877 "es.typed-array.find",
14878 "es.typed-array.find-index",
14879 "es.typed-array.find-last",
14880 "es.typed-array.find-last-index",
14881 "es.typed-array.for-each",
14882 "es.typed-array.from",
14883 "es.typed-array.includes",
14884 "es.typed-array.index-of",
14885 "es.typed-array.iterator",
14886 "es.typed-array.join",
14887 "es.typed-array.last-index-of",
14888 "es.typed-array.map",
14889 "es.typed-array.of",
14890 "es.typed-array.reduce",
14891 "es.typed-array.reduce-right",
14892 "es.typed-array.reverse",
14893 "es.typed-array.set",
14894 "es.typed-array.slice",
14895 "es.typed-array.some",
14896 "es.typed-array.sort",
14897 "es.typed-array.subarray",
14898 "es.typed-array.to-locale-string",
14899 "es.typed-array.to-reversed",
14900 "es.typed-array.to-sorted",
14901 "es.typed-array.to-string",
14902 "es.typed-array.with",
14903 "es.uint8-array.from-base64",
14904 "es.uint8-array.from-hex",
14905 "es.uint8-array.set-from-base64",
14906 "es.uint8-array.set-from-hex",
14907 "es.uint8-array.to-base64",
14908 "es.uint8-array.to-hex",
14909 "esnext.typed-array.from-async",
14910 "esnext.typed-array.at",
14911 "esnext.typed-array.filter-out",
14912 "esnext.typed-array.filter-reject",
14913 "esnext.typed-array.find-last",
14914 "esnext.typed-array.find-last-index",
14915 "esnext.typed-array.group-by",
14916 "esnext.typed-array.to-reversed",
14917 "esnext.typed-array.to-sorted",
14918 "esnext.typed-array.to-spliced",
14919 "esnext.typed-array.unique-by",
14920 "esnext.typed-array.with",
14921 "esnext.uint8-array.from-base64",
14922 "esnext.uint8-array.from-hex",
14923 "esnext.uint8-array.set-from-base64",
14924 "esnext.uint8-array.set-from-hex",
14925 "esnext.uint8-array.to-base64",
14926 "esnext.uint8-array.to-hex"
14927 ],
14928 "core-js/full/typed-array/int8-array": [
14929 "es.array-buffer.constructor",
14930 "es.array-buffer.slice",
14931 "es.map",
14932 "es.object.to-string",
14933 "es.promise",
14934 "es.string.iterator",
14935 "es.typed-array.int8-array",
14936 "es.typed-array.at",
14937 "es.typed-array.copy-within",
14938 "es.typed-array.every",
14939 "es.typed-array.fill",
14940 "es.typed-array.filter",
14941 "es.typed-array.find",
14942 "es.typed-array.find-index",
14943 "es.typed-array.find-last",
14944 "es.typed-array.find-last-index",
14945 "es.typed-array.for-each",
14946 "es.typed-array.from",
14947 "es.typed-array.includes",
14948 "es.typed-array.index-of",
14949 "es.typed-array.iterator",
14950 "es.typed-array.join",
14951 "es.typed-array.last-index-of",
14952 "es.typed-array.map",
14953 "es.typed-array.of",
14954 "es.typed-array.reduce",
14955 "es.typed-array.reduce-right",
14956 "es.typed-array.reverse",
14957 "es.typed-array.set",
14958 "es.typed-array.slice",
14959 "es.typed-array.some",
14960 "es.typed-array.sort",
14961 "es.typed-array.subarray",
14962 "es.typed-array.to-locale-string",
14963 "es.typed-array.to-reversed",
14964 "es.typed-array.to-sorted",
14965 "es.typed-array.to-string",
14966 "es.typed-array.with",
14967 "es.uint8-array.from-base64",
14968 "es.uint8-array.from-hex",
14969 "es.uint8-array.set-from-base64",
14970 "es.uint8-array.set-from-hex",
14971 "es.uint8-array.to-base64",
14972 "es.uint8-array.to-hex",
14973 "esnext.typed-array.from-async",
14974 "esnext.typed-array.at",
14975 "esnext.typed-array.filter-out",
14976 "esnext.typed-array.filter-reject",
14977 "esnext.typed-array.find-last",
14978 "esnext.typed-array.find-last-index",
14979 "esnext.typed-array.group-by",
14980 "esnext.typed-array.to-reversed",
14981 "esnext.typed-array.to-sorted",
14982 "esnext.typed-array.to-spliced",
14983 "esnext.typed-array.unique-by",
14984 "esnext.typed-array.with",
14985 "esnext.uint8-array.from-base64",
14986 "esnext.uint8-array.from-hex",
14987 "esnext.uint8-array.set-from-base64",
14988 "esnext.uint8-array.set-from-hex",
14989 "esnext.uint8-array.to-base64",
14990 "esnext.uint8-array.to-hex"
14991 ],
14992 "core-js/full/typed-array/iterator": [
14993 "es.object.to-string",
14994 "es.typed-array.iterator"
14995 ],
14996 "core-js/full/typed-array/join": [
14997 "es.typed-array.join"
14998 ],
14999 "core-js/full/typed-array/keys": [
15000 "es.object.to-string",
15001 "es.typed-array.iterator"
15002 ],
15003 "core-js/full/typed-array/last-index-of": [
15004 "es.typed-array.last-index-of"
15005 ],
15006 "core-js/full/typed-array/map": [
15007 "es.typed-array.map"
15008 ],
15009 "core-js/full/typed-array/methods": [
15010 "es.map",
15011 "es.object.to-string",
15012 "es.promise",
15013 "es.string.iterator",
15014 "es.typed-array.at",
15015 "es.typed-array.copy-within",
15016 "es.typed-array.every",
15017 "es.typed-array.fill",
15018 "es.typed-array.filter",
15019 "es.typed-array.find",
15020 "es.typed-array.find-index",
15021 "es.typed-array.find-last",
15022 "es.typed-array.find-last-index",
15023 "es.typed-array.for-each",
15024 "es.typed-array.from",
15025 "es.typed-array.includes",
15026 "es.typed-array.index-of",
15027 "es.typed-array.iterator",
15028 "es.typed-array.join",
15029 "es.typed-array.last-index-of",
15030 "es.typed-array.map",
15031 "es.typed-array.of",
15032 "es.typed-array.reduce",
15033 "es.typed-array.reduce-right",
15034 "es.typed-array.reverse",
15035 "es.typed-array.set",
15036 "es.typed-array.slice",
15037 "es.typed-array.some",
15038 "es.typed-array.sort",
15039 "es.typed-array.subarray",
15040 "es.typed-array.to-locale-string",
15041 "es.typed-array.to-reversed",
15042 "es.typed-array.to-sorted",
15043 "es.typed-array.to-string",
15044 "es.typed-array.with",
15045 "es.uint8-array.from-base64",
15046 "es.uint8-array.from-hex",
15047 "es.uint8-array.set-from-base64",
15048 "es.uint8-array.set-from-hex",
15049 "es.uint8-array.to-base64",
15050 "es.uint8-array.to-hex",
15051 "esnext.typed-array.from-async",
15052 "esnext.typed-array.at",
15053 "esnext.typed-array.filter-out",
15054 "esnext.typed-array.filter-reject",
15055 "esnext.typed-array.find-last",
15056 "esnext.typed-array.find-last-index",
15057 "esnext.typed-array.group-by",
15058 "esnext.typed-array.to-reversed",
15059 "esnext.typed-array.to-sorted",
15060 "esnext.typed-array.to-spliced",
15061 "esnext.typed-array.unique-by",
15062 "esnext.typed-array.with",
15063 "esnext.uint8-array.from-base64",
15064 "esnext.uint8-array.from-hex",
15065 "esnext.uint8-array.set-from-base64",
15066 "esnext.uint8-array.set-from-hex",
15067 "esnext.uint8-array.to-base64",
15068 "esnext.uint8-array.to-hex"
15069 ],
15070 "core-js/full/typed-array/of": [
15071 "es.typed-array.of"
15072 ],
15073 "core-js/full/typed-array/reduce": [
15074 "es.typed-array.reduce"
15075 ],
15076 "core-js/full/typed-array/reduce-right": [
15077 "es.typed-array.reduce-right"
15078 ],
15079 "core-js/full/typed-array/reverse": [
15080 "es.typed-array.reverse"
15081 ],
15082 "core-js/full/typed-array/set": [
15083 "es.typed-array.set"
15084 ],
15085 "core-js/full/typed-array/set-from-base64": [
15086 "es.uint8-array.set-from-base64",
15087 "esnext.uint8-array.set-from-base64"
15088 ],
15089 "core-js/full/typed-array/set-from-hex": [
15090 "es.uint8-array.set-from-hex",
15091 "esnext.uint8-array.set-from-hex"
15092 ],
15093 "core-js/full/typed-array/slice": [
15094 "es.typed-array.slice"
15095 ],
15096 "core-js/full/typed-array/some": [
15097 "es.typed-array.some"
15098 ],
15099 "core-js/full/typed-array/sort": [
15100 "es.typed-array.sort"
15101 ],
15102 "core-js/full/typed-array/subarray": [
15103 "es.typed-array.subarray"
15104 ],
15105 "core-js/full/typed-array/to-base64": [
15106 "es.uint8-array.to-base64",
15107 "esnext.uint8-array.to-base64"
15108 ],
15109 "core-js/full/typed-array/to-hex": [
15110 "es.uint8-array.to-hex",
15111 "esnext.uint8-array.to-hex"
15112 ],
15113 "core-js/full/typed-array/to-locale-string": [
15114 "es.typed-array.to-locale-string"
15115 ],
15116 "core-js/full/typed-array/to-reversed": [
15117 "es.typed-array.to-reversed",
15118 "esnext.typed-array.to-reversed"
15119 ],
15120 "core-js/full/typed-array/to-sorted": [
15121 "es.typed-array.sort",
15122 "es.typed-array.to-sorted",
15123 "esnext.typed-array.to-sorted"
15124 ],
15125 "core-js/full/typed-array/to-spliced": [
15126 "esnext.typed-array.to-spliced"
15127 ],
15128 "core-js/full/typed-array/to-string": [
15129 "es.typed-array.to-string"
15130 ],
15131 "core-js/full/typed-array/uint16-array": [
15132 "es.array-buffer.constructor",
15133 "es.array-buffer.slice",
15134 "es.map",
15135 "es.object.to-string",
15136 "es.promise",
15137 "es.string.iterator",
15138 "es.typed-array.uint16-array",
15139 "es.typed-array.at",
15140 "es.typed-array.copy-within",
15141 "es.typed-array.every",
15142 "es.typed-array.fill",
15143 "es.typed-array.filter",
15144 "es.typed-array.find",
15145 "es.typed-array.find-index",
15146 "es.typed-array.find-last",
15147 "es.typed-array.find-last-index",
15148 "es.typed-array.for-each",
15149 "es.typed-array.from",
15150 "es.typed-array.includes",
15151 "es.typed-array.index-of",
15152 "es.typed-array.iterator",
15153 "es.typed-array.join",
15154 "es.typed-array.last-index-of",
15155 "es.typed-array.map",
15156 "es.typed-array.of",
15157 "es.typed-array.reduce",
15158 "es.typed-array.reduce-right",
15159 "es.typed-array.reverse",
15160 "es.typed-array.set",
15161 "es.typed-array.slice",
15162 "es.typed-array.some",
15163 "es.typed-array.sort",
15164 "es.typed-array.subarray",
15165 "es.typed-array.to-locale-string",
15166 "es.typed-array.to-reversed",
15167 "es.typed-array.to-sorted",
15168 "es.typed-array.to-string",
15169 "es.typed-array.with",
15170 "es.uint8-array.from-base64",
15171 "es.uint8-array.from-hex",
15172 "es.uint8-array.set-from-base64",
15173 "es.uint8-array.set-from-hex",
15174 "es.uint8-array.to-base64",
15175 "es.uint8-array.to-hex",
15176 "esnext.typed-array.from-async",
15177 "esnext.typed-array.at",
15178 "esnext.typed-array.filter-out",
15179 "esnext.typed-array.filter-reject",
15180 "esnext.typed-array.find-last",
15181 "esnext.typed-array.find-last-index",
15182 "esnext.typed-array.group-by",
15183 "esnext.typed-array.to-reversed",
15184 "esnext.typed-array.to-sorted",
15185 "esnext.typed-array.to-spliced",
15186 "esnext.typed-array.unique-by",
15187 "esnext.typed-array.with",
15188 "esnext.uint8-array.from-base64",
15189 "esnext.uint8-array.from-hex",
15190 "esnext.uint8-array.set-from-base64",
15191 "esnext.uint8-array.set-from-hex",
15192 "esnext.uint8-array.to-base64",
15193 "esnext.uint8-array.to-hex"
15194 ],
15195 "core-js/full/typed-array/uint32-array": [
15196 "es.array-buffer.constructor",
15197 "es.array-buffer.slice",
15198 "es.map",
15199 "es.object.to-string",
15200 "es.promise",
15201 "es.string.iterator",
15202 "es.typed-array.uint32-array",
15203 "es.typed-array.at",
15204 "es.typed-array.copy-within",
15205 "es.typed-array.every",
15206 "es.typed-array.fill",
15207 "es.typed-array.filter",
15208 "es.typed-array.find",
15209 "es.typed-array.find-index",
15210 "es.typed-array.find-last",
15211 "es.typed-array.find-last-index",
15212 "es.typed-array.for-each",
15213 "es.typed-array.from",
15214 "es.typed-array.includes",
15215 "es.typed-array.index-of",
15216 "es.typed-array.iterator",
15217 "es.typed-array.join",
15218 "es.typed-array.last-index-of",
15219 "es.typed-array.map",
15220 "es.typed-array.of",
15221 "es.typed-array.reduce",
15222 "es.typed-array.reduce-right",
15223 "es.typed-array.reverse",
15224 "es.typed-array.set",
15225 "es.typed-array.slice",
15226 "es.typed-array.some",
15227 "es.typed-array.sort",
15228 "es.typed-array.subarray",
15229 "es.typed-array.to-locale-string",
15230 "es.typed-array.to-reversed",
15231 "es.typed-array.to-sorted",
15232 "es.typed-array.to-string",
15233 "es.typed-array.with",
15234 "es.uint8-array.from-base64",
15235 "es.uint8-array.from-hex",
15236 "es.uint8-array.set-from-base64",
15237 "es.uint8-array.set-from-hex",
15238 "es.uint8-array.to-base64",
15239 "es.uint8-array.to-hex",
15240 "esnext.typed-array.from-async",
15241 "esnext.typed-array.at",
15242 "esnext.typed-array.filter-out",
15243 "esnext.typed-array.filter-reject",
15244 "esnext.typed-array.find-last",
15245 "esnext.typed-array.find-last-index",
15246 "esnext.typed-array.group-by",
15247 "esnext.typed-array.to-reversed",
15248 "esnext.typed-array.to-sorted",
15249 "esnext.typed-array.to-spliced",
15250 "esnext.typed-array.unique-by",
15251 "esnext.typed-array.with",
15252 "esnext.uint8-array.from-base64",
15253 "esnext.uint8-array.from-hex",
15254 "esnext.uint8-array.set-from-base64",
15255 "esnext.uint8-array.set-from-hex",
15256 "esnext.uint8-array.to-base64",
15257 "esnext.uint8-array.to-hex"
15258 ],
15259 "core-js/full/typed-array/uint8-array": [
15260 "es.array-buffer.constructor",
15261 "es.array-buffer.slice",
15262 "es.map",
15263 "es.object.to-string",
15264 "es.promise",
15265 "es.string.iterator",
15266 "es.typed-array.uint8-array",
15267 "es.typed-array.at",
15268 "es.typed-array.copy-within",
15269 "es.typed-array.every",
15270 "es.typed-array.fill",
15271 "es.typed-array.filter",
15272 "es.typed-array.find",
15273 "es.typed-array.find-index",
15274 "es.typed-array.find-last",
15275 "es.typed-array.find-last-index",
15276 "es.typed-array.for-each",
15277 "es.typed-array.from",
15278 "es.typed-array.includes",
15279 "es.typed-array.index-of",
15280 "es.typed-array.iterator",
15281 "es.typed-array.join",
15282 "es.typed-array.last-index-of",
15283 "es.typed-array.map",
15284 "es.typed-array.of",
15285 "es.typed-array.reduce",
15286 "es.typed-array.reduce-right",
15287 "es.typed-array.reverse",
15288 "es.typed-array.set",
15289 "es.typed-array.slice",
15290 "es.typed-array.some",
15291 "es.typed-array.sort",
15292 "es.typed-array.subarray",
15293 "es.typed-array.to-locale-string",
15294 "es.typed-array.to-reversed",
15295 "es.typed-array.to-sorted",
15296 "es.typed-array.to-string",
15297 "es.typed-array.with",
15298 "es.uint8-array.from-base64",
15299 "es.uint8-array.from-hex",
15300 "es.uint8-array.set-from-base64",
15301 "es.uint8-array.set-from-hex",
15302 "es.uint8-array.to-base64",
15303 "es.uint8-array.to-hex",
15304 "esnext.typed-array.from-async",
15305 "esnext.typed-array.at",
15306 "esnext.typed-array.filter-out",
15307 "esnext.typed-array.filter-reject",
15308 "esnext.typed-array.find-last",
15309 "esnext.typed-array.find-last-index",
15310 "esnext.typed-array.group-by",
15311 "esnext.typed-array.to-reversed",
15312 "esnext.typed-array.to-sorted",
15313 "esnext.typed-array.to-spliced",
15314 "esnext.typed-array.unique-by",
15315 "esnext.typed-array.with",
15316 "esnext.uint8-array.from-base64",
15317 "esnext.uint8-array.from-hex",
15318 "esnext.uint8-array.set-from-base64",
15319 "esnext.uint8-array.set-from-hex",
15320 "esnext.uint8-array.to-base64",
15321 "esnext.uint8-array.to-hex"
15322 ],
15323 "core-js/full/typed-array/uint8-clamped-array": [
15324 "es.array-buffer.constructor",
15325 "es.array-buffer.slice",
15326 "es.map",
15327 "es.object.to-string",
15328 "es.promise",
15329 "es.string.iterator",
15330 "es.typed-array.uint8-clamped-array",
15331 "es.typed-array.at",
15332 "es.typed-array.copy-within",
15333 "es.typed-array.every",
15334 "es.typed-array.fill",
15335 "es.typed-array.filter",
15336 "es.typed-array.find",
15337 "es.typed-array.find-index",
15338 "es.typed-array.find-last",
15339 "es.typed-array.find-last-index",
15340 "es.typed-array.for-each",
15341 "es.typed-array.from",
15342 "es.typed-array.includes",
15343 "es.typed-array.index-of",
15344 "es.typed-array.iterator",
15345 "es.typed-array.join",
15346 "es.typed-array.last-index-of",
15347 "es.typed-array.map",
15348 "es.typed-array.of",
15349 "es.typed-array.reduce",
15350 "es.typed-array.reduce-right",
15351 "es.typed-array.reverse",
15352 "es.typed-array.set",
15353 "es.typed-array.slice",
15354 "es.typed-array.some",
15355 "es.typed-array.sort",
15356 "es.typed-array.subarray",
15357 "es.typed-array.to-locale-string",
15358 "es.typed-array.to-reversed",
15359 "es.typed-array.to-sorted",
15360 "es.typed-array.to-string",
15361 "es.typed-array.with",
15362 "es.uint8-array.from-base64",
15363 "es.uint8-array.from-hex",
15364 "es.uint8-array.set-from-base64",
15365 "es.uint8-array.set-from-hex",
15366 "es.uint8-array.to-base64",
15367 "es.uint8-array.to-hex",
15368 "esnext.typed-array.from-async",
15369 "esnext.typed-array.at",
15370 "esnext.typed-array.filter-out",
15371 "esnext.typed-array.filter-reject",
15372 "esnext.typed-array.find-last",
15373 "esnext.typed-array.find-last-index",
15374 "esnext.typed-array.group-by",
15375 "esnext.typed-array.to-reversed",
15376 "esnext.typed-array.to-sorted",
15377 "esnext.typed-array.to-spliced",
15378 "esnext.typed-array.unique-by",
15379 "esnext.typed-array.with",
15380 "esnext.uint8-array.from-base64",
15381 "esnext.uint8-array.from-hex",
15382 "esnext.uint8-array.set-from-base64",
15383 "esnext.uint8-array.set-from-hex",
15384 "esnext.uint8-array.to-base64",
15385 "esnext.uint8-array.to-hex"
15386 ],
15387 "core-js/full/typed-array/unique-by": [
15388 "es.map",
15389 "esnext.typed-array.unique-by"
15390 ],
15391 "core-js/full/typed-array/values": [
15392 "es.object.to-string",
15393 "es.typed-array.iterator"
15394 ],
15395 "core-js/full/typed-array/with": [
15396 "es.typed-array.with",
15397 "esnext.typed-array.with"
15398 ],
15399 "core-js/full/unescape": [
15400 "es.unescape"
15401 ],
15402 "core-js/full/url": [
15403 "web.url",
15404 "web.url.can-parse",
15405 "web.url.parse",
15406 "web.url.to-json",
15407 "web.url-search-params",
15408 "web.url-search-params.delete",
15409 "web.url-search-params.has",
15410 "web.url-search-params.size"
15411 ],
15412 "core-js/full/url-search-params": [
15413 "web.dom-collections.iterator",
15414 "web.url-search-params",
15415 "web.url-search-params.delete",
15416 "web.url-search-params.has",
15417 "web.url-search-params.size"
15418 ],
15419 "core-js/full/url/can-parse": [
15420 "web.url",
15421 "web.url.can-parse"
15422 ],
15423 "core-js/full/url/parse": [
15424 "web.url",
15425 "web.url.parse"
15426 ],
15427 "core-js/full/url/to-json": [
15428 "web.url.to-json"
15429 ],
15430 "core-js/full/weak-map": [
15431 "es.array.iterator",
15432 "es.object.to-string",
15433 "es.string.iterator",
15434 "es.weak-map",
15435 "es.weak-map.get-or-insert",
15436 "es.weak-map.get-or-insert-computed",
15437 "esnext.weak-map.delete-all",
15438 "esnext.weak-map.from",
15439 "esnext.weak-map.of",
15440 "esnext.weak-map.emplace",
15441 "esnext.weak-map.get-or-insert",
15442 "esnext.weak-map.get-or-insert-computed",
15443 "esnext.weak-map.upsert",
15444 "web.dom-collections.iterator"
15445 ],
15446 "core-js/full/weak-map/delete-all": [
15447 "es.weak-map",
15448 "esnext.weak-map.delete-all"
15449 ],
15450 "core-js/full/weak-map/emplace": [
15451 "es.weak-map",
15452 "esnext.weak-map.emplace"
15453 ],
15454 "core-js/full/weak-map/from": [
15455 "es.array.iterator",
15456 "es.object.to-string",
15457 "es.string.iterator",
15458 "es.weak-map",
15459 "esnext.weak-map.delete-all",
15460 "esnext.weak-map.from",
15461 "esnext.weak-map.emplace",
15462 "esnext.weak-map.get-or-insert",
15463 "esnext.weak-map.get-or-insert-computed",
15464 "web.dom-collections.iterator"
15465 ],
15466 "core-js/full/weak-map/get-or-insert": [
15467 "es.weak-map",
15468 "es.weak-map.get-or-insert",
15469 "esnext.weak-map.get-or-insert"
15470 ],
15471 "core-js/full/weak-map/get-or-insert-computed": [
15472 "es.weak-map",
15473 "es.weak-map.get-or-insert-computed",
15474 "esnext.weak-map.get-or-insert-computed"
15475 ],
15476 "core-js/full/weak-map/of": [
15477 "es.array.iterator",
15478 "es.object.to-string",
15479 "es.weak-map",
15480 "esnext.weak-map.delete-all",
15481 "esnext.weak-map.of",
15482 "esnext.weak-map.emplace",
15483 "esnext.weak-map.get-or-insert",
15484 "esnext.weak-map.get-or-insert-computed"
15485 ],
15486 "core-js/full/weak-map/upsert": [
15487 "es.weak-map",
15488 "esnext.weak-map.upsert"
15489 ],
15490 "core-js/full/weak-set": [
15491 "es.array.iterator",
15492 "es.object.to-string",
15493 "es.string.iterator",
15494 "es.weak-set",
15495 "esnext.weak-set.add-all",
15496 "esnext.weak-set.delete-all",
15497 "esnext.weak-set.from",
15498 "esnext.weak-set.of",
15499 "web.dom-collections.iterator"
15500 ],
15501 "core-js/full/weak-set/add-all": [
15502 "es.weak-set",
15503 "esnext.weak-set.add-all"
15504 ],
15505 "core-js/full/weak-set/delete-all": [
15506 "es.weak-set",
15507 "esnext.weak-set.delete-all"
15508 ],
15509 "core-js/full/weak-set/from": [
15510 "es.array.iterator",
15511 "es.object.to-string",
15512 "es.string.iterator",
15513 "es.weak-set",
15514 "esnext.weak-set.add-all",
15515 "esnext.weak-set.delete-all",
15516 "esnext.weak-set.from",
15517 "web.dom-collections.iterator"
15518 ],
15519 "core-js/full/weak-set/of": [
15520 "es.array.iterator",
15521 "es.object.to-string",
15522 "es.weak-set",
15523 "esnext.weak-set.add-all",
15524 "esnext.weak-set.delete-all",
15525 "esnext.weak-set.of"
15526 ],
15527 "core-js/modules/es.aggregate-error": [
15528 "es.aggregate-error"
15529 ],
15530 "core-js/modules/es.aggregate-error.cause": [
15531 "es.aggregate-error.cause"
15532 ],
15533 "core-js/modules/es.aggregate-error.constructor": [
15534 "es.aggregate-error.constructor"
15535 ],
15536 "core-js/modules/es.array-buffer.constructor": [
15537 "es.array-buffer.constructor"
15538 ],
15539 "core-js/modules/es.array-buffer.detached": [
15540 "es.array-buffer.detached"
15541 ],
15542 "core-js/modules/es.array-buffer.is-view": [
15543 "es.array-buffer.is-view"
15544 ],
15545 "core-js/modules/es.array-buffer.slice": [
15546 "es.array-buffer.slice"
15547 ],
15548 "core-js/modules/es.array-buffer.transfer": [
15549 "es.array-buffer.transfer"
15550 ],
15551 "core-js/modules/es.array-buffer.transfer-to-fixed-length": [
15552 "es.array-buffer.transfer-to-fixed-length"
15553 ],
15554 "core-js/modules/es.array.at": [
15555 "es.array.at"
15556 ],
15557 "core-js/modules/es.array.concat": [
15558 "es.array.concat"
15559 ],
15560 "core-js/modules/es.array.copy-within": [
15561 "es.array.copy-within"
15562 ],
15563 "core-js/modules/es.array.every": [
15564 "es.array.every"
15565 ],
15566 "core-js/modules/es.array.fill": [
15567 "es.array.fill"
15568 ],
15569 "core-js/modules/es.array.filter": [
15570 "es.array.filter"
15571 ],
15572 "core-js/modules/es.array.find": [
15573 "es.array.find"
15574 ],
15575 "core-js/modules/es.array.find-index": [
15576 "es.array.find-index"
15577 ],
15578 "core-js/modules/es.array.find-last": [
15579 "es.array.find-last"
15580 ],
15581 "core-js/modules/es.array.find-last-index": [
15582 "es.array.find-last-index"
15583 ],
15584 "core-js/modules/es.array.flat": [
15585 "es.array.flat"
15586 ],
15587 "core-js/modules/es.array.flat-map": [
15588 "es.array.flat-map"
15589 ],
15590 "core-js/modules/es.array.for-each": [
15591 "es.array.for-each"
15592 ],
15593 "core-js/modules/es.array.from": [
15594 "es.array.from"
15595 ],
15596 "core-js/modules/es.array.from-async": [
15597 "es.array.from-async"
15598 ],
15599 "core-js/modules/es.array.includes": [
15600 "es.array.includes"
15601 ],
15602 "core-js/modules/es.array.index-of": [
15603 "es.array.index-of"
15604 ],
15605 "core-js/modules/es.array.is-array": [
15606 "es.array.is-array"
15607 ],
15608 "core-js/modules/es.array.iterator": [
15609 "es.array.iterator"
15610 ],
15611 "core-js/modules/es.array.join": [
15612 "es.array.join"
15613 ],
15614 "core-js/modules/es.array.last-index-of": [
15615 "es.array.last-index-of"
15616 ],
15617 "core-js/modules/es.array.map": [
15618 "es.array.map"
15619 ],
15620 "core-js/modules/es.array.of": [
15621 "es.array.of"
15622 ],
15623 "core-js/modules/es.array.push": [
15624 "es.array.push"
15625 ],
15626 "core-js/modules/es.array.reduce": [
15627 "es.array.reduce"
15628 ],
15629 "core-js/modules/es.array.reduce-right": [
15630 "es.array.reduce-right"
15631 ],
15632 "core-js/modules/es.array.reverse": [
15633 "es.array.reverse"
15634 ],
15635 "core-js/modules/es.array.slice": [
15636 "es.array.slice"
15637 ],
15638 "core-js/modules/es.array.some": [
15639 "es.array.some"
15640 ],
15641 "core-js/modules/es.array.sort": [
15642 "es.array.sort"
15643 ],
15644 "core-js/modules/es.array.species": [
15645 "es.array.species"
15646 ],
15647 "core-js/modules/es.array.splice": [
15648 "es.array.splice"
15649 ],
15650 "core-js/modules/es.array.to-reversed": [
15651 "es.array.to-reversed"
15652 ],
15653 "core-js/modules/es.array.to-sorted": [
15654 "es.array.to-sorted"
15655 ],
15656 "core-js/modules/es.array.to-spliced": [
15657 "es.array.to-spliced"
15658 ],
15659 "core-js/modules/es.array.unscopables.flat": [
15660 "es.array.unscopables.flat"
15661 ],
15662 "core-js/modules/es.array.unscopables.flat-map": [
15663 "es.array.unscopables.flat-map"
15664 ],
15665 "core-js/modules/es.array.unshift": [
15666 "es.array.unshift"
15667 ],
15668 "core-js/modules/es.array.with": [
15669 "es.array.with"
15670 ],
15671 "core-js/modules/es.async-disposable-stack.constructor": [
15672 "es.async-disposable-stack.constructor"
15673 ],
15674 "core-js/modules/es.async-iterator.async-dispose": [
15675 "es.async-iterator.async-dispose"
15676 ],
15677 "core-js/modules/es.data-view": [
15678 "es.data-view"
15679 ],
15680 "core-js/modules/es.data-view.constructor": [
15681 "es.data-view.constructor"
15682 ],
15683 "core-js/modules/es.data-view.get-float16": [
15684 "es.data-view.get-float16"
15685 ],
15686 "core-js/modules/es.data-view.set-float16": [
15687 "es.data-view.set-float16"
15688 ],
15689 "core-js/modules/es.date.get-year": [
15690 "es.date.get-year"
15691 ],
15692 "core-js/modules/es.date.now": [
15693 "es.date.now"
15694 ],
15695 "core-js/modules/es.date.set-year": [
15696 "es.date.set-year"
15697 ],
15698 "core-js/modules/es.date.to-gmt-string": [
15699 "es.date.to-gmt-string"
15700 ],
15701 "core-js/modules/es.date.to-iso-string": [
15702 "es.date.to-iso-string"
15703 ],
15704 "core-js/modules/es.date.to-json": [
15705 "es.date.to-json"
15706 ],
15707 "core-js/modules/es.date.to-primitive": [
15708 "es.date.to-primitive"
15709 ],
15710 "core-js/modules/es.date.to-string": [
15711 "es.date.to-string"
15712 ],
15713 "core-js/modules/es.disposable-stack.constructor": [
15714 "es.disposable-stack.constructor"
15715 ],
15716 "core-js/modules/es.error.cause": [
15717 "es.error.cause"
15718 ],
15719 "core-js/modules/es.error.is-error": [
15720 "es.error.is-error"
15721 ],
15722 "core-js/modules/es.error.to-string": [
15723 "es.error.to-string"
15724 ],
15725 "core-js/modules/es.escape": [
15726 "es.escape"
15727 ],
15728 "core-js/modules/es.function.bind": [
15729 "es.function.bind"
15730 ],
15731 "core-js/modules/es.function.has-instance": [
15732 "es.function.has-instance"
15733 ],
15734 "core-js/modules/es.function.name": [
15735 "es.function.name"
15736 ],
15737 "core-js/modules/es.global-this": [
15738 "es.global-this"
15739 ],
15740 "core-js/modules/es.iterator.concat": [
15741 "es.iterator.concat"
15742 ],
15743 "core-js/modules/es.iterator.constructor": [
15744 "es.iterator.constructor"
15745 ],
15746 "core-js/modules/es.iterator.dispose": [
15747 "es.iterator.dispose"
15748 ],
15749 "core-js/modules/es.iterator.drop": [
15750 "es.iterator.drop"
15751 ],
15752 "core-js/modules/es.iterator.every": [
15753 "es.iterator.every"
15754 ],
15755 "core-js/modules/es.iterator.filter": [
15756 "es.iterator.filter"
15757 ],
15758 "core-js/modules/es.iterator.find": [
15759 "es.iterator.find"
15760 ],
15761 "core-js/modules/es.iterator.flat-map": [
15762 "es.iterator.flat-map"
15763 ],
15764 "core-js/modules/es.iterator.for-each": [
15765 "es.iterator.for-each"
15766 ],
15767 "core-js/modules/es.iterator.from": [
15768 "es.iterator.from"
15769 ],
15770 "core-js/modules/es.iterator.map": [
15771 "es.iterator.map"
15772 ],
15773 "core-js/modules/es.iterator.reduce": [
15774 "es.iterator.reduce"
15775 ],
15776 "core-js/modules/es.iterator.some": [
15777 "es.iterator.some"
15778 ],
15779 "core-js/modules/es.iterator.take": [
15780 "es.iterator.take"
15781 ],
15782 "core-js/modules/es.iterator.to-array": [
15783 "es.iterator.to-array"
15784 ],
15785 "core-js/modules/es.json.is-raw-json": [
15786 "es.json.is-raw-json"
15787 ],
15788 "core-js/modules/es.json.parse": [
15789 "es.json.parse"
15790 ],
15791 "core-js/modules/es.json.raw-json": [
15792 "es.json.raw-json"
15793 ],
15794 "core-js/modules/es.json.stringify": [
15795 "es.json.stringify"
15796 ],
15797 "core-js/modules/es.json.to-string-tag": [
15798 "es.json.to-string-tag"
15799 ],
15800 "core-js/modules/es.map": [
15801 "es.map"
15802 ],
15803 "core-js/modules/es.map.constructor": [
15804 "es.map.constructor"
15805 ],
15806 "core-js/modules/es.map.get-or-insert": [
15807 "es.map.get-or-insert"
15808 ],
15809 "core-js/modules/es.map.get-or-insert-computed": [
15810 "es.map.get-or-insert-computed"
15811 ],
15812 "core-js/modules/es.map.group-by": [
15813 "es.map.group-by"
15814 ],
15815 "core-js/modules/es.math.acosh": [
15816 "es.math.acosh"
15817 ],
15818 "core-js/modules/es.math.asinh": [
15819 "es.math.asinh"
15820 ],
15821 "core-js/modules/es.math.atanh": [
15822 "es.math.atanh"
15823 ],
15824 "core-js/modules/es.math.cbrt": [
15825 "es.math.cbrt"
15826 ],
15827 "core-js/modules/es.math.clz32": [
15828 "es.math.clz32"
15829 ],
15830 "core-js/modules/es.math.cosh": [
15831 "es.math.cosh"
15832 ],
15833 "core-js/modules/es.math.expm1": [
15834 "es.math.expm1"
15835 ],
15836 "core-js/modules/es.math.f16round": [
15837 "es.math.f16round"
15838 ],
15839 "core-js/modules/es.math.fround": [
15840 "es.math.fround"
15841 ],
15842 "core-js/modules/es.math.hypot": [
15843 "es.math.hypot"
15844 ],
15845 "core-js/modules/es.math.imul": [
15846 "es.math.imul"
15847 ],
15848 "core-js/modules/es.math.log10": [
15849 "es.math.log10"
15850 ],
15851 "core-js/modules/es.math.log1p": [
15852 "es.math.log1p"
15853 ],
15854 "core-js/modules/es.math.log2": [
15855 "es.math.log2"
15856 ],
15857 "core-js/modules/es.math.sign": [
15858 "es.math.sign"
15859 ],
15860 "core-js/modules/es.math.sinh": [
15861 "es.math.sinh"
15862 ],
15863 "core-js/modules/es.math.sum-precise": [
15864 "es.math.sum-precise"
15865 ],
15866 "core-js/modules/es.math.tanh": [
15867 "es.math.tanh"
15868 ],
15869 "core-js/modules/es.math.to-string-tag": [
15870 "es.math.to-string-tag"
15871 ],
15872 "core-js/modules/es.math.trunc": [
15873 "es.math.trunc"
15874 ],
15875 "core-js/modules/es.number.constructor": [
15876 "es.number.constructor"
15877 ],
15878 "core-js/modules/es.number.epsilon": [
15879 "es.number.epsilon"
15880 ],
15881 "core-js/modules/es.number.is-finite": [
15882 "es.number.is-finite"
15883 ],
15884 "core-js/modules/es.number.is-integer": [
15885 "es.number.is-integer"
15886 ],
15887 "core-js/modules/es.number.is-nan": [
15888 "es.number.is-nan"
15889 ],
15890 "core-js/modules/es.number.is-safe-integer": [
15891 "es.number.is-safe-integer"
15892 ],
15893 "core-js/modules/es.number.max-safe-integer": [
15894 "es.number.max-safe-integer"
15895 ],
15896 "core-js/modules/es.number.min-safe-integer": [
15897 "es.number.min-safe-integer"
15898 ],
15899 "core-js/modules/es.number.parse-float": [
15900 "es.number.parse-float"
15901 ],
15902 "core-js/modules/es.number.parse-int": [
15903 "es.number.parse-int"
15904 ],
15905 "core-js/modules/es.number.to-exponential": [
15906 "es.number.to-exponential"
15907 ],
15908 "core-js/modules/es.number.to-fixed": [
15909 "es.number.to-fixed"
15910 ],
15911 "core-js/modules/es.number.to-precision": [
15912 "es.number.to-precision"
15913 ],
15914 "core-js/modules/es.object.assign": [
15915 "es.object.assign"
15916 ],
15917 "core-js/modules/es.object.create": [
15918 "es.object.create"
15919 ],
15920 "core-js/modules/es.object.define-getter": [
15921 "es.object.define-getter"
15922 ],
15923 "core-js/modules/es.object.define-properties": [
15924 "es.object.define-properties"
15925 ],
15926 "core-js/modules/es.object.define-property": [
15927 "es.object.define-property"
15928 ],
15929 "core-js/modules/es.object.define-setter": [
15930 "es.object.define-setter"
15931 ],
15932 "core-js/modules/es.object.entries": [
15933 "es.object.entries"
15934 ],
15935 "core-js/modules/es.object.freeze": [
15936 "es.object.freeze"
15937 ],
15938 "core-js/modules/es.object.from-entries": [
15939 "es.object.from-entries"
15940 ],
15941 "core-js/modules/es.object.get-own-property-descriptor": [
15942 "es.object.get-own-property-descriptor"
15943 ],
15944 "core-js/modules/es.object.get-own-property-descriptors": [
15945 "es.object.get-own-property-descriptors"
15946 ],
15947 "core-js/modules/es.object.get-own-property-names": [
15948 "es.object.get-own-property-names"
15949 ],
15950 "core-js/modules/es.object.get-own-property-symbols": [
15951 "es.object.get-own-property-symbols"
15952 ],
15953 "core-js/modules/es.object.get-prototype-of": [
15954 "es.object.get-prototype-of"
15955 ],
15956 "core-js/modules/es.object.group-by": [
15957 "es.object.group-by"
15958 ],
15959 "core-js/modules/es.object.has-own": [
15960 "es.object.has-own"
15961 ],
15962 "core-js/modules/es.object.is": [
15963 "es.object.is"
15964 ],
15965 "core-js/modules/es.object.is-extensible": [
15966 "es.object.is-extensible"
15967 ],
15968 "core-js/modules/es.object.is-frozen": [
15969 "es.object.is-frozen"
15970 ],
15971 "core-js/modules/es.object.is-sealed": [
15972 "es.object.is-sealed"
15973 ],
15974 "core-js/modules/es.object.keys": [
15975 "es.object.keys"
15976 ],
15977 "core-js/modules/es.object.lookup-getter": [
15978 "es.object.lookup-getter"
15979 ],
15980 "core-js/modules/es.object.lookup-setter": [
15981 "es.object.lookup-setter"
15982 ],
15983 "core-js/modules/es.object.prevent-extensions": [
15984 "es.object.prevent-extensions"
15985 ],
15986 "core-js/modules/es.object.proto": [
15987 "es.object.proto"
15988 ],
15989 "core-js/modules/es.object.seal": [
15990 "es.object.seal"
15991 ],
15992 "core-js/modules/es.object.set-prototype-of": [
15993 "es.object.set-prototype-of"
15994 ],
15995 "core-js/modules/es.object.to-string": [
15996 "es.object.to-string"
15997 ],
15998 "core-js/modules/es.object.values": [
15999 "es.object.values"
16000 ],
16001 "core-js/modules/es.parse-float": [
16002 "es.parse-float"
16003 ],
16004 "core-js/modules/es.parse-int": [
16005 "es.parse-int"
16006 ],
16007 "core-js/modules/es.promise": [
16008 "es.promise"
16009 ],
16010 "core-js/modules/es.promise.all": [
16011 "es.promise.all"
16012 ],
16013 "core-js/modules/es.promise.all-settled": [
16014 "es.promise.all-settled"
16015 ],
16016 "core-js/modules/es.promise.any": [
16017 "es.promise.any"
16018 ],
16019 "core-js/modules/es.promise.catch": [
16020 "es.promise.catch"
16021 ],
16022 "core-js/modules/es.promise.constructor": [
16023 "es.promise.constructor"
16024 ],
16025 "core-js/modules/es.promise.finally": [
16026 "es.promise.finally"
16027 ],
16028 "core-js/modules/es.promise.race": [
16029 "es.promise.race"
16030 ],
16031 "core-js/modules/es.promise.reject": [
16032 "es.promise.reject"
16033 ],
16034 "core-js/modules/es.promise.resolve": [
16035 "es.promise.resolve"
16036 ],
16037 "core-js/modules/es.promise.try": [
16038 "es.promise.try"
16039 ],
16040 "core-js/modules/es.promise.with-resolvers": [
16041 "es.promise.with-resolvers"
16042 ],
16043 "core-js/modules/es.reflect.apply": [
16044 "es.reflect.apply"
16045 ],
16046 "core-js/modules/es.reflect.construct": [
16047 "es.reflect.construct"
16048 ],
16049 "core-js/modules/es.reflect.define-property": [
16050 "es.reflect.define-property"
16051 ],
16052 "core-js/modules/es.reflect.delete-property": [
16053 "es.reflect.delete-property"
16054 ],
16055 "core-js/modules/es.reflect.get": [
16056 "es.reflect.get"
16057 ],
16058 "core-js/modules/es.reflect.get-own-property-descriptor": [
16059 "es.reflect.get-own-property-descriptor"
16060 ],
16061 "core-js/modules/es.reflect.get-prototype-of": [
16062 "es.reflect.get-prototype-of"
16063 ],
16064 "core-js/modules/es.reflect.has": [
16065 "es.reflect.has"
16066 ],
16067 "core-js/modules/es.reflect.is-extensible": [
16068 "es.reflect.is-extensible"
16069 ],
16070 "core-js/modules/es.reflect.own-keys": [
16071 "es.reflect.own-keys"
16072 ],
16073 "core-js/modules/es.reflect.prevent-extensions": [
16074 "es.reflect.prevent-extensions"
16075 ],
16076 "core-js/modules/es.reflect.set": [
16077 "es.reflect.set"
16078 ],
16079 "core-js/modules/es.reflect.set-prototype-of": [
16080 "es.reflect.set-prototype-of"
16081 ],
16082 "core-js/modules/es.reflect.to-string-tag": [
16083 "es.reflect.to-string-tag"
16084 ],
16085 "core-js/modules/es.regexp.constructor": [
16086 "es.regexp.constructor"
16087 ],
16088 "core-js/modules/es.regexp.dot-all": [
16089 "es.regexp.dot-all"
16090 ],
16091 "core-js/modules/es.regexp.escape": [
16092 "es.regexp.escape"
16093 ],
16094 "core-js/modules/es.regexp.exec": [
16095 "es.regexp.exec"
16096 ],
16097 "core-js/modules/es.regexp.flags": [
16098 "es.regexp.flags"
16099 ],
16100 "core-js/modules/es.regexp.sticky": [
16101 "es.regexp.sticky"
16102 ],
16103 "core-js/modules/es.regexp.test": [
16104 "es.regexp.test"
16105 ],
16106 "core-js/modules/es.regexp.to-string": [
16107 "es.regexp.to-string"
16108 ],
16109 "core-js/modules/es.set": [
16110 "es.set"
16111 ],
16112 "core-js/modules/es.set.constructor": [
16113 "es.set.constructor"
16114 ],
16115 "core-js/modules/es.set.difference.v2": [
16116 "es.set.difference.v2"
16117 ],
16118 "core-js/modules/es.set.intersection.v2": [
16119 "es.set.intersection.v2"
16120 ],
16121 "core-js/modules/es.set.is-disjoint-from.v2": [
16122 "es.set.is-disjoint-from.v2"
16123 ],
16124 "core-js/modules/es.set.is-subset-of.v2": [
16125 "es.set.is-subset-of.v2"
16126 ],
16127 "core-js/modules/es.set.is-superset-of.v2": [
16128 "es.set.is-superset-of.v2"
16129 ],
16130 "core-js/modules/es.set.symmetric-difference.v2": [
16131 "es.set.symmetric-difference.v2"
16132 ],
16133 "core-js/modules/es.set.union.v2": [
16134 "es.set.union.v2"
16135 ],
16136 "core-js/modules/es.string.anchor": [
16137 "es.string.anchor"
16138 ],
16139 "core-js/modules/es.string.at-alternative": [
16140 "es.string.at-alternative"
16141 ],
16142 "core-js/modules/es.string.big": [
16143 "es.string.big"
16144 ],
16145 "core-js/modules/es.string.blink": [
16146 "es.string.blink"
16147 ],
16148 "core-js/modules/es.string.bold": [
16149 "es.string.bold"
16150 ],
16151 "core-js/modules/es.string.code-point-at": [
16152 "es.string.code-point-at"
16153 ],
16154 "core-js/modules/es.string.ends-with": [
16155 "es.string.ends-with"
16156 ],
16157 "core-js/modules/es.string.fixed": [
16158 "es.string.fixed"
16159 ],
16160 "core-js/modules/es.string.fontcolor": [
16161 "es.string.fontcolor"
16162 ],
16163 "core-js/modules/es.string.fontsize": [
16164 "es.string.fontsize"
16165 ],
16166 "core-js/modules/es.string.from-code-point": [
16167 "es.string.from-code-point"
16168 ],
16169 "core-js/modules/es.string.includes": [
16170 "es.string.includes"
16171 ],
16172 "core-js/modules/es.string.is-well-formed": [
16173 "es.string.is-well-formed"
16174 ],
16175 "core-js/modules/es.string.italics": [
16176 "es.string.italics"
16177 ],
16178 "core-js/modules/es.string.iterator": [
16179 "es.string.iterator"
16180 ],
16181 "core-js/modules/es.string.link": [
16182 "es.string.link"
16183 ],
16184 "core-js/modules/es.string.match": [
16185 "es.string.match"
16186 ],
16187 "core-js/modules/es.string.match-all": [
16188 "es.string.match-all"
16189 ],
16190 "core-js/modules/es.string.pad-end": [
16191 "es.string.pad-end"
16192 ],
16193 "core-js/modules/es.string.pad-start": [
16194 "es.string.pad-start"
16195 ],
16196 "core-js/modules/es.string.raw": [
16197 "es.string.raw"
16198 ],
16199 "core-js/modules/es.string.repeat": [
16200 "es.string.repeat"
16201 ],
16202 "core-js/modules/es.string.replace": [
16203 "es.string.replace"
16204 ],
16205 "core-js/modules/es.string.replace-all": [
16206 "es.string.replace-all"
16207 ],
16208 "core-js/modules/es.string.search": [
16209 "es.string.search"
16210 ],
16211 "core-js/modules/es.string.small": [
16212 "es.string.small"
16213 ],
16214 "core-js/modules/es.string.split": [
16215 "es.string.split"
16216 ],
16217 "core-js/modules/es.string.starts-with": [
16218 "es.string.starts-with"
16219 ],
16220 "core-js/modules/es.string.strike": [
16221 "es.string.strike"
16222 ],
16223 "core-js/modules/es.string.sub": [
16224 "es.string.sub"
16225 ],
16226 "core-js/modules/es.string.substr": [
16227 "es.string.substr"
16228 ],
16229 "core-js/modules/es.string.sup": [
16230 "es.string.sup"
16231 ],
16232 "core-js/modules/es.string.to-well-formed": [
16233 "es.string.to-well-formed"
16234 ],
16235 "core-js/modules/es.string.trim": [
16236 "es.string.trim"
16237 ],
16238 "core-js/modules/es.string.trim-end": [
16239 "es.string.trim-end"
16240 ],
16241 "core-js/modules/es.string.trim-left": [
16242 "es.string.trim-left"
16243 ],
16244 "core-js/modules/es.string.trim-right": [
16245 "es.string.trim-right"
16246 ],
16247 "core-js/modules/es.string.trim-start": [
16248 "es.string.trim-start"
16249 ],
16250 "core-js/modules/es.suppressed-error.constructor": [
16251 "es.suppressed-error.constructor"
16252 ],
16253 "core-js/modules/es.symbol": [
16254 "es.symbol"
16255 ],
16256 "core-js/modules/es.symbol.async-dispose": [
16257 "es.symbol.async-dispose"
16258 ],
16259 "core-js/modules/es.symbol.async-iterator": [
16260 "es.symbol.async-iterator"
16261 ],
16262 "core-js/modules/es.symbol.constructor": [
16263 "es.symbol.constructor"
16264 ],
16265 "core-js/modules/es.symbol.description": [
16266 "es.symbol.description"
16267 ],
16268 "core-js/modules/es.symbol.dispose": [
16269 "es.symbol.dispose"
16270 ],
16271 "core-js/modules/es.symbol.for": [
16272 "es.symbol.for"
16273 ],
16274 "core-js/modules/es.symbol.has-instance": [
16275 "es.symbol.has-instance"
16276 ],
16277 "core-js/modules/es.symbol.is-concat-spreadable": [
16278 "es.symbol.is-concat-spreadable"
16279 ],
16280 "core-js/modules/es.symbol.iterator": [
16281 "es.symbol.iterator"
16282 ],
16283 "core-js/modules/es.symbol.key-for": [
16284 "es.symbol.key-for"
16285 ],
16286 "core-js/modules/es.symbol.match": [
16287 "es.symbol.match"
16288 ],
16289 "core-js/modules/es.symbol.match-all": [
16290 "es.symbol.match-all"
16291 ],
16292 "core-js/modules/es.symbol.replace": [
16293 "es.symbol.replace"
16294 ],
16295 "core-js/modules/es.symbol.search": [
16296 "es.symbol.search"
16297 ],
16298 "core-js/modules/es.symbol.species": [
16299 "es.symbol.species"
16300 ],
16301 "core-js/modules/es.symbol.split": [
16302 "es.symbol.split"
16303 ],
16304 "core-js/modules/es.symbol.to-primitive": [
16305 "es.symbol.to-primitive"
16306 ],
16307 "core-js/modules/es.symbol.to-string-tag": [
16308 "es.symbol.to-string-tag"
16309 ],
16310 "core-js/modules/es.symbol.unscopables": [
16311 "es.symbol.unscopables"
16312 ],
16313 "core-js/modules/es.typed-array.at": [
16314 "es.typed-array.at"
16315 ],
16316 "core-js/modules/es.typed-array.copy-within": [
16317 "es.typed-array.copy-within"
16318 ],
16319 "core-js/modules/es.typed-array.every": [
16320 "es.typed-array.every"
16321 ],
16322 "core-js/modules/es.typed-array.fill": [
16323 "es.typed-array.fill"
16324 ],
16325 "core-js/modules/es.typed-array.filter": [
16326 "es.typed-array.filter"
16327 ],
16328 "core-js/modules/es.typed-array.find": [
16329 "es.typed-array.find"
16330 ],
16331 "core-js/modules/es.typed-array.find-index": [
16332 "es.typed-array.find-index"
16333 ],
16334 "core-js/modules/es.typed-array.find-last": [
16335 "es.typed-array.find-last"
16336 ],
16337 "core-js/modules/es.typed-array.find-last-index": [
16338 "es.typed-array.find-last-index"
16339 ],
16340 "core-js/modules/es.typed-array.float32-array": [
16341 "es.typed-array.float32-array"
16342 ],
16343 "core-js/modules/es.typed-array.float64-array": [
16344 "es.typed-array.float64-array"
16345 ],
16346 "core-js/modules/es.typed-array.for-each": [
16347 "es.typed-array.for-each"
16348 ],
16349 "core-js/modules/es.typed-array.from": [
16350 "es.typed-array.from"
16351 ],
16352 "core-js/modules/es.typed-array.includes": [
16353 "es.typed-array.includes"
16354 ],
16355 "core-js/modules/es.typed-array.index-of": [
16356 "es.typed-array.index-of"
16357 ],
16358 "core-js/modules/es.typed-array.int16-array": [
16359 "es.typed-array.int16-array"
16360 ],
16361 "core-js/modules/es.typed-array.int32-array": [
16362 "es.typed-array.int32-array"
16363 ],
16364 "core-js/modules/es.typed-array.int8-array": [
16365 "es.typed-array.int8-array"
16366 ],
16367 "core-js/modules/es.typed-array.iterator": [
16368 "es.typed-array.iterator"
16369 ],
16370 "core-js/modules/es.typed-array.join": [
16371 "es.typed-array.join"
16372 ],
16373 "core-js/modules/es.typed-array.last-index-of": [
16374 "es.typed-array.last-index-of"
16375 ],
16376 "core-js/modules/es.typed-array.map": [
16377 "es.typed-array.map"
16378 ],
16379 "core-js/modules/es.typed-array.of": [
16380 "es.typed-array.of"
16381 ],
16382 "core-js/modules/es.typed-array.reduce": [
16383 "es.typed-array.reduce"
16384 ],
16385 "core-js/modules/es.typed-array.reduce-right": [
16386 "es.typed-array.reduce-right"
16387 ],
16388 "core-js/modules/es.typed-array.reverse": [
16389 "es.typed-array.reverse"
16390 ],
16391 "core-js/modules/es.typed-array.set": [
16392 "es.typed-array.set"
16393 ],
16394 "core-js/modules/es.typed-array.slice": [
16395 "es.typed-array.slice"
16396 ],
16397 "core-js/modules/es.typed-array.some": [
16398 "es.typed-array.some"
16399 ],
16400 "core-js/modules/es.typed-array.sort": [
16401 "es.typed-array.sort"
16402 ],
16403 "core-js/modules/es.typed-array.subarray": [
16404 "es.typed-array.subarray"
16405 ],
16406 "core-js/modules/es.typed-array.to-locale-string": [
16407 "es.typed-array.to-locale-string"
16408 ],
16409 "core-js/modules/es.typed-array.to-reversed": [
16410 "es.typed-array.to-reversed"
16411 ],
16412 "core-js/modules/es.typed-array.to-sorted": [
16413 "es.typed-array.to-sorted"
16414 ],
16415 "core-js/modules/es.typed-array.to-string": [
16416 "es.typed-array.to-string"
16417 ],
16418 "core-js/modules/es.typed-array.uint16-array": [
16419 "es.typed-array.uint16-array"
16420 ],
16421 "core-js/modules/es.typed-array.uint32-array": [
16422 "es.typed-array.uint32-array"
16423 ],
16424 "core-js/modules/es.typed-array.uint8-array": [
16425 "es.typed-array.uint8-array"
16426 ],
16427 "core-js/modules/es.typed-array.uint8-clamped-array": [
16428 "es.typed-array.uint8-clamped-array"
16429 ],
16430 "core-js/modules/es.typed-array.with": [
16431 "es.typed-array.with"
16432 ],
16433 "core-js/modules/es.uint8-array.from-base64": [
16434 "es.uint8-array.from-base64"
16435 ],
16436 "core-js/modules/es.uint8-array.from-hex": [
16437 "es.uint8-array.from-hex"
16438 ],
16439 "core-js/modules/es.uint8-array.set-from-base64": [
16440 "es.uint8-array.set-from-base64"
16441 ],
16442 "core-js/modules/es.uint8-array.set-from-hex": [
16443 "es.uint8-array.set-from-hex"
16444 ],
16445 "core-js/modules/es.uint8-array.to-base64": [
16446 "es.uint8-array.to-base64"
16447 ],
16448 "core-js/modules/es.uint8-array.to-hex": [
16449 "es.uint8-array.to-hex"
16450 ],
16451 "core-js/modules/es.unescape": [
16452 "es.unescape"
16453 ],
16454 "core-js/modules/es.weak-map": [
16455 "es.weak-map"
16456 ],
16457 "core-js/modules/es.weak-map.constructor": [
16458 "es.weak-map.constructor"
16459 ],
16460 "core-js/modules/es.weak-map.get-or-insert": [
16461 "es.weak-map.get-or-insert"
16462 ],
16463 "core-js/modules/es.weak-map.get-or-insert-computed": [
16464 "es.weak-map.get-or-insert-computed"
16465 ],
16466 "core-js/modules/es.weak-set": [
16467 "es.weak-set"
16468 ],
16469 "core-js/modules/es.weak-set.constructor": [
16470 "es.weak-set.constructor"
16471 ],
16472 "core-js/modules/esnext.aggregate-error": [
16473 "esnext.aggregate-error"
16474 ],
16475 "core-js/modules/esnext.array-buffer.detached": [
16476 "esnext.array-buffer.detached"
16477 ],
16478 "core-js/modules/esnext.array-buffer.transfer": [
16479 "esnext.array-buffer.transfer"
16480 ],
16481 "core-js/modules/esnext.array-buffer.transfer-to-fixed-length": [
16482 "esnext.array-buffer.transfer-to-fixed-length"
16483 ],
16484 "core-js/modules/esnext.array.at": [
16485 "esnext.array.at"
16486 ],
16487 "core-js/modules/esnext.array.filter-out": [
16488 "esnext.array.filter-out"
16489 ],
16490 "core-js/modules/esnext.array.filter-reject": [
16491 "esnext.array.filter-reject"
16492 ],
16493 "core-js/modules/esnext.array.find-last": [
16494 "esnext.array.find-last"
16495 ],
16496 "core-js/modules/esnext.array.find-last-index": [
16497 "esnext.array.find-last-index"
16498 ],
16499 "core-js/modules/esnext.array.from-async": [
16500 "esnext.array.from-async"
16501 ],
16502 "core-js/modules/esnext.array.group": [
16503 "esnext.array.group"
16504 ],
16505 "core-js/modules/esnext.array.group-by": [
16506 "esnext.array.group-by"
16507 ],
16508 "core-js/modules/esnext.array.group-by-to-map": [
16509 "esnext.array.group-by-to-map"
16510 ],
16511 "core-js/modules/esnext.array.group-to-map": [
16512 "esnext.array.group-to-map"
16513 ],
16514 "core-js/modules/esnext.array.is-template-object": [
16515 "esnext.array.is-template-object"
16516 ],
16517 "core-js/modules/esnext.array.last-index": [
16518 "esnext.array.last-index"
16519 ],
16520 "core-js/modules/esnext.array.last-item": [
16521 "esnext.array.last-item"
16522 ],
16523 "core-js/modules/esnext.array.to-reversed": [
16524 "esnext.array.to-reversed"
16525 ],
16526 "core-js/modules/esnext.array.to-sorted": [
16527 "esnext.array.to-sorted"
16528 ],
16529 "core-js/modules/esnext.array.to-spliced": [
16530 "esnext.array.to-spliced"
16531 ],
16532 "core-js/modules/esnext.array.unique-by": [
16533 "esnext.array.unique-by"
16534 ],
16535 "core-js/modules/esnext.array.with": [
16536 "esnext.array.with"
16537 ],
16538 "core-js/modules/esnext.async-disposable-stack.constructor": [
16539 "esnext.async-disposable-stack.constructor"
16540 ],
16541 "core-js/modules/esnext.async-iterator.as-indexed-pairs": [
16542 "esnext.async-iterator.as-indexed-pairs"
16543 ],
16544 "core-js/modules/esnext.async-iterator.async-dispose": [
16545 "esnext.async-iterator.async-dispose"
16546 ],
16547 "core-js/modules/esnext.async-iterator.constructor": [
16548 "esnext.async-iterator.constructor"
16549 ],
16550 "core-js/modules/esnext.async-iterator.drop": [
16551 "esnext.async-iterator.drop"
16552 ],
16553 "core-js/modules/esnext.async-iterator.every": [
16554 "esnext.async-iterator.every"
16555 ],
16556 "core-js/modules/esnext.async-iterator.filter": [
16557 "esnext.async-iterator.filter"
16558 ],
16559 "core-js/modules/esnext.async-iterator.find": [
16560 "esnext.async-iterator.find"
16561 ],
16562 "core-js/modules/esnext.async-iterator.flat-map": [
16563 "esnext.async-iterator.flat-map"
16564 ],
16565 "core-js/modules/esnext.async-iterator.for-each": [
16566 "esnext.async-iterator.for-each"
16567 ],
16568 "core-js/modules/esnext.async-iterator.from": [
16569 "esnext.async-iterator.from"
16570 ],
16571 "core-js/modules/esnext.async-iterator.indexed": [
16572 "esnext.async-iterator.indexed"
16573 ],
16574 "core-js/modules/esnext.async-iterator.map": [
16575 "esnext.async-iterator.map"
16576 ],
16577 "core-js/modules/esnext.async-iterator.reduce": [
16578 "esnext.async-iterator.reduce"
16579 ],
16580 "core-js/modules/esnext.async-iterator.some": [
16581 "esnext.async-iterator.some"
16582 ],
16583 "core-js/modules/esnext.async-iterator.take": [
16584 "esnext.async-iterator.take"
16585 ],
16586 "core-js/modules/esnext.async-iterator.to-array": [
16587 "esnext.async-iterator.to-array"
16588 ],
16589 "core-js/modules/esnext.bigint.range": [
16590 "esnext.bigint.range"
16591 ],
16592 "core-js/modules/esnext.composite-key": [
16593 "esnext.composite-key"
16594 ],
16595 "core-js/modules/esnext.composite-symbol": [
16596 "esnext.composite-symbol"
16597 ],
16598 "core-js/modules/esnext.data-view.get-float16": [
16599 "esnext.data-view.get-float16"
16600 ],
16601 "core-js/modules/esnext.data-view.get-uint8-clamped": [
16602 "esnext.data-view.get-uint8-clamped"
16603 ],
16604 "core-js/modules/esnext.data-view.set-float16": [
16605 "esnext.data-view.set-float16"
16606 ],
16607 "core-js/modules/esnext.data-view.set-uint8-clamped": [
16608 "esnext.data-view.set-uint8-clamped"
16609 ],
16610 "core-js/modules/esnext.disposable-stack.constructor": [
16611 "esnext.disposable-stack.constructor"
16612 ],
16613 "core-js/modules/esnext.error.is-error": [
16614 "esnext.error.is-error"
16615 ],
16616 "core-js/modules/esnext.function.demethodize": [
16617 "esnext.function.demethodize"
16618 ],
16619 "core-js/modules/esnext.function.is-callable": [
16620 "esnext.function.is-callable"
16621 ],
16622 "core-js/modules/esnext.function.is-constructor": [
16623 "esnext.function.is-constructor"
16624 ],
16625 "core-js/modules/esnext.function.metadata": [
16626 "esnext.function.metadata"
16627 ],
16628 "core-js/modules/esnext.function.un-this": [
16629 "esnext.function.un-this"
16630 ],
16631 "core-js/modules/esnext.global-this": [
16632 "esnext.global-this"
16633 ],
16634 "core-js/modules/esnext.iterator.as-indexed-pairs": [
16635 "esnext.iterator.as-indexed-pairs"
16636 ],
16637 "core-js/modules/esnext.iterator.chunks": [
16638 "esnext.iterator.chunks"
16639 ],
16640 "core-js/modules/esnext.iterator.concat": [
16641 "esnext.iterator.concat"
16642 ],
16643 "core-js/modules/esnext.iterator.constructor": [
16644 "esnext.iterator.constructor"
16645 ],
16646 "core-js/modules/esnext.iterator.dispose": [
16647 "esnext.iterator.dispose"
16648 ],
16649 "core-js/modules/esnext.iterator.drop": [
16650 "esnext.iterator.drop"
16651 ],
16652 "core-js/modules/esnext.iterator.every": [
16653 "esnext.iterator.every"
16654 ],
16655 "core-js/modules/esnext.iterator.filter": [
16656 "esnext.iterator.filter"
16657 ],
16658 "core-js/modules/esnext.iterator.find": [
16659 "esnext.iterator.find"
16660 ],
16661 "core-js/modules/esnext.iterator.flat-map": [
16662 "esnext.iterator.flat-map"
16663 ],
16664 "core-js/modules/esnext.iterator.for-each": [
16665 "esnext.iterator.for-each"
16666 ],
16667 "core-js/modules/esnext.iterator.from": [
16668 "esnext.iterator.from"
16669 ],
16670 "core-js/modules/esnext.iterator.indexed": [
16671 "esnext.iterator.indexed"
16672 ],
16673 "core-js/modules/esnext.iterator.map": [
16674 "esnext.iterator.map"
16675 ],
16676 "core-js/modules/esnext.iterator.range": [
16677 "esnext.iterator.range"
16678 ],
16679 "core-js/modules/esnext.iterator.reduce": [
16680 "esnext.iterator.reduce"
16681 ],
16682 "core-js/modules/esnext.iterator.sliding": [
16683 "esnext.iterator.sliding"
16684 ],
16685 "core-js/modules/esnext.iterator.some": [
16686 "esnext.iterator.some"
16687 ],
16688 "core-js/modules/esnext.iterator.take": [
16689 "esnext.iterator.take"
16690 ],
16691 "core-js/modules/esnext.iterator.to-array": [
16692 "esnext.iterator.to-array"
16693 ],
16694 "core-js/modules/esnext.iterator.to-async": [
16695 "esnext.iterator.to-async"
16696 ],
16697 "core-js/modules/esnext.iterator.windows": [
16698 "esnext.iterator.windows"
16699 ],
16700 "core-js/modules/esnext.iterator.zip": [
16701 "esnext.iterator.zip"
16702 ],
16703 "core-js/modules/esnext.iterator.zip-keyed": [
16704 "esnext.iterator.zip-keyed"
16705 ],
16706 "core-js/modules/esnext.json.is-raw-json": [
16707 "esnext.json.is-raw-json"
16708 ],
16709 "core-js/modules/esnext.json.parse": [
16710 "esnext.json.parse"
16711 ],
16712 "core-js/modules/esnext.json.raw-json": [
16713 "esnext.json.raw-json"
16714 ],
16715 "core-js/modules/esnext.map.delete-all": [
16716 "esnext.map.delete-all"
16717 ],
16718 "core-js/modules/esnext.map.emplace": [
16719 "esnext.map.emplace"
16720 ],
16721 "core-js/modules/esnext.map.every": [
16722 "esnext.map.every"
16723 ],
16724 "core-js/modules/esnext.map.filter": [
16725 "esnext.map.filter"
16726 ],
16727 "core-js/modules/esnext.map.find": [
16728 "esnext.map.find"
16729 ],
16730 "core-js/modules/esnext.map.find-key": [
16731 "esnext.map.find-key"
16732 ],
16733 "core-js/modules/esnext.map.from": [
16734 "esnext.map.from"
16735 ],
16736 "core-js/modules/esnext.map.get-or-insert": [
16737 "esnext.map.get-or-insert"
16738 ],
16739 "core-js/modules/esnext.map.get-or-insert-computed": [
16740 "esnext.map.get-or-insert-computed"
16741 ],
16742 "core-js/modules/esnext.map.group-by": [
16743 "esnext.map.group-by"
16744 ],
16745 "core-js/modules/esnext.map.includes": [
16746 "esnext.map.includes"
16747 ],
16748 "core-js/modules/esnext.map.key-by": [
16749 "esnext.map.key-by"
16750 ],
16751 "core-js/modules/esnext.map.key-of": [
16752 "esnext.map.key-of"
16753 ],
16754 "core-js/modules/esnext.map.map-keys": [
16755 "esnext.map.map-keys"
16756 ],
16757 "core-js/modules/esnext.map.map-values": [
16758 "esnext.map.map-values"
16759 ],
16760 "core-js/modules/esnext.map.merge": [
16761 "esnext.map.merge"
16762 ],
16763 "core-js/modules/esnext.map.of": [
16764 "esnext.map.of"
16765 ],
16766 "core-js/modules/esnext.map.reduce": [
16767 "esnext.map.reduce"
16768 ],
16769 "core-js/modules/esnext.map.some": [
16770 "esnext.map.some"
16771 ],
16772 "core-js/modules/esnext.map.update": [
16773 "esnext.map.update"
16774 ],
16775 "core-js/modules/esnext.map.update-or-insert": [
16776 "esnext.map.update-or-insert"
16777 ],
16778 "core-js/modules/esnext.map.upsert": [
16779 "esnext.map.upsert"
16780 ],
16781 "core-js/modules/esnext.math.clamp": [
16782 "esnext.math.clamp"
16783 ],
16784 "core-js/modules/esnext.math.deg-per-rad": [
16785 "esnext.math.deg-per-rad"
16786 ],
16787 "core-js/modules/esnext.math.degrees": [
16788 "esnext.math.degrees"
16789 ],
16790 "core-js/modules/esnext.math.f16round": [
16791 "esnext.math.f16round"
16792 ],
16793 "core-js/modules/esnext.math.fscale": [
16794 "esnext.math.fscale"
16795 ],
16796 "core-js/modules/esnext.math.iaddh": [
16797 "esnext.math.iaddh"
16798 ],
16799 "core-js/modules/esnext.math.imulh": [
16800 "esnext.math.imulh"
16801 ],
16802 "core-js/modules/esnext.math.isubh": [
16803 "esnext.math.isubh"
16804 ],
16805 "core-js/modules/esnext.math.rad-per-deg": [
16806 "esnext.math.rad-per-deg"
16807 ],
16808 "core-js/modules/esnext.math.radians": [
16809 "esnext.math.radians"
16810 ],
16811 "core-js/modules/esnext.math.scale": [
16812 "esnext.math.scale"
16813 ],
16814 "core-js/modules/esnext.math.seeded-prng": [
16815 "esnext.math.seeded-prng"
16816 ],
16817 "core-js/modules/esnext.math.signbit": [
16818 "esnext.math.signbit"
16819 ],
16820 "core-js/modules/esnext.math.sum-precise": [
16821 "esnext.math.sum-precise"
16822 ],
16823 "core-js/modules/esnext.math.umulh": [
16824 "esnext.math.umulh"
16825 ],
16826 "core-js/modules/esnext.number.clamp": [
16827 "esnext.number.clamp"
16828 ],
16829 "core-js/modules/esnext.number.from-string": [
16830 "esnext.number.from-string"
16831 ],
16832 "core-js/modules/esnext.number.range": [
16833 "esnext.number.range"
16834 ],
16835 "core-js/modules/esnext.object.group-by": [
16836 "esnext.object.group-by"
16837 ],
16838 "core-js/modules/esnext.object.has-own": [
16839 "esnext.object.has-own"
16840 ],
16841 "core-js/modules/esnext.object.iterate-entries": [
16842 "esnext.object.iterate-entries"
16843 ],
16844 "core-js/modules/esnext.object.iterate-keys": [
16845 "esnext.object.iterate-keys"
16846 ],
16847 "core-js/modules/esnext.object.iterate-values": [
16848 "esnext.object.iterate-values"
16849 ],
16850 "core-js/modules/esnext.observable": [
16851 "esnext.observable"
16852 ],
16853 "core-js/modules/esnext.observable.constructor": [
16854 "esnext.observable.constructor"
16855 ],
16856 "core-js/modules/esnext.observable.from": [
16857 "esnext.observable.from"
16858 ],
16859 "core-js/modules/esnext.observable.of": [
16860 "esnext.observable.of"
16861 ],
16862 "core-js/modules/esnext.promise.all-settled": [
16863 "esnext.promise.all-settled"
16864 ],
16865 "core-js/modules/esnext.promise.any": [
16866 "esnext.promise.any"
16867 ],
16868 "core-js/modules/esnext.promise.try": [
16869 "esnext.promise.try"
16870 ],
16871 "core-js/modules/esnext.promise.with-resolvers": [
16872 "esnext.promise.with-resolvers"
16873 ],
16874 "core-js/modules/esnext.reflect.define-metadata": [
16875 "esnext.reflect.define-metadata"
16876 ],
16877 "core-js/modules/esnext.reflect.delete-metadata": [
16878 "esnext.reflect.delete-metadata"
16879 ],
16880 "core-js/modules/esnext.reflect.get-metadata": [
16881 "esnext.reflect.get-metadata"
16882 ],
16883 "core-js/modules/esnext.reflect.get-metadata-keys": [
16884 "esnext.reflect.get-metadata-keys"
16885 ],
16886 "core-js/modules/esnext.reflect.get-own-metadata": [
16887 "esnext.reflect.get-own-metadata"
16888 ],
16889 "core-js/modules/esnext.reflect.get-own-metadata-keys": [
16890 "esnext.reflect.get-own-metadata-keys"
16891 ],
16892 "core-js/modules/esnext.reflect.has-metadata": [
16893 "esnext.reflect.has-metadata"
16894 ],
16895 "core-js/modules/esnext.reflect.has-own-metadata": [
16896 "esnext.reflect.has-own-metadata"
16897 ],
16898 "core-js/modules/esnext.reflect.metadata": [
16899 "esnext.reflect.metadata"
16900 ],
16901 "core-js/modules/esnext.regexp.escape": [
16902 "esnext.regexp.escape"
16903 ],
16904 "core-js/modules/esnext.set.add-all": [
16905 "esnext.set.add-all"
16906 ],
16907 "core-js/modules/esnext.set.delete-all": [
16908 "esnext.set.delete-all"
16909 ],
16910 "core-js/modules/esnext.set.difference": [
16911 "esnext.set.difference"
16912 ],
16913 "core-js/modules/esnext.set.difference.v2": [
16914 "esnext.set.difference.v2"
16915 ],
16916 "core-js/modules/esnext.set.every": [
16917 "esnext.set.every"
16918 ],
16919 "core-js/modules/esnext.set.filter": [
16920 "esnext.set.filter"
16921 ],
16922 "core-js/modules/esnext.set.find": [
16923 "esnext.set.find"
16924 ],
16925 "core-js/modules/esnext.set.from": [
16926 "esnext.set.from"
16927 ],
16928 "core-js/modules/esnext.set.intersection": [
16929 "esnext.set.intersection"
16930 ],
16931 "core-js/modules/esnext.set.intersection.v2": [
16932 "esnext.set.intersection.v2"
16933 ],
16934 "core-js/modules/esnext.set.is-disjoint-from": [
16935 "esnext.set.is-disjoint-from"
16936 ],
16937 "core-js/modules/esnext.set.is-disjoint-from.v2": [
16938 "esnext.set.is-disjoint-from.v2"
16939 ],
16940 "core-js/modules/esnext.set.is-subset-of": [
16941 "esnext.set.is-subset-of"
16942 ],
16943 "core-js/modules/esnext.set.is-subset-of.v2": [
16944 "esnext.set.is-subset-of.v2"
16945 ],
16946 "core-js/modules/esnext.set.is-superset-of": [
16947 "esnext.set.is-superset-of"
16948 ],
16949 "core-js/modules/esnext.set.is-superset-of.v2": [
16950 "esnext.set.is-superset-of.v2"
16951 ],
16952 "core-js/modules/esnext.set.join": [
16953 "esnext.set.join"
16954 ],
16955 "core-js/modules/esnext.set.map": [
16956 "esnext.set.map"
16957 ],
16958 "core-js/modules/esnext.set.of": [
16959 "esnext.set.of"
16960 ],
16961 "core-js/modules/esnext.set.reduce": [
16962 "esnext.set.reduce"
16963 ],
16964 "core-js/modules/esnext.set.some": [
16965 "esnext.set.some"
16966 ],
16967 "core-js/modules/esnext.set.symmetric-difference": [
16968 "esnext.set.symmetric-difference"
16969 ],
16970 "core-js/modules/esnext.set.symmetric-difference.v2": [
16971 "esnext.set.symmetric-difference.v2"
16972 ],
16973 "core-js/modules/esnext.set.union": [
16974 "esnext.set.union"
16975 ],
16976 "core-js/modules/esnext.set.union.v2": [
16977 "esnext.set.union.v2"
16978 ],
16979 "core-js/modules/esnext.string.at": [
16980 "esnext.string.at"
16981 ],
16982 "core-js/modules/esnext.string.at-alternative": [
16983 "esnext.string.at-alternative"
16984 ],
16985 "core-js/modules/esnext.string.code-points": [
16986 "esnext.string.code-points"
16987 ],
16988 "core-js/modules/esnext.string.cooked": [
16989 "esnext.string.cooked"
16990 ],
16991 "core-js/modules/esnext.string.dedent": [
16992 "esnext.string.dedent"
16993 ],
16994 "core-js/modules/esnext.string.is-well-formed": [
16995 "esnext.string.is-well-formed"
16996 ],
16997 "core-js/modules/esnext.string.match-all": [
16998 "esnext.string.match-all"
16999 ],
17000 "core-js/modules/esnext.string.replace-all": [
17001 "esnext.string.replace-all"
17002 ],
17003 "core-js/modules/esnext.string.to-well-formed": [
17004 "esnext.string.to-well-formed"
17005 ],
17006 "core-js/modules/esnext.suppressed-error.constructor": [
17007 "esnext.suppressed-error.constructor"
17008 ],
17009 "core-js/modules/esnext.symbol.async-dispose": [
17010 "esnext.symbol.async-dispose"
17011 ],
17012 "core-js/modules/esnext.symbol.custom-matcher": [
17013 "esnext.symbol.custom-matcher"
17014 ],
17015 "core-js/modules/esnext.symbol.dispose": [
17016 "esnext.symbol.dispose"
17017 ],
17018 "core-js/modules/esnext.symbol.is-registered": [
17019 "esnext.symbol.is-registered"
17020 ],
17021 "core-js/modules/esnext.symbol.is-registered-symbol": [
17022 "esnext.symbol.is-registered-symbol"
17023 ],
17024 "core-js/modules/esnext.symbol.is-well-known": [
17025 "esnext.symbol.is-well-known"
17026 ],
17027 "core-js/modules/esnext.symbol.is-well-known-symbol": [
17028 "esnext.symbol.is-well-known-symbol"
17029 ],
17030 "core-js/modules/esnext.symbol.matcher": [
17031 "esnext.symbol.matcher"
17032 ],
17033 "core-js/modules/esnext.symbol.metadata": [
17034 "esnext.symbol.metadata"
17035 ],
17036 "core-js/modules/esnext.symbol.metadata-key": [
17037 "esnext.symbol.metadata-key"
17038 ],
17039 "core-js/modules/esnext.symbol.observable": [
17040 "esnext.symbol.observable"
17041 ],
17042 "core-js/modules/esnext.symbol.pattern-match": [
17043 "esnext.symbol.pattern-match"
17044 ],
17045 "core-js/modules/esnext.symbol.replace-all": [
17046 "esnext.symbol.replace-all"
17047 ],
17048 "core-js/modules/esnext.typed-array.at": [
17049 "esnext.typed-array.at"
17050 ],
17051 "core-js/modules/esnext.typed-array.filter-out": [
17052 "esnext.typed-array.filter-out"
17053 ],
17054 "core-js/modules/esnext.typed-array.filter-reject": [
17055 "esnext.typed-array.filter-reject"
17056 ],
17057 "core-js/modules/esnext.typed-array.find-last": [
17058 "esnext.typed-array.find-last"
17059 ],
17060 "core-js/modules/esnext.typed-array.find-last-index": [
17061 "esnext.typed-array.find-last-index"
17062 ],
17063 "core-js/modules/esnext.typed-array.from-async": [
17064 "esnext.typed-array.from-async"
17065 ],
17066 "core-js/modules/esnext.typed-array.group-by": [
17067 "esnext.typed-array.group-by"
17068 ],
17069 "core-js/modules/esnext.typed-array.to-reversed": [
17070 "esnext.typed-array.to-reversed"
17071 ],
17072 "core-js/modules/esnext.typed-array.to-sorted": [
17073 "esnext.typed-array.to-sorted"
17074 ],
17075 "core-js/modules/esnext.typed-array.to-spliced": [
17076 "esnext.typed-array.to-spliced"
17077 ],
17078 "core-js/modules/esnext.typed-array.unique-by": [
17079 "esnext.typed-array.unique-by"
17080 ],
17081 "core-js/modules/esnext.typed-array.with": [
17082 "esnext.typed-array.with"
17083 ],
17084 "core-js/modules/esnext.uint8-array.from-base64": [
17085 "esnext.uint8-array.from-base64"
17086 ],
17087 "core-js/modules/esnext.uint8-array.from-hex": [
17088 "esnext.uint8-array.from-hex"
17089 ],
17090 "core-js/modules/esnext.uint8-array.set-from-base64": [
17091 "esnext.uint8-array.set-from-base64"
17092 ],
17093 "core-js/modules/esnext.uint8-array.set-from-hex": [
17094 "esnext.uint8-array.set-from-hex"
17095 ],
17096 "core-js/modules/esnext.uint8-array.to-base64": [
17097 "esnext.uint8-array.to-base64"
17098 ],
17099 "core-js/modules/esnext.uint8-array.to-hex": [
17100 "esnext.uint8-array.to-hex"
17101 ],
17102 "core-js/modules/esnext.weak-map.delete-all": [
17103 "esnext.weak-map.delete-all"
17104 ],
17105 "core-js/modules/esnext.weak-map.emplace": [
17106 "esnext.weak-map.emplace"
17107 ],
17108 "core-js/modules/esnext.weak-map.from": [
17109 "esnext.weak-map.from"
17110 ],
17111 "core-js/modules/esnext.weak-map.get-or-insert": [
17112 "esnext.weak-map.get-or-insert"
17113 ],
17114 "core-js/modules/esnext.weak-map.get-or-insert-computed": [
17115 "esnext.weak-map.get-or-insert-computed"
17116 ],
17117 "core-js/modules/esnext.weak-map.of": [
17118 "esnext.weak-map.of"
17119 ],
17120 "core-js/modules/esnext.weak-map.upsert": [
17121 "esnext.weak-map.upsert"
17122 ],
17123 "core-js/modules/esnext.weak-set.add-all": [
17124 "esnext.weak-set.add-all"
17125 ],
17126 "core-js/modules/esnext.weak-set.delete-all": [
17127 "esnext.weak-set.delete-all"
17128 ],
17129 "core-js/modules/esnext.weak-set.from": [
17130 "esnext.weak-set.from"
17131 ],
17132 "core-js/modules/esnext.weak-set.of": [
17133 "esnext.weak-set.of"
17134 ],
17135 "core-js/modules/web.atob": [
17136 "web.atob"
17137 ],
17138 "core-js/modules/web.btoa": [
17139 "web.btoa"
17140 ],
17141 "core-js/modules/web.clear-immediate": [
17142 "web.clear-immediate"
17143 ],
17144 "core-js/modules/web.dom-collections.for-each": [
17145 "web.dom-collections.for-each"
17146 ],
17147 "core-js/modules/web.dom-collections.iterator": [
17148 "web.dom-collections.iterator"
17149 ],
17150 "core-js/modules/web.dom-exception.constructor": [
17151 "web.dom-exception.constructor"
17152 ],
17153 "core-js/modules/web.dom-exception.stack": [
17154 "web.dom-exception.stack"
17155 ],
17156 "core-js/modules/web.dom-exception.to-string-tag": [
17157 "web.dom-exception.to-string-tag"
17158 ],
17159 "core-js/modules/web.immediate": [
17160 "web.immediate"
17161 ],
17162 "core-js/modules/web.queue-microtask": [
17163 "web.queue-microtask"
17164 ],
17165 "core-js/modules/web.self": [
17166 "web.self"
17167 ],
17168 "core-js/modules/web.set-immediate": [
17169 "web.set-immediate"
17170 ],
17171 "core-js/modules/web.set-interval": [
17172 "web.set-interval"
17173 ],
17174 "core-js/modules/web.set-timeout": [
17175 "web.set-timeout"
17176 ],
17177 "core-js/modules/web.structured-clone": [
17178 "web.structured-clone"
17179 ],
17180 "core-js/modules/web.timers": [
17181 "web.timers"
17182 ],
17183 "core-js/modules/web.url": [
17184 "web.url"
17185 ],
17186 "core-js/modules/web.url-search-params": [
17187 "web.url-search-params"
17188 ],
17189 "core-js/modules/web.url-search-params.constructor": [
17190 "web.url-search-params.constructor"
17191 ],
17192 "core-js/modules/web.url-search-params.delete": [
17193 "web.url-search-params.delete"
17194 ],
17195 "core-js/modules/web.url-search-params.has": [
17196 "web.url-search-params.has"
17197 ],
17198 "core-js/modules/web.url-search-params.size": [
17199 "web.url-search-params.size"
17200 ],
17201 "core-js/modules/web.url.can-parse": [
17202 "web.url.can-parse"
17203 ],
17204 "core-js/modules/web.url.constructor": [
17205 "web.url.constructor"
17206 ],
17207 "core-js/modules/web.url.parse": [
17208 "web.url.parse"
17209 ],
17210 "core-js/modules/web.url.to-json": [
17211 "web.url.to-json"
17212 ],
17213 "core-js/proposals": [
17214 "es.map",
17215 "es.string.at-alternative",
17216 "esnext.aggregate-error",
17217 "esnext.suppressed-error.constructor",
17218 "esnext.array.from-async",
17219 "esnext.array.at",
17220 "esnext.array.filter-out",
17221 "esnext.array.filter-reject",
17222 "esnext.array.find-last",
17223 "esnext.array.find-last-index",
17224 "esnext.array.group",
17225 "esnext.array.group-by",
17226 "esnext.array.group-by-to-map",
17227 "esnext.array.group-to-map",
17228 "esnext.array.is-template-object",
17229 "esnext.array.last-index",
17230 "esnext.array.last-item",
17231 "esnext.array.to-reversed",
17232 "esnext.array.to-sorted",
17233 "esnext.array.to-spliced",
17234 "esnext.array.unique-by",
17235 "esnext.array.with",
17236 "esnext.array-buffer.detached",
17237 "esnext.array-buffer.transfer",
17238 "esnext.array-buffer.transfer-to-fixed-length",
17239 "esnext.async-disposable-stack.constructor",
17240 "esnext.async-iterator.constructor",
17241 "esnext.async-iterator.as-indexed-pairs",
17242 "esnext.async-iterator.async-dispose",
17243 "esnext.async-iterator.drop",
17244 "esnext.async-iterator.every",
17245 "esnext.async-iterator.filter",
17246 "esnext.async-iterator.find",
17247 "esnext.async-iterator.flat-map",
17248 "esnext.async-iterator.for-each",
17249 "esnext.async-iterator.from",
17250 "esnext.async-iterator.indexed",
17251 "esnext.async-iterator.map",
17252 "esnext.async-iterator.reduce",
17253 "esnext.async-iterator.some",
17254 "esnext.async-iterator.take",
17255 "esnext.async-iterator.to-array",
17256 "esnext.bigint.range",
17257 "esnext.composite-key",
17258 "esnext.composite-symbol",
17259 "esnext.data-view.get-float16",
17260 "esnext.data-view.get-uint8-clamped",
17261 "esnext.data-view.set-float16",
17262 "esnext.data-view.set-uint8-clamped",
17263 "esnext.disposable-stack.constructor",
17264 "esnext.error.is-error",
17265 "esnext.function.demethodize",
17266 "esnext.function.is-callable",
17267 "esnext.function.is-constructor",
17268 "esnext.function.metadata",
17269 "esnext.function.un-this",
17270 "esnext.global-this",
17271 "esnext.iterator.constructor",
17272 "esnext.iterator.as-indexed-pairs",
17273 "esnext.iterator.chunks",
17274 "esnext.iterator.concat",
17275 "esnext.iterator.dispose",
17276 "esnext.iterator.drop",
17277 "esnext.iterator.every",
17278 "esnext.iterator.filter",
17279 "esnext.iterator.find",
17280 "esnext.iterator.flat-map",
17281 "esnext.iterator.for-each",
17282 "esnext.iterator.from",
17283 "esnext.iterator.indexed",
17284 "esnext.iterator.map",
17285 "esnext.iterator.range",
17286 "esnext.iterator.reduce",
17287 "esnext.iterator.sliding",
17288 "esnext.iterator.some",
17289 "esnext.iterator.take",
17290 "esnext.iterator.to-array",
17291 "esnext.iterator.to-async",
17292 "esnext.iterator.windows",
17293 "esnext.iterator.zip",
17294 "esnext.iterator.zip-keyed",
17295 "esnext.json.is-raw-json",
17296 "esnext.json.parse",
17297 "esnext.json.raw-json",
17298 "esnext.map.delete-all",
17299 "esnext.map.emplace",
17300 "esnext.map.every",
17301 "esnext.map.filter",
17302 "esnext.map.find",
17303 "esnext.map.find-key",
17304 "esnext.map.from",
17305 "esnext.map.get-or-insert",
17306 "esnext.map.get-or-insert-computed",
17307 "esnext.map.group-by",
17308 "esnext.map.includes",
17309 "esnext.map.key-by",
17310 "esnext.map.key-of",
17311 "esnext.map.map-keys",
17312 "esnext.map.map-values",
17313 "esnext.map.merge",
17314 "esnext.map.of",
17315 "esnext.map.reduce",
17316 "esnext.map.some",
17317 "esnext.map.update",
17318 "esnext.map.update-or-insert",
17319 "esnext.map.upsert",
17320 "esnext.math.clamp",
17321 "esnext.math.deg-per-rad",
17322 "esnext.math.degrees",
17323 "esnext.math.fscale",
17324 "esnext.math.f16round",
17325 "esnext.math.iaddh",
17326 "esnext.math.imulh",
17327 "esnext.math.isubh",
17328 "esnext.math.rad-per-deg",
17329 "esnext.math.radians",
17330 "esnext.math.scale",
17331 "esnext.math.seeded-prng",
17332 "esnext.math.signbit",
17333 "esnext.math.sum-precise",
17334 "esnext.math.umulh",
17335 "esnext.number.clamp",
17336 "esnext.number.from-string",
17337 "esnext.number.range",
17338 "esnext.object.has-own",
17339 "esnext.object.iterate-entries",
17340 "esnext.object.iterate-keys",
17341 "esnext.object.iterate-values",
17342 "esnext.object.group-by",
17343 "esnext.observable",
17344 "esnext.promise.all-settled",
17345 "esnext.promise.any",
17346 "esnext.promise.try",
17347 "esnext.promise.with-resolvers",
17348 "esnext.reflect.define-metadata",
17349 "esnext.reflect.delete-metadata",
17350 "esnext.reflect.get-metadata",
17351 "esnext.reflect.get-metadata-keys",
17352 "esnext.reflect.get-own-metadata",
17353 "esnext.reflect.get-own-metadata-keys",
17354 "esnext.reflect.has-metadata",
17355 "esnext.reflect.has-own-metadata",
17356 "esnext.reflect.metadata",
17357 "esnext.regexp.escape",
17358 "esnext.set.add-all",
17359 "esnext.set.delete-all",
17360 "esnext.set.difference.v2",
17361 "esnext.set.difference",
17362 "esnext.set.every",
17363 "esnext.set.filter",
17364 "esnext.set.find",
17365 "esnext.set.from",
17366 "esnext.set.intersection.v2",
17367 "esnext.set.intersection",
17368 "esnext.set.is-disjoint-from.v2",
17369 "esnext.set.is-disjoint-from",
17370 "esnext.set.is-subset-of.v2",
17371 "esnext.set.is-subset-of",
17372 "esnext.set.is-superset-of.v2",
17373 "esnext.set.is-superset-of",
17374 "esnext.set.join",
17375 "esnext.set.map",
17376 "esnext.set.of",
17377 "esnext.set.reduce",
17378 "esnext.set.some",
17379 "esnext.set.symmetric-difference.v2",
17380 "esnext.set.symmetric-difference",
17381 "esnext.set.union.v2",
17382 "esnext.set.union",
17383 "esnext.string.at",
17384 "esnext.string.cooked",
17385 "esnext.string.code-points",
17386 "esnext.string.dedent",
17387 "esnext.string.is-well-formed",
17388 "esnext.string.match-all",
17389 "esnext.string.replace-all",
17390 "esnext.string.to-well-formed",
17391 "esnext.symbol.async-dispose",
17392 "esnext.symbol.custom-matcher",
17393 "esnext.symbol.dispose",
17394 "esnext.symbol.is-registered-symbol",
17395 "esnext.symbol.is-registered",
17396 "esnext.symbol.is-well-known-symbol",
17397 "esnext.symbol.is-well-known",
17398 "esnext.symbol.matcher",
17399 "esnext.symbol.metadata",
17400 "esnext.symbol.metadata-key",
17401 "esnext.symbol.observable",
17402 "esnext.symbol.pattern-match",
17403 "esnext.symbol.replace-all",
17404 "esnext.typed-array.from-async",
17405 "esnext.typed-array.at",
17406 "esnext.typed-array.filter-out",
17407 "esnext.typed-array.filter-reject",
17408 "esnext.typed-array.find-last",
17409 "esnext.typed-array.find-last-index",
17410 "esnext.typed-array.group-by",
17411 "esnext.typed-array.to-reversed",
17412 "esnext.typed-array.to-sorted",
17413 "esnext.typed-array.to-spliced",
17414 "esnext.typed-array.unique-by",
17415 "esnext.typed-array.with",
17416 "esnext.uint8-array.from-base64",
17417 "esnext.uint8-array.from-hex",
17418 "esnext.uint8-array.set-from-base64",
17419 "esnext.uint8-array.set-from-hex",
17420 "esnext.uint8-array.to-base64",
17421 "esnext.uint8-array.to-hex",
17422 "esnext.weak-map.delete-all",
17423 "esnext.weak-map.from",
17424 "esnext.weak-map.of",
17425 "esnext.weak-map.emplace",
17426 "esnext.weak-map.get-or-insert",
17427 "esnext.weak-map.get-or-insert-computed",
17428 "esnext.weak-map.upsert",
17429 "esnext.weak-set.add-all",
17430 "esnext.weak-set.delete-all",
17431 "esnext.weak-set.from",
17432 "esnext.weak-set.of",
17433 "web.url",
17434 "web.url.can-parse",
17435 "web.url.parse",
17436 "web.url.to-json",
17437 "web.url-search-params",
17438 "web.url-search-params.delete",
17439 "web.url-search-params.has",
17440 "web.url-search-params.size"
17441 ],
17442 "core-js/proposals/accessible-object-hasownproperty": [
17443 "esnext.object.has-own"
17444 ],
17445 "core-js/proposals/array-buffer-base64": [
17446 "esnext.uint8-array.from-base64",
17447 "esnext.uint8-array.from-hex",
17448 "esnext.uint8-array.set-from-base64",
17449 "esnext.uint8-array.set-from-hex",
17450 "esnext.uint8-array.to-base64",
17451 "esnext.uint8-array.to-hex"
17452 ],
17453 "core-js/proposals/array-buffer-transfer": [
17454 "esnext.array-buffer.detached",
17455 "esnext.array-buffer.transfer",
17456 "esnext.array-buffer.transfer-to-fixed-length"
17457 ],
17458 "core-js/proposals/array-filtering": [
17459 "esnext.array.filter-out",
17460 "esnext.array.filter-reject",
17461 "esnext.typed-array.filter-out",
17462 "esnext.typed-array.filter-reject"
17463 ],
17464 "core-js/proposals/array-filtering-stage-1": [
17465 "esnext.array.filter-reject",
17466 "esnext.typed-array.filter-reject"
17467 ],
17468 "core-js/proposals/array-find-from-last": [
17469 "esnext.array.find-last",
17470 "esnext.array.find-last-index",
17471 "esnext.typed-array.find-last",
17472 "esnext.typed-array.find-last-index"
17473 ],
17474 "core-js/proposals/array-flat-map": [
17475 "es.array.flat",
17476 "es.array.flat-map",
17477 "es.array.unscopables.flat",
17478 "es.array.unscopables.flat-map"
17479 ],
17480 "core-js/proposals/array-from-async": [
17481 "esnext.array.from-async",
17482 "esnext.typed-array.from-async"
17483 ],
17484 "core-js/proposals/array-from-async-stage-2": [
17485 "esnext.array.from-async"
17486 ],
17487 "core-js/proposals/array-grouping": [
17488 "esnext.array.group-by",
17489 "esnext.array.group-by-to-map",
17490 "esnext.typed-array.group-by"
17491 ],
17492 "core-js/proposals/array-grouping-stage-3": [
17493 "esnext.array.group-by",
17494 "esnext.array.group-by-to-map"
17495 ],
17496 "core-js/proposals/array-grouping-stage-3-2": [
17497 "esnext.array.group",
17498 "esnext.array.group-to-map"
17499 ],
17500 "core-js/proposals/array-grouping-v2": [
17501 "esnext.map.group-by",
17502 "esnext.object.group-by"
17503 ],
17504 "core-js/proposals/array-includes": [
17505 "es.array.includes",
17506 "es.typed-array.includes"
17507 ],
17508 "core-js/proposals/array-is-template-object": [
17509 "esnext.array.is-template-object"
17510 ],
17511 "core-js/proposals/array-last": [
17512 "esnext.array.last-index",
17513 "esnext.array.last-item"
17514 ],
17515 "core-js/proposals/array-unique": [
17516 "es.map",
17517 "esnext.array.unique-by",
17518 "esnext.typed-array.unique-by"
17519 ],
17520 "core-js/proposals/async-explicit-resource-management": [
17521 "esnext.suppressed-error.constructor",
17522 "esnext.async-disposable-stack.constructor",
17523 "esnext.async-iterator.async-dispose",
17524 "esnext.symbol.async-dispose"
17525 ],
17526 "core-js/proposals/async-iteration": [
17527 "es.symbol.async-iterator"
17528 ],
17529 "core-js/proposals/async-iterator-helpers": [
17530 "esnext.async-iterator.constructor",
17531 "esnext.async-iterator.drop",
17532 "esnext.async-iterator.every",
17533 "esnext.async-iterator.filter",
17534 "esnext.async-iterator.find",
17535 "esnext.async-iterator.flat-map",
17536 "esnext.async-iterator.for-each",
17537 "esnext.async-iterator.from",
17538 "esnext.async-iterator.map",
17539 "esnext.async-iterator.reduce",
17540 "esnext.async-iterator.some",
17541 "esnext.async-iterator.take",
17542 "esnext.async-iterator.to-array",
17543 "esnext.iterator.to-async"
17544 ],
17545 "core-js/proposals/change-array-by-copy": [
17546 "esnext.array.to-reversed",
17547 "esnext.array.to-sorted",
17548 "esnext.array.to-spliced",
17549 "esnext.array.with",
17550 "esnext.typed-array.to-reversed",
17551 "esnext.typed-array.to-sorted",
17552 "esnext.typed-array.to-spliced",
17553 "esnext.typed-array.with"
17554 ],
17555 "core-js/proposals/change-array-by-copy-stage-4": [
17556 "esnext.array.to-reversed",
17557 "esnext.array.to-sorted",
17558 "esnext.array.to-spliced",
17559 "esnext.array.with",
17560 "esnext.typed-array.to-reversed",
17561 "esnext.typed-array.to-sorted",
17562 "esnext.typed-array.with"
17563 ],
17564 "core-js/proposals/collection-methods": [
17565 "esnext.map.delete-all",
17566 "esnext.map.every",
17567 "esnext.map.filter",
17568 "esnext.map.find",
17569 "esnext.map.find-key",
17570 "esnext.map.group-by",
17571 "esnext.map.includes",
17572 "esnext.map.key-by",
17573 "esnext.map.key-of",
17574 "esnext.map.map-keys",
17575 "esnext.map.map-values",
17576 "esnext.map.merge",
17577 "esnext.map.reduce",
17578 "esnext.map.some",
17579 "esnext.map.update",
17580 "esnext.set.add-all",
17581 "esnext.set.delete-all",
17582 "esnext.set.every",
17583 "esnext.set.filter",
17584 "esnext.set.find",
17585 "esnext.set.join",
17586 "esnext.set.map",
17587 "esnext.set.reduce",
17588 "esnext.set.some",
17589 "esnext.weak-map.delete-all",
17590 "esnext.weak-set.add-all",
17591 "esnext.weak-set.delete-all"
17592 ],
17593 "core-js/proposals/collection-of-from": [
17594 "esnext.map.from",
17595 "esnext.map.of",
17596 "esnext.set.from",
17597 "esnext.set.of",
17598 "esnext.weak-map.from",
17599 "esnext.weak-map.of",
17600 "esnext.weak-set.from",
17601 "esnext.weak-set.of"
17602 ],
17603 "core-js/proposals/data-view-get-set-uint8-clamped": [
17604 "esnext.data-view.get-uint8-clamped",
17605 "esnext.data-view.set-uint8-clamped"
17606 ],
17607 "core-js/proposals/decorator-metadata": [
17608 "esnext.symbol.metadata-key"
17609 ],
17610 "core-js/proposals/decorator-metadata-v2": [
17611 "esnext.function.metadata",
17612 "esnext.symbol.metadata"
17613 ],
17614 "core-js/proposals/decorators": [
17615 "esnext.symbol.metadata"
17616 ],
17617 "core-js/proposals/efficient-64-bit-arithmetic": [
17618 "esnext.math.iaddh",
17619 "esnext.math.imulh",
17620 "esnext.math.isubh",
17621 "esnext.math.umulh"
17622 ],
17623 "core-js/proposals/error-cause": [
17624 "es.error.cause",
17625 "es.aggregate-error.cause"
17626 ],
17627 "core-js/proposals/explicit-resource-management": [
17628 "esnext.suppressed-error.constructor",
17629 "esnext.async-disposable-stack.constructor",
17630 "esnext.async-iterator.async-dispose",
17631 "esnext.disposable-stack.constructor",
17632 "esnext.iterator.dispose",
17633 "esnext.symbol.async-dispose",
17634 "esnext.symbol.dispose"
17635 ],
17636 "core-js/proposals/extractors": [
17637 "esnext.symbol.custom-matcher"
17638 ],
17639 "core-js/proposals/float16": [
17640 "esnext.data-view.get-float16",
17641 "esnext.data-view.set-float16",
17642 "esnext.math.f16round"
17643 ],
17644 "core-js/proposals/function-demethodize": [
17645 "esnext.function.demethodize"
17646 ],
17647 "core-js/proposals/function-is-callable-is-constructor": [
17648 "esnext.function.is-callable",
17649 "esnext.function.is-constructor"
17650 ],
17651 "core-js/proposals/function-un-this": [
17652 "esnext.function.un-this"
17653 ],
17654 "core-js/proposals/global-this": [
17655 "esnext.global-this"
17656 ],
17657 "core-js/proposals/is-error": [
17658 "esnext.error.is-error"
17659 ],
17660 "core-js/proposals/iterator-chunking": [
17661 "esnext.iterator.chunks",
17662 "esnext.iterator.sliding",
17663 "esnext.iterator.windows"
17664 ],
17665 "core-js/proposals/iterator-chunking-v2": [
17666 "esnext.iterator.chunks",
17667 "esnext.iterator.windows"
17668 ],
17669 "core-js/proposals/iterator-helpers": [
17670 "esnext.async-iterator.constructor",
17671 "esnext.async-iterator.as-indexed-pairs",
17672 "esnext.async-iterator.drop",
17673 "esnext.async-iterator.every",
17674 "esnext.async-iterator.filter",
17675 "esnext.async-iterator.find",
17676 "esnext.async-iterator.flat-map",
17677 "esnext.async-iterator.for-each",
17678 "esnext.async-iterator.from",
17679 "esnext.async-iterator.indexed",
17680 "esnext.async-iterator.map",
17681 "esnext.async-iterator.reduce",
17682 "esnext.async-iterator.some",
17683 "esnext.async-iterator.take",
17684 "esnext.async-iterator.to-array",
17685 "esnext.iterator.constructor",
17686 "esnext.iterator.as-indexed-pairs",
17687 "esnext.iterator.drop",
17688 "esnext.iterator.every",
17689 "esnext.iterator.filter",
17690 "esnext.iterator.find",
17691 "esnext.iterator.flat-map",
17692 "esnext.iterator.for-each",
17693 "esnext.iterator.from",
17694 "esnext.iterator.indexed",
17695 "esnext.iterator.map",
17696 "esnext.iterator.reduce",
17697 "esnext.iterator.some",
17698 "esnext.iterator.take",
17699 "esnext.iterator.to-array",
17700 "esnext.iterator.to-async"
17701 ],
17702 "core-js/proposals/iterator-helpers-stage-3": [
17703 "esnext.async-iterator.constructor",
17704 "esnext.async-iterator.drop",
17705 "esnext.async-iterator.every",
17706 "esnext.async-iterator.filter",
17707 "esnext.async-iterator.find",
17708 "esnext.async-iterator.flat-map",
17709 "esnext.async-iterator.for-each",
17710 "esnext.async-iterator.from",
17711 "esnext.async-iterator.map",
17712 "esnext.async-iterator.reduce",
17713 "esnext.async-iterator.some",
17714 "esnext.async-iterator.take",
17715 "esnext.async-iterator.to-array",
17716 "esnext.iterator.constructor",
17717 "esnext.iterator.drop",
17718 "esnext.iterator.every",
17719 "esnext.iterator.filter",
17720 "esnext.iterator.find",
17721 "esnext.iterator.flat-map",
17722 "esnext.iterator.for-each",
17723 "esnext.iterator.from",
17724 "esnext.iterator.map",
17725 "esnext.iterator.reduce",
17726 "esnext.iterator.some",
17727 "esnext.iterator.take",
17728 "esnext.iterator.to-array",
17729 "esnext.iterator.to-async"
17730 ],
17731 "core-js/proposals/iterator-helpers-stage-3-2": [
17732 "esnext.iterator.constructor",
17733 "esnext.iterator.drop",
17734 "esnext.iterator.every",
17735 "esnext.iterator.filter",
17736 "esnext.iterator.find",
17737 "esnext.iterator.flat-map",
17738 "esnext.iterator.for-each",
17739 "esnext.iterator.from",
17740 "esnext.iterator.map",
17741 "esnext.iterator.reduce",
17742 "esnext.iterator.some",
17743 "esnext.iterator.take",
17744 "esnext.iterator.to-array"
17745 ],
17746 "core-js/proposals/iterator-range": [
17747 "esnext.iterator.constructor",
17748 "esnext.iterator.range"
17749 ],
17750 "core-js/proposals/iterator-sequencing": [
17751 "esnext.iterator.concat"
17752 ],
17753 "core-js/proposals/joint-iteration": [
17754 "esnext.iterator.zip",
17755 "esnext.iterator.zip-keyed"
17756 ],
17757 "core-js/proposals/json-parse-with-source": [
17758 "esnext.json.is-raw-json",
17759 "esnext.json.parse",
17760 "esnext.json.raw-json"
17761 ],
17762 "core-js/proposals/keys-composition": [
17763 "esnext.composite-key",
17764 "esnext.composite-symbol"
17765 ],
17766 "core-js/proposals/map-update-or-insert": [
17767 "esnext.map.emplace",
17768 "esnext.map.update-or-insert",
17769 "esnext.map.upsert",
17770 "esnext.weak-map.emplace",
17771 "esnext.weak-map.upsert"
17772 ],
17773 "core-js/proposals/map-upsert": [
17774 "esnext.map.emplace",
17775 "esnext.map.update-or-insert",
17776 "esnext.map.upsert",
17777 "esnext.weak-map.emplace",
17778 "esnext.weak-map.upsert"
17779 ],
17780 "core-js/proposals/map-upsert-stage-2": [
17781 "esnext.map.emplace",
17782 "esnext.weak-map.emplace"
17783 ],
17784 "core-js/proposals/map-upsert-v4": [
17785 "esnext.map.get-or-insert",
17786 "esnext.map.get-or-insert-computed",
17787 "esnext.weak-map.get-or-insert",
17788 "esnext.weak-map.get-or-insert-computed"
17789 ],
17790 "core-js/proposals/math-clamp": [
17791 "esnext.math.clamp"
17792 ],
17793 "core-js/proposals/math-clamp-v2": [
17794 "esnext.number.clamp"
17795 ],
17796 "core-js/proposals/math-extensions": [
17797 "esnext.math.clamp",
17798 "esnext.math.deg-per-rad",
17799 "esnext.math.degrees",
17800 "esnext.math.fscale",
17801 "esnext.math.rad-per-deg",
17802 "esnext.math.radians",
17803 "esnext.math.scale"
17804 ],
17805 "core-js/proposals/math-signbit": [
17806 "esnext.math.signbit"
17807 ],
17808 "core-js/proposals/math-sum": [
17809 "esnext.math.sum-precise"
17810 ],
17811 "core-js/proposals/number-from-string": [
17812 "esnext.number.from-string"
17813 ],
17814 "core-js/proposals/number-range": [
17815 "esnext.bigint.range",
17816 "esnext.number.range"
17817 ],
17818 "core-js/proposals/object-from-entries": [
17819 "es.object.from-entries"
17820 ],
17821 "core-js/proposals/object-getownpropertydescriptors": [
17822 "es.object.get-own-property-descriptors"
17823 ],
17824 "core-js/proposals/object-iteration": [
17825 "esnext.object.iterate-entries",
17826 "esnext.object.iterate-keys",
17827 "esnext.object.iterate-values"
17828 ],
17829 "core-js/proposals/object-values-entries": [
17830 "es.object.entries",
17831 "es.object.values"
17832 ],
17833 "core-js/proposals/observable": [
17834 "esnext.observable",
17835 "esnext.symbol.observable"
17836 ],
17837 "core-js/proposals/pattern-matching": [
17838 "esnext.symbol.matcher",
17839 "esnext.symbol.pattern-match"
17840 ],
17841 "core-js/proposals/pattern-matching-v2": [
17842 "esnext.symbol.custom-matcher"
17843 ],
17844 "core-js/proposals/promise-all-settled": [
17845 "esnext.promise.all-settled"
17846 ],
17847 "core-js/proposals/promise-any": [
17848 "esnext.aggregate-error",
17849 "esnext.promise.any"
17850 ],
17851 "core-js/proposals/promise-finally": [
17852 "es.promise.finally"
17853 ],
17854 "core-js/proposals/promise-try": [
17855 "esnext.promise.try"
17856 ],
17857 "core-js/proposals/promise-with-resolvers": [
17858 "esnext.promise.with-resolvers"
17859 ],
17860 "core-js/proposals/reflect-metadata": [
17861 "esnext.reflect.define-metadata",
17862 "esnext.reflect.delete-metadata",
17863 "esnext.reflect.get-metadata",
17864 "esnext.reflect.get-metadata-keys",
17865 "esnext.reflect.get-own-metadata",
17866 "esnext.reflect.get-own-metadata-keys",
17867 "esnext.reflect.has-metadata",
17868 "esnext.reflect.has-own-metadata",
17869 "esnext.reflect.metadata"
17870 ],
17871 "core-js/proposals/regexp-dotall-flag": [
17872 "es.regexp.constructor",
17873 "es.regexp.dot-all",
17874 "es.regexp.exec",
17875 "es.regexp.flags"
17876 ],
17877 "core-js/proposals/regexp-escaping": [
17878 "esnext.regexp.escape"
17879 ],
17880 "core-js/proposals/regexp-named-groups": [
17881 "es.regexp.constructor",
17882 "es.regexp.exec",
17883 "es.string.replace"
17884 ],
17885 "core-js/proposals/relative-indexing-method": [
17886 "es.string.at-alternative",
17887 "esnext.array.at",
17888 "esnext.typed-array.at"
17889 ],
17890 "core-js/proposals/seeded-random": [
17891 "esnext.math.seeded-prng"
17892 ],
17893 "core-js/proposals/set-methods": [
17894 "esnext.set.difference.v2",
17895 "esnext.set.difference",
17896 "esnext.set.intersection.v2",
17897 "esnext.set.intersection",
17898 "esnext.set.is-disjoint-from.v2",
17899 "esnext.set.is-disjoint-from",
17900 "esnext.set.is-subset-of.v2",
17901 "esnext.set.is-subset-of",
17902 "esnext.set.is-superset-of.v2",
17903 "esnext.set.is-superset-of",
17904 "esnext.set.symmetric-difference.v2",
17905 "esnext.set.symmetric-difference",
17906 "esnext.set.union.v2",
17907 "esnext.set.union"
17908 ],
17909 "core-js/proposals/set-methods-v2": [
17910 "esnext.set.difference.v2",
17911 "esnext.set.intersection.v2",
17912 "esnext.set.is-disjoint-from.v2",
17913 "esnext.set.is-subset-of.v2",
17914 "esnext.set.is-superset-of.v2",
17915 "esnext.set.symmetric-difference.v2",
17916 "esnext.set.union.v2"
17917 ],
17918 "core-js/proposals/string-at": [
17919 "esnext.string.at"
17920 ],
17921 "core-js/proposals/string-code-points": [
17922 "esnext.string.code-points"
17923 ],
17924 "core-js/proposals/string-cooked": [
17925 "esnext.string.cooked"
17926 ],
17927 "core-js/proposals/string-dedent": [
17928 "esnext.string.dedent"
17929 ],
17930 "core-js/proposals/string-left-right-trim": [
17931 "es.string.trim-end",
17932 "es.string.trim-start"
17933 ],
17934 "core-js/proposals/string-match-all": [
17935 "esnext.string.match-all"
17936 ],
17937 "core-js/proposals/string-padding": [
17938 "es.string.pad-end",
17939 "es.string.pad-start"
17940 ],
17941 "core-js/proposals/string-replace-all": [
17942 "esnext.string.replace-all",
17943 "esnext.symbol.replace-all"
17944 ],
17945 "core-js/proposals/string-replace-all-stage-4": [
17946 "esnext.string.replace-all"
17947 ],
17948 "core-js/proposals/symbol-description": [
17949 "es.symbol.description"
17950 ],
17951 "core-js/proposals/symbol-predicates": [
17952 "esnext.symbol.is-registered",
17953 "esnext.symbol.is-well-known"
17954 ],
17955 "core-js/proposals/symbol-predicates-v2": [
17956 "esnext.symbol.is-registered-symbol",
17957 "esnext.symbol.is-well-known-symbol"
17958 ],
17959 "core-js/proposals/url": [
17960 "web.url",
17961 "web.url.can-parse",
17962 "web.url.parse",
17963 "web.url.to-json",
17964 "web.url-search-params",
17965 "web.url-search-params.delete",
17966 "web.url-search-params.has",
17967 "web.url-search-params.size"
17968 ],
17969 "core-js/proposals/using-statement": [
17970 "esnext.symbol.async-dispose",
17971 "esnext.symbol.dispose"
17972 ],
17973 "core-js/proposals/well-formed-stringify": [
17974 "es.json.stringify"
17975 ],
17976 "core-js/proposals/well-formed-unicode-strings": [
17977 "esnext.string.is-well-formed",
17978 "esnext.string.to-well-formed"
17979 ],
17980 "core-js/stable": [
17981 "es.symbol",
17982 "es.symbol.description",
17983 "es.symbol.async-dispose",
17984 "es.symbol.async-iterator",
17985 "es.symbol.dispose",
17986 "es.symbol.has-instance",
17987 "es.symbol.is-concat-spreadable",
17988 "es.symbol.iterator",
17989 "es.symbol.match",
17990 "es.symbol.match-all",
17991 "es.symbol.replace",
17992 "es.symbol.search",
17993 "es.symbol.species",
17994 "es.symbol.split",
17995 "es.symbol.to-primitive",
17996 "es.symbol.to-string-tag",
17997 "es.symbol.unscopables",
17998 "es.error.cause",
17999 "es.error.is-error",
18000 "es.error.to-string",
18001 "es.aggregate-error",
18002 "es.aggregate-error.cause",
18003 "es.suppressed-error.constructor",
18004 "es.array.at",
18005 "es.array.concat",
18006 "es.array.copy-within",
18007 "es.array.every",
18008 "es.array.fill",
18009 "es.array.filter",
18010 "es.array.find",
18011 "es.array.find-index",
18012 "es.array.find-last",
18013 "es.array.find-last-index",
18014 "es.array.flat",
18015 "es.array.flat-map",
18016 "es.array.for-each",
18017 "es.array.from",
18018 "es.array.includes",
18019 "es.array.index-of",
18020 "es.array.is-array",
18021 "es.array.iterator",
18022 "es.array.join",
18023 "es.array.last-index-of",
18024 "es.array.map",
18025 "es.array.of",
18026 "es.array.push",
18027 "es.array.reduce",
18028 "es.array.reduce-right",
18029 "es.array.reverse",
18030 "es.array.slice",
18031 "es.array.some",
18032 "es.array.sort",
18033 "es.array.species",
18034 "es.array.splice",
18035 "es.array.to-reversed",
18036 "es.array.to-sorted",
18037 "es.array.to-spliced",
18038 "es.array.unscopables.flat",
18039 "es.array.unscopables.flat-map",
18040 "es.array.unshift",
18041 "es.array.with",
18042 "es.array-buffer.constructor",
18043 "es.array-buffer.is-view",
18044 "es.array-buffer.slice",
18045 "es.data-view",
18046 "es.data-view.get-float16",
18047 "es.data-view.set-float16",
18048 "es.array-buffer.detached",
18049 "es.array-buffer.transfer",
18050 "es.array-buffer.transfer-to-fixed-length",
18051 "es.date.get-year",
18052 "es.date.now",
18053 "es.date.set-year",
18054 "es.date.to-gmt-string",
18055 "es.date.to-iso-string",
18056 "es.date.to-json",
18057 "es.date.to-primitive",
18058 "es.date.to-string",
18059 "es.disposable-stack.constructor",
18060 "es.escape",
18061 "es.function.bind",
18062 "es.function.has-instance",
18063 "es.function.name",
18064 "es.global-this",
18065 "es.iterator.constructor",
18066 "es.iterator.concat",
18067 "es.iterator.dispose",
18068 "es.iterator.drop",
18069 "es.iterator.every",
18070 "es.iterator.filter",
18071 "es.iterator.find",
18072 "es.iterator.flat-map",
18073 "es.iterator.for-each",
18074 "es.iterator.from",
18075 "es.iterator.map",
18076 "es.iterator.reduce",
18077 "es.iterator.some",
18078 "es.iterator.take",
18079 "es.iterator.to-array",
18080 "es.json.is-raw-json",
18081 "es.json.parse",
18082 "es.json.raw-json",
18083 "es.json.stringify",
18084 "es.json.to-string-tag",
18085 "es.map",
18086 "es.map.group-by",
18087 "es.map.get-or-insert",
18088 "es.map.get-or-insert-computed",
18089 "es.math.acosh",
18090 "es.math.asinh",
18091 "es.math.atanh",
18092 "es.math.cbrt",
18093 "es.math.clz32",
18094 "es.math.cosh",
18095 "es.math.expm1",
18096 "es.math.fround",
18097 "es.math.f16round",
18098 "es.math.hypot",
18099 "es.math.imul",
18100 "es.math.log10",
18101 "es.math.log1p",
18102 "es.math.log2",
18103 "es.math.sign",
18104 "es.math.sinh",
18105 "es.math.sum-precise",
18106 "es.math.tanh",
18107 "es.math.to-string-tag",
18108 "es.math.trunc",
18109 "es.number.constructor",
18110 "es.number.epsilon",
18111 "es.number.is-finite",
18112 "es.number.is-integer",
18113 "es.number.is-nan",
18114 "es.number.is-safe-integer",
18115 "es.number.max-safe-integer",
18116 "es.number.min-safe-integer",
18117 "es.number.parse-float",
18118 "es.number.parse-int",
18119 "es.number.to-exponential",
18120 "es.number.to-fixed",
18121 "es.number.to-precision",
18122 "es.object.assign",
18123 "es.object.create",
18124 "es.object.define-getter",
18125 "es.object.define-properties",
18126 "es.object.define-property",
18127 "es.object.define-setter",
18128 "es.object.entries",
18129 "es.object.freeze",
18130 "es.object.from-entries",
18131 "es.object.get-own-property-descriptor",
18132 "es.object.get-own-property-descriptors",
18133 "es.object.get-own-property-names",
18134 "es.object.get-prototype-of",
18135 "es.object.group-by",
18136 "es.object.has-own",
18137 "es.object.is",
18138 "es.object.is-extensible",
18139 "es.object.is-frozen",
18140 "es.object.is-sealed",
18141 "es.object.keys",
18142 "es.object.lookup-getter",
18143 "es.object.lookup-setter",
18144 "es.object.prevent-extensions",
18145 "es.object.proto",
18146 "es.object.seal",
18147 "es.object.set-prototype-of",
18148 "es.object.to-string",
18149 "es.object.values",
18150 "es.parse-float",
18151 "es.parse-int",
18152 "es.promise",
18153 "es.promise.all-settled",
18154 "es.promise.any",
18155 "es.promise.finally",
18156 "es.promise.try",
18157 "es.promise.with-resolvers",
18158 "es.array.from-async",
18159 "es.async-disposable-stack.constructor",
18160 "es.async-iterator.async-dispose",
18161 "es.reflect.apply",
18162 "es.reflect.construct",
18163 "es.reflect.define-property",
18164 "es.reflect.delete-property",
18165 "es.reflect.get",
18166 "es.reflect.get-own-property-descriptor",
18167 "es.reflect.get-prototype-of",
18168 "es.reflect.has",
18169 "es.reflect.is-extensible",
18170 "es.reflect.own-keys",
18171 "es.reflect.prevent-extensions",
18172 "es.reflect.set",
18173 "es.reflect.set-prototype-of",
18174 "es.reflect.to-string-tag",
18175 "es.regexp.constructor",
18176 "es.regexp.escape",
18177 "es.regexp.dot-all",
18178 "es.regexp.exec",
18179 "es.regexp.flags",
18180 "es.regexp.sticky",
18181 "es.regexp.test",
18182 "es.regexp.to-string",
18183 "es.set",
18184 "es.set.difference.v2",
18185 "es.set.intersection.v2",
18186 "es.set.is-disjoint-from.v2",
18187 "es.set.is-subset-of.v2",
18188 "es.set.is-superset-of.v2",
18189 "es.set.symmetric-difference.v2",
18190 "es.set.union.v2",
18191 "es.string.at-alternative",
18192 "es.string.code-point-at",
18193 "es.string.ends-with",
18194 "es.string.from-code-point",
18195 "es.string.includes",
18196 "es.string.is-well-formed",
18197 "es.string.iterator",
18198 "es.string.match",
18199 "es.string.match-all",
18200 "es.string.pad-end",
18201 "es.string.pad-start",
18202 "es.string.raw",
18203 "es.string.repeat",
18204 "es.string.replace",
18205 "es.string.replace-all",
18206 "es.string.search",
18207 "es.string.split",
18208 "es.string.starts-with",
18209 "es.string.substr",
18210 "es.string.to-well-formed",
18211 "es.string.trim",
18212 "es.string.trim-end",
18213 "es.string.trim-start",
18214 "es.string.anchor",
18215 "es.string.big",
18216 "es.string.blink",
18217 "es.string.bold",
18218 "es.string.fixed",
18219 "es.string.fontcolor",
18220 "es.string.fontsize",
18221 "es.string.italics",
18222 "es.string.link",
18223 "es.string.small",
18224 "es.string.strike",
18225 "es.string.sub",
18226 "es.string.sup",
18227 "es.typed-array.float32-array",
18228 "es.typed-array.float64-array",
18229 "es.typed-array.int8-array",
18230 "es.typed-array.int16-array",
18231 "es.typed-array.int32-array",
18232 "es.typed-array.uint8-array",
18233 "es.typed-array.uint8-clamped-array",
18234 "es.typed-array.uint16-array",
18235 "es.typed-array.uint32-array",
18236 "es.typed-array.at",
18237 "es.typed-array.copy-within",
18238 "es.typed-array.every",
18239 "es.typed-array.fill",
18240 "es.typed-array.filter",
18241 "es.typed-array.find",
18242 "es.typed-array.find-index",
18243 "es.typed-array.find-last",
18244 "es.typed-array.find-last-index",
18245 "es.typed-array.for-each",
18246 "es.typed-array.from",
18247 "es.typed-array.includes",
18248 "es.typed-array.index-of",
18249 "es.typed-array.iterator",
18250 "es.typed-array.join",
18251 "es.typed-array.last-index-of",
18252 "es.typed-array.map",
18253 "es.typed-array.of",
18254 "es.typed-array.reduce",
18255 "es.typed-array.reduce-right",
18256 "es.typed-array.reverse",
18257 "es.typed-array.set",
18258 "es.typed-array.slice",
18259 "es.typed-array.some",
18260 "es.typed-array.sort",
18261 "es.typed-array.subarray",
18262 "es.typed-array.to-locale-string",
18263 "es.typed-array.to-reversed",
18264 "es.typed-array.to-sorted",
18265 "es.typed-array.to-string",
18266 "es.typed-array.with",
18267 "es.uint8-array.from-base64",
18268 "es.uint8-array.from-hex",
18269 "es.uint8-array.set-from-base64",
18270 "es.uint8-array.set-from-hex",
18271 "es.uint8-array.to-base64",
18272 "es.uint8-array.to-hex",
18273 "es.unescape",
18274 "es.weak-map",
18275 "es.weak-map.get-or-insert",
18276 "es.weak-map.get-or-insert-computed",
18277 "es.weak-set",
18278 "web.atob",
18279 "web.btoa",
18280 "web.dom-collections.for-each",
18281 "web.dom-collections.iterator",
18282 "web.dom-exception.constructor",
18283 "web.dom-exception.stack",
18284 "web.dom-exception.to-string-tag",
18285 "web.immediate",
18286 "web.queue-microtask",
18287 "web.self",
18288 "web.structured-clone",
18289 "web.timers",
18290 "web.url",
18291 "web.url.can-parse",
18292 "web.url.parse",
18293 "web.url.to-json",
18294 "web.url-search-params",
18295 "web.url-search-params.delete",
18296 "web.url-search-params.has",
18297 "web.url-search-params.size"
18298 ],
18299 "core-js/stable/aggregate-error": [],
18300 "core-js/stable/array": [
18301 "es.array.at",
18302 "es.array.concat",
18303 "es.array.copy-within",
18304 "es.array.every",
18305 "es.array.fill",
18306 "es.array.filter",
18307 "es.array.find",
18308 "es.array.find-index",
18309 "es.array.find-last",
18310 "es.array.find-last-index",
18311 "es.array.flat",
18312 "es.array.flat-map",
18313 "es.array.for-each",
18314 "es.array.from",
18315 "es.array.includes",
18316 "es.array.index-of",
18317 "es.array.is-array",
18318 "es.array.iterator",
18319 "es.array.join",
18320 "es.array.last-index-of",
18321 "es.array.map",
18322 "es.array.of",
18323 "es.array.push",
18324 "es.array.reduce",
18325 "es.array.reduce-right",
18326 "es.array.reverse",
18327 "es.array.slice",
18328 "es.array.some",
18329 "es.array.sort",
18330 "es.array.species",
18331 "es.array.splice",
18332 "es.array.to-reversed",
18333 "es.array.to-sorted",
18334 "es.array.to-spliced",
18335 "es.array.unscopables.flat",
18336 "es.array.unscopables.flat-map",
18337 "es.array.unshift",
18338 "es.array.with",
18339 "es.object.to-string",
18340 "es.promise",
18341 "es.array.from-async",
18342 "es.string.iterator"
18343 ],
18344 "core-js/stable/array-buffer": [
18345 "es.array-buffer.constructor",
18346 "es.array-buffer.is-view",
18347 "es.array-buffer.slice",
18348 "es.data-view",
18349 "es.array-buffer.detached",
18350 "es.array-buffer.transfer",
18351 "es.array-buffer.transfer-to-fixed-length",
18352 "es.object.to-string"
18353 ],
18354 "core-js/stable/array-buffer/constructor": [
18355 "es.array-buffer.constructor",
18356 "es.array-buffer.slice",
18357 "es.array-buffer.detached",
18358 "es.array-buffer.transfer",
18359 "es.array-buffer.transfer-to-fixed-length",
18360 "es.object.to-string"
18361 ],
18362 "core-js/stable/array-buffer/detached": [
18363 "es.array-buffer.constructor",
18364 "es.array-buffer.slice",
18365 "es.array-buffer.detached"
18366 ],
18367 "core-js/stable/array-buffer/is-view": [
18368 "es.array-buffer.is-view"
18369 ],
18370 "core-js/stable/array-buffer/slice": [
18371 "es.array-buffer.slice"
18372 ],
18373 "core-js/stable/array-buffer/transfer": [
18374 "es.array-buffer.constructor",
18375 "es.array-buffer.slice",
18376 "es.data-view",
18377 "es.array-buffer.transfer"
18378 ],
18379 "core-js/stable/array-buffer/transfer-to-fixed-length": [
18380 "es.array-buffer.constructor",
18381 "es.array-buffer.slice",
18382 "es.data-view",
18383 "es.array-buffer.transfer-to-fixed-length"
18384 ],
18385 "core-js/stable/array/at": [
18386 "es.array.at"
18387 ],
18388 "core-js/stable/array/concat": [
18389 "es.array.concat"
18390 ],
18391 "core-js/stable/array/copy-within": [
18392 "es.array.copy-within"
18393 ],
18394 "core-js/stable/array/entries": [
18395 "es.array.iterator",
18396 "es.object.to-string"
18397 ],
18398 "core-js/stable/array/every": [
18399 "es.array.every"
18400 ],
18401 "core-js/stable/array/fill": [
18402 "es.array.fill"
18403 ],
18404 "core-js/stable/array/filter": [
18405 "es.array.filter"
18406 ],
18407 "core-js/stable/array/find": [
18408 "es.array.find"
18409 ],
18410 "core-js/stable/array/find-index": [
18411 "es.array.find-index"
18412 ],
18413 "core-js/stable/array/find-last": [
18414 "es.array.find-last"
18415 ],
18416 "core-js/stable/array/find-last-index": [
18417 "es.array.find-last-index"
18418 ],
18419 "core-js/stable/array/flat": [
18420 "es.array.flat",
18421 "es.array.unscopables.flat"
18422 ],
18423 "core-js/stable/array/flat-map": [
18424 "es.array.flat-map",
18425 "es.array.unscopables.flat-map"
18426 ],
18427 "core-js/stable/array/for-each": [
18428 "es.array.for-each"
18429 ],
18430 "core-js/stable/array/from": [
18431 "es.array.from",
18432 "es.string.iterator"
18433 ],
18434 "core-js/stable/array/from-async": [
18435 "es.array.iterator",
18436 "es.object.to-string",
18437 "es.promise",
18438 "es.array.from-async",
18439 "es.string.iterator"
18440 ],
18441 "core-js/stable/array/includes": [
18442 "es.array.includes"
18443 ],
18444 "core-js/stable/array/index-of": [
18445 "es.array.index-of"
18446 ],
18447 "core-js/stable/array/is-array": [
18448 "es.array.is-array"
18449 ],
18450 "core-js/stable/array/iterator": [
18451 "es.array.iterator",
18452 "es.object.to-string"
18453 ],
18454 "core-js/stable/array/join": [
18455 "es.array.join"
18456 ],
18457 "core-js/stable/array/keys": [
18458 "es.array.iterator",
18459 "es.object.to-string"
18460 ],
18461 "core-js/stable/array/last-index-of": [
18462 "es.array.last-index-of"
18463 ],
18464 "core-js/stable/array/map": [
18465 "es.array.map"
18466 ],
18467 "core-js/stable/array/of": [
18468 "es.array.of"
18469 ],
18470 "core-js/stable/array/push": [
18471 "es.array.push"
18472 ],
18473 "core-js/stable/array/reduce": [
18474 "es.array.reduce"
18475 ],
18476 "core-js/stable/array/reduce-right": [
18477 "es.array.reduce-right"
18478 ],
18479 "core-js/stable/array/reverse": [
18480 "es.array.reverse"
18481 ],
18482 "core-js/stable/array/slice": [
18483 "es.array.slice"
18484 ],
18485 "core-js/stable/array/some": [
18486 "es.array.some"
18487 ],
18488 "core-js/stable/array/sort": [
18489 "es.array.sort"
18490 ],
18491 "core-js/stable/array/splice": [
18492 "es.array.splice"
18493 ],
18494 "core-js/stable/array/to-reversed": [
18495 "es.array.to-reversed"
18496 ],
18497 "core-js/stable/array/to-sorted": [
18498 "es.array.sort",
18499 "es.array.to-sorted"
18500 ],
18501 "core-js/stable/array/to-spliced": [
18502 "es.array.to-spliced"
18503 ],
18504 "core-js/stable/array/unshift": [
18505 "es.array.unshift"
18506 ],
18507 "core-js/stable/array/values": [
18508 "es.array.iterator",
18509 "es.object.to-string"
18510 ],
18511 "core-js/stable/array/virtual": [
18512 "es.array.at",
18513 "es.array.concat",
18514 "es.array.copy-within",
18515 "es.array.every",
18516 "es.array.fill",
18517 "es.array.filter",
18518 "es.array.find",
18519 "es.array.find-index",
18520 "es.array.find-last",
18521 "es.array.find-last-index",
18522 "es.array.flat",
18523 "es.array.flat-map",
18524 "es.array.for-each",
18525 "es.array.includes",
18526 "es.array.index-of",
18527 "es.array.iterator",
18528 "es.array.join",
18529 "es.array.last-index-of",
18530 "es.array.map",
18531 "es.array.push",
18532 "es.array.reduce",
18533 "es.array.reduce-right",
18534 "es.array.reverse",
18535 "es.array.slice",
18536 "es.array.some",
18537 "es.array.sort",
18538 "es.array.species",
18539 "es.array.splice",
18540 "es.array.to-reversed",
18541 "es.array.to-sorted",
18542 "es.array.to-spliced",
18543 "es.array.unscopables.flat",
18544 "es.array.unscopables.flat-map",
18545 "es.array.unshift",
18546 "es.array.with",
18547 "es.object.to-string"
18548 ],
18549 "core-js/stable/array/virtual/at": [
18550 "es.array.at"
18551 ],
18552 "core-js/stable/array/virtual/concat": [
18553 "es.array.concat"
18554 ],
18555 "core-js/stable/array/virtual/copy-within": [
18556 "es.array.copy-within"
18557 ],
18558 "core-js/stable/array/virtual/entries": [
18559 "es.array.iterator",
18560 "es.object.to-string"
18561 ],
18562 "core-js/stable/array/virtual/every": [
18563 "es.array.every"
18564 ],
18565 "core-js/stable/array/virtual/fill": [
18566 "es.array.fill"
18567 ],
18568 "core-js/stable/array/virtual/filter": [
18569 "es.array.filter"
18570 ],
18571 "core-js/stable/array/virtual/find": [
18572 "es.array.find"
18573 ],
18574 "core-js/stable/array/virtual/find-index": [
18575 "es.array.find-index"
18576 ],
18577 "core-js/stable/array/virtual/find-last": [
18578 "es.array.find-last"
18579 ],
18580 "core-js/stable/array/virtual/find-last-index": [
18581 "es.array.find-last-index"
18582 ],
18583 "core-js/stable/array/virtual/flat": [
18584 "es.array.flat",
18585 "es.array.unscopables.flat"
18586 ],
18587 "core-js/stable/array/virtual/flat-map": [
18588 "es.array.flat-map",
18589 "es.array.unscopables.flat-map"
18590 ],
18591 "core-js/stable/array/virtual/for-each": [
18592 "es.array.for-each"
18593 ],
18594 "core-js/stable/array/virtual/includes": [
18595 "es.array.includes"
18596 ],
18597 "core-js/stable/array/virtual/index-of": [
18598 "es.array.index-of"
18599 ],
18600 "core-js/stable/array/virtual/iterator": [
18601 "es.array.iterator",
18602 "es.object.to-string"
18603 ],
18604 "core-js/stable/array/virtual/join": [
18605 "es.array.join"
18606 ],
18607 "core-js/stable/array/virtual/keys": [
18608 "es.array.iterator",
18609 "es.object.to-string"
18610 ],
18611 "core-js/stable/array/virtual/last-index-of": [
18612 "es.array.last-index-of"
18613 ],
18614 "core-js/stable/array/virtual/map": [
18615 "es.array.map"
18616 ],
18617 "core-js/stable/array/virtual/push": [
18618 "es.array.push"
18619 ],
18620 "core-js/stable/array/virtual/reduce": [
18621 "es.array.reduce"
18622 ],
18623 "core-js/stable/array/virtual/reduce-right": [
18624 "es.array.reduce-right"
18625 ],
18626 "core-js/stable/array/virtual/reverse": [
18627 "es.array.reverse"
18628 ],
18629 "core-js/stable/array/virtual/slice": [
18630 "es.array.slice"
18631 ],
18632 "core-js/stable/array/virtual/some": [
18633 "es.array.some"
18634 ],
18635 "core-js/stable/array/virtual/sort": [
18636 "es.array.sort"
18637 ],
18638 "core-js/stable/array/virtual/splice": [
18639 "es.array.splice"
18640 ],
18641 "core-js/stable/array/virtual/to-reversed": [
18642 "es.array.to-reversed"
18643 ],
18644 "core-js/stable/array/virtual/to-sorted": [
18645 "es.array.sort",
18646 "es.array.to-sorted"
18647 ],
18648 "core-js/stable/array/virtual/to-spliced": [
18649 "es.array.to-spliced"
18650 ],
18651 "core-js/stable/array/virtual/unshift": [
18652 "es.array.unshift"
18653 ],
18654 "core-js/stable/array/virtual/values": [
18655 "es.array.iterator",
18656 "es.object.to-string"
18657 ],
18658 "core-js/stable/array/virtual/with": [
18659 "es.array.with"
18660 ],
18661 "core-js/stable/array/with": [
18662 "es.array.with"
18663 ],
18664 "core-js/stable/async-disposable-stack": [
18665 "es.error.cause",
18666 "es.error.to-string",
18667 "es.suppressed-error.constructor",
18668 "es.iterator.dispose",
18669 "es.object.to-string",
18670 "es.promise",
18671 "es.async-disposable-stack.constructor",
18672 "es.async-iterator.async-dispose"
18673 ],
18674 "core-js/stable/async-disposable-stack/constructor": [
18675 "es.error.cause",
18676 "es.error.to-string",
18677 "es.suppressed-error.constructor",
18678 "es.iterator.dispose",
18679 "es.object.to-string",
18680 "es.promise",
18681 "es.async-disposable-stack.constructor",
18682 "es.async-iterator.async-dispose"
18683 ],
18684 "core-js/stable/async-iterator": [
18685 "es.object.to-string",
18686 "es.promise",
18687 "es.async-iterator.async-dispose"
18688 ],
18689 "core-js/stable/async-iterator/async-dispose": [
18690 "es.object.to-string",
18691 "es.promise",
18692 "es.async-iterator.async-dispose"
18693 ],
18694 "core-js/stable/atob": [
18695 "es.error.to-string",
18696 "es.object.to-string",
18697 "web.atob",
18698 "web.dom-exception.constructor",
18699 "web.dom-exception.stack",
18700 "web.dom-exception.to-string-tag"
18701 ],
18702 "core-js/stable/btoa": [
18703 "es.error.to-string",
18704 "es.object.to-string",
18705 "web.btoa",
18706 "web.dom-exception.constructor",
18707 "web.dom-exception.stack",
18708 "web.dom-exception.to-string-tag"
18709 ],
18710 "core-js/stable/clear-immediate": [
18711 "web.immediate"
18712 ],
18713 "core-js/stable/data-view": [
18714 "es.array-buffer.constructor",
18715 "es.array-buffer.slice",
18716 "es.data-view",
18717 "es.data-view.get-float16",
18718 "es.data-view.set-float16",
18719 "es.object.to-string"
18720 ],
18721 "core-js/stable/data-view/get-float16": [
18722 "es.data-view.get-float16"
18723 ],
18724 "core-js/stable/data-view/set-float16": [
18725 "es.data-view.set-float16"
18726 ],
18727 "core-js/stable/date": [
18728 "es.date.get-year",
18729 "es.date.now",
18730 "es.date.set-year",
18731 "es.date.to-gmt-string",
18732 "es.date.to-iso-string",
18733 "es.date.to-json",
18734 "es.date.to-primitive",
18735 "es.date.to-string"
18736 ],
18737 "core-js/stable/date/get-year": [
18738 "es.date.get-year"
18739 ],
18740 "core-js/stable/date/now": [
18741 "es.date.now"
18742 ],
18743 "core-js/stable/date/set-year": [
18744 "es.date.set-year"
18745 ],
18746 "core-js/stable/date/to-gmt-string": [
18747 "es.date.to-gmt-string"
18748 ],
18749 "core-js/stable/date/to-iso-string": [
18750 "es.date.to-iso-string",
18751 "es.date.to-json"
18752 ],
18753 "core-js/stable/date/to-json": [
18754 "es.date.to-json"
18755 ],
18756 "core-js/stable/date/to-primitive": [
18757 "es.date.to-primitive"
18758 ],
18759 "core-js/stable/date/to-string": [
18760 "es.date.to-string"
18761 ],
18762 "core-js/stable/disposable-stack": [
18763 "es.error.cause",
18764 "es.error.to-string",
18765 "es.suppressed-error.constructor",
18766 "es.disposable-stack.constructor",
18767 "es.iterator.dispose",
18768 "es.object.to-string"
18769 ],
18770 "core-js/stable/disposable-stack/constructor": [
18771 "es.error.cause",
18772 "es.error.to-string",
18773 "es.suppressed-error.constructor",
18774 "es.disposable-stack.constructor",
18775 "es.iterator.dispose",
18776 "es.object.to-string"
18777 ],
18778 "core-js/stable/dom-collections": [
18779 "es.array.iterator",
18780 "es.object.to-string",
18781 "web.dom-collections.for-each",
18782 "web.dom-collections.iterator"
18783 ],
18784 "core-js/stable/dom-collections/for-each": [
18785 "web.dom-collections.for-each"
18786 ],
18787 "core-js/stable/dom-collections/iterator": [
18788 "es.object.to-string",
18789 "web.dom-collections.iterator"
18790 ],
18791 "core-js/stable/dom-exception": [
18792 "es.error.to-string",
18793 "web.dom-exception.constructor",
18794 "web.dom-exception.stack",
18795 "web.dom-exception.to-string-tag"
18796 ],
18797 "core-js/stable/dom-exception/constructor": [
18798 "es.error.to-string",
18799 "web.dom-exception.constructor",
18800 "web.dom-exception.stack"
18801 ],
18802 "core-js/stable/dom-exception/to-string-tag": [
18803 "web.dom-exception.to-string-tag"
18804 ],
18805 "core-js/stable/error": [
18806 "es.error.cause",
18807 "es.error.is-error",
18808 "es.error.to-string"
18809 ],
18810 "core-js/stable/error/constructor": [
18811 "es.error.cause"
18812 ],
18813 "core-js/stable/error/is-error": [
18814 "es.error.is-error",
18815 "es.object.create"
18816 ],
18817 "core-js/stable/error/to-string": [
18818 "es.error.to-string"
18819 ],
18820 "core-js/stable/escape": [
18821 "es.escape"
18822 ],
18823 "core-js/stable/function": [
18824 "es.function.bind",
18825 "es.function.has-instance",
18826 "es.function.name"
18827 ],
18828 "core-js/stable/function/bind": [
18829 "es.function.bind"
18830 ],
18831 "core-js/stable/function/has-instance": [
18832 "es.function.has-instance"
18833 ],
18834 "core-js/stable/function/name": [
18835 "es.function.name"
18836 ],
18837 "core-js/stable/function/virtual": [
18838 "es.function.bind"
18839 ],
18840 "core-js/stable/function/virtual/bind": [
18841 "es.function.bind"
18842 ],
18843 "core-js/stable/get-iterator": [
18844 "es.array.iterator",
18845 "es.string.iterator",
18846 "web.dom-collections.iterator"
18847 ],
18848 "core-js/stable/get-iterator-method": [
18849 "es.array.iterator",
18850 "es.string.iterator",
18851 "web.dom-collections.iterator"
18852 ],
18853 "core-js/stable/global-this": [
18854 "es.global-this"
18855 ],
18856 "core-js/stable/instance/at": [
18857 "es.array.at",
18858 "es.string.at-alternative"
18859 ],
18860 "core-js/stable/instance/bind": [
18861 "es.function.bind"
18862 ],
18863 "core-js/stable/instance/code-point-at": [
18864 "es.string.code-point-at"
18865 ],
18866 "core-js/stable/instance/concat": [
18867 "es.array.concat"
18868 ],
18869 "core-js/stable/instance/copy-within": [
18870 "es.array.copy-within"
18871 ],
18872 "core-js/stable/instance/ends-with": [
18873 "es.string.ends-with"
18874 ],
18875 "core-js/stable/instance/entries": [
18876 "es.array.iterator",
18877 "es.object.to-string",
18878 "web.dom-collections.iterator"
18879 ],
18880 "core-js/stable/instance/every": [
18881 "es.array.every"
18882 ],
18883 "core-js/stable/instance/fill": [
18884 "es.array.fill"
18885 ],
18886 "core-js/stable/instance/filter": [
18887 "es.array.filter"
18888 ],
18889 "core-js/stable/instance/find": [
18890 "es.array.find"
18891 ],
18892 "core-js/stable/instance/find-index": [
18893 "es.array.find-index"
18894 ],
18895 "core-js/stable/instance/find-last": [
18896 "es.array.find-last"
18897 ],
18898 "core-js/stable/instance/find-last-index": [
18899 "es.array.find-last-index"
18900 ],
18901 "core-js/stable/instance/flags": [
18902 "es.regexp.flags"
18903 ],
18904 "core-js/stable/instance/flat": [
18905 "es.array.flat",
18906 "es.array.unscopables.flat"
18907 ],
18908 "core-js/stable/instance/flat-map": [
18909 "es.array.flat-map",
18910 "es.array.unscopables.flat-map"
18911 ],
18912 "core-js/stable/instance/for-each": [
18913 "es.array.for-each",
18914 "web.dom-collections.for-each"
18915 ],
18916 "core-js/stable/instance/includes": [
18917 "es.array.includes",
18918 "es.string.includes"
18919 ],
18920 "core-js/stable/instance/index-of": [
18921 "es.array.index-of"
18922 ],
18923 "core-js/stable/instance/is-well-formed": [
18924 "es.string.is-well-formed"
18925 ],
18926 "core-js/stable/instance/keys": [
18927 "es.array.iterator",
18928 "es.object.to-string",
18929 "web.dom-collections.iterator"
18930 ],
18931 "core-js/stable/instance/last-index-of": [
18932 "es.array.last-index-of"
18933 ],
18934 "core-js/stable/instance/map": [
18935 "es.array.map"
18936 ],
18937 "core-js/stable/instance/match-all": [
18938 "es.object.to-string",
18939 "es.regexp.exec",
18940 "es.string.match-all"
18941 ],
18942 "core-js/stable/instance/pad-end": [
18943 "es.string.pad-end"
18944 ],
18945 "core-js/stable/instance/pad-start": [
18946 "es.string.pad-start"
18947 ],
18948 "core-js/stable/instance/push": [
18949 "es.array.push"
18950 ],
18951 "core-js/stable/instance/reduce": [
18952 "es.array.reduce"
18953 ],
18954 "core-js/stable/instance/reduce-right": [
18955 "es.array.reduce-right"
18956 ],
18957 "core-js/stable/instance/repeat": [
18958 "es.string.repeat"
18959 ],
18960 "core-js/stable/instance/replace-all": [
18961 "es.regexp.exec",
18962 "es.string.replace",
18963 "es.string.replace-all"
18964 ],
18965 "core-js/stable/instance/reverse": [
18966 "es.array.reverse"
18967 ],
18968 "core-js/stable/instance/slice": [
18969 "es.array.slice"
18970 ],
18971 "core-js/stable/instance/some": [
18972 "es.array.some"
18973 ],
18974 "core-js/stable/instance/sort": [
18975 "es.array.sort"
18976 ],
18977 "core-js/stable/instance/splice": [
18978 "es.array.splice"
18979 ],
18980 "core-js/stable/instance/starts-with": [
18981 "es.string.starts-with"
18982 ],
18983 "core-js/stable/instance/to-reversed": [
18984 "es.array.to-reversed"
18985 ],
18986 "core-js/stable/instance/to-sorted": [
18987 "es.array.sort",
18988 "es.array.to-sorted"
18989 ],
18990 "core-js/stable/instance/to-spliced": [
18991 "es.array.to-spliced"
18992 ],
18993 "core-js/stable/instance/to-well-formed": [
18994 "es.string.to-well-formed"
18995 ],
18996 "core-js/stable/instance/trim": [
18997 "es.string.trim"
18998 ],
18999 "core-js/stable/instance/trim-end": [
19000 "es.string.trim-end"
19001 ],
19002 "core-js/stable/instance/trim-left": [
19003 "es.string.trim-start"
19004 ],
19005 "core-js/stable/instance/trim-right": [
19006 "es.string.trim-end"
19007 ],
19008 "core-js/stable/instance/trim-start": [
19009 "es.string.trim-start"
19010 ],
19011 "core-js/stable/instance/unshift": [
19012 "es.array.unshift"
19013 ],
19014 "core-js/stable/instance/values": [
19015 "es.array.iterator",
19016 "es.object.to-string",
19017 "web.dom-collections.iterator"
19018 ],
19019 "core-js/stable/instance/with": [
19020 "es.array.with"
19021 ],
19022 "core-js/stable/is-iterable": [
19023 "es.array.iterator",
19024 "es.string.iterator",
19025 "web.dom-collections.iterator"
19026 ],
19027 "core-js/stable/iterator": [
19028 "es.array.iterator",
19029 "es.iterator.constructor",
19030 "es.iterator.concat",
19031 "es.iterator.dispose",
19032 "es.iterator.drop",
19033 "es.iterator.every",
19034 "es.iterator.filter",
19035 "es.iterator.find",
19036 "es.iterator.flat-map",
19037 "es.iterator.for-each",
19038 "es.iterator.from",
19039 "es.iterator.map",
19040 "es.iterator.reduce",
19041 "es.iterator.some",
19042 "es.iterator.take",
19043 "es.iterator.to-array",
19044 "es.object.to-string",
19045 "es.string.iterator",
19046 "web.dom-collections.iterator"
19047 ],
19048 "core-js/stable/iterator/concat": [
19049 "es.array.iterator",
19050 "es.iterator.constructor",
19051 "es.iterator.concat",
19052 "es.iterator.drop",
19053 "es.iterator.every",
19054 "es.iterator.filter",
19055 "es.iterator.find",
19056 "es.iterator.flat-map",
19057 "es.iterator.for-each",
19058 "es.iterator.map",
19059 "es.iterator.reduce",
19060 "es.iterator.some",
19061 "es.iterator.take",
19062 "es.iterator.to-array",
19063 "es.object.to-string",
19064 "es.string.iterator",
19065 "esnext.iterator.concat",
19066 "web.dom-collections.iterator"
19067 ],
19068 "core-js/stable/iterator/dispose": [
19069 "es.iterator.dispose"
19070 ],
19071 "core-js/stable/iterator/drop": [
19072 "es.iterator.constructor",
19073 "es.iterator.drop",
19074 "es.object.to-string"
19075 ],
19076 "core-js/stable/iterator/every": [
19077 "es.iterator.constructor",
19078 "es.iterator.every",
19079 "es.object.to-string"
19080 ],
19081 "core-js/stable/iterator/filter": [
19082 "es.iterator.constructor",
19083 "es.iterator.filter",
19084 "es.object.to-string"
19085 ],
19086 "core-js/stable/iterator/find": [
19087 "es.iterator.constructor",
19088 "es.iterator.find",
19089 "es.object.to-string"
19090 ],
19091 "core-js/stable/iterator/flat-map": [
19092 "es.array.iterator",
19093 "es.iterator.constructor",
19094 "es.iterator.flat-map",
19095 "es.object.to-string",
19096 "web.dom-collections.iterator"
19097 ],
19098 "core-js/stable/iterator/for-each": [
19099 "es.iterator.constructor",
19100 "es.iterator.for-each",
19101 "es.object.to-string"
19102 ],
19103 "core-js/stable/iterator/from": [
19104 "es.array.iterator",
19105 "es.iterator.constructor",
19106 "es.iterator.drop",
19107 "es.iterator.every",
19108 "es.iterator.filter",
19109 "es.iterator.find",
19110 "es.iterator.flat-map",
19111 "es.iterator.for-each",
19112 "es.iterator.from",
19113 "es.iterator.map",
19114 "es.iterator.reduce",
19115 "es.iterator.some",
19116 "es.iterator.take",
19117 "es.iterator.to-array",
19118 "es.object.to-string",
19119 "es.string.iterator",
19120 "web.dom-collections.iterator"
19121 ],
19122 "core-js/stable/iterator/map": [
19123 "es.iterator.constructor",
19124 "es.iterator.map",
19125 "es.object.to-string"
19126 ],
19127 "core-js/stable/iterator/reduce": [
19128 "es.iterator.constructor",
19129 "es.iterator.reduce",
19130 "es.object.to-string"
19131 ],
19132 "core-js/stable/iterator/some": [
19133 "es.iterator.constructor",
19134 "es.iterator.some",
19135 "es.object.to-string"
19136 ],
19137 "core-js/stable/iterator/take": [
19138 "es.iterator.constructor",
19139 "es.iterator.take",
19140 "es.object.to-string"
19141 ],
19142 "core-js/stable/iterator/to-array": [
19143 "es.iterator.constructor",
19144 "es.iterator.to-array",
19145 "es.object.to-string"
19146 ],
19147 "core-js/stable/json": [
19148 "es.date.to-json",
19149 "es.json.is-raw-json",
19150 "es.json.parse",
19151 "es.json.raw-json",
19152 "es.json.stringify",
19153 "es.json.to-string-tag",
19154 "es.object.create",
19155 "es.object.freeze",
19156 "es.object.keys"
19157 ],
19158 "core-js/stable/json/is-raw-json": [
19159 "es.json.is-raw-json"
19160 ],
19161 "core-js/stable/json/parse": [
19162 "es.json.parse",
19163 "es.object.keys"
19164 ],
19165 "core-js/stable/json/raw-json": [
19166 "es.json.raw-json",
19167 "es.object.create",
19168 "es.object.freeze"
19169 ],
19170 "core-js/stable/json/stringify": [
19171 "es.date.to-json",
19172 "es.json.stringify"
19173 ],
19174 "core-js/stable/json/to-string-tag": [
19175 "es.json.to-string-tag"
19176 ],
19177 "core-js/stable/map": [
19178 "es.array.iterator",
19179 "es.map",
19180 "es.map.group-by",
19181 "es.map.get-or-insert",
19182 "es.map.get-or-insert-computed",
19183 "es.object.to-string",
19184 "es.string.iterator",
19185 "web.dom-collections.iterator"
19186 ],
19187 "core-js/stable/map/get-or-insert": [
19188 "es.map",
19189 "es.map.get-or-insert"
19190 ],
19191 "core-js/stable/map/get-or-insert-computed": [
19192 "es.map",
19193 "es.map.get-or-insert-computed"
19194 ],
19195 "core-js/stable/map/group-by": [
19196 "es.map",
19197 "es.map.group-by",
19198 "es.map.get-or-insert",
19199 "es.map.get-or-insert-computed",
19200 "es.object.to-string"
19201 ],
19202 "core-js/stable/math": [
19203 "es.array.iterator",
19204 "es.math.acosh",
19205 "es.math.asinh",
19206 "es.math.atanh",
19207 "es.math.cbrt",
19208 "es.math.clz32",
19209 "es.math.cosh",
19210 "es.math.expm1",
19211 "es.math.fround",
19212 "es.math.f16round",
19213 "es.math.hypot",
19214 "es.math.imul",
19215 "es.math.log10",
19216 "es.math.log1p",
19217 "es.math.log2",
19218 "es.math.sign",
19219 "es.math.sinh",
19220 "es.math.sum-precise",
19221 "es.math.tanh",
19222 "es.math.to-string-tag",
19223 "es.math.trunc"
19224 ],
19225 "core-js/stable/math/acosh": [
19226 "es.math.acosh"
19227 ],
19228 "core-js/stable/math/asinh": [
19229 "es.math.asinh"
19230 ],
19231 "core-js/stable/math/atanh": [
19232 "es.math.atanh"
19233 ],
19234 "core-js/stable/math/cbrt": [
19235 "es.math.cbrt"
19236 ],
19237 "core-js/stable/math/clz32": [
19238 "es.math.clz32"
19239 ],
19240 "core-js/stable/math/cosh": [
19241 "es.math.cosh"
19242 ],
19243 "core-js/stable/math/expm1": [
19244 "es.math.expm1"
19245 ],
19246 "core-js/stable/math/f16round": [
19247 "es.math.f16round"
19248 ],
19249 "core-js/stable/math/fround": [
19250 "es.math.fround"
19251 ],
19252 "core-js/stable/math/hypot": [
19253 "es.math.hypot"
19254 ],
19255 "core-js/stable/math/imul": [
19256 "es.math.imul"
19257 ],
19258 "core-js/stable/math/log10": [
19259 "es.math.log10"
19260 ],
19261 "core-js/stable/math/log1p": [
19262 "es.math.log1p"
19263 ],
19264 "core-js/stable/math/log2": [
19265 "es.math.log2"
19266 ],
19267 "core-js/stable/math/sign": [
19268 "es.math.sign"
19269 ],
19270 "core-js/stable/math/sinh": [
19271 "es.math.sinh"
19272 ],
19273 "core-js/stable/math/sum-precise": [
19274 "es.array.iterator",
19275 "es.math.sum-precise"
19276 ],
19277 "core-js/stable/math/tanh": [
19278 "es.math.tanh"
19279 ],
19280 "core-js/stable/math/to-string-tag": [
19281 "es.math.to-string-tag"
19282 ],
19283 "core-js/stable/math/trunc": [
19284 "es.math.trunc"
19285 ],
19286 "core-js/stable/number": [
19287 "es.number.constructor",
19288 "es.number.epsilon",
19289 "es.number.is-finite",
19290 "es.number.is-integer",
19291 "es.number.is-nan",
19292 "es.number.is-safe-integer",
19293 "es.number.max-safe-integer",
19294 "es.number.min-safe-integer",
19295 "es.number.parse-float",
19296 "es.number.parse-int",
19297 "es.number.to-exponential",
19298 "es.number.to-fixed",
19299 "es.number.to-precision"
19300 ],
19301 "core-js/stable/number/constructor": [
19302 "es.number.constructor"
19303 ],
19304 "core-js/stable/number/epsilon": [
19305 "es.number.epsilon"
19306 ],
19307 "core-js/stable/number/is-finite": [
19308 "es.number.is-finite"
19309 ],
19310 "core-js/stable/number/is-integer": [
19311 "es.number.is-integer"
19312 ],
19313 "core-js/stable/number/is-nan": [
19314 "es.number.is-nan"
19315 ],
19316 "core-js/stable/number/is-safe-integer": [
19317 "es.number.is-safe-integer"
19318 ],
19319 "core-js/stable/number/max-safe-integer": [
19320 "es.number.max-safe-integer"
19321 ],
19322 "core-js/stable/number/min-safe-integer": [
19323 "es.number.min-safe-integer"
19324 ],
19325 "core-js/stable/number/parse-float": [
19326 "es.number.parse-float"
19327 ],
19328 "core-js/stable/number/parse-int": [
19329 "es.number.parse-int"
19330 ],
19331 "core-js/stable/number/to-exponential": [
19332 "es.number.to-exponential"
19333 ],
19334 "core-js/stable/number/to-fixed": [
19335 "es.number.to-fixed"
19336 ],
19337 "core-js/stable/number/to-precision": [
19338 "es.number.to-precision"
19339 ],
19340 "core-js/stable/number/virtual": [
19341 "es.number.to-exponential",
19342 "es.number.to-fixed",
19343 "es.number.to-precision"
19344 ],
19345 "core-js/stable/number/virtual/to-exponential": [
19346 "es.number.to-exponential"
19347 ],
19348 "core-js/stable/number/virtual/to-fixed": [
19349 "es.number.to-fixed"
19350 ],
19351 "core-js/stable/number/virtual/to-precision": [
19352 "es.number.to-precision"
19353 ],
19354 "core-js/stable/object": [
19355 "es.symbol",
19356 "es.json.to-string-tag",
19357 "es.math.to-string-tag",
19358 "es.object.assign",
19359 "es.object.create",
19360 "es.object.define-getter",
19361 "es.object.define-properties",
19362 "es.object.define-property",
19363 "es.object.define-setter",
19364 "es.object.entries",
19365 "es.object.freeze",
19366 "es.object.from-entries",
19367 "es.object.get-own-property-descriptor",
19368 "es.object.get-own-property-descriptors",
19369 "es.object.get-own-property-names",
19370 "es.object.get-prototype-of",
19371 "es.object.group-by",
19372 "es.object.has-own",
19373 "es.object.is",
19374 "es.object.is-extensible",
19375 "es.object.is-frozen",
19376 "es.object.is-sealed",
19377 "es.object.keys",
19378 "es.object.lookup-getter",
19379 "es.object.lookup-setter",
19380 "es.object.prevent-extensions",
19381 "es.object.proto",
19382 "es.object.seal",
19383 "es.object.set-prototype-of",
19384 "es.object.to-string",
19385 "es.object.values",
19386 "es.reflect.to-string-tag",
19387 "web.dom-collections.iterator"
19388 ],
19389 "core-js/stable/object/assign": [
19390 "es.object.assign"
19391 ],
19392 "core-js/stable/object/create": [
19393 "es.object.create"
19394 ],
19395 "core-js/stable/object/define-getter": [
19396 "es.object.define-getter"
19397 ],
19398 "core-js/stable/object/define-properties": [
19399 "es.object.define-properties"
19400 ],
19401 "core-js/stable/object/define-property": [
19402 "es.object.define-property"
19403 ],
19404 "core-js/stable/object/define-setter": [
19405 "es.object.define-setter"
19406 ],
19407 "core-js/stable/object/entries": [
19408 "es.object.entries"
19409 ],
19410 "core-js/stable/object/freeze": [
19411 "es.object.freeze"
19412 ],
19413 "core-js/stable/object/from-entries": [
19414 "es.array.iterator",
19415 "es.object.from-entries",
19416 "web.dom-collections.iterator"
19417 ],
19418 "core-js/stable/object/get-own-property-descriptor": [
19419 "es.object.get-own-property-descriptor"
19420 ],
19421 "core-js/stable/object/get-own-property-descriptors": [
19422 "es.object.get-own-property-descriptors"
19423 ],
19424 "core-js/stable/object/get-own-property-names": [
19425 "es.object.get-own-property-names"
19426 ],
19427 "core-js/stable/object/get-own-property-symbols": [
19428 "es.symbol"
19429 ],
19430 "core-js/stable/object/get-prototype-of": [
19431 "es.object.get-prototype-of"
19432 ],
19433 "core-js/stable/object/group-by": [
19434 "es.object.create",
19435 "es.object.group-by"
19436 ],
19437 "core-js/stable/object/has-own": [
19438 "es.object.has-own"
19439 ],
19440 "core-js/stable/object/is": [
19441 "es.object.is"
19442 ],
19443 "core-js/stable/object/is-extensible": [
19444 "es.object.is-extensible"
19445 ],
19446 "core-js/stable/object/is-frozen": [
19447 "es.object.is-frozen"
19448 ],
19449 "core-js/stable/object/is-sealed": [
19450 "es.object.is-sealed"
19451 ],
19452 "core-js/stable/object/keys": [
19453 "es.object.keys"
19454 ],
19455 "core-js/stable/object/lookup-getter": [
19456 "es.object.lookup-getter"
19457 ],
19458 "core-js/stable/object/lookup-setter": [
19459 "es.object.lookup-setter"
19460 ],
19461 "core-js/stable/object/prevent-extensions": [
19462 "es.object.prevent-extensions"
19463 ],
19464 "core-js/stable/object/proto": [
19465 "es.object.proto"
19466 ],
19467 "core-js/stable/object/seal": [
19468 "es.object.seal"
19469 ],
19470 "core-js/stable/object/set-prototype-of": [
19471 "es.object.set-prototype-of"
19472 ],
19473 "core-js/stable/object/to-string": [
19474 "es.json.to-string-tag",
19475 "es.math.to-string-tag",
19476 "es.object.to-string",
19477 "es.reflect.to-string-tag"
19478 ],
19479 "core-js/stable/object/values": [
19480 "es.object.values"
19481 ],
19482 "core-js/stable/parse-float": [
19483 "es.parse-float"
19484 ],
19485 "core-js/stable/parse-int": [
19486 "es.parse-int"
19487 ],
19488 "core-js/stable/promise": [
19489 "es.aggregate-error",
19490 "es.array.iterator",
19491 "es.object.to-string",
19492 "es.promise",
19493 "es.promise.all-settled",
19494 "es.promise.any",
19495 "es.promise.finally",
19496 "es.promise.try",
19497 "es.promise.with-resolvers",
19498 "es.string.iterator",
19499 "web.dom-collections.iterator"
19500 ],
19501 "core-js/stable/promise/all-settled": [
19502 "es.array.iterator",
19503 "es.object.to-string",
19504 "es.promise",
19505 "es.promise.all-settled",
19506 "es.string.iterator",
19507 "web.dom-collections.iterator"
19508 ],
19509 "core-js/stable/promise/any": [
19510 "es.aggregate-error",
19511 "es.array.iterator",
19512 "es.object.to-string",
19513 "es.promise",
19514 "es.promise.any",
19515 "es.string.iterator",
19516 "web.dom-collections.iterator"
19517 ],
19518 "core-js/stable/promise/finally": [
19519 "es.object.to-string",
19520 "es.promise",
19521 "es.promise.finally"
19522 ],
19523 "core-js/stable/promise/try": [
19524 "es.object.to-string",
19525 "es.promise",
19526 "es.promise.try"
19527 ],
19528 "core-js/stable/promise/with-resolvers": [
19529 "es.promise",
19530 "es.promise.with-resolvers"
19531 ],
19532 "core-js/stable/queue-microtask": [
19533 "web.queue-microtask"
19534 ],
19535 "core-js/stable/reflect": [
19536 "es.object.to-string",
19537 "es.reflect.apply",
19538 "es.reflect.construct",
19539 "es.reflect.define-property",
19540 "es.reflect.delete-property",
19541 "es.reflect.get",
19542 "es.reflect.get-own-property-descriptor",
19543 "es.reflect.get-prototype-of",
19544 "es.reflect.has",
19545 "es.reflect.is-extensible",
19546 "es.reflect.own-keys",
19547 "es.reflect.prevent-extensions",
19548 "es.reflect.set",
19549 "es.reflect.set-prototype-of",
19550 "es.reflect.to-string-tag"
19551 ],
19552 "core-js/stable/reflect/apply": [
19553 "es.reflect.apply"
19554 ],
19555 "core-js/stable/reflect/construct": [
19556 "es.reflect.construct"
19557 ],
19558 "core-js/stable/reflect/define-property": [
19559 "es.reflect.define-property"
19560 ],
19561 "core-js/stable/reflect/delete-property": [
19562 "es.reflect.delete-property"
19563 ],
19564 "core-js/stable/reflect/get": [
19565 "es.reflect.get"
19566 ],
19567 "core-js/stable/reflect/get-own-property-descriptor": [
19568 "es.reflect.get-own-property-descriptor"
19569 ],
19570 "core-js/stable/reflect/get-prototype-of": [
19571 "es.reflect.get-prototype-of"
19572 ],
19573 "core-js/stable/reflect/has": [
19574 "es.reflect.has"
19575 ],
19576 "core-js/stable/reflect/is-extensible": [
19577 "es.reflect.is-extensible"
19578 ],
19579 "core-js/stable/reflect/own-keys": [
19580 "es.reflect.own-keys"
19581 ],
19582 "core-js/stable/reflect/prevent-extensions": [
19583 "es.reflect.prevent-extensions"
19584 ],
19585 "core-js/stable/reflect/set": [
19586 "es.reflect.set"
19587 ],
19588 "core-js/stable/reflect/set-prototype-of": [
19589 "es.reflect.set-prototype-of"
19590 ],
19591 "core-js/stable/reflect/to-string-tag": [
19592 "es.reflect.to-string-tag"
19593 ],
19594 "core-js/stable/regexp": [
19595 "es.regexp.constructor",
19596 "es.regexp.escape",
19597 "es.regexp.dot-all",
19598 "es.regexp.exec",
19599 "es.regexp.flags",
19600 "es.regexp.sticky",
19601 "es.regexp.test",
19602 "es.regexp.to-string",
19603 "es.string.match",
19604 "es.string.replace",
19605 "es.string.search",
19606 "es.string.split"
19607 ],
19608 "core-js/stable/regexp/constructor": [
19609 "es.regexp.constructor",
19610 "es.regexp.dot-all",
19611 "es.regexp.exec",
19612 "es.regexp.sticky"
19613 ],
19614 "core-js/stable/regexp/dot-all": [
19615 "es.regexp.constructor",
19616 "es.regexp.dot-all",
19617 "es.regexp.exec"
19618 ],
19619 "core-js/stable/regexp/escape": [
19620 "es.regexp.escape"
19621 ],
19622 "core-js/stable/regexp/flags": [
19623 "es.regexp.flags"
19624 ],
19625 "core-js/stable/regexp/match": [
19626 "es.regexp.exec",
19627 "es.string.match"
19628 ],
19629 "core-js/stable/regexp/replace": [
19630 "es.regexp.exec",
19631 "es.string.replace"
19632 ],
19633 "core-js/stable/regexp/search": [
19634 "es.regexp.exec",
19635 "es.string.search"
19636 ],
19637 "core-js/stable/regexp/split": [
19638 "es.regexp.exec",
19639 "es.string.split"
19640 ],
19641 "core-js/stable/regexp/sticky": [
19642 "es.regexp.constructor",
19643 "es.regexp.exec",
19644 "es.regexp.sticky"
19645 ],
19646 "core-js/stable/regexp/test": [
19647 "es.regexp.exec",
19648 "es.regexp.test"
19649 ],
19650 "core-js/stable/regexp/to-string": [
19651 "es.regexp.to-string"
19652 ],
19653 "core-js/stable/self": [
19654 "web.self"
19655 ],
19656 "core-js/stable/set": [
19657 "es.array.iterator",
19658 "es.object.to-string",
19659 "es.set",
19660 "es.set.difference.v2",
19661 "es.set.intersection.v2",
19662 "es.set.is-disjoint-from.v2",
19663 "es.set.is-subset-of.v2",
19664 "es.set.is-superset-of.v2",
19665 "es.set.symmetric-difference.v2",
19666 "es.set.union.v2",
19667 "es.string.iterator",
19668 "web.dom-collections.iterator"
19669 ],
19670 "core-js/stable/set-immediate": [
19671 "web.immediate"
19672 ],
19673 "core-js/stable/set-interval": [
19674 "web.timers"
19675 ],
19676 "core-js/stable/set-timeout": [
19677 "web.timers"
19678 ],
19679 "core-js/stable/set/difference": [
19680 "es.set",
19681 "es.set.difference.v2"
19682 ],
19683 "core-js/stable/set/intersection": [
19684 "es.set",
19685 "es.set.intersection.v2"
19686 ],
19687 "core-js/stable/set/is-disjoint-from": [
19688 "es.set",
19689 "es.set.is-disjoint-from.v2"
19690 ],
19691 "core-js/stable/set/is-subset-of": [
19692 "es.set",
19693 "es.set.is-subset-of.v2"
19694 ],
19695 "core-js/stable/set/is-superset-of": [
19696 "es.set",
19697 "es.set.is-superset-of.v2"
19698 ],
19699 "core-js/stable/set/symmetric-difference": [
19700 "es.set",
19701 "es.set.symmetric-difference.v2"
19702 ],
19703 "core-js/stable/set/union": [
19704 "es.set",
19705 "es.set.union.v2"
19706 ],
19707 "core-js/stable/string": [
19708 "es.object.to-string",
19709 "es.regexp.exec",
19710 "es.string.at-alternative",
19711 "es.string.code-point-at",
19712 "es.string.ends-with",
19713 "es.string.from-code-point",
19714 "es.string.includes",
19715 "es.string.is-well-formed",
19716 "es.string.iterator",
19717 "es.string.match",
19718 "es.string.match-all",
19719 "es.string.pad-end",
19720 "es.string.pad-start",
19721 "es.string.raw",
19722 "es.string.repeat",
19723 "es.string.replace",
19724 "es.string.replace-all",
19725 "es.string.search",
19726 "es.string.split",
19727 "es.string.starts-with",
19728 "es.string.substr",
19729 "es.string.to-well-formed",
19730 "es.string.trim",
19731 "es.string.trim-end",
19732 "es.string.trim-start",
19733 "es.string.anchor",
19734 "es.string.big",
19735 "es.string.blink",
19736 "es.string.bold",
19737 "es.string.fixed",
19738 "es.string.fontcolor",
19739 "es.string.fontsize",
19740 "es.string.italics",
19741 "es.string.link",
19742 "es.string.small",
19743 "es.string.strike",
19744 "es.string.sub",
19745 "es.string.sup"
19746 ],
19747 "core-js/stable/string/anchor": [
19748 "es.string.anchor"
19749 ],
19750 "core-js/stable/string/at": [
19751 "es.string.at-alternative"
19752 ],
19753 "core-js/stable/string/big": [
19754 "es.string.big"
19755 ],
19756 "core-js/stable/string/blink": [
19757 "es.string.blink"
19758 ],
19759 "core-js/stable/string/bold": [
19760 "es.string.bold"
19761 ],
19762 "core-js/stable/string/code-point-at": [
19763 "es.string.code-point-at"
19764 ],
19765 "core-js/stable/string/ends-with": [
19766 "es.string.ends-with"
19767 ],
19768 "core-js/stable/string/fixed": [
19769 "es.string.fixed"
19770 ],
19771 "core-js/stable/string/fontcolor": [
19772 "es.string.fontcolor"
19773 ],
19774 "core-js/stable/string/fontsize": [
19775 "es.string.fontsize"
19776 ],
19777 "core-js/stable/string/from-code-point": [
19778 "es.string.from-code-point"
19779 ],
19780 "core-js/stable/string/includes": [
19781 "es.string.includes"
19782 ],
19783 "core-js/stable/string/is-well-formed": [
19784 "es.string.is-well-formed"
19785 ],
19786 "core-js/stable/string/italics": [
19787 "es.string.italics"
19788 ],
19789 "core-js/stable/string/iterator": [
19790 "es.object.to-string",
19791 "es.string.iterator"
19792 ],
19793 "core-js/stable/string/link": [
19794 "es.string.link"
19795 ],
19796 "core-js/stable/string/match": [
19797 "es.regexp.exec",
19798 "es.string.match"
19799 ],
19800 "core-js/stable/string/match-all": [
19801 "es.object.to-string",
19802 "es.regexp.exec",
19803 "es.string.match-all"
19804 ],
19805 "core-js/stable/string/pad-end": [
19806 "es.string.pad-end"
19807 ],
19808 "core-js/stable/string/pad-start": [
19809 "es.string.pad-start"
19810 ],
19811 "core-js/stable/string/raw": [
19812 "es.string.raw"
19813 ],
19814 "core-js/stable/string/repeat": [
19815 "es.string.repeat"
19816 ],
19817 "core-js/stable/string/replace": [
19818 "es.regexp.exec",
19819 "es.string.replace"
19820 ],
19821 "core-js/stable/string/replace-all": [
19822 "es.regexp.exec",
19823 "es.string.replace",
19824 "es.string.replace-all"
19825 ],
19826 "core-js/stable/string/search": [
19827 "es.regexp.exec",
19828 "es.string.search"
19829 ],
19830 "core-js/stable/string/small": [
19831 "es.string.small"
19832 ],
19833 "core-js/stable/string/split": [
19834 "es.regexp.exec",
19835 "es.string.split"
19836 ],
19837 "core-js/stable/string/starts-with": [
19838 "es.string.starts-with"
19839 ],
19840 "core-js/stable/string/strike": [
19841 "es.string.strike"
19842 ],
19843 "core-js/stable/string/sub": [
19844 "es.string.sub"
19845 ],
19846 "core-js/stable/string/substr": [
19847 "es.string.substr"
19848 ],
19849 "core-js/stable/string/sup": [
19850 "es.string.sup"
19851 ],
19852 "core-js/stable/string/to-well-formed": [
19853 "es.string.to-well-formed"
19854 ],
19855 "core-js/stable/string/trim": [
19856 "es.string.trim"
19857 ],
19858 "core-js/stable/string/trim-end": [
19859 "es.string.trim-end"
19860 ],
19861 "core-js/stable/string/trim-left": [
19862 "es.string.trim-start"
19863 ],
19864 "core-js/stable/string/trim-right": [
19865 "es.string.trim-end"
19866 ],
19867 "core-js/stable/string/trim-start": [
19868 "es.string.trim-start"
19869 ],
19870 "core-js/stable/string/virtual": [
19871 "es.object.to-string",
19872 "es.regexp.exec",
19873 "es.string.at-alternative",
19874 "es.string.code-point-at",
19875 "es.string.ends-with",
19876 "es.string.includes",
19877 "es.string.iterator",
19878 "es.string.match",
19879 "es.string.match-all",
19880 "es.string.pad-end",
19881 "es.string.pad-start",
19882 "es.string.repeat",
19883 "es.string.replace",
19884 "es.string.replace-all",
19885 "es.string.search",
19886 "es.string.split",
19887 "es.string.starts-with",
19888 "es.string.substr",
19889 "es.string.trim",
19890 "es.string.trim-end",
19891 "es.string.trim-start",
19892 "es.string.anchor",
19893 "es.string.big",
19894 "es.string.blink",
19895 "es.string.bold",
19896 "es.string.fixed",
19897 "es.string.fontcolor",
19898 "es.string.fontsize",
19899 "es.string.italics",
19900 "es.string.link",
19901 "es.string.small",
19902 "es.string.strike",
19903 "es.string.sub",
19904 "es.string.sup"
19905 ],
19906 "core-js/stable/string/virtual/anchor": [
19907 "es.string.anchor"
19908 ],
19909 "core-js/stable/string/virtual/at": [
19910 "es.string.at-alternative"
19911 ],
19912 "core-js/stable/string/virtual/big": [
19913 "es.string.big"
19914 ],
19915 "core-js/stable/string/virtual/blink": [
19916 "es.string.blink"
19917 ],
19918 "core-js/stable/string/virtual/bold": [
19919 "es.string.bold"
19920 ],
19921 "core-js/stable/string/virtual/code-point-at": [
19922 "es.string.code-point-at"
19923 ],
19924 "core-js/stable/string/virtual/ends-with": [
19925 "es.string.ends-with"
19926 ],
19927 "core-js/stable/string/virtual/fixed": [
19928 "es.string.fixed"
19929 ],
19930 "core-js/stable/string/virtual/fontcolor": [
19931 "es.string.fontcolor"
19932 ],
19933 "core-js/stable/string/virtual/fontsize": [
19934 "es.string.fontsize"
19935 ],
19936 "core-js/stable/string/virtual/includes": [
19937 "es.string.includes"
19938 ],
19939 "core-js/stable/string/virtual/is-well-formed": [
19940 "es.string.is-well-formed"
19941 ],
19942 "core-js/stable/string/virtual/italics": [
19943 "es.string.italics"
19944 ],
19945 "core-js/stable/string/virtual/iterator": [
19946 "es.object.to-string",
19947 "es.string.iterator"
19948 ],
19949 "core-js/stable/string/virtual/link": [
19950 "es.string.link"
19951 ],
19952 "core-js/stable/string/virtual/match-all": [
19953 "es.object.to-string",
19954 "es.regexp.exec",
19955 "es.string.match-all"
19956 ],
19957 "core-js/stable/string/virtual/pad-end": [
19958 "es.string.pad-end"
19959 ],
19960 "core-js/stable/string/virtual/pad-start": [
19961 "es.string.pad-start"
19962 ],
19963 "core-js/stable/string/virtual/repeat": [
19964 "es.string.repeat"
19965 ],
19966 "core-js/stable/string/virtual/replace-all": [
19967 "es.regexp.exec",
19968 "es.string.replace",
19969 "es.string.replace-all"
19970 ],
19971 "core-js/stable/string/virtual/small": [
19972 "es.string.small"
19973 ],
19974 "core-js/stable/string/virtual/starts-with": [
19975 "es.string.starts-with"
19976 ],
19977 "core-js/stable/string/virtual/strike": [
19978 "es.string.strike"
19979 ],
19980 "core-js/stable/string/virtual/sub": [
19981 "es.string.sub"
19982 ],
19983 "core-js/stable/string/virtual/substr": [
19984 "es.string.substr"
19985 ],
19986 "core-js/stable/string/virtual/sup": [
19987 "es.string.sup"
19988 ],
19989 "core-js/stable/string/virtual/to-well-formed": [
19990 "es.string.to-well-formed"
19991 ],
19992 "core-js/stable/string/virtual/trim": [
19993 "es.string.trim"
19994 ],
19995 "core-js/stable/string/virtual/trim-end": [
19996 "es.string.trim-end"
19997 ],
19998 "core-js/stable/string/virtual/trim-left": [
19999 "es.string.trim-start"
20000 ],
20001 "core-js/stable/string/virtual/trim-right": [
20002 "es.string.trim-end"
20003 ],
20004 "core-js/stable/string/virtual/trim-start": [
20005 "es.string.trim-start"
20006 ],
20007 "core-js/stable/structured-clone": [
20008 "es.error.to-string",
20009 "es.array.iterator",
20010 "es.map",
20011 "es.object.keys",
20012 "es.object.to-string",
20013 "es.set",
20014 "web.dom-exception.constructor",
20015 "web.dom-exception.stack",
20016 "web.dom-exception.to-string-tag",
20017 "web.structured-clone"
20018 ],
20019 "core-js/stable/suppressed-error": [],
20020 "core-js/stable/symbol": [
20021 "es.symbol",
20022 "es.symbol.description",
20023 "es.symbol.async-dispose",
20024 "es.symbol.async-iterator",
20025 "es.symbol.dispose",
20026 "es.symbol.has-instance",
20027 "es.symbol.is-concat-spreadable",
20028 "es.symbol.iterator",
20029 "es.symbol.match",
20030 "es.symbol.match-all",
20031 "es.symbol.replace",
20032 "es.symbol.search",
20033 "es.symbol.species",
20034 "es.symbol.split",
20035 "es.symbol.to-primitive",
20036 "es.symbol.to-string-tag",
20037 "es.symbol.unscopables",
20038 "es.array.concat",
20039 "es.json.to-string-tag",
20040 "es.math.to-string-tag",
20041 "es.object.to-string",
20042 "es.reflect.to-string-tag",
20043 "web.dom-collections.iterator"
20044 ],
20045 "core-js/stable/symbol/async-dispose": [
20046 "es.symbol.async-dispose"
20047 ],
20048 "core-js/stable/symbol/async-iterator": [
20049 "es.symbol.async-iterator"
20050 ],
20051 "core-js/stable/symbol/description": [
20052 "es.symbol.description"
20053 ],
20054 "core-js/stable/symbol/dispose": [
20055 "es.symbol.dispose"
20056 ],
20057 "core-js/stable/symbol/for": [
20058 "es.symbol"
20059 ],
20060 "core-js/stable/symbol/has-instance": [
20061 "es.symbol.has-instance",
20062 "es.function.has-instance"
20063 ],
20064 "core-js/stable/symbol/is-concat-spreadable": [
20065 "es.symbol.is-concat-spreadable",
20066 "es.array.concat"
20067 ],
20068 "core-js/stable/symbol/iterator": [
20069 "es.symbol.iterator",
20070 "es.array.iterator",
20071 "es.object.to-string",
20072 "es.string.iterator",
20073 "web.dom-collections.iterator"
20074 ],
20075 "core-js/stable/symbol/key-for": [
20076 "es.symbol"
20077 ],
20078 "core-js/stable/symbol/match": [
20079 "es.symbol.match",
20080 "es.regexp.exec",
20081 "es.string.match"
20082 ],
20083 "core-js/stable/symbol/match-all": [
20084 "es.symbol.match-all",
20085 "es.object.to-string",
20086 "es.regexp.exec",
20087 "es.string.match-all"
20088 ],
20089 "core-js/stable/symbol/replace": [
20090 "es.symbol.replace",
20091 "es.regexp.exec",
20092 "es.string.replace"
20093 ],
20094 "core-js/stable/symbol/search": [
20095 "es.symbol.search",
20096 "es.regexp.exec",
20097 "es.string.search"
20098 ],
20099 "core-js/stable/symbol/species": [
20100 "es.symbol.species"
20101 ],
20102 "core-js/stable/symbol/split": [
20103 "es.symbol.split",
20104 "es.regexp.exec",
20105 "es.string.split"
20106 ],
20107 "core-js/stable/symbol/to-primitive": [
20108 "es.symbol.to-primitive",
20109 "es.date.to-primitive"
20110 ],
20111 "core-js/stable/symbol/to-string-tag": [
20112 "es.symbol.to-string-tag",
20113 "es.json.to-string-tag",
20114 "es.math.to-string-tag",
20115 "es.object.to-string",
20116 "es.reflect.to-string-tag"
20117 ],
20118 "core-js/stable/symbol/unscopables": [
20119 "es.symbol.unscopables"
20120 ],
20121 "core-js/stable/typed-array": [
20122 "es.object.to-string",
20123 "es.string.iterator",
20124 "es.typed-array.float32-array",
20125 "es.typed-array.float64-array",
20126 "es.typed-array.int8-array",
20127 "es.typed-array.int16-array",
20128 "es.typed-array.int32-array",
20129 "es.typed-array.uint8-array",
20130 "es.typed-array.uint8-clamped-array",
20131 "es.typed-array.uint16-array",
20132 "es.typed-array.uint32-array",
20133 "es.typed-array.at",
20134 "es.typed-array.copy-within",
20135 "es.typed-array.every",
20136 "es.typed-array.fill",
20137 "es.typed-array.filter",
20138 "es.typed-array.find",
20139 "es.typed-array.find-index",
20140 "es.typed-array.find-last",
20141 "es.typed-array.find-last-index",
20142 "es.typed-array.for-each",
20143 "es.typed-array.from",
20144 "es.typed-array.includes",
20145 "es.typed-array.index-of",
20146 "es.typed-array.iterator",
20147 "es.typed-array.join",
20148 "es.typed-array.last-index-of",
20149 "es.typed-array.map",
20150 "es.typed-array.of",
20151 "es.typed-array.reduce",
20152 "es.typed-array.reduce-right",
20153 "es.typed-array.reverse",
20154 "es.typed-array.set",
20155 "es.typed-array.slice",
20156 "es.typed-array.some",
20157 "es.typed-array.sort",
20158 "es.typed-array.subarray",
20159 "es.typed-array.to-locale-string",
20160 "es.typed-array.to-reversed",
20161 "es.typed-array.to-sorted",
20162 "es.typed-array.to-string",
20163 "es.typed-array.with",
20164 "es.uint8-array.from-base64",
20165 "es.uint8-array.from-hex",
20166 "es.uint8-array.set-from-base64",
20167 "es.uint8-array.set-from-hex",
20168 "es.uint8-array.to-base64",
20169 "es.uint8-array.to-hex"
20170 ],
20171 "core-js/stable/typed-array/at": [
20172 "es.typed-array.at"
20173 ],
20174 "core-js/stable/typed-array/copy-within": [
20175 "es.typed-array.copy-within"
20176 ],
20177 "core-js/stable/typed-array/entries": [
20178 "es.object.to-string",
20179 "es.typed-array.iterator"
20180 ],
20181 "core-js/stable/typed-array/every": [
20182 "es.typed-array.every"
20183 ],
20184 "core-js/stable/typed-array/fill": [
20185 "es.typed-array.fill"
20186 ],
20187 "core-js/stable/typed-array/filter": [
20188 "es.typed-array.filter"
20189 ],
20190 "core-js/stable/typed-array/find": [
20191 "es.typed-array.find"
20192 ],
20193 "core-js/stable/typed-array/find-index": [
20194 "es.typed-array.find-index"
20195 ],
20196 "core-js/stable/typed-array/find-last": [
20197 "es.typed-array.find-last"
20198 ],
20199 "core-js/stable/typed-array/find-last-index": [
20200 "es.typed-array.find-last-index"
20201 ],
20202 "core-js/stable/typed-array/float32-array": [
20203 "es.array-buffer.constructor",
20204 "es.array-buffer.slice",
20205 "es.object.to-string",
20206 "es.string.iterator",
20207 "es.typed-array.float32-array",
20208 "es.typed-array.at",
20209 "es.typed-array.copy-within",
20210 "es.typed-array.every",
20211 "es.typed-array.fill",
20212 "es.typed-array.filter",
20213 "es.typed-array.find",
20214 "es.typed-array.find-index",
20215 "es.typed-array.find-last",
20216 "es.typed-array.find-last-index",
20217 "es.typed-array.for-each",
20218 "es.typed-array.from",
20219 "es.typed-array.includes",
20220 "es.typed-array.index-of",
20221 "es.typed-array.iterator",
20222 "es.typed-array.join",
20223 "es.typed-array.last-index-of",
20224 "es.typed-array.map",
20225 "es.typed-array.of",
20226 "es.typed-array.reduce",
20227 "es.typed-array.reduce-right",
20228 "es.typed-array.reverse",
20229 "es.typed-array.set",
20230 "es.typed-array.slice",
20231 "es.typed-array.some",
20232 "es.typed-array.sort",
20233 "es.typed-array.subarray",
20234 "es.typed-array.to-locale-string",
20235 "es.typed-array.to-reversed",
20236 "es.typed-array.to-sorted",
20237 "es.typed-array.to-string",
20238 "es.typed-array.with",
20239 "es.uint8-array.from-base64",
20240 "es.uint8-array.from-hex",
20241 "es.uint8-array.set-from-base64",
20242 "es.uint8-array.set-from-hex",
20243 "es.uint8-array.to-base64",
20244 "es.uint8-array.to-hex"
20245 ],
20246 "core-js/stable/typed-array/float64-array": [
20247 "es.array-buffer.constructor",
20248 "es.array-buffer.slice",
20249 "es.object.to-string",
20250 "es.string.iterator",
20251 "es.typed-array.float64-array",
20252 "es.typed-array.at",
20253 "es.typed-array.copy-within",
20254 "es.typed-array.every",
20255 "es.typed-array.fill",
20256 "es.typed-array.filter",
20257 "es.typed-array.find",
20258 "es.typed-array.find-index",
20259 "es.typed-array.find-last",
20260 "es.typed-array.find-last-index",
20261 "es.typed-array.for-each",
20262 "es.typed-array.from",
20263 "es.typed-array.includes",
20264 "es.typed-array.index-of",
20265 "es.typed-array.iterator",
20266 "es.typed-array.join",
20267 "es.typed-array.last-index-of",
20268 "es.typed-array.map",
20269 "es.typed-array.of",
20270 "es.typed-array.reduce",
20271 "es.typed-array.reduce-right",
20272 "es.typed-array.reverse",
20273 "es.typed-array.set",
20274 "es.typed-array.slice",
20275 "es.typed-array.some",
20276 "es.typed-array.sort",
20277 "es.typed-array.subarray",
20278 "es.typed-array.to-locale-string",
20279 "es.typed-array.to-reversed",
20280 "es.typed-array.to-sorted",
20281 "es.typed-array.to-string",
20282 "es.typed-array.with",
20283 "es.uint8-array.from-base64",
20284 "es.uint8-array.from-hex",
20285 "es.uint8-array.set-from-base64",
20286 "es.uint8-array.set-from-hex",
20287 "es.uint8-array.to-base64",
20288 "es.uint8-array.to-hex"
20289 ],
20290 "core-js/stable/typed-array/for-each": [
20291 "es.typed-array.for-each"
20292 ],
20293 "core-js/stable/typed-array/from": [
20294 "es.typed-array.from"
20295 ],
20296 "core-js/stable/typed-array/from-base64": [
20297 "es.uint8-array.from-base64"
20298 ],
20299 "core-js/stable/typed-array/from-hex": [
20300 "es.uint8-array.from-hex"
20301 ],
20302 "core-js/stable/typed-array/includes": [
20303 "es.typed-array.includes"
20304 ],
20305 "core-js/stable/typed-array/index-of": [
20306 "es.typed-array.index-of"
20307 ],
20308 "core-js/stable/typed-array/int16-array": [
20309 "es.array-buffer.constructor",
20310 "es.array-buffer.slice",
20311 "es.object.to-string",
20312 "es.string.iterator",
20313 "es.typed-array.int16-array",
20314 "es.typed-array.at",
20315 "es.typed-array.copy-within",
20316 "es.typed-array.every",
20317 "es.typed-array.fill",
20318 "es.typed-array.filter",
20319 "es.typed-array.find",
20320 "es.typed-array.find-index",
20321 "es.typed-array.find-last",
20322 "es.typed-array.find-last-index",
20323 "es.typed-array.for-each",
20324 "es.typed-array.from",
20325 "es.typed-array.includes",
20326 "es.typed-array.index-of",
20327 "es.typed-array.iterator",
20328 "es.typed-array.join",
20329 "es.typed-array.last-index-of",
20330 "es.typed-array.map",
20331 "es.typed-array.of",
20332 "es.typed-array.reduce",
20333 "es.typed-array.reduce-right",
20334 "es.typed-array.reverse",
20335 "es.typed-array.set",
20336 "es.typed-array.slice",
20337 "es.typed-array.some",
20338 "es.typed-array.sort",
20339 "es.typed-array.subarray",
20340 "es.typed-array.to-locale-string",
20341 "es.typed-array.to-reversed",
20342 "es.typed-array.to-sorted",
20343 "es.typed-array.to-string",
20344 "es.typed-array.with",
20345 "es.uint8-array.from-base64",
20346 "es.uint8-array.from-hex",
20347 "es.uint8-array.set-from-base64",
20348 "es.uint8-array.set-from-hex",
20349 "es.uint8-array.to-base64",
20350 "es.uint8-array.to-hex"
20351 ],
20352 "core-js/stable/typed-array/int32-array": [
20353 "es.array-buffer.constructor",
20354 "es.array-buffer.slice",
20355 "es.object.to-string",
20356 "es.string.iterator",
20357 "es.typed-array.int32-array",
20358 "es.typed-array.at",
20359 "es.typed-array.copy-within",
20360 "es.typed-array.every",
20361 "es.typed-array.fill",
20362 "es.typed-array.filter",
20363 "es.typed-array.find",
20364 "es.typed-array.find-index",
20365 "es.typed-array.find-last",
20366 "es.typed-array.find-last-index",
20367 "es.typed-array.for-each",
20368 "es.typed-array.from",
20369 "es.typed-array.includes",
20370 "es.typed-array.index-of",
20371 "es.typed-array.iterator",
20372 "es.typed-array.join",
20373 "es.typed-array.last-index-of",
20374 "es.typed-array.map",
20375 "es.typed-array.of",
20376 "es.typed-array.reduce",
20377 "es.typed-array.reduce-right",
20378 "es.typed-array.reverse",
20379 "es.typed-array.set",
20380 "es.typed-array.slice",
20381 "es.typed-array.some",
20382 "es.typed-array.sort",
20383 "es.typed-array.subarray",
20384 "es.typed-array.to-locale-string",
20385 "es.typed-array.to-reversed",
20386 "es.typed-array.to-sorted",
20387 "es.typed-array.to-string",
20388 "es.typed-array.with",
20389 "es.uint8-array.from-base64",
20390 "es.uint8-array.from-hex",
20391 "es.uint8-array.set-from-base64",
20392 "es.uint8-array.set-from-hex",
20393 "es.uint8-array.to-base64",
20394 "es.uint8-array.to-hex"
20395 ],
20396 "core-js/stable/typed-array/int8-array": [
20397 "es.array-buffer.constructor",
20398 "es.array-buffer.slice",
20399 "es.object.to-string",
20400 "es.string.iterator",
20401 "es.typed-array.int8-array",
20402 "es.typed-array.at",
20403 "es.typed-array.copy-within",
20404 "es.typed-array.every",
20405 "es.typed-array.fill",
20406 "es.typed-array.filter",
20407 "es.typed-array.find",
20408 "es.typed-array.find-index",
20409 "es.typed-array.find-last",
20410 "es.typed-array.find-last-index",
20411 "es.typed-array.for-each",
20412 "es.typed-array.from",
20413 "es.typed-array.includes",
20414 "es.typed-array.index-of",
20415 "es.typed-array.iterator",
20416 "es.typed-array.join",
20417 "es.typed-array.last-index-of",
20418 "es.typed-array.map",
20419 "es.typed-array.of",
20420 "es.typed-array.reduce",
20421 "es.typed-array.reduce-right",
20422 "es.typed-array.reverse",
20423 "es.typed-array.set",
20424 "es.typed-array.slice",
20425 "es.typed-array.some",
20426 "es.typed-array.sort",
20427 "es.typed-array.subarray",
20428 "es.typed-array.to-locale-string",
20429 "es.typed-array.to-reversed",
20430 "es.typed-array.to-sorted",
20431 "es.typed-array.to-string",
20432 "es.typed-array.with",
20433 "es.uint8-array.from-base64",
20434 "es.uint8-array.from-hex",
20435 "es.uint8-array.set-from-base64",
20436 "es.uint8-array.set-from-hex",
20437 "es.uint8-array.to-base64",
20438 "es.uint8-array.to-hex"
20439 ],
20440 "core-js/stable/typed-array/iterator": [
20441 "es.object.to-string",
20442 "es.typed-array.iterator"
20443 ],
20444 "core-js/stable/typed-array/join": [
20445 "es.typed-array.join"
20446 ],
20447 "core-js/stable/typed-array/keys": [
20448 "es.object.to-string",
20449 "es.typed-array.iterator"
20450 ],
20451 "core-js/stable/typed-array/last-index-of": [
20452 "es.typed-array.last-index-of"
20453 ],
20454 "core-js/stable/typed-array/map": [
20455 "es.typed-array.map"
20456 ],
20457 "core-js/stable/typed-array/methods": [
20458 "es.object.to-string",
20459 "es.string.iterator",
20460 "es.typed-array.at",
20461 "es.typed-array.copy-within",
20462 "es.typed-array.every",
20463 "es.typed-array.fill",
20464 "es.typed-array.filter",
20465 "es.typed-array.find",
20466 "es.typed-array.find-index",
20467 "es.typed-array.find-last",
20468 "es.typed-array.find-last-index",
20469 "es.typed-array.for-each",
20470 "es.typed-array.from",
20471 "es.typed-array.includes",
20472 "es.typed-array.index-of",
20473 "es.typed-array.iterator",
20474 "es.typed-array.join",
20475 "es.typed-array.last-index-of",
20476 "es.typed-array.map",
20477 "es.typed-array.of",
20478 "es.typed-array.reduce",
20479 "es.typed-array.reduce-right",
20480 "es.typed-array.reverse",
20481 "es.typed-array.set",
20482 "es.typed-array.slice",
20483 "es.typed-array.some",
20484 "es.typed-array.sort",
20485 "es.typed-array.subarray",
20486 "es.typed-array.to-locale-string",
20487 "es.typed-array.to-reversed",
20488 "es.typed-array.to-sorted",
20489 "es.typed-array.to-string",
20490 "es.typed-array.with",
20491 "es.uint8-array.from-base64",
20492 "es.uint8-array.from-hex",
20493 "es.uint8-array.set-from-base64",
20494 "es.uint8-array.set-from-hex",
20495 "es.uint8-array.to-base64",
20496 "es.uint8-array.to-hex"
20497 ],
20498 "core-js/stable/typed-array/of": [
20499 "es.typed-array.of"
20500 ],
20501 "core-js/stable/typed-array/reduce": [
20502 "es.typed-array.reduce"
20503 ],
20504 "core-js/stable/typed-array/reduce-right": [
20505 "es.typed-array.reduce-right"
20506 ],
20507 "core-js/stable/typed-array/reverse": [
20508 "es.typed-array.reverse"
20509 ],
20510 "core-js/stable/typed-array/set": [
20511 "es.typed-array.set"
20512 ],
20513 "core-js/stable/typed-array/set-from-base64": [
20514 "es.uint8-array.set-from-base64"
20515 ],
20516 "core-js/stable/typed-array/set-from-hex": [
20517 "es.uint8-array.set-from-hex"
20518 ],
20519 "core-js/stable/typed-array/slice": [
20520 "es.typed-array.slice"
20521 ],
20522 "core-js/stable/typed-array/some": [
20523 "es.typed-array.some"
20524 ],
20525 "core-js/stable/typed-array/sort": [
20526 "es.typed-array.sort"
20527 ],
20528 "core-js/stable/typed-array/subarray": [
20529 "es.typed-array.subarray"
20530 ],
20531 "core-js/stable/typed-array/to-base64": [
20532 "es.uint8-array.to-base64"
20533 ],
20534 "core-js/stable/typed-array/to-hex": [
20535 "es.uint8-array.to-hex"
20536 ],
20537 "core-js/stable/typed-array/to-locale-string": [
20538 "es.typed-array.to-locale-string"
20539 ],
20540 "core-js/stable/typed-array/to-reversed": [
20541 "es.typed-array.to-reversed"
20542 ],
20543 "core-js/stable/typed-array/to-sorted": [
20544 "es.typed-array.sort",
20545 "es.typed-array.to-sorted"
20546 ],
20547 "core-js/stable/typed-array/to-string": [
20548 "es.typed-array.to-string"
20549 ],
20550 "core-js/stable/typed-array/uint16-array": [
20551 "es.array-buffer.constructor",
20552 "es.array-buffer.slice",
20553 "es.object.to-string",
20554 "es.string.iterator",
20555 "es.typed-array.uint16-array",
20556 "es.typed-array.at",
20557 "es.typed-array.copy-within",
20558 "es.typed-array.every",
20559 "es.typed-array.fill",
20560 "es.typed-array.filter",
20561 "es.typed-array.find",
20562 "es.typed-array.find-index",
20563 "es.typed-array.find-last",
20564 "es.typed-array.find-last-index",
20565 "es.typed-array.for-each",
20566 "es.typed-array.from",
20567 "es.typed-array.includes",
20568 "es.typed-array.index-of",
20569 "es.typed-array.iterator",
20570 "es.typed-array.join",
20571 "es.typed-array.last-index-of",
20572 "es.typed-array.map",
20573 "es.typed-array.of",
20574 "es.typed-array.reduce",
20575 "es.typed-array.reduce-right",
20576 "es.typed-array.reverse",
20577 "es.typed-array.set",
20578 "es.typed-array.slice",
20579 "es.typed-array.some",
20580 "es.typed-array.sort",
20581 "es.typed-array.subarray",
20582 "es.typed-array.to-locale-string",
20583 "es.typed-array.to-reversed",
20584 "es.typed-array.to-sorted",
20585 "es.typed-array.to-string",
20586 "es.typed-array.with",
20587 "es.uint8-array.from-base64",
20588 "es.uint8-array.from-hex",
20589 "es.uint8-array.set-from-base64",
20590 "es.uint8-array.set-from-hex",
20591 "es.uint8-array.to-base64",
20592 "es.uint8-array.to-hex"
20593 ],
20594 "core-js/stable/typed-array/uint32-array": [
20595 "es.array-buffer.constructor",
20596 "es.array-buffer.slice",
20597 "es.object.to-string",
20598 "es.string.iterator",
20599 "es.typed-array.uint32-array",
20600 "es.typed-array.at",
20601 "es.typed-array.copy-within",
20602 "es.typed-array.every",
20603 "es.typed-array.fill",
20604 "es.typed-array.filter",
20605 "es.typed-array.find",
20606 "es.typed-array.find-index",
20607 "es.typed-array.find-last",
20608 "es.typed-array.find-last-index",
20609 "es.typed-array.for-each",
20610 "es.typed-array.from",
20611 "es.typed-array.includes",
20612 "es.typed-array.index-of",
20613 "es.typed-array.iterator",
20614 "es.typed-array.join",
20615 "es.typed-array.last-index-of",
20616 "es.typed-array.map",
20617 "es.typed-array.of",
20618 "es.typed-array.reduce",
20619 "es.typed-array.reduce-right",
20620 "es.typed-array.reverse",
20621 "es.typed-array.set",
20622 "es.typed-array.slice",
20623 "es.typed-array.some",
20624 "es.typed-array.sort",
20625 "es.typed-array.subarray",
20626 "es.typed-array.to-locale-string",
20627 "es.typed-array.to-reversed",
20628 "es.typed-array.to-sorted",
20629 "es.typed-array.to-string",
20630 "es.typed-array.with",
20631 "es.uint8-array.from-base64",
20632 "es.uint8-array.from-hex",
20633 "es.uint8-array.set-from-base64",
20634 "es.uint8-array.set-from-hex",
20635 "es.uint8-array.to-base64",
20636 "es.uint8-array.to-hex"
20637 ],
20638 "core-js/stable/typed-array/uint8-array": [
20639 "es.array-buffer.constructor",
20640 "es.array-buffer.slice",
20641 "es.object.to-string",
20642 "es.string.iterator",
20643 "es.typed-array.uint8-array",
20644 "es.typed-array.at",
20645 "es.typed-array.copy-within",
20646 "es.typed-array.every",
20647 "es.typed-array.fill",
20648 "es.typed-array.filter",
20649 "es.typed-array.find",
20650 "es.typed-array.find-index",
20651 "es.typed-array.find-last",
20652 "es.typed-array.find-last-index",
20653 "es.typed-array.for-each",
20654 "es.typed-array.from",
20655 "es.typed-array.includes",
20656 "es.typed-array.index-of",
20657 "es.typed-array.iterator",
20658 "es.typed-array.join",
20659 "es.typed-array.last-index-of",
20660 "es.typed-array.map",
20661 "es.typed-array.of",
20662 "es.typed-array.reduce",
20663 "es.typed-array.reduce-right",
20664 "es.typed-array.reverse",
20665 "es.typed-array.set",
20666 "es.typed-array.slice",
20667 "es.typed-array.some",
20668 "es.typed-array.sort",
20669 "es.typed-array.subarray",
20670 "es.typed-array.to-locale-string",
20671 "es.typed-array.to-reversed",
20672 "es.typed-array.to-sorted",
20673 "es.typed-array.to-string",
20674 "es.typed-array.with",
20675 "es.uint8-array.from-base64",
20676 "es.uint8-array.from-hex",
20677 "es.uint8-array.set-from-base64",
20678 "es.uint8-array.set-from-hex",
20679 "es.uint8-array.to-base64",
20680 "es.uint8-array.to-hex"
20681 ],
20682 "core-js/stable/typed-array/uint8-clamped-array": [
20683 "es.array-buffer.constructor",
20684 "es.array-buffer.slice",
20685 "es.object.to-string",
20686 "es.string.iterator",
20687 "es.typed-array.uint8-clamped-array",
20688 "es.typed-array.at",
20689 "es.typed-array.copy-within",
20690 "es.typed-array.every",
20691 "es.typed-array.fill",
20692 "es.typed-array.filter",
20693 "es.typed-array.find",
20694 "es.typed-array.find-index",
20695 "es.typed-array.find-last",
20696 "es.typed-array.find-last-index",
20697 "es.typed-array.for-each",
20698 "es.typed-array.from",
20699 "es.typed-array.includes",
20700 "es.typed-array.index-of",
20701 "es.typed-array.iterator",
20702 "es.typed-array.join",
20703 "es.typed-array.last-index-of",
20704 "es.typed-array.map",
20705 "es.typed-array.of",
20706 "es.typed-array.reduce",
20707 "es.typed-array.reduce-right",
20708 "es.typed-array.reverse",
20709 "es.typed-array.set",
20710 "es.typed-array.slice",
20711 "es.typed-array.some",
20712 "es.typed-array.sort",
20713 "es.typed-array.subarray",
20714 "es.typed-array.to-locale-string",
20715 "es.typed-array.to-reversed",
20716 "es.typed-array.to-sorted",
20717 "es.typed-array.to-string",
20718 "es.typed-array.with",
20719 "es.uint8-array.from-base64",
20720 "es.uint8-array.from-hex",
20721 "es.uint8-array.set-from-base64",
20722 "es.uint8-array.set-from-hex",
20723 "es.uint8-array.to-base64",
20724 "es.uint8-array.to-hex"
20725 ],
20726 "core-js/stable/typed-array/values": [
20727 "es.object.to-string",
20728 "es.typed-array.iterator"
20729 ],
20730 "core-js/stable/typed-array/with": [
20731 "es.typed-array.with"
20732 ],
20733 "core-js/stable/unescape": [
20734 "es.unescape"
20735 ],
20736 "core-js/stable/url": [
20737 "web.url",
20738 "web.url.can-parse",
20739 "web.url.parse",
20740 "web.url.to-json",
20741 "web.url-search-params",
20742 "web.url-search-params.delete",
20743 "web.url-search-params.has",
20744 "web.url-search-params.size"
20745 ],
20746 "core-js/stable/url-search-params": [
20747 "web.dom-collections.iterator",
20748 "web.url-search-params",
20749 "web.url-search-params.delete",
20750 "web.url-search-params.has",
20751 "web.url-search-params.size"
20752 ],
20753 "core-js/stable/url/can-parse": [
20754 "web.url",
20755 "web.url.can-parse"
20756 ],
20757 "core-js/stable/url/parse": [
20758 "web.url",
20759 "web.url.parse"
20760 ],
20761 "core-js/stable/url/to-json": [
20762 "web.url.to-json"
20763 ],
20764 "core-js/stable/weak-map": [
20765 "es.array.iterator",
20766 "es.object.to-string",
20767 "es.weak-map",
20768 "es.weak-map.get-or-insert",
20769 "es.weak-map.get-or-insert-computed",
20770 "web.dom-collections.iterator"
20771 ],
20772 "core-js/stable/weak-map/get-or-insert": [
20773 "es.weak-map",
20774 "es.weak-map.get-or-insert"
20775 ],
20776 "core-js/stable/weak-map/get-or-insert-computed": [
20777 "es.weak-map",
20778 "es.weak-map.get-or-insert-computed"
20779 ],
20780 "core-js/stable/weak-set": [
20781 "es.array.iterator",
20782 "es.object.to-string",
20783 "es.weak-set",
20784 "web.dom-collections.iterator"
20785 ],
20786 "core-js/stage": [
20787 "es.map",
20788 "es.string.at-alternative",
20789 "esnext.aggregate-error",
20790 "esnext.suppressed-error.constructor",
20791 "esnext.array.from-async",
20792 "esnext.array.at",
20793 "esnext.array.filter-out",
20794 "esnext.array.filter-reject",
20795 "esnext.array.find-last",
20796 "esnext.array.find-last-index",
20797 "esnext.array.group",
20798 "esnext.array.group-by",
20799 "esnext.array.group-by-to-map",
20800 "esnext.array.group-to-map",
20801 "esnext.array.is-template-object",
20802 "esnext.array.last-index",
20803 "esnext.array.last-item",
20804 "esnext.array.to-reversed",
20805 "esnext.array.to-sorted",
20806 "esnext.array.to-spliced",
20807 "esnext.array.unique-by",
20808 "esnext.array.with",
20809 "esnext.array-buffer.detached",
20810 "esnext.array-buffer.transfer",
20811 "esnext.array-buffer.transfer-to-fixed-length",
20812 "esnext.async-disposable-stack.constructor",
20813 "esnext.async-iterator.constructor",
20814 "esnext.async-iterator.as-indexed-pairs",
20815 "esnext.async-iterator.async-dispose",
20816 "esnext.async-iterator.drop",
20817 "esnext.async-iterator.every",
20818 "esnext.async-iterator.filter",
20819 "esnext.async-iterator.find",
20820 "esnext.async-iterator.flat-map",
20821 "esnext.async-iterator.for-each",
20822 "esnext.async-iterator.from",
20823 "esnext.async-iterator.indexed",
20824 "esnext.async-iterator.map",
20825 "esnext.async-iterator.reduce",
20826 "esnext.async-iterator.some",
20827 "esnext.async-iterator.take",
20828 "esnext.async-iterator.to-array",
20829 "esnext.bigint.range",
20830 "esnext.composite-key",
20831 "esnext.composite-symbol",
20832 "esnext.data-view.get-float16",
20833 "esnext.data-view.get-uint8-clamped",
20834 "esnext.data-view.set-float16",
20835 "esnext.data-view.set-uint8-clamped",
20836 "esnext.disposable-stack.constructor",
20837 "esnext.error.is-error",
20838 "esnext.function.demethodize",
20839 "esnext.function.is-callable",
20840 "esnext.function.is-constructor",
20841 "esnext.function.metadata",
20842 "esnext.function.un-this",
20843 "esnext.global-this",
20844 "esnext.iterator.constructor",
20845 "esnext.iterator.as-indexed-pairs",
20846 "esnext.iterator.chunks",
20847 "esnext.iterator.concat",
20848 "esnext.iterator.dispose",
20849 "esnext.iterator.drop",
20850 "esnext.iterator.every",
20851 "esnext.iterator.filter",
20852 "esnext.iterator.find",
20853 "esnext.iterator.flat-map",
20854 "esnext.iterator.for-each",
20855 "esnext.iterator.from",
20856 "esnext.iterator.indexed",
20857 "esnext.iterator.map",
20858 "esnext.iterator.range",
20859 "esnext.iterator.reduce",
20860 "esnext.iterator.sliding",
20861 "esnext.iterator.some",
20862 "esnext.iterator.take",
20863 "esnext.iterator.to-array",
20864 "esnext.iterator.to-async",
20865 "esnext.iterator.windows",
20866 "esnext.iterator.zip",
20867 "esnext.iterator.zip-keyed",
20868 "esnext.json.is-raw-json",
20869 "esnext.json.parse",
20870 "esnext.json.raw-json",
20871 "esnext.map.delete-all",
20872 "esnext.map.emplace",
20873 "esnext.map.every",
20874 "esnext.map.filter",
20875 "esnext.map.find",
20876 "esnext.map.find-key",
20877 "esnext.map.from",
20878 "esnext.map.get-or-insert",
20879 "esnext.map.get-or-insert-computed",
20880 "esnext.map.group-by",
20881 "esnext.map.includes",
20882 "esnext.map.key-by",
20883 "esnext.map.key-of",
20884 "esnext.map.map-keys",
20885 "esnext.map.map-values",
20886 "esnext.map.merge",
20887 "esnext.map.of",
20888 "esnext.map.reduce",
20889 "esnext.map.some",
20890 "esnext.map.update",
20891 "esnext.map.update-or-insert",
20892 "esnext.map.upsert",
20893 "esnext.math.clamp",
20894 "esnext.math.deg-per-rad",
20895 "esnext.math.degrees",
20896 "esnext.math.fscale",
20897 "esnext.math.f16round",
20898 "esnext.math.iaddh",
20899 "esnext.math.imulh",
20900 "esnext.math.isubh",
20901 "esnext.math.rad-per-deg",
20902 "esnext.math.radians",
20903 "esnext.math.scale",
20904 "esnext.math.seeded-prng",
20905 "esnext.math.signbit",
20906 "esnext.math.sum-precise",
20907 "esnext.math.umulh",
20908 "esnext.number.clamp",
20909 "esnext.number.from-string",
20910 "esnext.number.range",
20911 "esnext.object.has-own",
20912 "esnext.object.iterate-entries",
20913 "esnext.object.iterate-keys",
20914 "esnext.object.iterate-values",
20915 "esnext.object.group-by",
20916 "esnext.observable",
20917 "esnext.promise.all-settled",
20918 "esnext.promise.any",
20919 "esnext.promise.try",
20920 "esnext.promise.with-resolvers",
20921 "esnext.reflect.define-metadata",
20922 "esnext.reflect.delete-metadata",
20923 "esnext.reflect.get-metadata",
20924 "esnext.reflect.get-metadata-keys",
20925 "esnext.reflect.get-own-metadata",
20926 "esnext.reflect.get-own-metadata-keys",
20927 "esnext.reflect.has-metadata",
20928 "esnext.reflect.has-own-metadata",
20929 "esnext.reflect.metadata",
20930 "esnext.regexp.escape",
20931 "esnext.set.add-all",
20932 "esnext.set.delete-all",
20933 "esnext.set.difference.v2",
20934 "esnext.set.difference",
20935 "esnext.set.every",
20936 "esnext.set.filter",
20937 "esnext.set.find",
20938 "esnext.set.from",
20939 "esnext.set.intersection.v2",
20940 "esnext.set.intersection",
20941 "esnext.set.is-disjoint-from.v2",
20942 "esnext.set.is-disjoint-from",
20943 "esnext.set.is-subset-of.v2",
20944 "esnext.set.is-subset-of",
20945 "esnext.set.is-superset-of.v2",
20946 "esnext.set.is-superset-of",
20947 "esnext.set.join",
20948 "esnext.set.map",
20949 "esnext.set.of",
20950 "esnext.set.reduce",
20951 "esnext.set.some",
20952 "esnext.set.symmetric-difference.v2",
20953 "esnext.set.symmetric-difference",
20954 "esnext.set.union.v2",
20955 "esnext.set.union",
20956 "esnext.string.at",
20957 "esnext.string.cooked",
20958 "esnext.string.code-points",
20959 "esnext.string.dedent",
20960 "esnext.string.is-well-formed",
20961 "esnext.string.match-all",
20962 "esnext.string.replace-all",
20963 "esnext.string.to-well-formed",
20964 "esnext.symbol.async-dispose",
20965 "esnext.symbol.custom-matcher",
20966 "esnext.symbol.dispose",
20967 "esnext.symbol.is-registered-symbol",
20968 "esnext.symbol.is-registered",
20969 "esnext.symbol.is-well-known-symbol",
20970 "esnext.symbol.is-well-known",
20971 "esnext.symbol.matcher",
20972 "esnext.symbol.metadata",
20973 "esnext.symbol.metadata-key",
20974 "esnext.symbol.observable",
20975 "esnext.symbol.pattern-match",
20976 "esnext.symbol.replace-all",
20977 "esnext.typed-array.from-async",
20978 "esnext.typed-array.at",
20979 "esnext.typed-array.filter-out",
20980 "esnext.typed-array.filter-reject",
20981 "esnext.typed-array.find-last",
20982 "esnext.typed-array.find-last-index",
20983 "esnext.typed-array.group-by",
20984 "esnext.typed-array.to-reversed",
20985 "esnext.typed-array.to-sorted",
20986 "esnext.typed-array.to-spliced",
20987 "esnext.typed-array.unique-by",
20988 "esnext.typed-array.with",
20989 "esnext.uint8-array.from-base64",
20990 "esnext.uint8-array.from-hex",
20991 "esnext.uint8-array.set-from-base64",
20992 "esnext.uint8-array.set-from-hex",
20993 "esnext.uint8-array.to-base64",
20994 "esnext.uint8-array.to-hex",
20995 "esnext.weak-map.delete-all",
20996 "esnext.weak-map.from",
20997 "esnext.weak-map.of",
20998 "esnext.weak-map.emplace",
20999 "esnext.weak-map.get-or-insert",
21000 "esnext.weak-map.get-or-insert-computed",
21001 "esnext.weak-map.upsert",
21002 "esnext.weak-set.add-all",
21003 "esnext.weak-set.delete-all",
21004 "esnext.weak-set.from",
21005 "esnext.weak-set.of",
21006 "web.url",
21007 "web.url.can-parse",
21008 "web.url.parse",
21009 "web.url.to-json",
21010 "web.url-search-params",
21011 "web.url-search-params.delete",
21012 "web.url-search-params.has",
21013 "web.url-search-params.size"
21014 ],
21015 "core-js/stage/0": [
21016 "es.map",
21017 "es.string.at-alternative",
21018 "esnext.aggregate-error",
21019 "esnext.suppressed-error.constructor",
21020 "esnext.array.from-async",
21021 "esnext.array.at",
21022 "esnext.array.filter-out",
21023 "esnext.array.filter-reject",
21024 "esnext.array.find-last",
21025 "esnext.array.find-last-index",
21026 "esnext.array.group",
21027 "esnext.array.group-by",
21028 "esnext.array.group-by-to-map",
21029 "esnext.array.group-to-map",
21030 "esnext.array.is-template-object",
21031 "esnext.array.last-index",
21032 "esnext.array.last-item",
21033 "esnext.array.to-reversed",
21034 "esnext.array.to-sorted",
21035 "esnext.array.to-spliced",
21036 "esnext.array.unique-by",
21037 "esnext.array.with",
21038 "esnext.array-buffer.detached",
21039 "esnext.array-buffer.transfer",
21040 "esnext.array-buffer.transfer-to-fixed-length",
21041 "esnext.async-disposable-stack.constructor",
21042 "esnext.async-iterator.constructor",
21043 "esnext.async-iterator.as-indexed-pairs",
21044 "esnext.async-iterator.async-dispose",
21045 "esnext.async-iterator.drop",
21046 "esnext.async-iterator.every",
21047 "esnext.async-iterator.filter",
21048 "esnext.async-iterator.find",
21049 "esnext.async-iterator.flat-map",
21050 "esnext.async-iterator.for-each",
21051 "esnext.async-iterator.from",
21052 "esnext.async-iterator.indexed",
21053 "esnext.async-iterator.map",
21054 "esnext.async-iterator.reduce",
21055 "esnext.async-iterator.some",
21056 "esnext.async-iterator.take",
21057 "esnext.async-iterator.to-array",
21058 "esnext.bigint.range",
21059 "esnext.composite-key",
21060 "esnext.composite-symbol",
21061 "esnext.data-view.get-float16",
21062 "esnext.data-view.get-uint8-clamped",
21063 "esnext.data-view.set-float16",
21064 "esnext.data-view.set-uint8-clamped",
21065 "esnext.disposable-stack.constructor",
21066 "esnext.error.is-error",
21067 "esnext.function.demethodize",
21068 "esnext.function.is-callable",
21069 "esnext.function.is-constructor",
21070 "esnext.function.metadata",
21071 "esnext.function.un-this",
21072 "esnext.global-this",
21073 "esnext.iterator.constructor",
21074 "esnext.iterator.as-indexed-pairs",
21075 "esnext.iterator.chunks",
21076 "esnext.iterator.concat",
21077 "esnext.iterator.dispose",
21078 "esnext.iterator.drop",
21079 "esnext.iterator.every",
21080 "esnext.iterator.filter",
21081 "esnext.iterator.find",
21082 "esnext.iterator.flat-map",
21083 "esnext.iterator.for-each",
21084 "esnext.iterator.from",
21085 "esnext.iterator.indexed",
21086 "esnext.iterator.map",
21087 "esnext.iterator.range",
21088 "esnext.iterator.reduce",
21089 "esnext.iterator.sliding",
21090 "esnext.iterator.some",
21091 "esnext.iterator.take",
21092 "esnext.iterator.to-array",
21093 "esnext.iterator.to-async",
21094 "esnext.iterator.windows",
21095 "esnext.iterator.zip",
21096 "esnext.iterator.zip-keyed",
21097 "esnext.json.is-raw-json",
21098 "esnext.json.parse",
21099 "esnext.json.raw-json",
21100 "esnext.map.delete-all",
21101 "esnext.map.emplace",
21102 "esnext.map.every",
21103 "esnext.map.filter",
21104 "esnext.map.find",
21105 "esnext.map.find-key",
21106 "esnext.map.from",
21107 "esnext.map.get-or-insert",
21108 "esnext.map.get-or-insert-computed",
21109 "esnext.map.group-by",
21110 "esnext.map.includes",
21111 "esnext.map.key-by",
21112 "esnext.map.key-of",
21113 "esnext.map.map-keys",
21114 "esnext.map.map-values",
21115 "esnext.map.merge",
21116 "esnext.map.of",
21117 "esnext.map.reduce",
21118 "esnext.map.some",
21119 "esnext.map.update",
21120 "esnext.map.update-or-insert",
21121 "esnext.map.upsert",
21122 "esnext.math.clamp",
21123 "esnext.math.deg-per-rad",
21124 "esnext.math.degrees",
21125 "esnext.math.fscale",
21126 "esnext.math.f16round",
21127 "esnext.math.iaddh",
21128 "esnext.math.imulh",
21129 "esnext.math.isubh",
21130 "esnext.math.rad-per-deg",
21131 "esnext.math.radians",
21132 "esnext.math.scale",
21133 "esnext.math.seeded-prng",
21134 "esnext.math.signbit",
21135 "esnext.math.sum-precise",
21136 "esnext.math.umulh",
21137 "esnext.number.clamp",
21138 "esnext.number.from-string",
21139 "esnext.number.range",
21140 "esnext.object.has-own",
21141 "esnext.object.iterate-entries",
21142 "esnext.object.iterate-keys",
21143 "esnext.object.iterate-values",
21144 "esnext.object.group-by",
21145 "esnext.observable",
21146 "esnext.promise.all-settled",
21147 "esnext.promise.any",
21148 "esnext.promise.try",
21149 "esnext.promise.with-resolvers",
21150 "esnext.regexp.escape",
21151 "esnext.set.add-all",
21152 "esnext.set.delete-all",
21153 "esnext.set.difference.v2",
21154 "esnext.set.difference",
21155 "esnext.set.every",
21156 "esnext.set.filter",
21157 "esnext.set.find",
21158 "esnext.set.from",
21159 "esnext.set.intersection.v2",
21160 "esnext.set.intersection",
21161 "esnext.set.is-disjoint-from.v2",
21162 "esnext.set.is-disjoint-from",
21163 "esnext.set.is-subset-of.v2",
21164 "esnext.set.is-subset-of",
21165 "esnext.set.is-superset-of.v2",
21166 "esnext.set.is-superset-of",
21167 "esnext.set.join",
21168 "esnext.set.map",
21169 "esnext.set.of",
21170 "esnext.set.reduce",
21171 "esnext.set.some",
21172 "esnext.set.symmetric-difference.v2",
21173 "esnext.set.symmetric-difference",
21174 "esnext.set.union.v2",
21175 "esnext.set.union",
21176 "esnext.string.at",
21177 "esnext.string.cooked",
21178 "esnext.string.code-points",
21179 "esnext.string.dedent",
21180 "esnext.string.is-well-formed",
21181 "esnext.string.match-all",
21182 "esnext.string.replace-all",
21183 "esnext.string.to-well-formed",
21184 "esnext.symbol.async-dispose",
21185 "esnext.symbol.custom-matcher",
21186 "esnext.symbol.dispose",
21187 "esnext.symbol.is-registered-symbol",
21188 "esnext.symbol.is-registered",
21189 "esnext.symbol.is-well-known-symbol",
21190 "esnext.symbol.is-well-known",
21191 "esnext.symbol.matcher",
21192 "esnext.symbol.metadata",
21193 "esnext.symbol.metadata-key",
21194 "esnext.symbol.observable",
21195 "esnext.symbol.pattern-match",
21196 "esnext.symbol.replace-all",
21197 "esnext.typed-array.from-async",
21198 "esnext.typed-array.at",
21199 "esnext.typed-array.filter-out",
21200 "esnext.typed-array.filter-reject",
21201 "esnext.typed-array.find-last",
21202 "esnext.typed-array.find-last-index",
21203 "esnext.typed-array.group-by",
21204 "esnext.typed-array.to-reversed",
21205 "esnext.typed-array.to-sorted",
21206 "esnext.typed-array.to-spliced",
21207 "esnext.typed-array.unique-by",
21208 "esnext.typed-array.with",
21209 "esnext.uint8-array.from-base64",
21210 "esnext.uint8-array.from-hex",
21211 "esnext.uint8-array.set-from-base64",
21212 "esnext.uint8-array.set-from-hex",
21213 "esnext.uint8-array.to-base64",
21214 "esnext.uint8-array.to-hex",
21215 "esnext.weak-map.delete-all",
21216 "esnext.weak-map.from",
21217 "esnext.weak-map.of",
21218 "esnext.weak-map.emplace",
21219 "esnext.weak-map.get-or-insert",
21220 "esnext.weak-map.get-or-insert-computed",
21221 "esnext.weak-map.upsert",
21222 "esnext.weak-set.add-all",
21223 "esnext.weak-set.delete-all",
21224 "esnext.weak-set.from",
21225 "esnext.weak-set.of",
21226 "web.url",
21227 "web.url.can-parse",
21228 "web.url.parse",
21229 "web.url.to-json",
21230 "web.url-search-params",
21231 "web.url-search-params.delete",
21232 "web.url-search-params.has",
21233 "web.url-search-params.size"
21234 ],
21235 "core-js/stage/1": [
21236 "es.map",
21237 "es.string.at-alternative",
21238 "esnext.aggregate-error",
21239 "esnext.suppressed-error.constructor",
21240 "esnext.array.from-async",
21241 "esnext.array.at",
21242 "esnext.array.filter-reject",
21243 "esnext.array.find-last",
21244 "esnext.array.find-last-index",
21245 "esnext.array.group",
21246 "esnext.array.group-by",
21247 "esnext.array.group-by-to-map",
21248 "esnext.array.group-to-map",
21249 "esnext.array.is-template-object",
21250 "esnext.array.last-index",
21251 "esnext.array.last-item",
21252 "esnext.array.to-reversed",
21253 "esnext.array.to-sorted",
21254 "esnext.array.to-spliced",
21255 "esnext.array.unique-by",
21256 "esnext.array.with",
21257 "esnext.array-buffer.detached",
21258 "esnext.array-buffer.transfer",
21259 "esnext.array-buffer.transfer-to-fixed-length",
21260 "esnext.async-disposable-stack.constructor",
21261 "esnext.async-iterator.constructor",
21262 "esnext.async-iterator.as-indexed-pairs",
21263 "esnext.async-iterator.async-dispose",
21264 "esnext.async-iterator.drop",
21265 "esnext.async-iterator.every",
21266 "esnext.async-iterator.filter",
21267 "esnext.async-iterator.find",
21268 "esnext.async-iterator.flat-map",
21269 "esnext.async-iterator.for-each",
21270 "esnext.async-iterator.from",
21271 "esnext.async-iterator.indexed",
21272 "esnext.async-iterator.map",
21273 "esnext.async-iterator.reduce",
21274 "esnext.async-iterator.some",
21275 "esnext.async-iterator.take",
21276 "esnext.async-iterator.to-array",
21277 "esnext.bigint.range",
21278 "esnext.composite-key",
21279 "esnext.composite-symbol",
21280 "esnext.data-view.get-float16",
21281 "esnext.data-view.get-uint8-clamped",
21282 "esnext.data-view.set-float16",
21283 "esnext.data-view.set-uint8-clamped",
21284 "esnext.disposable-stack.constructor",
21285 "esnext.error.is-error",
21286 "esnext.function.metadata",
21287 "esnext.global-this",
21288 "esnext.iterator.constructor",
21289 "esnext.iterator.as-indexed-pairs",
21290 "esnext.iterator.chunks",
21291 "esnext.iterator.concat",
21292 "esnext.iterator.dispose",
21293 "esnext.iterator.drop",
21294 "esnext.iterator.every",
21295 "esnext.iterator.filter",
21296 "esnext.iterator.find",
21297 "esnext.iterator.flat-map",
21298 "esnext.iterator.for-each",
21299 "esnext.iterator.from",
21300 "esnext.iterator.indexed",
21301 "esnext.iterator.map",
21302 "esnext.iterator.range",
21303 "esnext.iterator.reduce",
21304 "esnext.iterator.sliding",
21305 "esnext.iterator.some",
21306 "esnext.iterator.take",
21307 "esnext.iterator.to-array",
21308 "esnext.iterator.to-async",
21309 "esnext.iterator.windows",
21310 "esnext.iterator.zip",
21311 "esnext.iterator.zip-keyed",
21312 "esnext.json.is-raw-json",
21313 "esnext.json.parse",
21314 "esnext.json.raw-json",
21315 "esnext.map.delete-all",
21316 "esnext.map.emplace",
21317 "esnext.map.every",
21318 "esnext.map.filter",
21319 "esnext.map.find",
21320 "esnext.map.find-key",
21321 "esnext.map.from",
21322 "esnext.map.get-or-insert",
21323 "esnext.map.get-or-insert-computed",
21324 "esnext.map.group-by",
21325 "esnext.map.includes",
21326 "esnext.map.key-by",
21327 "esnext.map.key-of",
21328 "esnext.map.map-keys",
21329 "esnext.map.map-values",
21330 "esnext.map.merge",
21331 "esnext.map.of",
21332 "esnext.map.reduce",
21333 "esnext.map.some",
21334 "esnext.map.update",
21335 "esnext.map.update-or-insert",
21336 "esnext.map.upsert",
21337 "esnext.math.clamp",
21338 "esnext.math.deg-per-rad",
21339 "esnext.math.degrees",
21340 "esnext.math.fscale",
21341 "esnext.math.f16round",
21342 "esnext.math.rad-per-deg",
21343 "esnext.math.radians",
21344 "esnext.math.scale",
21345 "esnext.math.seeded-prng",
21346 "esnext.math.signbit",
21347 "esnext.math.sum-precise",
21348 "esnext.number.clamp",
21349 "esnext.number.from-string",
21350 "esnext.number.range",
21351 "esnext.object.has-own",
21352 "esnext.object.iterate-entries",
21353 "esnext.object.iterate-keys",
21354 "esnext.object.iterate-values",
21355 "esnext.object.group-by",
21356 "esnext.observable",
21357 "esnext.promise.all-settled",
21358 "esnext.promise.any",
21359 "esnext.promise.try",
21360 "esnext.promise.with-resolvers",
21361 "esnext.regexp.escape",
21362 "esnext.set.add-all",
21363 "esnext.set.delete-all",
21364 "esnext.set.difference.v2",
21365 "esnext.set.difference",
21366 "esnext.set.every",
21367 "esnext.set.filter",
21368 "esnext.set.find",
21369 "esnext.set.from",
21370 "esnext.set.intersection.v2",
21371 "esnext.set.intersection",
21372 "esnext.set.is-disjoint-from.v2",
21373 "esnext.set.is-disjoint-from",
21374 "esnext.set.is-subset-of.v2",
21375 "esnext.set.is-subset-of",
21376 "esnext.set.is-superset-of.v2",
21377 "esnext.set.is-superset-of",
21378 "esnext.set.join",
21379 "esnext.set.map",
21380 "esnext.set.of",
21381 "esnext.set.reduce",
21382 "esnext.set.some",
21383 "esnext.set.symmetric-difference.v2",
21384 "esnext.set.symmetric-difference",
21385 "esnext.set.union.v2",
21386 "esnext.set.union",
21387 "esnext.string.cooked",
21388 "esnext.string.code-points",
21389 "esnext.string.dedent",
21390 "esnext.string.is-well-formed",
21391 "esnext.string.match-all",
21392 "esnext.string.replace-all",
21393 "esnext.string.to-well-formed",
21394 "esnext.symbol.async-dispose",
21395 "esnext.symbol.custom-matcher",
21396 "esnext.symbol.dispose",
21397 "esnext.symbol.is-registered-symbol",
21398 "esnext.symbol.is-registered",
21399 "esnext.symbol.is-well-known-symbol",
21400 "esnext.symbol.is-well-known",
21401 "esnext.symbol.matcher",
21402 "esnext.symbol.metadata",
21403 "esnext.symbol.metadata-key",
21404 "esnext.symbol.observable",
21405 "esnext.symbol.pattern-match",
21406 "esnext.symbol.replace-all",
21407 "esnext.typed-array.from-async",
21408 "esnext.typed-array.at",
21409 "esnext.typed-array.filter-reject",
21410 "esnext.typed-array.find-last",
21411 "esnext.typed-array.find-last-index",
21412 "esnext.typed-array.group-by",
21413 "esnext.typed-array.to-reversed",
21414 "esnext.typed-array.to-sorted",
21415 "esnext.typed-array.to-spliced",
21416 "esnext.typed-array.unique-by",
21417 "esnext.typed-array.with",
21418 "esnext.uint8-array.from-base64",
21419 "esnext.uint8-array.from-hex",
21420 "esnext.uint8-array.set-from-base64",
21421 "esnext.uint8-array.set-from-hex",
21422 "esnext.uint8-array.to-base64",
21423 "esnext.uint8-array.to-hex",
21424 "esnext.weak-map.delete-all",
21425 "esnext.weak-map.from",
21426 "esnext.weak-map.of",
21427 "esnext.weak-map.emplace",
21428 "esnext.weak-map.get-or-insert",
21429 "esnext.weak-map.get-or-insert-computed",
21430 "esnext.weak-map.upsert",
21431 "esnext.weak-set.add-all",
21432 "esnext.weak-set.delete-all",
21433 "esnext.weak-set.from",
21434 "esnext.weak-set.of"
21435 ],
21436 "core-js/stage/2": [
21437 "es.string.at-alternative",
21438 "esnext.aggregate-error",
21439 "esnext.suppressed-error.constructor",
21440 "esnext.array.from-async",
21441 "esnext.array.at",
21442 "esnext.array.find-last",
21443 "esnext.array.find-last-index",
21444 "esnext.array.group",
21445 "esnext.array.group-by",
21446 "esnext.array.group-by-to-map",
21447 "esnext.array.group-to-map",
21448 "esnext.array.is-template-object",
21449 "esnext.array.to-reversed",
21450 "esnext.array.to-sorted",
21451 "esnext.array.to-spliced",
21452 "esnext.array.with",
21453 "esnext.array-buffer.detached",
21454 "esnext.array-buffer.transfer",
21455 "esnext.array-buffer.transfer-to-fixed-length",
21456 "esnext.async-disposable-stack.constructor",
21457 "esnext.async-iterator.constructor",
21458 "esnext.async-iterator.as-indexed-pairs",
21459 "esnext.async-iterator.async-dispose",
21460 "esnext.async-iterator.drop",
21461 "esnext.async-iterator.every",
21462 "esnext.async-iterator.filter",
21463 "esnext.async-iterator.find",
21464 "esnext.async-iterator.flat-map",
21465 "esnext.async-iterator.for-each",
21466 "esnext.async-iterator.from",
21467 "esnext.async-iterator.indexed",
21468 "esnext.async-iterator.map",
21469 "esnext.async-iterator.reduce",
21470 "esnext.async-iterator.some",
21471 "esnext.async-iterator.take",
21472 "esnext.async-iterator.to-array",
21473 "esnext.data-view.get-float16",
21474 "esnext.data-view.set-float16",
21475 "esnext.disposable-stack.constructor",
21476 "esnext.error.is-error",
21477 "esnext.function.metadata",
21478 "esnext.global-this",
21479 "esnext.iterator.constructor",
21480 "esnext.iterator.as-indexed-pairs",
21481 "esnext.iterator.chunks",
21482 "esnext.iterator.concat",
21483 "esnext.iterator.dispose",
21484 "esnext.iterator.drop",
21485 "esnext.iterator.every",
21486 "esnext.iterator.filter",
21487 "esnext.iterator.find",
21488 "esnext.iterator.flat-map",
21489 "esnext.iterator.for-each",
21490 "esnext.iterator.from",
21491 "esnext.iterator.indexed",
21492 "esnext.iterator.map",
21493 "esnext.iterator.range",
21494 "esnext.iterator.reduce",
21495 "esnext.iterator.sliding",
21496 "esnext.iterator.some",
21497 "esnext.iterator.take",
21498 "esnext.iterator.to-array",
21499 "esnext.iterator.to-async",
21500 "esnext.iterator.windows",
21501 "esnext.iterator.zip",
21502 "esnext.iterator.zip-keyed",
21503 "esnext.json.is-raw-json",
21504 "esnext.json.parse",
21505 "esnext.json.raw-json",
21506 "esnext.map.emplace",
21507 "esnext.map.get-or-insert",
21508 "esnext.map.get-or-insert-computed",
21509 "esnext.map.group-by",
21510 "esnext.math.f16round",
21511 "esnext.math.sum-precise",
21512 "esnext.number.clamp",
21513 "esnext.object.has-own",
21514 "esnext.object.group-by",
21515 "esnext.promise.all-settled",
21516 "esnext.promise.any",
21517 "esnext.promise.try",
21518 "esnext.promise.with-resolvers",
21519 "esnext.regexp.escape",
21520 "esnext.set.difference.v2",
21521 "esnext.set.difference",
21522 "esnext.set.intersection.v2",
21523 "esnext.set.intersection",
21524 "esnext.set.is-disjoint-from.v2",
21525 "esnext.set.is-disjoint-from",
21526 "esnext.set.is-subset-of.v2",
21527 "esnext.set.is-subset-of",
21528 "esnext.set.is-superset-of.v2",
21529 "esnext.set.is-superset-of",
21530 "esnext.set.symmetric-difference.v2",
21531 "esnext.set.symmetric-difference",
21532 "esnext.set.union.v2",
21533 "esnext.set.union",
21534 "esnext.string.dedent",
21535 "esnext.string.is-well-formed",
21536 "esnext.string.match-all",
21537 "esnext.string.replace-all",
21538 "esnext.string.to-well-formed",
21539 "esnext.symbol.async-dispose",
21540 "esnext.symbol.custom-matcher",
21541 "esnext.symbol.dispose",
21542 "esnext.symbol.is-registered-symbol",
21543 "esnext.symbol.is-registered",
21544 "esnext.symbol.is-well-known-symbol",
21545 "esnext.symbol.is-well-known",
21546 "esnext.symbol.metadata",
21547 "esnext.symbol.metadata-key",
21548 "esnext.typed-array.at",
21549 "esnext.typed-array.find-last",
21550 "esnext.typed-array.find-last-index",
21551 "esnext.typed-array.group-by",
21552 "esnext.typed-array.to-reversed",
21553 "esnext.typed-array.to-sorted",
21554 "esnext.typed-array.to-spliced",
21555 "esnext.typed-array.with",
21556 "esnext.uint8-array.from-base64",
21557 "esnext.uint8-array.from-hex",
21558 "esnext.uint8-array.set-from-base64",
21559 "esnext.uint8-array.set-from-hex",
21560 "esnext.uint8-array.to-base64",
21561 "esnext.uint8-array.to-hex",
21562 "esnext.weak-map.emplace",
21563 "esnext.weak-map.get-or-insert",
21564 "esnext.weak-map.get-or-insert-computed"
21565 ],
21566 "core-js/stage/2.7": [
21567 "es.string.at-alternative",
21568 "esnext.aggregate-error",
21569 "esnext.suppressed-error.constructor",
21570 "esnext.array.from-async",
21571 "esnext.array.at",
21572 "esnext.array.find-last",
21573 "esnext.array.find-last-index",
21574 "esnext.array.group",
21575 "esnext.array.group-by",
21576 "esnext.array.group-by-to-map",
21577 "esnext.array.group-to-map",
21578 "esnext.array.to-reversed",
21579 "esnext.array.to-sorted",
21580 "esnext.array.to-spliced",
21581 "esnext.array.with",
21582 "esnext.array-buffer.detached",
21583 "esnext.array-buffer.transfer",
21584 "esnext.array-buffer.transfer-to-fixed-length",
21585 "esnext.async-disposable-stack.constructor",
21586 "esnext.async-iterator.constructor",
21587 "esnext.async-iterator.async-dispose",
21588 "esnext.async-iterator.drop",
21589 "esnext.async-iterator.every",
21590 "esnext.async-iterator.filter",
21591 "esnext.async-iterator.find",
21592 "esnext.async-iterator.flat-map",
21593 "esnext.async-iterator.for-each",
21594 "esnext.async-iterator.from",
21595 "esnext.async-iterator.map",
21596 "esnext.async-iterator.reduce",
21597 "esnext.async-iterator.some",
21598 "esnext.async-iterator.take",
21599 "esnext.async-iterator.to-array",
21600 "esnext.data-view.get-float16",
21601 "esnext.data-view.set-float16",
21602 "esnext.disposable-stack.constructor",
21603 "esnext.error.is-error",
21604 "esnext.function.metadata",
21605 "esnext.global-this",
21606 "esnext.iterator.constructor",
21607 "esnext.iterator.chunks",
21608 "esnext.iterator.concat",
21609 "esnext.iterator.dispose",
21610 "esnext.iterator.drop",
21611 "esnext.iterator.every",
21612 "esnext.iterator.filter",
21613 "esnext.iterator.find",
21614 "esnext.iterator.flat-map",
21615 "esnext.iterator.for-each",
21616 "esnext.iterator.from",
21617 "esnext.iterator.map",
21618 "esnext.iterator.reduce",
21619 "esnext.iterator.sliding",
21620 "esnext.iterator.some",
21621 "esnext.iterator.take",
21622 "esnext.iterator.to-array",
21623 "esnext.iterator.to-async",
21624 "esnext.iterator.windows",
21625 "esnext.iterator.zip",
21626 "esnext.iterator.zip-keyed",
21627 "esnext.json.is-raw-json",
21628 "esnext.json.parse",
21629 "esnext.json.raw-json",
21630 "esnext.map.get-or-insert",
21631 "esnext.map.get-or-insert-computed",
21632 "esnext.map.group-by",
21633 "esnext.math.f16round",
21634 "esnext.math.sum-precise",
21635 "esnext.object.has-own",
21636 "esnext.object.group-by",
21637 "esnext.promise.all-settled",
21638 "esnext.promise.any",
21639 "esnext.promise.try",
21640 "esnext.promise.with-resolvers",
21641 "esnext.regexp.escape",
21642 "esnext.set.difference.v2",
21643 "esnext.set.intersection.v2",
21644 "esnext.set.is-disjoint-from.v2",
21645 "esnext.set.is-subset-of.v2",
21646 "esnext.set.is-superset-of.v2",
21647 "esnext.set.symmetric-difference.v2",
21648 "esnext.set.union.v2",
21649 "esnext.string.is-well-formed",
21650 "esnext.string.match-all",
21651 "esnext.string.replace-all",
21652 "esnext.string.to-well-formed",
21653 "esnext.symbol.async-dispose",
21654 "esnext.symbol.dispose",
21655 "esnext.symbol.metadata",
21656 "esnext.typed-array.at",
21657 "esnext.typed-array.find-last",
21658 "esnext.typed-array.find-last-index",
21659 "esnext.typed-array.to-reversed",
21660 "esnext.typed-array.to-sorted",
21661 "esnext.typed-array.to-spliced",
21662 "esnext.typed-array.with",
21663 "esnext.uint8-array.from-base64",
21664 "esnext.uint8-array.from-hex",
21665 "esnext.uint8-array.set-from-base64",
21666 "esnext.uint8-array.set-from-hex",
21667 "esnext.uint8-array.to-base64",
21668 "esnext.uint8-array.to-hex",
21669 "esnext.weak-map.get-or-insert",
21670 "esnext.weak-map.get-or-insert-computed"
21671 ],
21672 "core-js/stage/3": [
21673 "es.string.at-alternative",
21674 "esnext.aggregate-error",
21675 "esnext.suppressed-error.constructor",
21676 "esnext.array.from-async",
21677 "esnext.array.at",
21678 "esnext.array.find-last",
21679 "esnext.array.find-last-index",
21680 "esnext.array.group",
21681 "esnext.array.group-by",
21682 "esnext.array.group-by-to-map",
21683 "esnext.array.group-to-map",
21684 "esnext.array.to-reversed",
21685 "esnext.array.to-sorted",
21686 "esnext.array.to-spliced",
21687 "esnext.array.with",
21688 "esnext.array-buffer.detached",
21689 "esnext.array-buffer.transfer",
21690 "esnext.array-buffer.transfer-to-fixed-length",
21691 "esnext.async-disposable-stack.constructor",
21692 "esnext.async-iterator.constructor",
21693 "esnext.async-iterator.async-dispose",
21694 "esnext.async-iterator.drop",
21695 "esnext.async-iterator.every",
21696 "esnext.async-iterator.filter",
21697 "esnext.async-iterator.find",
21698 "esnext.async-iterator.flat-map",
21699 "esnext.async-iterator.for-each",
21700 "esnext.async-iterator.from",
21701 "esnext.async-iterator.map",
21702 "esnext.async-iterator.reduce",
21703 "esnext.async-iterator.some",
21704 "esnext.async-iterator.take",
21705 "esnext.async-iterator.to-array",
21706 "esnext.data-view.get-float16",
21707 "esnext.data-view.set-float16",
21708 "esnext.disposable-stack.constructor",
21709 "esnext.error.is-error",
21710 "esnext.function.metadata",
21711 "esnext.global-this",
21712 "esnext.iterator.constructor",
21713 "esnext.iterator.concat",
21714 "esnext.iterator.dispose",
21715 "esnext.iterator.drop",
21716 "esnext.iterator.every",
21717 "esnext.iterator.filter",
21718 "esnext.iterator.find",
21719 "esnext.iterator.flat-map",
21720 "esnext.iterator.for-each",
21721 "esnext.iterator.from",
21722 "esnext.iterator.map",
21723 "esnext.iterator.reduce",
21724 "esnext.iterator.some",
21725 "esnext.iterator.take",
21726 "esnext.iterator.to-array",
21727 "esnext.iterator.to-async",
21728 "esnext.iterator.zip",
21729 "esnext.iterator.zip-keyed",
21730 "esnext.json.is-raw-json",
21731 "esnext.json.parse",
21732 "esnext.json.raw-json",
21733 "esnext.map.get-or-insert",
21734 "esnext.map.get-or-insert-computed",
21735 "esnext.map.group-by",
21736 "esnext.math.f16round",
21737 "esnext.math.sum-precise",
21738 "esnext.object.has-own",
21739 "esnext.object.group-by",
21740 "esnext.promise.all-settled",
21741 "esnext.promise.any",
21742 "esnext.promise.try",
21743 "esnext.promise.with-resolvers",
21744 "esnext.regexp.escape",
21745 "esnext.set.difference.v2",
21746 "esnext.set.intersection.v2",
21747 "esnext.set.is-disjoint-from.v2",
21748 "esnext.set.is-subset-of.v2",
21749 "esnext.set.is-superset-of.v2",
21750 "esnext.set.symmetric-difference.v2",
21751 "esnext.set.union.v2",
21752 "esnext.string.is-well-formed",
21753 "esnext.string.match-all",
21754 "esnext.string.replace-all",
21755 "esnext.string.to-well-formed",
21756 "esnext.symbol.async-dispose",
21757 "esnext.symbol.dispose",
21758 "esnext.symbol.metadata",
21759 "esnext.typed-array.at",
21760 "esnext.typed-array.find-last",
21761 "esnext.typed-array.find-last-index",
21762 "esnext.typed-array.to-reversed",
21763 "esnext.typed-array.to-sorted",
21764 "esnext.typed-array.to-spliced",
21765 "esnext.typed-array.with",
21766 "esnext.uint8-array.from-base64",
21767 "esnext.uint8-array.from-hex",
21768 "esnext.uint8-array.set-from-base64",
21769 "esnext.uint8-array.set-from-hex",
21770 "esnext.uint8-array.to-base64",
21771 "esnext.uint8-array.to-hex",
21772 "esnext.weak-map.get-or-insert",
21773 "esnext.weak-map.get-or-insert-computed"
21774 ],
21775 "core-js/stage/4": [
21776 "es.string.at-alternative",
21777 "esnext.aggregate-error",
21778 "esnext.suppressed-error.constructor",
21779 "esnext.array.from-async",
21780 "esnext.array.at",
21781 "esnext.array.find-last",
21782 "esnext.array.find-last-index",
21783 "esnext.array.to-reversed",
21784 "esnext.array.to-sorted",
21785 "esnext.array.to-spliced",
21786 "esnext.array.with",
21787 "esnext.array-buffer.detached",
21788 "esnext.array-buffer.transfer",
21789 "esnext.array-buffer.transfer-to-fixed-length",
21790 "esnext.async-disposable-stack.constructor",
21791 "esnext.async-iterator.async-dispose",
21792 "esnext.data-view.get-float16",
21793 "esnext.data-view.set-float16",
21794 "esnext.disposable-stack.constructor",
21795 "esnext.error.is-error",
21796 "esnext.global-this",
21797 "esnext.iterator.constructor",
21798 "esnext.iterator.concat",
21799 "esnext.iterator.dispose",
21800 "esnext.iterator.drop",
21801 "esnext.iterator.every",
21802 "esnext.iterator.filter",
21803 "esnext.iterator.find",
21804 "esnext.iterator.flat-map",
21805 "esnext.iterator.for-each",
21806 "esnext.iterator.from",
21807 "esnext.iterator.map",
21808 "esnext.iterator.reduce",
21809 "esnext.iterator.some",
21810 "esnext.iterator.take",
21811 "esnext.iterator.to-array",
21812 "esnext.json.is-raw-json",
21813 "esnext.json.parse",
21814 "esnext.json.raw-json",
21815 "esnext.map.get-or-insert",
21816 "esnext.map.get-or-insert-computed",
21817 "esnext.map.group-by",
21818 "esnext.math.f16round",
21819 "esnext.math.sum-precise",
21820 "esnext.object.has-own",
21821 "esnext.object.group-by",
21822 "esnext.promise.all-settled",
21823 "esnext.promise.any",
21824 "esnext.promise.try",
21825 "esnext.promise.with-resolvers",
21826 "esnext.regexp.escape",
21827 "esnext.set.difference.v2",
21828 "esnext.set.intersection.v2",
21829 "esnext.set.is-disjoint-from.v2",
21830 "esnext.set.is-subset-of.v2",
21831 "esnext.set.is-superset-of.v2",
21832 "esnext.set.symmetric-difference.v2",
21833 "esnext.set.union.v2",
21834 "esnext.string.is-well-formed",
21835 "esnext.string.match-all",
21836 "esnext.string.replace-all",
21837 "esnext.string.to-well-formed",
21838 "esnext.symbol.async-dispose",
21839 "esnext.symbol.dispose",
21840 "esnext.typed-array.at",
21841 "esnext.typed-array.find-last",
21842 "esnext.typed-array.find-last-index",
21843 "esnext.typed-array.to-reversed",
21844 "esnext.typed-array.to-sorted",
21845 "esnext.typed-array.with",
21846 "esnext.uint8-array.from-base64",
21847 "esnext.uint8-array.from-hex",
21848 "esnext.uint8-array.set-from-base64",
21849 "esnext.uint8-array.set-from-hex",
21850 "esnext.uint8-array.to-base64",
21851 "esnext.uint8-array.to-hex",
21852 "esnext.weak-map.get-or-insert",
21853 "esnext.weak-map.get-or-insert-computed"
21854 ],
21855 "core-js/stage/pre": [
21856 "es.map",
21857 "es.string.at-alternative",
21858 "esnext.aggregate-error",
21859 "esnext.suppressed-error.constructor",
21860 "esnext.array.from-async",
21861 "esnext.array.at",
21862 "esnext.array.filter-out",
21863 "esnext.array.filter-reject",
21864 "esnext.array.find-last",
21865 "esnext.array.find-last-index",
21866 "esnext.array.group",
21867 "esnext.array.group-by",
21868 "esnext.array.group-by-to-map",
21869 "esnext.array.group-to-map",
21870 "esnext.array.is-template-object",
21871 "esnext.array.last-index",
21872 "esnext.array.last-item",
21873 "esnext.array.to-reversed",
21874 "esnext.array.to-sorted",
21875 "esnext.array.to-spliced",
21876 "esnext.array.unique-by",
21877 "esnext.array.with",
21878 "esnext.array-buffer.detached",
21879 "esnext.array-buffer.transfer",
21880 "esnext.array-buffer.transfer-to-fixed-length",
21881 "esnext.async-disposable-stack.constructor",
21882 "esnext.async-iterator.constructor",
21883 "esnext.async-iterator.as-indexed-pairs",
21884 "esnext.async-iterator.async-dispose",
21885 "esnext.async-iterator.drop",
21886 "esnext.async-iterator.every",
21887 "esnext.async-iterator.filter",
21888 "esnext.async-iterator.find",
21889 "esnext.async-iterator.flat-map",
21890 "esnext.async-iterator.for-each",
21891 "esnext.async-iterator.from",
21892 "esnext.async-iterator.indexed",
21893 "esnext.async-iterator.map",
21894 "esnext.async-iterator.reduce",
21895 "esnext.async-iterator.some",
21896 "esnext.async-iterator.take",
21897 "esnext.async-iterator.to-array",
21898 "esnext.bigint.range",
21899 "esnext.composite-key",
21900 "esnext.composite-symbol",
21901 "esnext.data-view.get-float16",
21902 "esnext.data-view.get-uint8-clamped",
21903 "esnext.data-view.set-float16",
21904 "esnext.data-view.set-uint8-clamped",
21905 "esnext.disposable-stack.constructor",
21906 "esnext.error.is-error",
21907 "esnext.function.demethodize",
21908 "esnext.function.is-callable",
21909 "esnext.function.is-constructor",
21910 "esnext.function.metadata",
21911 "esnext.function.un-this",
21912 "esnext.global-this",
21913 "esnext.iterator.constructor",
21914 "esnext.iterator.as-indexed-pairs",
21915 "esnext.iterator.chunks",
21916 "esnext.iterator.concat",
21917 "esnext.iterator.dispose",
21918 "esnext.iterator.drop",
21919 "esnext.iterator.every",
21920 "esnext.iterator.filter",
21921 "esnext.iterator.find",
21922 "esnext.iterator.flat-map",
21923 "esnext.iterator.for-each",
21924 "esnext.iterator.from",
21925 "esnext.iterator.indexed",
21926 "esnext.iterator.map",
21927 "esnext.iterator.range",
21928 "esnext.iterator.reduce",
21929 "esnext.iterator.sliding",
21930 "esnext.iterator.some",
21931 "esnext.iterator.take",
21932 "esnext.iterator.to-array",
21933 "esnext.iterator.to-async",
21934 "esnext.iterator.windows",
21935 "esnext.iterator.zip",
21936 "esnext.iterator.zip-keyed",
21937 "esnext.json.is-raw-json",
21938 "esnext.json.parse",
21939 "esnext.json.raw-json",
21940 "esnext.map.delete-all",
21941 "esnext.map.emplace",
21942 "esnext.map.every",
21943 "esnext.map.filter",
21944 "esnext.map.find",
21945 "esnext.map.find-key",
21946 "esnext.map.from",
21947 "esnext.map.get-or-insert",
21948 "esnext.map.get-or-insert-computed",
21949 "esnext.map.group-by",
21950 "esnext.map.includes",
21951 "esnext.map.key-by",
21952 "esnext.map.key-of",
21953 "esnext.map.map-keys",
21954 "esnext.map.map-values",
21955 "esnext.map.merge",
21956 "esnext.map.of",
21957 "esnext.map.reduce",
21958 "esnext.map.some",
21959 "esnext.map.update",
21960 "esnext.map.update-or-insert",
21961 "esnext.map.upsert",
21962 "esnext.math.clamp",
21963 "esnext.math.deg-per-rad",
21964 "esnext.math.degrees",
21965 "esnext.math.fscale",
21966 "esnext.math.f16round",
21967 "esnext.math.iaddh",
21968 "esnext.math.imulh",
21969 "esnext.math.isubh",
21970 "esnext.math.rad-per-deg",
21971 "esnext.math.radians",
21972 "esnext.math.scale",
21973 "esnext.math.seeded-prng",
21974 "esnext.math.signbit",
21975 "esnext.math.sum-precise",
21976 "esnext.math.umulh",
21977 "esnext.number.clamp",
21978 "esnext.number.from-string",
21979 "esnext.number.range",
21980 "esnext.object.has-own",
21981 "esnext.object.iterate-entries",
21982 "esnext.object.iterate-keys",
21983 "esnext.object.iterate-values",
21984 "esnext.object.group-by",
21985 "esnext.observable",
21986 "esnext.promise.all-settled",
21987 "esnext.promise.any",
21988 "esnext.promise.try",
21989 "esnext.promise.with-resolvers",
21990 "esnext.reflect.define-metadata",
21991 "esnext.reflect.delete-metadata",
21992 "esnext.reflect.get-metadata",
21993 "esnext.reflect.get-metadata-keys",
21994 "esnext.reflect.get-own-metadata",
21995 "esnext.reflect.get-own-metadata-keys",
21996 "esnext.reflect.has-metadata",
21997 "esnext.reflect.has-own-metadata",
21998 "esnext.reflect.metadata",
21999 "esnext.regexp.escape",
22000 "esnext.set.add-all",
22001 "esnext.set.delete-all",
22002 "esnext.set.difference.v2",
22003 "esnext.set.difference",
22004 "esnext.set.every",
22005 "esnext.set.filter",
22006 "esnext.set.find",
22007 "esnext.set.from",
22008 "esnext.set.intersection.v2",
22009 "esnext.set.intersection",
22010 "esnext.set.is-disjoint-from.v2",
22011 "esnext.set.is-disjoint-from",
22012 "esnext.set.is-subset-of.v2",
22013 "esnext.set.is-subset-of",
22014 "esnext.set.is-superset-of.v2",
22015 "esnext.set.is-superset-of",
22016 "esnext.set.join",
22017 "esnext.set.map",
22018 "esnext.set.of",
22019 "esnext.set.reduce",
22020 "esnext.set.some",
22021 "esnext.set.symmetric-difference.v2",
22022 "esnext.set.symmetric-difference",
22023 "esnext.set.union.v2",
22024 "esnext.set.union",
22025 "esnext.string.at",
22026 "esnext.string.cooked",
22027 "esnext.string.code-points",
22028 "esnext.string.dedent",
22029 "esnext.string.is-well-formed",
22030 "esnext.string.match-all",
22031 "esnext.string.replace-all",
22032 "esnext.string.to-well-formed",
22033 "esnext.symbol.async-dispose",
22034 "esnext.symbol.custom-matcher",
22035 "esnext.symbol.dispose",
22036 "esnext.symbol.is-registered-symbol",
22037 "esnext.symbol.is-registered",
22038 "esnext.symbol.is-well-known-symbol",
22039 "esnext.symbol.is-well-known",
22040 "esnext.symbol.matcher",
22041 "esnext.symbol.metadata",
22042 "esnext.symbol.metadata-key",
22043 "esnext.symbol.observable",
22044 "esnext.symbol.pattern-match",
22045 "esnext.symbol.replace-all",
22046 "esnext.typed-array.from-async",
22047 "esnext.typed-array.at",
22048 "esnext.typed-array.filter-out",
22049 "esnext.typed-array.filter-reject",
22050 "esnext.typed-array.find-last",
22051 "esnext.typed-array.find-last-index",
22052 "esnext.typed-array.group-by",
22053 "esnext.typed-array.to-reversed",
22054 "esnext.typed-array.to-sorted",
22055 "esnext.typed-array.to-spliced",
22056 "esnext.typed-array.unique-by",
22057 "esnext.typed-array.with",
22058 "esnext.uint8-array.from-base64",
22059 "esnext.uint8-array.from-hex",
22060 "esnext.uint8-array.set-from-base64",
22061 "esnext.uint8-array.set-from-hex",
22062 "esnext.uint8-array.to-base64",
22063 "esnext.uint8-array.to-hex",
22064 "esnext.weak-map.delete-all",
22065 "esnext.weak-map.from",
22066 "esnext.weak-map.of",
22067 "esnext.weak-map.emplace",
22068 "esnext.weak-map.get-or-insert",
22069 "esnext.weak-map.get-or-insert-computed",
22070 "esnext.weak-map.upsert",
22071 "esnext.weak-set.add-all",
22072 "esnext.weak-set.delete-all",
22073 "esnext.weak-set.from",
22074 "esnext.weak-set.of",
22075 "web.url",
22076 "web.url.can-parse",
22077 "web.url.parse",
22078 "web.url.to-json",
22079 "web.url-search-params",
22080 "web.url-search-params.delete",
22081 "web.url-search-params.has",
22082 "web.url-search-params.size"
22083 ],
22084 "core-js/web": [
22085 "web.atob",
22086 "web.btoa",
22087 "web.dom-collections.for-each",
22088 "web.dom-collections.iterator",
22089 "web.dom-exception.constructor",
22090 "web.dom-exception.stack",
22091 "web.dom-exception.to-string-tag",
22092 "web.immediate",
22093 "web.queue-microtask",
22094 "web.self",
22095 "web.structured-clone",
22096 "web.timers",
22097 "web.url",
22098 "web.url.can-parse",
22099 "web.url.parse",
22100 "web.url.to-json",
22101 "web.url-search-params",
22102 "web.url-search-params.delete",
22103 "web.url-search-params.has",
22104 "web.url-search-params.size"
22105 ],
22106 "core-js/web/dom-collections": [
22107 "web.dom-collections.for-each",
22108 "web.dom-collections.iterator"
22109 ],
22110 "core-js/web/dom-exception": [
22111 "es.error.to-string",
22112 "web.dom-exception.constructor",
22113 "web.dom-exception.stack",
22114 "web.dom-exception.to-string-tag"
22115 ],
22116 "core-js/web/immediate": [
22117 "web.immediate"
22118 ],
22119 "core-js/web/queue-microtask": [
22120 "web.queue-microtask"
22121 ],
22122 "core-js/web/structured-clone": [
22123 "es.array.iterator",
22124 "es.map",
22125 "es.object.to-string",
22126 "es.set",
22127 "web.structured-clone"
22128 ],
22129 "core-js/web/timers": [
22130 "web.timers"
22131 ],
22132 "core-js/web/url": [
22133 "web.url",
22134 "web.url.can-parse",
22135 "web.url.parse",
22136 "web.url.to-json",
22137 "web.url-search-params",
22138 "web.url-search-params.delete",
22139 "web.url-search-params.has",
22140 "web.url-search-params.size"
22141 ],
22142 "core-js/web/url-search-params": [
22143 "web.url-search-params",
22144 "web.url-search-params.delete",
22145 "web.url-search-params.has",
22146 "web.url-search-params.size"
22147 ]
22148}
Note: See TracBrowser for help on using the repository browser.