web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8750 lines
221 KiB

  1. {
  2. "core-js": [
  3. "es.symbol",
  4. "es.symbol.description",
  5. "es.symbol.async-iterator",
  6. "es.symbol.has-instance",
  7. "es.symbol.is-concat-spreadable",
  8. "es.symbol.iterator",
  9. "es.symbol.match",
  10. "es.symbol.match-all",
  11. "es.symbol.replace",
  12. "es.symbol.search",
  13. "es.symbol.species",
  14. "es.symbol.split",
  15. "es.symbol.to-primitive",
  16. "es.symbol.to-string-tag",
  17. "es.symbol.unscopables",
  18. "es.aggregate-error",
  19. "es.array.concat",
  20. "es.array.copy-within",
  21. "es.array.every",
  22. "es.array.fill",
  23. "es.array.filter",
  24. "es.array.find",
  25. "es.array.find-index",
  26. "es.array.flat",
  27. "es.array.flat-map",
  28. "es.array.for-each",
  29. "es.array.from",
  30. "es.array.includes",
  31. "es.array.index-of",
  32. "es.array.is-array",
  33. "es.array.iterator",
  34. "es.array.join",
  35. "es.array.last-index-of",
  36. "es.array.map",
  37. "es.array.of",
  38. "es.array.reduce",
  39. "es.array.reduce-right",
  40. "es.array.reverse",
  41. "es.array.slice",
  42. "es.array.some",
  43. "es.array.sort",
  44. "es.array.species",
  45. "es.array.splice",
  46. "es.array.unscopables.flat",
  47. "es.array.unscopables.flat-map",
  48. "es.array-buffer.constructor",
  49. "es.array-buffer.is-view",
  50. "es.array-buffer.slice",
  51. "es.data-view",
  52. "es.date.now",
  53. "es.date.to-iso-string",
  54. "es.date.to-json",
  55. "es.date.to-primitive",
  56. "es.date.to-string",
  57. "es.function.bind",
  58. "es.function.has-instance",
  59. "es.function.name",
  60. "es.global-this",
  61. "es.json.stringify",
  62. "es.json.to-string-tag",
  63. "es.map",
  64. "es.math.acosh",
  65. "es.math.asinh",
  66. "es.math.atanh",
  67. "es.math.cbrt",
  68. "es.math.clz32",
  69. "es.math.cosh",
  70. "es.math.expm1",
  71. "es.math.fround",
  72. "es.math.hypot",
  73. "es.math.imul",
  74. "es.math.log10",
  75. "es.math.log1p",
  76. "es.math.log2",
  77. "es.math.sign",
  78. "es.math.sinh",
  79. "es.math.tanh",
  80. "es.math.to-string-tag",
  81. "es.math.trunc",
  82. "es.number.constructor",
  83. "es.number.epsilon",
  84. "es.number.is-finite",
  85. "es.number.is-integer",
  86. "es.number.is-nan",
  87. "es.number.is-safe-integer",
  88. "es.number.max-safe-integer",
  89. "es.number.min-safe-integer",
  90. "es.number.parse-float",
  91. "es.number.parse-int",
  92. "es.number.to-fixed",
  93. "es.number.to-precision",
  94. "es.object.assign",
  95. "es.object.create",
  96. "es.object.define-getter",
  97. "es.object.define-properties",
  98. "es.object.define-property",
  99. "es.object.define-setter",
  100. "es.object.entries",
  101. "es.object.freeze",
  102. "es.object.from-entries",
  103. "es.object.get-own-property-descriptor",
  104. "es.object.get-own-property-descriptors",
  105. "es.object.get-own-property-names",
  106. "es.object.get-prototype-of",
  107. "es.object.is",
  108. "es.object.is-extensible",
  109. "es.object.is-frozen",
  110. "es.object.is-sealed",
  111. "es.object.keys",
  112. "es.object.lookup-getter",
  113. "es.object.lookup-setter",
  114. "es.object.prevent-extensions",
  115. "es.object.seal",
  116. "es.object.set-prototype-of",
  117. "es.object.to-string",
  118. "es.object.values",
  119. "es.parse-float",
  120. "es.parse-int",
  121. "es.promise",
  122. "es.promise.all-settled",
  123. "es.promise.any",
  124. "es.promise.finally",
  125. "es.reflect.apply",
  126. "es.reflect.construct",
  127. "es.reflect.define-property",
  128. "es.reflect.delete-property",
  129. "es.reflect.get",
  130. "es.reflect.get-own-property-descriptor",
  131. "es.reflect.get-prototype-of",
  132. "es.reflect.has",
  133. "es.reflect.is-extensible",
  134. "es.reflect.own-keys",
  135. "es.reflect.prevent-extensions",
  136. "es.reflect.set",
  137. "es.reflect.set-prototype-of",
  138. "es.reflect.to-string-tag",
  139. "es.regexp.constructor",
  140. "es.regexp.exec",
  141. "es.regexp.flags",
  142. "es.regexp.sticky",
  143. "es.regexp.test",
  144. "es.regexp.to-string",
  145. "es.set",
  146. "es.string.code-point-at",
  147. "es.string.ends-with",
  148. "es.string.from-code-point",
  149. "es.string.includes",
  150. "es.string.iterator",
  151. "es.string.match",
  152. "es.string.match-all",
  153. "es.string.pad-end",
  154. "es.string.pad-start",
  155. "es.string.raw",
  156. "es.string.repeat",
  157. "es.string.replace",
  158. "es.string.replace-all",
  159. "es.string.search",
  160. "es.string.split",
  161. "es.string.starts-with",
  162. "es.string.trim",
  163. "es.string.trim-end",
  164. "es.string.trim-start",
  165. "es.string.anchor",
  166. "es.string.big",
  167. "es.string.blink",
  168. "es.string.bold",
  169. "es.string.fixed",
  170. "es.string.fontcolor",
  171. "es.string.fontsize",
  172. "es.string.italics",
  173. "es.string.link",
  174. "es.string.small",
  175. "es.string.strike",
  176. "es.string.sub",
  177. "es.string.sup",
  178. "es.typed-array.float32-array",
  179. "es.typed-array.float64-array",
  180. "es.typed-array.int8-array",
  181. "es.typed-array.int16-array",
  182. "es.typed-array.int32-array",
  183. "es.typed-array.uint8-array",
  184. "es.typed-array.uint8-clamped-array",
  185. "es.typed-array.uint16-array",
  186. "es.typed-array.uint32-array",
  187. "es.typed-array.copy-within",
  188. "es.typed-array.every",
  189. "es.typed-array.fill",
  190. "es.typed-array.filter",
  191. "es.typed-array.find",
  192. "es.typed-array.find-index",
  193. "es.typed-array.for-each",
  194. "es.typed-array.from",
  195. "es.typed-array.includes",
  196. "es.typed-array.index-of",
  197. "es.typed-array.iterator",
  198. "es.typed-array.join",
  199. "es.typed-array.last-index-of",
  200. "es.typed-array.map",
  201. "es.typed-array.of",
  202. "es.typed-array.reduce",
  203. "es.typed-array.reduce-right",
  204. "es.typed-array.reverse",
  205. "es.typed-array.set",
  206. "es.typed-array.slice",
  207. "es.typed-array.some",
  208. "es.typed-array.sort",
  209. "es.typed-array.subarray",
  210. "es.typed-array.to-locale-string",
  211. "es.typed-array.to-string",
  212. "es.weak-map",
  213. "es.weak-set",
  214. "esnext.aggregate-error",
  215. "esnext.array.at",
  216. "esnext.array.filter-out",
  217. "esnext.array.find-last",
  218. "esnext.array.find-last-index",
  219. "esnext.array.is-template-object",
  220. "esnext.array.last-index",
  221. "esnext.array.last-item",
  222. "esnext.array.unique-by",
  223. "esnext.async-iterator.constructor",
  224. "esnext.async-iterator.as-indexed-pairs",
  225. "esnext.async-iterator.drop",
  226. "esnext.async-iterator.every",
  227. "esnext.async-iterator.filter",
  228. "esnext.async-iterator.find",
  229. "esnext.async-iterator.flat-map",
  230. "esnext.async-iterator.for-each",
  231. "esnext.async-iterator.from",
  232. "esnext.async-iterator.map",
  233. "esnext.async-iterator.reduce",
  234. "esnext.async-iterator.some",
  235. "esnext.async-iterator.take",
  236. "esnext.async-iterator.to-array",
  237. "esnext.bigint.range",
  238. "esnext.composite-key",
  239. "esnext.composite-symbol",
  240. "esnext.global-this",
  241. "esnext.iterator.constructor",
  242. "esnext.iterator.as-indexed-pairs",
  243. "esnext.iterator.drop",
  244. "esnext.iterator.every",
  245. "esnext.iterator.filter",
  246. "esnext.iterator.find",
  247. "esnext.iterator.flat-map",
  248. "esnext.iterator.for-each",
  249. "esnext.iterator.from",
  250. "esnext.iterator.map",
  251. "esnext.iterator.reduce",
  252. "esnext.iterator.some",
  253. "esnext.iterator.take",
  254. "esnext.iterator.to-array",
  255. "esnext.map.delete-all",
  256. "esnext.map.emplace",
  257. "esnext.map.every",
  258. "esnext.map.filter",
  259. "esnext.map.find",
  260. "esnext.map.find-key",
  261. "esnext.map.from",
  262. "esnext.map.group-by",
  263. "esnext.map.includes",
  264. "esnext.map.key-by",
  265. "esnext.map.key-of",
  266. "esnext.map.map-keys",
  267. "esnext.map.map-values",
  268. "esnext.map.merge",
  269. "esnext.map.of",
  270. "esnext.map.reduce",
  271. "esnext.map.some",
  272. "esnext.map.update",
  273. "esnext.map.update-or-insert",
  274. "esnext.map.upsert",
  275. "esnext.math.clamp",
  276. "esnext.math.deg-per-rad",
  277. "esnext.math.degrees",
  278. "esnext.math.fscale",
  279. "esnext.math.iaddh",
  280. "esnext.math.imulh",
  281. "esnext.math.isubh",
  282. "esnext.math.rad-per-deg",
  283. "esnext.math.radians",
  284. "esnext.math.scale",
  285. "esnext.math.seeded-prng",
  286. "esnext.math.signbit",
  287. "esnext.math.umulh",
  288. "esnext.number.from-string",
  289. "esnext.number.range",
  290. "esnext.object.iterate-entries",
  291. "esnext.object.iterate-keys",
  292. "esnext.object.iterate-values",
  293. "esnext.observable",
  294. "esnext.promise.all-settled",
  295. "esnext.promise.any",
  296. "esnext.promise.try",
  297. "esnext.reflect.define-metadata",
  298. "esnext.reflect.delete-metadata",
  299. "esnext.reflect.get-metadata",
  300. "esnext.reflect.get-metadata-keys",
  301. "esnext.reflect.get-own-metadata",
  302. "esnext.reflect.get-own-metadata-keys",
  303. "esnext.reflect.has-metadata",
  304. "esnext.reflect.has-own-metadata",
  305. "esnext.reflect.metadata",
  306. "esnext.set.add-all",
  307. "esnext.set.delete-all",
  308. "esnext.set.difference",
  309. "esnext.set.every",
  310. "esnext.set.filter",
  311. "esnext.set.find",
  312. "esnext.set.from",
  313. "esnext.set.intersection",
  314. "esnext.set.is-disjoint-from",
  315. "esnext.set.is-subset-of",
  316. "esnext.set.is-superset-of",
  317. "esnext.set.join",
  318. "esnext.set.map",
  319. "esnext.set.of",
  320. "esnext.set.reduce",
  321. "esnext.set.some",
  322. "esnext.set.symmetric-difference",
  323. "esnext.set.union",
  324. "esnext.string.at",
  325. "esnext.string.code-points",
  326. "esnext.string.match-all",
  327. "esnext.string.replace-all",
  328. "esnext.symbol.async-dispose",
  329. "esnext.symbol.dispose",
  330. "esnext.symbol.observable",
  331. "esnext.symbol.pattern-match",
  332. "esnext.symbol.replace-all",
  333. "esnext.typed-array.at",
  334. "esnext.typed-array.filter-out",
  335. "esnext.typed-array.find-last",
  336. "esnext.typed-array.find-last-index",
  337. "esnext.typed-array.unique-by",
  338. "esnext.weak-map.delete-all",
  339. "esnext.weak-map.from",
  340. "esnext.weak-map.of",
  341. "esnext.weak-map.emplace",
  342. "esnext.weak-map.upsert",
  343. "esnext.weak-set.add-all",
  344. "esnext.weak-set.delete-all",
  345. "esnext.weak-set.from",
  346. "esnext.weak-set.of",
  347. "web.dom-collections.for-each",
  348. "web.dom-collections.iterator",
  349. "web.immediate",
  350. "web.queue-microtask",
  351. "web.timers",
  352. "web.url",
  353. "web.url.to-json",
  354. "web.url-search-params"
  355. ],
  356. "core-js/es": [
  357. "es.symbol",
  358. "es.symbol.description",
  359. "es.symbol.async-iterator",
  360. "es.symbol.has-instance",
  361. "es.symbol.is-concat-spreadable",
  362. "es.symbol.iterator",
  363. "es.symbol.match",
  364. "es.symbol.match-all",
  365. "es.symbol.replace",
  366. "es.symbol.search",
  367. "es.symbol.species",
  368. "es.symbol.split",
  369. "es.symbol.to-primitive",
  370. "es.symbol.to-string-tag",
  371. "es.symbol.unscopables",
  372. "es.aggregate-error",
  373. "es.array.concat",
  374. "es.array.copy-within",
  375. "es.array.every",
  376. "es.array.fill",
  377. "es.array.filter",
  378. "es.array.find",
  379. "es.array.find-index",
  380. "es.array.flat",
  381. "es.array.flat-map",
  382. "es.array.for-each",
  383. "es.array.from",
  384. "es.array.includes",
  385. "es.array.index-of",
  386. "es.array.is-array",
  387. "es.array.iterator",
  388. "es.array.join",
  389. "es.array.last-index-of",
  390. "es.array.map",
  391. "es.array.of",
  392. "es.array.reduce",
  393. "es.array.reduce-right",
  394. "es.array.reverse",
  395. "es.array.slice",
  396. "es.array.some",
  397. "es.array.sort",
  398. "es.array.species",
  399. "es.array.splice",
  400. "es.array.unscopables.flat",
  401. "es.array.unscopables.flat-map",
  402. "es.array-buffer.constructor",
  403. "es.array-buffer.is-view",
  404. "es.array-buffer.slice",
  405. "es.data-view",
  406. "es.date.now",
  407. "es.date.to-iso-string",
  408. "es.date.to-json",
  409. "es.date.to-primitive",
  410. "es.date.to-string",
  411. "es.function.bind",
  412. "es.function.has-instance",
  413. "es.function.name",
  414. "es.global-this",
  415. "es.json.stringify",
  416. "es.json.to-string-tag",
  417. "es.map",
  418. "es.math.acosh",
  419. "es.math.asinh",
  420. "es.math.atanh",
  421. "es.math.cbrt",
  422. "es.math.clz32",
  423. "es.math.cosh",
  424. "es.math.expm1",
  425. "es.math.fround",
  426. "es.math.hypot",
  427. "es.math.imul",
  428. "es.math.log10",
  429. "es.math.log1p",
  430. "es.math.log2",
  431. "es.math.sign",
  432. "es.math.sinh",
  433. "es.math.tanh",
  434. "es.math.to-string-tag",
  435. "es.math.trunc",
  436. "es.number.constructor",
  437. "es.number.epsilon",
  438. "es.number.is-finite",
  439. "es.number.is-integer",
  440. "es.number.is-nan",
  441. "es.number.is-safe-integer",
  442. "es.number.max-safe-integer",
  443. "es.number.min-safe-integer",
  444. "es.number.parse-float",
  445. "es.number.parse-int",
  446. "es.number.to-fixed",
  447. "es.number.to-precision",
  448. "es.object.assign",
  449. "es.object.create",
  450. "es.object.define-getter",
  451. "es.object.define-properties",
  452. "es.object.define-property",
  453. "es.object.define-setter",
  454. "es.object.entries",
  455. "es.object.freeze",
  456. "es.object.from-entries",
  457. "es.object.get-own-property-descriptor",
  458. "es.object.get-own-property-descriptors",
  459. "es.object.get-own-property-names",
  460. "es.object.get-prototype-of",
  461. "es.object.is",
  462. "es.object.is-extensible",
  463. "es.object.is-frozen",
  464. "es.object.is-sealed",
  465. "es.object.keys",
  466. "es.object.lookup-getter",
  467. "es.object.lookup-setter",
  468. "es.object.prevent-extensions",
  469. "es.object.seal",
  470. "es.object.set-prototype-of",
  471. "es.object.to-string",
  472. "es.object.values",
  473. "es.parse-float",
  474. "es.parse-int",
  475. "es.promise",
  476. "es.promise.all-settled",
  477. "es.promise.any",
  478. "es.promise.finally",
  479. "es.reflect.apply",
  480. "es.reflect.construct",
  481. "es.reflect.define-property",
  482. "es.reflect.delete-property",
  483. "es.reflect.get",
  484. "es.reflect.get-own-property-descriptor",
  485. "es.reflect.get-prototype-of",
  486. "es.reflect.has",
  487. "es.reflect.is-extensible",
  488. "es.reflect.own-keys",
  489. "es.reflect.prevent-extensions",
  490. "es.reflect.set",
  491. "es.reflect.set-prototype-of",
  492. "es.reflect.to-string-tag",
  493. "es.regexp.constructor",
  494. "es.regexp.exec",
  495. "es.regexp.flags",
  496. "es.regexp.sticky",
  497. "es.regexp.test",
  498. "es.regexp.to-string",
  499. "es.set",
  500. "es.string.code-point-at",
  501. "es.string.ends-with",
  502. "es.string.from-code-point",
  503. "es.string.includes",
  504. "es.string.iterator",
  505. "es.string.match",
  506. "es.string.match-all",
  507. "es.string.pad-end",
  508. "es.string.pad-start",
  509. "es.string.raw",
  510. "es.string.repeat",
  511. "es.string.replace",
  512. "es.string.replace-all",
  513. "es.string.search",
  514. "es.string.split",
  515. "es.string.starts-with",
  516. "es.string.trim",
  517. "es.string.trim-end",
  518. "es.string.trim-start",
  519. "es.string.anchor",
  520. "es.string.big",
  521. "es.string.blink",
  522. "es.string.bold",
  523. "es.string.fixed",
  524. "es.string.fontcolor",
  525. "es.string.fontsize",
  526. "es.string.italics",
  527. "es.string.link",
  528. "es.string.small",
  529. "es.string.strike",
  530. "es.string.sub",
  531. "es.string.sup",
  532. "es.typed-array.float32-array",
  533. "es.typed-array.float64-array",
  534. "es.typed-array.int8-array",
  535. "es.typed-array.int16-array",
  536. "es.typed-array.int32-array",
  537. "es.typed-array.uint8-array",
  538. "es.typed-array.uint8-clamped-array",
  539. "es.typed-array.uint16-array",
  540. "es.typed-array.uint32-array",
  541. "es.typed-array.copy-within",
  542. "es.typed-array.every",
  543. "es.typed-array.fill",
  544. "es.typed-array.filter",
  545. "es.typed-array.find",
  546. "es.typed-array.find-index",
  547. "es.typed-array.for-each",
  548. "es.typed-array.from",
  549. "es.typed-array.includes",
  550. "es.typed-array.index-of",
  551. "es.typed-array.iterator",
  552. "es.typed-array.join",
  553. "es.typed-array.last-index-of",
  554. "es.typed-array.map",
  555. "es.typed-array.of",
  556. "es.typed-array.reduce",
  557. "es.typed-array.reduce-right",
  558. "es.typed-array.reverse",
  559. "es.typed-array.set",
  560. "es.typed-array.slice",
  561. "es.typed-array.some",
  562. "es.typed-array.sort",
  563. "es.typed-array.subarray",
  564. "es.typed-array.to-locale-string",
  565. "es.typed-array.to-string",
  566. "es.weak-map",
  567. "es.weak-set"
  568. ],
  569. "core-js/es/aggregate-error": [
  570. "es.aggregate-error",
  571. "es.string.iterator",
  572. "web.dom-collections.iterator"
  573. ],
  574. "core-js/es/array": [
  575. "es.array.concat",
  576. "es.array.copy-within",
  577. "es.array.every",
  578. "es.array.fill",
  579. "es.array.filter",
  580. "es.array.find",
  581. "es.array.find-index",
  582. "es.array.flat",
  583. "es.array.flat-map",
  584. "es.array.for-each",
  585. "es.array.from",
  586. "es.array.includes",
  587. "es.array.index-of",
  588. "es.array.is-array",
  589. "es.array.iterator",
  590. "es.array.join",
  591. "es.array.last-index-of",
  592. "es.array.map",
  593. "es.array.of",
  594. "es.array.reduce",
  595. "es.array.reduce-right",
  596. "es.array.reverse",
  597. "es.array.slice",
  598. "es.array.some",
  599. "es.array.sort",
  600. "es.array.species",
  601. "es.array.splice",
  602. "es.array.unscopables.flat",
  603. "es.array.unscopables.flat-map",
  604. "es.string.iterator"
  605. ],
  606. "core-js/es/array-buffer": [
  607. "es.array-buffer.constructor",
  608. "es.array-buffer.is-view",
  609. "es.array-buffer.slice",
  610. "es.object.to-string"
  611. ],
  612. "core-js/es/array-buffer/constructor": [
  613. "es.array-buffer.constructor",
  614. "es.object.to-string"
  615. ],
  616. "core-js/es/array-buffer/is-view": [
  617. "es.array-buffer.is-view"
  618. ],
  619. "core-js/es/array-buffer/slice": [
  620. "es.array-buffer.slice"
  621. ],
  622. "core-js/es/array/concat": [
  623. "es.array.concat"
  624. ],
  625. "core-js/es/array/copy-within": [
  626. "es.array.copy-within"
  627. ],
  628. "core-js/es/array/entries": [
  629. "es.array.iterator"
  630. ],
  631. "core-js/es/array/every": [
  632. "es.array.every"
  633. ],
  634. "core-js/es/array/fill": [
  635. "es.array.fill"
  636. ],
  637. "core-js/es/array/filter": [
  638. "es.array.filter"
  639. ],
  640. "core-js/es/array/find": [
  641. "es.array.find"
  642. ],
  643. "core-js/es/array/find-index": [
  644. "es.array.find-index"
  645. ],
  646. "core-js/es/array/flat": [
  647. "es.array.flat",
  648. "es.array.unscopables.flat"
  649. ],
  650. "core-js/es/array/flat-map": [
  651. "es.array.flat-map",
  652. "es.array.unscopables.flat-map"
  653. ],
  654. "core-js/es/array/for-each": [
  655. "es.array.for-each"
  656. ],
  657. "core-js/es/array/from": [
  658. "es.array.from",
  659. "es.string.iterator"
  660. ],
  661. "core-js/es/array/includes": [
  662. "es.array.includes"
  663. ],
  664. "core-js/es/array/index-of": [
  665. "es.array.index-of"
  666. ],
  667. "core-js/es/array/is-array": [
  668. "es.array.is-array"
  669. ],
  670. "core-js/es/array/iterator": [
  671. "es.array.iterator"
  672. ],
  673. "core-js/es/array/join": [
  674. "es.array.join"
  675. ],
  676. "core-js/es/array/keys": [
  677. "es.array.iterator"
  678. ],
  679. "core-js/es/array/last-index-of": [
  680. "es.array.last-index-of"
  681. ],
  682. "core-js/es/array/map": [
  683. "es.array.map"
  684. ],
  685. "core-js/es/array/of": [
  686. "es.array.of"
  687. ],
  688. "core-js/es/array/reduce": [
  689. "es.array.reduce"
  690. ],
  691. "core-js/es/array/reduce-right": [
  692. "es.array.reduce-right"
  693. ],
  694. "core-js/es/array/reverse": [
  695. "es.array.reverse"
  696. ],
  697. "core-js/es/array/slice": [
  698. "es.array.slice"
  699. ],
  700. "core-js/es/array/some": [
  701. "es.array.some"
  702. ],
  703. "core-js/es/array/sort": [
  704. "es.array.sort"
  705. ],
  706. "core-js/es/array/splice": [
  707. "es.array.splice"
  708. ],
  709. "core-js/es/array/values": [
  710. "es.array.iterator"
  711. ],
  712. "core-js/es/array/virtual": [
  713. "es.array.concat",
  714. "es.array.copy-within",
  715. "es.array.every",
  716. "es.array.fill",
  717. "es.array.filter",
  718. "es.array.find",
  719. "es.array.find-index",
  720. "es.array.flat",
  721. "es.array.flat-map",
  722. "es.array.for-each",
  723. "es.array.includes",
  724. "es.array.index-of",
  725. "es.array.iterator",
  726. "es.array.join",
  727. "es.array.last-index-of",
  728. "es.array.map",
  729. "es.array.reduce",
  730. "es.array.reduce-right",
  731. "es.array.reverse",
  732. "es.array.slice",
  733. "es.array.some",
  734. "es.array.sort",
  735. "es.array.species",
  736. "es.array.splice",
  737. "es.array.unscopables.flat",
  738. "es.array.unscopables.flat-map"
  739. ],
  740. "core-js/es/array/virtual/concat": [
  741. "es.array.concat"
  742. ],
  743. "core-js/es/array/virtual/copy-within": [
  744. "es.array.copy-within"
  745. ],
  746. "core-js/es/array/virtual/entries": [
  747. "es.array.iterator"
  748. ],
  749. "core-js/es/array/virtual/every": [
  750. "es.array.every"
  751. ],
  752. "core-js/es/array/virtual/fill": [
  753. "es.array.fill"
  754. ],
  755. "core-js/es/array/virtual/filter": [
  756. "es.array.filter"
  757. ],
  758. "core-js/es/array/virtual/filter-out": [
  759. "esnext.array.filter-out"
  760. ],
  761. "core-js/es/array/virtual/find": [
  762. "es.array.find"
  763. ],
  764. "core-js/es/array/virtual/find-index": [
  765. "es.array.find-index"
  766. ],
  767. "core-js/es/array/virtual/flat": [
  768. "es.array.flat",
  769. "es.array.unscopables.flat"
  770. ],
  771. "core-js/es/array/virtual/flat-map": [
  772. "es.array.flat-map",
  773. "es.array.unscopables.flat-map"
  774. ],
  775. "core-js/es/array/virtual/for-each": [
  776. "es.array.for-each"
  777. ],
  778. "core-js/es/array/virtual/includes": [
  779. "es.array.includes"
  780. ],
  781. "core-js/es/array/virtual/index-of": [
  782. "es.array.index-of"
  783. ],
  784. "core-js/es/array/virtual/iterator": [
  785. "es.array.iterator"
  786. ],
  787. "core-js/es/array/virtual/join": [
  788. "es.array.join"
  789. ],
  790. "core-js/es/array/virtual/keys": [
  791. "es.array.iterator"
  792. ],
  793. "core-js/es/array/virtual/last-index-of": [
  794. "es.array.last-index-of"
  795. ],
  796. "core-js/es/array/virtual/map": [
  797. "es.array.map"
  798. ],
  799. "core-js/es/array/virtual/reduce": [
  800. "es.array.reduce"
  801. ],
  802. "core-js/es/array/virtual/reduce-right": [
  803. "es.array.reduce-right"
  804. ],
  805. "core-js/es/array/virtual/reverse": [
  806. "es.array.reverse"
  807. ],
  808. "core-js/es/array/virtual/slice": [
  809. "es.array.slice"
  810. ],
  811. "core-js/es/array/virtual/some": [
  812. "es.array.some"
  813. ],
  814. "core-js/es/array/virtual/sort": [
  815. "es.array.sort"
  816. ],
  817. "core-js/es/array/virtual/splice": [
  818. "es.array.splice"
  819. ],
  820. "core-js/es/array/virtual/values": [
  821. "es.array.iterator"
  822. ],
  823. "core-js/es/data-view": [
  824. "es.data-view",
  825. "es.object.to-string"
  826. ],
  827. "core-js/es/date": [
  828. "es.date.now",
  829. "es.date.to-iso-string",
  830. "es.date.to-json",
  831. "es.date.to-primitive",
  832. "es.date.to-string"
  833. ],
  834. "core-js/es/date/now": [
  835. "es.date.now"
  836. ],
  837. "core-js/es/date/to-iso-string": [
  838. "es.date.to-iso-string",
  839. "es.date.to-json"
  840. ],
  841. "core-js/es/date/to-json": [
  842. "es.date.to-json"
  843. ],
  844. "core-js/es/date/to-primitive": [
  845. "es.date.to-primitive"
  846. ],
  847. "core-js/es/date/to-string": [
  848. "es.date.to-string"
  849. ],
  850. "core-js/es/function": [
  851. "es.function.bind",
  852. "es.function.has-instance",
  853. "es.function.name"
  854. ],
  855. "core-js/es/function/bind": [
  856. "es.function.bind"
  857. ],
  858. "core-js/es/function/has-instance": [
  859. "es.function.has-instance"
  860. ],
  861. "core-js/es/function/name": [
  862. "es.function.name"
  863. ],
  864. "core-js/es/function/virtual": [
  865. "es.function.bind"
  866. ],
  867. "core-js/es/function/virtual/bind": [
  868. "es.function.bind"
  869. ],
  870. "core-js/es/global-this": [
  871. "es.global-this"
  872. ],
  873. "core-js/es/instance/bind": [
  874. "es.function.bind"
  875. ],
  876. "core-js/es/instance/code-point-at": [
  877. "es.string.code-point-at"
  878. ],
  879. "core-js/es/instance/concat": [
  880. "es.array.concat"
  881. ],
  882. "core-js/es/instance/copy-within": [
  883. "es.array.copy-within"
  884. ],
  885. "core-js/es/instance/ends-with": [
  886. "es.string.ends-with"
  887. ],
  888. "core-js/es/instance/entries": [
  889. "es.array.iterator"
  890. ],
  891. "core-js/es/instance/every": [
  892. "es.array.every"
  893. ],
  894. "core-js/es/instance/fill": [
  895. "es.array.fill"
  896. ],
  897. "core-js/es/instance/filter": [
  898. "es.array.filter"
  899. ],
  900. "core-js/es/instance/find": [
  901. "es.array.find"
  902. ],
  903. "core-js/es/instance/find-index": [
  904. "es.array.find-index"
  905. ],
  906. "core-js/es/instance/flags": [
  907. "es.regexp.flags"
  908. ],
  909. "core-js/es/instance/flat": [
  910. "es.array.flat",
  911. "es.array.unscopables.flat"
  912. ],
  913. "core-js/es/instance/flat-map": [
  914. "es.array.flat-map",
  915. "es.array.unscopables.flat-map"
  916. ],
  917. "core-js/es/instance/for-each": [
  918. "es.array.for-each"
  919. ],
  920. "core-js/es/instance/includes": [
  921. "es.array.includes",
  922. "es.string.includes"
  923. ],
  924. "core-js/es/instance/index-of": [
  925. "es.array.index-of"
  926. ],
  927. "core-js/es/instance/keys": [
  928. "es.array.iterator"
  929. ],
  930. "core-js/es/instance/last-index-of": [
  931. "es.array.last-index-of"
  932. ],
  933. "core-js/es/instance/map": [
  934. "es.array.map"
  935. ],
  936. "core-js/es/instance/match-all": [
  937. "es.string.match-all"
  938. ],
  939. "core-js/es/instance/pad-end": [
  940. "es.string.pad-end"
  941. ],
  942. "core-js/es/instance/pad-start": [
  943. "es.string.pad-start"
  944. ],
  945. "core-js/es/instance/reduce": [
  946. "es.array.reduce"
  947. ],
  948. "core-js/es/instance/reduce-right": [
  949. "es.array.reduce-right"
  950. ],
  951. "core-js/es/instance/repeat": [
  952. "es.string.repeat"
  953. ],
  954. "core-js/es/instance/replace-all": [
  955. "es.string.replace-all"
  956. ],
  957. "core-js/es/instance/reverse": [
  958. "es.array.reverse"
  959. ],
  960. "core-js/es/instance/slice": [
  961. "es.array.slice"
  962. ],
  963. "core-js/es/instance/some": [
  964. "es.array.some"
  965. ],
  966. "core-js/es/instance/sort": [
  967. "es.array.sort"
  968. ],
  969. "core-js/es/instance/splice": [
  970. "es.array.splice"
  971. ],
  972. "core-js/es/instance/starts-with": [
  973. "es.string.starts-with"
  974. ],
  975. "core-js/es/instance/trim": [
  976. "es.string.trim"
  977. ],
  978. "core-js/es/instance/trim-end": [
  979. "es.string.trim-end"
  980. ],
  981. "core-js/es/instance/trim-left": [
  982. "es.string.trim-start"
  983. ],
  984. "core-js/es/instance/trim-right": [
  985. "es.string.trim-end"
  986. ],
  987. "core-js/es/instance/trim-start": [
  988. "es.string.trim-start"
  989. ],
  990. "core-js/es/instance/values": [
  991. "es.array.iterator"
  992. ],
  993. "core-js/es/json": [
  994. "es.json.stringify",
  995. "es.json.to-string-tag"
  996. ],
  997. "core-js/es/json/stringify": [
  998. "es.json.stringify"
  999. ],
  1000. "core-js/es/json/to-string-tag": [
  1001. "es.json.to-string-tag"
  1002. ],
  1003. "core-js/es/map": [
  1004. "es.map",
  1005. "es.object.to-string",
  1006. "es.string.iterator",
  1007. "web.dom-collections.iterator"
  1008. ],
  1009. "core-js/es/math": [
  1010. "es.math.acosh",
  1011. "es.math.asinh",
  1012. "es.math.atanh",
  1013. "es.math.cbrt",
  1014. "es.math.clz32",
  1015. "es.math.cosh",
  1016. "es.math.expm1",
  1017. "es.math.fround",
  1018. "es.math.hypot",
  1019. "es.math.imul",
  1020. "es.math.log10",
  1021. "es.math.log1p",
  1022. "es.math.log2",
  1023. "es.math.sign",
  1024. "es.math.sinh",
  1025. "es.math.tanh",
  1026. "es.math.to-string-tag",
  1027. "es.math.trunc"
  1028. ],
  1029. "core-js/es/math/acosh": [
  1030. "es.math.acosh"
  1031. ],
  1032. "core-js/es/math/asinh": [
  1033. "es.math.asinh"
  1034. ],
  1035. "core-js/es/math/atanh": [
  1036. "es.math.atanh"
  1037. ],
  1038. "core-js/es/math/cbrt": [
  1039. "es.math.cbrt"
  1040. ],
  1041. "core-js/es/math/clz32": [
  1042. "es.math.clz32"
  1043. ],
  1044. "core-js/es/math/cosh": [
  1045. "es.math.cosh"
  1046. ],
  1047. "core-js/es/math/expm1": [
  1048. "es.math.expm1"
  1049. ],
  1050. "core-js/es/math/fround": [
  1051. "es.math.fround"
  1052. ],
  1053. "core-js/es/math/hypot": [
  1054. "es.math.hypot"
  1055. ],
  1056. "core-js/es/math/imul": [
  1057. "es.math.imul"
  1058. ],
  1059. "core-js/es/math/log10": [
  1060. "es.math.log10"
  1061. ],
  1062. "core-js/es/math/log1p": [
  1063. "es.math.log1p"
  1064. ],
  1065. "core-js/es/math/log2": [
  1066. "es.math.log2"
  1067. ],
  1068. "core-js/es/math/sign": [
  1069. "es.math.sign"
  1070. ],
  1071. "core-js/es/math/sinh": [
  1072. "es.math.sinh"
  1073. ],
  1074. "core-js/es/math/tanh": [
  1075. "es.math.tanh"
  1076. ],
  1077. "core-js/es/math/to-string-tag": [
  1078. "es.math.to-string-tag"
  1079. ],
  1080. "core-js/es/math/trunc": [
  1081. "es.math.trunc"
  1082. ],
  1083. "core-js/es/number": [
  1084. "es.number.constructor",
  1085. "es.number.epsilon",
  1086. "es.number.is-finite",
  1087. "es.number.is-integer",
  1088. "es.number.is-nan",
  1089. "es.number.is-safe-integer",
  1090. "es.number.max-safe-integer",
  1091. "es.number.min-safe-integer",
  1092. "es.number.parse-float",
  1093. "es.number.parse-int",
  1094. "es.number.to-fixed",
  1095. "es.number.to-precision"
  1096. ],
  1097. "core-js/es/number/constructor": [
  1098. "es.number.constructor"
  1099. ],
  1100. "core-js/es/number/epsilon": [
  1101. "es.number.epsilon"
  1102. ],
  1103. "core-js/es/number/is-finite": [
  1104. "es.number.is-finite"
  1105. ],
  1106. "core-js/es/number/is-integer": [
  1107. "es.number.is-integer"
  1108. ],
  1109. "core-js/es/number/is-nan": [
  1110. "es.number.is-nan"
  1111. ],
  1112. "core-js/es/number/is-safe-integer": [
  1113. "es.number.is-safe-integer"
  1114. ],
  1115. "core-js/es/number/max-safe-integer": [
  1116. "es.number.max-safe-integer"
  1117. ],
  1118. "core-js/es/number/min-safe-integer": [
  1119. "es.number.min-safe-integer"
  1120. ],
  1121. "core-js/es/number/parse-float": [
  1122. "es.number.parse-float"
  1123. ],
  1124. "core-js/es/number/parse-int": [
  1125. "es.number.parse-int"
  1126. ],
  1127. "core-js/es/number/to-fixed": [
  1128. "es.number.to-fixed"
  1129. ],
  1130. "core-js/es/number/to-precision": [
  1131. "es.number.to-precision"
  1132. ],
  1133. "core-js/es/number/virtual": [
  1134. "es.number.to-fixed",
  1135. "es.number.to-precision"
  1136. ],
  1137. "core-js/es/number/virtual/to-fixed": [
  1138. "es.number.to-fixed"
  1139. ],
  1140. "core-js/es/number/virtual/to-precision": [
  1141. "es.number.to-precision"
  1142. ],
  1143. "core-js/es/object": [
  1144. "es.symbol",
  1145. "es.json.to-string-tag",
  1146. "es.math.to-string-tag",
  1147. "es.object.assign",
  1148. "es.object.create",
  1149. "es.object.define-getter",
  1150. "es.object.define-properties",
  1151. "es.object.define-property",
  1152. "es.object.define-setter",
  1153. "es.object.entries",
  1154. "es.object.freeze",
  1155. "es.object.from-entries",
  1156. "es.object.get-own-property-descriptor",
  1157. "es.object.get-own-property-descriptors",
  1158. "es.object.get-own-property-names",
  1159. "es.object.get-prototype-of",
  1160. "es.object.is",
  1161. "es.object.is-extensible",
  1162. "es.object.is-frozen",
  1163. "es.object.is-sealed",
  1164. "es.object.keys",
  1165. "es.object.lookup-getter",
  1166. "es.object.lookup-setter",
  1167. "es.object.prevent-extensions",
  1168. "es.object.seal",
  1169. "es.object.set-prototype-of",
  1170. "es.object.to-string",
  1171. "es.object.values",
  1172. "es.reflect.to-string-tag"
  1173. ],
  1174. "core-js/es/object/assign": [
  1175. "es.object.assign"
  1176. ],
  1177. "core-js/es/object/create": [
  1178. "es.object.create"
  1179. ],
  1180. "core-js/es/object/define-getter": [
  1181. "es.object.define-getter"
  1182. ],
  1183. "core-js/es/object/define-properties": [
  1184. "es.object.define-properties"
  1185. ],
  1186. "core-js/es/object/define-property": [
  1187. "es.object.define-property"
  1188. ],
  1189. "core-js/es/object/define-setter": [
  1190. "es.object.define-setter"
  1191. ],
  1192. "core-js/es/object/entries": [
  1193. "es.object.entries"
  1194. ],
  1195. "core-js/es/object/freeze": [
  1196. "es.object.freeze"
  1197. ],
  1198. "core-js/es/object/from-entries": [
  1199. "es.array.iterator",
  1200. "es.object.from-entries"
  1201. ],
  1202. "core-js/es/object/get-own-property-descriptor": [
  1203. "es.object.get-own-property-descriptor"
  1204. ],
  1205. "core-js/es/object/get-own-property-descriptors": [
  1206. "es.object.get-own-property-descriptors"
  1207. ],
  1208. "core-js/es/object/get-own-property-names": [
  1209. "es.object.get-own-property-names"
  1210. ],
  1211. "core-js/es/object/get-own-property-symbols": [
  1212. "es.symbol"
  1213. ],
  1214. "core-js/es/object/get-prototype-of": [
  1215. "es.object.get-prototype-of"
  1216. ],
  1217. "core-js/es/object/is": [
  1218. "es.object.is"
  1219. ],
  1220. "core-js/es/object/is-extensible": [
  1221. "es.object.is-extensible"
  1222. ],
  1223. "core-js/es/object/is-frozen": [
  1224. "es.object.is-frozen"
  1225. ],
  1226. "core-js/es/object/is-sealed": [
  1227. "es.object.is-sealed"
  1228. ],
  1229. "core-js/es/object/keys": [
  1230. "es.object.keys"
  1231. ],
  1232. "core-js/es/object/lookup-getter": [
  1233. "es.object.lookup-setter"
  1234. ],
  1235. "core-js/es/object/lookup-setter": [
  1236. "es.object.lookup-setter"
  1237. ],
  1238. "core-js/es/object/prevent-extensions": [
  1239. "es.object.prevent-extensions"
  1240. ],
  1241. "core-js/es/object/seal": [
  1242. "es.object.seal"
  1243. ],
  1244. "core-js/es/object/set-prototype-of": [
  1245. "es.object.set-prototype-of"
  1246. ],
  1247. "core-js/es/object/to-string": [
  1248. "es.json.to-string-tag",
  1249. "es.math.to-string-tag",
  1250. "es.object.to-string",
  1251. "es.reflect.to-string-tag"
  1252. ],
  1253. "core-js/es/object/values": [
  1254. "es.object.values"
  1255. ],
  1256. "core-js/es/parse-float": [
  1257. "es.parse-float"
  1258. ],
  1259. "core-js/es/parse-int": [
  1260. "es.parse-int"
  1261. ],
  1262. "core-js/es/promise": [
  1263. "es.aggregate-error",
  1264. "es.object.to-string",
  1265. "es.promise",
  1266. "es.promise.all-settled",
  1267. "es.promise.any",
  1268. "es.promise.finally",
  1269. "es.string.iterator",
  1270. "web.dom-collections.iterator"
  1271. ],
  1272. "core-js/es/promise/all-settled": [
  1273. "es.promise",
  1274. "es.promise.all-settled",
  1275. "es.string.iterator",
  1276. "web.dom-collections.iterator"
  1277. ],
  1278. "core-js/es/promise/any": [
  1279. "es.aggregate-error",
  1280. "es.promise",
  1281. "es.promise.any",
  1282. "es.string.iterator",
  1283. "web.dom-collections.iterator"
  1284. ],
  1285. "core-js/es/promise/finally": [
  1286. "es.promise",
  1287. "es.promise.finally"
  1288. ],
  1289. "core-js/es/reflect": [
  1290. "es.reflect.apply",
  1291. "es.reflect.construct",
  1292. "es.reflect.define-property",
  1293. "es.reflect.delete-property",
  1294. "es.reflect.get",
  1295. "es.reflect.get-own-property-descriptor",
  1296. "es.reflect.get-prototype-of",
  1297. "es.reflect.has",
  1298. "es.reflect.is-extensible",
  1299. "es.reflect.own-keys",
  1300. "es.reflect.prevent-extensions",
  1301. "es.reflect.set",
  1302. "es.reflect.set-prototype-of",
  1303. "es.reflect.to-string-tag"
  1304. ],
  1305. "core-js/es/reflect/apply": [
  1306. "es.reflect.apply"
  1307. ],
  1308. "core-js/es/reflect/construct": [
  1309. "es.reflect.construct"
  1310. ],
  1311. "core-js/es/reflect/define-property": [
  1312. "es.reflect.define-property"
  1313. ],
  1314. "core-js/es/reflect/delete-property": [
  1315. "es.reflect.delete-property"
  1316. ],
  1317. "core-js/es/reflect/get": [
  1318. "es.reflect.get"
  1319. ],
  1320. "core-js/es/reflect/get-own-property-descriptor": [
  1321. "es.reflect.get-own-property-descriptor"
  1322. ],
  1323. "core-js/es/reflect/get-prototype-of": [
  1324. "es.reflect.get-prototype-of"
  1325. ],
  1326. "core-js/es/reflect/has": [
  1327. "es.reflect.has"
  1328. ],
  1329. "core-js/es/reflect/is-extensible": [
  1330. "es.reflect.is-extensible"
  1331. ],
  1332. "core-js/es/reflect/own-keys": [
  1333. "es.reflect.own-keys"
  1334. ],
  1335. "core-js/es/reflect/prevent-extensions": [
  1336. "es.reflect.prevent-extensions"
  1337. ],
  1338. "core-js/es/reflect/set": [
  1339. "es.reflect.set"
  1340. ],
  1341. "core-js/es/reflect/set-prototype-of": [
  1342. "es.reflect.set-prototype-of"
  1343. ],
  1344. "core-js/es/reflect/to-string-tag": [
  1345. "es.reflect.to-string-tag"
  1346. ],
  1347. "core-js/es/regexp": [
  1348. "es.regexp.constructor",
  1349. "es.regexp.exec",
  1350. "es.regexp.flags",
  1351. "es.regexp.sticky",
  1352. "es.regexp.test",
  1353. "es.regexp.to-string",
  1354. "es.string.match",
  1355. "es.string.replace",
  1356. "es.string.search",
  1357. "es.string.split"
  1358. ],
  1359. "core-js/es/regexp/constructor": [
  1360. "es.regexp.constructor"
  1361. ],
  1362. "core-js/es/regexp/flags": [
  1363. "es.regexp.flags"
  1364. ],
  1365. "core-js/es/regexp/match": [
  1366. "es.string.match"
  1367. ],
  1368. "core-js/es/regexp/replace": [
  1369. "es.string.replace"
  1370. ],
  1371. "core-js/es/regexp/search": [
  1372. "es.string.search"
  1373. ],
  1374. "core-js/es/regexp/split": [
  1375. "es.string.split"
  1376. ],
  1377. "core-js/es/regexp/sticky": [
  1378. "es.regexp.sticky"
  1379. ],
  1380. "core-js/es/regexp/test": [
  1381. "es.regexp.exec",
  1382. "es.regexp.test"
  1383. ],
  1384. "core-js/es/regexp/to-string": [
  1385. "es.regexp.to-string"
  1386. ],
  1387. "core-js/es/set": [
  1388. "es.object.to-string",
  1389. "es.set",
  1390. "es.string.iterator",
  1391. "web.dom-collections.iterator"
  1392. ],
  1393. "core-js/es/string": [
  1394. "es.regexp.exec",
  1395. "es.string.code-point-at",
  1396. "es.string.ends-with",
  1397. "es.string.from-code-point",
  1398. "es.string.includes",
  1399. "es.string.iterator",
  1400. "es.string.match",
  1401. "es.string.match-all",
  1402. "es.string.pad-end",
  1403. "es.string.pad-start",
  1404. "es.string.raw",
  1405. "es.string.repeat",
  1406. "es.string.replace",
  1407. "es.string.replace-all",
  1408. "es.string.search",
  1409. "es.string.split",
  1410. "es.string.starts-with",
  1411. "es.string.trim",
  1412. "es.string.trim-end",
  1413. "es.string.trim-start",
  1414. "es.string.anchor",
  1415. "es.string.big",
  1416. "es.string.blink",
  1417. "es.string.bold",
  1418. "es.string.fixed",
  1419. "es.string.fontcolor",
  1420. "es.string.fontsize",
  1421. "es.string.italics",
  1422. "es.string.link",
  1423. "es.string.small",
  1424. "es.string.strike",
  1425. "es.string.sub",
  1426. "es.string.sup"
  1427. ],
  1428. "core-js/es/string/anchor": [
  1429. "es.string.anchor"
  1430. ],
  1431. "core-js/es/string/big": [
  1432. "es.string.big"
  1433. ],
  1434. "core-js/es/string/blink": [
  1435. "es.string.blink"
  1436. ],
  1437. "core-js/es/string/bold": [
  1438. "es.string.bold"
  1439. ],
  1440. "core-js/es/string/code-point-at": [
  1441. "es.string.code-point-at"
  1442. ],
  1443. "core-js/es/string/ends-with": [
  1444. "es.string.ends-with"
  1445. ],
  1446. "core-js/es/string/fixed": [
  1447. "es.string.fixed"
  1448. ],
  1449. "core-js/es/string/fontcolor": [
  1450. "es.string.fontcolor"
  1451. ],
  1452. "core-js/es/string/fontsize": [
  1453. "es.string.fontsize"
  1454. ],
  1455. "core-js/es/string/from-code-point": [
  1456. "es.string.from-code-point"
  1457. ],
  1458. "core-js/es/string/includes": [
  1459. "es.string.includes"
  1460. ],
  1461. "core-js/es/string/italics": [
  1462. "es.string.italics"
  1463. ],
  1464. "core-js/es/string/iterator": [
  1465. "es.string.iterator"
  1466. ],
  1467. "core-js/es/string/link": [
  1468. "es.string.link"
  1469. ],
  1470. "core-js/es/string/match": [
  1471. "es.regexp.exec",
  1472. "es.string.match"
  1473. ],
  1474. "core-js/es/string/match-all": [
  1475. "es.string.match-all"
  1476. ],
  1477. "core-js/es/string/pad-end": [
  1478. "es.string.pad-end"
  1479. ],
  1480. "core-js/es/string/pad-start": [
  1481. "es.string.pad-start"
  1482. ],
  1483. "core-js/es/string/raw": [
  1484. "es.string.raw"
  1485. ],
  1486. "core-js/es/string/repeat": [
  1487. "es.string.repeat"
  1488. ],
  1489. "core-js/es/string/replace": [
  1490. "es.regexp.exec",
  1491. "es.string.replace"
  1492. ],
  1493. "core-js/es/string/replace-all": [
  1494. "es.string.replace-all"
  1495. ],
  1496. "core-js/es/string/search": [
  1497. "es.regexp.exec",
  1498. "es.string.search"
  1499. ],
  1500. "core-js/es/string/small": [
  1501. "es.string.small"
  1502. ],
  1503. "core-js/es/string/split": [
  1504. "es.regexp.exec",
  1505. "es.string.split"
  1506. ],
  1507. "core-js/es/string/starts-with": [
  1508. "es.string.starts-with"
  1509. ],
  1510. "core-js/es/string/strike": [
  1511. "es.string.strike"
  1512. ],
  1513. "core-js/es/string/sub": [
  1514. "es.string.sub"
  1515. ],
  1516. "core-js/es/string/sup": [
  1517. "es.string.sup"
  1518. ],
  1519. "core-js/es/string/trim": [
  1520. "es.string.trim"
  1521. ],
  1522. "core-js/es/string/trim-end": [
  1523. "es.string.trim-end"
  1524. ],
  1525. "core-js/es/string/trim-left": [
  1526. "es.string.trim-start"
  1527. ],
  1528. "core-js/es/string/trim-right": [
  1529. "es.string.trim-end"
  1530. ],
  1531. "core-js/es/string/trim-start": [
  1532. "es.string.trim-start"
  1533. ],
  1534. "core-js/es/string/virtual": [
  1535. "es.string.code-point-at",
  1536. "es.string.ends-with",
  1537. "es.string.includes",
  1538. "es.string.iterator",
  1539. "es.string.match",
  1540. "es.string.match-all",
  1541. "es.string.pad-end",
  1542. "es.string.pad-start",
  1543. "es.string.repeat",
  1544. "es.string.replace",
  1545. "es.string.replace-all",
  1546. "es.string.search",
  1547. "es.string.split",
  1548. "es.string.starts-with",
  1549. "es.string.trim",
  1550. "es.string.trim-end",
  1551. "es.string.trim-start",
  1552. "es.string.anchor",
  1553. "es.string.big",
  1554. "es.string.blink",
  1555. "es.string.bold",
  1556. "es.string.fixed",
  1557. "es.string.fontcolor",
  1558. "es.string.fontsize",
  1559. "es.string.italics",
  1560. "es.string.link",
  1561. "es.string.small",
  1562. "es.string.strike",
  1563. "es.string.sub",
  1564. "es.string.sup"
  1565. ],
  1566. "core-js/es/string/virtual/anchor": [
  1567. "es.string.anchor"
  1568. ],
  1569. "core-js/es/string/virtual/big": [
  1570. "es.string.big"
  1571. ],
  1572. "core-js/es/string/virtual/blink": [
  1573. "es.string.blink"
  1574. ],
  1575. "core-js/es/string/virtual/bold": [
  1576. "es.string.bold"
  1577. ],
  1578. "core-js/es/string/virtual/code-point-at": [
  1579. "es.string.code-point-at"
  1580. ],
  1581. "core-js/es/string/virtual/ends-with": [
  1582. "es.string.ends-with"
  1583. ],
  1584. "core-js/es/string/virtual/fixed": [
  1585. "es.string.fixed"
  1586. ],
  1587. "core-js/es/string/virtual/fontcolor": [
  1588. "es.string.fontcolor"
  1589. ],
  1590. "core-js/es/string/virtual/fontsize": [
  1591. "es.string.fontsize"
  1592. ],
  1593. "core-js/es/string/virtual/includes": [
  1594. "es.string.includes"
  1595. ],
  1596. "core-js/es/string/virtual/italics": [
  1597. "es.string.italics"
  1598. ],
  1599. "core-js/es/string/virtual/iterator": [
  1600. "es.string.iterator"
  1601. ],
  1602. "core-js/es/string/virtual/link": [
  1603. "es.string.link"
  1604. ],
  1605. "core-js/es/string/virtual/match-all": [
  1606. "es.string.match-all"
  1607. ],
  1608. "core-js/es/string/virtual/pad-end": [
  1609. "es.string.pad-end"
  1610. ],
  1611. "core-js/es/string/virtual/pad-start": [
  1612. "es.string.pad-start"
  1613. ],
  1614. "core-js/es/string/virtual/repeat": [
  1615. "es.string.repeat"
  1616. ],
  1617. "core-js/es/string/virtual/replace-all": [
  1618. "es.string.replace-all"
  1619. ],
  1620. "core-js/es/string/virtual/small": [
  1621. "es.string.small"
  1622. ],
  1623. "core-js/es/string/virtual/starts-with": [
  1624. "es.string.starts-with"
  1625. ],
  1626. "core-js/es/string/virtual/strike": [
  1627. "es.string.strike"
  1628. ],
  1629. "core-js/es/string/virtual/sub": [
  1630. "es.string.sub"
  1631. ],
  1632. "core-js/es/string/virtual/sup": [
  1633. "es.string.sup"
  1634. ],
  1635. "core-js/es/string/virtual/trim": [
  1636. "es.string.trim"
  1637. ],
  1638. "core-js/es/string/virtual/trim-end": [
  1639. "es.string.trim-end"
  1640. ],
  1641. "core-js/es/string/virtual/trim-left": [
  1642. "es.string.trim-start"
  1643. ],
  1644. "core-js/es/string/virtual/trim-right": [
  1645. "es.string.trim-end"
  1646. ],
  1647. "core-js/es/string/virtual/trim-start": [
  1648. "es.string.trim-start"
  1649. ],
  1650. "core-js/es/symbol": [
  1651. "es.symbol",
  1652. "es.symbol.description",
  1653. "es.symbol.async-iterator",
  1654. "es.symbol.has-instance",
  1655. "es.symbol.is-concat-spreadable",
  1656. "es.symbol.iterator",
  1657. "es.symbol.match",
  1658. "es.symbol.match-all",
  1659. "es.symbol.replace",
  1660. "es.symbol.search",
  1661. "es.symbol.species",
  1662. "es.symbol.split",
  1663. "es.symbol.to-primitive",
  1664. "es.symbol.to-string-tag",
  1665. "es.symbol.unscopables",
  1666. "es.array.concat",
  1667. "es.json.to-string-tag",
  1668. "es.math.to-string-tag",
  1669. "es.object.to-string",
  1670. "es.reflect.to-string-tag"
  1671. ],
  1672. "core-js/es/symbol/async-iterator": [
  1673. "es.symbol.async-iterator"
  1674. ],
  1675. "core-js/es/symbol/description": [
  1676. "es.symbol.description"
  1677. ],
  1678. "core-js/es/symbol/for": [
  1679. "es.symbol"
  1680. ],
  1681. "core-js/es/symbol/has-instance": [
  1682. "es.symbol.has-instance",
  1683. "es.function.has-instance"
  1684. ],
  1685. "core-js/es/symbol/is-concat-spreadable": [
  1686. "es.symbol.is-concat-spreadable",
  1687. "es.array.concat"
  1688. ],
  1689. "core-js/es/symbol/iterator": [
  1690. "es.symbol.iterator",
  1691. "es.string.iterator",
  1692. "web.dom-collections.iterator"
  1693. ],
  1694. "core-js/es/symbol/key-for": [
  1695. "es.symbol"
  1696. ],
  1697. "core-js/es/symbol/match": [
  1698. "es.symbol.match",
  1699. "es.string.match"
  1700. ],
  1701. "core-js/es/symbol/match-all": [
  1702. "es.symbol.match-all",
  1703. "es.string.match-all"
  1704. ],
  1705. "core-js/es/symbol/replace": [
  1706. "es.symbol.replace",
  1707. "es.string.replace"
  1708. ],
  1709. "core-js/es/symbol/search": [
  1710. "es.symbol.search",
  1711. "es.string.search"
  1712. ],
  1713. "core-js/es/symbol/species": [
  1714. "es.symbol.species"
  1715. ],
  1716. "core-js/es/symbol/split": [
  1717. "es.symbol.split",
  1718. "es.string.split"
  1719. ],
  1720. "core-js/es/symbol/to-primitive": [
  1721. "es.symbol.to-primitive"
  1722. ],
  1723. "core-js/es/symbol/to-string-tag": [
  1724. "es.symbol.to-string-tag",
  1725. "es.json.to-string-tag",
  1726. "es.math.to-string-tag",
  1727. "es.object.to-string",
  1728. "es.reflect.to-string-tag"
  1729. ],
  1730. "core-js/es/symbol/unscopables": [
  1731. "es.symbol.unscopables"
  1732. ],
  1733. "core-js/es/typed-array": [
  1734. "es.object.to-string",
  1735. "es.typed-array.float32-array",
  1736. "es.typed-array.float64-array",
  1737. "es.typed-array.int8-array",
  1738. "es.typed-array.int16-array",
  1739. "es.typed-array.int32-array",
  1740. "es.typed-array.uint8-array",
  1741. "es.typed-array.uint8-clamped-array",
  1742. "es.typed-array.uint16-array",
  1743. "es.typed-array.uint32-array",
  1744. "es.typed-array.copy-within",
  1745. "es.typed-array.every",
  1746. "es.typed-array.fill",
  1747. "es.typed-array.filter",
  1748. "es.typed-array.find",
  1749. "es.typed-array.find-index",
  1750. "es.typed-array.for-each",
  1751. "es.typed-array.from",
  1752. "es.typed-array.includes",
  1753. "es.typed-array.index-of",
  1754. "es.typed-array.iterator",
  1755. "es.typed-array.join",
  1756. "es.typed-array.last-index-of",
  1757. "es.typed-array.map",
  1758. "es.typed-array.of",
  1759. "es.typed-array.reduce",
  1760. "es.typed-array.reduce-right",
  1761. "es.typed-array.reverse",
  1762. "es.typed-array.set",
  1763. "es.typed-array.slice",
  1764. "es.typed-array.some",
  1765. "es.typed-array.sort",
  1766. "es.typed-array.subarray",
  1767. "es.typed-array.to-locale-string",
  1768. "es.typed-array.to-string"
  1769. ],
  1770. "core-js/es/typed-array/copy-within": [
  1771. "es.typed-array.copy-within"
  1772. ],
  1773. "core-js/es/typed-array/entries": [
  1774. "es.typed-array.iterator"
  1775. ],
  1776. "core-js/es/typed-array/every": [
  1777. "es.typed-array.every"
  1778. ],
  1779. "core-js/es/typed-array/fill": [
  1780. "es.typed-array.fill"
  1781. ],
  1782. "core-js/es/typed-array/filter": [
  1783. "es.typed-array.filter"
  1784. ],
  1785. "core-js/es/typed-array/find": [
  1786. "es.typed-array.find"
  1787. ],
  1788. "core-js/es/typed-array/find-index": [
  1789. "es.typed-array.find-index"
  1790. ],
  1791. "core-js/es/typed-array/float32-array": [
  1792. "es.object.to-string",
  1793. "es.typed-array.float32-array",
  1794. "es.typed-array.copy-within",
  1795. "es.typed-array.every",
  1796. "es.typed-array.fill",
  1797. "es.typed-array.filter",
  1798. "es.typed-array.find",
  1799. "es.typed-array.find-index",
  1800. "es.typed-array.for-each",
  1801. "es.typed-array.from",
  1802. "es.typed-array.includes",
  1803. "es.typed-array.index-of",
  1804. "es.typed-array.iterator",
  1805. "es.typed-array.join",
  1806. "es.typed-array.last-index-of",
  1807. "es.typed-array.map",
  1808. "es.typed-array.of",
  1809. "es.typed-array.reduce",
  1810. "es.typed-array.reduce-right",
  1811. "es.typed-array.reverse",
  1812. "es.typed-array.set",
  1813. "es.typed-array.slice",
  1814. "es.typed-array.some",
  1815. "es.typed-array.sort",
  1816. "es.typed-array.subarray",
  1817. "es.typed-array.to-locale-string",
  1818. "es.typed-array.to-string"
  1819. ],
  1820. "core-js/es/typed-array/float64-array": [
  1821. "es.object.to-string",
  1822. "es.typed-array.float64-array",
  1823. "es.typed-array.copy-within",
  1824. "es.typed-array.every",
  1825. "es.typed-array.fill",
  1826. "es.typed-array.filter",
  1827. "es.typed-array.find",
  1828. "es.typed-array.find-index",
  1829. "es.typed-array.for-each",
  1830. "es.typed-array.from",
  1831. "es.typed-array.includes",
  1832. "es.typed-array.index-of",
  1833. "es.typed-array.iterator",
  1834. "es.typed-array.join",
  1835. "es.typed-array.last-index-of",
  1836. "es.typed-array.map",
  1837. "es.typed-array.of",
  1838. "es.typed-array.reduce",
  1839. "es.typed-array.reduce-right",
  1840. "es.typed-array.reverse",
  1841. "es.typed-array.set",
  1842. "es.typed-array.slice",
  1843. "es.typed-array.some",
  1844. "es.typed-array.sort",
  1845. "es.typed-array.subarray",
  1846. "es.typed-array.to-locale-string",
  1847. "es.typed-array.to-string"
  1848. ],
  1849. "core-js/es/typed-array/for-each": [
  1850. "es.typed-array.for-each"
  1851. ],
  1852. "core-js/es/typed-array/from": [
  1853. "es.typed-array.from"
  1854. ],
  1855. "core-js/es/typed-array/includes": [
  1856. "es.typed-array.includes"
  1857. ],
  1858. "core-js/es/typed-array/index-of": [
  1859. "es.typed-array.index-of"
  1860. ],
  1861. "core-js/es/typed-array/int16-array": [
  1862. "es.object.to-string",
  1863. "es.typed-array.int16-array",
  1864. "es.typed-array.copy-within",
  1865. "es.typed-array.every",
  1866. "es.typed-array.fill",
  1867. "es.typed-array.filter",
  1868. "es.typed-array.find",
  1869. "es.typed-array.find-index",
  1870. "es.typed-array.for-each",
  1871. "es.typed-array.from",
  1872. "es.typed-array.includes",
  1873. "es.typed-array.index-of",
  1874. "es.typed-array.iterator",
  1875. "es.typed-array.join",
  1876. "es.typed-array.last-index-of",
  1877. "es.typed-array.map",
  1878. "es.typed-array.of",
  1879. "es.typed-array.reduce",
  1880. "es.typed-array.reduce-right",
  1881. "es.typed-array.reverse",
  1882. "es.typed-array.set",
  1883. "es.typed-array.slice",
  1884. "es.typed-array.some",
  1885. "es.typed-array.sort",
  1886. "es.typed-array.subarray",
  1887. "es.typed-array.to-locale-string",
  1888. "es.typed-array.to-string"
  1889. ],
  1890. "core-js/es/typed-array/int32-array": [
  1891. "es.object.to-string",
  1892. "es.typed-array.int32-array",
  1893. "es.typed-array.copy-within",
  1894. "es.typed-array.every",
  1895. "es.typed-array.fill",
  1896. "es.typed-array.filter",
  1897. "es.typed-array.find",
  1898. "es.typed-array.find-index",
  1899. "es.typed-array.for-each",
  1900. "es.typed-array.from",
  1901. "es.typed-array.includes",
  1902. "es.typed-array.index-of",
  1903. "es.typed-array.iterator",
  1904. "es.typed-array.join",
  1905. "es.typed-array.last-index-of",
  1906. "es.typed-array.map",
  1907. "es.typed-array.of",
  1908. "es.typed-array.reduce",
  1909. "es.typed-array.reduce-right",
  1910. "es.typed-array.reverse",
  1911. "es.typed-array.set",
  1912. "es.typed-array.slice",
  1913. "es.typed-array.some",
  1914. "es.typed-array.sort",
  1915. "es.typed-array.subarray",
  1916. "es.typed-array.to-locale-string",
  1917. "es.typed-array.to-string"
  1918. ],
  1919. "core-js/es/typed-array/int8-array": [
  1920. "es.object.to-string",
  1921. "es.typed-array.int8-array",
  1922. "es.typed-array.copy-within",
  1923. "es.typed-array.every",
  1924. "es.typed-array.fill",
  1925. "es.typed-array.filter",
  1926. "es.typed-array.find",
  1927. "es.typed-array.find-index",
  1928. "es.typed-array.for-each",
  1929. "es.typed-array.from",
  1930. "es.typed-array.includes",
  1931. "es.typed-array.index-of",
  1932. "es.typed-array.iterator",
  1933. "es.typed-array.join",
  1934. "es.typed-array.last-index-of",
  1935. "es.typed-array.map",
  1936. "es.typed-array.of",
  1937. "es.typed-array.reduce",
  1938. "es.typed-array.reduce-right",
  1939. "es.typed-array.reverse",
  1940. "es.typed-array.set",
  1941. "es.typed-array.slice",
  1942. "es.typed-array.some",
  1943. "es.typed-array.sort",
  1944. "es.typed-array.subarray",
  1945. "es.typed-array.to-locale-string",
  1946. "es.typed-array.to-string"
  1947. ],
  1948. "core-js/es/typed-array/iterator": [
  1949. "es.typed-array.iterator"
  1950. ],
  1951. "core-js/es/typed-array/join": [
  1952. "es.typed-array.join"
  1953. ],
  1954. "core-js/es/typed-array/keys": [
  1955. "es.typed-array.iterator"
  1956. ],
  1957. "core-js/es/typed-array/last-index-of": [
  1958. "es.typed-array.last-index-of"
  1959. ],
  1960. "core-js/es/typed-array/map": [
  1961. "es.typed-array.map"
  1962. ],
  1963. "core-js/es/typed-array/methods": [
  1964. "es.object.to-string",
  1965. "es.typed-array.copy-within",
  1966. "es.typed-array.every",
  1967. "es.typed-array.fill",
  1968. "es.typed-array.filter",
  1969. "es.typed-array.find",
  1970. "es.typed-array.find-index",
  1971. "es.typed-array.for-each",
  1972. "es.typed-array.from",
  1973. "es.typed-array.includes",
  1974. "es.typed-array.index-of",
  1975. "es.typed-array.iterator",
  1976. "es.typed-array.join",
  1977. "es.typed-array.last-index-of",
  1978. "es.typed-array.map",
  1979. "es.typed-array.of",
  1980. "es.typed-array.reduce",
  1981. "es.typed-array.reduce-right",
  1982. "es.typed-array.reverse",
  1983. "es.typed-array.set",
  1984. "es.typed-array.slice",
  1985. "es.typed-array.some",
  1986. "es.typed-array.sort",
  1987. "es.typed-array.subarray",
  1988. "es.typed-array.to-locale-string",
  1989. "es.typed-array.to-string"
  1990. ],
  1991. "core-js/es/typed-array/of": [
  1992. "es.typed-array.of"
  1993. ],
  1994. "core-js/es/typed-array/reduce": [
  1995. "es.typed-array.reduce"
  1996. ],
  1997. "core-js/es/typed-array/reduce-right": [
  1998. "es.typed-array.reduce-right"
  1999. ],
  2000. "core-js/es/typed-array/reverse": [
  2001. "es.typed-array.reverse"
  2002. ],
  2003. "core-js/es/typed-array/set": [
  2004. "es.typed-array.set"
  2005. ],
  2006. "core-js/es/typed-array/slice": [
  2007. "es.typed-array.slice"
  2008. ],
  2009. "core-js/es/typed-array/some": [
  2010. "es.typed-array.some"
  2011. ],
  2012. "core-js/es/typed-array/sort": [
  2013. "es.typed-array.sort"
  2014. ],
  2015. "core-js/es/typed-array/subarray": [
  2016. "es.typed-array.subarray"
  2017. ],
  2018. "core-js/es/typed-array/to-locale-string": [
  2019. "es.typed-array.to-locale-string"
  2020. ],
  2021. "core-js/es/typed-array/to-string": [
  2022. "es.typed-array.to-string"
  2023. ],
  2024. "core-js/es/typed-array/uint16-array": [
  2025. "es.object.to-string",
  2026. "es.typed-array.uint16-array",
  2027. "es.typed-array.copy-within",
  2028. "es.typed-array.every",
  2029. "es.typed-array.fill",
  2030. "es.typed-array.filter",
  2031. "es.typed-array.find",
  2032. "es.typed-array.find-index",
  2033. "es.typed-array.for-each",
  2034. "es.typed-array.from",
  2035. "es.typed-array.includes",
  2036. "es.typed-array.index-of",
  2037. "es.typed-array.iterator",
  2038. "es.typed-array.join",
  2039. "es.typed-array.last-index-of",
  2040. "es.typed-array.map",
  2041. "es.typed-array.of",
  2042. "es.typed-array.reduce",
  2043. "es.typed-array.reduce-right",
  2044. "es.typed-array.reverse",
  2045. "es.typed-array.set",
  2046. "es.typed-array.slice",
  2047. "es.typed-array.some",
  2048. "es.typed-array.sort",
  2049. "es.typed-array.subarray",
  2050. "es.typed-array.to-locale-string",
  2051. "es.typed-array.to-string"
  2052. ],
  2053. "core-js/es/typed-array/uint32-array": [
  2054. "es.object.to-string",
  2055. "es.typed-array.uint32-array",
  2056. "es.typed-array.copy-within",
  2057. "es.typed-array.every",
  2058. "es.typed-array.fill",
  2059. "es.typed-array.filter",
  2060. "es.typed-array.find",
  2061. "es.typed-array.find-index",
  2062. "es.typed-array.for-each",
  2063. "es.typed-array.from",
  2064. "es.typed-array.includes",
  2065. "es.typed-array.index-of",
  2066. "es.typed-array.iterator",
  2067. "es.typed-array.join",
  2068. "es.typed-array.last-index-of",
  2069. "es.typed-array.map",
  2070. "es.typed-array.of",
  2071. "es.typed-array.reduce",
  2072. "es.typed-array.reduce-right",
  2073. "es.typed-array.reverse",
  2074. "es.typed-array.set",
  2075. "es.typed-array.slice",
  2076. "es.typed-array.some",
  2077. "es.typed-array.sort",
  2078. "es.typed-array.subarray",
  2079. "es.typed-array.to-locale-string",
  2080. "es.typed-array.to-string"
  2081. ],
  2082. "core-js/es/typed-array/uint8-array": [
  2083. "es.object.to-string",
  2084. "es.typed-array.uint8-array",
  2085. "es.typed-array.copy-within",
  2086. "es.typed-array.every",
  2087. "es.typed-array.fill",
  2088. "es.typed-array.filter",
  2089. "es.typed-array.find",
  2090. "es.typed-array.find-index",
  2091. "es.typed-array.for-each",
  2092. "es.typed-array.from",
  2093. "es.typed-array.includes",
  2094. "es.typed-array.index-of",
  2095. "es.typed-array.iterator",
  2096. "es.typed-array.join",
  2097. "es.typed-array.last-index-of",
  2098. "es.typed-array.map",
  2099. "es.typed-array.of",
  2100. "es.typed-array.reduce",
  2101. "es.typed-array.reduce-right",
  2102. "es.typed-array.reverse",
  2103. "es.typed-array.set",
  2104. "es.typed-array.slice",
  2105. "es.typed-array.some",
  2106. "es.typed-array.sort",
  2107. "es.typed-array.subarray",
  2108. "es.typed-array.to-locale-string",
  2109. "es.typed-array.to-string"
  2110. ],
  2111. "core-js/es/typed-array/uint8-clamped-array": [
  2112. "es.object.to-string",
  2113. "es.typed-array.uint8-clamped-array",
  2114. "es.typed-array.copy-within",
  2115. "es.typed-array.every",
  2116. "es.typed-array.fill",
  2117. "es.typed-array.filter",
  2118. "es.typed-array.find",
  2119. "es.typed-array.find-index",
  2120. "es.typed-array.for-each",
  2121. "es.typed-array.from",
  2122. "es.typed-array.includes",
  2123. "es.typed-array.index-of",
  2124. "es.typed-array.iterator",
  2125. "es.typed-array.join",
  2126. "es.typed-array.last-index-of",
  2127. "es.typed-array.map",
  2128. "es.typed-array.of",
  2129. "es.typed-array.reduce",
  2130. "es.typed-array.reduce-right",
  2131. "es.typed-array.reverse",
  2132. "es.typed-array.set",
  2133. "es.typed-array.slice",
  2134. "es.typed-array.some",
  2135. "es.typed-array.sort",
  2136. "es.typed-array.subarray",
  2137. "es.typed-array.to-locale-string",
  2138. "es.typed-array.to-string"
  2139. ],
  2140. "core-js/es/typed-array/values": [
  2141. "es.typed-array.iterator"
  2142. ],
  2143. "core-js/es/weak-map": [
  2144. "es.object.to-string",
  2145. "es.weak-map",
  2146. "web.dom-collections.iterator"
  2147. ],
  2148. "core-js/es/weak-set": [
  2149. "es.object.to-string",
  2150. "es.weak-set",
  2151. "web.dom-collections.iterator"
  2152. ],
  2153. "core-js/features": [
  2154. "es.symbol",
  2155. "es.symbol.description",
  2156. "es.symbol.async-iterator",
  2157. "es.symbol.has-instance",
  2158. "es.symbol.is-concat-spreadable",
  2159. "es.symbol.iterator",
  2160. "es.symbol.match",
  2161. "es.symbol.match-all",
  2162. "es.symbol.replace",
  2163. "es.symbol.search",
  2164. "es.symbol.species",
  2165. "es.symbol.split",
  2166. "es.symbol.to-primitive",
  2167. "es.symbol.to-string-tag",
  2168. "es.symbol.unscopables",
  2169. "es.aggregate-error",
  2170. "es.array.concat",
  2171. "es.array.copy-within",
  2172. "es.array.every",
  2173. "es.array.fill",
  2174. "es.array.filter",
  2175. "es.array.find",
  2176. "es.array.find-index",
  2177. "es.array.flat",
  2178. "es.array.flat-map",
  2179. "es.array.for-each",
  2180. "es.array.from",
  2181. "es.array.includes",
  2182. "es.array.index-of",
  2183. "es.array.is-array",
  2184. "es.array.iterator",
  2185. "es.array.join",
  2186. "es.array.last-index-of",
  2187. "es.array.map",
  2188. "es.array.of",
  2189. "es.array.reduce",
  2190. "es.array.reduce-right",
  2191. "es.array.reverse",
  2192. "es.array.slice",
  2193. "es.array.some",
  2194. "es.array.sort",
  2195. "es.array.species",
  2196. "es.array.splice",
  2197. "es.array.unscopables.flat",
  2198. "es.array.unscopables.flat-map",
  2199. "es.array-buffer.constructor",
  2200. "es.array-buffer.is-view",
  2201. "es.array-buffer.slice",
  2202. "es.data-view",
  2203. "es.date.now",
  2204. "es.date.to-iso-string",
  2205. "es.date.to-json",
  2206. "es.date.to-primitive",
  2207. "es.date.to-string",
  2208. "es.function.bind",
  2209. "es.function.has-instance",
  2210. "es.function.name",
  2211. "es.global-this",
  2212. "es.json.stringify",
  2213. "es.json.to-string-tag",
  2214. "es.map",
  2215. "es.math.acosh",
  2216. "es.math.asinh",
  2217. "es.math.atanh",
  2218. "es.math.cbrt",
  2219. "es.math.clz32",
  2220. "es.math.cosh",
  2221. "es.math.expm1",
  2222. "es.math.fround",
  2223. "es.math.hypot",
  2224. "es.math.imul",
  2225. "es.math.log10",
  2226. "es.math.log1p",
  2227. "es.math.log2",
  2228. "es.math.sign",
  2229. "es.math.sinh",
  2230. "es.math.tanh",
  2231. "es.math.to-string-tag",
  2232. "es.math.trunc",
  2233. "es.number.constructor",
  2234. "es.number.epsilon",
  2235. "es.number.is-finite",
  2236. "es.number.is-integer",
  2237. "es.number.is-nan",
  2238. "es.number.is-safe-integer",
  2239. "es.number.max-safe-integer",
  2240. "es.number.min-safe-integer",
  2241. "es.number.parse-float",
  2242. "es.number.parse-int",
  2243. "es.number.to-fixed",
  2244. "es.number.to-precision",
  2245. "es.object.assign",
  2246. "es.object.create",
  2247. "es.object.define-getter",
  2248. "es.object.define-properties",
  2249. "es.object.define-property",
  2250. "es.object.define-setter",
  2251. "es.object.entries",
  2252. "es.object.freeze",
  2253. "es.object.from-entries",
  2254. "es.object.get-own-property-descriptor",
  2255. "es.object.get-own-property-descriptors",
  2256. "es.object.get-own-property-names",
  2257. "es.object.get-prototype-of",
  2258. "es.object.is",
  2259. "es.object.is-extensible",
  2260. "es.object.is-frozen",
  2261. "es.object.is-sealed",
  2262. "es.object.keys",
  2263. "es.object.lookup-getter",
  2264. "es.object.lookup-setter",
  2265. "es.object.prevent-extensions",
  2266. "es.object.seal",
  2267. "es.object.set-prototype-of",
  2268. "es.object.to-string",
  2269. "es.object.values",
  2270. "es.parse-float",
  2271. "es.parse-int",
  2272. "es.promise",
  2273. "es.promise.all-settled",
  2274. "es.promise.any",
  2275. "es.promise.finally",
  2276. "es.reflect.apply",
  2277. "es.reflect.construct",
  2278. "es.reflect.define-property",
  2279. "es.reflect.delete-property",
  2280. "es.reflect.get",
  2281. "es.reflect.get-own-property-descriptor",
  2282. "es.reflect.get-prototype-of",
  2283. "es.reflect.has",
  2284. "es.reflect.is-extensible",
  2285. "es.reflect.own-keys",
  2286. "es.reflect.prevent-extensions",
  2287. "es.reflect.set",
  2288. "es.reflect.set-prototype-of",
  2289. "es.reflect.to-string-tag",
  2290. "es.regexp.constructor",
  2291. "es.regexp.exec",
  2292. "es.regexp.flags",
  2293. "es.regexp.sticky",
  2294. "es.regexp.test",
  2295. "es.regexp.to-string",
  2296. "es.set",
  2297. "es.string.code-point-at",
  2298. "es.string.ends-with",
  2299. "es.string.from-code-point",
  2300. "es.string.includes",
  2301. "es.string.iterator",
  2302. "es.string.match",
  2303. "es.string.match-all",
  2304. "es.string.pad-end",
  2305. "es.string.pad-start",
  2306. "es.string.raw",
  2307. "es.string.repeat",
  2308. "es.string.replace",
  2309. "es.string.replace-all",
  2310. "es.string.search",
  2311. "es.string.split",
  2312. "es.string.starts-with",
  2313. "es.string.trim",
  2314. "es.string.trim-end",
  2315. "es.string.trim-start",
  2316. "es.string.anchor",
  2317. "es.string.big",
  2318. "es.string.blink",
  2319. "es.string.bold",
  2320. "es.string.fixed",
  2321. "es.string.fontcolor",
  2322. "es.string.fontsize",
  2323. "es.string.italics",
  2324. "es.string.link",
  2325. "es.string.small",
  2326. "es.string.strike",
  2327. "es.string.sub",
  2328. "es.string.sup",
  2329. "es.typed-array.float32-array",
  2330. "es.typed-array.float64-array",
  2331. "es.typed-array.int8-array",
  2332. "es.typed-array.int16-array",
  2333. "es.typed-array.int32-array",
  2334. "es.typed-array.uint8-array",
  2335. "es.typed-array.uint8-clamped-array",
  2336. "es.typed-array.uint16-array",
  2337. "es.typed-array.uint32-array",
  2338. "es.typed-array.copy-within",
  2339. "es.typed-array.every",
  2340. "es.typed-array.fill",
  2341. "es.typed-array.filter",
  2342. "es.typed-array.find",
  2343. "es.typed-array.find-index",
  2344. "es.typed-array.for-each",
  2345. "es.typed-array.from",
  2346. "es.typed-array.includes",
  2347. "es.typed-array.index-of",
  2348. "es.typed-array.iterator",
  2349. "es.typed-array.join",
  2350. "es.typed-array.last-index-of",
  2351. "es.typed-array.map",
  2352. "es.typed-array.of",
  2353. "es.typed-array.reduce",
  2354. "es.typed-array.reduce-right",
  2355. "es.typed-array.reverse",
  2356. "es.typed-array.set",
  2357. "es.typed-array.slice",
  2358. "es.typed-array.some",
  2359. "es.typed-array.sort",
  2360. "es.typed-array.subarray",
  2361. "es.typed-array.to-locale-string",
  2362. "es.typed-array.to-string",
  2363. "es.weak-map",
  2364. "es.weak-set",
  2365. "esnext.aggregate-error",
  2366. "esnext.array.at",
  2367. "esnext.array.filter-out",
  2368. "esnext.array.find-last",
  2369. "esnext.array.find-last-index",
  2370. "esnext.array.is-template-object",
  2371. "esnext.array.last-index",
  2372. "esnext.array.last-item",
  2373. "esnext.array.unique-by",
  2374. "esnext.async-iterator.constructor",
  2375. "esnext.async-iterator.as-indexed-pairs",
  2376. "esnext.async-iterator.drop",
  2377. "esnext.async-iterator.every",
  2378. "esnext.async-iterator.filter",
  2379. "esnext.async-iterator.find",
  2380. "esnext.async-iterator.flat-map",
  2381. "esnext.async-iterator.for-each",
  2382. "esnext.async-iterator.from",
  2383. "esnext.async-iterator.map",
  2384. "esnext.async-iterator.reduce",
  2385. "esnext.async-iterator.some",
  2386. "esnext.async-iterator.take",
  2387. "esnext.async-iterator.to-array",
  2388. "esnext.bigint.range",
  2389. "esnext.composite-key",
  2390. "esnext.composite-symbol",
  2391. "esnext.global-this",
  2392. "esnext.iterator.constructor",
  2393. "esnext.iterator.as-indexed-pairs",
  2394. "esnext.iterator.drop",
  2395. "esnext.iterator.every",
  2396. "esnext.iterator.filter",
  2397. "esnext.iterator.find",
  2398. "esnext.iterator.flat-map",
  2399. "esnext.iterator.for-each",
  2400. "esnext.iterator.from",
  2401. "esnext.iterator.map",
  2402. "esnext.iterator.reduce",
  2403. "esnext.iterator.some",
  2404. "esnext.iterator.take",
  2405. "esnext.iterator.to-array",
  2406. "esnext.map.delete-all",
  2407. "esnext.map.emplace",
  2408. "esnext.map.every",
  2409. "esnext.map.filter",
  2410. "esnext.map.find",
  2411. "esnext.map.find-key",
  2412. "esnext.map.from",
  2413. "esnext.map.group-by",
  2414. "esnext.map.includes",
  2415. "esnext.map.key-by",
  2416. "esnext.map.key-of",
  2417. "esnext.map.map-keys",
  2418. "esnext.map.map-values",
  2419. "esnext.map.merge",
  2420. "esnext.map.of",
  2421. "esnext.map.reduce",
  2422. "esnext.map.some",
  2423. "esnext.map.update",
  2424. "esnext.map.update-or-insert",
  2425. "esnext.map.upsert",
  2426. "esnext.math.clamp",
  2427. "esnext.math.deg-per-rad",
  2428. "esnext.math.degrees",
  2429. "esnext.math.fscale",
  2430. "esnext.math.iaddh",
  2431. "esnext.math.imulh",
  2432. "esnext.math.isubh",
  2433. "esnext.math.rad-per-deg",
  2434. "esnext.math.radians",
  2435. "esnext.math.scale",
  2436. "esnext.math.seeded-prng",
  2437. "esnext.math.signbit",
  2438. "esnext.math.umulh",
  2439. "esnext.number.from-string",
  2440. "esnext.number.range",
  2441. "esnext.object.iterate-entries",
  2442. "esnext.object.iterate-keys",
  2443. "esnext.object.iterate-values",
  2444. "esnext.observable",
  2445. "esnext.promise.all-settled",
  2446. "esnext.promise.any",
  2447. "esnext.promise.try",
  2448. "esnext.reflect.define-metadata",
  2449. "esnext.reflect.delete-metadata",
  2450. "esnext.reflect.get-metadata",
  2451. "esnext.reflect.get-metadata-keys",
  2452. "esnext.reflect.get-own-metadata",
  2453. "esnext.reflect.get-own-metadata-keys",
  2454. "esnext.reflect.has-metadata",
  2455. "esnext.reflect.has-own-metadata",
  2456. "esnext.reflect.metadata",
  2457. "esnext.set.add-all",
  2458. "esnext.set.delete-all",
  2459. "esnext.set.difference",
  2460. "esnext.set.every",
  2461. "esnext.set.filter",
  2462. "esnext.set.find",
  2463. "esnext.set.from",
  2464. "esnext.set.intersection",
  2465. "esnext.set.is-disjoint-from",
  2466. "esnext.set.is-subset-of",
  2467. "esnext.set.is-superset-of",
  2468. "esnext.set.join",
  2469. "esnext.set.map",
  2470. "esnext.set.of",
  2471. "esnext.set.reduce",
  2472. "esnext.set.some",
  2473. "esnext.set.symmetric-difference",
  2474. "esnext.set.union",
  2475. "esnext.string.at",
  2476. "esnext.string.code-points",
  2477. "esnext.string.match-all",
  2478. "esnext.string.replace-all",
  2479. "esnext.symbol.async-dispose",
  2480. "esnext.symbol.dispose",
  2481. "esnext.symbol.observable",
  2482. "esnext.symbol.pattern-match",
  2483. "esnext.symbol.replace-all",
  2484. "esnext.typed-array.at",
  2485. "esnext.typed-array.filter-out",
  2486. "esnext.typed-array.find-last",
  2487. "esnext.typed-array.find-last-index",
  2488. "esnext.typed-array.unique-by",
  2489. "esnext.weak-map.delete-all",
  2490. "esnext.weak-map.from",
  2491. "esnext.weak-map.of",
  2492. "esnext.weak-map.emplace",
  2493. "esnext.weak-map.upsert",
  2494. "esnext.weak-set.add-all",
  2495. "esnext.weak-set.delete-all",
  2496. "esnext.weak-set.from",
  2497. "esnext.weak-set.of",
  2498. "web.dom-collections.for-each",
  2499. "web.dom-collections.iterator",
  2500. "web.immediate",
  2501. "web.queue-microtask",
  2502. "web.timers",
  2503. "web.url",
  2504. "web.url.to-json",
  2505. "web.url-search-params"
  2506. ],
  2507. "core-js/features/aggregate-error": [
  2508. "es.aggregate-error",
  2509. "es.string.iterator",
  2510. "esnext.aggregate-error",
  2511. "web.dom-collections.iterator"
  2512. ],
  2513. "core-js/features/array": [
  2514. "es.array.concat",
  2515. "es.array.copy-within",
  2516. "es.array.every",
  2517. "es.array.fill",
  2518. "es.array.filter",
  2519. "es.array.find",
  2520. "es.array.find-index",
  2521. "es.array.flat",
  2522. "es.array.flat-map",
  2523. "es.array.for-each",
  2524. "es.array.from",
  2525. "es.array.includes",
  2526. "es.array.index-of",
  2527. "es.array.is-array",
  2528. "es.array.iterator",
  2529. "es.array.join",
  2530. "es.array.last-index-of",
  2531. "es.array.map",
  2532. "es.array.of",
  2533. "es.array.reduce",
  2534. "es.array.reduce-right",
  2535. "es.array.reverse",
  2536. "es.array.slice",
  2537. "es.array.some",
  2538. "es.array.sort",
  2539. "es.array.species",
  2540. "es.array.splice",
  2541. "es.array.unscopables.flat",
  2542. "es.array.unscopables.flat-map",
  2543. "es.map",
  2544. "es.string.iterator",
  2545. "esnext.array.at",
  2546. "esnext.array.filter-out",
  2547. "esnext.array.find-last",
  2548. "esnext.array.find-last-index",
  2549. "esnext.array.is-template-object",
  2550. "esnext.array.last-index",
  2551. "esnext.array.last-item",
  2552. "esnext.array.unique-by"
  2553. ],
  2554. "core-js/features/array-buffer": [
  2555. "es.array-buffer.constructor",
  2556. "es.array-buffer.is-view",
  2557. "es.array-buffer.slice",
  2558. "es.object.to-string"
  2559. ],
  2560. "core-js/features/array-buffer/constructor": [
  2561. "es.array-buffer.constructor",
  2562. "es.object.to-string"
  2563. ],
  2564. "core-js/features/array-buffer/is-view": [
  2565. "es.array-buffer.is-view"
  2566. ],
  2567. "core-js/features/array-buffer/slice": [
  2568. "es.array-buffer.slice"
  2569. ],
  2570. "core-js/features/array/at": [
  2571. "esnext.array.at"
  2572. ],
  2573. "core-js/features/array/concat": [
  2574. "es.array.concat"
  2575. ],
  2576. "core-js/features/array/copy-within": [
  2577. "es.array.copy-within"
  2578. ],
  2579. "core-js/features/array/entries": [
  2580. "es.array.iterator"
  2581. ],
  2582. "core-js/features/array/every": [
  2583. "es.array.every"
  2584. ],
  2585. "core-js/features/array/fill": [
  2586. "es.array.fill"
  2587. ],
  2588. "core-js/features/array/filter": [
  2589. "es.array.filter"
  2590. ],
  2591. "core-js/features/array/filter-out": [
  2592. "esnext.array.filter-out"
  2593. ],
  2594. "core-js/features/array/find": [
  2595. "es.array.find"
  2596. ],
  2597. "core-js/features/array/find-index": [
  2598. "es.array.find-index"
  2599. ],
  2600. "core-js/features/array/find-last": [
  2601. "esnext.array.find-last"
  2602. ],
  2603. "core-js/features/array/find-last-index": [
  2604. "esnext.array.find-last-index"
  2605. ],
  2606. "core-js/features/array/flat": [
  2607. "es.array.flat",
  2608. "es.array.unscopables.flat"
  2609. ],
  2610. "core-js/features/array/flat-map": [
  2611. "es.array.flat-map",
  2612. "es.array.unscopables.flat-map"
  2613. ],
  2614. "core-js/features/array/for-each": [
  2615. "es.array.for-each"
  2616. ],
  2617. "core-js/features/array/from": [
  2618. "es.array.from",
  2619. "es.string.iterator"
  2620. ],
  2621. "core-js/features/array/includes": [
  2622. "es.array.includes"
  2623. ],
  2624. "core-js/features/array/index-of": [
  2625. "es.array.index-of"
  2626. ],
  2627. "core-js/features/array/is-array": [
  2628. "es.array.is-array"
  2629. ],
  2630. "core-js/features/array/is-template-object": [
  2631. "esnext.array.is-template-object"
  2632. ],
  2633. "core-js/features/array/iterator": [
  2634. "es.array.iterator"
  2635. ],
  2636. "core-js/features/array/join": [
  2637. "es.array.join"
  2638. ],
  2639. "core-js/features/array/keys": [
  2640. "es.array.iterator"
  2641. ],
  2642. "core-js/features/array/last-index": [
  2643. "esnext.array.last-index"
  2644. ],
  2645. "core-js/features/array/last-index-of": [
  2646. "es.array.last-index-of"
  2647. ],
  2648. "core-js/features/array/last-item": [
  2649. "esnext.array.last-item"
  2650. ],
  2651. "core-js/features/array/map": [
  2652. "es.array.map"
  2653. ],
  2654. "core-js/features/array/of": [
  2655. "es.array.of"
  2656. ],
  2657. "core-js/features/array/reduce": [
  2658. "es.array.reduce"
  2659. ],
  2660. "core-js/features/array/reduce-right": [
  2661. "es.array.reduce-right"
  2662. ],
  2663. "core-js/features/array/reverse": [
  2664. "es.array.reverse"
  2665. ],
  2666. "core-js/features/array/slice": [
  2667. "es.array.slice"
  2668. ],
  2669. "core-js/features/array/some": [
  2670. "es.array.some"
  2671. ],
  2672. "core-js/features/array/sort": [
  2673. "es.array.sort"
  2674. ],
  2675. "core-js/features/array/splice": [
  2676. "es.array.splice"
  2677. ],
  2678. "core-js/features/array/unique-by": [
  2679. "es.map",
  2680. "esnext.array.unique-by"
  2681. ],
  2682. "core-js/features/array/values": [
  2683. "es.array.iterator"
  2684. ],
  2685. "core-js/features/array/virtual": [
  2686. "es.array.concat",
  2687. "es.array.copy-within",
  2688. "es.array.every",
  2689. "es.array.fill",
  2690. "es.array.filter",
  2691. "es.array.find",
  2692. "es.array.find-index",
  2693. "es.array.flat",
  2694. "es.array.flat-map",
  2695. "es.array.for-each",
  2696. "es.array.includes",
  2697. "es.array.index-of",
  2698. "es.array.iterator",
  2699. "es.array.join",
  2700. "es.array.last-index-of",
  2701. "es.array.map",
  2702. "es.array.reduce",
  2703. "es.array.reduce-right",
  2704. "es.array.reverse",
  2705. "es.array.slice",
  2706. "es.array.some",
  2707. "es.array.sort",
  2708. "es.array.species",
  2709. "es.array.splice",
  2710. "es.array.unscopables.flat",
  2711. "es.array.unscopables.flat-map",
  2712. "es.map",
  2713. "esnext.array.at",
  2714. "esnext.array.filter-out",
  2715. "esnext.array.find-last",
  2716. "esnext.array.find-last-index",
  2717. "esnext.array.unique-by"
  2718. ],
  2719. "core-js/features/array/virtual/at": [
  2720. "esnext.array.at"
  2721. ],
  2722. "core-js/features/array/virtual/concat": [
  2723. "es.array.concat"
  2724. ],
  2725. "core-js/features/array/virtual/copy-within": [
  2726. "es.array.copy-within"
  2727. ],
  2728. "core-js/features/array/virtual/entries": [
  2729. "es.array.iterator"
  2730. ],
  2731. "core-js/features/array/virtual/every": [
  2732. "es.array.every"
  2733. ],
  2734. "core-js/features/array/virtual/fill": [
  2735. "es.array.fill"
  2736. ],
  2737. "core-js/features/array/virtual/filter": [
  2738. "es.array.filter"
  2739. ],
  2740. "core-js/features/array/virtual/filter-out": [
  2741. "esnext.array.filter-out"
  2742. ],
  2743. "core-js/features/array/virtual/find": [
  2744. "es.array.find"
  2745. ],
  2746. "core-js/features/array/virtual/find-index": [
  2747. "es.array.find-index"
  2748. ],
  2749. "core-js/features/array/virtual/find-last": [
  2750. "esnext.array.find-last"
  2751. ],
  2752. "core-js/features/array/virtual/find-last-index": [
  2753. "esnext.array.find-last-index"
  2754. ],
  2755. "core-js/features/array/virtual/flat": [
  2756. "es.array.flat",
  2757. "es.array.unscopables.flat"
  2758. ],
  2759. "core-js/features/array/virtual/flat-map": [
  2760. "es.array.flat-map",
  2761. "es.array.unscopables.flat-map"
  2762. ],
  2763. "core-js/features/array/virtual/for-each": [
  2764. "es.array.for-each"
  2765. ],
  2766. "core-js/features/array/virtual/includes": [
  2767. "es.array.includes"
  2768. ],
  2769. "core-js/features/array/virtual/index-of": [
  2770. "es.array.index-of"
  2771. ],
  2772. "core-js/features/array/virtual/iterator": [
  2773. "es.array.iterator"
  2774. ],
  2775. "core-js/features/array/virtual/join": [
  2776. "es.array.join"
  2777. ],
  2778. "core-js/features/array/virtual/keys": [
  2779. "es.array.iterator"
  2780. ],
  2781. "core-js/features/array/virtual/last-index-of": [
  2782. "es.array.last-index-of"
  2783. ],
  2784. "core-js/features/array/virtual/map": [
  2785. "es.array.map"
  2786. ],
  2787. "core-js/features/array/virtual/reduce": [
  2788. "es.array.reduce"
  2789. ],
  2790. "core-js/features/array/virtual/reduce-right": [
  2791. "es.array.reduce-right"
  2792. ],
  2793. "core-js/features/array/virtual/reverse": [
  2794. "es.array.reverse"
  2795. ],
  2796. "core-js/features/array/virtual/slice": [
  2797. "es.array.slice"
  2798. ],
  2799. "core-js/features/array/virtual/some": [
  2800. "es.array.some"
  2801. ],
  2802. "core-js/features/array/virtual/sort": [
  2803. "es.array.sort"
  2804. ],
  2805. "core-js/features/array/virtual/splice": [
  2806. "es.array.splice"
  2807. ],
  2808. "core-js/features/array/virtual/unique-by": [
  2809. "es.map",
  2810. "esnext.array.unique-by"
  2811. ],
  2812. "core-js/features/array/virtual/values": [
  2813. "es.array.iterator"
  2814. ],
  2815. "core-js/features/async-iterator": [
  2816. "es.object.to-string",
  2817. "es.promise",
  2818. "es.string.iterator",
  2819. "esnext.async-iterator.constructor",
  2820. "esnext.async-iterator.as-indexed-pairs",
  2821. "esnext.async-iterator.drop",
  2822. "esnext.async-iterator.every",
  2823. "esnext.async-iterator.filter",
  2824. "esnext.async-iterator.find",
  2825. "esnext.async-iterator.flat-map",
  2826. "esnext.async-iterator.for-each",
  2827. "esnext.async-iterator.from",
  2828. "esnext.async-iterator.map",
  2829. "esnext.async-iterator.reduce",
  2830. "esnext.async-iterator.some",
  2831. "esnext.async-iterator.take",
  2832. "esnext.async-iterator.to-array",
  2833. "web.dom-collections.iterator"
  2834. ],
  2835. "core-js/features/async-iterator/as-indexed-pairs": [
  2836. "es.object.to-string",
  2837. "es.promise",
  2838. "es.string.iterator",
  2839. "esnext.async-iterator.constructor",
  2840. "esnext.async-iterator.as-indexed-pairs",
  2841. "web.dom-collections.iterator"
  2842. ],
  2843. "core-js/features/async-iterator/drop": [
  2844. "es.object.to-string",
  2845. "es.promise",
  2846. "es.string.iterator",
  2847. "esnext.async-iterator.constructor",
  2848. "esnext.async-iterator.drop",
  2849. "web.dom-collections.iterator"
  2850. ],
  2851. "core-js/features/async-iterator/every": [
  2852. "es.object.to-string",
  2853. "es.promise",
  2854. "es.string.iterator",
  2855. "esnext.async-iterator.constructor",
  2856. "esnext.async-iterator.every",
  2857. "web.dom-collections.iterator"
  2858. ],
  2859. "core-js/features/async-iterator/filter": [
  2860. "es.object.to-string",
  2861. "es.promise",
  2862. "es.string.iterator",
  2863. "esnext.async-iterator.constructor",
  2864. "esnext.async-iterator.filter",
  2865. "web.dom-collections.iterator"
  2866. ],
  2867. "core-js/features/async-iterator/find": [
  2868. "es.object.to-string",
  2869. "es.promise",
  2870. "es.string.iterator",
  2871. "esnext.async-iterator.constructor",
  2872. "esnext.async-iterator.find",
  2873. "web.dom-collections.iterator"
  2874. ],
  2875. "core-js/features/async-iterator/flat-map": [
  2876. "es.object.to-string",
  2877. "es.promise",
  2878. "es.string.iterator",
  2879. "esnext.async-iterator.constructor",
  2880. "esnext.async-iterator.flat-map",
  2881. "web.dom-collections.iterator"
  2882. ],
  2883. "core-js/features/async-iterator/for-each": [
  2884. "es.object.to-string",
  2885. "es.promise",
  2886. "es.string.iterator",
  2887. "esnext.async-iterator.constructor",
  2888. "esnext.async-iterator.for-each",
  2889. "web.dom-collections.iterator"
  2890. ],
  2891. "core-js/features/async-iterator/from": [
  2892. "es.object.to-string",
  2893. "es.promise",
  2894. "es.string.iterator",
  2895. "esnext.async-iterator.constructor",
  2896. "esnext.async-iterator.from",
  2897. "web.dom-collections.iterator"
  2898. ],
  2899. "core-js/features/async-iterator/map": [
  2900. "es.object.to-string",
  2901. "es.promise",
  2902. "es.string.iterator",
  2903. "esnext.async-iterator.constructor",
  2904. "esnext.async-iterator.map",
  2905. "web.dom-collections.iterator"
  2906. ],
  2907. "core-js/features/async-iterator/reduce": [
  2908. "es.object.to-string",
  2909. "es.promise",
  2910. "es.string.iterator",
  2911. "esnext.async-iterator.constructor",
  2912. "esnext.async-iterator.reduce",
  2913. "web.dom-collections.iterator"
  2914. ],
  2915. "core-js/features/async-iterator/some": [
  2916. "es.object.to-string",
  2917. "es.promise",
  2918. "es.string.iterator",
  2919. "esnext.async-iterator.constructor",
  2920. "esnext.async-iterator.some",
  2921. "web.dom-collections.iterator"
  2922. ],
  2923. "core-js/features/async-iterator/take": [
  2924. "es.object.to-string",
  2925. "es.promise",
  2926. "es.string.iterator",
  2927. "esnext.async-iterator.constructor",
  2928. "esnext.async-iterator.take",
  2929. "web.dom-collections.iterator"
  2930. ],
  2931. "core-js/features/async-iterator/to-array": [
  2932. "es.object.to-string",
  2933. "es.promise",
  2934. "es.string.iterator",
  2935. "esnext.async-iterator.constructor",
  2936. "esnext.async-iterator.to-array",
  2937. "web.dom-collections.iterator"
  2938. ],
  2939. "core-js/features/bigint": [
  2940. "esnext.bigint.range"
  2941. ],
  2942. "core-js/features/bigint/range": [
  2943. "esnext.bigint.range"
  2944. ],
  2945. "core-js/features/clear-immediate": [
  2946. "web.immediate"
  2947. ],
  2948. "core-js/features/composite-key": [
  2949. "esnext.composite-key"
  2950. ],
  2951. "core-js/features/composite-symbol": [
  2952. "es.symbol",
  2953. "esnext.composite-symbol"
  2954. ],
  2955. "core-js/features/data-view": [
  2956. "es.data-view",
  2957. "es.object.to-string"
  2958. ],
  2959. "core-js/features/date": [
  2960. "es.date.now",
  2961. "es.date.to-iso-string",
  2962. "es.date.to-json",
  2963. "es.date.to-primitive",
  2964. "es.date.to-string"
  2965. ],
  2966. "core-js/features/date/now": [
  2967. "es.date.now"
  2968. ],
  2969. "core-js/features/date/to-iso-string": [
  2970. "es.date.to-iso-string",
  2971. "es.date.to-json"
  2972. ],
  2973. "core-js/features/date/to-json": [
  2974. "es.date.to-json"
  2975. ],
  2976. "core-js/features/date/to-primitive": [
  2977. "es.date.to-primitive"
  2978. ],
  2979. "core-js/features/date/to-string": [
  2980. "es.date.to-string"
  2981. ],
  2982. "core-js/features/dom-collections": [
  2983. "es.array.iterator",
  2984. "web.dom-collections.for-each",
  2985. "web.dom-collections.iterator"
  2986. ],
  2987. "core-js/features/dom-collections/for-each": [
  2988. "web.dom-collections.for-each"
  2989. ],
  2990. "core-js/features/dom-collections/iterator": [
  2991. "web.dom-collections.iterator"
  2992. ],
  2993. "core-js/features/function": [
  2994. "es.function.bind",
  2995. "es.function.has-instance",
  2996. "es.function.name"
  2997. ],
  2998. "core-js/features/function/bind": [
  2999. "es.function.bind"
  3000. ],
  3001. "core-js/features/function/has-instance": [
  3002. "es.function.has-instance"
  3003. ],
  3004. "core-js/features/function/name": [
  3005. "es.function.name"
  3006. ],
  3007. "core-js/features/function/virtual": [
  3008. "es.function.bind"
  3009. ],
  3010. "core-js/features/function/virtual/bind": [
  3011. "es.function.bind"
  3012. ],
  3013. "core-js/features/get-iterator": [
  3014. "es.string.iterator",
  3015. "web.dom-collections.iterator"
  3016. ],
  3017. "core-js/features/get-iterator-method": [
  3018. "es.string.iterator",
  3019. "web.dom-collections.iterator"
  3020. ],
  3021. "core-js/features/global-this": [
  3022. "es.global-this",
  3023. "esnext.global-this"
  3024. ],
  3025. "core-js/features/instance/at": [
  3026. "esnext.array.at",
  3027. "esnext.string.at"
  3028. ],
  3029. "core-js/features/instance/bind": [
  3030. "es.function.bind"
  3031. ],
  3032. "core-js/features/instance/code-point-at": [
  3033. "es.string.code-point-at"
  3034. ],
  3035. "core-js/features/instance/code-points": [
  3036. "esnext.string.code-points"
  3037. ],
  3038. "core-js/features/instance/concat": [
  3039. "es.array.concat"
  3040. ],
  3041. "core-js/features/instance/copy-within": [
  3042. "es.array.copy-within"
  3043. ],
  3044. "core-js/features/instance/ends-with": [
  3045. "es.string.ends-with"
  3046. ],
  3047. "core-js/features/instance/entries": [
  3048. "es.array.iterator",
  3049. "web.dom-collections.iterator"
  3050. ],
  3051. "core-js/features/instance/every": [
  3052. "es.array.every"
  3053. ],
  3054. "core-js/features/instance/fill": [
  3055. "es.array.fill"
  3056. ],
  3057. "core-js/features/instance/filter": [
  3058. "es.array.filter"
  3059. ],
  3060. "core-js/features/instance/filter-out": [
  3061. "esnext.array.filter-out"
  3062. ],
  3063. "core-js/features/instance/find": [
  3064. "es.array.find"
  3065. ],
  3066. "core-js/features/instance/find-index": [
  3067. "es.array.find-index"
  3068. ],
  3069. "core-js/features/instance/find-last": [
  3070. "esnext.array.find-last"
  3071. ],
  3072. "core-js/features/instance/find-last-index": [
  3073. "esnext.array.find-last-index"
  3074. ],
  3075. "core-js/features/instance/flags": [
  3076. "es.regexp.flags"
  3077. ],
  3078. "core-js/features/instance/flat": [
  3079. "es.array.flat",
  3080. "es.array.unscopables.flat"
  3081. ],
  3082. "core-js/features/instance/flat-map": [
  3083. "es.array.flat-map",
  3084. "es.array.unscopables.flat-map"
  3085. ],
  3086. "core-js/features/instance/for-each": [
  3087. "es.array.for-each",
  3088. "web.dom-collections.iterator"
  3089. ],
  3090. "core-js/features/instance/includes": [
  3091. "es.array.includes",
  3092. "es.string.includes"
  3093. ],
  3094. "core-js/features/instance/index-of": [
  3095. "es.array.index-of"
  3096. ],
  3097. "core-js/features/instance/keys": [
  3098. "es.array.iterator",
  3099. "web.dom-collections.iterator"
  3100. ],
  3101. "core-js/features/instance/last-index-of": [
  3102. "es.array.last-index-of"
  3103. ],
  3104. "core-js/features/instance/map": [
  3105. "es.array.map"
  3106. ],
  3107. "core-js/features/instance/match-all": [
  3108. "es.string.match-all",
  3109. "esnext.string.match-all"
  3110. ],
  3111. "core-js/features/instance/pad-end": [
  3112. "es.string.pad-end"
  3113. ],
  3114. "core-js/features/instance/pad-start": [
  3115. "es.string.pad-start"
  3116. ],
  3117. "core-js/features/instance/reduce": [
  3118. "es.array.reduce"
  3119. ],
  3120. "core-js/features/instance/reduce-right": [
  3121. "es.array.reduce-right"
  3122. ],
  3123. "core-js/features/instance/repeat": [
  3124. "es.string.repeat"
  3125. ],
  3126. "core-js/features/instance/replace-all": [
  3127. "es.string.replace-all"
  3128. ],
  3129. "core-js/features/instance/reverse": [
  3130. "es.array.reverse"
  3131. ],
  3132. "core-js/features/instance/slice": [
  3133. "es.array.slice"
  3134. ],
  3135. "core-js/features/instance/some": [
  3136. "es.array.some"
  3137. ],
  3138. "core-js/features/instance/sort": [
  3139. "es.array.sort"
  3140. ],
  3141. "core-js/features/instance/splice": [
  3142. "es.array.splice"
  3143. ],
  3144. "core-js/features/instance/starts-with": [
  3145. "es.string.starts-with"
  3146. ],
  3147. "core-js/features/instance/trim": [
  3148. "es.string.trim"
  3149. ],
  3150. "core-js/features/instance/trim-end": [
  3151. "es.string.trim-end"
  3152. ],
  3153. "core-js/features/instance/trim-left": [
  3154. "es.string.trim-start"
  3155. ],
  3156. "core-js/features/instance/trim-right": [
  3157. "es.string.trim-end"
  3158. ],
  3159. "core-js/features/instance/trim-start": [
  3160. "es.string.trim-start"
  3161. ],
  3162. "core-js/features/instance/unique-by": [
  3163. "es.map",
  3164. "esnext.array.unique-by"
  3165. ],
  3166. "core-js/features/instance/values": [
  3167. "es.array.iterator",
  3168. "web.dom-collections.iterator"
  3169. ],
  3170. "core-js/features/is-iterable": [
  3171. "es.string.iterator",
  3172. "web.dom-collections.iterator"
  3173. ],
  3174. "core-js/features/iterator": [
  3175. "es.object.to-string",
  3176. "es.string.iterator",
  3177. "esnext.iterator.constructor",
  3178. "esnext.iterator.as-indexed-pairs",
  3179. "esnext.iterator.drop",
  3180. "esnext.iterator.every",
  3181. "esnext.iterator.filter",
  3182. "esnext.iterator.find",
  3183. "esnext.iterator.flat-map",
  3184. "esnext.iterator.for-each",
  3185. "esnext.iterator.from",
  3186. "esnext.iterator.map",
  3187. "esnext.iterator.reduce",
  3188. "esnext.iterator.some",
  3189. "esnext.iterator.take",
  3190. "esnext.iterator.to-array",
  3191. "web.dom-collections.iterator"
  3192. ],
  3193. "core-js/features/iterator/as-indexed-pairs": [
  3194. "es.object.to-string",
  3195. "es.string.iterator",
  3196. "esnext.iterator.constructor",
  3197. "esnext.iterator.as-indexed-pairs",
  3198. "web.dom-collections.iterator"
  3199. ],
  3200. "core-js/features/iterator/drop": [
  3201. "es.object.to-string",
  3202. "es.string.iterator",
  3203. "esnext.iterator.constructor",
  3204. "esnext.iterator.drop",
  3205. "web.dom-collections.iterator"
  3206. ],
  3207. "core-js/features/iterator/every": [
  3208. "es.object.to-string",
  3209. "es.string.iterator",
  3210. "esnext.iterator.constructor",
  3211. "esnext.iterator.every",
  3212. "web.dom-collections.iterator"
  3213. ],
  3214. "core-js/features/iterator/filter": [
  3215. "es.object.to-string",
  3216. "es.string.iterator",
  3217. "esnext.iterator.constructor",
  3218. "esnext.iterator.filter",
  3219. "web.dom-collections.iterator"
  3220. ],
  3221. "core-js/features/iterator/find": [
  3222. "es.object.to-string",
  3223. "es.string.iterator",
  3224. "esnext.iterator.constructor",
  3225. "esnext.iterator.find",
  3226. "web.dom-collections.iterator"
  3227. ],
  3228. "core-js/features/iterator/flat-map": [
  3229. "es.object.to-string",
  3230. "es.string.iterator",
  3231. "esnext.iterator.constructor",
  3232. "esnext.iterator.flat-map",
  3233. "web.dom-collections.iterator"
  3234. ],
  3235. "core-js/features/iterator/for-each": [
  3236. "es.object.to-string",
  3237. "es.string.iterator",
  3238. "esnext.iterator.constructor",
  3239. "esnext.iterator.for-each",
  3240. "web.dom-collections.iterator"
  3241. ],
  3242. "core-js/features/iterator/from": [
  3243. "es.object.to-string",
  3244. "es.string.iterator",
  3245. "esnext.iterator.constructor",
  3246. "esnext.iterator.from",
  3247. "web.dom-collections.iterator"
  3248. ],
  3249. "core-js/features/iterator/map": [
  3250. "es.object.to-string",
  3251. "es.string.iterator",
  3252. "esnext.iterator.constructor",
  3253. "esnext.iterator.map",
  3254. "web.dom-collections.iterator"
  3255. ],
  3256. "core-js/features/iterator/reduce": [
  3257. "es.object.to-string",
  3258. "es.string.iterator",
  3259. "esnext.iterator.constructor",
  3260. "esnext.iterator.reduce",
  3261. "web.dom-collections.iterator"
  3262. ],
  3263. "core-js/features/iterator/some": [
  3264. "es.object.to-string",
  3265. "es.string.iterator",
  3266. "esnext.iterator.constructor",
  3267. "esnext.iterator.some",
  3268. "web.dom-collections.iterator"
  3269. ],
  3270. "core-js/features/iterator/take": [
  3271. "es.object.to-string",
  3272. "es.string.iterator",
  3273. "esnext.iterator.constructor",
  3274. "esnext.iterator.take",
  3275. "web.dom-collections.iterator"
  3276. ],
  3277. "core-js/features/iterator/to-array": [
  3278. "es.object.to-string",
  3279. "es.string.iterator",
  3280. "esnext.iterator.constructor",
  3281. "esnext.iterator.to-array",
  3282. "web.dom-collections.iterator"
  3283. ],
  3284. "core-js/features/json": [
  3285. "es.json.stringify",
  3286. "es.json.to-string-tag"
  3287. ],
  3288. "core-js/features/json/stringify": [
  3289. "es.json.stringify"
  3290. ],
  3291. "core-js/features/json/to-string-tag": [
  3292. "es.json.to-string-tag"
  3293. ],
  3294. "core-js/features/map": [
  3295. "es.map",
  3296. "es.object.to-string",
  3297. "es.string.iterator",
  3298. "esnext.map.delete-all",
  3299. "esnext.map.emplace",
  3300. "esnext.map.every",
  3301. "esnext.map.filter",
  3302. "esnext.map.find",
  3303. "esnext.map.find-key",
  3304. "esnext.map.from",
  3305. "esnext.map.group-by",
  3306. "esnext.map.includes",
  3307. "esnext.map.key-by",
  3308. "esnext.map.key-of",
  3309. "esnext.map.map-keys",
  3310. "esnext.map.map-values",
  3311. "esnext.map.merge",
  3312. "esnext.map.of",
  3313. "esnext.map.reduce",
  3314. "esnext.map.some",
  3315. "esnext.map.update",
  3316. "esnext.map.update-or-insert",
  3317. "esnext.map.upsert",
  3318. "web.dom-collections.iterator"
  3319. ],
  3320. "core-js/features/map/delete-all": [
  3321. "es.map",
  3322. "esnext.map.delete-all"
  3323. ],
  3324. "core-js/features/map/emplace": [
  3325. "es.map",
  3326. "esnext.map.emplace"
  3327. ],
  3328. "core-js/features/map/every": [
  3329. "es.map",
  3330. "esnext.map.every"
  3331. ],
  3332. "core-js/features/map/filter": [
  3333. "es.map",
  3334. "esnext.map.filter"
  3335. ],
  3336. "core-js/features/map/find": [
  3337. "es.map",
  3338. "esnext.map.find"
  3339. ],
  3340. "core-js/features/map/find-key": [
  3341. "es.map",
  3342. "esnext.map.find-key"
  3343. ],
  3344. "core-js/features/map/from": [
  3345. "es.map",
  3346. "es.string.iterator",
  3347. "esnext.map.from",
  3348. "web.dom-collections.iterator"
  3349. ],
  3350. "core-js/features/map/group-by": [
  3351. "es.map",
  3352. "esnext.map.group-by"
  3353. ],
  3354. "core-js/features/map/includes": [
  3355. "es.map",
  3356. "esnext.map.includes"
  3357. ],
  3358. "core-js/features/map/key-by": [
  3359. "es.map",
  3360. "esnext.map.key-by"
  3361. ],
  3362. "core-js/features/map/key-of": [
  3363. "es.map",
  3364. "esnext.map.key-of"
  3365. ],
  3366. "core-js/features/map/map-keys": [
  3367. "es.map",
  3368. "esnext.map.map-keys"
  3369. ],
  3370. "core-js/features/map/map-values": [
  3371. "es.map",
  3372. "esnext.map.map-values"
  3373. ],
  3374. "core-js/features/map/merge": [
  3375. "es.map",
  3376. "esnext.map.merge"
  3377. ],
  3378. "core-js/features/map/of": [
  3379. "es.map",
  3380. "es.string.iterator",
  3381. "esnext.map.of",
  3382. "web.dom-collections.iterator"
  3383. ],
  3384. "core-js/features/map/reduce": [
  3385. "es.map",
  3386. "esnext.map.reduce"
  3387. ],
  3388. "core-js/features/map/some": [
  3389. "es.map",
  3390. "esnext.map.some"
  3391. ],
  3392. "core-js/features/map/update": [
  3393. "es.map",
  3394. "esnext.map.update"
  3395. ],
  3396. "core-js/features/map/update-or-insert": [
  3397. "es.map",
  3398. "esnext.map.update-or-insert"
  3399. ],
  3400. "core-js/features/map/upsert": [
  3401. "es.map",
  3402. "esnext.map.upsert"
  3403. ],
  3404. "core-js/features/math": [
  3405. "es.math.acosh",
  3406. "es.math.asinh",
  3407. "es.math.atanh",
  3408. "es.math.cbrt",
  3409. "es.math.clz32",
  3410. "es.math.cosh",
  3411. "es.math.expm1",
  3412. "es.math.fround",
  3413. "es.math.hypot",
  3414. "es.math.imul",
  3415. "es.math.log10",
  3416. "es.math.log1p",
  3417. "es.math.log2",
  3418. "es.math.sign",
  3419. "es.math.sinh",
  3420. "es.math.tanh",
  3421. "es.math.to-string-tag",
  3422. "es.math.trunc",
  3423. "esnext.math.clamp",
  3424. "esnext.math.deg-per-rad",
  3425. "esnext.math.degrees",
  3426. "esnext.math.fscale",
  3427. "esnext.math.iaddh",
  3428. "esnext.math.imulh",
  3429. "esnext.math.isubh",
  3430. "esnext.math.rad-per-deg",
  3431. "esnext.math.radians",
  3432. "esnext.math.scale",
  3433. "esnext.math.seeded-prng",
  3434. "esnext.math.signbit",
  3435. "esnext.math.umulh"
  3436. ],
  3437. "core-js/features/math/acosh": [
  3438. "es.math.acosh"
  3439. ],
  3440. "core-js/features/math/asinh": [
  3441. "es.math.asinh"
  3442. ],
  3443. "core-js/features/math/atanh": [
  3444. "es.math.atanh"
  3445. ],
  3446. "core-js/features/math/cbrt": [
  3447. "es.math.cbrt"
  3448. ],
  3449. "core-js/features/math/clamp": [
  3450. "esnext.math.clamp"
  3451. ],
  3452. "core-js/features/math/clz32": [
  3453. "es.math.clz32"
  3454. ],
  3455. "core-js/features/math/cosh": [
  3456. "es.math.cosh"
  3457. ],
  3458. "core-js/features/math/deg-per-rad": [
  3459. "esnext.math.deg-per-rad"
  3460. ],
  3461. "core-js/features/math/degrees": [
  3462. "esnext.math.degrees"
  3463. ],
  3464. "core-js/features/math/expm1": [
  3465. "es.math.expm1"
  3466. ],
  3467. "core-js/features/math/fround": [
  3468. "es.math.fround"
  3469. ],
  3470. "core-js/features/math/fscale": [
  3471. "esnext.math.fscale"
  3472. ],
  3473. "core-js/features/math/hypot": [
  3474. "es.math.hypot"
  3475. ],
  3476. "core-js/features/math/iaddh": [
  3477. "esnext.math.iaddh"
  3478. ],
  3479. "core-js/features/math/imul": [
  3480. "es.math.imul"
  3481. ],
  3482. "core-js/features/math/imulh": [
  3483. "esnext.math.imulh"
  3484. ],
  3485. "core-js/features/math/isubh": [
  3486. "esnext.math.isubh"
  3487. ],
  3488. "core-js/features/math/log10": [
  3489. "es.math.log10"
  3490. ],
  3491. "core-js/features/math/log1p": [
  3492. "es.math.log1p"
  3493. ],
  3494. "core-js/features/math/log2": [
  3495. "es.math.log2"
  3496. ],
  3497. "core-js/features/math/rad-per-deg": [
  3498. "esnext.math.rad-per-deg"
  3499. ],
  3500. "core-js/features/math/radians": [
  3501. "esnext.math.radians"
  3502. ],
  3503. "core-js/features/math/scale": [
  3504. "esnext.math.scale"
  3505. ],
  3506. "core-js/features/math/seeded-prng": [
  3507. "esnext.math.seeded-prng"
  3508. ],
  3509. "core-js/features/math/sign": [
  3510. "es.math.sign"
  3511. ],
  3512. "core-js/features/math/signbit": [
  3513. "esnext.math.signbit"
  3514. ],
  3515. "core-js/features/math/sinh": [
  3516. "es.math.sinh"
  3517. ],
  3518. "core-js/features/math/tanh": [
  3519. "es.math.tanh"
  3520. ],
  3521. "core-js/features/math/to-string-tag": [
  3522. "es.math.to-string-tag"
  3523. ],
  3524. "core-js/features/math/trunc": [
  3525. "es.math.trunc"
  3526. ],
  3527. "core-js/features/math/umulh": [
  3528. "esnext.math.umulh"
  3529. ],
  3530. "core-js/features/number": [
  3531. "es.number.constructor",
  3532. "es.number.epsilon",
  3533. "es.number.is-finite",
  3534. "es.number.is-integer",
  3535. "es.number.is-nan",
  3536. "es.number.is-safe-integer",
  3537. "es.number.max-safe-integer",
  3538. "es.number.min-safe-integer",
  3539. "es.number.parse-float",
  3540. "es.number.parse-int",
  3541. "es.number.to-fixed",
  3542. "es.number.to-precision",
  3543. "esnext.number.from-string",
  3544. "esnext.number.range"
  3545. ],
  3546. "core-js/features/number/constructor": [
  3547. "es.number.constructor"
  3548. ],
  3549. "core-js/features/number/epsilon": [
  3550. "es.number.epsilon"
  3551. ],
  3552. "core-js/features/number/from-string": [
  3553. "esnext.number.from-string"
  3554. ],
  3555. "core-js/features/number/is-finite": [
  3556. "es.number.is-finite"
  3557. ],
  3558. "core-js/features/number/is-integer": [
  3559. "es.number.is-integer"
  3560. ],
  3561. "core-js/features/number/is-nan": [
  3562. "es.number.is-nan"
  3563. ],
  3564. "core-js/features/number/is-safe-integer": [
  3565. "es.number.is-safe-integer"
  3566. ],
  3567. "core-js/features/number/max-safe-integer": [
  3568. "es.number.max-safe-integer"
  3569. ],
  3570. "core-js/features/number/min-safe-integer": [
  3571. "es.number.min-safe-integer"
  3572. ],
  3573. "core-js/features/number/parse-float": [
  3574. "es.number.parse-float"
  3575. ],
  3576. "core-js/features/number/parse-int": [
  3577. "es.number.parse-int"
  3578. ],
  3579. "core-js/features/number/range": [
  3580. "esnext.number.range"
  3581. ],
  3582. "core-js/features/number/to-fixed": [
  3583. "es.number.to-fixed"
  3584. ],
  3585. "core-js/features/number/to-precision": [
  3586. "es.number.to-precision"
  3587. ],
  3588. "core-js/features/number/virtual": [
  3589. "es.number.to-fixed",
  3590. "es.number.to-precision"
  3591. ],
  3592. "core-js/features/number/virtual/to-fixed": [
  3593. "es.number.to-fixed"
  3594. ],
  3595. "core-js/features/number/virtual/to-precision": [
  3596. "es.number.to-precision"
  3597. ],
  3598. "core-js/features/object": [
  3599. "es.symbol",
  3600. "es.json.to-string-tag",
  3601. "es.math.to-string-tag",
  3602. "es.object.assign",
  3603. "es.object.create",
  3604. "es.object.define-getter",
  3605. "es.object.define-properties",
  3606. "es.object.define-property",
  3607. "es.object.define-setter",
  3608. "es.object.entries",
  3609. "es.object.freeze",
  3610. "es.object.from-entries",
  3611. "es.object.get-own-property-descriptor",
  3612. "es.object.get-own-property-descriptors",
  3613. "es.object.get-own-property-names",
  3614. "es.object.get-prototype-of",
  3615. "es.object.is",
  3616. "es.object.is-extensible",
  3617. "es.object.is-frozen",
  3618. "es.object.is-sealed",
  3619. "es.object.keys",
  3620. "es.object.lookup-getter",
  3621. "es.object.lookup-setter",
  3622. "es.object.prevent-extensions",
  3623. "es.object.seal",
  3624. "es.object.set-prototype-of",
  3625. "es.object.to-string",
  3626. "es.object.values",
  3627. "es.reflect.to-string-tag",
  3628. "esnext.object.iterate-entries",
  3629. "esnext.object.iterate-keys",
  3630. "esnext.object.iterate-values"
  3631. ],
  3632. "core-js/features/object/assign": [
  3633. "es.object.assign"
  3634. ],
  3635. "core-js/features/object/create": [
  3636. "es.object.create"
  3637. ],
  3638. "core-js/features/object/define-getter": [
  3639. "es.object.define-getter"
  3640. ],
  3641. "core-js/features/object/define-properties": [
  3642. "es.object.define-properties"
  3643. ],
  3644. "core-js/features/object/define-property": [
  3645. "es.object.define-property"
  3646. ],
  3647. "core-js/features/object/define-setter": [
  3648. "es.object.define-setter"
  3649. ],
  3650. "core-js/features/object/entries": [
  3651. "es.object.entries"
  3652. ],
  3653. "core-js/features/object/freeze": [
  3654. "es.object.freeze"
  3655. ],
  3656. "core-js/features/object/from-entries": [
  3657. "es.array.iterator",
  3658. "es.object.from-entries"
  3659. ],
  3660. "core-js/features/object/get-own-property-descriptor": [
  3661. "es.object.get-own-property-descriptor"
  3662. ],
  3663. "core-js/features/object/get-own-property-descriptors": [
  3664. "es.object.get-own-property-descriptors"
  3665. ],
  3666. "core-js/features/object/get-own-property-names": [
  3667. "es.object.get-own-property-names"
  3668. ],
  3669. "core-js/features/object/get-own-property-symbols": [
  3670. "es.symbol"
  3671. ],
  3672. "core-js/features/object/get-prototype-of": [
  3673. "es.object.get-prototype-of"
  3674. ],
  3675. "core-js/features/object/is": [
  3676. "es.object.is"
  3677. ],
  3678. "core-js/features/object/is-extensible": [
  3679. "es.object.is-extensible"
  3680. ],
  3681. "core-js/features/object/is-frozen": [
  3682. "es.object.is-frozen"
  3683. ],
  3684. "core-js/features/object/is-sealed": [
  3685. "es.object.is-sealed"
  3686. ],
  3687. "core-js/features/object/iterate-entries": [
  3688. "esnext.object.iterate-entries"
  3689. ],
  3690. "core-js/features/object/iterate-keys": [
  3691. "esnext.object.iterate-keys"
  3692. ],
  3693. "core-js/features/object/iterate-values": [
  3694. "esnext.object.iterate-values"
  3695. ],
  3696. "core-js/features/object/keys": [
  3697. "es.object.keys"
  3698. ],
  3699. "core-js/features/object/lookup-getter": [
  3700. "es.object.lookup-setter"
  3701. ],
  3702. "core-js/features/object/lookup-setter": [
  3703. "es.object.lookup-setter"
  3704. ],
  3705. "core-js/features/object/prevent-extensions": [
  3706. "es.object.prevent-extensions"
  3707. ],
  3708. "core-js/features/object/seal": [
  3709. "es.object.seal"
  3710. ],
  3711. "core-js/features/object/set-prototype-of": [
  3712. "es.object.set-prototype-of"
  3713. ],
  3714. "core-js/features/object/to-string": [
  3715. "es.json.to-string-tag",
  3716. "es.math.to-string-tag",
  3717. "es.object.to-string",
  3718. "es.reflect.to-string-tag"
  3719. ],
  3720. "core-js/features/object/values": [
  3721. "es.object.values"
  3722. ],
  3723. "core-js/features/observable": [
  3724. "es.object.to-string",
  3725. "es.string.iterator",
  3726. "esnext.observable",
  3727. "esnext.symbol.observable",
  3728. "web.dom-collections.iterator"
  3729. ],
  3730. "core-js/features/parse-float": [
  3731. "es.parse-float"
  3732. ],
  3733. "core-js/features/parse-int": [
  3734. "es.parse-int"
  3735. ],
  3736. "core-js/features/promise": [
  3737. "es.aggregate-error",
  3738. "es.object.to-string",
  3739. "es.promise",
  3740. "es.promise.all-settled",
  3741. "es.promise.any",
  3742. "es.promise.finally",
  3743. "es.string.iterator",
  3744. "esnext.aggregate-error",
  3745. "esnext.promise.all-settled",
  3746. "esnext.promise.any",
  3747. "esnext.promise.try",
  3748. "web.dom-collections.iterator"
  3749. ],
  3750. "core-js/features/promise/all-settled": [
  3751. "es.promise",
  3752. "es.promise.all-settled",
  3753. "es.string.iterator",
  3754. "esnext.promise.all-settled",
  3755. "web.dom-collections.iterator"
  3756. ],
  3757. "core-js/features/promise/any": [
  3758. "es.aggregate-error",
  3759. "es.promise",
  3760. "es.promise.any",
  3761. "es.string.iterator",
  3762. "esnext.aggregate-error",
  3763. "esnext.promise.any",
  3764. "web.dom-collections.iterator"
  3765. ],
  3766. "core-js/features/promise/finally": [
  3767. "es.promise",
  3768. "es.promise.finally"
  3769. ],
  3770. "core-js/features/promise/try": [
  3771. "es.promise",
  3772. "esnext.promise.try"
  3773. ],
  3774. "core-js/features/queue-microtask": [
  3775. "web.queue-microtask"
  3776. ],
  3777. "core-js/features/reflect": [
  3778. "es.reflect.apply",
  3779. "es.reflect.construct",
  3780. "es.reflect.define-property",
  3781. "es.reflect.delete-property",
  3782. "es.reflect.get",
  3783. "es.reflect.get-own-property-descriptor",
  3784. "es.reflect.get-prototype-of",
  3785. "es.reflect.has",
  3786. "es.reflect.is-extensible",
  3787. "es.reflect.own-keys",
  3788. "es.reflect.prevent-extensions",
  3789. "es.reflect.set",
  3790. "es.reflect.set-prototype-of",
  3791. "es.reflect.to-string-tag",
  3792. "esnext.reflect.define-metadata",
  3793. "esnext.reflect.delete-metadata",
  3794. "esnext.reflect.get-metadata",
  3795. "esnext.reflect.get-metadata-keys",
  3796. "esnext.reflect.get-own-metadata",
  3797. "esnext.reflect.get-own-metadata-keys",
  3798. "esnext.reflect.has-metadata",
  3799. "esnext.reflect.has-own-metadata",
  3800. "esnext.reflect.metadata"
  3801. ],
  3802. "core-js/features/reflect/apply": [
  3803. "es.reflect.apply"
  3804. ],
  3805. "core-js/features/reflect/construct": [
  3806. "es.reflect.construct"
  3807. ],
  3808. "core-js/features/reflect/define-metadata": [
  3809. "esnext.reflect.define-metadata"
  3810. ],
  3811. "core-js/features/reflect/define-property": [
  3812. "es.reflect.define-property"
  3813. ],
  3814. "core-js/features/reflect/delete-metadata": [
  3815. "esnext.reflect.delete-metadata"
  3816. ],
  3817. "core-js/features/reflect/delete-property": [
  3818. "es.reflect.delete-property"
  3819. ],
  3820. "core-js/features/reflect/get": [
  3821. "es.reflect.get"
  3822. ],
  3823. "core-js/features/reflect/get-metadata": [
  3824. "esnext.reflect.get-metadata"
  3825. ],
  3826. "core-js/features/reflect/get-metadata-keys": [
  3827. "esnext.reflect.get-metadata-keys"
  3828. ],
  3829. "core-js/features/reflect/get-own-metadata": [
  3830. "esnext.reflect.get-own-metadata"
  3831. ],
  3832. "core-js/features/reflect/get-own-metadata-keys": [
  3833. "esnext.reflect.get-own-metadata-keys"
  3834. ],
  3835. "core-js/features/reflect/get-own-property-descriptor": [
  3836. "es.reflect.get-own-property-descriptor"
  3837. ],
  3838. "core-js/features/reflect/get-prototype-of": [
  3839. "es.reflect.get-prototype-of"
  3840. ],
  3841. "core-js/features/reflect/has": [
  3842. "es.reflect.has"
  3843. ],
  3844. "core-js/features/reflect/has-metadata": [
  3845. "esnext.reflect.has-metadata"
  3846. ],
  3847. "core-js/features/reflect/has-own-metadata": [
  3848. "esnext.reflect.has-own-metadata"
  3849. ],
  3850. "core-js/features/reflect/is-extensible": [
  3851. "es.reflect.is-extensible"
  3852. ],
  3853. "core-js/features/reflect/metadata": [
  3854. "esnext.reflect.metadata"
  3855. ],
  3856. "core-js/features/reflect/own-keys": [
  3857. "es.reflect.own-keys"
  3858. ],
  3859. "core-js/features/reflect/prevent-extensions": [
  3860. "es.reflect.prevent-extensions"
  3861. ],
  3862. "core-js/features/reflect/set": [
  3863. "es.reflect.set"
  3864. ],
  3865. "core-js/features/reflect/set-prototype-of": [
  3866. "es.reflect.set-prototype-of"
  3867. ],
  3868. "core-js/features/reflect/to-string-tag": [
  3869. "es.reflect.to-string-tag"
  3870. ],
  3871. "core-js/features/regexp": [
  3872. "es.regexp.constructor",
  3873. "es.regexp.exec",
  3874. "es.regexp.flags",
  3875. "es.regexp.sticky",
  3876. "es.regexp.test",
  3877. "es.regexp.to-string",
  3878. "es.string.match",
  3879. "es.string.replace",
  3880. "es.string.search",
  3881. "es.string.split"
  3882. ],
  3883. "core-js/features/regexp/constructor": [
  3884. "es.regexp.constructor"
  3885. ],
  3886. "core-js/features/regexp/flags": [
  3887. "es.regexp.flags"
  3888. ],
  3889. "core-js/features/regexp/match": [
  3890. "es.string.match"
  3891. ],
  3892. "core-js/features/regexp/replace": [
  3893. "es.string.replace"
  3894. ],
  3895. "core-js/features/regexp/search": [
  3896. "es.string.search"
  3897. ],
  3898. "core-js/features/regexp/split": [
  3899. "es.string.split"
  3900. ],
  3901. "core-js/features/regexp/sticky": [
  3902. "es.regexp.sticky"
  3903. ],
  3904. "core-js/features/regexp/test": [
  3905. "es.regexp.exec",
  3906. "es.regexp.test"
  3907. ],
  3908. "core-js/features/regexp/to-string": [
  3909. "es.regexp.to-string"
  3910. ],
  3911. "core-js/features/set": [
  3912. "es.object.to-string",
  3913. "es.set",
  3914. "es.string.iterator",
  3915. "esnext.set.add-all",
  3916. "esnext.set.delete-all",
  3917. "esnext.set.difference",
  3918. "esnext.set.every",
  3919. "esnext.set.filter",
  3920. "esnext.set.find",
  3921. "esnext.set.from",
  3922. "esnext.set.intersection",
  3923. "esnext.set.is-disjoint-from",
  3924. "esnext.set.is-subset-of",
  3925. "esnext.set.is-superset-of",
  3926. "esnext.set.join",
  3927. "esnext.set.map",
  3928. "esnext.set.of",
  3929. "esnext.set.reduce",
  3930. "esnext.set.some",
  3931. "esnext.set.symmetric-difference",
  3932. "esnext.set.union",
  3933. "web.dom-collections.iterator"
  3934. ],
  3935. "core-js/features/set-immediate": [
  3936. "web.immediate"
  3937. ],
  3938. "core-js/features/set-interval": [
  3939. "web.timers"
  3940. ],
  3941. "core-js/features/set-timeout": [
  3942. "web.timers"
  3943. ],
  3944. "core-js/features/set/add-all": [
  3945. "es.set",
  3946. "esnext.set.add-all"
  3947. ],
  3948. "core-js/features/set/delete-all": [
  3949. "es.set",
  3950. "esnext.set.delete-all"
  3951. ],
  3952. "core-js/features/set/difference": [
  3953. "es.set",
  3954. "es.string.iterator",
  3955. "esnext.set.difference",
  3956. "web.dom-collections.iterator"
  3957. ],
  3958. "core-js/features/set/every": [
  3959. "es.set",
  3960. "esnext.set.every"
  3961. ],
  3962. "core-js/features/set/filter": [
  3963. "es.set",
  3964. "esnext.set.filter"
  3965. ],
  3966. "core-js/features/set/find": [
  3967. "es.set",
  3968. "esnext.set.find"
  3969. ],
  3970. "core-js/features/set/from": [
  3971. "es.set",
  3972. "es.string.iterator",
  3973. "esnext.set.from",
  3974. "web.dom-collections.iterator"
  3975. ],
  3976. "core-js/features/set/intersection": [
  3977. "es.set",
  3978. "esnext.set.intersection"
  3979. ],
  3980. "core-js/features/set/is-disjoint-from": [
  3981. "es.set",
  3982. "esnext.set.is-disjoint-from"
  3983. ],
  3984. "core-js/features/set/is-subset-of": [
  3985. "es.set",
  3986. "es.string.iterator",
  3987. "esnext.set.is-subset-of",
  3988. "web.dom-collections.iterator"
  3989. ],
  3990. "core-js/features/set/is-superset-of": [
  3991. "es.set",
  3992. "esnext.set.is-superset-of"
  3993. ],
  3994. "core-js/features/set/join": [
  3995. "es.set",
  3996. "esnext.set.join"
  3997. ],
  3998. "core-js/features/set/map": [
  3999. "es.set",
  4000. "esnext.set.map"
  4001. ],
  4002. "core-js/features/set/of": [
  4003. "es.set",
  4004. "es.string.iterator",
  4005. "esnext.set.of",
  4006. "web.dom-collections.iterator"
  4007. ],
  4008. "core-js/features/set/reduce": [
  4009. "es.set",
  4010. "esnext.set.reduce"
  4011. ],
  4012. "core-js/features/set/some": [
  4013. "es.set",
  4014. "esnext.set.some"
  4015. ],
  4016. "core-js/features/set/symmetric-difference": [
  4017. "es.set",
  4018. "es.string.iterator",
  4019. "esnext.set.symmetric-difference",
  4020. "web.dom-collections.iterator"
  4021. ],
  4022. "core-js/features/set/union": [
  4023. "es.set",
  4024. "es.string.iterator",
  4025. "esnext.set.union",
  4026. "web.dom-collections.iterator"
  4027. ],
  4028. "core-js/features/string": [
  4029. "es.regexp.exec",
  4030. "es.string.code-point-at",
  4031. "es.string.ends-with",
  4032. "es.string.from-code-point",
  4033. "es.string.includes",
  4034. "es.string.iterator",
  4035. "es.string.match",
  4036. "es.string.match-all",
  4037. "es.string.pad-end",
  4038. "es.string.pad-start",
  4039. "es.string.raw",
  4040. "es.string.repeat",
  4041. "es.string.replace",
  4042. "es.string.replace-all",
  4043. "es.string.search",
  4044. "es.string.split",
  4045. "es.string.starts-with",
  4046. "es.string.trim",
  4047. "es.string.trim-end",
  4048. "es.string.trim-start",
  4049. "es.string.anchor",
  4050. "es.string.big",
  4051. "es.string.blink",
  4052. "es.string.bold",
  4053. "es.string.fixed",
  4054. "es.string.fontcolor",
  4055. "es.string.fontsize",
  4056. "es.string.italics",
  4057. "es.string.link",
  4058. "es.string.small",
  4059. "es.string.strike",
  4060. "es.string.sub",
  4061. "es.string.sup",
  4062. "esnext.string.at",
  4063. "esnext.string.code-points",
  4064. "esnext.string.match-all",
  4065. "esnext.string.replace-all"
  4066. ],
  4067. "core-js/features/string/anchor": [
  4068. "es.string.anchor"
  4069. ],
  4070. "core-js/features/string/at": [
  4071. "esnext.string.at"
  4072. ],
  4073. "core-js/features/string/big": [
  4074. "es.string.big"
  4075. ],
  4076. "core-js/features/string/blink": [
  4077. "es.string.blink"
  4078. ],
  4079. "core-js/features/string/bold": [
  4080. "es.string.bold"
  4081. ],
  4082. "core-js/features/string/code-point-at": [
  4083. "es.string.code-point-at"
  4084. ],
  4085. "core-js/features/string/code-points": [
  4086. "esnext.string.code-points"
  4087. ],
  4088. "core-js/features/string/ends-with": [
  4089. "es.string.ends-with"
  4090. ],
  4091. "core-js/features/string/fixed": [
  4092. "es.string.fixed"
  4093. ],
  4094. "core-js/features/string/fontcolor": [
  4095. "es.string.fontcolor"
  4096. ],
  4097. "core-js/features/string/fontsize": [
  4098. "es.string.fontsize"
  4099. ],
  4100. "core-js/features/string/from-code-point": [
  4101. "es.string.from-code-point"
  4102. ],
  4103. "core-js/features/string/includes": [
  4104. "es.string.includes"
  4105. ],
  4106. "core-js/features/string/italics": [
  4107. "es.string.italics"
  4108. ],
  4109. "core-js/features/string/iterator": [
  4110. "es.string.iterator"
  4111. ],
  4112. "core-js/features/string/link": [
  4113. "es.string.link"
  4114. ],
  4115. "core-js/features/string/match": [
  4116. "es.regexp.exec",
  4117. "es.string.match"
  4118. ],
  4119. "core-js/features/string/match-all": [
  4120. "es.string.match-all",
  4121. "esnext.string.match-all"
  4122. ],
  4123. "core-js/features/string/pad-end": [
  4124. "es.string.pad-end"
  4125. ],
  4126. "core-js/features/string/pad-start": [
  4127. "es.string.pad-start"
  4128. ],
  4129. "core-js/features/string/raw": [
  4130. "es.string.raw"
  4131. ],
  4132. "core-js/features/string/repeat": [
  4133. "es.string.repeat"
  4134. ],
  4135. "core-js/features/string/replace": [
  4136. "es.regexp.exec",
  4137. "es.string.replace"
  4138. ],
  4139. "core-js/features/string/replace-all": [
  4140. "es.string.replace-all",
  4141. "esnext.string.replace-all"
  4142. ],
  4143. "core-js/features/string/search": [
  4144. "es.regexp.exec",
  4145. "es.string.search"
  4146. ],
  4147. "core-js/features/string/small": [
  4148. "es.string.small"
  4149. ],
  4150. "core-js/features/string/split": [
  4151. "es.regexp.exec",
  4152. "es.string.split"
  4153. ],
  4154. "core-js/features/string/starts-with": [
  4155. "es.string.starts-with"
  4156. ],
  4157. "core-js/features/string/strike": [
  4158. "es.string.strike"
  4159. ],
  4160. "core-js/features/string/sub": [
  4161. "es.string.sub"
  4162. ],
  4163. "core-js/features/string/sup": [
  4164. "es.string.sup"
  4165. ],
  4166. "core-js/features/string/trim": [
  4167. "es.string.trim"
  4168. ],
  4169. "core-js/features/string/trim-end": [
  4170. "es.string.trim-end"
  4171. ],
  4172. "core-js/features/string/trim-left": [
  4173. "es.string.trim-start"
  4174. ],
  4175. "core-js/features/string/trim-right": [
  4176. "es.string.trim-end"
  4177. ],
  4178. "core-js/features/string/trim-start": [
  4179. "es.string.trim-start"
  4180. ],
  4181. "core-js/features/string/virtual": [
  4182. "es.string.code-point-at",
  4183. "es.string.ends-with",
  4184. "es.string.includes",
  4185. "es.string.iterator",
  4186. "es.string.match",
  4187. "es.string.match-all",
  4188. "es.string.pad-end",
  4189. "es.string.pad-start",
  4190. "es.string.repeat",
  4191. "es.string.replace",
  4192. "es.string.replace-all",
  4193. "es.string.search",
  4194. "es.string.split",
  4195. "es.string.starts-with",
  4196. "es.string.trim",
  4197. "es.string.trim-end",
  4198. "es.string.trim-start",
  4199. "es.string.anchor",
  4200. "es.string.big",
  4201. "es.string.blink",
  4202. "es.string.bold",
  4203. "es.string.fixed",
  4204. "es.string.fontcolor",
  4205. "es.string.fontsize",
  4206. "es.string.italics",
  4207. "es.string.link",
  4208. "es.string.small",
  4209. "es.string.strike",
  4210. "es.string.sub",
  4211. "es.string.sup",
  4212. "esnext.string.at",
  4213. "esnext.string.code-points",
  4214. "esnext.string.match-all",
  4215. "esnext.string.replace-all"
  4216. ],
  4217. "core-js/features/string/virtual/anchor": [
  4218. "es.string.anchor"
  4219. ],
  4220. "core-js/features/string/virtual/at": [
  4221. "esnext.string.at"
  4222. ],
  4223. "core-js/features/string/virtual/big": [
  4224. "es.string.big"
  4225. ],
  4226. "core-js/features/string/virtual/blink": [
  4227. "es.string.blink"
  4228. ],
  4229. "core-js/features/string/virtual/bold": [
  4230. "es.string.bold"
  4231. ],
  4232. "core-js/features/string/virtual/code-point-at": [
  4233. "es.string.code-point-at"
  4234. ],
  4235. "core-js/features/string/virtual/code-points": [
  4236. "esnext.string.code-points"
  4237. ],
  4238. "core-js/features/string/virtual/ends-with": [
  4239. "es.string.ends-with"
  4240. ],
  4241. "core-js/features/string/virtual/fixed": [
  4242. "es.string.fixed"
  4243. ],
  4244. "core-js/features/string/virtual/fontcolor": [
  4245. "es.string.fontcolor"
  4246. ],
  4247. "core-js/features/string/virtual/fontsize": [
  4248. "es.string.fontsize"
  4249. ],
  4250. "core-js/features/string/virtual/includes": [
  4251. "es.string.includes"
  4252. ],
  4253. "core-js/features/string/virtual/italics": [
  4254. "es.string.italics"
  4255. ],
  4256. "core-js/features/string/virtual/iterator": [
  4257. "es.string.iterator"
  4258. ],
  4259. "core-js/features/string/virtual/link": [
  4260. "es.string.link"
  4261. ],
  4262. "core-js/features/string/virtual/match-all": [
  4263. "es.string.match-all",
  4264. "esnext.string.match-all"
  4265. ],
  4266. "core-js/features/string/virtual/pad-end": [
  4267. "es.string.pad-end"
  4268. ],
  4269. "core-js/features/string/virtual/pad-start": [
  4270. "es.string.pad-start"
  4271. ],
  4272. "core-js/features/string/virtual/repeat": [
  4273. "es.string.repeat"
  4274. ],
  4275. "core-js/features/string/virtual/replace-all": [
  4276. "es.string.replace-all",
  4277. "esnext.string.replace-all"
  4278. ],
  4279. "core-js/features/string/virtual/small": [
  4280. "es.string.small"
  4281. ],
  4282. "core-js/features/string/virtual/starts-with": [
  4283. "es.string.starts-with"
  4284. ],
  4285. "core-js/features/string/virtual/strike": [
  4286. "es.string.strike"
  4287. ],
  4288. "core-js/features/string/virtual/sub": [
  4289. "es.string.sub"
  4290. ],
  4291. "core-js/features/string/virtual/sup": [
  4292. "es.string.sup"
  4293. ],
  4294. "core-js/features/string/virtual/trim": [
  4295. "es.string.trim"
  4296. ],
  4297. "core-js/features/string/virtual/trim-end": [
  4298. "es.string.trim-end"
  4299. ],
  4300. "core-js/features/string/virtual/trim-left": [
  4301. "es.string.trim-start"
  4302. ],
  4303. "core-js/features/string/virtual/trim-right": [
  4304. "es.string.trim-end"
  4305. ],
  4306. "core-js/features/string/virtual/trim-start": [
  4307. "es.string.trim-start"
  4308. ],
  4309. "core-js/features/symbol": [
  4310. "es.symbol",
  4311. "es.symbol.description",
  4312. "es.symbol.async-iterator",
  4313. "es.symbol.has-instance",
  4314. "es.symbol.is-concat-spreadable",
  4315. "es.symbol.iterator",
  4316. "es.symbol.match",
  4317. "es.symbol.match-all",
  4318. "es.symbol.replace",
  4319. "es.symbol.search",
  4320. "es.symbol.species",
  4321. "es.symbol.split",
  4322. "es.symbol.to-primitive",
  4323. "es.symbol.to-string-tag",
  4324. "es.symbol.unscopables",
  4325. "es.array.concat",
  4326. "es.json.to-string-tag",
  4327. "es.math.to-string-tag",
  4328. "es.object.to-string",
  4329. "es.reflect.to-string-tag",
  4330. "esnext.symbol.async-dispose",
  4331. "esnext.symbol.dispose",
  4332. "esnext.symbol.observable",
  4333. "esnext.symbol.pattern-match",
  4334. "esnext.symbol.replace-all"
  4335. ],
  4336. "core-js/features/symbol/async-dispose": [
  4337. "esnext.symbol.async-dispose"
  4338. ],
  4339. "core-js/features/symbol/async-iterator": [
  4340. "es.symbol.async-iterator"
  4341. ],
  4342. "core-js/features/symbol/description": [
  4343. "es.symbol.description"
  4344. ],
  4345. "core-js/features/symbol/dispose": [
  4346. "esnext.symbol.dispose"
  4347. ],
  4348. "core-js/features/symbol/for": [
  4349. "es.symbol"
  4350. ],
  4351. "core-js/features/symbol/has-instance": [
  4352. "es.symbol.has-instance",
  4353. "es.function.has-instance"
  4354. ],
  4355. "core-js/features/symbol/is-concat-spreadable": [
  4356. "es.symbol.is-concat-spreadable",
  4357. "es.array.concat"
  4358. ],
  4359. "core-js/features/symbol/iterator": [
  4360. "es.symbol.iterator",
  4361. "es.string.iterator",
  4362. "web.dom-collections.iterator"
  4363. ],
  4364. "core-js/features/symbol/key-for": [
  4365. "es.symbol"
  4366. ],
  4367. "core-js/features/symbol/match": [
  4368. "es.symbol.match",
  4369. "es.string.match"
  4370. ],
  4371. "core-js/features/symbol/match-all": [
  4372. "es.symbol.match-all",
  4373. "es.string.match-all"
  4374. ],
  4375. "core-js/features/symbol/observable": [
  4376. "esnext.symbol.observable"
  4377. ],
  4378. "core-js/features/symbol/pattern-match": [
  4379. "esnext.symbol.pattern-match"
  4380. ],
  4381. "core-js/features/symbol/replace": [
  4382. "es.symbol.replace",
  4383. "es.string.replace"
  4384. ],
  4385. "core-js/features/symbol/replace-all": [
  4386. "esnext.symbol.replace-all"
  4387. ],
  4388. "core-js/features/symbol/search": [
  4389. "es.symbol.search",
  4390. "es.string.search"
  4391. ],
  4392. "core-js/features/symbol/species": [
  4393. "es.symbol.species"
  4394. ],
  4395. "core-js/features/symbol/split": [
  4396. "es.symbol.split",
  4397. "es.string.split"
  4398. ],
  4399. "core-js/features/symbol/to-primitive": [
  4400. "es.symbol.to-primitive"
  4401. ],
  4402. "core-js/features/symbol/to-string-tag": [
  4403. "es.symbol.to-string-tag",
  4404. "es.json.to-string-tag",
  4405. "es.math.to-string-tag",
  4406. "es.object.to-string",
  4407. "es.reflect.to-string-tag"
  4408. ],
  4409. "core-js/features/symbol/unscopables": [
  4410. "es.symbol.unscopables"
  4411. ],
  4412. "core-js/features/typed-array": [
  4413. "es.map",
  4414. "es.object.to-string",
  4415. "es.typed-array.float32-array",
  4416. "es.typed-array.float64-array",
  4417. "es.typed-array.int8-array",
  4418. "es.typed-array.int16-array",
  4419. "es.typed-array.int32-array",
  4420. "es.typed-array.uint8-array",
  4421. "es.typed-array.uint8-clamped-array",
  4422. "es.typed-array.uint16-array",
  4423. "es.typed-array.uint32-array",
  4424. "es.typed-array.copy-within",
  4425. "es.typed-array.every",
  4426. "es.typed-array.fill",
  4427. "es.typed-array.filter",
  4428. "es.typed-array.find",
  4429. "es.typed-array.find-index",
  4430. "es.typed-array.for-each",
  4431. "es.typed-array.from",
  4432. "es.typed-array.includes",
  4433. "es.typed-array.index-of",
  4434. "es.typed-array.iterator",
  4435. "es.typed-array.join",
  4436. "es.typed-array.last-index-of",
  4437. "es.typed-array.map",
  4438. "es.typed-array.of",
  4439. "es.typed-array.reduce",
  4440. "es.typed-array.reduce-right",
  4441. "es.typed-array.reverse",
  4442. "es.typed-array.set",
  4443. "es.typed-array.slice",
  4444. "es.typed-array.some",
  4445. "es.typed-array.sort",
  4446. "es.typed-array.subarray",
  4447. "es.typed-array.to-locale-string",
  4448. "es.typed-array.to-string",
  4449. "esnext.typed-array.at",
  4450. "esnext.typed-array.filter-out",
  4451. "esnext.typed-array.find-last",
  4452. "esnext.typed-array.find-last-index",
  4453. "esnext.typed-array.unique-by"
  4454. ],
  4455. "core-js/features/typed-array/at": [
  4456. "esnext.typed-array.at"
  4457. ],
  4458. "core-js/features/typed-array/copy-within": [
  4459. "es.typed-array.copy-within"
  4460. ],
  4461. "core-js/features/typed-array/entries": [
  4462. "es.typed-array.iterator"
  4463. ],
  4464. "core-js/features/typed-array/every": [
  4465. "es.typed-array.every"
  4466. ],
  4467. "core-js/features/typed-array/fill": [
  4468. "es.typed-array.fill"
  4469. ],
  4470. "core-js/features/typed-array/filter": [
  4471. "es.typed-array.filter"
  4472. ],
  4473. "core-js/features/typed-array/filter-out": [
  4474. "esnext.typed-array.filter-out"
  4475. ],
  4476. "core-js/features/typed-array/find": [
  4477. "es.typed-array.find"
  4478. ],
  4479. "core-js/features/typed-array/find-index": [
  4480. "es.typed-array.find-index"
  4481. ],
  4482. "core-js/features/typed-array/find-last": [
  4483. "esnext.typed-array.find-last"
  4484. ],
  4485. "core-js/features/typed-array/find-last-index": [
  4486. "esnext.typed-array.find-last-index"
  4487. ],
  4488. "core-js/features/typed-array/float32-array": [
  4489. "es.object.to-string",
  4490. "es.typed-array.float32-array",
  4491. "es.typed-array.copy-within",
  4492. "es.typed-array.every",
  4493. "es.typed-array.fill",
  4494. "es.typed-array.filter",
  4495. "es.typed-array.find",
  4496. "es.typed-array.find-index",
  4497. "es.typed-array.for-each",
  4498. "es.typed-array.from",
  4499. "es.typed-array.includes",
  4500. "es.typed-array.index-of",
  4501. "es.typed-array.iterator",
  4502. "es.typed-array.join",
  4503. "es.typed-array.last-index-of",
  4504. "es.typed-array.map",
  4505. "es.typed-array.of",
  4506. "es.typed-array.reduce",
  4507. "es.typed-array.reduce-right",
  4508. "es.typed-array.reverse",
  4509. "es.typed-array.set",
  4510. "es.typed-array.slice",
  4511. "es.typed-array.some",
  4512. "es.typed-array.sort",
  4513. "es.typed-array.subarray",
  4514. "es.typed-array.to-locale-string",
  4515. "es.typed-array.to-string"
  4516. ],
  4517. "core-js/features/typed-array/float64-array": [
  4518. "es.object.to-string",
  4519. "es.typed-array.float64-array",
  4520. "es.typed-array.copy-within",
  4521. "es.typed-array.every",
  4522. "es.typed-array.fill",
  4523. "es.typed-array.filter",
  4524. "es.typed-array.find",
  4525. "es.typed-array.find-index",
  4526. "es.typed-array.for-each",
  4527. "es.typed-array.from",
  4528. "es.typed-array.includes",
  4529. "es.typed-array.index-of",
  4530. "es.typed-array.iterator",
  4531. "es.typed-array.join",
  4532. "es.typed-array.last-index-of",
  4533. "es.typed-array.map",
  4534. "es.typed-array.of",
  4535. "es.typed-array.reduce",
  4536. "es.typed-array.reduce-right",
  4537. "es.typed-array.reverse",
  4538. "es.typed-array.set",
  4539. "es.typed-array.slice",
  4540. "es.typed-array.some",
  4541. "es.typed-array.sort",
  4542. "es.typed-array.subarray",
  4543. "es.typed-array.to-locale-string",
  4544. "es.typed-array.to-string"
  4545. ],
  4546. "core-js/features/typed-array/for-each": [
  4547. "es.typed-array.for-each"
  4548. ],
  4549. "core-js/features/typed-array/from": [
  4550. "es.typed-array.from"
  4551. ],
  4552. "core-js/features/typed-array/includes": [
  4553. "es.typed-array.includes"
  4554. ],
  4555. "core-js/features/typed-array/index-of": [
  4556. "es.typed-array.index-of"
  4557. ],
  4558. "core-js/features/typed-array/int16-array": [
  4559. "es.object.to-string",
  4560. "es.typed-array.int16-array",
  4561. "es.typed-array.copy-within",
  4562. "es.typed-array.every",
  4563. "es.typed-array.fill",
  4564. "es.typed-array.filter",
  4565. "es.typed-array.find",
  4566. "es.typed-array.find-index",
  4567. "es.typed-array.for-each",
  4568. "es.typed-array.from",
  4569. "es.typed-array.includes",
  4570. "es.typed-array.index-of",
  4571. "es.typed-array.iterator",
  4572. "es.typed-array.join",
  4573. "es.typed-array.last-index-of",
  4574. "es.typed-array.map",
  4575. "es.typed-array.of",
  4576. "es.typed-array.reduce",
  4577. "es.typed-array.reduce-right",
  4578. "es.typed-array.reverse",
  4579. "es.typed-array.set",
  4580. "es.typed-array.slice",
  4581. "es.typed-array.some",
  4582. "es.typed-array.sort",
  4583. "es.typed-array.subarray",
  4584. "es.typed-array.to-locale-string",
  4585. "es.typed-array.to-string"
  4586. ],
  4587. "core-js/features/typed-array/int32-array": [
  4588. "es.object.to-string",
  4589. "es.typed-array.int32-array",
  4590. "es.typed-array.copy-within",
  4591. "es.typed-array.every",
  4592. "es.typed-array.fill",
  4593. "es.typed-array.filter",
  4594. "es.typed-array.find",
  4595. "es.typed-array.find-index",
  4596. "es.typed-array.for-each",
  4597. "es.typed-array.from",
  4598. "es.typed-array.includes",
  4599. "es.typed-array.index-of",
  4600. "es.typed-array.iterator",
  4601. "es.typed-array.join",
  4602. "es.typed-array.last-index-of",
  4603. "es.typed-array.map",
  4604. "es.typed-array.of",
  4605. "es.typed-array.reduce",
  4606. "es.typed-array.reduce-right",
  4607. "es.typed-array.reverse",
  4608. "es.typed-array.set",
  4609. "es.typed-array.slice",
  4610. "es.typed-array.some",
  4611. "es.typed-array.sort",
  4612. "es.typed-array.subarray",
  4613. "es.typed-array.to-locale-string",
  4614. "es.typed-array.to-string"
  4615. ],
  4616. "core-js/features/typed-array/int8-array": [
  4617. "es.object.to-string",
  4618. "es.typed-array.int8-array",
  4619. "es.typed-array.copy-within",
  4620. "es.typed-array.every",
  4621. "es.typed-array.fill",
  4622. "es.typed-array.filter",
  4623. "es.typed-array.find",
  4624. "es.typed-array.find-index",
  4625. "es.typed-array.for-each",
  4626. "es.typed-array.from",
  4627. "es.typed-array.includes",
  4628. "es.typed-array.index-of",
  4629. "es.typed-array.iterator",
  4630. "es.typed-array.join",
  4631. "es.typed-array.last-index-of",
  4632. "es.typed-array.map",
  4633. "es.typed-array.of",
  4634. "es.typed-array.reduce",
  4635. "es.typed-array.reduce-right",
  4636. "es.typed-array.reverse",
  4637. "es.typed-array.set",
  4638. "es.typed-array.slice",
  4639. "es.typed-array.some",
  4640. "es.typed-array.sort",
  4641. "es.typed-array.subarray",
  4642. "es.typed-array.to-locale-string",
  4643. "es.typed-array.to-string"
  4644. ],
  4645. "core-js/features/typed-array/iterator": [
  4646. "es.typed-array.iterator"
  4647. ],
  4648. "core-js/features/typed-array/join": [
  4649. "es.typed-array.join"
  4650. ],
  4651. "core-js/features/typed-array/keys": [
  4652. "es.typed-array.iterator"
  4653. ],
  4654. "core-js/features/typed-array/last-index-of": [
  4655. "es.typed-array.last-index-of"
  4656. ],
  4657. "core-js/features/typed-array/map": [
  4658. "es.typed-array.map"
  4659. ],
  4660. "core-js/features/typed-array/of": [
  4661. "es.typed-array.of"
  4662. ],
  4663. "core-js/features/typed-array/reduce": [
  4664. "es.typed-array.reduce"
  4665. ],
  4666. "core-js/features/typed-array/reduce-right": [
  4667. "es.typed-array.reduce-right"
  4668. ],
  4669. "core-js/features/typed-array/reverse": [
  4670. "es.typed-array.reverse"
  4671. ],
  4672. "core-js/features/typed-array/set": [
  4673. "es.typed-array.set"
  4674. ],
  4675. "core-js/features/typed-array/slice": [
  4676. "es.typed-array.slice"
  4677. ],
  4678. "core-js/features/typed-array/some": [
  4679. "es.typed-array.some"
  4680. ],
  4681. "core-js/features/typed-array/sort": [
  4682. "es.typed-array.sort"
  4683. ],
  4684. "core-js/features/typed-array/subarray": [
  4685. "es.typed-array.subarray"
  4686. ],
  4687. "core-js/features/typed-array/to-locale-string": [
  4688. "es.typed-array.to-locale-string"
  4689. ],
  4690. "core-js/features/typed-array/to-string": [
  4691. "es.typed-array.to-string"
  4692. ],
  4693. "core-js/features/typed-array/uint16-array": [
  4694. "es.object.to-string",
  4695. "es.typed-array.uint16-array",
  4696. "es.typed-array.copy-within",
  4697. "es.typed-array.every",
  4698. "es.typed-array.fill",
  4699. "es.typed-array.filter",
  4700. "es.typed-array.find",
  4701. "es.typed-array.find-index",
  4702. "es.typed-array.for-each",
  4703. "es.typed-array.from",
  4704. "es.typed-array.includes",
  4705. "es.typed-array.index-of",
  4706. "es.typed-array.iterator",
  4707. "es.typed-array.join",
  4708. "es.typed-array.last-index-of",
  4709. "es.typed-array.map",
  4710. "es.typed-array.of",
  4711. "es.typed-array.reduce",
  4712. "es.typed-array.reduce-right",
  4713. "es.typed-array.reverse",
  4714. "es.typed-array.set",
  4715. "es.typed-array.slice",
  4716. "es.typed-array.some",
  4717. "es.typed-array.sort",
  4718. "es.typed-array.subarray",
  4719. "es.typed-array.to-locale-string",
  4720. "es.typed-array.to-string"
  4721. ],
  4722. "core-js/features/typed-array/uint32-array": [
  4723. "es.object.to-string",
  4724. "es.typed-array.uint32-array",
  4725. "es.typed-array.copy-within",
  4726. "es.typed-array.every",
  4727. "es.typed-array.fill",
  4728. "es.typed-array.filter",
  4729. "es.typed-array.find",
  4730. "es.typed-array.find-index",
  4731. "es.typed-array.for-each",
  4732. "es.typed-array.from",
  4733. "es.typed-array.includes",
  4734. "es.typed-array.index-of",
  4735. "es.typed-array.iterator",
  4736. "es.typed-array.join",
  4737. "es.typed-array.last-index-of",
  4738. "es.typed-array.map",
  4739. "es.typed-array.of",
  4740. "es.typed-array.reduce",
  4741. "es.typed-array.reduce-right",
  4742. "es.typed-array.reverse",
  4743. "es.typed-array.set",
  4744. "es.typed-array.slice",
  4745. "es.typed-array.some",
  4746. "es.typed-array.sort",
  4747. "es.typed-array.subarray",
  4748. "es.typed-array.to-locale-string",
  4749. "es.typed-array.to-string"
  4750. ],
  4751. "core-js/features/typed-array/uint8-array": [
  4752. "es.object.to-string",
  4753. "es.typed-array.uint8-array",
  4754. "es.typed-array.copy-within",
  4755. "es.typed-array.every",
  4756. "es.typed-array.fill",
  4757. "es.typed-array.filter",
  4758. "es.typed-array.find",
  4759. "es.typed-array.find-index",
  4760. "es.typed-array.for-each",
  4761. "es.typed-array.from",
  4762. "es.typed-array.includes",
  4763. "es.typed-array.index-of",
  4764. "es.typed-array.iterator",
  4765. "es.typed-array.join",
  4766. "es.typed-array.last-index-of",
  4767. "es.typed-array.map",
  4768. "es.typed-array.of",
  4769. "es.typed-array.reduce",
  4770. "es.typed-array.reduce-right",
  4771. "es.typed-array.reverse",
  4772. "es.typed-array.set",
  4773. "es.typed-array.slice",
  4774. "es.typed-array.some",
  4775. "es.typed-array.sort",
  4776. "es.typed-array.subarray",
  4777. "es.typed-array.to-locale-string",
  4778. "es.typed-array.to-string"
  4779. ],
  4780. "core-js/features/typed-array/uint8-clamped-array": [
  4781. "es.object.to-string",
  4782. "es.typed-array.uint8-clamped-array",
  4783. "es.typed-array.copy-within",
  4784. "es.typed-array.every",
  4785. "es.typed-array.fill",
  4786. "es.typed-array.filter",
  4787. "es.typed-array.find",
  4788. "es.typed-array.find-index",
  4789. "es.typed-array.for-each",
  4790. "es.typed-array.from",
  4791. "es.typed-array.includes",
  4792. "es.typed-array.index-of",
  4793. "es.typed-array.iterator",
  4794. "es.typed-array.join",
  4795. "es.typed-array.last-index-of",
  4796. "es.typed-array.map",
  4797. "es.typed-array.of",
  4798. "es.typed-array.reduce",
  4799. "es.typed-array.reduce-right",
  4800. "es.typed-array.reverse",
  4801. "es.typed-array.set",
  4802. "es.typed-array.slice",
  4803. "es.typed-array.some",
  4804. "es.typed-array.sort",
  4805. "es.typed-array.subarray",
  4806. "es.typed-array.to-locale-string",
  4807. "es.typed-array.to-string"
  4808. ],
  4809. "core-js/features/typed-array/unique-by": [
  4810. "es.map",
  4811. "esnext.typed-array.unique-by"
  4812. ],
  4813. "core-js/features/typed-array/values": [
  4814. "es.typed-array.iterator"
  4815. ],
  4816. "core-js/features/url": [
  4817. "web.url",
  4818. "web.url.to-json",
  4819. "web.url-search-params"
  4820. ],
  4821. "core-js/features/url-search-params": [
  4822. "web.url-search-params"
  4823. ],
  4824. "core-js/features/url/to-json": [
  4825. "web.url.to-json"
  4826. ],
  4827. "core-js/features/weak-map": [
  4828. "es.object.to-string",
  4829. "es.weak-map",
  4830. "esnext.weak-map.delete-all",
  4831. "esnext.weak-map.from",
  4832. "esnext.weak-map.of",
  4833. "esnext.weak-map.emplace",
  4834. "esnext.weak-map.upsert",
  4835. "web.dom-collections.iterator"
  4836. ],
  4837. "core-js/features/weak-map/delete-all": [
  4838. "es.weak-map",
  4839. "esnext.weak-map.delete-all"
  4840. ],
  4841. "core-js/features/weak-map/emplace": [
  4842. "es.weak-map",
  4843. "esnext.weak-map.emplace"
  4844. ],
  4845. "core-js/features/weak-map/from": [
  4846. "es.string.iterator",
  4847. "es.weak-map",
  4848. "esnext.weak-map.from",
  4849. "web.dom-collections.iterator"
  4850. ],
  4851. "core-js/features/weak-map/of": [
  4852. "es.string.iterator",
  4853. "es.weak-map",
  4854. "esnext.weak-map.of",
  4855. "web.dom-collections.iterator"
  4856. ],
  4857. "core-js/features/weak-map/upsert": [
  4858. "es.weak-map",
  4859. "esnext.weak-map.upsert"
  4860. ],
  4861. "core-js/features/weak-set": [
  4862. "es.object.to-string",
  4863. "es.weak-set",
  4864. "esnext.weak-set.add-all",
  4865. "esnext.weak-set.delete-all",
  4866. "esnext.weak-set.from",
  4867. "esnext.weak-set.of",
  4868. "web.dom-collections.iterator"
  4869. ],
  4870. "core-js/features/weak-set/add-all": [
  4871. "es.weak-set",
  4872. "esnext.weak-set.add-all"
  4873. ],
  4874. "core-js/features/weak-set/delete-all": [
  4875. "es.weak-set",
  4876. "esnext.weak-set.delete-all"
  4877. ],
  4878. "core-js/features/weak-set/from": [
  4879. "es.string.iterator",
  4880. "es.weak-set",
  4881. "esnext.weak-set.from",
  4882. "web.dom-collections.iterator"
  4883. ],
  4884. "core-js/features/weak-set/of": [
  4885. "es.string.iterator",
  4886. "es.weak-set",
  4887. "esnext.weak-set.of",
  4888. "web.dom-collections.iterator"
  4889. ],
  4890. "core-js/modules/es.aggregate-error": [
  4891. "es.aggregate-error"
  4892. ],
  4893. "core-js/modules/es.array-buffer.constructor": [
  4894. "es.array-buffer.constructor"
  4895. ],
  4896. "core-js/modules/es.array-buffer.is-view": [
  4897. "es.array-buffer.is-view"
  4898. ],
  4899. "core-js/modules/es.array-buffer.slice": [
  4900. "es.array-buffer.slice"
  4901. ],
  4902. "core-js/modules/es.array.concat": [
  4903. "es.array.concat"
  4904. ],
  4905. "core-js/modules/es.array.copy-within": [
  4906. "es.array.copy-within"
  4907. ],
  4908. "core-js/modules/es.array.every": [
  4909. "es.array.every"
  4910. ],
  4911. "core-js/modules/es.array.fill": [
  4912. "es.array.fill"
  4913. ],
  4914. "core-js/modules/es.array.filter": [
  4915. "es.array.filter"
  4916. ],
  4917. "core-js/modules/es.array.find": [
  4918. "es.array.find"
  4919. ],
  4920. "core-js/modules/es.array.find-index": [
  4921. "es.array.find-index"
  4922. ],
  4923. "core-js/modules/es.array.flat": [
  4924. "es.array.flat"
  4925. ],
  4926. "core-js/modules/es.array.flat-map": [
  4927. "es.array.flat-map"
  4928. ],
  4929. "core-js/modules/es.array.for-each": [
  4930. "es.array.for-each"
  4931. ],
  4932. "core-js/modules/es.array.from": [
  4933. "es.array.from"
  4934. ],
  4935. "core-js/modules/es.array.includes": [
  4936. "es.array.includes"
  4937. ],
  4938. "core-js/modules/es.array.index-of": [
  4939. "es.array.index-of"
  4940. ],
  4941. "core-js/modules/es.array.is-array": [
  4942. "es.array.is-array"
  4943. ],
  4944. "core-js/modules/es.array.iterator": [
  4945. "es.array.iterator"
  4946. ],
  4947. "core-js/modules/es.array.join": [
  4948. "es.array.join"
  4949. ],
  4950. "core-js/modules/es.array.last-index-of": [
  4951. "es.array.last-index-of"
  4952. ],
  4953. "core-js/modules/es.array.map": [
  4954. "es.array.map"
  4955. ],
  4956. "core-js/modules/es.array.of": [
  4957. "es.array.of"
  4958. ],
  4959. "core-js/modules/es.array.reduce": [
  4960. "es.array.reduce"
  4961. ],
  4962. "core-js/modules/es.array.reduce-right": [
  4963. "es.array.reduce-right"
  4964. ],
  4965. "core-js/modules/es.array.reverse": [
  4966. "es.array.reverse"
  4967. ],
  4968. "core-js/modules/es.array.slice": [
  4969. "es.array.slice"
  4970. ],
  4971. "core-js/modules/es.array.some": [
  4972. "es.array.some"
  4973. ],
  4974. "core-js/modules/es.array.sort": [
  4975. "es.array.sort"
  4976. ],
  4977. "core-js/modules/es.array.species": [
  4978. "es.array.species"
  4979. ],
  4980. "core-js/modules/es.array.splice": [
  4981. "es.array.splice"
  4982. ],
  4983. "core-js/modules/es.array.unscopables.flat": [
  4984. "es.array.unscopables.flat"
  4985. ],
  4986. "core-js/modules/es.array.unscopables.flat-map": [
  4987. "es.array.unscopables.flat-map"
  4988. ],
  4989. "core-js/modules/es.data-view": [
  4990. "es.data-view"
  4991. ],
  4992. "core-js/modules/es.date.now": [
  4993. "es.date.now"
  4994. ],
  4995. "core-js/modules/es.date.to-iso-string": [
  4996. "es.date.to-iso-string"
  4997. ],
  4998. "core-js/modules/es.date.to-json": [
  4999. "es.date.to-json"
  5000. ],
  5001. "core-js/modules/es.date.to-primitive": [
  5002. "es.date.to-primitive"
  5003. ],
  5004. "core-js/modules/es.date.to-string": [
  5005. "es.date.to-string"
  5006. ],
  5007. "core-js/modules/es.function.bind": [
  5008. "es.function.bind"
  5009. ],
  5010. "core-js/modules/es.function.has-instance": [
  5011. "es.function.has-instance"
  5012. ],
  5013. "core-js/modules/es.function.name": [
  5014. "es.function.name"
  5015. ],
  5016. "core-js/modules/es.global-this": [
  5017. "es.global-this"
  5018. ],
  5019. "core-js/modules/es.json.stringify": [
  5020. "es.json.stringify"
  5021. ],
  5022. "core-js/modules/es.json.to-string-tag": [
  5023. "es.json.to-string-tag"
  5024. ],
  5025. "core-js/modules/es.map": [
  5026. "es.map"
  5027. ],
  5028. "core-js/modules/es.math.acosh": [
  5029. "es.math.acosh"
  5030. ],
  5031. "core-js/modules/es.math.asinh": [
  5032. "es.math.asinh"
  5033. ],
  5034. "core-js/modules/es.math.atanh": [
  5035. "es.math.atanh"
  5036. ],
  5037. "core-js/modules/es.math.cbrt": [
  5038. "es.math.cbrt"
  5039. ],
  5040. "core-js/modules/es.math.clz32": [
  5041. "es.math.clz32"
  5042. ],
  5043. "core-js/modules/es.math.cosh": [
  5044. "es.math.cosh"
  5045. ],
  5046. "core-js/modules/es.math.expm1": [
  5047. "es.math.expm1"
  5048. ],
  5049. "core-js/modules/es.math.fround": [
  5050. "es.math.fround"
  5051. ],
  5052. "core-js/modules/es.math.hypot": [
  5053. "es.math.hypot"
  5054. ],
  5055. "core-js/modules/es.math.imul": [
  5056. "es.math.imul"
  5057. ],
  5058. "core-js/modules/es.math.log10": [
  5059. "es.math.log10"
  5060. ],
  5061. "core-js/modules/es.math.log1p": [
  5062. "es.math.log1p"
  5063. ],
  5064. "core-js/modules/es.math.log2": [
  5065. "es.math.log2"
  5066. ],
  5067. "core-js/modules/es.math.sign": [
  5068. "es.math.sign"
  5069. ],
  5070. "core-js/modules/es.math.sinh": [
  5071. "es.math.sinh"
  5072. ],
  5073. "core-js/modules/es.math.tanh": [
  5074. "es.math.tanh"
  5075. ],
  5076. "core-js/modules/es.math.to-string-tag": [
  5077. "es.math.to-string-tag"
  5078. ],
  5079. "core-js/modules/es.math.trunc": [
  5080. "es.math.trunc"
  5081. ],
  5082. "core-js/modules/es.number.constructor": [
  5083. "es.number.constructor"
  5084. ],
  5085. "core-js/modules/es.number.epsilon": [
  5086. "es.number.epsilon"
  5087. ],
  5088. "core-js/modules/es.number.is-finite": [
  5089. "es.number.is-finite"
  5090. ],
  5091. "core-js/modules/es.number.is-integer": [
  5092. "es.number.is-integer"
  5093. ],
  5094. "core-js/modules/es.number.is-nan": [
  5095. "es.number.is-nan"
  5096. ],
  5097. "core-js/modules/es.number.is-safe-integer": [
  5098. "es.number.is-safe-integer"
  5099. ],
  5100. "core-js/modules/es.number.max-safe-integer": [
  5101. "es.number.max-safe-integer"
  5102. ],
  5103. "core-js/modules/es.number.min-safe-integer": [
  5104. "es.number.min-safe-integer"
  5105. ],
  5106. "core-js/modules/es.number.parse-float": [
  5107. "es.number.parse-float"
  5108. ],
  5109. "core-js/modules/es.number.parse-int": [
  5110. "es.number.parse-int"
  5111. ],
  5112. "core-js/modules/es.number.to-fixed": [
  5113. "es.number.to-fixed"
  5114. ],
  5115. "core-js/modules/es.number.to-precision": [
  5116. "es.number.to-precision"
  5117. ],
  5118. "core-js/modules/es.object.assign": [
  5119. "es.object.assign"
  5120. ],
  5121. "core-js/modules/es.object.create": [
  5122. "es.object.create"
  5123. ],
  5124. "core-js/modules/es.object.define-getter": [
  5125. "es.object.define-getter"
  5126. ],
  5127. "core-js/modules/es.object.define-properties": [
  5128. "es.object.define-properties"
  5129. ],
  5130. "core-js/modules/es.object.define-property": [
  5131. "es.object.define-property"
  5132. ],
  5133. "core-js/modules/es.object.define-setter": [
  5134. "es.object.define-setter"
  5135. ],
  5136. "core-js/modules/es.object.entries": [
  5137. "es.object.entries"
  5138. ],
  5139. "core-js/modules/es.object.freeze": [
  5140. "es.object.freeze"
  5141. ],
  5142. "core-js/modules/es.object.from-entries": [
  5143. "es.object.from-entries"
  5144. ],
  5145. "core-js/modules/es.object.get-own-property-descriptor": [
  5146. "es.object.get-own-property-descriptor"
  5147. ],
  5148. "core-js/modules/es.object.get-own-property-descriptors": [
  5149. "es.object.get-own-property-descriptors"
  5150. ],
  5151. "core-js/modules/es.object.get-own-property-names": [
  5152. "es.object.get-own-property-names"
  5153. ],
  5154. "core-js/modules/es.object.get-prototype-of": [
  5155. "es.object.get-prototype-of"
  5156. ],
  5157. "core-js/modules/es.object.is": [
  5158. "es.object.is"
  5159. ],
  5160. "core-js/modules/es.object.is-extensible": [
  5161. "es.object.is-extensible"
  5162. ],
  5163. "core-js/modules/es.object.is-frozen": [
  5164. "es.object.is-frozen"
  5165. ],
  5166. "core-js/modules/es.object.is-sealed": [
  5167. "es.object.is-sealed"
  5168. ],
  5169. "core-js/modules/es.object.keys": [
  5170. "es.object.keys"
  5171. ],
  5172. "core-js/modules/es.object.lookup-getter": [
  5173. "es.object.lookup-getter"
  5174. ],
  5175. "core-js/modules/es.object.lookup-setter": [
  5176. "es.object.lookup-setter"
  5177. ],
  5178. "core-js/modules/es.object.prevent-extensions": [
  5179. "es.object.prevent-extensions"
  5180. ],
  5181. "core-js/modules/es.object.seal": [
  5182. "es.object.seal"
  5183. ],
  5184. "core-js/modules/es.object.set-prototype-of": [
  5185. "es.object.set-prototype-of"
  5186. ],
  5187. "core-js/modules/es.object.to-string": [
  5188. "es.object.to-string"
  5189. ],
  5190. "core-js/modules/es.object.values": [
  5191. "es.object.values"
  5192. ],
  5193. "core-js/modules/es.parse-float": [
  5194. "es.parse-float"
  5195. ],
  5196. "core-js/modules/es.parse-int": [
  5197. "es.parse-int"
  5198. ],
  5199. "core-js/modules/es.promise": [
  5200. "es.promise"
  5201. ],
  5202. "core-js/modules/es.promise.all-settled": [
  5203. "es.promise.all-settled"
  5204. ],
  5205. "core-js/modules/es.promise.any": [
  5206. "es.promise.any"
  5207. ],
  5208. "core-js/modules/es.promise.finally": [
  5209. "es.promise.finally"
  5210. ],
  5211. "core-js/modules/es.reflect.apply": [
  5212. "es.reflect.apply"
  5213. ],
  5214. "core-js/modules/es.reflect.construct": [
  5215. "es.reflect.construct"
  5216. ],
  5217. "core-js/modules/es.reflect.define-property": [
  5218. "es.reflect.define-property"
  5219. ],
  5220. "core-js/modules/es.reflect.delete-property": [
  5221. "es.reflect.delete-property"
  5222. ],
  5223. "core-js/modules/es.reflect.get": [
  5224. "es.reflect.get"
  5225. ],
  5226. "core-js/modules/es.reflect.get-own-property-descriptor": [
  5227. "es.reflect.get-own-property-descriptor"
  5228. ],
  5229. "core-js/modules/es.reflect.get-prototype-of": [
  5230. "es.reflect.get-prototype-of"
  5231. ],
  5232. "core-js/modules/es.reflect.has": [
  5233. "es.reflect.has"
  5234. ],
  5235. "core-js/modules/es.reflect.is-extensible": [
  5236. "es.reflect.is-extensible"
  5237. ],
  5238. "core-js/modules/es.reflect.own-keys": [
  5239. "es.reflect.own-keys"
  5240. ],
  5241. "core-js/modules/es.reflect.prevent-extensions": [
  5242. "es.reflect.prevent-extensions"
  5243. ],
  5244. "core-js/modules/es.reflect.set": [
  5245. "es.reflect.set"
  5246. ],
  5247. "core-js/modules/es.reflect.set-prototype-of": [
  5248. "es.reflect.set-prototype-of"
  5249. ],
  5250. "core-js/modules/es.reflect.to-string-tag": [
  5251. "es.reflect.to-string-tag"
  5252. ],
  5253. "core-js/modules/es.regexp.constructor": [
  5254. "es.regexp.constructor"
  5255. ],
  5256. "core-js/modules/es.regexp.exec": [
  5257. "es.regexp.exec"
  5258. ],
  5259. "core-js/modules/es.regexp.flags": [
  5260. "es.regexp.flags"
  5261. ],
  5262. "core-js/modules/es.regexp.sticky": [
  5263. "es.regexp.sticky"
  5264. ],
  5265. "core-js/modules/es.regexp.test": [
  5266. "es.regexp.test"
  5267. ],
  5268. "core-js/modules/es.regexp.to-string": [
  5269. "es.regexp.to-string"
  5270. ],
  5271. "core-js/modules/es.set": [
  5272. "es.set"
  5273. ],
  5274. "core-js/modules/es.string.anchor": [
  5275. "es.string.anchor"
  5276. ],
  5277. "core-js/modules/es.string.big": [
  5278. "es.string.big"
  5279. ],
  5280. "core-js/modules/es.string.blink": [
  5281. "es.string.blink"
  5282. ],
  5283. "core-js/modules/es.string.bold": [
  5284. "es.string.bold"
  5285. ],
  5286. "core-js/modules/es.string.code-point-at": [
  5287. "es.string.code-point-at"
  5288. ],
  5289. "core-js/modules/es.string.ends-with": [
  5290. "es.string.ends-with"
  5291. ],
  5292. "core-js/modules/es.string.fixed": [
  5293. "es.string.fixed"
  5294. ],
  5295. "core-js/modules/es.string.fontcolor": [
  5296. "es.string.fontcolor"
  5297. ],
  5298. "core-js/modules/es.string.fontsize": [
  5299. "es.string.fontsize"
  5300. ],
  5301. "core-js/modules/es.string.from-code-point": [
  5302. "es.string.from-code-point"
  5303. ],
  5304. "core-js/modules/es.string.includes": [
  5305. "es.string.includes"
  5306. ],
  5307. "core-js/modules/es.string.italics": [
  5308. "es.string.italics"
  5309. ],
  5310. "core-js/modules/es.string.iterator": [
  5311. "es.string.iterator"
  5312. ],
  5313. "core-js/modules/es.string.link": [
  5314. "es.string.link"
  5315. ],
  5316. "core-js/modules/es.string.match": [
  5317. "es.string.match"
  5318. ],
  5319. "core-js/modules/es.string.match-all": [
  5320. "es.string.match-all"
  5321. ],
  5322. "core-js/modules/es.string.pad-end": [
  5323. "es.string.pad-end"
  5324. ],
  5325. "core-js/modules/es.string.pad-start": [
  5326. "es.string.pad-start"
  5327. ],
  5328. "core-js/modules/es.string.raw": [
  5329. "es.string.raw"
  5330. ],
  5331. "core-js/modules/es.string.repeat": [
  5332. "es.string.repeat"
  5333. ],
  5334. "core-js/modules/es.string.replace": [
  5335. "es.string.replace"
  5336. ],
  5337. "core-js/modules/es.string.replace-all": [
  5338. "es.string.replace-all"
  5339. ],
  5340. "core-js/modules/es.string.search": [
  5341. "es.string.search"
  5342. ],
  5343. "core-js/modules/es.string.small": [
  5344. "es.string.small"
  5345. ],
  5346. "core-js/modules/es.string.split": [
  5347. "es.string.split"
  5348. ],
  5349. "core-js/modules/es.string.starts-with": [
  5350. "es.string.starts-with"
  5351. ],
  5352. "core-js/modules/es.string.strike": [
  5353. "es.string.strike"
  5354. ],
  5355. "core-js/modules/es.string.sub": [
  5356. "es.string.sub"
  5357. ],
  5358. "core-js/modules/es.string.sup": [
  5359. "es.string.sup"
  5360. ],
  5361. "core-js/modules/es.string.trim": [
  5362. "es.string.trim"
  5363. ],
  5364. "core-js/modules/es.string.trim-end": [
  5365. "es.string.trim-end"
  5366. ],
  5367. "core-js/modules/es.string.trim-start": [
  5368. "es.string.trim-start"
  5369. ],
  5370. "core-js/modules/es.symbol": [
  5371. "es.symbol"
  5372. ],
  5373. "core-js/modules/es.symbol.async-iterator": [
  5374. "es.symbol.async-iterator"
  5375. ],
  5376. "core-js/modules/es.symbol.description": [
  5377. "es.symbol.description"
  5378. ],
  5379. "core-js/modules/es.symbol.has-instance": [
  5380. "es.symbol.has-instance"
  5381. ],
  5382. "core-js/modules/es.symbol.is-concat-spreadable": [
  5383. "es.symbol.is-concat-spreadable"
  5384. ],
  5385. "core-js/modules/es.symbol.iterator": [
  5386. "es.symbol.iterator"
  5387. ],
  5388. "core-js/modules/es.symbol.match": [
  5389. "es.symbol.match"
  5390. ],
  5391. "core-js/modules/es.symbol.match-all": [
  5392. "es.symbol.match-all"
  5393. ],
  5394. "core-js/modules/es.symbol.replace": [
  5395. "es.symbol.replace"
  5396. ],
  5397. "core-js/modules/es.symbol.search": [
  5398. "es.symbol.search"
  5399. ],
  5400. "core-js/modules/es.symbol.species": [
  5401. "es.symbol.species"
  5402. ],
  5403. "core-js/modules/es.symbol.split": [
  5404. "es.symbol.split"
  5405. ],
  5406. "core-js/modules/es.symbol.to-primitive": [
  5407. "es.symbol.to-primitive"
  5408. ],
  5409. "core-js/modules/es.symbol.to-string-tag": [
  5410. "es.symbol.to-string-tag"
  5411. ],
  5412. "core-js/modules/es.symbol.unscopables": [
  5413. "es.symbol.unscopables"
  5414. ],
  5415. "core-js/modules/es.typed-array.copy-within": [
  5416. "es.typed-array.copy-within"
  5417. ],
  5418. "core-js/modules/es.typed-array.every": [
  5419. "es.typed-array.every"
  5420. ],
  5421. "core-js/modules/es.typed-array.fill": [
  5422. "es.typed-array.fill"
  5423. ],
  5424. "core-js/modules/es.typed-array.filter": [
  5425. "es.typed-array.filter"
  5426. ],
  5427. "core-js/modules/es.typed-array.find": [
  5428. "es.typed-array.find"
  5429. ],
  5430. "core-js/modules/es.typed-array.find-index": [
  5431. "es.typed-array.find-index"
  5432. ],
  5433. "core-js/modules/es.typed-array.float32-array": [
  5434. "es.typed-array.float32-array"
  5435. ],
  5436. "core-js/modules/es.typed-array.float64-array": [
  5437. "es.typed-array.float64-array"
  5438. ],
  5439. "core-js/modules/es.typed-array.for-each": [
  5440. "es.typed-array.for-each"
  5441. ],
  5442. "core-js/modules/es.typed-array.from": [
  5443. "es.typed-array.from"
  5444. ],
  5445. "core-js/modules/es.typed-array.includes": [
  5446. "es.typed-array.includes"
  5447. ],
  5448. "core-js/modules/es.typed-array.index-of": [
  5449. "es.typed-array.index-of"
  5450. ],
  5451. "core-js/modules/es.typed-array.int16-array": [
  5452. "es.typed-array.int16-array"
  5453. ],
  5454. "core-js/modules/es.typed-array.int32-array": [
  5455. "es.typed-array.int32-array"
  5456. ],
  5457. "core-js/modules/es.typed-array.int8-array": [
  5458. "es.typed-array.int8-array"
  5459. ],
  5460. "core-js/modules/es.typed-array.iterator": [
  5461. "es.typed-array.iterator"
  5462. ],
  5463. "core-js/modules/es.typed-array.join": [
  5464. "es.typed-array.join"
  5465. ],
  5466. "core-js/modules/es.typed-array.last-index-of": [
  5467. "es.typed-array.last-index-of"
  5468. ],
  5469. "core-js/modules/es.typed-array.map": [
  5470. "es.typed-array.map"
  5471. ],
  5472. "core-js/modules/es.typed-array.of": [
  5473. "es.typed-array.of"
  5474. ],
  5475. "core-js/modules/es.typed-array.reduce": [
  5476. "es.typed-array.reduce"
  5477. ],
  5478. "core-js/modules/es.typed-array.reduce-right": [
  5479. "es.typed-array.reduce-right"
  5480. ],
  5481. "core-js/modules/es.typed-array.reverse": [
  5482. "es.typed-array.reverse"
  5483. ],
  5484. "core-js/modules/es.typed-array.set": [
  5485. "es.typed-array.set"
  5486. ],
  5487. "core-js/modules/es.typed-array.slice": [
  5488. "es.typed-array.slice"
  5489. ],
  5490. "core-js/modules/es.typed-array.some": [
  5491. "es.typed-array.some"
  5492. ],
  5493. "core-js/modules/es.typed-array.sort": [
  5494. "es.typed-array.sort"
  5495. ],
  5496. "core-js/modules/es.typed-array.subarray": [
  5497. "es.typed-array.subarray"
  5498. ],
  5499. "core-js/modules/es.typed-array.to-locale-string": [
  5500. "es.typed-array.to-locale-string"
  5501. ],
  5502. "core-js/modules/es.typed-array.to-string": [
  5503. "es.typed-array.to-string"
  5504. ],
  5505. "core-js/modules/es.typed-array.uint16-array": [
  5506. "es.typed-array.uint16-array"
  5507. ],
  5508. "core-js/modules/es.typed-array.uint32-array": [
  5509. "es.typed-array.uint32-array"
  5510. ],
  5511. "core-js/modules/es.typed-array.uint8-array": [
  5512. "es.typed-array.uint8-array"
  5513. ],
  5514. "core-js/modules/es.typed-array.uint8-clamped-array": [
  5515. "es.typed-array.uint8-clamped-array"
  5516. ],
  5517. "core-js/modules/es.weak-map": [
  5518. "es.weak-map"
  5519. ],
  5520. "core-js/modules/es.weak-set": [
  5521. "es.weak-set"
  5522. ],
  5523. "core-js/modules/esnext.aggregate-error": [
  5524. "esnext.aggregate-error"
  5525. ],
  5526. "core-js/modules/esnext.array.at": [
  5527. "esnext.array.at"
  5528. ],
  5529. "core-js/modules/esnext.array.filter-out": [
  5530. "esnext.array.filter-out"
  5531. ],
  5532. "core-js/modules/esnext.array.find-last": [
  5533. "esnext.array.find-last"
  5534. ],
  5535. "core-js/modules/esnext.array.find-last-index": [
  5536. "esnext.array.find-last-index"
  5537. ],
  5538. "core-js/modules/esnext.array.is-template-object": [
  5539. "esnext.array.is-template-object"
  5540. ],
  5541. "core-js/modules/esnext.array.last-index": [
  5542. "esnext.array.last-index"
  5543. ],
  5544. "core-js/modules/esnext.array.last-item": [
  5545. "esnext.array.last-item"
  5546. ],
  5547. "core-js/modules/esnext.array.unique-by": [
  5548. "esnext.array.unique-by"
  5549. ],
  5550. "core-js/modules/esnext.async-iterator.as-indexed-pairs": [
  5551. "esnext.async-iterator.as-indexed-pairs"
  5552. ],
  5553. "core-js/modules/esnext.async-iterator.constructor": [
  5554. "esnext.async-iterator.constructor"
  5555. ],
  5556. "core-js/modules/esnext.async-iterator.drop": [
  5557. "esnext.async-iterator.drop"
  5558. ],
  5559. "core-js/modules/esnext.async-iterator.every": [
  5560. "esnext.async-iterator.every"
  5561. ],
  5562. "core-js/modules/esnext.async-iterator.filter": [
  5563. "esnext.async-iterator.filter"
  5564. ],
  5565. "core-js/modules/esnext.async-iterator.find": [
  5566. "esnext.async-iterator.find"
  5567. ],
  5568. "core-js/modules/esnext.async-iterator.flat-map": [
  5569. "esnext.async-iterator.flat-map"
  5570. ],
  5571. "core-js/modules/esnext.async-iterator.for-each": [
  5572. "esnext.async-iterator.for-each"
  5573. ],
  5574. "core-js/modules/esnext.async-iterator.from": [
  5575. "esnext.async-iterator.from"
  5576. ],
  5577. "core-js/modules/esnext.async-iterator.map": [
  5578. "esnext.async-iterator.map"
  5579. ],
  5580. "core-js/modules/esnext.async-iterator.reduce": [
  5581. "esnext.async-iterator.reduce"
  5582. ],
  5583. "core-js/modules/esnext.async-iterator.some": [
  5584. "esnext.async-iterator.some"
  5585. ],
  5586. "core-js/modules/esnext.async-iterator.take": [
  5587. "esnext.async-iterator.take"
  5588. ],
  5589. "core-js/modules/esnext.async-iterator.to-array": [
  5590. "esnext.async-iterator.to-array"
  5591. ],
  5592. "core-js/modules/esnext.bigint.range": [
  5593. "esnext.bigint.range"
  5594. ],
  5595. "core-js/modules/esnext.composite-key": [
  5596. "esnext.composite-key"
  5597. ],
  5598. "core-js/modules/esnext.composite-symbol": [
  5599. "esnext.composite-symbol"
  5600. ],
  5601. "core-js/modules/esnext.global-this": [
  5602. "esnext.global-this"
  5603. ],
  5604. "core-js/modules/esnext.iterator.as-indexed-pairs": [
  5605. "esnext.iterator.as-indexed-pairs"
  5606. ],
  5607. "core-js/modules/esnext.iterator.constructor": [
  5608. "esnext.iterator.constructor"
  5609. ],
  5610. "core-js/modules/esnext.iterator.drop": [
  5611. "esnext.iterator.drop"
  5612. ],
  5613. "core-js/modules/esnext.iterator.every": [
  5614. "esnext.iterator.every"
  5615. ],
  5616. "core-js/modules/esnext.iterator.filter": [
  5617. "esnext.iterator.filter"
  5618. ],
  5619. "core-js/modules/esnext.iterator.find": [
  5620. "esnext.iterator.find"
  5621. ],
  5622. "core-js/modules/esnext.iterator.flat-map": [
  5623. "esnext.iterator.flat-map"
  5624. ],
  5625. "core-js/modules/esnext.iterator.for-each": [
  5626. "esnext.iterator.for-each"
  5627. ],
  5628. "core-js/modules/esnext.iterator.from": [
  5629. "esnext.iterator.from"
  5630. ],
  5631. "core-js/modules/esnext.iterator.map": [
  5632. "esnext.iterator.map"
  5633. ],
  5634. "core-js/modules/esnext.iterator.reduce": [
  5635. "esnext.iterator.reduce"
  5636. ],
  5637. "core-js/modules/esnext.iterator.some": [
  5638. "esnext.iterator.some"
  5639. ],
  5640. "core-js/modules/esnext.iterator.take": [
  5641. "esnext.iterator.take"
  5642. ],
  5643. "core-js/modules/esnext.iterator.to-array": [
  5644. "esnext.iterator.to-array"
  5645. ],
  5646. "core-js/modules/esnext.map.delete-all": [
  5647. "esnext.map.delete-all"
  5648. ],
  5649. "core-js/modules/esnext.map.emplace": [
  5650. "esnext.map.emplace"
  5651. ],
  5652. "core-js/modules/esnext.map.every": [
  5653. "esnext.map.every"
  5654. ],
  5655. "core-js/modules/esnext.map.filter": [
  5656. "esnext.map.filter"
  5657. ],
  5658. "core-js/modules/esnext.map.find": [
  5659. "esnext.map.find"
  5660. ],
  5661. "core-js/modules/esnext.map.find-key": [
  5662. "esnext.map.find-key"
  5663. ],
  5664. "core-js/modules/esnext.map.from": [
  5665. "esnext.map.from"
  5666. ],
  5667. "core-js/modules/esnext.map.group-by": [
  5668. "esnext.map.group-by"
  5669. ],
  5670. "core-js/modules/esnext.map.includes": [
  5671. "esnext.map.includes"
  5672. ],
  5673. "core-js/modules/esnext.map.key-by": [
  5674. "esnext.map.key-by"
  5675. ],
  5676. "core-js/modules/esnext.map.key-of": [
  5677. "esnext.map.key-of"
  5678. ],
  5679. "core-js/modules/esnext.map.map-keys": [
  5680. "esnext.map.map-keys"
  5681. ],
  5682. "core-js/modules/esnext.map.map-values": [
  5683. "esnext.map.map-values"
  5684. ],
  5685. "core-js/modules/esnext.map.merge": [
  5686. "esnext.map.merge"
  5687. ],
  5688. "core-js/modules/esnext.map.of": [
  5689. "esnext.map.of"
  5690. ],
  5691. "core-js/modules/esnext.map.reduce": [
  5692. "esnext.map.reduce"
  5693. ],
  5694. "core-js/modules/esnext.map.some": [
  5695. "esnext.map.some"
  5696. ],
  5697. "core-js/modules/esnext.map.update": [
  5698. "esnext.map.update"
  5699. ],
  5700. "core-js/modules/esnext.map.update-or-insert": [
  5701. "esnext.map.update-or-insert"
  5702. ],
  5703. "core-js/modules/esnext.map.upsert": [
  5704. "esnext.map.upsert"
  5705. ],
  5706. "core-js/modules/esnext.math.clamp": [
  5707. "esnext.math.clamp"
  5708. ],
  5709. "core-js/modules/esnext.math.deg-per-rad": [
  5710. "esnext.math.deg-per-rad"
  5711. ],
  5712. "core-js/modules/esnext.math.degrees": [
  5713. "esnext.math.degrees"
  5714. ],
  5715. "core-js/modules/esnext.math.fscale": [
  5716. "esnext.math.fscale"
  5717. ],
  5718. "core-js/modules/esnext.math.iaddh": [
  5719. "esnext.math.iaddh"
  5720. ],
  5721. "core-js/modules/esnext.math.imulh": [
  5722. "esnext.math.imulh"
  5723. ],
  5724. "core-js/modules/esnext.math.isubh": [
  5725. "esnext.math.isubh"
  5726. ],
  5727. "core-js/modules/esnext.math.rad-per-deg": [
  5728. "esnext.math.rad-per-deg"
  5729. ],
  5730. "core-js/modules/esnext.math.radians": [
  5731. "esnext.math.radians"
  5732. ],
  5733. "core-js/modules/esnext.math.scale": [
  5734. "esnext.math.scale"
  5735. ],
  5736. "core-js/modules/esnext.math.seeded-prng": [
  5737. "esnext.math.seeded-prng"
  5738. ],
  5739. "core-js/modules/esnext.math.signbit": [
  5740. "esnext.math.signbit"
  5741. ],
  5742. "core-js/modules/esnext.math.umulh": [
  5743. "esnext.math.umulh"
  5744. ],
  5745. "core-js/modules/esnext.number.from-string": [
  5746. "esnext.number.from-string"
  5747. ],
  5748. "core-js/modules/esnext.number.range": [
  5749. "esnext.number.range"
  5750. ],
  5751. "core-js/modules/esnext.object.iterate-entries": [
  5752. "esnext.object.iterate-entries"
  5753. ],
  5754. "core-js/modules/esnext.object.iterate-keys": [
  5755. "esnext.object.iterate-keys"
  5756. ],
  5757. "core-js/modules/esnext.object.iterate-values": [
  5758. "esnext.object.iterate-values"
  5759. ],
  5760. "core-js/modules/esnext.observable": [
  5761. "esnext.observable"
  5762. ],
  5763. "core-js/modules/esnext.promise.all-settled": [
  5764. "esnext.promise.all-settled"
  5765. ],
  5766. "core-js/modules/esnext.promise.any": [
  5767. "esnext.promise.any"
  5768. ],
  5769. "core-js/modules/esnext.promise.try": [
  5770. "esnext.promise.try"
  5771. ],
  5772. "core-js/modules/esnext.reflect.define-metadata": [
  5773. "esnext.reflect.define-metadata"
  5774. ],
  5775. "core-js/modules/esnext.reflect.delete-metadata": [
  5776. "esnext.reflect.delete-metadata"
  5777. ],
  5778. "core-js/modules/esnext.reflect.get-metadata": [
  5779. "esnext.reflect.get-metadata"
  5780. ],
  5781. "core-js/modules/esnext.reflect.get-metadata-keys": [
  5782. "esnext.reflect.get-metadata-keys"
  5783. ],
  5784. "core-js/modules/esnext.reflect.get-own-metadata": [
  5785. "esnext.reflect.get-own-metadata"
  5786. ],
  5787. "core-js/modules/esnext.reflect.get-own-metadata-keys": [
  5788. "esnext.reflect.get-own-metadata-keys"
  5789. ],
  5790. "core-js/modules/esnext.reflect.has-metadata": [
  5791. "esnext.reflect.has-metadata"
  5792. ],
  5793. "core-js/modules/esnext.reflect.has-own-metadata": [
  5794. "esnext.reflect.has-own-metadata"
  5795. ],
  5796. "core-js/modules/esnext.reflect.metadata": [
  5797. "esnext.reflect.metadata"
  5798. ],
  5799. "core-js/modules/esnext.set.add-all": [
  5800. "esnext.set.add-all"
  5801. ],
  5802. "core-js/modules/esnext.set.delete-all": [
  5803. "esnext.set.delete-all"
  5804. ],
  5805. "core-js/modules/esnext.set.difference": [
  5806. "esnext.set.difference"
  5807. ],
  5808. "core-js/modules/esnext.set.every": [
  5809. "esnext.set.every"
  5810. ],
  5811. "core-js/modules/esnext.set.filter": [
  5812. "esnext.set.filter"
  5813. ],
  5814. "core-js/modules/esnext.set.find": [
  5815. "esnext.set.find"
  5816. ],
  5817. "core-js/modules/esnext.set.from": [
  5818. "esnext.set.from"
  5819. ],
  5820. "core-js/modules/esnext.set.intersection": [
  5821. "esnext.set.intersection"
  5822. ],
  5823. "core-js/modules/esnext.set.is-disjoint-from": [
  5824. "esnext.set.is-disjoint-from"
  5825. ],
  5826. "core-js/modules/esnext.set.is-subset-of": [
  5827. "esnext.set.is-subset-of"
  5828. ],
  5829. "core-js/modules/esnext.set.is-superset-of": [
  5830. "esnext.set.is-superset-of"
  5831. ],
  5832. "core-js/modules/esnext.set.join": [
  5833. "esnext.set.join"
  5834. ],
  5835. "core-js/modules/esnext.set.map": [
  5836. "esnext.set.map"
  5837. ],
  5838. "core-js/modules/esnext.set.of": [
  5839. "esnext.set.of"
  5840. ],
  5841. "core-js/modules/esnext.set.reduce": [
  5842. "esnext.set.reduce"
  5843. ],
  5844. "core-js/modules/esnext.set.some": [
  5845. "esnext.set.some"
  5846. ],
  5847. "core-js/modules/esnext.set.symmetric-difference": [
  5848. "esnext.set.symmetric-difference"
  5849. ],
  5850. "core-js/modules/esnext.set.union": [
  5851. "esnext.set.union"
  5852. ],
  5853. "core-js/modules/esnext.string.at": [
  5854. "esnext.string.at"
  5855. ],
  5856. "core-js/modules/esnext.string.at-alternative": [
  5857. "esnext.string.at-alternative"
  5858. ],
  5859. "core-js/modules/esnext.string.code-points": [
  5860. "esnext.string.code-points"
  5861. ],
  5862. "core-js/modules/esnext.string.match-all": [
  5863. "esnext.string.match-all"
  5864. ],
  5865. "core-js/modules/esnext.string.replace-all": [
  5866. "esnext.string.replace-all"
  5867. ],
  5868. "core-js/modules/esnext.symbol.async-dispose": [
  5869. "esnext.symbol.async-dispose"
  5870. ],
  5871. "core-js/modules/esnext.symbol.dispose": [
  5872. "esnext.symbol.dispose"
  5873. ],
  5874. "core-js/modules/esnext.symbol.observable": [
  5875. "esnext.symbol.observable"
  5876. ],
  5877. "core-js/modules/esnext.symbol.pattern-match": [
  5878. "esnext.symbol.pattern-match"
  5879. ],
  5880. "core-js/modules/esnext.symbol.replace-all": [
  5881. "esnext.symbol.replace-all"
  5882. ],
  5883. "core-js/modules/esnext.typed-array.at": [
  5884. "esnext.typed-array.at"
  5885. ],
  5886. "core-js/modules/esnext.typed-array.filter-out": [
  5887. "esnext.typed-array.filter-out"
  5888. ],
  5889. "core-js/modules/esnext.typed-array.find-last": [
  5890. "esnext.typed-array.find-last"
  5891. ],
  5892. "core-js/modules/esnext.typed-array.find-last-index": [
  5893. "esnext.typed-array.find-last-index"
  5894. ],
  5895. "core-js/modules/esnext.typed-array.unique-by": [
  5896. "esnext.typed-array.unique-by"
  5897. ],
  5898. "core-js/modules/esnext.weak-map.delete-all": [
  5899. "esnext.weak-map.delete-all"
  5900. ],
  5901. "core-js/modules/esnext.weak-map.emplace": [
  5902. "esnext.weak-map.emplace"
  5903. ],
  5904. "core-js/modules/esnext.weak-map.from": [
  5905. "esnext.weak-map.from"
  5906. ],
  5907. "core-js/modules/esnext.weak-map.of": [
  5908. "esnext.weak-map.of"
  5909. ],
  5910. "core-js/modules/esnext.weak-map.upsert": [
  5911. "esnext.weak-map.upsert"
  5912. ],
  5913. "core-js/modules/esnext.weak-set.add-all": [
  5914. "esnext.weak-set.add-all"
  5915. ],
  5916. "core-js/modules/esnext.weak-set.delete-all": [
  5917. "esnext.weak-set.delete-all"
  5918. ],
  5919. "core-js/modules/esnext.weak-set.from": [
  5920. "esnext.weak-set.from"
  5921. ],
  5922. "core-js/modules/esnext.weak-set.of": [
  5923. "esnext.weak-set.of"
  5924. ],
  5925. "core-js/modules/web.dom-collections.for-each": [
  5926. "web.dom-collections.for-each"
  5927. ],
  5928. "core-js/modules/web.dom-collections.iterator": [
  5929. "web.dom-collections.iterator"
  5930. ],
  5931. "core-js/modules/web.immediate": [
  5932. "web.immediate"
  5933. ],
  5934. "core-js/modules/web.queue-microtask": [
  5935. "web.queue-microtask"
  5936. ],
  5937. "core-js/modules/web.timers": [
  5938. "web.timers"
  5939. ],
  5940. "core-js/modules/web.url": [
  5941. "web.url"
  5942. ],
  5943. "core-js/modules/web.url-search-params": [
  5944. "web.url-search-params"
  5945. ],
  5946. "core-js/modules/web.url.to-json": [
  5947. "web.url.to-json"
  5948. ],
  5949. "core-js/proposals": [
  5950. "es.map",
  5951. "esnext.aggregate-error",
  5952. "esnext.array.at",
  5953. "esnext.array.filter-out",
  5954. "esnext.array.find-last",
  5955. "esnext.array.find-last-index",
  5956. "esnext.array.is-template-object",
  5957. "esnext.array.last-index",
  5958. "esnext.array.last-item",
  5959. "esnext.array.unique-by",
  5960. "esnext.async-iterator.constructor",
  5961. "esnext.async-iterator.as-indexed-pairs",
  5962. "esnext.async-iterator.drop",
  5963. "esnext.async-iterator.every",
  5964. "esnext.async-iterator.filter",
  5965. "esnext.async-iterator.find",
  5966. "esnext.async-iterator.flat-map",
  5967. "esnext.async-iterator.for-each",
  5968. "esnext.async-iterator.from",
  5969. "esnext.async-iterator.map",
  5970. "esnext.async-iterator.reduce",
  5971. "esnext.async-iterator.some",
  5972. "esnext.async-iterator.take",
  5973. "esnext.async-iterator.to-array",
  5974. "esnext.bigint.range",
  5975. "esnext.composite-key",
  5976. "esnext.composite-symbol",
  5977. "esnext.global-this",
  5978. "esnext.iterator.constructor",
  5979. "esnext.iterator.as-indexed-pairs",
  5980. "esnext.iterator.drop",
  5981. "esnext.iterator.every",
  5982. "esnext.iterator.filter",
  5983. "esnext.iterator.find",
  5984. "esnext.iterator.flat-map",
  5985. "esnext.iterator.for-each",
  5986. "esnext.iterator.from",
  5987. "esnext.iterator.map",
  5988. "esnext.iterator.reduce",
  5989. "esnext.iterator.some",
  5990. "esnext.iterator.take",
  5991. "esnext.iterator.to-array",
  5992. "esnext.map.delete-all",
  5993. "esnext.map.emplace",
  5994. "esnext.map.every",
  5995. "esnext.map.filter",
  5996. "esnext.map.find",
  5997. "esnext.map.find-key",
  5998. "esnext.map.from",
  5999. "esnext.map.group-by",
  6000. "esnext.map.includes",
  6001. "esnext.map.key-by",
  6002. "esnext.map.key-of",
  6003. "esnext.map.map-keys",
  6004. "esnext.map.map-values",
  6005. "esnext.map.merge",
  6006. "esnext.map.of",
  6007. "esnext.map.reduce",
  6008. "esnext.map.some",
  6009. "esnext.map.update",
  6010. "esnext.map.update-or-insert",
  6011. "esnext.map.upsert",
  6012. "esnext.math.clamp",
  6013. "esnext.math.deg-per-rad",
  6014. "esnext.math.degrees",
  6015. "esnext.math.fscale",
  6016. "esnext.math.iaddh",
  6017. "esnext.math.imulh",
  6018. "esnext.math.isubh",
  6019. "esnext.math.rad-per-deg",
  6020. "esnext.math.radians",
  6021. "esnext.math.scale",
  6022. "esnext.math.seeded-prng",
  6023. "esnext.math.signbit",
  6024. "esnext.math.umulh",
  6025. "esnext.number.from-string",
  6026. "esnext.number.range",
  6027. "esnext.object.iterate-entries",
  6028. "esnext.object.iterate-keys",
  6029. "esnext.object.iterate-values",
  6030. "esnext.observable",
  6031. "esnext.promise.all-settled",
  6032. "esnext.promise.any",
  6033. "esnext.promise.try",
  6034. "esnext.reflect.define-metadata",
  6035. "esnext.reflect.delete-metadata",
  6036. "esnext.reflect.get-metadata",
  6037. "esnext.reflect.get-metadata-keys",
  6038. "esnext.reflect.get-own-metadata",
  6039. "esnext.reflect.get-own-metadata-keys",
  6040. "esnext.reflect.has-metadata",
  6041. "esnext.reflect.has-own-metadata",
  6042. "esnext.reflect.metadata",
  6043. "esnext.set.add-all",
  6044. "esnext.set.delete-all",
  6045. "esnext.set.difference",
  6046. "esnext.set.every",
  6047. "esnext.set.filter",
  6048. "esnext.set.find",
  6049. "esnext.set.from",
  6050. "esnext.set.intersection",
  6051. "esnext.set.is-disjoint-from",
  6052. "esnext.set.is-subset-of",
  6053. "esnext.set.is-superset-of",
  6054. "esnext.set.join",
  6055. "esnext.set.map",
  6056. "esnext.set.of",
  6057. "esnext.set.reduce",
  6058. "esnext.set.some",
  6059. "esnext.set.symmetric-difference",
  6060. "esnext.set.union",
  6061. "esnext.string.at",
  6062. "esnext.string.code-points",
  6063. "esnext.string.match-all",
  6064. "esnext.string.replace-all",
  6065. "esnext.symbol.async-dispose",
  6066. "esnext.symbol.dispose",
  6067. "esnext.symbol.observable",
  6068. "esnext.symbol.pattern-match",
  6069. "esnext.symbol.replace-all",
  6070. "esnext.typed-array.at",
  6071. "esnext.typed-array.filter-out",
  6072. "esnext.typed-array.find-last",
  6073. "esnext.typed-array.find-last-index",
  6074. "esnext.typed-array.unique-by",
  6075. "esnext.weak-map.delete-all",
  6076. "esnext.weak-map.from",
  6077. "esnext.weak-map.of",
  6078. "esnext.weak-map.emplace",
  6079. "esnext.weak-map.upsert",
  6080. "esnext.weak-set.add-all",
  6081. "esnext.weak-set.delete-all",
  6082. "esnext.weak-set.from",
  6083. "esnext.weak-set.of",
  6084. "web.url",
  6085. "web.url.to-json",
  6086. "web.url-search-params"
  6087. ],
  6088. "core-js/proposals/array-filtering": [
  6089. "esnext.array.filter-out",
  6090. "esnext.typed-array.filter-out"
  6091. ],
  6092. "core-js/proposals/array-find-from-last": [
  6093. "esnext.array.find-last",
  6094. "esnext.array.find-last-index",
  6095. "esnext.typed-array.find-last",
  6096. "esnext.typed-array.find-last-index"
  6097. ],
  6098. "core-js/proposals/array-is-template-object": [
  6099. "esnext.array.is-template-object"
  6100. ],
  6101. "core-js/proposals/array-last": [
  6102. "esnext.array.last-index",
  6103. "esnext.array.last-item"
  6104. ],
  6105. "core-js/proposals/array-unique": [
  6106. "es.map",
  6107. "esnext.array.unique-by",
  6108. "esnext.typed-array.unique-by"
  6109. ],
  6110. "core-js/proposals/collection-methods": [
  6111. "esnext.map.delete-all",
  6112. "esnext.map.every",
  6113. "esnext.map.filter",
  6114. "esnext.map.find",
  6115. "esnext.map.find-key",
  6116. "esnext.map.group-by",
  6117. "esnext.map.includes",
  6118. "esnext.map.key-by",
  6119. "esnext.map.key-of",
  6120. "esnext.map.map-keys",
  6121. "esnext.map.map-values",
  6122. "esnext.map.merge",
  6123. "esnext.map.reduce",
  6124. "esnext.map.some",
  6125. "esnext.map.update",
  6126. "esnext.set.add-all",
  6127. "esnext.set.delete-all",
  6128. "esnext.set.every",
  6129. "esnext.set.filter",
  6130. "esnext.set.find",
  6131. "esnext.set.join",
  6132. "esnext.set.map",
  6133. "esnext.set.reduce",
  6134. "esnext.set.some",
  6135. "esnext.weak-map.delete-all",
  6136. "esnext.weak-set.add-all",
  6137. "esnext.weak-set.delete-all"
  6138. ],
  6139. "core-js/proposals/collection-of-from": [
  6140. "esnext.map.from",
  6141. "esnext.map.of",
  6142. "esnext.set.from",
  6143. "esnext.set.of",
  6144. "esnext.weak-map.from",
  6145. "esnext.weak-map.of",
  6146. "esnext.weak-set.from",
  6147. "esnext.weak-set.of"
  6148. ],
  6149. "core-js/proposals/efficient-64-bit-arithmetic": [
  6150. "esnext.math.iaddh",
  6151. "esnext.math.imulh",
  6152. "esnext.math.isubh",
  6153. "esnext.math.umulh"
  6154. ],
  6155. "core-js/proposals/global-this": [
  6156. "esnext.global-this"
  6157. ],
  6158. "core-js/proposals/iterator-helpers": [
  6159. "esnext.async-iterator.constructor",
  6160. "esnext.async-iterator.as-indexed-pairs",
  6161. "esnext.async-iterator.drop",
  6162. "esnext.async-iterator.every",
  6163. "esnext.async-iterator.filter",
  6164. "esnext.async-iterator.find",
  6165. "esnext.async-iterator.flat-map",
  6166. "esnext.async-iterator.for-each",
  6167. "esnext.async-iterator.from",
  6168. "esnext.async-iterator.map",
  6169. "esnext.async-iterator.reduce",
  6170. "esnext.async-iterator.some",
  6171. "esnext.async-iterator.take",
  6172. "esnext.async-iterator.to-array",
  6173. "esnext.iterator.constructor",
  6174. "esnext.iterator.as-indexed-pairs",
  6175. "esnext.iterator.drop",
  6176. "esnext.iterator.every",
  6177. "esnext.iterator.filter",
  6178. "esnext.iterator.find",
  6179. "esnext.iterator.flat-map",
  6180. "esnext.iterator.for-each",
  6181. "esnext.iterator.from",
  6182. "esnext.iterator.map",
  6183. "esnext.iterator.reduce",
  6184. "esnext.iterator.some",
  6185. "esnext.iterator.take",
  6186. "esnext.iterator.to-array"
  6187. ],
  6188. "core-js/proposals/keys-composition": [
  6189. "esnext.composite-key",
  6190. "esnext.composite-symbol"
  6191. ],
  6192. "core-js/proposals/map-update-or-insert": [
  6193. "esnext.map.emplace",
  6194. "esnext.map.update-or-insert",
  6195. "esnext.map.upsert",
  6196. "esnext.weak-map.emplace",
  6197. "esnext.weak-map.upsert"
  6198. ],
  6199. "core-js/proposals/map-upsert": [
  6200. "esnext.map.emplace",
  6201. "esnext.map.update-or-insert",
  6202. "esnext.map.upsert",
  6203. "esnext.weak-map.emplace",
  6204. "esnext.weak-map.upsert"
  6205. ],
  6206. "core-js/proposals/math-extensions": [
  6207. "esnext.math.clamp",
  6208. "esnext.math.deg-per-rad",
  6209. "esnext.math.degrees",
  6210. "esnext.math.fscale",
  6211. "esnext.math.rad-per-deg",
  6212. "esnext.math.radians",
  6213. "esnext.math.scale"
  6214. ],
  6215. "core-js/proposals/math-signbit": [
  6216. "esnext.math.signbit"
  6217. ],
  6218. "core-js/proposals/number-from-string": [
  6219. "esnext.number.from-string"
  6220. ],
  6221. "core-js/proposals/number-range": [
  6222. "esnext.bigint.range",
  6223. "esnext.number.range"
  6224. ],
  6225. "core-js/proposals/object-iteration": [
  6226. "esnext.object.iterate-entries",
  6227. "esnext.object.iterate-keys",
  6228. "esnext.object.iterate-values"
  6229. ],
  6230. "core-js/proposals/observable": [
  6231. "esnext.observable",
  6232. "esnext.symbol.observable"
  6233. ],
  6234. "core-js/proposals/pattern-matching": [
  6235. "esnext.symbol.pattern-match"
  6236. ],
  6237. "core-js/proposals/promise-all-settled": [
  6238. "esnext.promise.all-settled"
  6239. ],
  6240. "core-js/proposals/promise-any": [
  6241. "esnext.aggregate-error",
  6242. "esnext.promise.any"
  6243. ],
  6244. "core-js/proposals/promise-try": [
  6245. "esnext.promise.try"
  6246. ],
  6247. "core-js/proposals/reflect-metadata": [
  6248. "esnext.reflect.define-metadata",
  6249. "esnext.reflect.delete-metadata",
  6250. "esnext.reflect.get-metadata",
  6251. "esnext.reflect.get-metadata-keys",
  6252. "esnext.reflect.get-own-metadata",
  6253. "esnext.reflect.get-own-metadata-keys",
  6254. "esnext.reflect.has-metadata",
  6255. "esnext.reflect.has-own-metadata",
  6256. "esnext.reflect.metadata"
  6257. ],
  6258. "core-js/proposals/relative-indexing-method": [
  6259. "esnext.array.at",
  6260. "esnext.typed-array.at"
  6261. ],
  6262. "core-js/proposals/seeded-random": [
  6263. "esnext.math.seeded-prng"
  6264. ],
  6265. "core-js/proposals/set-methods": [
  6266. "esnext.set.difference",
  6267. "esnext.set.intersection",
  6268. "esnext.set.is-disjoint-from",
  6269. "esnext.set.is-subset-of",
  6270. "esnext.set.is-superset-of",
  6271. "esnext.set.symmetric-difference",
  6272. "esnext.set.union"
  6273. ],
  6274. "core-js/proposals/string-at": [
  6275. "esnext.string.at"
  6276. ],
  6277. "core-js/proposals/string-code-points": [
  6278. "esnext.string.code-points"
  6279. ],
  6280. "core-js/proposals/string-match-all": [
  6281. "esnext.string.match-all"
  6282. ],
  6283. "core-js/proposals/string-replace-all": [
  6284. "esnext.string.replace-all",
  6285. "esnext.symbol.replace-all"
  6286. ],
  6287. "core-js/proposals/url": [
  6288. "web.url",
  6289. "web.url.to-json",
  6290. "web.url-search-params"
  6291. ],
  6292. "core-js/proposals/using-statement": [
  6293. "esnext.symbol.async-dispose",
  6294. "esnext.symbol.dispose"
  6295. ],
  6296. "core-js/stable": [
  6297. "es.symbol",
  6298. "es.symbol.description",
  6299. "es.symbol.async-iterator",
  6300. "es.symbol.has-instance",
  6301. "es.symbol.is-concat-spreadable",
  6302. "es.symbol.iterator",
  6303. "es.symbol.match",
  6304. "es.symbol.match-all",
  6305. "es.symbol.replace",
  6306. "es.symbol.search",
  6307. "es.symbol.species",
  6308. "es.symbol.split",
  6309. "es.symbol.to-primitive",
  6310. "es.symbol.to-string-tag",
  6311. "es.symbol.unscopables",
  6312. "es.aggregate-error",
  6313. "es.array.concat",
  6314. "es.array.copy-within",
  6315. "es.array.every",
  6316. "es.array.fill",
  6317. "es.array.filter",
  6318. "es.array.find",
  6319. "es.array.find-index",
  6320. "es.array.flat",
  6321. "es.array.flat-map",
  6322. "es.array.for-each",
  6323. "es.array.from",
  6324. "es.array.includes",
  6325. "es.array.index-of",
  6326. "es.array.is-array",
  6327. "es.array.iterator",
  6328. "es.array.join",
  6329. "es.array.last-index-of",
  6330. "es.array.map",
  6331. "es.array.of",
  6332. "es.array.reduce",
  6333. "es.array.reduce-right",
  6334. "es.array.reverse",
  6335. "es.array.slice",
  6336. "es.array.some",
  6337. "es.array.sort",
  6338. "es.array.species",
  6339. "es.array.splice",
  6340. "es.array.unscopables.flat",
  6341. "es.array.unscopables.flat-map",
  6342. "es.array-buffer.constructor",
  6343. "es.array-buffer.is-view",
  6344. "es.array-buffer.slice",
  6345. "es.data-view",
  6346. "es.date.now",
  6347. "es.date.to-iso-string",
  6348. "es.date.to-json",
  6349. "es.date.to-primitive",
  6350. "es.date.to-string",
  6351. "es.function.bind",
  6352. "es.function.has-instance",
  6353. "es.function.name",
  6354. "es.global-this",
  6355. "es.json.stringify",
  6356. "es.json.to-string-tag",
  6357. "es.map",
  6358. "es.math.acosh",
  6359. "es.math.asinh",
  6360. "es.math.atanh",
  6361. "es.math.cbrt",
  6362. "es.math.clz32",
  6363. "es.math.cosh",
  6364. "es.math.expm1",
  6365. "es.math.fround",
  6366. "es.math.hypot",
  6367. "es.math.imul",
  6368. "es.math.log10",
  6369. "es.math.log1p",
  6370. "es.math.log2",
  6371. "es.math.sign",
  6372. "es.math.sinh",
  6373. "es.math.tanh",
  6374. "es.math.to-string-tag",
  6375. "es.math.trunc",
  6376. "es.number.constructor",
  6377. "es.number.epsilon",
  6378. "es.number.is-finite",
  6379. "es.number.is-integer",
  6380. "es.number.is-nan",
  6381. "es.number.is-safe-integer",
  6382. "es.number.max-safe-integer",
  6383. "es.number.min-safe-integer",
  6384. "es.number.parse-float",
  6385. "es.number.parse-int",
  6386. "es.number.to-fixed",
  6387. "es.number.to-precision",
  6388. "es.object.assign",
  6389. "es.object.create",
  6390. "es.object.define-getter",
  6391. "es.object.define-properties",
  6392. "es.object.define-property",
  6393. "es.object.define-setter",
  6394. "es.object.entries",
  6395. "es.object.freeze",
  6396. "es.object.from-entries",
  6397. "es.object.get-own-property-descriptor",
  6398. "es.object.get-own-property-descriptors",
  6399. "es.object.get-own-property-names",
  6400. "es.object.get-prototype-of",
  6401. "es.object.is",
  6402. "es.object.is-extensible",
  6403. "es.object.is-frozen",
  6404. "es.object.is-sealed",
  6405. "es.object.keys",
  6406. "es.object.lookup-getter",
  6407. "es.object.lookup-setter",
  6408. "es.object.prevent-extensions",
  6409. "es.object.seal",
  6410. "es.object.set-prototype-of",
  6411. "es.object.to-string",
  6412. "es.object.values",
  6413. "es.parse-float",
  6414. "es.parse-int",
  6415. "es.promise",
  6416. "es.promise.all-settled",
  6417. "es.promise.any",
  6418. "es.promise.finally",
  6419. "es.reflect.apply",
  6420. "es.reflect.construct",
  6421. "es.reflect.define-property",
  6422. "es.reflect.delete-property",
  6423. "es.reflect.get",
  6424. "es.reflect.get-own-property-descriptor",
  6425. "es.reflect.get-prototype-of",
  6426. "es.reflect.has",
  6427. "es.reflect.is-extensible",
  6428. "es.reflect.own-keys",
  6429. "es.reflect.prevent-extensions",
  6430. "es.reflect.set",
  6431. "es.reflect.set-prototype-of",
  6432. "es.reflect.to-string-tag",
  6433. "es.regexp.constructor",
  6434. "es.regexp.exec",
  6435. "es.regexp.flags",
  6436. "es.regexp.sticky",
  6437. "es.regexp.test",
  6438. "es.regexp.to-string",
  6439. "es.set",
  6440. "es.string.code-point-at",
  6441. "es.string.ends-with",
  6442. "es.string.from-code-point",
  6443. "es.string.includes",
  6444. "es.string.iterator",
  6445. "es.string.match",
  6446. "es.string.match-all",
  6447. "es.string.pad-end",
  6448. "es.string.pad-start",
  6449. "es.string.raw",
  6450. "es.string.repeat",
  6451. "es.string.replace",
  6452. "es.string.replace-all",
  6453. "es.string.search",
  6454. "es.string.split",
  6455. "es.string.starts-with",
  6456. "es.string.trim",
  6457. "es.string.trim-end",
  6458. "es.string.trim-start",
  6459. "es.string.anchor",
  6460. "es.string.big",
  6461. "es.string.blink",
  6462. "es.string.bold",
  6463. "es.string.fixed",
  6464. "es.string.fontcolor",
  6465. "es.string.fontsize",
  6466. "es.string.italics",
  6467. "es.string.link",
  6468. "es.string.small",
  6469. "es.string.strike",
  6470. "es.string.sub",
  6471. "es.string.sup",
  6472. "es.typed-array.float32-array",
  6473. "es.typed-array.float64-array",
  6474. "es.typed-array.int8-array",
  6475. "es.typed-array.int16-array",
  6476. "es.typed-array.int32-array",
  6477. "es.typed-array.uint8-array",
  6478. "es.typed-array.uint8-clamped-array",
  6479. "es.typed-array.uint16-array",
  6480. "es.typed-array.uint32-array",
  6481. "es.typed-array.copy-within",
  6482. "es.typed-array.every",
  6483. "es.typed-array.fill",
  6484. "es.typed-array.filter",
  6485. "es.typed-array.find",
  6486. "es.typed-array.find-index",
  6487. "es.typed-array.for-each",
  6488. "es.typed-array.from",
  6489. "es.typed-array.includes",
  6490. "es.typed-array.index-of",
  6491. "es.typed-array.iterator",
  6492. "es.typed-array.join",
  6493. "es.typed-array.last-index-of",
  6494. "es.typed-array.map",
  6495. "es.typed-array.of",
  6496. "es.typed-array.reduce",
  6497. "es.typed-array.reduce-right",
  6498. "es.typed-array.reverse",
  6499. "es.typed-array.set",
  6500. "es.typed-array.slice",
  6501. "es.typed-array.some",
  6502. "es.typed-array.sort",
  6503. "es.typed-array.subarray",
  6504. "es.typed-array.to-locale-string",
  6505. "es.typed-array.to-string",
  6506. "es.weak-map",
  6507. "es.weak-set",
  6508. "web.dom-collections.for-each",
  6509. "web.dom-collections.iterator",
  6510. "web.immediate",
  6511. "web.queue-microtask",
  6512. "web.timers",
  6513. "web.url",
  6514. "web.url.to-json",
  6515. "web.url-search-params"
  6516. ],
  6517. "core-js/stable/aggregate-error": [
  6518. "es.aggregate-error",
  6519. "es.string.iterator",
  6520. "esnext.aggregate-error",
  6521. "web.dom-collections.iterator"
  6522. ],
  6523. "core-js/stable/array": [
  6524. "es.array.concat",
  6525. "es.array.copy-within",
  6526. "es.array.every",
  6527. "es.array.fill",
  6528. "es.array.filter",
  6529. "es.array.find",
  6530. "es.array.find-index",
  6531. "es.array.flat",
  6532. "es.array.flat-map",
  6533. "es.array.for-each",
  6534. "es.array.from",
  6535. "es.array.includes",
  6536. "es.array.index-of",
  6537. "es.array.is-array",
  6538. "es.array.iterator",
  6539. "es.array.join",
  6540. "es.array.last-index-of",
  6541. "es.array.map",
  6542. "es.array.of",
  6543. "es.array.reduce",
  6544. "es.array.reduce-right",
  6545. "es.array.reverse",
  6546. "es.array.slice",
  6547. "es.array.some",
  6548. "es.array.sort",
  6549. "es.array.species",
  6550. "es.array.splice",
  6551. "es.array.unscopables.flat",
  6552. "es.array.unscopables.flat-map",
  6553. "es.string.iterator"
  6554. ],
  6555. "core-js/stable/array-buffer": [
  6556. "es.array-buffer.constructor",
  6557. "es.array-buffer.is-view",
  6558. "es.array-buffer.slice",
  6559. "es.object.to-string"
  6560. ],
  6561. "core-js/stable/array-buffer/constructor": [
  6562. "es.array-buffer.constructor",
  6563. "es.object.to-string"
  6564. ],
  6565. "core-js/stable/array-buffer/is-view": [
  6566. "es.array-buffer.is-view"
  6567. ],
  6568. "core-js/stable/array-buffer/slice": [
  6569. "es.array-buffer.slice"
  6570. ],
  6571. "core-js/stable/array/concat": [
  6572. "es.array.concat"
  6573. ],
  6574. "core-js/stable/array/copy-within": [
  6575. "es.array.copy-within"
  6576. ],
  6577. "core-js/stable/array/entries": [
  6578. "es.array.iterator"
  6579. ],
  6580. "core-js/stable/array/every": [
  6581. "es.array.every"
  6582. ],
  6583. "core-js/stable/array/fill": [
  6584. "es.array.fill"
  6585. ],
  6586. "core-js/stable/array/filter": [
  6587. "es.array.filter"
  6588. ],
  6589. "core-js/stable/array/find": [
  6590. "es.array.find"
  6591. ],
  6592. "core-js/stable/array/find-index": [
  6593. "es.array.find-index"
  6594. ],
  6595. "core-js/stable/array/flat": [
  6596. "es.array.flat",
  6597. "es.array.unscopables.flat"
  6598. ],
  6599. "core-js/stable/array/flat-map": [
  6600. "es.array.flat-map",
  6601. "es.array.unscopables.flat-map"
  6602. ],
  6603. "core-js/stable/array/for-each": [
  6604. "es.array.for-each"
  6605. ],
  6606. "core-js/stable/array/from": [
  6607. "es.array.from",
  6608. "es.string.iterator"
  6609. ],
  6610. "core-js/stable/array/includes": [
  6611. "es.array.includes"
  6612. ],
  6613. "core-js/stable/array/index-of": [
  6614. "es.array.index-of"
  6615. ],
  6616. "core-js/stable/array/is-array": [
  6617. "es.array.is-array"
  6618. ],
  6619. "core-js/stable/array/iterator": [
  6620. "es.array.iterator"
  6621. ],
  6622. "core-js/stable/array/join": [
  6623. "es.array.join"
  6624. ],
  6625. "core-js/stable/array/keys": [
  6626. "es.array.iterator"
  6627. ],
  6628. "core-js/stable/array/last-index-of": [
  6629. "es.array.last-index-of"
  6630. ],
  6631. "core-js/stable/array/map": [
  6632. "es.array.map"
  6633. ],
  6634. "core-js/stable/array/of": [
  6635. "es.array.of"
  6636. ],
  6637. "core-js/stable/array/reduce": [
  6638. "es.array.reduce"
  6639. ],
  6640. "core-js/stable/array/reduce-right": [
  6641. "es.array.reduce-right"
  6642. ],
  6643. "core-js/stable/array/reverse": [
  6644. "es.array.reverse"
  6645. ],
  6646. "core-js/stable/array/slice": [
  6647. "es.array.slice"
  6648. ],
  6649. "core-js/stable/array/some": [
  6650. "es.array.some"
  6651. ],
  6652. "core-js/stable/array/sort": [
  6653. "es.array.sort"
  6654. ],
  6655. "core-js/stable/array/splice": [
  6656. "es.array.splice"
  6657. ],
  6658. "core-js/stable/array/values": [
  6659. "es.array.iterator"
  6660. ],
  6661. "core-js/stable/array/virtual": [
  6662. "es.array.concat",
  6663. "es.array.copy-within",
  6664. "es.array.every",
  6665. "es.array.fill",
  6666. "es.array.filter",
  6667. "es.array.find",
  6668. "es.array.find-index",
  6669. "es.array.flat",
  6670. "es.array.flat-map",
  6671. "es.array.for-each",
  6672. "es.array.includes",
  6673. "es.array.index-of",
  6674. "es.array.iterator",
  6675. "es.array.join",
  6676. "es.array.last-index-of",
  6677. "es.array.map",
  6678. "es.array.reduce",
  6679. "es.array.reduce-right",
  6680. "es.array.reverse",
  6681. "es.array.slice",
  6682. "es.array.some",
  6683. "es.array.sort",
  6684. "es.array.species",
  6685. "es.array.splice",
  6686. "es.array.unscopables.flat",
  6687. "es.array.unscopables.flat-map"
  6688. ],
  6689. "core-js/stable/array/virtual/concat": [
  6690. "es.array.concat"
  6691. ],
  6692. "core-js/stable/array/virtual/copy-within": [
  6693. "es.array.copy-within"
  6694. ],
  6695. "core-js/stable/array/virtual/entries": [
  6696. "es.array.iterator"
  6697. ],
  6698. "core-js/stable/array/virtual/every": [
  6699. "es.array.every"
  6700. ],
  6701. "core-js/stable/array/virtual/fill": [
  6702. "es.array.fill"
  6703. ],
  6704. "core-js/stable/array/virtual/filter": [
  6705. "es.array.filter"
  6706. ],
  6707. "core-js/stable/array/virtual/find": [
  6708. "es.array.find"
  6709. ],
  6710. "core-js/stable/array/virtual/find-index": [
  6711. "es.array.find-index"
  6712. ],
  6713. "core-js/stable/array/virtual/flat": [
  6714. "es.array.flat",
  6715. "es.array.unscopables.flat"
  6716. ],
  6717. "core-js/stable/array/virtual/flat-map": [
  6718. "es.array.flat-map",
  6719. "es.array.unscopables.flat-map"
  6720. ],
  6721. "core-js/stable/array/virtual/for-each": [
  6722. "es.array.for-each"
  6723. ],
  6724. "core-js/stable/array/virtual/includes": [
  6725. "es.array.includes"
  6726. ],
  6727. "core-js/stable/array/virtual/index-of": [
  6728. "es.array.index-of"
  6729. ],
  6730. "core-js/stable/array/virtual/iterator": [
  6731. "es.array.iterator"
  6732. ],
  6733. "core-js/stable/array/virtual/join": [
  6734. "es.array.join"
  6735. ],
  6736. "core-js/stable/array/virtual/keys": [
  6737. "es.array.iterator"
  6738. ],
  6739. "core-js/stable/array/virtual/last-index-of": [
  6740. "es.array.last-index-of"
  6741. ],
  6742. "core-js/stable/array/virtual/map": [
  6743. "es.array.map"
  6744. ],
  6745. "core-js/stable/array/virtual/reduce": [
  6746. "es.array.reduce"
  6747. ],
  6748. "core-js/stable/array/virtual/reduce-right": [
  6749. "es.array.reduce-right"
  6750. ],
  6751. "core-js/stable/array/virtual/reverse": [
  6752. "es.array.reverse"
  6753. ],
  6754. "core-js/stable/array/virtual/slice": [
  6755. "es.array.slice"
  6756. ],
  6757. "core-js/stable/array/virtual/some": [
  6758. "es.array.some"
  6759. ],
  6760. "core-js/stable/array/virtual/sort": [
  6761. "es.array.sort"
  6762. ],
  6763. "core-js/stable/array/virtual/splice": [
  6764. "es.array.splice"
  6765. ],
  6766. "core-js/stable/array/virtual/values": [
  6767. "es.array.iterator"
  6768. ],
  6769. "core-js/stable/clear-immediate": [
  6770. "web.immediate"
  6771. ],
  6772. "core-js/stable/data-view": [
  6773. "es.data-view",
  6774. "es.object.to-string"
  6775. ],
  6776. "core-js/stable/date": [
  6777. "es.date.now",
  6778. "es.date.to-iso-string",
  6779. "es.date.to-json",
  6780. "es.date.to-primitive",
  6781. "es.date.to-string"
  6782. ],
  6783. "core-js/stable/date/now": [
  6784. "es.date.now"
  6785. ],
  6786. "core-js/stable/date/to-iso-string": [
  6787. "es.date.to-iso-string",
  6788. "es.date.to-json"
  6789. ],
  6790. "core-js/stable/date/to-json": [
  6791. "es.date.to-json"
  6792. ],
  6793. "core-js/stable/date/to-primitive": [
  6794. "es.date.to-primitive"
  6795. ],
  6796. "core-js/stable/date/to-string": [
  6797. "es.date.to-string"
  6798. ],
  6799. "core-js/stable/dom-collections": [
  6800. "es.array.iterator",
  6801. "web.dom-collections.for-each",
  6802. "web.dom-collections.iterator"
  6803. ],
  6804. "core-js/stable/dom-collections/for-each": [
  6805. "web.dom-collections.for-each"
  6806. ],
  6807. "core-js/stable/dom-collections/iterator": [
  6808. "web.dom-collections.iterator"
  6809. ],
  6810. "core-js/stable/function": [
  6811. "es.function.bind",
  6812. "es.function.has-instance",
  6813. "es.function.name"
  6814. ],
  6815. "core-js/stable/function/bind": [
  6816. "es.function.bind"
  6817. ],
  6818. "core-js/stable/function/has-instance": [
  6819. "es.function.has-instance"
  6820. ],
  6821. "core-js/stable/function/name": [
  6822. "es.function.name"
  6823. ],
  6824. "core-js/stable/function/virtual": [
  6825. "es.function.bind"
  6826. ],
  6827. "core-js/stable/function/virtual/bind": [
  6828. "es.function.bind"
  6829. ],
  6830. "core-js/stable/global-this": [
  6831. "es.global-this"
  6832. ],
  6833. "core-js/stable/instance/bind": [
  6834. "es.function.bind"
  6835. ],
  6836. "core-js/stable/instance/code-point-at": [
  6837. "es.string.code-point-at"
  6838. ],
  6839. "core-js/stable/instance/concat": [
  6840. "es.array.concat"
  6841. ],
  6842. "core-js/stable/instance/copy-within": [
  6843. "es.array.copy-within"
  6844. ],
  6845. "core-js/stable/instance/ends-with": [
  6846. "es.string.ends-with"
  6847. ],
  6848. "core-js/stable/instance/entries": [
  6849. "es.array.iterator",
  6850. "web.dom-collections.iterator"
  6851. ],
  6852. "core-js/stable/instance/every": [
  6853. "es.array.every"
  6854. ],
  6855. "core-js/stable/instance/fill": [
  6856. "es.array.fill"
  6857. ],
  6858. "core-js/stable/instance/filter": [
  6859. "es.array.filter"
  6860. ],
  6861. "core-js/stable/instance/find": [
  6862. "es.array.find"
  6863. ],
  6864. "core-js/stable/instance/find-index": [
  6865. "es.array.find-index"
  6866. ],
  6867. "core-js/stable/instance/flags": [
  6868. "es.regexp.flags"
  6869. ],
  6870. "core-js/stable/instance/flat": [
  6871. "es.array.flat",
  6872. "es.array.unscopables.flat"
  6873. ],
  6874. "core-js/stable/instance/flat-map": [
  6875. "es.array.flat-map",
  6876. "es.array.unscopables.flat-map"
  6877. ],
  6878. "core-js/stable/instance/for-each": [
  6879. "es.array.for-each",
  6880. "web.dom-collections.iterator"
  6881. ],
  6882. "core-js/stable/instance/includes": [
  6883. "es.array.includes",
  6884. "es.string.includes"
  6885. ],
  6886. "core-js/stable/instance/index-of": [
  6887. "es.array.index-of"
  6888. ],
  6889. "core-js/stable/instance/keys": [
  6890. "es.array.iterator",
  6891. "web.dom-collections.iterator"
  6892. ],
  6893. "core-js/stable/instance/last-index-of": [
  6894. "es.array.last-index-of"
  6895. ],
  6896. "core-js/stable/instance/map": [
  6897. "es.array.map"
  6898. ],
  6899. "core-js/stable/instance/match-all": [
  6900. "es.string.match-all"
  6901. ],
  6902. "core-js/stable/instance/pad-end": [
  6903. "es.string.pad-end"
  6904. ],
  6905. "core-js/stable/instance/pad-start": [
  6906. "es.string.pad-start"
  6907. ],
  6908. "core-js/stable/instance/reduce": [
  6909. "es.array.reduce"
  6910. ],
  6911. "core-js/stable/instance/reduce-right": [
  6912. "es.array.reduce-right"
  6913. ],
  6914. "core-js/stable/instance/repeat": [
  6915. "es.string.repeat"
  6916. ],
  6917. "core-js/stable/instance/replace-all": [
  6918. "es.string.replace-all"
  6919. ],
  6920. "core-js/stable/instance/reverse": [
  6921. "es.array.reverse"
  6922. ],
  6923. "core-js/stable/instance/slice": [
  6924. "es.array.slice"
  6925. ],
  6926. "core-js/stable/instance/some": [
  6927. "es.array.some"
  6928. ],
  6929. "core-js/stable/instance/sort": [
  6930. "es.array.sort"
  6931. ],
  6932. "core-js/stable/instance/splice": [
  6933. "es.array.splice"
  6934. ],
  6935. "core-js/stable/instance/starts-with": [
  6936. "es.string.starts-with"
  6937. ],
  6938. "core-js/stable/instance/trim": [
  6939. "es.string.trim"
  6940. ],
  6941. "core-js/stable/instance/trim-end": [
  6942. "es.string.trim-end"
  6943. ],
  6944. "core-js/stable/instance/trim-left": [
  6945. "es.string.trim-start"
  6946. ],
  6947. "core-js/stable/instance/trim-right": [
  6948. "es.string.trim-end"
  6949. ],
  6950. "core-js/stable/instance/trim-start": [
  6951. "es.string.trim-start"
  6952. ],
  6953. "core-js/stable/instance/values": [
  6954. "es.array.iterator",
  6955. "web.dom-collections.iterator"
  6956. ],
  6957. "core-js/stable/json": [
  6958. "es.json.stringify",
  6959. "es.json.to-string-tag"
  6960. ],
  6961. "core-js/stable/json/stringify": [
  6962. "es.json.stringify"
  6963. ],
  6964. "core-js/stable/json/to-string-tag": [
  6965. "es.json.to-string-tag"
  6966. ],
  6967. "core-js/stable/map": [
  6968. "es.map",
  6969. "es.object.to-string",
  6970. "es.string.iterator",
  6971. "web.dom-collections.iterator"
  6972. ],
  6973. "core-js/stable/math": [
  6974. "es.math.acosh",
  6975. "es.math.asinh",
  6976. "es.math.atanh",
  6977. "es.math.cbrt",
  6978. "es.math.clz32",
  6979. "es.math.cosh",
  6980. "es.math.expm1",
  6981. "es.math.fround",
  6982. "es.math.hypot",
  6983. "es.math.imul",
  6984. "es.math.log10",
  6985. "es.math.log1p",
  6986. "es.math.log2",
  6987. "es.math.sign",
  6988. "es.math.sinh",
  6989. "es.math.tanh",
  6990. "es.math.to-string-tag",
  6991. "es.math.trunc"
  6992. ],
  6993. "core-js/stable/math/acosh": [
  6994. "es.math.acosh"
  6995. ],
  6996. "core-js/stable/math/asinh": [
  6997. "es.math.asinh"
  6998. ],
  6999. "core-js/stable/math/atanh": [
  7000. "es.math.atanh"
  7001. ],
  7002. "core-js/stable/math/cbrt": [
  7003. "es.math.cbrt"
  7004. ],
  7005. "core-js/stable/math/clz32": [
  7006. "es.math.clz32"
  7007. ],
  7008. "core-js/stable/math/cosh": [
  7009. "es.math.cosh"
  7010. ],
  7011. "core-js/stable/math/expm1": [
  7012. "es.math.expm1"
  7013. ],
  7014. "core-js/stable/math/fround": [
  7015. "es.math.fround"
  7016. ],
  7017. "core-js/stable/math/hypot": [
  7018. "es.math.hypot"
  7019. ],
  7020. "core-js/stable/math/imul": [
  7021. "es.math.imul"
  7022. ],
  7023. "core-js/stable/math/log10": [
  7024. "es.math.log10"
  7025. ],
  7026. "core-js/stable/math/log1p": [
  7027. "es.math.log1p"
  7028. ],
  7029. "core-js/stable/math/log2": [
  7030. "es.math.log2"
  7031. ],
  7032. "core-js/stable/math/sign": [
  7033. "es.math.sign"
  7034. ],
  7035. "core-js/stable/math/sinh": [
  7036. "es.math.sinh"
  7037. ],
  7038. "core-js/stable/math/tanh": [
  7039. "es.math.tanh"
  7040. ],
  7041. "core-js/stable/math/to-string-tag": [
  7042. "es.math.to-string-tag"
  7043. ],
  7044. "core-js/stable/math/trunc": [
  7045. "es.math.trunc"
  7046. ],
  7047. "core-js/stable/number": [
  7048. "es.number.constructor",
  7049. "es.number.epsilon",
  7050. "es.number.is-finite",
  7051. "es.number.is-integer",
  7052. "es.number.is-nan",
  7053. "es.number.is-safe-integer",
  7054. "es.number.max-safe-integer",
  7055. "es.number.min-safe-integer",
  7056. "es.number.parse-float",
  7057. "es.number.parse-int",
  7058. "es.number.to-fixed",
  7059. "es.number.to-precision"
  7060. ],
  7061. "core-js/stable/number/constructor": [
  7062. "es.number.constructor"
  7063. ],
  7064. "core-js/stable/number/epsilon": [
  7065. "es.number.epsilon"
  7066. ],
  7067. "core-js/stable/number/is-finite": [
  7068. "es.number.is-finite"
  7069. ],
  7070. "core-js/stable/number/is-integer": [
  7071. "es.number.is-integer"
  7072. ],
  7073. "core-js/stable/number/is-nan": [
  7074. "es.number.is-nan"
  7075. ],
  7076. "core-js/stable/number/is-safe-integer": [
  7077. "es.number.is-safe-integer"
  7078. ],
  7079. "core-js/stable/number/max-safe-integer": [
  7080. "es.number.max-safe-integer"
  7081. ],
  7082. "core-js/stable/number/min-safe-integer": [
  7083. "es.number.min-safe-integer"
  7084. ],
  7085. "core-js/stable/number/parse-float": [
  7086. "es.number.parse-float"
  7087. ],
  7088. "core-js/stable/number/parse-int": [
  7089. "es.number.parse-int"
  7090. ],
  7091. "core-js/stable/number/to-fixed": [
  7092. "es.number.to-fixed"
  7093. ],
  7094. "core-js/stable/number/to-precision": [
  7095. "es.number.to-precision"
  7096. ],
  7097. "core-js/stable/number/virtual": [
  7098. "es.number.to-fixed",
  7099. "es.number.to-precision"
  7100. ],
  7101. "core-js/stable/number/virtual/to-fixed": [
  7102. "es.number.to-fixed"
  7103. ],
  7104. "core-js/stable/number/virtual/to-precision": [
  7105. "es.number.to-precision"
  7106. ],
  7107. "core-js/stable/object": [
  7108. "es.symbol",
  7109. "es.json.to-string-tag",
  7110. "es.math.to-string-tag",
  7111. "es.object.assign",
  7112. "es.object.create",
  7113. "es.object.define-getter",
  7114. "es.object.define-properties",
  7115. "es.object.define-property",
  7116. "es.object.define-setter",
  7117. "es.object.entries",
  7118. "es.object.freeze",
  7119. "es.object.from-entries",
  7120. "es.object.get-own-property-descriptor",
  7121. "es.object.get-own-property-descriptors",
  7122. "es.object.get-own-property-names",
  7123. "es.object.get-prototype-of",
  7124. "es.object.is",
  7125. "es.object.is-extensible",
  7126. "es.object.is-frozen",
  7127. "es.object.is-sealed",
  7128. "es.object.keys",
  7129. "es.object.lookup-getter",
  7130. "es.object.lookup-setter",
  7131. "es.object.prevent-extensions",
  7132. "es.object.seal",
  7133. "es.object.set-prototype-of",
  7134. "es.object.to-string",
  7135. "es.object.values",
  7136. "es.reflect.to-string-tag"
  7137. ],
  7138. "core-js/stable/object/assign": [
  7139. "es.object.assign"
  7140. ],
  7141. "core-js/stable/object/create": [
  7142. "es.object.create"
  7143. ],
  7144. "core-js/stable/object/define-getter": [
  7145. "es.object.define-getter"
  7146. ],
  7147. "core-js/stable/object/define-properties": [
  7148. "es.object.define-properties"
  7149. ],
  7150. "core-js/stable/object/define-property": [
  7151. "es.object.define-property"
  7152. ],
  7153. "core-js/stable/object/define-setter": [
  7154. "es.object.define-setter"
  7155. ],
  7156. "core-js/stable/object/entries": [
  7157. "es.object.entries"
  7158. ],
  7159. "core-js/stable/object/freeze": [
  7160. "es.object.freeze"
  7161. ],
  7162. "core-js/stable/object/from-entries": [
  7163. "es.array.iterator",
  7164. "es.object.from-entries"
  7165. ],
  7166. "core-js/stable/object/get-own-property-descriptor": [
  7167. "es.object.get-own-property-descriptor"
  7168. ],
  7169. "core-js/stable/object/get-own-property-descriptors": [
  7170. "es.object.get-own-property-descriptors"
  7171. ],
  7172. "core-js/stable/object/get-own-property-names": [
  7173. "es.object.get-own-property-names"
  7174. ],
  7175. "core-js/stable/object/get-own-property-symbols": [
  7176. "es.symbol"
  7177. ],
  7178. "core-js/stable/object/get-prototype-of": [
  7179. "es.object.get-prototype-of"
  7180. ],
  7181. "core-js/stable/object/is": [
  7182. "es.object.is"
  7183. ],
  7184. "core-js/stable/object/is-extensible": [
  7185. "es.object.is-extensible"
  7186. ],
  7187. "core-js/stable/object/is-frozen": [
  7188. "es.object.is-frozen"
  7189. ],
  7190. "core-js/stable/object/is-sealed": [
  7191. "es.object.is-sealed"
  7192. ],
  7193. "core-js/stable/object/keys": [
  7194. "es.object.keys"
  7195. ],
  7196. "core-js/stable/object/lookup-getter": [
  7197. "es.object.lookup-setter"
  7198. ],
  7199. "core-js/stable/object/lookup-setter": [
  7200. "es.object.lookup-setter"
  7201. ],
  7202. "core-js/stable/object/prevent-extensions": [
  7203. "es.object.prevent-extensions"
  7204. ],
  7205. "core-js/stable/object/seal": [
  7206. "es.object.seal"
  7207. ],
  7208. "core-js/stable/object/set-prototype-of": [
  7209. "es.object.set-prototype-of"
  7210. ],
  7211. "core-js/stable/object/to-string": [
  7212. "es.json.to-string-tag",
  7213. "es.math.to-string-tag",
  7214. "es.object.to-string",
  7215. "es.reflect.to-string-tag"
  7216. ],
  7217. "core-js/stable/object/values": [
  7218. "es.object.values"
  7219. ],
  7220. "core-js/stable/parse-float": [
  7221. "es.parse-float"
  7222. ],
  7223. "core-js/stable/parse-int": [
  7224. "es.parse-int"
  7225. ],
  7226. "core-js/stable/promise": [
  7227. "es.aggregate-error",
  7228. "es.object.to-string",
  7229. "es.promise",
  7230. "es.promise.all-settled",
  7231. "es.promise.any",
  7232. "es.promise.finally",
  7233. "es.string.iterator",
  7234. "web.dom-collections.iterator"
  7235. ],
  7236. "core-js/stable/promise/all-settled": [
  7237. "es.promise",
  7238. "es.promise.all-settled",
  7239. "es.string.iterator",
  7240. "web.dom-collections.iterator"
  7241. ],
  7242. "core-js/stable/promise/any": [
  7243. "es.aggregate-error",
  7244. "es.promise",
  7245. "es.promise.any",
  7246. "es.string.iterator",
  7247. "web.dom-collections.iterator"
  7248. ],
  7249. "core-js/stable/promise/finally": [
  7250. "es.promise",
  7251. "es.promise.finally"
  7252. ],
  7253. "core-js/stable/queue-microtask": [
  7254. "web.queue-microtask"
  7255. ],
  7256. "core-js/stable/reflect": [
  7257. "es.reflect.apply",
  7258. "es.reflect.construct",
  7259. "es.reflect.define-property",
  7260. "es.reflect.delete-property",
  7261. "es.reflect.get",
  7262. "es.reflect.get-own-property-descriptor",
  7263. "es.reflect.get-prototype-of",
  7264. "es.reflect.has",
  7265. "es.reflect.is-extensible",
  7266. "es.reflect.own-keys",
  7267. "es.reflect.prevent-extensions",
  7268. "es.reflect.set",
  7269. "es.reflect.set-prototype-of",
  7270. "es.reflect.to-string-tag"
  7271. ],
  7272. "core-js/stable/reflect/apply": [
  7273. "es.reflect.apply"
  7274. ],
  7275. "core-js/stable/reflect/construct": [
  7276. "es.reflect.construct"
  7277. ],
  7278. "core-js/stable/reflect/define-property": [
  7279. "es.reflect.define-property"
  7280. ],
  7281. "core-js/stable/reflect/delete-property": [
  7282. "es.reflect.delete-property"
  7283. ],
  7284. "core-js/stable/reflect/get": [
  7285. "es.reflect.get"
  7286. ],
  7287. "core-js/stable/reflect/get-own-property-descriptor": [
  7288. "es.reflect.get-own-property-descriptor"
  7289. ],
  7290. "core-js/stable/reflect/get-prototype-of": [
  7291. "es.reflect.get-prototype-of"
  7292. ],
  7293. "core-js/stable/reflect/has": [
  7294. "es.reflect.has"
  7295. ],
  7296. "core-js/stable/reflect/is-extensible": [
  7297. "es.reflect.is-extensible"
  7298. ],
  7299. "core-js/stable/reflect/own-keys": [
  7300. "es.reflect.own-keys"
  7301. ],
  7302. "core-js/stable/reflect/prevent-extensions": [
  7303. "es.reflect.prevent-extensions"
  7304. ],
  7305. "core-js/stable/reflect/set": [
  7306. "es.reflect.set"
  7307. ],
  7308. "core-js/stable/reflect/set-prototype-of": [
  7309. "es.reflect.set-prototype-of"
  7310. ],
  7311. "core-js/stable/reflect/to-string-tag": [
  7312. "es.reflect.to-string-tag"
  7313. ],
  7314. "core-js/stable/regexp": [
  7315. "es.regexp.constructor",
  7316. "es.regexp.exec",
  7317. "es.regexp.flags",
  7318. "es.regexp.sticky",
  7319. "es.regexp.test",
  7320. "es.regexp.to-string",
  7321. "es.string.match",
  7322. "es.string.replace",
  7323. "es.string.search",
  7324. "es.string.split"
  7325. ],
  7326. "core-js/stable/regexp/constructor": [
  7327. "es.regexp.constructor"
  7328. ],
  7329. "core-js/stable/regexp/flags": [
  7330. "es.regexp.flags"
  7331. ],
  7332. "core-js/stable/regexp/match": [
  7333. "es.string.match"
  7334. ],
  7335. "core-js/stable/regexp/replace": [
  7336. "es.string.replace"
  7337. ],
  7338. "core-js/stable/regexp/search": [
  7339. "es.string.search"
  7340. ],
  7341. "core-js/stable/regexp/split": [
  7342. "es.string.split"
  7343. ],
  7344. "core-js/stable/regexp/sticky": [
  7345. "es.regexp.sticky"
  7346. ],
  7347. "core-js/stable/regexp/test": [
  7348. "es.regexp.exec",
  7349. "es.regexp.test"
  7350. ],
  7351. "core-js/stable/regexp/to-string": [
  7352. "es.regexp.to-string"
  7353. ],
  7354. "core-js/stable/set": [
  7355. "es.object.to-string",
  7356. "es.set",
  7357. "es.string.iterator",
  7358. "web.dom-collections.iterator"
  7359. ],
  7360. "core-js/stable/set-immediate": [
  7361. "web.immediate"
  7362. ],
  7363. "core-js/stable/set-interval": [
  7364. "web.timers"
  7365. ],
  7366. "core-js/stable/set-timeout": [
  7367. "web.timers"
  7368. ],
  7369. "core-js/stable/string": [
  7370. "es.regexp.exec",
  7371. "es.string.code-point-at",
  7372. "es.string.ends-with",
  7373. "es.string.from-code-point",
  7374. "es.string.includes",
  7375. "es.string.iterator",
  7376. "es.string.match",
  7377. "es.string.match-all",
  7378. "es.string.pad-end",
  7379. "es.string.pad-start",
  7380. "es.string.raw",
  7381. "es.string.repeat",
  7382. "es.string.replace",
  7383. "es.string.replace-all",
  7384. "es.string.search",
  7385. "es.string.split",
  7386. "es.string.starts-with",
  7387. "es.string.trim",
  7388. "es.string.trim-end",
  7389. "es.string.trim-start",
  7390. "es.string.anchor",
  7391. "es.string.big",
  7392. "es.string.blink",
  7393. "es.string.bold",
  7394. "es.string.fixed",
  7395. "es.string.fontcolor",
  7396. "es.string.fontsize",
  7397. "es.string.italics",
  7398. "es.string.link",
  7399. "es.string.small",
  7400. "es.string.strike",
  7401. "es.string.sub",
  7402. "es.string.sup"
  7403. ],
  7404. "core-js/stable/string/anchor": [
  7405. "es.string.anchor"
  7406. ],
  7407. "core-js/stable/string/big": [
  7408. "es.string.big"
  7409. ],
  7410. "core-js/stable/string/blink": [
  7411. "es.string.blink"
  7412. ],
  7413. "core-js/stable/string/bold": [
  7414. "es.string.bold"
  7415. ],
  7416. "core-js/stable/string/code-point-at": [
  7417. "es.string.code-point-at"
  7418. ],
  7419. "core-js/stable/string/ends-with": [
  7420. "es.string.ends-with"
  7421. ],
  7422. "core-js/stable/string/fixed": [
  7423. "es.string.fixed"
  7424. ],
  7425. "core-js/stable/string/fontcolor": [
  7426. "es.string.fontcolor"
  7427. ],
  7428. "core-js/stable/string/fontsize": [
  7429. "es.string.fontsize"
  7430. ],
  7431. "core-js/stable/string/from-code-point": [
  7432. "es.string.from-code-point"
  7433. ],
  7434. "core-js/stable/string/includes": [
  7435. "es.string.includes"
  7436. ],
  7437. "core-js/stable/string/italics": [
  7438. "es.string.italics"
  7439. ],
  7440. "core-js/stable/string/iterator": [
  7441. "es.string.iterator"
  7442. ],
  7443. "core-js/stable/string/link": [
  7444. "es.string.link"
  7445. ],
  7446. "core-js/stable/string/match": [
  7447. "es.regexp.exec",
  7448. "es.string.match"
  7449. ],
  7450. "core-js/stable/string/match-all": [
  7451. "es.string.match-all"
  7452. ],
  7453. "core-js/stable/string/pad-end": [
  7454. "es.string.pad-end"
  7455. ],
  7456. "core-js/stable/string/pad-start": [
  7457. "es.string.pad-start"
  7458. ],
  7459. "core-js/stable/string/raw": [
  7460. "es.string.raw"
  7461. ],
  7462. "core-js/stable/string/repeat": [
  7463. "es.string.repeat"
  7464. ],
  7465. "core-js/stable/string/replace": [
  7466. "es.regexp.exec",
  7467. "es.string.replace"
  7468. ],
  7469. "core-js/stable/string/replace-all": [
  7470. "es.string.replace-all"
  7471. ],
  7472. "core-js/stable/string/search": [
  7473. "es.regexp.exec",
  7474. "es.string.search"
  7475. ],
  7476. "core-js/stable/string/small": [
  7477. "es.string.small"
  7478. ],
  7479. "core-js/stable/string/split": [
  7480. "es.regexp.exec",
  7481. "es.string.split"
  7482. ],
  7483. "core-js/stable/string/starts-with": [
  7484. "es.string.starts-with"
  7485. ],
  7486. "core-js/stable/string/strike": [
  7487. "es.string.strike"
  7488. ],
  7489. "core-js/stable/string/sub": [
  7490. "es.string.sub"
  7491. ],
  7492. "core-js/stable/string/sup": [
  7493. "es.string.sup"
  7494. ],
  7495. "core-js/stable/string/trim": [
  7496. "es.string.trim"
  7497. ],
  7498. "core-js/stable/string/trim-end": [
  7499. "es.string.trim-end"
  7500. ],
  7501. "core-js/stable/string/trim-left": [
  7502. "es.string.trim-start"
  7503. ],
  7504. "core-js/stable/string/trim-right": [
  7505. "es.string.trim-end"
  7506. ],
  7507. "core-js/stable/string/trim-start": [
  7508. "es.string.trim-start"
  7509. ],
  7510. "core-js/stable/string/virtual": [
  7511. "es.string.code-point-at",
  7512. "es.string.ends-with",
  7513. "es.string.includes",
  7514. "es.string.iterator",
  7515. "es.string.match",
  7516. "es.string.match-all",
  7517. "es.string.pad-end",
  7518. "es.string.pad-start",
  7519. "es.string.repeat",
  7520. "es.string.replace",
  7521. "es.string.replace-all",
  7522. "es.string.search",
  7523. "es.string.split",
  7524. "es.string.starts-with",
  7525. "es.string.trim",
  7526. "es.string.trim-end",
  7527. "es.string.trim-start",
  7528. "es.string.anchor",
  7529. "es.string.big",
  7530. "es.string.blink",
  7531. "es.string.bold",
  7532. "es.string.fixed",
  7533. "es.string.fontcolor",
  7534. "es.string.fontsize",
  7535. "es.string.italics",
  7536. "es.string.link",
  7537. "es.string.small",
  7538. "es.string.strike",
  7539. "es.string.sub",
  7540. "es.string.sup"
  7541. ],
  7542. "core-js/stable/string/virtual/anchor": [
  7543. "es.string.anchor"
  7544. ],
  7545. "core-js/stable/string/virtual/big": [
  7546. "es.string.big"
  7547. ],
  7548. "core-js/stable/string/virtual/blink": [
  7549. "es.string.blink"
  7550. ],
  7551. "core-js/stable/string/virtual/bold": [
  7552. "es.string.bold"
  7553. ],
  7554. "core-js/stable/string/virtual/code-point-at": [
  7555. "es.string.code-point-at"
  7556. ],
  7557. "core-js/stable/string/virtual/ends-with": [
  7558. "es.string.ends-with"
  7559. ],
  7560. "core-js/stable/string/virtual/fixed": [
  7561. "es.string.fixed"
  7562. ],
  7563. "core-js/stable/string/virtual/fontcolor": [
  7564. "es.string.fontcolor"
  7565. ],
  7566. "core-js/stable/string/virtual/fontsize": [
  7567. "es.string.fontsize"
  7568. ],
  7569. "core-js/stable/string/virtual/includes": [
  7570. "es.string.includes"
  7571. ],
  7572. "core-js/stable/string/virtual/italics": [
  7573. "es.string.italics"
  7574. ],
  7575. "core-js/stable/string/virtual/iterator": [
  7576. "es.string.iterator"
  7577. ],
  7578. "core-js/stable/string/virtual/link": [
  7579. "es.string.link"
  7580. ],
  7581. "core-js/stable/string/virtual/match-all": [
  7582. "es.string.match-all"
  7583. ],
  7584. "core-js/stable/string/virtual/pad-end": [
  7585. "es.string.pad-end"
  7586. ],
  7587. "core-js/stable/string/virtual/pad-start": [
  7588. "es.string.pad-start"
  7589. ],
  7590. "core-js/stable/string/virtual/repeat": [
  7591. "es.string.repeat"
  7592. ],
  7593. "core-js/stable/string/virtual/replace-all": [
  7594. "es.string.replace-all"
  7595. ],
  7596. "core-js/stable/string/virtual/small": [
  7597. "es.string.small"
  7598. ],
  7599. "core-js/stable/string/virtual/starts-with": [
  7600. "es.string.starts-with"
  7601. ],
  7602. "core-js/stable/string/virtual/strike": [
  7603. "es.string.strike"
  7604. ],
  7605. "core-js/stable/string/virtual/sub": [
  7606. "es.string.sub"
  7607. ],
  7608. "core-js/stable/string/virtual/sup": [
  7609. "es.string.sup"
  7610. ],
  7611. "core-js/stable/string/virtual/trim": [
  7612. "es.string.trim"
  7613. ],
  7614. "core-js/stable/string/virtual/trim-end": [
  7615. "es.string.trim-end"
  7616. ],
  7617. "core-js/stable/string/virtual/trim-left": [
  7618. "es.string.trim-start"
  7619. ],
  7620. "core-js/stable/string/virtual/trim-right": [
  7621. "es.string.trim-end"
  7622. ],
  7623. "core-js/stable/string/virtual/trim-start": [
  7624. "es.string.trim-start"
  7625. ],
  7626. "core-js/stable/symbol": [
  7627. "es.symbol",
  7628. "es.symbol.description",
  7629. "es.symbol.async-iterator",
  7630. "es.symbol.has-instance",
  7631. "es.symbol.is-concat-spreadable",
  7632. "es.symbol.iterator",
  7633. "es.symbol.match",
  7634. "es.symbol.match-all",
  7635. "es.symbol.replace",
  7636. "es.symbol.search",
  7637. "es.symbol.species",
  7638. "es.symbol.split",
  7639. "es.symbol.to-primitive",
  7640. "es.symbol.to-string-tag",
  7641. "es.symbol.unscopables",
  7642. "es.array.concat",
  7643. "es.json.to-string-tag",
  7644. "es.math.to-string-tag",
  7645. "es.object.to-string",
  7646. "es.reflect.to-string-tag"
  7647. ],
  7648. "core-js/stable/symbol/async-iterator": [
  7649. "es.symbol.async-iterator"
  7650. ],
  7651. "core-js/stable/symbol/description": [
  7652. "es.symbol.description"
  7653. ],
  7654. "core-js/stable/symbol/for": [
  7655. "es.symbol"
  7656. ],
  7657. "core-js/stable/symbol/has-instance": [
  7658. "es.symbol.has-instance",
  7659. "es.function.has-instance"
  7660. ],
  7661. "core-js/stable/symbol/is-concat-spreadable": [
  7662. "es.symbol.is-concat-spreadable",
  7663. "es.array.concat"
  7664. ],
  7665. "core-js/stable/symbol/iterator": [
  7666. "es.symbol.iterator",
  7667. "es.string.iterator",
  7668. "web.dom-collections.iterator"
  7669. ],
  7670. "core-js/stable/symbol/key-for": [
  7671. "es.symbol"
  7672. ],
  7673. "core-js/stable/symbol/match": [
  7674. "es.symbol.match",
  7675. "es.string.match"
  7676. ],
  7677. "core-js/stable/symbol/match-all": [
  7678. "es.symbol.match-all",
  7679. "es.string.match-all"
  7680. ],
  7681. "core-js/stable/symbol/replace": [
  7682. "es.symbol.replace",
  7683. "es.string.replace"
  7684. ],
  7685. "core-js/stable/symbol/search": [
  7686. "es.symbol.search",
  7687. "es.string.search"
  7688. ],
  7689. "core-js/stable/symbol/species": [
  7690. "es.symbol.species"
  7691. ],
  7692. "core-js/stable/symbol/split": [
  7693. "es.symbol.split",
  7694. "es.string.split"
  7695. ],
  7696. "core-js/stable/symbol/to-primitive": [
  7697. "es.symbol.to-primitive"
  7698. ],
  7699. "core-js/stable/symbol/to-string-tag": [
  7700. "es.symbol.to-string-tag",
  7701. "es.json.to-string-tag",
  7702. "es.math.to-string-tag",
  7703. "es.object.to-string",
  7704. "es.reflect.to-string-tag"
  7705. ],
  7706. "core-js/stable/symbol/unscopables": [
  7707. "es.symbol.unscopables"
  7708. ],
  7709. "core-js/stable/typed-array": [
  7710. "es.object.to-string",
  7711. "es.typed-array.float32-array",
  7712. "es.typed-array.float64-array",
  7713. "es.typed-array.int8-array",
  7714. "es.typed-array.int16-array",
  7715. "es.typed-array.int32-array",
  7716. "es.typed-array.uint8-array",
  7717. "es.typed-array.uint8-clamped-array",
  7718. "es.typed-array.uint16-array",
  7719. "es.typed-array.uint32-array",
  7720. "es.typed-array.copy-within",
  7721. "es.typed-array.every",
  7722. "es.typed-array.fill",
  7723. "es.typed-array.filter",
  7724. "es.typed-array.find",
  7725. "es.typed-array.find-index",
  7726. "es.typed-array.for-each",
  7727. "es.typed-array.from",
  7728. "es.typed-array.includes",
  7729. "es.typed-array.index-of",
  7730. "es.typed-array.iterator",
  7731. "es.typed-array.join",
  7732. "es.typed-array.last-index-of",
  7733. "es.typed-array.map",
  7734. "es.typed-array.of",
  7735. "es.typed-array.reduce",
  7736. "es.typed-array.reduce-right",
  7737. "es.typed-array.reverse",
  7738. "es.typed-array.set",
  7739. "es.typed-array.slice",
  7740. "es.typed-array.some",
  7741. "es.typed-array.sort",
  7742. "es.typed-array.subarray",
  7743. "es.typed-array.to-locale-string",
  7744. "es.typed-array.to-string"
  7745. ],
  7746. "core-js/stable/typed-array/copy-within": [
  7747. "es.typed-array.copy-within"
  7748. ],
  7749. "core-js/stable/typed-array/entries": [
  7750. "es.typed-array.iterator"
  7751. ],
  7752. "core-js/stable/typed-array/every": [
  7753. "es.typed-array.every"
  7754. ],
  7755. "core-js/stable/typed-array/fill": [
  7756. "es.typed-array.fill"
  7757. ],
  7758. "core-js/stable/typed-array/filter": [
  7759. "es.typed-array.filter"
  7760. ],
  7761. "core-js/stable/typed-array/find": [
  7762. "es.typed-array.find"
  7763. ],
  7764. "core-js/stable/typed-array/find-index": [
  7765. "es.typed-array.find-index"
  7766. ],
  7767. "core-js/stable/typed-array/float32-array": [
  7768. "es.object.to-string",
  7769. "es.typed-array.float32-array",
  7770. "es.typed-array.copy-within",
  7771. "es.typed-array.every",
  7772. "es.typed-array.fill",
  7773. "es.typed-array.filter",
  7774. "es.typed-array.find",
  7775. "es.typed-array.find-index",
  7776. "es.typed-array.for-each",
  7777. "es.typed-array.from",
  7778. "es.typed-array.includes",
  7779. "es.typed-array.index-of",
  7780. "es.typed-array.iterator",
  7781. "es.typed-array.join",
  7782. "es.typed-array.last-index-of",
  7783. "es.typed-array.map",
  7784. "es.typed-array.of",
  7785. "es.typed-array.reduce",
  7786. "es.typed-array.reduce-right",
  7787. "es.typed-array.reverse",
  7788. "es.typed-array.set",
  7789. "es.typed-array.slice",
  7790. "es.typed-array.some",
  7791. "es.typed-array.sort",
  7792. "es.typed-array.subarray",
  7793. "es.typed-array.to-locale-string",
  7794. "es.typed-array.to-string"
  7795. ],
  7796. "core-js/stable/typed-array/float64-array": [
  7797. "es.object.to-string",
  7798. "es.typed-array.float64-array",
  7799. "es.typed-array.copy-within",
  7800. "es.typed-array.every",
  7801. "es.typed-array.fill",
  7802. "es.typed-array.filter",
  7803. "es.typed-array.find",
  7804. "es.typed-array.find-index",
  7805. "es.typed-array.for-each",
  7806. "es.typed-array.from",
  7807. "es.typed-array.includes",
  7808. "es.typed-array.index-of",
  7809. "es.typed-array.iterator",
  7810. "es.typed-array.join",
  7811. "es.typed-array.last-index-of",
  7812. "es.typed-array.map",
  7813. "es.typed-array.of",
  7814. "es.typed-array.reduce",
  7815. "es.typed-array.reduce-right",
  7816. "es.typed-array.reverse",
  7817. "es.typed-array.set",
  7818. "es.typed-array.slice",
  7819. "es.typed-array.some",
  7820. "es.typed-array.sort",
  7821. "es.typed-array.subarray",
  7822. "es.typed-array.to-locale-string",
  7823. "es.typed-array.to-string"
  7824. ],
  7825. "core-js/stable/typed-array/for-each": [
  7826. "es.typed-array.for-each"
  7827. ],
  7828. "core-js/stable/typed-array/from": [
  7829. "es.typed-array.from"
  7830. ],
  7831. "core-js/stable/typed-array/includes": [
  7832. "es.typed-array.includes"
  7833. ],
  7834. "core-js/stable/typed-array/index-of": [
  7835. "es.typed-array.index-of"
  7836. ],
  7837. "core-js/stable/typed-array/int16-array": [
  7838. "es.object.to-string",
  7839. "es.typed-array.int16-array",
  7840. "es.typed-array.copy-within",
  7841. "es.typed-array.every",
  7842. "es.typed-array.fill",
  7843. "es.typed-array.filter",
  7844. "es.typed-array.find",
  7845. "es.typed-array.find-index",
  7846. "es.typed-array.for-each",
  7847. "es.typed-array.from",
  7848. "es.typed-array.includes",
  7849. "es.typed-array.index-of",
  7850. "es.typed-array.iterator",
  7851. "es.typed-array.join",
  7852. "es.typed-array.last-index-of",
  7853. "es.typed-array.map",
  7854. "es.typed-array.of",
  7855. "es.typed-array.reduce",
  7856. "es.typed-array.reduce-right",
  7857. "es.typed-array.reverse",
  7858. "es.typed-array.set",
  7859. "es.typed-array.slice",
  7860. "es.typed-array.some",
  7861. "es.typed-array.sort",
  7862. "es.typed-array.subarray",
  7863. "es.typed-array.to-locale-string",
  7864. "es.typed-array.to-string"
  7865. ],
  7866. "core-js/stable/typed-array/int32-array": [
  7867. "es.object.to-string",
  7868. "es.typed-array.int32-array",
  7869. "es.typed-array.copy-within",
  7870. "es.typed-array.every",
  7871. "es.typed-array.fill",
  7872. "es.typed-array.filter",
  7873. "es.typed-array.find",
  7874. "es.typed-array.find-index",
  7875. "es.typed-array.for-each",
  7876. "es.typed-array.from",
  7877. "es.typed-array.includes",
  7878. "es.typed-array.index-of",
  7879. "es.typed-array.iterator",
  7880. "es.typed-array.join",
  7881. "es.typed-array.last-index-of",
  7882. "es.typed-array.map",
  7883. "es.typed-array.of",
  7884. "es.typed-array.reduce",
  7885. "es.typed-array.reduce-right",
  7886. "es.typed-array.reverse",
  7887. "es.typed-array.set",
  7888. "es.typed-array.slice",
  7889. "es.typed-array.some",
  7890. "es.typed-array.sort",
  7891. "es.typed-array.subarray",
  7892. "es.typed-array.to-locale-string",
  7893. "es.typed-array.to-string"
  7894. ],
  7895. "core-js/stable/typed-array/int8-array": [
  7896. "es.object.to-string",
  7897. "es.typed-array.int8-array",
  7898. "es.typed-array.copy-within",
  7899. "es.typed-array.every",
  7900. "es.typed-array.fill",
  7901. "es.typed-array.filter",
  7902. "es.typed-array.find",
  7903. "es.typed-array.find-index",
  7904. "es.typed-array.for-each",
  7905. "es.typed-array.from",
  7906. "es.typed-array.includes",
  7907. "es.typed-array.index-of",
  7908. "es.typed-array.iterator",
  7909. "es.typed-array.join",
  7910. "es.typed-array.last-index-of",
  7911. "es.typed-array.map",
  7912. "es.typed-array.of",
  7913. "es.typed-array.reduce",
  7914. "es.typed-array.reduce-right",
  7915. "es.typed-array.reverse",
  7916. "es.typed-array.set",
  7917. "es.typed-array.slice",
  7918. "es.typed-array.some",
  7919. "es.typed-array.sort",
  7920. "es.typed-array.subarray",
  7921. "es.typed-array.to-locale-string",
  7922. "es.typed-array.to-string"
  7923. ],
  7924. "core-js/stable/typed-array/iterator": [
  7925. "es.typed-array.iterator"
  7926. ],
  7927. "core-js/stable/typed-array/join": [
  7928. "es.typed-array.join"
  7929. ],
  7930. "core-js/stable/typed-array/keys": [
  7931. "es.typed-array.iterator"
  7932. ],
  7933. "core-js/stable/typed-array/last-index-of": [
  7934. "es.typed-array.last-index-of"
  7935. ],
  7936. "core-js/stable/typed-array/map": [
  7937. "es.typed-array.map"
  7938. ],
  7939. "core-js/stable/typed-array/of": [
  7940. "es.typed-array.of"
  7941. ],
  7942. "core-js/stable/typed-array/reduce": [
  7943. "es.typed-array.reduce"
  7944. ],
  7945. "core-js/stable/typed-array/reduce-right": [
  7946. "es.typed-array.reduce-right"
  7947. ],
  7948. "core-js/stable/typed-array/reverse": [
  7949. "es.typed-array.reverse"
  7950. ],
  7951. "core-js/stable/typed-array/set": [
  7952. "es.typed-array.set"
  7953. ],
  7954. "core-js/stable/typed-array/slice": [
  7955. "es.typed-array.slice"
  7956. ],
  7957. "core-js/stable/typed-array/some": [
  7958. "es.typed-array.some"
  7959. ],
  7960. "core-js/stable/typed-array/sort": [
  7961. "es.typed-array.sort"
  7962. ],
  7963. "core-js/stable/typed-array/subarray": [
  7964. "es.typed-array.subarray"
  7965. ],
  7966. "core-js/stable/typed-array/to-locale-string": [
  7967. "es.typed-array.to-locale-string"
  7968. ],
  7969. "core-js/stable/typed-array/to-string": [
  7970. "es.typed-array.to-string"
  7971. ],
  7972. "core-js/stable/typed-array/uint16-array": [
  7973. "es.object.to-string",
  7974. "es.typed-array.uint16-array",
  7975. "es.typed-array.copy-within",
  7976. "es.typed-array.every",
  7977. "es.typed-array.fill",
  7978. "es.typed-array.filter",
  7979. "es.typed-array.find",
  7980. "es.typed-array.find-index",
  7981. "es.typed-array.for-each",
  7982. "es.typed-array.from",
  7983. "es.typed-array.includes",
  7984. "es.typed-array.index-of",
  7985. "es.typed-array.iterator",
  7986. "es.typed-array.join",
  7987. "es.typed-array.last-index-of",
  7988. "es.typed-array.map",
  7989. "es.typed-array.of",
  7990. "es.typed-array.reduce",
  7991. "es.typed-array.reduce-right",
  7992. "es.typed-array.reverse",
  7993. "es.typed-array.set",
  7994. "es.typed-array.slice",
  7995. "es.typed-array.some",
  7996. "es.typed-array.sort",
  7997. "es.typed-array.subarray",
  7998. "es.typed-array.to-locale-string",
  7999. "es.typed-array.to-string"
  8000. ],
  8001. "core-js/stable/typed-array/uint32-array": [
  8002. "es.object.to-string",
  8003. "es.typed-array.uint32-array",
  8004. "es.typed-array.copy-within",
  8005. "es.typed-array.every",
  8006. "es.typed-array.fill",
  8007. "es.typed-array.filter",
  8008. "es.typed-array.find",
  8009. "es.typed-array.find-index",
  8010. "es.typed-array.for-each",
  8011. "es.typed-array.from",
  8012. "es.typed-array.includes",
  8013. "es.typed-array.index-of",
  8014. "es.typed-array.iterator",
  8015. "es.typed-array.join",
  8016. "es.typed-array.last-index-of",
  8017. "es.typed-array.map",
  8018. "es.typed-array.of",
  8019. "es.typed-array.reduce",
  8020. "es.typed-array.reduce-right",
  8021. "es.typed-array.reverse",
  8022. "es.typed-array.set",
  8023. "es.typed-array.slice",
  8024. "es.typed-array.some",
  8025. "es.typed-array.sort",
  8026. "es.typed-array.subarray",
  8027. "es.typed-array.to-locale-string",
  8028. "es.typed-array.to-string"
  8029. ],
  8030. "core-js/stable/typed-array/uint8-array": [
  8031. "es.object.to-string",
  8032. "es.typed-array.uint8-array",
  8033. "es.typed-array.copy-within",
  8034. "es.typed-array.every",
  8035. "es.typed-array.fill",
  8036. "es.typed-array.filter",
  8037. "es.typed-array.find",
  8038. "es.typed-array.find-index",
  8039. "es.typed-array.for-each",
  8040. "es.typed-array.from",
  8041. "es.typed-array.includes",
  8042. "es.typed-array.index-of",
  8043. "es.typed-array.iterator",
  8044. "es.typed-array.join",
  8045. "es.typed-array.last-index-of",
  8046. "es.typed-array.map",
  8047. "es.typed-array.of",
  8048. "es.typed-array.reduce",
  8049. "es.typed-array.reduce-right",
  8050. "es.typed-array.reverse",
  8051. "es.typed-array.set",
  8052. "es.typed-array.slice",
  8053. "es.typed-array.some",
  8054. "es.typed-array.sort",
  8055. "es.typed-array.subarray",
  8056. "es.typed-array.to-locale-string",
  8057. "es.typed-array.to-string"
  8058. ],
  8059. "core-js/stable/typed-array/uint8-clamped-array": [
  8060. "es.object.to-string",
  8061. "es.typed-array.uint8-clamped-array",
  8062. "es.typed-array.copy-within",
  8063. "es.typed-array.every",
  8064. "es.typed-array.fill",
  8065. "es.typed-array.filter",
  8066. "es.typed-array.find",
  8067. "es.typed-array.find-index",
  8068. "es.typed-array.for-each",
  8069. "es.typed-array.from",
  8070. "es.typed-array.includes",
  8071. "es.typed-array.index-of",
  8072. "es.typed-array.iterator",
  8073. "es.typed-array.join",
  8074. "es.typed-array.last-index-of",
  8075. "es.typed-array.map",
  8076. "es.typed-array.of",
  8077. "es.typed-array.reduce",
  8078. "es.typed-array.reduce-right",
  8079. "es.typed-array.reverse",
  8080. "es.typed-array.set",
  8081. "es.typed-array.slice",
  8082. "es.typed-array.some",
  8083. "es.typed-array.sort",
  8084. "es.typed-array.subarray",
  8085. "es.typed-array.to-locale-string",
  8086. "es.typed-array.to-string"
  8087. ],
  8088. "core-js/stable/typed-array/values": [
  8089. "es.typed-array.iterator"
  8090. ],
  8091. "core-js/stable/url": [
  8092. "web.url",
  8093. "web.url.to-json",
  8094. "web.url-search-params"
  8095. ],
  8096. "core-js/stable/url-search-params": [
  8097. "web.url-search-params"
  8098. ],
  8099. "core-js/stable/url/to-json": [
  8100. "web.url.to-json"
  8101. ],
  8102. "core-js/stable/weak-map": [
  8103. "es.object.to-string",
  8104. "es.weak-map",
  8105. "web.dom-collections.iterator"
  8106. ],
  8107. "core-js/stable/weak-set": [
  8108. "es.object.to-string",
  8109. "es.weak-set",
  8110. "web.dom-collections.iterator"
  8111. ],
  8112. "core-js/stage": [
  8113. "es.map",
  8114. "esnext.aggregate-error",
  8115. "esnext.array.at",
  8116. "esnext.array.filter-out",
  8117. "esnext.array.find-last",
  8118. "esnext.array.find-last-index",
  8119. "esnext.array.is-template-object",
  8120. "esnext.array.last-index",
  8121. "esnext.array.last-item",
  8122. "esnext.array.unique-by",
  8123. "esnext.async-iterator.constructor",
  8124. "esnext.async-iterator.as-indexed-pairs",
  8125. "esnext.async-iterator.drop",
  8126. "esnext.async-iterator.every",
  8127. "esnext.async-iterator.filter",
  8128. "esnext.async-iterator.find",
  8129. "esnext.async-iterator.flat-map",
  8130. "esnext.async-iterator.for-each",
  8131. "esnext.async-iterator.from",
  8132. "esnext.async-iterator.map",
  8133. "esnext.async-iterator.reduce",
  8134. "esnext.async-iterator.some",
  8135. "esnext.async-iterator.take",
  8136. "esnext.async-iterator.to-array",
  8137. "esnext.bigint.range",
  8138. "esnext.composite-key",
  8139. "esnext.composite-symbol",
  8140. "esnext.global-this",
  8141. "esnext.iterator.constructor",
  8142. "esnext.iterator.as-indexed-pairs",
  8143. "esnext.iterator.drop",
  8144. "esnext.iterator.every",
  8145. "esnext.iterator.filter",
  8146. "esnext.iterator.find",
  8147. "esnext.iterator.flat-map",
  8148. "esnext.iterator.for-each",
  8149. "esnext.iterator.from",
  8150. "esnext.iterator.map",
  8151. "esnext.iterator.reduce",
  8152. "esnext.iterator.some",
  8153. "esnext.iterator.take",
  8154. "esnext.iterator.to-array",
  8155. "esnext.map.delete-all",
  8156. "esnext.map.emplace",
  8157. "esnext.map.every",
  8158. "esnext.map.filter",
  8159. "esnext.map.find",
  8160. "esnext.map.find-key",
  8161. "esnext.map.from",
  8162. "esnext.map.group-by",
  8163. "esnext.map.includes",
  8164. "esnext.map.key-by",
  8165. "esnext.map.key-of",
  8166. "esnext.map.map-keys",
  8167. "esnext.map.map-values",
  8168. "esnext.map.merge",
  8169. "esnext.map.of",
  8170. "esnext.map.reduce",
  8171. "esnext.map.some",
  8172. "esnext.map.update",
  8173. "esnext.map.update-or-insert",
  8174. "esnext.map.upsert",
  8175. "esnext.math.clamp",
  8176. "esnext.math.deg-per-rad",
  8177. "esnext.math.degrees",
  8178. "esnext.math.fscale",
  8179. "esnext.math.iaddh",
  8180. "esnext.math.imulh",
  8181. "esnext.math.isubh",
  8182. "esnext.math.rad-per-deg",
  8183. "esnext.math.radians",
  8184. "esnext.math.scale",
  8185. "esnext.math.seeded-prng",
  8186. "esnext.math.signbit",
  8187. "esnext.math.umulh",
  8188. "esnext.number.from-string",
  8189. "esnext.number.range",
  8190. "esnext.object.iterate-entries",
  8191. "esnext.object.iterate-keys",
  8192. "esnext.object.iterate-values",
  8193. "esnext.observable",
  8194. "esnext.promise.all-settled",
  8195. "esnext.promise.any",
  8196. "esnext.promise.try",
  8197. "esnext.reflect.define-metadata",
  8198. "esnext.reflect.delete-metadata",
  8199. "esnext.reflect.get-metadata",
  8200. "esnext.reflect.get-metadata-keys",
  8201. "esnext.reflect.get-own-metadata",
  8202. "esnext.reflect.get-own-metadata-keys",
  8203. "esnext.reflect.has-metadata",
  8204. "esnext.reflect.has-own-metadata",
  8205. "esnext.reflect.metadata",
  8206. "esnext.set.add-all",
  8207. "esnext.set.delete-all",
  8208. "esnext.set.difference",
  8209. "esnext.set.every",
  8210. "esnext.set.filter",
  8211. "esnext.set.find",
  8212. "esnext.set.from",
  8213. "esnext.set.intersection",
  8214. "esnext.set.is-disjoint-from",
  8215. "esnext.set.is-subset-of",
  8216. "esnext.set.is-superset-of",
  8217. "esnext.set.join",
  8218. "esnext.set.map",
  8219. "esnext.set.of",
  8220. "esnext.set.reduce",
  8221. "esnext.set.some",
  8222. "esnext.set.symmetric-difference",
  8223. "esnext.set.union",
  8224. "esnext.string.at",
  8225. "esnext.string.code-points",
  8226. "esnext.string.match-all",
  8227. "esnext.string.replace-all",
  8228. "esnext.symbol.async-dispose",
  8229. "esnext.symbol.dispose",
  8230. "esnext.symbol.observable",
  8231. "esnext.symbol.pattern-match",
  8232. "esnext.symbol.replace-all",
  8233. "esnext.typed-array.at",
  8234. "esnext.typed-array.filter-out",
  8235. "esnext.typed-array.find-last",
  8236. "esnext.typed-array.find-last-index",
  8237. "esnext.typed-array.unique-by",
  8238. "esnext.weak-map.delete-all",
  8239. "esnext.weak-map.from",
  8240. "esnext.weak-map.of",
  8241. "esnext.weak-map.emplace",
  8242. "esnext.weak-map.upsert",
  8243. "esnext.weak-set.add-all",
  8244. "esnext.weak-set.delete-all",
  8245. "esnext.weak-set.from",
  8246. "esnext.weak-set.of",
  8247. "web.url",
  8248. "web.url.to-json",
  8249. "web.url-search-params"
  8250. ],
  8251. "core-js/stage/0": [
  8252. "es.map",
  8253. "esnext.aggregate-error",
  8254. "esnext.array.at",
  8255. "esnext.array.filter-out",
  8256. "esnext.array.find-last",
  8257. "esnext.array.find-last-index",
  8258. "esnext.array.is-template-object",
  8259. "esnext.array.last-index",
  8260. "esnext.array.last-item",
  8261. "esnext.array.unique-by",
  8262. "esnext.async-iterator.constructor",
  8263. "esnext.async-iterator.as-indexed-pairs",
  8264. "esnext.async-iterator.drop",
  8265. "esnext.async-iterator.every",
  8266. "esnext.async-iterator.filter",
  8267. "esnext.async-iterator.find",
  8268. "esnext.async-iterator.flat-map",
  8269. "esnext.async-iterator.for-each",
  8270. "esnext.async-iterator.from",
  8271. "esnext.async-iterator.map",
  8272. "esnext.async-iterator.reduce",
  8273. "esnext.async-iterator.some",
  8274. "esnext.async-iterator.take",
  8275. "esnext.async-iterator.to-array",
  8276. "esnext.bigint.range",
  8277. "esnext.composite-key",
  8278. "esnext.composite-symbol",
  8279. "esnext.global-this",
  8280. "esnext.iterator.constructor",
  8281. "esnext.iterator.as-indexed-pairs",
  8282. "esnext.iterator.drop",
  8283. "esnext.iterator.every",
  8284. "esnext.iterator.filter",
  8285. "esnext.iterator.find",
  8286. "esnext.iterator.flat-map",
  8287. "esnext.iterator.for-each",
  8288. "esnext.iterator.from",
  8289. "esnext.iterator.map",
  8290. "esnext.iterator.reduce",
  8291. "esnext.iterator.some",
  8292. "esnext.iterator.take",
  8293. "esnext.iterator.to-array",
  8294. "esnext.map.delete-all",
  8295. "esnext.map.emplace",
  8296. "esnext.map.every",
  8297. "esnext.map.filter",
  8298. "esnext.map.find",
  8299. "esnext.map.find-key",
  8300. "esnext.map.from",
  8301. "esnext.map.group-by",
  8302. "esnext.map.includes",
  8303. "esnext.map.key-by",
  8304. "esnext.map.key-of",
  8305. "esnext.map.map-keys",
  8306. "esnext.map.map-values",
  8307. "esnext.map.merge",
  8308. "esnext.map.of",
  8309. "esnext.map.reduce",
  8310. "esnext.map.some",
  8311. "esnext.map.update",
  8312. "esnext.map.update-or-insert",
  8313. "esnext.map.upsert",
  8314. "esnext.math.clamp",
  8315. "esnext.math.deg-per-rad",
  8316. "esnext.math.degrees",
  8317. "esnext.math.fscale",
  8318. "esnext.math.iaddh",
  8319. "esnext.math.imulh",
  8320. "esnext.math.isubh",
  8321. "esnext.math.rad-per-deg",
  8322. "esnext.math.radians",
  8323. "esnext.math.scale",
  8324. "esnext.math.seeded-prng",
  8325. "esnext.math.signbit",
  8326. "esnext.math.umulh",
  8327. "esnext.number.from-string",
  8328. "esnext.number.range",
  8329. "esnext.object.iterate-entries",
  8330. "esnext.object.iterate-keys",
  8331. "esnext.object.iterate-values",
  8332. "esnext.observable",
  8333. "esnext.promise.all-settled",
  8334. "esnext.promise.any",
  8335. "esnext.promise.try",
  8336. "esnext.set.add-all",
  8337. "esnext.set.delete-all",
  8338. "esnext.set.difference",
  8339. "esnext.set.every",
  8340. "esnext.set.filter",
  8341. "esnext.set.find",
  8342. "esnext.set.from",
  8343. "esnext.set.intersection",
  8344. "esnext.set.is-disjoint-from",
  8345. "esnext.set.is-subset-of",
  8346. "esnext.set.is-superset-of",
  8347. "esnext.set.join",
  8348. "esnext.set.map",
  8349. "esnext.set.of",
  8350. "esnext.set.reduce",
  8351. "esnext.set.some",
  8352. "esnext.set.symmetric-difference",
  8353. "esnext.set.union",
  8354. "esnext.string.at",
  8355. "esnext.string.code-points",
  8356. "esnext.string.match-all",
  8357. "esnext.string.replace-all",
  8358. "esnext.symbol.async-dispose",
  8359. "esnext.symbol.dispose",
  8360. "esnext.symbol.observable",
  8361. "esnext.symbol.pattern-match",
  8362. "esnext.symbol.replace-all",
  8363. "esnext.typed-array.at",
  8364. "esnext.typed-array.filter-out",
  8365. "esnext.typed-array.find-last",
  8366. "esnext.typed-array.find-last-index",
  8367. "esnext.typed-array.unique-by",
  8368. "esnext.weak-map.delete-all",
  8369. "esnext.weak-map.from",
  8370. "esnext.weak-map.of",
  8371. "esnext.weak-map.emplace",
  8372. "esnext.weak-map.upsert",
  8373. "esnext.weak-set.add-all",
  8374. "esnext.weak-set.delete-all",
  8375. "esnext.weak-set.from",
  8376. "esnext.weak-set.of",
  8377. "web.url",
  8378. "web.url.to-json",
  8379. "web.url-search-params"
  8380. ],
  8381. "core-js/stage/1": [
  8382. "es.map",
  8383. "esnext.aggregate-error",
  8384. "esnext.array.at",
  8385. "esnext.array.filter-out",
  8386. "esnext.array.find-last",
  8387. "esnext.array.find-last-index",
  8388. "esnext.array.is-template-object",
  8389. "esnext.array.last-index",
  8390. "esnext.array.last-item",
  8391. "esnext.array.unique-by",
  8392. "esnext.async-iterator.constructor",
  8393. "esnext.async-iterator.as-indexed-pairs",
  8394. "esnext.async-iterator.drop",
  8395. "esnext.async-iterator.every",
  8396. "esnext.async-iterator.filter",
  8397. "esnext.async-iterator.find",
  8398. "esnext.async-iterator.flat-map",
  8399. "esnext.async-iterator.for-each",
  8400. "esnext.async-iterator.from",
  8401. "esnext.async-iterator.map",
  8402. "esnext.async-iterator.reduce",
  8403. "esnext.async-iterator.some",
  8404. "esnext.async-iterator.take",
  8405. "esnext.async-iterator.to-array",
  8406. "esnext.bigint.range",
  8407. "esnext.composite-key",
  8408. "esnext.composite-symbol",
  8409. "esnext.global-this",
  8410. "esnext.iterator.constructor",
  8411. "esnext.iterator.as-indexed-pairs",
  8412. "esnext.iterator.drop",
  8413. "esnext.iterator.every",
  8414. "esnext.iterator.filter",
  8415. "esnext.iterator.find",
  8416. "esnext.iterator.flat-map",
  8417. "esnext.iterator.for-each",
  8418. "esnext.iterator.from",
  8419. "esnext.iterator.map",
  8420. "esnext.iterator.reduce",
  8421. "esnext.iterator.some",
  8422. "esnext.iterator.take",
  8423. "esnext.iterator.to-array",
  8424. "esnext.map.delete-all",
  8425. "esnext.map.emplace",
  8426. "esnext.map.every",
  8427. "esnext.map.filter",
  8428. "esnext.map.find",
  8429. "esnext.map.find-key",
  8430. "esnext.map.from",
  8431. "esnext.map.group-by",
  8432. "esnext.map.includes",
  8433. "esnext.map.key-by",
  8434. "esnext.map.key-of",
  8435. "esnext.map.map-keys",
  8436. "esnext.map.map-values",
  8437. "esnext.map.merge",
  8438. "esnext.map.of",
  8439. "esnext.map.reduce",
  8440. "esnext.map.some",
  8441. "esnext.map.update",
  8442. "esnext.map.update-or-insert",
  8443. "esnext.map.upsert",
  8444. "esnext.math.clamp",
  8445. "esnext.math.deg-per-rad",
  8446. "esnext.math.degrees",
  8447. "esnext.math.fscale",
  8448. "esnext.math.rad-per-deg",
  8449. "esnext.math.radians",
  8450. "esnext.math.scale",
  8451. "esnext.math.seeded-prng",
  8452. "esnext.math.signbit",
  8453. "esnext.number.from-string",
  8454. "esnext.number.range",
  8455. "esnext.object.iterate-entries",
  8456. "esnext.object.iterate-keys",
  8457. "esnext.object.iterate-values",
  8458. "esnext.observable",
  8459. "esnext.promise.all-settled",
  8460. "esnext.promise.any",
  8461. "esnext.promise.try",
  8462. "esnext.set.add-all",
  8463. "esnext.set.delete-all",
  8464. "esnext.set.difference",
  8465. "esnext.set.every",
  8466. "esnext.set.filter",
  8467. "esnext.set.find",
  8468. "esnext.set.from",
  8469. "esnext.set.intersection",
  8470. "esnext.set.is-disjoint-from",
  8471. "esnext.set.is-subset-of",
  8472. "esnext.set.is-superset-of",
  8473. "esnext.set.join",
  8474. "esnext.set.map",
  8475. "esnext.set.of",
  8476. "esnext.set.reduce",
  8477. "esnext.set.some",
  8478. "esnext.set.symmetric-difference",
  8479. "esnext.set.union",
  8480. "esnext.string.code-points",
  8481. "esnext.string.match-all",
  8482. "esnext.string.replace-all",
  8483. "esnext.symbol.async-dispose",
  8484. "esnext.symbol.dispose",
  8485. "esnext.symbol.observable",
  8486. "esnext.symbol.pattern-match",
  8487. "esnext.symbol.replace-all",
  8488. "esnext.typed-array.at",
  8489. "esnext.typed-array.filter-out",
  8490. "esnext.typed-array.find-last",
  8491. "esnext.typed-array.find-last-index",
  8492. "esnext.typed-array.unique-by",
  8493. "esnext.weak-map.delete-all",
  8494. "esnext.weak-map.from",
  8495. "esnext.weak-map.of",
  8496. "esnext.weak-map.emplace",
  8497. "esnext.weak-map.upsert",
  8498. "esnext.weak-set.add-all",
  8499. "esnext.weak-set.delete-all",
  8500. "esnext.weak-set.from",
  8501. "esnext.weak-set.of"
  8502. ],
  8503. "core-js/stage/2": [
  8504. "esnext.aggregate-error",
  8505. "esnext.array.at",
  8506. "esnext.array.find-last",
  8507. "esnext.array.find-last-index",
  8508. "esnext.array.is-template-object",
  8509. "esnext.async-iterator.constructor",
  8510. "esnext.async-iterator.as-indexed-pairs",
  8511. "esnext.async-iterator.drop",
  8512. "esnext.async-iterator.every",
  8513. "esnext.async-iterator.filter",
  8514. "esnext.async-iterator.find",
  8515. "esnext.async-iterator.flat-map",
  8516. "esnext.async-iterator.for-each",
  8517. "esnext.async-iterator.from",
  8518. "esnext.async-iterator.map",
  8519. "esnext.async-iterator.reduce",
  8520. "esnext.async-iterator.some",
  8521. "esnext.async-iterator.take",
  8522. "esnext.async-iterator.to-array",
  8523. "esnext.global-this",
  8524. "esnext.iterator.constructor",
  8525. "esnext.iterator.as-indexed-pairs",
  8526. "esnext.iterator.drop",
  8527. "esnext.iterator.every",
  8528. "esnext.iterator.filter",
  8529. "esnext.iterator.find",
  8530. "esnext.iterator.flat-map",
  8531. "esnext.iterator.for-each",
  8532. "esnext.iterator.from",
  8533. "esnext.iterator.map",
  8534. "esnext.iterator.reduce",
  8535. "esnext.iterator.some",
  8536. "esnext.iterator.take",
  8537. "esnext.iterator.to-array",
  8538. "esnext.map.emplace",
  8539. "esnext.map.update-or-insert",
  8540. "esnext.map.upsert",
  8541. "esnext.promise.all-settled",
  8542. "esnext.promise.any",
  8543. "esnext.set.difference",
  8544. "esnext.set.intersection",
  8545. "esnext.set.is-disjoint-from",
  8546. "esnext.set.is-subset-of",
  8547. "esnext.set.is-superset-of",
  8548. "esnext.set.symmetric-difference",
  8549. "esnext.set.union",
  8550. "esnext.string.match-all",
  8551. "esnext.string.replace-all",
  8552. "esnext.symbol.async-dispose",
  8553. "esnext.symbol.dispose",
  8554. "esnext.symbol.replace-all",
  8555. "esnext.typed-array.at",
  8556. "esnext.typed-array.find-last",
  8557. "esnext.typed-array.find-last-index",
  8558. "esnext.weak-map.emplace",
  8559. "esnext.weak-map.upsert"
  8560. ],
  8561. "core-js/stage/3": [
  8562. "esnext.aggregate-error",
  8563. "esnext.array.at",
  8564. "esnext.global-this",
  8565. "esnext.promise.all-settled",
  8566. "esnext.promise.any",
  8567. "esnext.string.match-all",
  8568. "esnext.string.replace-all",
  8569. "esnext.symbol.replace-all",
  8570. "esnext.typed-array.at"
  8571. ],
  8572. "core-js/stage/4": [
  8573. "esnext.aggregate-error",
  8574. "esnext.global-this",
  8575. "esnext.promise.all-settled",
  8576. "esnext.promise.any",
  8577. "esnext.string.match-all",
  8578. "esnext.string.replace-all",
  8579. "esnext.symbol.replace-all"
  8580. ],
  8581. "core-js/stage/pre": [
  8582. "es.map",
  8583. "esnext.aggregate-error",
  8584. "esnext.array.at",
  8585. "esnext.array.filter-out",
  8586. "esnext.array.find-last",
  8587. "esnext.array.find-last-index",
  8588. "esnext.array.is-template-object",
  8589. "esnext.array.last-index",
  8590. "esnext.array.last-item",
  8591. "esnext.array.unique-by",
  8592. "esnext.async-iterator.constructor",
  8593. "esnext.async-iterator.as-indexed-pairs",
  8594. "esnext.async-iterator.drop",
  8595. "esnext.async-iterator.every",
  8596. "esnext.async-iterator.filter",
  8597. "esnext.async-iterator.find",
  8598. "esnext.async-iterator.flat-map",
  8599. "esnext.async-iterator.for-each",
  8600. "esnext.async-iterator.from",
  8601. "esnext.async-iterator.map",
  8602. "esnext.async-iterator.reduce",
  8603. "esnext.async-iterator.some",
  8604. "esnext.async-iterator.take",
  8605. "esnext.async-iterator.to-array",
  8606. "esnext.bigint.range",
  8607. "esnext.composite-key",
  8608. "esnext.composite-symbol",
  8609. "esnext.global-this",
  8610. "esnext.iterator.constructor",
  8611. "esnext.iterator.as-indexed-pairs",
  8612. "esnext.iterator.drop",
  8613. "esnext.iterator.every",
  8614. "esnext.iterator.filter",
  8615. "esnext.iterator.find",
  8616. "esnext.iterator.flat-map",
  8617. "esnext.iterator.for-each",
  8618. "esnext.iterator.from",
  8619. "esnext.iterator.map",
  8620. "esnext.iterator.reduce",
  8621. "esnext.iterator.some",
  8622. "esnext.iterator.take",
  8623. "esnext.iterator.to-array",
  8624. "esnext.map.delete-all",
  8625. "esnext.map.emplace",
  8626. "esnext.map.every",
  8627. "esnext.map.filter",
  8628. "esnext.map.find",
  8629. "esnext.map.find-key",
  8630. "esnext.map.from",
  8631. "esnext.map.group-by",
  8632. "esnext.map.includes",
  8633. "esnext.map.key-by",
  8634. "esnext.map.key-of",
  8635. "esnext.map.map-keys",
  8636. "esnext.map.map-values",
  8637. "esnext.map.merge",
  8638. "esnext.map.of",
  8639. "esnext.map.reduce",
  8640. "esnext.map.some",
  8641. "esnext.map.update",
  8642. "esnext.map.update-or-insert",
  8643. "esnext.map.upsert",
  8644. "esnext.math.clamp",
  8645. "esnext.math.deg-per-rad",
  8646. "esnext.math.degrees",
  8647. "esnext.math.fscale",
  8648. "esnext.math.iaddh",
  8649. "esnext.math.imulh",
  8650. "esnext.math.isubh",
  8651. "esnext.math.rad-per-deg",
  8652. "esnext.math.radians",
  8653. "esnext.math.scale",
  8654. "esnext.math.seeded-prng",
  8655. "esnext.math.signbit",
  8656. "esnext.math.umulh",
  8657. "esnext.number.from-string",
  8658. "esnext.number.range",
  8659. "esnext.object.iterate-entries",
  8660. "esnext.object.iterate-keys",
  8661. "esnext.object.iterate-values",
  8662. "esnext.observable",
  8663. "esnext.promise.all-settled",
  8664. "esnext.promise.any",
  8665. "esnext.promise.try",
  8666. "esnext.reflect.define-metadata",
  8667. "esnext.reflect.delete-metadata",
  8668. "esnext.reflect.get-metadata",
  8669. "esnext.reflect.get-metadata-keys",
  8670. "esnext.reflect.get-own-metadata",
  8671. "esnext.reflect.get-own-metadata-keys",
  8672. "esnext.reflect.has-metadata",
  8673. "esnext.reflect.has-own-metadata",
  8674. "esnext.reflect.metadata",
  8675. "esnext.set.add-all",
  8676. "esnext.set.delete-all",
  8677. "esnext.set.difference",
  8678. "esnext.set.every",
  8679. "esnext.set.filter",
  8680. "esnext.set.find",
  8681. "esnext.set.from",
  8682. "esnext.set.intersection",
  8683. "esnext.set.is-disjoint-from",
  8684. "esnext.set.is-subset-of",
  8685. "esnext.set.is-superset-of",
  8686. "esnext.set.join",
  8687. "esnext.set.map",
  8688. "esnext.set.of",
  8689. "esnext.set.reduce",
  8690. "esnext.set.some",
  8691. "esnext.set.symmetric-difference",
  8692. "esnext.set.union",
  8693. "esnext.string.at",
  8694. "esnext.string.code-points",
  8695. "esnext.string.match-all",
  8696. "esnext.string.replace-all",
  8697. "esnext.symbol.async-dispose",
  8698. "esnext.symbol.dispose",
  8699. "esnext.symbol.observable",
  8700. "esnext.symbol.pattern-match",
  8701. "esnext.symbol.replace-all",
  8702. "esnext.typed-array.at",
  8703. "esnext.typed-array.filter-out",
  8704. "esnext.typed-array.find-last",
  8705. "esnext.typed-array.find-last-index",
  8706. "esnext.typed-array.unique-by",
  8707. "esnext.weak-map.delete-all",
  8708. "esnext.weak-map.from",
  8709. "esnext.weak-map.of",
  8710. "esnext.weak-map.emplace",
  8711. "esnext.weak-map.upsert",
  8712. "esnext.weak-set.add-all",
  8713. "esnext.weak-set.delete-all",
  8714. "esnext.weak-set.from",
  8715. "esnext.weak-set.of",
  8716. "web.url",
  8717. "web.url.to-json",
  8718. "web.url-search-params"
  8719. ],
  8720. "core-js/web": [
  8721. "web.dom-collections.for-each",
  8722. "web.dom-collections.iterator",
  8723. "web.immediate",
  8724. "web.queue-microtask",
  8725. "web.timers",
  8726. "web.url",
  8727. "web.url.to-json",
  8728. "web.url-search-params"
  8729. ],
  8730. "core-js/web/dom-collections": [
  8731. "web.dom-collections.for-each",
  8732. "web.dom-collections.iterator"
  8733. ],
  8734. "core-js/web/immediate": [
  8735. "web.immediate"
  8736. ],
  8737. "core-js/web/queue-microtask": [
  8738. "web.queue-microtask"
  8739. ],
  8740. "core-js/web/timers": [
  8741. "web.timers"
  8742. ],
  8743. "core-js/web/url": [
  8744. "web.url",
  8745. "web.url.to-json",
  8746. "web.url-search-params"
  8747. ],
  8748. "core-js/web/url-search-params": [
  8749. "web.url-search-params"
  8750. ]
  8751. }