aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2020-12-22 17:50:12 +0530
committerPriyansh <[email protected]>2020-12-22 17:50:12 +0530
commit22dc033f4938d6a19e086a1cbd36ec5cade5eaab (patch)
tree9feb963ccd5c1581e676e41004801abc67db3357 /node_modules/core-js
parente93da8b04da86773247aadb1cbb1912e4f4526b2 (diff)
downloadstyx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.tar.xz
styx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.zip
Remove node_modules
Diffstat (limited to 'node_modules/core-js')
-rw-r--r--node_modules/core-js/LICENSE19
-rw-r--r--node_modules/core-js/README.md59
-rw-r--r--node_modules/core-js/configurator.js23
-rw-r--r--node_modules/core-js/es/README.md1
-rw-r--r--node_modules/core-js/es/aggregate-error.js6
-rw-r--r--node_modules/core-js/es/array-buffer/constructor.js5
-rw-r--r--node_modules/core-js/es/array-buffer/index.js7
-rw-r--r--node_modules/core-js/es/array-buffer/is-view.js4
-rw-r--r--node_modules/core-js/es/array-buffer/slice.js1
-rw-r--r--node_modules/core-js/es/array/concat.js4
-rw-r--r--node_modules/core-js/es/array/copy-within.js4
-rw-r--r--node_modules/core-js/es/array/entries.js4
-rw-r--r--node_modules/core-js/es/array/every.js4
-rw-r--r--node_modules/core-js/es/array/fill.js4
-rw-r--r--node_modules/core-js/es/array/filter.js4
-rw-r--r--node_modules/core-js/es/array/find-index.js4
-rw-r--r--node_modules/core-js/es/array/find.js4
-rw-r--r--node_modules/core-js/es/array/flat-map.js5
-rw-r--r--node_modules/core-js/es/array/flat.js5
-rw-r--r--node_modules/core-js/es/array/for-each.js4
-rw-r--r--node_modules/core-js/es/array/from.js5
-rw-r--r--node_modules/core-js/es/array/includes.js4
-rw-r--r--node_modules/core-js/es/array/index-of.js4
-rw-r--r--node_modules/core-js/es/array/index.js33
-rw-r--r--node_modules/core-js/es/array/is-array.js4
-rw-r--r--node_modules/core-js/es/array/iterator.js4
-rw-r--r--node_modules/core-js/es/array/join.js4
-rw-r--r--node_modules/core-js/es/array/keys.js4
-rw-r--r--node_modules/core-js/es/array/last-index-of.js4
-rw-r--r--node_modules/core-js/es/array/map.js4
-rw-r--r--node_modules/core-js/es/array/of.js4
-rw-r--r--node_modules/core-js/es/array/reduce-right.js4
-rw-r--r--node_modules/core-js/es/array/reduce.js4
-rw-r--r--node_modules/core-js/es/array/reverse.js4
-rw-r--r--node_modules/core-js/es/array/slice.js4
-rw-r--r--node_modules/core-js/es/array/some.js4
-rw-r--r--node_modules/core-js/es/array/sort.js4
-rw-r--r--node_modules/core-js/es/array/splice.js4
-rw-r--r--node_modules/core-js/es/array/values.js4
-rw-r--r--node_modules/core-js/es/array/virtual/concat.js4
-rw-r--r--node_modules/core-js/es/array/virtual/copy-within.js4
-rw-r--r--node_modules/core-js/es/array/virtual/entries.js4
-rw-r--r--node_modules/core-js/es/array/virtual/every.js4
-rw-r--r--node_modules/core-js/es/array/virtual/fill.js4
-rw-r--r--node_modules/core-js/es/array/virtual/filter-out.js4
-rw-r--r--node_modules/core-js/es/array/virtual/filter.js4
-rw-r--r--node_modules/core-js/es/array/virtual/find-index.js4
-rw-r--r--node_modules/core-js/es/array/virtual/find.js4
-rw-r--r--node_modules/core-js/es/array/virtual/flat-map.js5
-rw-r--r--node_modules/core-js/es/array/virtual/flat.js5
-rw-r--r--node_modules/core-js/es/array/virtual/for-each.js4
-rw-r--r--node_modules/core-js/es/array/virtual/includes.js4
-rw-r--r--node_modules/core-js/es/array/virtual/index-of.js4
-rw-r--r--node_modules/core-js/es/array/virtual/index.js29
-rw-r--r--node_modules/core-js/es/array/virtual/iterator.js4
-rw-r--r--node_modules/core-js/es/array/virtual/join.js4
-rw-r--r--node_modules/core-js/es/array/virtual/keys.js4
-rw-r--r--node_modules/core-js/es/array/virtual/last-index-of.js4
-rw-r--r--node_modules/core-js/es/array/virtual/map.js4
-rw-r--r--node_modules/core-js/es/array/virtual/reduce-right.js4
-rw-r--r--node_modules/core-js/es/array/virtual/reduce.js4
-rw-r--r--node_modules/core-js/es/array/virtual/reverse.js4
-rw-r--r--node_modules/core-js/es/array/virtual/slice.js4
-rw-r--r--node_modules/core-js/es/array/virtual/some.js4
-rw-r--r--node_modules/core-js/es/array/virtual/sort.js4
-rw-r--r--node_modules/core-js/es/array/virtual/splice.js4
-rw-r--r--node_modules/core-js/es/array/virtual/values.js4
-rw-r--r--node_modules/core-js/es/data-view/index.js5
-rw-r--r--node_modules/core-js/es/date/index.js8
-rw-r--r--node_modules/core-js/es/date/now.js4
-rw-r--r--node_modules/core-js/es/date/to-iso-string.js5
-rw-r--r--node_modules/core-js/es/date/to-json.js4
-rw-r--r--node_modules/core-js/es/date/to-primitive.js6
-rw-r--r--node_modules/core-js/es/date/to-string.js6
-rw-r--r--node_modules/core-js/es/function/bind.js4
-rw-r--r--node_modules/core-js/es/function/has-instance.js4
-rw-r--r--node_modules/core-js/es/function/index.js6
-rw-r--r--node_modules/core-js/es/function/name.js1
-rw-r--r--node_modules/core-js/es/function/virtual/bind.js4
-rw-r--r--node_modules/core-js/es/function/virtual/index.js4
-rw-r--r--node_modules/core-js/es/global-this.js3
-rw-r--r--node_modules/core-js/es/index.js214
-rw-r--r--node_modules/core-js/es/instance/bind.js8
-rw-r--r--node_modules/core-js/es/instance/code-point-at.js9
-rw-r--r--node_modules/core-js/es/instance/concat.js8
-rw-r--r--node_modules/core-js/es/instance/copy-within.js8
-rw-r--r--node_modules/core-js/es/instance/ends-with.js9
-rw-r--r--node_modules/core-js/es/instance/entries.js8
-rw-r--r--node_modules/core-js/es/instance/every.js8
-rw-r--r--node_modules/core-js/es/instance/fill.js8
-rw-r--r--node_modules/core-js/es/instance/filter.js8
-rw-r--r--node_modules/core-js/es/instance/find-index.js8
-rw-r--r--node_modules/core-js/es/instance/find.js8
-rw-r--r--node_modules/core-js/es/instance/flags.js7
-rw-r--r--node_modules/core-js/es/instance/flat-map.js8
-rw-r--r--node_modules/core-js/es/instance/flat.js8
-rw-r--r--node_modules/core-js/es/instance/for-each.js8
-rw-r--r--node_modules/core-js/es/instance/includes.js13
-rw-r--r--node_modules/core-js/es/instance/index-of.js8
-rw-r--r--node_modules/core-js/es/instance/keys.js8
-rw-r--r--node_modules/core-js/es/instance/last-index-of.js8
-rw-r--r--node_modules/core-js/es/instance/map.js8
-rw-r--r--node_modules/core-js/es/instance/match-all.js9
-rw-r--r--node_modules/core-js/es/instance/pad-end.js9
-rw-r--r--node_modules/core-js/es/instance/pad-start.js9
-rw-r--r--node_modules/core-js/es/instance/reduce-right.js8
-rw-r--r--node_modules/core-js/es/instance/reduce.js8
-rw-r--r--node_modules/core-js/es/instance/repeat.js9
-rw-r--r--node_modules/core-js/es/instance/replace-all.js9
-rw-r--r--node_modules/core-js/es/instance/reverse.js8
-rw-r--r--node_modules/core-js/es/instance/slice.js8
-rw-r--r--node_modules/core-js/es/instance/some.js8
-rw-r--r--node_modules/core-js/es/instance/sort.js8
-rw-r--r--node_modules/core-js/es/instance/splice.js8
-rw-r--r--node_modules/core-js/es/instance/starts-with.js9
-rw-r--r--node_modules/core-js/es/instance/trim-end.js9
-rw-r--r--node_modules/core-js/es/instance/trim-left.js9
-rw-r--r--node_modules/core-js/es/instance/trim-right.js9
-rw-r--r--node_modules/core-js/es/instance/trim-start.js9
-rw-r--r--node_modules/core-js/es/instance/trim.js9
-rw-r--r--node_modules/core-js/es/instance/values.js8
-rw-r--r--node_modules/core-js/es/json/index.js5
-rw-r--r--node_modules/core-js/es/json/stringify.js9
-rw-r--r--node_modules/core-js/es/json/to-string-tag.js3
-rw-r--r--node_modules/core-js/es/map/index.js7
-rw-r--r--node_modules/core-js/es/math/acosh.js4
-rw-r--r--node_modules/core-js/es/math/asinh.js4
-rw-r--r--node_modules/core-js/es/math/atanh.js4
-rw-r--r--node_modules/core-js/es/math/cbrt.js4
-rw-r--r--node_modules/core-js/es/math/clz32.js4
-rw-r--r--node_modules/core-js/es/math/cosh.js4
-rw-r--r--node_modules/core-js/es/math/expm1.js4
-rw-r--r--node_modules/core-js/es/math/fround.js4
-rw-r--r--node_modules/core-js/es/math/hypot.js4
-rw-r--r--node_modules/core-js/es/math/imul.js4
-rw-r--r--node_modules/core-js/es/math/index.js21
-rw-r--r--node_modules/core-js/es/math/log10.js4
-rw-r--r--node_modules/core-js/es/math/log1p.js4
-rw-r--r--node_modules/core-js/es/math/log2.js4
-rw-r--r--node_modules/core-js/es/math/sign.js4
-rw-r--r--node_modules/core-js/es/math/sinh.js4
-rw-r--r--node_modules/core-js/es/math/tanh.js4
-rw-r--r--node_modules/core-js/es/math/to-string-tag.js3
-rw-r--r--node_modules/core-js/es/math/trunc.js4
-rw-r--r--node_modules/core-js/es/number/constructor.js3
-rw-r--r--node_modules/core-js/es/number/epsilon.js3
-rw-r--r--node_modules/core-js/es/number/index.js15
-rw-r--r--node_modules/core-js/es/number/is-finite.js4
-rw-r--r--node_modules/core-js/es/number/is-integer.js4
-rw-r--r--node_modules/core-js/es/number/is-nan.js4
-rw-r--r--node_modules/core-js/es/number/is-safe-integer.js4
-rw-r--r--node_modules/core-js/es/number/max-safe-integer.js3
-rw-r--r--node_modules/core-js/es/number/min-safe-integer.js3
-rw-r--r--node_modules/core-js/es/number/parse-float.js4
-rw-r--r--node_modules/core-js/es/number/parse-int.js4
-rw-r--r--node_modules/core-js/es/number/to-fixed.js4
-rw-r--r--node_modules/core-js/es/number/to-precision.js4
-rw-r--r--node_modules/core-js/es/number/virtual/index.js5
-rw-r--r--node_modules/core-js/es/number/virtual/to-fixed.js4
-rw-r--r--node_modules/core-js/es/number/virtual/to-precision.js4
-rw-r--r--node_modules/core-js/es/object/assign.js4
-rw-r--r--node_modules/core-js/es/object/create.js8
-rw-r--r--node_modules/core-js/es/object/define-getter.js4
-rw-r--r--node_modules/core-js/es/object/define-properties.js10
-rw-r--r--node_modules/core-js/es/object/define-property.js10
-rw-r--r--node_modules/core-js/es/object/define-setter.js4
-rw-r--r--node_modules/core-js/es/object/entries.js4
-rw-r--r--node_modules/core-js/es/object/freeze.js4
-rw-r--r--node_modules/core-js/es/object/from-entries.js5
-rw-r--r--node_modules/core-js/es/object/get-own-property-descriptor.js10
-rw-r--r--node_modules/core-js/es/object/get-own-property-descriptors.js4
-rw-r--r--node_modules/core-js/es/object/get-own-property-names.js8
-rw-r--r--node_modules/core-js/es/object/get-own-property-symbols.js4
-rw-r--r--node_modules/core-js/es/object/get-prototype-of.js4
-rw-r--r--node_modules/core-js/es/object/index.js32
-rw-r--r--node_modules/core-js/es/object/is-extensible.js4
-rw-r--r--node_modules/core-js/es/object/is-frozen.js4
-rw-r--r--node_modules/core-js/es/object/is-sealed.js4
-rw-r--r--node_modules/core-js/es/object/is.js4
-rw-r--r--node_modules/core-js/es/object/keys.js4
-rw-r--r--node_modules/core-js/es/object/lookup-getter.js4
-rw-r--r--node_modules/core-js/es/object/lookup-setter.js4
-rw-r--r--node_modules/core-js/es/object/prevent-extensions.js4
-rw-r--r--node_modules/core-js/es/object/seal.js4
-rw-r--r--node_modules/core-js/es/object/set-prototype-of.js4
-rw-r--r--node_modules/core-js/es/object/to-string.js9
-rw-r--r--node_modules/core-js/es/object/values.js4
-rw-r--r--node_modules/core-js/es/parse-float.js4
-rw-r--r--node_modules/core-js/es/parse-int.js4
-rw-r--r--node_modules/core-js/es/promise/all-settled.js11
-rw-r--r--node_modules/core-js/es/promise/any.js12
-rw-r--r--node_modules/core-js/es/promise/finally.js5
-rw-r--r--node_modules/core-js/es/promise/index.js11
-rw-r--r--node_modules/core-js/es/reflect/apply.js4
-rw-r--r--node_modules/core-js/es/reflect/construct.js4
-rw-r--r--node_modules/core-js/es/reflect/define-property.js4
-rw-r--r--node_modules/core-js/es/reflect/delete-property.js4
-rw-r--r--node_modules/core-js/es/reflect/get-own-property-descriptor.js4
-rw-r--r--node_modules/core-js/es/reflect/get-prototype-of.js4
-rw-r--r--node_modules/core-js/es/reflect/get.js4
-rw-r--r--node_modules/core-js/es/reflect/has.js4
-rw-r--r--node_modules/core-js/es/reflect/index.js17
-rw-r--r--node_modules/core-js/es/reflect/is-extensible.js4
-rw-r--r--node_modules/core-js/es/reflect/own-keys.js4
-rw-r--r--node_modules/core-js/es/reflect/prevent-extensions.js4
-rw-r--r--node_modules/core-js/es/reflect/set-prototype-of.js4
-rw-r--r--node_modules/core-js/es/reflect/set.js4
-rw-r--r--node_modules/core-js/es/reflect/to-string-tag.js3
-rw-r--r--node_modules/core-js/es/regexp/constructor.js3
-rw-r--r--node_modules/core-js/es/regexp/flags.js6
-rw-r--r--node_modules/core-js/es/regexp/index.js10
-rw-r--r--node_modules/core-js/es/regexp/match.js8
-rw-r--r--node_modules/core-js/es/regexp/replace.js8
-rw-r--r--node_modules/core-js/es/regexp/search.js8
-rw-r--r--node_modules/core-js/es/regexp/split.js8
-rw-r--r--node_modules/core-js/es/regexp/sticky.js5
-rw-r--r--node_modules/core-js/es/regexp/test.js6
-rw-r--r--node_modules/core-js/es/regexp/to-string.js5
-rw-r--r--node_modules/core-js/es/set/index.js7
-rw-r--r--node_modules/core-js/es/string/anchor.js4
-rw-r--r--node_modules/core-js/es/string/big.js4
-rw-r--r--node_modules/core-js/es/string/blink.js4
-rw-r--r--node_modules/core-js/es/string/bold.js4
-rw-r--r--node_modules/core-js/es/string/code-point-at.js4
-rw-r--r--node_modules/core-js/es/string/ends-with.js4
-rw-r--r--node_modules/core-js/es/string/fixed.js4
-rw-r--r--node_modules/core-js/es/string/fontcolor.js4
-rw-r--r--node_modules/core-js/es/string/fontsize.js4
-rw-r--r--node_modules/core-js/es/string/from-code-point.js4
-rw-r--r--node_modules/core-js/es/string/includes.js4
-rw-r--r--node_modules/core-js/es/string/index.js36
-rw-r--r--node_modules/core-js/es/string/italics.js4
-rw-r--r--node_modules/core-js/es/string/iterator.js8
-rw-r--r--node_modules/core-js/es/string/link.js4
-rw-r--r--node_modules/core-js/es/string/match-all.js4
-rw-r--r--node_modules/core-js/es/string/match.js5
-rw-r--r--node_modules/core-js/es/string/pad-end.js4
-rw-r--r--node_modules/core-js/es/string/pad-start.js4
-rw-r--r--node_modules/core-js/es/string/raw.js4
-rw-r--r--node_modules/core-js/es/string/repeat.js4
-rw-r--r--node_modules/core-js/es/string/replace-all.js4
-rw-r--r--node_modules/core-js/es/string/replace.js5
-rw-r--r--node_modules/core-js/es/string/search.js5
-rw-r--r--node_modules/core-js/es/string/small.js4
-rw-r--r--node_modules/core-js/es/string/split.js5
-rw-r--r--node_modules/core-js/es/string/starts-with.js4
-rw-r--r--node_modules/core-js/es/string/strike.js4
-rw-r--r--node_modules/core-js/es/string/sub.js4
-rw-r--r--node_modules/core-js/es/string/sup.js4
-rw-r--r--node_modules/core-js/es/string/trim-end.js4
-rw-r--r--node_modules/core-js/es/string/trim-left.js4
-rw-r--r--node_modules/core-js/es/string/trim-right.js4
-rw-r--r--node_modules/core-js/es/string/trim-start.js4
-rw-r--r--node_modules/core-js/es/string/trim.js4
-rw-r--r--node_modules/core-js/es/string/virtual/anchor.js4
-rw-r--r--node_modules/core-js/es/string/virtual/big.js4
-rw-r--r--node_modules/core-js/es/string/virtual/blink.js4
-rw-r--r--node_modules/core-js/es/string/virtual/bold.js4
-rw-r--r--node_modules/core-js/es/string/virtual/code-point-at.js4
-rw-r--r--node_modules/core-js/es/string/virtual/ends-with.js4
-rw-r--r--node_modules/core-js/es/string/virtual/fixed.js4
-rw-r--r--node_modules/core-js/es/string/virtual/fontcolor.js4
-rw-r--r--node_modules/core-js/es/string/virtual/fontsize.js4
-rw-r--r--node_modules/core-js/es/string/virtual/includes.js4
-rw-r--r--node_modules/core-js/es/string/virtual/index.js33
-rw-r--r--node_modules/core-js/es/string/virtual/italics.js4
-rw-r--r--node_modules/core-js/es/string/virtual/iterator.js4
-rw-r--r--node_modules/core-js/es/string/virtual/link.js4
-rw-r--r--node_modules/core-js/es/string/virtual/match-all.js4
-rw-r--r--node_modules/core-js/es/string/virtual/pad-end.js4
-rw-r--r--node_modules/core-js/es/string/virtual/pad-start.js4
-rw-r--r--node_modules/core-js/es/string/virtual/repeat.js4
-rw-r--r--node_modules/core-js/es/string/virtual/replace-all.js4
-rw-r--r--node_modules/core-js/es/string/virtual/small.js4
-rw-r--r--node_modules/core-js/es/string/virtual/starts-with.js4
-rw-r--r--node_modules/core-js/es/string/virtual/strike.js4
-rw-r--r--node_modules/core-js/es/string/virtual/sub.js4
-rw-r--r--node_modules/core-js/es/string/virtual/sup.js4
-rw-r--r--node_modules/core-js/es/string/virtual/trim-end.js4
-rw-r--r--node_modules/core-js/es/string/virtual/trim-left.js4
-rw-r--r--node_modules/core-js/es/string/virtual/trim-right.js4
-rw-r--r--node_modules/core-js/es/string/virtual/trim-start.js4
-rw-r--r--node_modules/core-js/es/string/virtual/trim.js4
-rw-r--r--node_modules/core-js/es/symbol/async-iterator.js4
-rw-r--r--node_modules/core-js/es/symbol/description.js1
-rw-r--r--node_modules/core-js/es/symbol/for.js4
-rw-r--r--node_modules/core-js/es/symbol/has-instance.js5
-rw-r--r--node_modules/core-js/es/symbol/index.js23
-rw-r--r--node_modules/core-js/es/symbol/is-concat-spreadable.js5
-rw-r--r--node_modules/core-js/es/symbol/iterator.js6
-rw-r--r--node_modules/core-js/es/symbol/key-for.js4
-rw-r--r--node_modules/core-js/es/symbol/match-all.js5
-rw-r--r--node_modules/core-js/es/symbol/match.js5
-rw-r--r--node_modules/core-js/es/symbol/replace.js5
-rw-r--r--node_modules/core-js/es/symbol/search.js5
-rw-r--r--node_modules/core-js/es/symbol/species.js4
-rw-r--r--node_modules/core-js/es/symbol/split.js5
-rw-r--r--node_modules/core-js/es/symbol/to-primitive.js4
-rw-r--r--node_modules/core-js/es/symbol/to-string-tag.js8
-rw-r--r--node_modules/core-js/es/symbol/unscopables.js4
-rw-r--r--node_modules/core-js/es/typed-array/copy-within.js1
-rw-r--r--node_modules/core-js/es/typed-array/entries.js1
-rw-r--r--node_modules/core-js/es/typed-array/every.js1
-rw-r--r--node_modules/core-js/es/typed-array/fill.js1
-rw-r--r--node_modules/core-js/es/typed-array/filter.js1
-rw-r--r--node_modules/core-js/es/typed-array/find-index.js1
-rw-r--r--node_modules/core-js/es/typed-array/find.js1
-rw-r--r--node_modules/core-js/es/typed-array/float32-array.js5
-rw-r--r--node_modules/core-js/es/typed-array/float64-array.js5
-rw-r--r--node_modules/core-js/es/typed-array/for-each.js1
-rw-r--r--node_modules/core-js/es/typed-array/from.js1
-rw-r--r--node_modules/core-js/es/typed-array/includes.js1
-rw-r--r--node_modules/core-js/es/typed-array/index-of.js1
-rw-r--r--node_modules/core-js/es/typed-array/index.js12
-rw-r--r--node_modules/core-js/es/typed-array/int16-array.js5
-rw-r--r--node_modules/core-js/es/typed-array/int32-array.js5
-rw-r--r--node_modules/core-js/es/typed-array/int8-array.js5
-rw-r--r--node_modules/core-js/es/typed-array/iterator.js1
-rw-r--r--node_modules/core-js/es/typed-array/join.js1
-rw-r--r--node_modules/core-js/es/typed-array/keys.js1
-rw-r--r--node_modules/core-js/es/typed-array/last-index-of.js1
-rw-r--r--node_modules/core-js/es/typed-array/map.js1
-rw-r--r--node_modules/core-js/es/typed-array/methods.js26
-rw-r--r--node_modules/core-js/es/typed-array/of.js1
-rw-r--r--node_modules/core-js/es/typed-array/reduce-right.js1
-rw-r--r--node_modules/core-js/es/typed-array/reduce.js1
-rw-r--r--node_modules/core-js/es/typed-array/reverse.js1
-rw-r--r--node_modules/core-js/es/typed-array/set.js1
-rw-r--r--node_modules/core-js/es/typed-array/slice.js1
-rw-r--r--node_modules/core-js/es/typed-array/some.js1
-rw-r--r--node_modules/core-js/es/typed-array/sort.js1
-rw-r--r--node_modules/core-js/es/typed-array/subarray.js1
-rw-r--r--node_modules/core-js/es/typed-array/to-locale-string.js1
-rw-r--r--node_modules/core-js/es/typed-array/to-string.js1
-rw-r--r--node_modules/core-js/es/typed-array/uint16-array.js5
-rw-r--r--node_modules/core-js/es/typed-array/uint32-array.js5
-rw-r--r--node_modules/core-js/es/typed-array/uint8-array.js5
-rw-r--r--node_modules/core-js/es/typed-array/uint8-clamped-array.js5
-rw-r--r--node_modules/core-js/es/typed-array/values.js1
-rw-r--r--node_modules/core-js/es/weak-map/index.js6
-rw-r--r--node_modules/core-js/es/weak-set/index.js6
-rw-r--r--node_modules/core-js/features/README.md1
-rw-r--r--node_modules/core-js/features/aggregate-error.js6
-rw-r--r--node_modules/core-js/features/array-buffer/constructor.js3
-rw-r--r--node_modules/core-js/features/array-buffer/index.js3
-rw-r--r--node_modules/core-js/features/array-buffer/is-view.js3
-rw-r--r--node_modules/core-js/features/array-buffer/slice.js3
-rw-r--r--node_modules/core-js/features/array/at.js4
-rw-r--r--node_modules/core-js/features/array/concat.js3
-rw-r--r--node_modules/core-js/features/array/copy-within.js3
-rw-r--r--node_modules/core-js/features/array/entries.js3
-rw-r--r--node_modules/core-js/features/array/every.js3
-rw-r--r--node_modules/core-js/features/array/fill.js3
-rw-r--r--node_modules/core-js/features/array/filter-out.js4
-rw-r--r--node_modules/core-js/features/array/filter.js3
-rw-r--r--node_modules/core-js/features/array/find-index.js3
-rw-r--r--node_modules/core-js/features/array/find.js3
-rw-r--r--node_modules/core-js/features/array/flat-map.js3
-rw-r--r--node_modules/core-js/features/array/flat.js3
-rw-r--r--node_modules/core-js/features/array/for-each.js3
-rw-r--r--node_modules/core-js/features/array/from.js3
-rw-r--r--node_modules/core-js/features/array/includes.js3
-rw-r--r--node_modules/core-js/features/array/index-of.js3
-rw-r--r--node_modules/core-js/features/array/index.js10
-rw-r--r--node_modules/core-js/features/array/is-array.js3
-rw-r--r--node_modules/core-js/features/array/is-template-object.js4
-rw-r--r--node_modules/core-js/features/array/iterator.js3
-rw-r--r--node_modules/core-js/features/array/join.js3
-rw-r--r--node_modules/core-js/features/array/keys.js3
-rw-r--r--node_modules/core-js/features/array/last-index-of.js3
-rw-r--r--node_modules/core-js/features/array/last-index.js1
-rw-r--r--node_modules/core-js/features/array/last-item.js1
-rw-r--r--node_modules/core-js/features/array/map.js3
-rw-r--r--node_modules/core-js/features/array/of.js3
-rw-r--r--node_modules/core-js/features/array/reduce-right.js3
-rw-r--r--node_modules/core-js/features/array/reduce.js3
-rw-r--r--node_modules/core-js/features/array/reverse.js3
-rw-r--r--node_modules/core-js/features/array/slice.js3
-rw-r--r--node_modules/core-js/features/array/some.js3
-rw-r--r--node_modules/core-js/features/array/sort.js3
-rw-r--r--node_modules/core-js/features/array/splice.js3
-rw-r--r--node_modules/core-js/features/array/unique-by.js5
-rw-r--r--node_modules/core-js/features/array/values.js3
-rw-r--r--node_modules/core-js/features/array/virtual/at.js4
-rw-r--r--node_modules/core-js/features/array/virtual/concat.js3
-rw-r--r--node_modules/core-js/features/array/virtual/copy-within.js3
-rw-r--r--node_modules/core-js/features/array/virtual/entries.js3
-rw-r--r--node_modules/core-js/features/array/virtual/every.js3
-rw-r--r--node_modules/core-js/features/array/virtual/fill.js3
-rw-r--r--node_modules/core-js/features/array/virtual/filter-out.js4
-rw-r--r--node_modules/core-js/features/array/virtual/filter.js3
-rw-r--r--node_modules/core-js/features/array/virtual/find-index.js3
-rw-r--r--node_modules/core-js/features/array/virtual/find.js3
-rw-r--r--node_modules/core-js/features/array/virtual/flat-map.js3
-rw-r--r--node_modules/core-js/features/array/virtual/flat.js3
-rw-r--r--node_modules/core-js/features/array/virtual/for-each.js3
-rw-r--r--node_modules/core-js/features/array/virtual/includes.js3
-rw-r--r--node_modules/core-js/features/array/virtual/index-of.js3
-rw-r--r--node_modules/core-js/features/array/virtual/index.js6
-rw-r--r--node_modules/core-js/features/array/virtual/iterator.js3
-rw-r--r--node_modules/core-js/features/array/virtual/join.js3
-rw-r--r--node_modules/core-js/features/array/virtual/keys.js3
-rw-r--r--node_modules/core-js/features/array/virtual/last-index-of.js3
-rw-r--r--node_modules/core-js/features/array/virtual/map.js3
-rw-r--r--node_modules/core-js/features/array/virtual/reduce-right.js3
-rw-r--r--node_modules/core-js/features/array/virtual/reduce.js3
-rw-r--r--node_modules/core-js/features/array/virtual/reverse.js3
-rw-r--r--node_modules/core-js/features/array/virtual/slice.js3
-rw-r--r--node_modules/core-js/features/array/virtual/some.js3
-rw-r--r--node_modules/core-js/features/array/virtual/sort.js3
-rw-r--r--node_modules/core-js/features/array/virtual/splice.js3
-rw-r--r--node_modules/core-js/features/array/virtual/unique-by.js5
-rw-r--r--node_modules/core-js/features/array/virtual/values.js3
-rw-r--r--node_modules/core-js/features/async-iterator/as-indexed-pairs.js10
-rw-r--r--node_modules/core-js/features/async-iterator/drop.js10
-rw-r--r--node_modules/core-js/features/async-iterator/every.js10
-rw-r--r--node_modules/core-js/features/async-iterator/filter.js10
-rw-r--r--node_modules/core-js/features/async-iterator/find.js10
-rw-r--r--node_modules/core-js/features/async-iterator/flat-map.js10
-rw-r--r--node_modules/core-js/features/async-iterator/for-each.js10
-rw-r--r--node_modules/core-js/features/async-iterator/from.js10
-rw-r--r--node_modules/core-js/features/async-iterator/index.js22
-rw-r--r--node_modules/core-js/features/async-iterator/map.js10
-rw-r--r--node_modules/core-js/features/async-iterator/reduce.js10
-rw-r--r--node_modules/core-js/features/async-iterator/some.js10
-rw-r--r--node_modules/core-js/features/async-iterator/take.js10
-rw-r--r--node_modules/core-js/features/async-iterator/to-array.js10
-rw-r--r--node_modules/core-js/features/bigint/index.js4
-rw-r--r--node_modules/core-js/features/bigint/range.js4
-rw-r--r--node_modules/core-js/features/clear-immediate.js3
-rw-r--r--node_modules/core-js/features/composite-key.js4
-rw-r--r--node_modules/core-js/features/composite-symbol.js5
-rw-r--r--node_modules/core-js/features/data-view/index.js3
-rw-r--r--node_modules/core-js/features/date/index.js3
-rw-r--r--node_modules/core-js/features/date/now.js3
-rw-r--r--node_modules/core-js/features/date/to-iso-string.js3
-rw-r--r--node_modules/core-js/features/date/to-json.js3
-rw-r--r--node_modules/core-js/features/date/to-primitive.js3
-rw-r--r--node_modules/core-js/features/date/to-string.js3
-rw-r--r--node_modules/core-js/features/dom-collections/for-each.js3
-rw-r--r--node_modules/core-js/features/dom-collections/index.js3
-rw-r--r--node_modules/core-js/features/dom-collections/iterator.js3
-rw-r--r--node_modules/core-js/features/function/bind.js3
-rw-r--r--node_modules/core-js/features/function/has-instance.js3
-rw-r--r--node_modules/core-js/features/function/index.js3
-rw-r--r--node_modules/core-js/features/function/name.js3
-rw-r--r--node_modules/core-js/features/function/virtual/bind.js3
-rw-r--r--node_modules/core-js/features/function/virtual/index.js3
-rw-r--r--node_modules/core-js/features/get-iterator-method.js5
-rw-r--r--node_modules/core-js/features/get-iterator.js5
-rw-r--r--node_modules/core-js/features/global-this.js6
-rw-r--r--node_modules/core-js/features/index.js3
-rw-r--r--node_modules/core-js/features/instance/at.js13
-rw-r--r--node_modules/core-js/features/instance/bind.js3
-rw-r--r--node_modules/core-js/features/instance/code-point-at.js3
-rw-r--r--node_modules/core-js/features/instance/code-points.js9
-rw-r--r--node_modules/core-js/features/instance/concat.js3
-rw-r--r--node_modules/core-js/features/instance/copy-within.js3
-rw-r--r--node_modules/core-js/features/instance/ends-with.js3
-rw-r--r--node_modules/core-js/features/instance/entries.js3
-rw-r--r--node_modules/core-js/features/instance/every.js3
-rw-r--r--node_modules/core-js/features/instance/fill.js3
-rw-r--r--node_modules/core-js/features/instance/filter-out.js8
-rw-r--r--node_modules/core-js/features/instance/filter.js3
-rw-r--r--node_modules/core-js/features/instance/find-index.js3
-rw-r--r--node_modules/core-js/features/instance/find.js3
-rw-r--r--node_modules/core-js/features/instance/flags.js3
-rw-r--r--node_modules/core-js/features/instance/flat-map.js3
-rw-r--r--node_modules/core-js/features/instance/flat.js3
-rw-r--r--node_modules/core-js/features/instance/for-each.js3
-rw-r--r--node_modules/core-js/features/instance/includes.js3
-rw-r--r--node_modules/core-js/features/instance/index-of.js3
-rw-r--r--node_modules/core-js/features/instance/keys.js3
-rw-r--r--node_modules/core-js/features/instance/last-index-of.js3
-rw-r--r--node_modules/core-js/features/instance/map.js3
-rw-r--r--node_modules/core-js/features/instance/match-all.js6
-rw-r--r--node_modules/core-js/features/instance/pad-end.js3
-rw-r--r--node_modules/core-js/features/instance/pad-start.js3
-rw-r--r--node_modules/core-js/features/instance/reduce-right.js3
-rw-r--r--node_modules/core-js/features/instance/reduce.js3
-rw-r--r--node_modules/core-js/features/instance/repeat.js3
-rw-r--r--node_modules/core-js/features/instance/replace-all.js3
-rw-r--r--node_modules/core-js/features/instance/reverse.js3
-rw-r--r--node_modules/core-js/features/instance/slice.js3
-rw-r--r--node_modules/core-js/features/instance/some.js3
-rw-r--r--node_modules/core-js/features/instance/sort.js3
-rw-r--r--node_modules/core-js/features/instance/splice.js3
-rw-r--r--node_modules/core-js/features/instance/starts-with.js3
-rw-r--r--node_modules/core-js/features/instance/trim-end.js3
-rw-r--r--node_modules/core-js/features/instance/trim-left.js3
-rw-r--r--node_modules/core-js/features/instance/trim-right.js3
-rw-r--r--node_modules/core-js/features/instance/trim-start.js3
-rw-r--r--node_modules/core-js/features/instance/trim.js3
-rw-r--r--node_modules/core-js/features/instance/unique-by.js8
-rw-r--r--node_modules/core-js/features/instance/values.js3
-rw-r--r--node_modules/core-js/features/is-iterable.js5
-rw-r--r--node_modules/core-js/features/iterator/as-indexed-pairs.js10
-rw-r--r--node_modules/core-js/features/iterator/drop.js9
-rw-r--r--node_modules/core-js/features/iterator/every.js9
-rw-r--r--node_modules/core-js/features/iterator/filter.js9
-rw-r--r--node_modules/core-js/features/iterator/find.js9
-rw-r--r--node_modules/core-js/features/iterator/flat-map.js9
-rw-r--r--node_modules/core-js/features/iterator/for-each.js9
-rw-r--r--node_modules/core-js/features/iterator/from.js9
-rw-r--r--node_modules/core-js/features/iterator/index.js21
-rw-r--r--node_modules/core-js/features/iterator/map.js9
-rw-r--r--node_modules/core-js/features/iterator/reduce.js9
-rw-r--r--node_modules/core-js/features/iterator/some.js9
-rw-r--r--node_modules/core-js/features/iterator/take.js9
-rw-r--r--node_modules/core-js/features/iterator/to-array.js9
-rw-r--r--node_modules/core-js/features/json/index.js3
-rw-r--r--node_modules/core-js/features/json/stringify.js3
-rw-r--r--node_modules/core-js/features/json/to-string-tag.js3
-rw-r--r--node_modules/core-js/features/map/delete-all.js5
-rw-r--r--node_modules/core-js/features/map/emplace.js5
-rw-r--r--node_modules/core-js/features/map/every.js5
-rw-r--r--node_modules/core-js/features/map/filter.js5
-rw-r--r--node_modules/core-js/features/map/find-key.js5
-rw-r--r--node_modules/core-js/features/map/find.js5
-rw-r--r--node_modules/core-js/features/map/from.js13
-rw-r--r--node_modules/core-js/features/map/group-by.js11
-rw-r--r--node_modules/core-js/features/map/includes.js5
-rw-r--r--node_modules/core-js/features/map/index.js25
-rw-r--r--node_modules/core-js/features/map/key-by.js11
-rw-r--r--node_modules/core-js/features/map/key-of.js5
-rw-r--r--node_modules/core-js/features/map/map-keys.js5
-rw-r--r--node_modules/core-js/features/map/map-values.js5
-rw-r--r--node_modules/core-js/features/map/merge.js5
-rw-r--r--node_modules/core-js/features/map/of.js13
-rw-r--r--node_modules/core-js/features/map/reduce.js5
-rw-r--r--node_modules/core-js/features/map/some.js5
-rw-r--r--node_modules/core-js/features/map/update-or-insert.js6
-rw-r--r--node_modules/core-js/features/map/update.js5
-rw-r--r--node_modules/core-js/features/map/upsert.js5
-rw-r--r--node_modules/core-js/features/math/acosh.js3
-rw-r--r--node_modules/core-js/features/math/asinh.js3
-rw-r--r--node_modules/core-js/features/math/atanh.js3
-rw-r--r--node_modules/core-js/features/math/cbrt.js3
-rw-r--r--node_modules/core-js/features/math/clamp.js4
-rw-r--r--node_modules/core-js/features/math/clz32.js3
-rw-r--r--node_modules/core-js/features/math/cosh.js3
-rw-r--r--node_modules/core-js/features/math/deg-per-rad.js3
-rw-r--r--node_modules/core-js/features/math/degrees.js4
-rw-r--r--node_modules/core-js/features/math/expm1.js3
-rw-r--r--node_modules/core-js/features/math/fround.js3
-rw-r--r--node_modules/core-js/features/math/fscale.js4
-rw-r--r--node_modules/core-js/features/math/hypot.js3
-rw-r--r--node_modules/core-js/features/math/iaddh.js4
-rw-r--r--node_modules/core-js/features/math/imul.js3
-rw-r--r--node_modules/core-js/features/math/imulh.js4
-rw-r--r--node_modules/core-js/features/math/index.js17
-rw-r--r--node_modules/core-js/features/math/isubh.js4
-rw-r--r--node_modules/core-js/features/math/log10.js3
-rw-r--r--node_modules/core-js/features/math/log1p.js3
-rw-r--r--node_modules/core-js/features/math/log2.js3
-rw-r--r--node_modules/core-js/features/math/rad-per-deg.js3
-rw-r--r--node_modules/core-js/features/math/radians.js4
-rw-r--r--node_modules/core-js/features/math/scale.js4
-rw-r--r--node_modules/core-js/features/math/seeded-prng.js4
-rw-r--r--node_modules/core-js/features/math/sign.js3
-rw-r--r--node_modules/core-js/features/math/signbit.js4
-rw-r--r--node_modules/core-js/features/math/sinh.js3
-rw-r--r--node_modules/core-js/features/math/tanh.js3
-rw-r--r--node_modules/core-js/features/math/to-string-tag.js3
-rw-r--r--node_modules/core-js/features/math/trunc.js3
-rw-r--r--node_modules/core-js/features/math/umulh.js4
-rw-r--r--node_modules/core-js/features/number/constructor.js3
-rw-r--r--node_modules/core-js/features/number/epsilon.js3
-rw-r--r--node_modules/core-js/features/number/from-string.js4
-rw-r--r--node_modules/core-js/features/number/index.js6
-rw-r--r--node_modules/core-js/features/number/is-finite.js3
-rw-r--r--node_modules/core-js/features/number/is-integer.js3
-rw-r--r--node_modules/core-js/features/number/is-nan.js3
-rw-r--r--node_modules/core-js/features/number/is-safe-integer.js3
-rw-r--r--node_modules/core-js/features/number/max-safe-integer.js3
-rw-r--r--node_modules/core-js/features/number/min-safe-integer.js3
-rw-r--r--node_modules/core-js/features/number/parse-float.js3
-rw-r--r--node_modules/core-js/features/number/parse-int.js3
-rw-r--r--node_modules/core-js/features/number/range.js4
-rw-r--r--node_modules/core-js/features/number/to-fixed.js3
-rw-r--r--node_modules/core-js/features/number/to-precision.js3
-rw-r--r--node_modules/core-js/features/number/virtual/index.js3
-rw-r--r--node_modules/core-js/features/number/virtual/to-fixed.js3
-rw-r--r--node_modules/core-js/features/number/virtual/to-precision.js3
-rw-r--r--node_modules/core-js/features/object/assign.js3
-rw-r--r--node_modules/core-js/features/object/create.js3
-rw-r--r--node_modules/core-js/features/object/define-getter.js3
-rw-r--r--node_modules/core-js/features/object/define-properties.js3
-rw-r--r--node_modules/core-js/features/object/define-property.js3
-rw-r--r--node_modules/core-js/features/object/define-setter.js3
-rw-r--r--node_modules/core-js/features/object/entries.js3
-rw-r--r--node_modules/core-js/features/object/freeze.js3
-rw-r--r--node_modules/core-js/features/object/from-entries.js3
-rw-r--r--node_modules/core-js/features/object/get-own-property-descriptor.js3
-rw-r--r--node_modules/core-js/features/object/get-own-property-descriptors.js3
-rw-r--r--node_modules/core-js/features/object/get-own-property-names.js3
-rw-r--r--node_modules/core-js/features/object/get-own-property-symbols.js3
-rw-r--r--node_modules/core-js/features/object/get-prototype-of.js3
-rw-r--r--node_modules/core-js/features/object/index.js6
-rw-r--r--node_modules/core-js/features/object/is-extensible.js3
-rw-r--r--node_modules/core-js/features/object/is-frozen.js3
-rw-r--r--node_modules/core-js/features/object/is-sealed.js3
-rw-r--r--node_modules/core-js/features/object/is.js3
-rw-r--r--node_modules/core-js/features/object/iterate-entries.js4
-rw-r--r--node_modules/core-js/features/object/iterate-keys.js4
-rw-r--r--node_modules/core-js/features/object/iterate-values.js4
-rw-r--r--node_modules/core-js/features/object/keys.js3
-rw-r--r--node_modules/core-js/features/object/lookup-getter.js3
-rw-r--r--node_modules/core-js/features/object/lookup-setter.js3
-rw-r--r--node_modules/core-js/features/object/prevent-extensions.js3
-rw-r--r--node_modules/core-js/features/object/seal.js3
-rw-r--r--node_modules/core-js/features/object/set-prototype-of.js3
-rw-r--r--node_modules/core-js/features/object/to-string.js3
-rw-r--r--node_modules/core-js/features/object/values.js3
-rw-r--r--node_modules/core-js/features/observable/index.js8
-rw-r--r--node_modules/core-js/features/parse-float.js3
-rw-r--r--node_modules/core-js/features/parse-int.js3
-rw-r--r--node_modules/core-js/features/promise/all-settled.js6
-rw-r--r--node_modules/core-js/features/promise/any.js7
-rw-r--r--node_modules/core-js/features/promise/finally.js3
-rw-r--r--node_modules/core-js/features/promise/index.js8
-rw-r--r--node_modules/core-js/features/promise/try.js11
-rw-r--r--node_modules/core-js/features/queue-microtask.js3
-rw-r--r--node_modules/core-js/features/reflect/apply.js3
-rw-r--r--node_modules/core-js/features/reflect/construct.js3
-rw-r--r--node_modules/core-js/features/reflect/define-metadata.js4
-rw-r--r--node_modules/core-js/features/reflect/define-property.js3
-rw-r--r--node_modules/core-js/features/reflect/delete-metadata.js4
-rw-r--r--node_modules/core-js/features/reflect/delete-property.js3
-rw-r--r--node_modules/core-js/features/reflect/get-metadata-keys.js4
-rw-r--r--node_modules/core-js/features/reflect/get-metadata.js4
-rw-r--r--node_modules/core-js/features/reflect/get-own-metadata-keys.js4
-rw-r--r--node_modules/core-js/features/reflect/get-own-metadata.js4
-rw-r--r--node_modules/core-js/features/reflect/get-own-property-descriptor.js3
-rw-r--r--node_modules/core-js/features/reflect/get-prototype-of.js3
-rw-r--r--node_modules/core-js/features/reflect/get.js3
-rw-r--r--node_modules/core-js/features/reflect/has-metadata.js4
-rw-r--r--node_modules/core-js/features/reflect/has-own-metadata.js4
-rw-r--r--node_modules/core-js/features/reflect/has.js3
-rw-r--r--node_modules/core-js/features/reflect/index.js12
-rw-r--r--node_modules/core-js/features/reflect/is-extensible.js3
-rw-r--r--node_modules/core-js/features/reflect/metadata.js4
-rw-r--r--node_modules/core-js/features/reflect/own-keys.js3
-rw-r--r--node_modules/core-js/features/reflect/prevent-extensions.js3
-rw-r--r--node_modules/core-js/features/reflect/set-prototype-of.js3
-rw-r--r--node_modules/core-js/features/reflect/set.js3
-rw-r--r--node_modules/core-js/features/reflect/to-string-tag.js3
-rw-r--r--node_modules/core-js/features/regexp/constructor.js3
-rw-r--r--node_modules/core-js/features/regexp/flags.js3
-rw-r--r--node_modules/core-js/features/regexp/index.js3
-rw-r--r--node_modules/core-js/features/regexp/match.js3
-rw-r--r--node_modules/core-js/features/regexp/replace.js3
-rw-r--r--node_modules/core-js/features/regexp/search.js3
-rw-r--r--node_modules/core-js/features/regexp/split.js3
-rw-r--r--node_modules/core-js/features/regexp/sticky.js3
-rw-r--r--node_modules/core-js/features/regexp/test.js3
-rw-r--r--node_modules/core-js/features/regexp/to-string.js3
-rw-r--r--node_modules/core-js/features/set-immediate.js3
-rw-r--r--node_modules/core-js/features/set-interval.js3
-rw-r--r--node_modules/core-js/features/set-timeout.js3
-rw-r--r--node_modules/core-js/features/set/add-all.js5
-rw-r--r--node_modules/core-js/features/set/delete-all.js5
-rw-r--r--node_modules/core-js/features/set/difference.js7
-rw-r--r--node_modules/core-js/features/set/every.js5
-rw-r--r--node_modules/core-js/features/set/filter.js5
-rw-r--r--node_modules/core-js/features/set/find.js5
-rw-r--r--node_modules/core-js/features/set/from.js13
-rw-r--r--node_modules/core-js/features/set/index.js21
-rw-r--r--node_modules/core-js/features/set/intersection.js5
-rw-r--r--node_modules/core-js/features/set/is-disjoint-from.js5
-rw-r--r--node_modules/core-js/features/set/is-subset-of.js7
-rw-r--r--node_modules/core-js/features/set/is-superset-of.js5
-rw-r--r--node_modules/core-js/features/set/join.js5
-rw-r--r--node_modules/core-js/features/set/map.js5
-rw-r--r--node_modules/core-js/features/set/of.js13
-rw-r--r--node_modules/core-js/features/set/reduce.js5
-rw-r--r--node_modules/core-js/features/set/some.js5
-rw-r--r--node_modules/core-js/features/set/symmetric-difference.js7
-rw-r--r--node_modules/core-js/features/set/union.js7
-rw-r--r--node_modules/core-js/features/string/anchor.js3
-rw-r--r--node_modules/core-js/features/string/at.js4
-rw-r--r--node_modules/core-js/features/string/big.js3
-rw-r--r--node_modules/core-js/features/string/blink.js3
-rw-r--r--node_modules/core-js/features/string/bold.js3
-rw-r--r--node_modules/core-js/features/string/code-point-at.js3
-rw-r--r--node_modules/core-js/features/string/code-points.js3
-rw-r--r--node_modules/core-js/features/string/ends-with.js3
-rw-r--r--node_modules/core-js/features/string/fixed.js3
-rw-r--r--node_modules/core-js/features/string/fontcolor.js3
-rw-r--r--node_modules/core-js/features/string/fontsize.js3
-rw-r--r--node_modules/core-js/features/string/from-code-point.js3
-rw-r--r--node_modules/core-js/features/string/includes.js3
-rw-r--r--node_modules/core-js/features/string/index.js10
-rw-r--r--node_modules/core-js/features/string/italics.js3
-rw-r--r--node_modules/core-js/features/string/iterator.js3
-rw-r--r--node_modules/core-js/features/string/link.js3
-rw-r--r--node_modules/core-js/features/string/match-all.js6
-rw-r--r--node_modules/core-js/features/string/match.js3
-rw-r--r--node_modules/core-js/features/string/pad-end.js3
-rw-r--r--node_modules/core-js/features/string/pad-start.js3
-rw-r--r--node_modules/core-js/features/string/raw.js3
-rw-r--r--node_modules/core-js/features/string/repeat.js3
-rw-r--r--node_modules/core-js/features/string/replace-all.js6
-rw-r--r--node_modules/core-js/features/string/replace.js3
-rw-r--r--node_modules/core-js/features/string/search.js3
-rw-r--r--node_modules/core-js/features/string/small.js3
-rw-r--r--node_modules/core-js/features/string/split.js3
-rw-r--r--node_modules/core-js/features/string/starts-with.js3
-rw-r--r--node_modules/core-js/features/string/strike.js3
-rw-r--r--node_modules/core-js/features/string/sub.js3
-rw-r--r--node_modules/core-js/features/string/sup.js3
-rw-r--r--node_modules/core-js/features/string/trim-end.js3
-rw-r--r--node_modules/core-js/features/string/trim-left.js3
-rw-r--r--node_modules/core-js/features/string/trim-right.js3
-rw-r--r--node_modules/core-js/features/string/trim-start.js3
-rw-r--r--node_modules/core-js/features/string/trim.js3
-rw-r--r--node_modules/core-js/features/string/virtual/anchor.js3
-rw-r--r--node_modules/core-js/features/string/virtual/at.js4
-rw-r--r--node_modules/core-js/features/string/virtual/big.js3
-rw-r--r--node_modules/core-js/features/string/virtual/blink.js3
-rw-r--r--node_modules/core-js/features/string/virtual/bold.js3
-rw-r--r--node_modules/core-js/features/string/virtual/code-point-at.js3
-rw-r--r--node_modules/core-js/features/string/virtual/code-points.js3
-rw-r--r--node_modules/core-js/features/string/virtual/ends-with.js3
-rw-r--r--node_modules/core-js/features/string/virtual/fixed.js3
-rw-r--r--node_modules/core-js/features/string/virtual/fontcolor.js3
-rw-r--r--node_modules/core-js/features/string/virtual/fontsize.js3
-rw-r--r--node_modules/core-js/features/string/virtual/includes.js3
-rw-r--r--node_modules/core-js/features/string/virtual/index.js10
-rw-r--r--node_modules/core-js/features/string/virtual/italics.js3
-rw-r--r--node_modules/core-js/features/string/virtual/iterator.js3
-rw-r--r--node_modules/core-js/features/string/virtual/link.js3
-rw-r--r--node_modules/core-js/features/string/virtual/match-all.js6
-rw-r--r--node_modules/core-js/features/string/virtual/pad-end.js3
-rw-r--r--node_modules/core-js/features/string/virtual/pad-start.js3
-rw-r--r--node_modules/core-js/features/string/virtual/repeat.js3
-rw-r--r--node_modules/core-js/features/string/virtual/replace-all.js6
-rw-r--r--node_modules/core-js/features/string/virtual/small.js3
-rw-r--r--node_modules/core-js/features/string/virtual/starts-with.js3
-rw-r--r--node_modules/core-js/features/string/virtual/strike.js3
-rw-r--r--node_modules/core-js/features/string/virtual/sub.js3
-rw-r--r--node_modules/core-js/features/string/virtual/sup.js3
-rw-r--r--node_modules/core-js/features/string/virtual/trim-end.js3
-rw-r--r--node_modules/core-js/features/string/virtual/trim-left.js3
-rw-r--r--node_modules/core-js/features/string/virtual/trim-right.js3
-rw-r--r--node_modules/core-js/features/string/virtual/trim-start.js3
-rw-r--r--node_modules/core-js/features/string/virtual/trim.js3
-rw-r--r--node_modules/core-js/features/symbol/async-dispose.js4
-rw-r--r--node_modules/core-js/features/symbol/async-iterator.js3
-rw-r--r--node_modules/core-js/features/symbol/description.js1
-rw-r--r--node_modules/core-js/features/symbol/dispose.js4
-rw-r--r--node_modules/core-js/features/symbol/for.js3
-rw-r--r--node_modules/core-js/features/symbol/has-instance.js3
-rw-r--r--node_modules/core-js/features/symbol/index.js9
-rw-r--r--node_modules/core-js/features/symbol/is-concat-spreadable.js3
-rw-r--r--node_modules/core-js/features/symbol/iterator.js3
-rw-r--r--node_modules/core-js/features/symbol/key-for.js3
-rw-r--r--node_modules/core-js/features/symbol/match-all.js3
-rw-r--r--node_modules/core-js/features/symbol/match.js3
-rw-r--r--node_modules/core-js/features/symbol/observable.js4
-rw-r--r--node_modules/core-js/features/symbol/pattern-match.js4
-rw-r--r--node_modules/core-js/features/symbol/replace-all.js5
-rw-r--r--node_modules/core-js/features/symbol/replace.js3
-rw-r--r--node_modules/core-js/features/symbol/search.js3
-rw-r--r--node_modules/core-js/features/symbol/species.js3
-rw-r--r--node_modules/core-js/features/symbol/split.js3
-rw-r--r--node_modules/core-js/features/symbol/to-primitive.js3
-rw-r--r--node_modules/core-js/features/symbol/to-string-tag.js3
-rw-r--r--node_modules/core-js/features/symbol/unscopables.js3
-rw-r--r--node_modules/core-js/features/typed-array/at.js1
-rw-r--r--node_modules/core-js/features/typed-array/copy-within.js1
-rw-r--r--node_modules/core-js/features/typed-array/entries.js1
-rw-r--r--node_modules/core-js/features/typed-array/every.js1
-rw-r--r--node_modules/core-js/features/typed-array/fill.js1
-rw-r--r--node_modules/core-js/features/typed-array/filter-out.js1
-rw-r--r--node_modules/core-js/features/typed-array/filter.js1
-rw-r--r--node_modules/core-js/features/typed-array/find-index.js1
-rw-r--r--node_modules/core-js/features/typed-array/find.js1
-rw-r--r--node_modules/core-js/features/typed-array/float32-array.js3
-rw-r--r--node_modules/core-js/features/typed-array/float64-array.js3
-rw-r--r--node_modules/core-js/features/typed-array/for-each.js1
-rw-r--r--node_modules/core-js/features/typed-array/from.js1
-rw-r--r--node_modules/core-js/features/typed-array/includes.js1
-rw-r--r--node_modules/core-js/features/typed-array/index-of.js1
-rw-r--r--node_modules/core-js/features/typed-array/index.js5
-rw-r--r--node_modules/core-js/features/typed-array/int16-array.js3
-rw-r--r--node_modules/core-js/features/typed-array/int32-array.js3
-rw-r--r--node_modules/core-js/features/typed-array/int8-array.js3
-rw-r--r--node_modules/core-js/features/typed-array/iterator.js1
-rw-r--r--node_modules/core-js/features/typed-array/join.js1
-rw-r--r--node_modules/core-js/features/typed-array/keys.js1
-rw-r--r--node_modules/core-js/features/typed-array/last-index-of.js1
-rw-r--r--node_modules/core-js/features/typed-array/map.js1
-rw-r--r--node_modules/core-js/features/typed-array/of.js1
-rw-r--r--node_modules/core-js/features/typed-array/reduce-right.js1
-rw-r--r--node_modules/core-js/features/typed-array/reduce.js1
-rw-r--r--node_modules/core-js/features/typed-array/reverse.js1
-rw-r--r--node_modules/core-js/features/typed-array/set.js1
-rw-r--r--node_modules/core-js/features/typed-array/slice.js1
-rw-r--r--node_modules/core-js/features/typed-array/some.js1
-rw-r--r--node_modules/core-js/features/typed-array/sort.js1
-rw-r--r--node_modules/core-js/features/typed-array/subarray.js1
-rw-r--r--node_modules/core-js/features/typed-array/to-locale-string.js1
-rw-r--r--node_modules/core-js/features/typed-array/to-string.js1
-rw-r--r--node_modules/core-js/features/typed-array/uint16-array.js3
-rw-r--r--node_modules/core-js/features/typed-array/uint32-array.js3
-rw-r--r--node_modules/core-js/features/typed-array/uint8-array.js3
-rw-r--r--node_modules/core-js/features/typed-array/uint8-clamped-array.js3
-rw-r--r--node_modules/core-js/features/typed-array/values.js1
-rw-r--r--node_modules/core-js/features/url-search-params/index.js3
-rw-r--r--node_modules/core-js/features/url/index.js3
-rw-r--r--node_modules/core-js/features/url/to-json.js3
-rw-r--r--node_modules/core-js/features/weak-map/delete-all.js5
-rw-r--r--node_modules/core-js/features/weak-map/emplace.js5
-rw-r--r--node_modules/core-js/features/weak-map/from.js13
-rw-r--r--node_modules/core-js/features/weak-map/index.js9
-rw-r--r--node_modules/core-js/features/weak-map/of.js13
-rw-r--r--node_modules/core-js/features/weak-map/upsert.js5
-rw-r--r--node_modules/core-js/features/weak-set/add-all.js5
-rw-r--r--node_modules/core-js/features/weak-set/delete-all.js5
-rw-r--r--node_modules/core-js/features/weak-set/from.js13
-rw-r--r--node_modules/core-js/features/weak-set/index.js7
-rw-r--r--node_modules/core-js/features/weak-set/of.js13
-rw-r--r--node_modules/core-js/index.js6
-rw-r--r--node_modules/core-js/internals/README.md1
-rw-r--r--node_modules/core-js/internals/a-function.js5
-rw-r--r--node_modules/core-js/internals/a-possible-prototype.js7
-rw-r--r--node_modules/core-js/internals/add-to-unscopables.js20
-rw-r--r--node_modules/core-js/internals/advance-string-index.js8
-rw-r--r--node_modules/core-js/internals/an-instance.js5
-rw-r--r--node_modules/core-js/internals/an-object.js7
-rw-r--r--node_modules/core-js/internals/array-buffer-native.js1
-rw-r--r--node_modules/core-js/internals/array-buffer-view-core.js167
-rw-r--r--node_modules/core-js/internals/array-buffer.js226
-rw-r--r--node_modules/core-js/internals/array-copy-within.js29
-rw-r--r--node_modules/core-js/internals/array-fill.js17
-rw-r--r--node_modules/core-js/internals/array-for-each.js13
-rw-r--r--node_modules/core-js/internals/array-from.js41
-rw-r--r--node_modules/core-js/internals/array-includes.js32
-rw-r--r--node_modules/core-js/internals/array-iteration.js72
-rw-r--r--node_modules/core-js/internals/array-last-index-of.js28
-rw-r--r--node_modules/core-js/internals/array-method-has-species-support.js19
-rw-r--r--node_modules/core-js/internals/array-method-is-strict.js10
-rw-r--r--node_modules/core-js/internals/array-method-uses-to-length.js27
-rw-r--r--node_modules/core-js/internals/array-reduce.js40
-rw-r--r--node_modules/core-js/internals/array-species-create.js20
-rw-r--r--node_modules/core-js/internals/async-iterator-create-proxy.js61
-rw-r--r--node_modules/core-js/internals/async-iterator-iteration.js80
-rw-r--r--node_modules/core-js/internals/async-iterator-prototype.js37
-rw-r--r--node_modules/core-js/internals/call-with-safe-iteration-closing.js13
-rw-r--r--node_modules/core-js/internals/check-correctness-of-iteration.js38
-rw-r--r--node_modules/core-js/internals/classof-raw.js5
-rw-r--r--node_modules/core-js/internals/classof.js26
-rw-r--r--node_modules/core-js/internals/collection-add-all.js13
-rw-r--r--node_modules/core-js/internals/collection-delete-all.js16
-rw-r--r--node_modules/core-js/internals/collection-from.js26
-rw-r--r--node_modules/core-js/internals/collection-of.js8
-rw-r--r--node_modules/core-js/internals/collection-strong.js186
-rw-r--r--node_modules/core-js/internals/collection-weak.js121
-rw-r--r--node_modules/core-js/internals/collection.js99
-rw-r--r--node_modules/core-js/internals/composite-key.js43
-rw-r--r--node_modules/core-js/internals/copy-constructor-properties.js14
-rw-r--r--node_modules/core-js/internals/correct-is-regexp-logic.js15
-rw-r--r--node_modules/core-js/internals/correct-prototype-getter.js7
-rw-r--r--node_modules/core-js/internals/create-html.js12
-rw-r--r--node_modules/core-js/internals/create-iterator-constructor.js16
-rw-r--r--node_modules/core-js/internals/create-non-enumerable-property.js10
-rw-r--r--node_modules/core-js/internals/create-property-descriptor.js8
-rw-r--r--node_modules/core-js/internals/create-property.js10
-rw-r--r--node_modules/core-js/internals/date-to-iso-string.js31
-rw-r--r--node_modules/core-js/internals/date-to-primitive.js9
-rw-r--r--node_modules/core-js/internals/define-iterator.js90
-rw-r--r--node_modules/core-js/internals/define-well-known-symbol.js11
-rw-r--r--node_modules/core-js/internals/descriptors.js6
-rw-r--r--node_modules/core-js/internals/document-create-element.js10
-rw-r--r--node_modules/core-js/internals/dom-iterables.js35
-rw-r--r--node_modules/core-js/internals/engine-is-ios.js3
-rw-r--r--node_modules/core-js/internals/engine-is-node.js4
-rw-r--r--node_modules/core-js/internals/engine-user-agent.js3
-rw-r--r--node_modules/core-js/internals/engine-v8-version.js20
-rw-r--r--node_modules/core-js/internals/entry-unbind.js8
-rw-r--r--node_modules/core-js/internals/entry-virtual.js5
-rw-r--r--node_modules/core-js/internals/enum-bug-keys.js10
-rw-r--r--node_modules/core-js/internals/export.js54
-rw-r--r--node_modules/core-js/internals/fails.js7
-rw-r--r--node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js125
-rw-r--r--node_modules/core-js/internals/flatten-into-array.js32
-rw-r--r--node_modules/core-js/internals/freezing.js5
-rw-r--r--node_modules/core-js/internals/function-bind-context.js24
-rw-r--r--node_modules/core-js/internals/function-bind.js27
-rw-r--r--node_modules/core-js/internals/get-async-iterator-method.js9
-rw-r--r--node_modules/core-js/internals/get-built-in.js11
-rw-r--r--node_modules/core-js/internals/get-iterator-method.js11
-rw-r--r--node_modules/core-js/internals/get-iterator.js9
-rw-r--r--node_modules/core-js/internals/get-map-iterator.js7
-rw-r--r--node_modules/core-js/internals/get-set-iterator.js7
-rw-r--r--node_modules/core-js/internals/global.js13
-rw-r--r--node_modules/core-js/internals/has.js5
-rw-r--r--node_modules/core-js/internals/hidden-keys.js1
-rw-r--r--node_modules/core-js/internals/host-report-errors.js8
-rw-r--r--node_modules/core-js/internals/html.js3
-rw-r--r--node_modules/core-js/internals/ie8-dom-define.js10
-rw-r--r--node_modules/core-js/internals/ieee754.js88
-rw-r--r--node_modules/core-js/internals/indexed-object.js13
-rw-r--r--node_modules/core-js/internals/inherit-if-required.js17
-rw-r--r--node_modules/core-js/internals/inspect-source.js12
-rw-r--r--node_modules/core-js/internals/internal-metadata.js61
-rw-r--r--node_modules/core-js/internals/internal-state.js64
-rw-r--r--node_modules/core-js/internals/is-array-iterator-method.js10
-rw-r--r--node_modules/core-js/internals/is-array.js7
-rw-r--r--node_modules/core-js/internals/is-forced.js21
-rw-r--r--node_modules/core-js/internals/is-integer.js9
-rw-r--r--node_modules/core-js/internals/is-iterable.js13
-rw-r--r--node_modules/core-js/internals/is-object.js3
-rw-r--r--node_modules/core-js/internals/is-pure.js1
-rw-r--r--node_modules/core-js/internals/is-regexp.js12
-rw-r--r--node_modules/core-js/internals/iterate.js58
-rw-r--r--node_modules/core-js/internals/iterator-close.js8
-rw-r--r--node_modules/core-js/internals/iterator-create-proxy.js51
-rw-r--r--node_modules/core-js/internals/iterators-core.js37
-rw-r--r--node_modules/core-js/internals/iterators.js1
-rw-r--r--node_modules/core-js/internals/map-emplace.js13
-rw-r--r--node_modules/core-js/internals/map-upsert.js23
-rw-r--r--node_modules/core-js/internals/math-expm1.js13
-rw-r--r--node_modules/core-js/internals/math-fround.js26
-rw-r--r--node_modules/core-js/internals/math-log1p.js7
-rw-r--r--node_modules/core-js/internals/math-scale.js16
-rw-r--r--node_modules/core-js/internals/math-sign.js6
-rw-r--r--node_modules/core-js/internals/microtask.js78
-rw-r--r--node_modules/core-js/internals/native-promise-constructor.js3
-rw-r--r--node_modules/core-js/internals/native-symbol.js7
-rw-r--r--node_modules/core-js/internals/native-url.js33
-rw-r--r--node_modules/core-js/internals/native-weak-map.js6
-rw-r--r--node_modules/core-js/internals/new-promise-capability.js18
-rw-r--r--node_modules/core-js/internals/not-a-regexp.js7
-rw-r--r--node_modules/core-js/internals/number-is-finite.js9
-rw-r--r--node_modules/core-js/internals/number-parse-float.js14
-rw-r--r--node_modules/core-js/internals/number-parse-int.js14
-rw-r--r--node_modules/core-js/internals/object-assign.js52
-rw-r--r--node_modules/core-js/internals/object-create.js78
-rw-r--r--node_modules/core-js/internals/object-define-properties.js16
-rw-r--r--node_modules/core-js/internals/object-define-property.js20
-rw-r--r--node_modules/core-js/internals/object-get-own-property-descriptor.js20
-rw-r--r--node_modules/core-js/internals/object-get-own-property-names-external.js22
-rw-r--r--node_modules/core-js/internals/object-get-own-property-names.js10
-rw-r--r--node_modules/core-js/internals/object-get-own-property-symbols.js1
-rw-r--r--node_modules/core-js/internals/object-get-prototype-of.js17
-rw-r--r--node_modules/core-js/internals/object-iterator.js37
-rw-r--r--node_modules/core-js/internals/object-keys-internal.js17
-rw-r--r--node_modules/core-js/internals/object-keys.js8
-rw-r--r--node_modules/core-js/internals/object-property-is-enumerable.js13
-rw-r--r--node_modules/core-js/internals/object-prototype-accessors-forced.js13
-rw-r--r--node_modules/core-js/internals/object-set-prototype-of.js24
-rw-r--r--node_modules/core-js/internals/object-to-array.js32
-rw-r--r--node_modules/core-js/internals/object-to-string.js9
-rw-r--r--node_modules/core-js/internals/own-keys.js11
-rw-r--r--node_modules/core-js/internals/path.js3
-rw-r--r--node_modules/core-js/internals/perform.js7
-rw-r--r--node_modules/core-js/internals/promise-resolve.js12
-rw-r--r--node_modules/core-js/internals/range-iterator.js102
-rw-r--r--node_modules/core-js/internals/redefine-all.js6
-rw-r--r--node_modules/core-js/internals/redefine.js40
-rw-r--r--node_modules/core-js/internals/reflect-metadata.js55
-rw-r--r--node_modules/core-js/internals/regexp-exec-abstract.js22
-rw-r--r--node_modules/core-js/internals/regexp-exec.js87
-rw-r--r--node_modules/core-js/internals/regexp-flags.js16
-rw-r--r--node_modules/core-js/internals/regexp-sticky-helpers.js23
-rw-r--r--node_modules/core-js/internals/require-object-coercible.js6
-rw-r--r--node_modules/core-js/internals/same-value-zero.js6
-rw-r--r--node_modules/core-js/internals/same-value.js6
-rw-r--r--node_modules/core-js/internals/set-global.js10
-rw-r--r--node_modules/core-js/internals/set-species.js19
-rw-r--r--node_modules/core-js/internals/set-to-string-tag.js11
-rw-r--r--node_modules/core-js/internals/shared-key.js8
-rw-r--r--node_modules/core-js/internals/shared-store.js7
-rw-r--r--node_modules/core-js/internals/shared.js10
-rw-r--r--node_modules/core-js/internals/species-constructor.js13
-rw-r--r--node_modules/core-js/internals/string-html-forced.js10
-rw-r--r--node_modules/core-js/internals/string-multibyte.js27
-rw-r--r--node_modules/core-js/internals/string-pad-webkit-bug.js5
-rw-r--r--node_modules/core-js/internals/string-pad.js31
-rw-r--r--node_modules/core-js/internals/string-punycode-to-ascii.js168
-rw-r--r--node_modules/core-js/internals/string-repeat.js14
-rw-r--r--node_modules/core-js/internals/string-trim-forced.js12
-rw-r--r--node_modules/core-js/internals/string-trim.js28
-rw-r--r--node_modules/core-js/internals/task.js107
-rw-r--r--node_modules/core-js/internals/this-number-value.js10
-rw-r--r--node_modules/core-js/internals/to-absolute-index.js12
-rw-r--r--node_modules/core-js/internals/to-index.js12
-rw-r--r--node_modules/core-js/internals/to-indexed-object.js7
-rw-r--r--node_modules/core-js/internals/to-integer.js8
-rw-r--r--node_modules/core-js/internals/to-length.js9
-rw-r--r--node_modules/core-js/internals/to-object.js7
-rw-r--r--node_modules/core-js/internals/to-offset.js7
-rw-r--r--node_modules/core-js/internals/to-positive-integer.js7
-rw-r--r--node_modules/core-js/internals/to-primitive.js14
-rw-r--r--node_modules/core-js/internals/to-string-tag-support.js8
-rw-r--r--node_modules/core-js/internals/typed-array-constructor.js230
-rw-r--r--node_modules/core-js/internals/typed-array-constructors-require-wrappers.js22
-rw-r--r--node_modules/core-js/internals/typed-array-from.js32
-rw-r--r--node_modules/core-js/internals/uid.js6
-rw-r--r--node_modules/core-js/internals/use-symbol-as-uid.js7
-rw-r--r--node_modules/core-js/internals/well-known-symbol-wrapped.js3
-rw-r--r--node_modules/core-js/internals/well-known-symbol.js17
-rw-r--r--node_modules/core-js/internals/whitespaces.js3
-rw-r--r--node_modules/core-js/modules/README.md1
-rw-r--r--node_modules/core-js/modules/es.aggregate-error.js31
-rw-r--r--node_modules/core-js/modules/es.array-buffer.constructor.js17
-rw-r--r--node_modules/core-js/modules/es.array-buffer.is-view.js10
-rw-r--r--node_modules/core-js/modules/es.array-buffer.slice.js36
-rw-r--r--node_modules/core-js/modules/es.array.concat.js60
-rw-r--r--node_modules/core-js/modules/es.array.copy-within.js12
-rw-r--r--node_modules/core-js/modules/es.array.every.js16
-rw-r--r--node_modules/core-js/modules/es.array.fill.js12
-rw-r--r--node_modules/core-js/modules/es.array.filter.js18
-rw-r--r--node_modules/core-js/modules/es.array.find-index.js24
-rw-r--r--node_modules/core-js/modules/es.array.find.js24
-rw-r--r--node_modules/core-js/modules/es.array.flat-map.js21
-rw-r--r--node_modules/core-js/modules/es.array.flat.js20
-rw-r--r--node_modules/core-js/modules/es.array.for-each.js9
-rw-r--r--node_modules/core-js/modules/es.array.from.js13
-rw-r--r--node_modules/core-js/modules/es.array.includes.js18
-rw-r--r--node_modules/core-js/modules/es.array.index-of.js22
-rw-r--r--node_modules/core-js/modules/es.array.is-array.js8
-rw-r--r--node_modules/core-js/modules/es.array.iterator.js53
-rw-r--r--node_modules/core-js/modules/es.array.join.js18
-rw-r--r--node_modules/core-js/modules/es.array.last-index-of.js8
-rw-r--r--node_modules/core-js/modules/es.array.map.js18
-rw-r--r--node_modules/core-js/modules/es.array.of.js23
-rw-r--r--node_modules/core-js/modules/es.array.reduce-right.js22
-rw-r--r--node_modules/core-js/modules/es.array.reduce.js21
-rw-r--r--node_modules/core-js/modules/es.array.reverse.js18
-rw-r--r--node_modules/core-js/modules/es.array.slice.js49
-rw-r--r--node_modules/core-js/modules/es.array.some.js16
-rw-r--r--node_modules/core-js/modules/es.array.sort.js32
-rw-r--r--node_modules/core-js/modules/es.array.species.js5
-rw-r--r--node_modules/core-js/modules/es.array.splice.js70
-rw-r--r--node_modules/core-js/modules/es.array.unscopables.flat-map.js5
-rw-r--r--node_modules/core-js/modules/es.array.unscopables.flat.js5
-rw-r--r--node_modules/core-js/modules/es.data-view.js9
-rw-r--r--node_modules/core-js/modules/es.date.now.js9
-rw-r--r--node_modules/core-js/modules/es.date.to-iso-string.js9
-rw-r--r--node_modules/core-js/modules/es.date.to-json.js21
-rw-r--r--node_modules/core-js/modules/es.date.to-primitive.js12
-rw-r--r--node_modules/core-js/modules/es.date.to-string.js17
-rw-r--r--node_modules/core-js/modules/es.function.bind.js8
-rw-r--r--node_modules/core-js/modules/es.function.has-instance.js20
-rw-r--r--node_modules/core-js/modules/es.function.name.js22
-rw-r--r--node_modules/core-js/modules/es.global-this.js8
-rw-r--r--node_modules/core-js/modules/es.json.stringify.js32
-rw-r--r--node_modules/core-js/modules/es.json.to-string-tag.js6
-rw-r--r--node_modules/core-js/modules/es.map.js9
-rw-r--r--node_modules/core-js/modules/es.math.acosh.js23
-rw-r--r--node_modules/core-js/modules/es.math.asinh.js16
-rw-r--r--node_modules/core-js/modules/es.math.atanh.js13
-rw-r--r--node_modules/core-js/modules/es.math.cbrt.js13
-rw-r--r--node_modules/core-js/modules/es.math.clz32.js13
-rw-r--r--node_modules/core-js/modules/es.math.cosh.js15
-rw-r--r--node_modules/core-js/modules/es.math.expm1.js6
-rw-r--r--node_modules/core-js/modules/es.math.fround.js6
-rw-r--r--node_modules/core-js/modules/es.math.hypot.js33
-rw-r--r--node_modules/core-js/modules/es.math.imul.js22
-rw-r--r--node_modules/core-js/modules/es.math.log10.js12
-rw-r--r--node_modules/core-js/modules/es.math.log1p.js6
-rw-r--r--node_modules/core-js/modules/es.math.log2.js12
-rw-r--r--node_modules/core-js/modules/es.math.sign.js8
-rw-r--r--node_modules/core-js/modules/es.math.sinh.js20
-rw-r--r--node_modules/core-js/modules/es.math.tanh.js14
-rw-r--r--node_modules/core-js/modules/es.math.to-string-tag.js5
-rw-r--r--node_modules/core-js/modules/es.math.trunc.js12
-rw-r--r--node_modules/core-js/modules/es.number.constructor.js80
-rw-r--r--node_modules/core-js/modules/es.number.epsilon.js7
-rw-r--r--node_modules/core-js/modules/es.number.is-finite.js6
-rw-r--r--node_modules/core-js/modules/es.number.is-integer.js8
-rw-r--r--node_modules/core-js/modules/es.number.is-nan.js10
-rw-r--r--node_modules/core-js/modules/es.number.is-safe-integer.js12
-rw-r--r--node_modules/core-js/modules/es.number.max-safe-integer.js7
-rw-r--r--node_modules/core-js/modules/es.number.min-safe-integer.js7
-rw-r--r--node_modules/core-js/modules/es.number.parse-float.js8
-rw-r--r--node_modules/core-js/modules/es.number.parse-int.js8
-rw-r--r--node_modules/core-js/modules/es.number.to-fixed.js126
-rw-r--r--node_modules/core-js/modules/es.number.to-precision.js24
-rw-r--r--node_modules/core-js/modules/es.object.assign.js8
-rw-r--r--node_modules/core-js/modules/es.object.create.js9
-rw-r--r--node_modules/core-js/modules/es.object.define-getter.js17
-rw-r--r--node_modules/core-js/modules/es.object.define-properties.js9
-rw-r--r--node_modules/core-js/modules/es.object.define-property.js9
-rw-r--r--node_modules/core-js/modules/es.object.define-setter.js17
-rw-r--r--node_modules/core-js/modules/es.object.entries.js10
-rw-r--r--node_modules/core-js/modules/es.object.freeze.js16
-rw-r--r--node_modules/core-js/modules/es.object.from-entries.js15
-rw-r--r--node_modules/core-js/modules/es.object.get-own-property-descriptor.js16
-rw-r--r--node_modules/core-js/modules/es.object.get-own-property-descriptors.js24
-rw-r--r--node_modules/core-js/modules/es.object.get-own-property-names.js11
-rw-r--r--node_modules/core-js/modules/es.object.get-prototype-of.js16
-rw-r--r--node_modules/core-js/modules/es.object.is-extensible.js14
-rw-r--r--node_modules/core-js/modules/es.object.is-frozen.js14
-rw-r--r--node_modules/core-js/modules/es.object.is-sealed.js14
-rw-r--r--node_modules/core-js/modules/es.object.is.js8
-rw-r--r--node_modules/core-js/modules/es.object.keys.js14
-rw-r--r--node_modules/core-js/modules/es.object.lookup-getter.js23
-rw-r--r--node_modules/core-js/modules/es.object.lookup-setter.js23
-rw-r--r--node_modules/core-js/modules/es.object.prevent-extensions.js16
-rw-r--r--node_modules/core-js/modules/es.object.seal.js16
-rw-r--r--node_modules/core-js/modules/es.object.set-prototype-of.js8
-rw-r--r--node_modules/core-js/modules/es.object.to-string.js9
-rw-r--r--node_modules/core-js/modules/es.object.values.js10
-rw-r--r--node_modules/core-js/modules/es.parse-float.js8
-rw-r--r--node_modules/core-js/modules/es.parse-int.js8
-rw-r--r--node_modules/core-js/modules/es.promise.all-settled.js43
-rw-r--r--node_modules/core-js/modules/es.promise.any.js46
-rw-r--r--node_modules/core-js/modules/es.promise.finally.js36
-rw-r--r--node_modules/core-js/modules/es.promise.js381
-rw-r--r--node_modules/core-js/modules/es.reflect.apply.js25
-rw-r--r--node_modules/core-js/modules/es.reflect.construct.js51
-rw-r--r--node_modules/core-js/modules/es.reflect.define-property.js28
-rw-r--r--node_modules/core-js/modules/es.reflect.delete-property.js12
-rw-r--r--node_modules/core-js/modules/es.reflect.get-own-property-descriptor.js12
-rw-r--r--node_modules/core-js/modules/es.reflect.get-prototype-of.js12
-rw-r--r--node_modules/core-js/modules/es.reflect.get.js24
-rw-r--r--node_modules/core-js/modules/es.reflect.has.js9
-rw-r--r--node_modules/core-js/modules/es.reflect.is-extensible.js13
-rw-r--r--node_modules/core-js/modules/es.reflect.own-keys.js8
-rw-r--r--node_modules/core-js/modules/es.reflect.prevent-extensions.js19
-rw-r--r--node_modules/core-js/modules/es.reflect.set-prototype-of.js19
-rw-r--r--node_modules/core-js/modules/es.reflect.set.js46
-rw-r--r--node_modules/core-js/modules/es.reflect.to-string-tag.js9
-rw-r--r--node_modules/core-js/modules/es.regexp.constructor.js84
-rw-r--r--node_modules/core-js/modules/es.regexp.exec.js7
-rw-r--r--node_modules/core-js/modules/es.regexp.flags.js13
-rw-r--r--node_modules/core-js/modules/es.regexp.sticky.js21
-rw-r--r--node_modules/core-js/modules/es.regexp.test.js30
-rw-r--r--node_modules/core-js/modules/es.regexp.to-string.js25
-rw-r--r--node_modules/core-js/modules/es.set.js9
-rw-r--r--node_modules/core-js/modules/es.string.anchor.js12
-rw-r--r--node_modules/core-js/modules/es.string.big.js12
-rw-r--r--node_modules/core-js/modules/es.string.blink.js12
-rw-r--r--node_modules/core-js/modules/es.string.bold.js12
-rw-r--r--node_modules/core-js/modules/es.string.code-point-at.js11
-rw-r--r--node_modules/core-js/modules/es.string.ends-with.js34
-rw-r--r--node_modules/core-js/modules/es.string.fixed.js12
-rw-r--r--node_modules/core-js/modules/es.string.fontcolor.js12
-rw-r--r--node_modules/core-js/modules/es.string.fontsize.js12
-rw-r--r--node_modules/core-js/modules/es.string.from-code-point.js27
-rw-r--r--node_modules/core-js/modules/es.string.includes.js14
-rw-r--r--node_modules/core-js/modules/es.string.italics.js12
-rw-r--r--node_modules/core-js/modules/es.string.iterator.js29
-rw-r--r--node_modules/core-js/modules/es.string.link.js12
-rw-r--r--node_modules/core-js/modules/es.string.match-all.js109
-rw-r--r--node_modules/core-js/modules/es.string.match.js44
-rw-r--r--node_modules/core-js/modules/es.string.pad-end.js12
-rw-r--r--node_modules/core-js/modules/es.string.pad-start.js12
-rw-r--r--node_modules/core-js/modules/es.string.raw.js19
-rw-r--r--node_modules/core-js/modules/es.string.repeat.js8
-rw-r--r--node_modules/core-js/modules/es.string.replace-all.js50
-rw-r--r--node_modules/core-js/modules/es.string.replace.js135
-rw-r--r--node_modules/core-js/modules/es.string.search.js34
-rw-r--r--node_modules/core-js/modules/es.string.small.js12
-rw-r--r--node_modules/core-js/modules/es.string.split.js134
-rw-r--r--node_modules/core-js/modules/es.string.starts-with.js32
-rw-r--r--node_modules/core-js/modules/es.string.strike.js12
-rw-r--r--node_modules/core-js/modules/es.string.sub.js12
-rw-r--r--node_modules/core-js/modules/es.string.sup.js12
-rw-r--r--node_modules/core-js/modules/es.string.trim-end.js17
-rw-r--r--node_modules/core-js/modules/es.string.trim-start.js17
-rw-r--r--node_modules/core-js/modules/es.string.trim.js12
-rw-r--r--node_modules/core-js/modules/es.symbol.async-iterator.js5
-rw-r--r--node_modules/core-js/modules/es.symbol.description.js50
-rw-r--r--node_modules/core-js/modules/es.symbol.has-instance.js5
-rw-r--r--node_modules/core-js/modules/es.symbol.is-concat-spreadable.js5
-rw-r--r--node_modules/core-js/modules/es.symbol.iterator.js5
-rw-r--r--node_modules/core-js/modules/es.symbol.js311
-rw-r--r--node_modules/core-js/modules/es.symbol.match-all.js4
-rw-r--r--node_modules/core-js/modules/es.symbol.match.js5
-rw-r--r--node_modules/core-js/modules/es.symbol.replace.js5
-rw-r--r--node_modules/core-js/modules/es.symbol.search.js5
-rw-r--r--node_modules/core-js/modules/es.symbol.species.js5
-rw-r--r--node_modules/core-js/modules/es.symbol.split.js5
-rw-r--r--node_modules/core-js/modules/es.symbol.to-primitive.js5
-rw-r--r--node_modules/core-js/modules/es.symbol.to-string-tag.js5
-rw-r--r--node_modules/core-js/modules/es.symbol.unscopables.js5
-rw-r--r--node_modules/core-js/modules/es.typed-array.copy-within.js12
-rw-r--r--node_modules/core-js/modules/es.typed-array.every.js12
-rw-r--r--node_modules/core-js/modules/es.typed-array.fill.js13
-rw-r--r--node_modules/core-js/modules/es.typed-array.filter.js20
-rw-r--r--node_modules/core-js/modules/es.typed-array.find-index.js12
-rw-r--r--node_modules/core-js/modules/es.typed-array.find.js12
-rw-r--r--node_modules/core-js/modules/es.typed-array.float32-array.js9
-rw-r--r--node_modules/core-js/modules/es.typed-array.float64-array.js9
-rw-r--r--node_modules/core-js/modules/es.typed-array.for-each.js12
-rw-r--r--node_modules/core-js/modules/es.typed-array.from.js8
-rw-r--r--node_modules/core-js/modules/es.typed-array.includes.js12
-rw-r--r--node_modules/core-js/modules/es.typed-array.index-of.js12
-rw-r--r--node_modules/core-js/modules/es.typed-array.int16-array.js9
-rw-r--r--node_modules/core-js/modules/es.typed-array.int32-array.js9
-rw-r--r--node_modules/core-js/modules/es.typed-array.int8-array.js9
-rw-r--r--node_modules/core-js/modules/es.typed-array.iterator.js38
-rw-r--r--node_modules/core-js/modules/es.typed-array.join.js13
-rw-r--r--node_modules/core-js/modules/es.typed-array.last-index-of.js13
-rw-r--r--node_modules/core-js/modules/es.typed-array.map.js16
-rw-r--r--node_modules/core-js/modules/es.typed-array.of.js16
-rw-r--r--node_modules/core-js/modules/es.typed-array.reduce-right.js12
-rw-r--r--node_modules/core-js/modules/es.typed-array.reduce.js12
-rw-r--r--node_modules/core-js/modules/es.typed-array.reverse.js21
-rw-r--r--node_modules/core-js/modules/es.typed-array.set.js27
-rw-r--r--node_modules/core-js/modules/es.typed-array.slice.js26
-rw-r--r--node_modules/core-js/modules/es.typed-array.some.js12
-rw-r--r--node_modules/core-js/modules/es.typed-array.sort.js12
-rw-r--r--node_modules/core-js/modules/es.typed-array.subarray.js21
-rw-r--r--node_modules/core-js/modules/es.typed-array.to-locale-string.js27
-rw-r--r--node_modules/core-js/modules/es.typed-array.to-string.js21
-rw-r--r--node_modules/core-js/modules/es.typed-array.uint16-array.js9
-rw-r--r--node_modules/core-js/modules/es.typed-array.uint32-array.js9
-rw-r--r--node_modules/core-js/modules/es.typed-array.uint8-array.js9
-rw-r--r--node_modules/core-js/modules/es.typed-array.uint8-clamped-array.js9
-rw-r--r--node_modules/core-js/modules/es.weak-map.js67
-rw-r--r--node_modules/core-js/modules/es.weak-set.js9
-rw-r--r--node_modules/core-js/modules/esnext.aggregate-error.js2
-rw-r--r--node_modules/core-js/modules/esnext.array.at.js20
-rw-r--r--node_modules/core-js/modules/esnext.array.filter-out.js14
-rw-r--r--node_modules/core-js/modules/esnext.array.is-template-object.js28
-rw-r--r--node_modules/core-js/modules/esnext.array.last-index.js21
-rw-r--r--node_modules/core-js/modules/esnext.array.last-item.js26
-rw-r--r--node_modules/core-js/modules/esnext.array.unique-by.js38
-rw-r--r--node_modules/core-js/modules/esnext.async-iterator.as-indexed-pairs.js27
-rw-r--r--node_modules/core-js/modules/esnext.async-iterator.constructor.js29
-rw-r--r--node_modules/core-js/modules/esnext.async-iterator.drop.js41
-rw-r--r--node_modules/core-js/modules/esnext.async-iterator.every.js10
-rw-r--r--node_modules/core-js/modules/esnext.async-iterator.filter.js42
-rw-r--r--node_modules/core-js/modules/esnext.async-iterator.find.js10
-rw-r--r--node_modules/core-js/modules/esnext.async-iterator.flat-map.js67
-rw-r--r--node_modules/core-js/modules/esnext.async-iterator.for-each.js10
-rw-r--r--node_modules/core-js/modules/esnext.async-iterator.from.js30
-rw-r--r--node_modules/core-js/modules/esnext.async-iterator.map.js30
-rw-r--r--node_modules/core-js/modules/esnext.async-iterator.reduce.js46
-rw-r--r--node_modules/core-js/modules/esnext.async-iterator.some.js10
-rw-r--r--node_modules/core-js/modules/esnext.async-iterator.take.js31
-rw-r--r--node_modules/core-js/modules/esnext.async-iterator.to-array.js10
-rw-r--r--node_modules/core-js/modules/esnext.bigint.range.js14
-rw-r--r--node_modules/core-js/modules/esnext.composite-key.js16
-rw-r--r--node_modules/core-js/modules/esnext.composite-symbol.js11
-rw-r--r--node_modules/core-js/modules/esnext.global-this.js2
-rw-r--r--node_modules/core-js/modules/esnext.iterator.as-indexed-pairs.js20
-rw-r--r--node_modules/core-js/modules/esnext.iterator.constructor.js48
-rw-r--r--node_modules/core-js/modules/esnext.iterator.drop.js30
-rw-r--r--node_modules/core-js/modules/esnext.iterator.every.js16
-rw-r--r--node_modules/core-js/modules/esnext.iterator.filter.js30
-rw-r--r--node_modules/core-js/modules/esnext.iterator.find.js16
-rw-r--r--node_modules/core-js/modules/esnext.iterator.flat-map.js52
-rw-r--r--node_modules/core-js/modules/esnext.iterator.for-each.js11
-rw-r--r--node_modules/core-js/modules/esnext.iterator.from.js32
-rw-r--r--node_modules/core-js/modules/esnext.iterator.map.js23
-rw-r--r--node_modules/core-js/modules/esnext.iterator.reduce.js25
-rw-r--r--node_modules/core-js/modules/esnext.iterator.some.js16
-rw-r--r--node_modules/core-js/modules/esnext.iterator.take.js27
-rw-r--r--node_modules/core-js/modules/esnext.iterator.to-array.js15
-rw-r--r--node_modules/core-js/modules/esnext.map.delete-all.js12
-rw-r--r--node_modules/core-js/modules/esnext.map.emplace.js10
-rw-r--r--node_modules/core-js/modules/esnext.map.every.js20
-rw-r--r--node_modules/core-js/modules/esnext.map.filter.js26
-rw-r--r--node_modules/core-js/modules/esnext.map.find-key.js20
-rw-r--r--node_modules/core-js/modules/esnext.map.find.js20
-rw-r--r--node_modules/core-js/modules/esnext.map.from.js8
-rw-r--r--node_modules/core-js/modules/esnext.map.group-by.js22
-rw-r--r--node_modules/core-js/modules/esnext.map.includes.js17
-rw-r--r--node_modules/core-js/modules/esnext.map.key-by.js18
-rw-r--r--node_modules/core-js/modules/esnext.map.key-of.js16
-rw-r--r--node_modules/core-js/modules/esnext.map.map-keys.js26
-rw-r--r--node_modules/core-js/modules/esnext.map.map-values.js26
-rw-r--r--node_modules/core-js/modules/esnext.map.merge.js21
-rw-r--r--node_modules/core-js/modules/esnext.map.of.js8
-rw-r--r--node_modules/core-js/modules/esnext.map.reduce.js29
-rw-r--r--node_modules/core-js/modules/esnext.map.some.js20
-rw-r--r--node_modules/core-js/modules/esnext.map.update-or-insert.js11
-rw-r--r--node_modules/core-js/modules/esnext.map.update.js22
-rw-r--r--node_modules/core-js/modules/esnext.map.upsert.js11
-rw-r--r--node_modules/core-js/modules/esnext.math.clamp.js12
-rw-r--r--node_modules/core-js/modules/esnext.math.deg-per-rad.js7
-rw-r--r--node_modules/core-js/modules/esnext.math.degrees.js11
-rw-r--r--node_modules/core-js/modules/esnext.math.fscale.js12
-rw-r--r--node_modules/core-js/modules/esnext.math.iaddh.js13
-rw-r--r--node_modules/core-js/modules/esnext.math.imulh.js18
-rw-r--r--node_modules/core-js/modules/esnext.math.isubh.js13
-rw-r--r--node_modules/core-js/modules/esnext.math.rad-per-deg.js7
-rw-r--r--node_modules/core-js/modules/esnext.math.radians.js11
-rw-r--r--node_modules/core-js/modules/esnext.math.scale.js8
-rw-r--r--node_modules/core-js/modules/esnext.math.seeded-prng.js33
-rw-r--r--node_modules/core-js/modules/esnext.math.signbit.js9
-rw-r--r--node_modules/core-js/modules/esnext.math.umulh.js18
-rw-r--r--node_modules/core-js/modules/esnext.number.from-string.js30
-rw-r--r--node_modules/core-js/modules/esnext.number.range.js11
-rw-r--r--node_modules/core-js/modules/esnext.object.iterate-entries.js11
-rw-r--r--node_modules/core-js/modules/esnext.object.iterate-keys.js11
-rw-r--r--node_modules/core-js/modules/esnext.object.iterate-values.js11
-rw-r--r--node_modules/core-js/modules/esnext.observable.js207
-rw-r--r--node_modules/core-js/modules/esnext.promise.all-settled.js2
-rw-r--r--node_modules/core-js/modules/esnext.promise.any.js2
-rw-r--r--node_modules/core-js/modules/esnext.promise.try.js15
-rw-r--r--node_modules/core-js/modules/esnext.reflect.define-metadata.js15
-rw-r--r--node_modules/core-js/modules/esnext.reflect.delete-metadata.js21
-rw-r--r--node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js33
-rw-r--r--node_modules/core-js/modules/esnext.reflect.get-metadata.js24
-rw-r--r--node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js15
-rw-r--r--node_modules/core-js/modules/esnext.reflect.get-own-metadata.js15
-rw-r--r--node_modules/core-js/modules/esnext.reflect.has-metadata.js23
-rw-r--r--node_modules/core-js/modules/esnext.reflect.has-own-metadata.js15
-rw-r--r--node_modules/core-js/modules/esnext.reflect.metadata.js16
-rw-r--r--node_modules/core-js/modules/esnext.set.add-all.js12
-rw-r--r--node_modules/core-js/modules/esnext.set.delete-all.js12
-rw-r--r--node_modules/core-js/modules/esnext.set.difference.js22
-rw-r--r--node_modules/core-js/modules/esnext.set.every.js20
-rw-r--r--node_modules/core-js/modules/esnext.set.filter.js26
-rw-r--r--node_modules/core-js/modules/esnext.set.find.js20
-rw-r--r--node_modules/core-js/modules/esnext.set.from.js8
-rw-r--r--node_modules/core-js/modules/esnext.set.intersection.js23
-rw-r--r--node_modules/core-js/modules/esnext.set.is-disjoint-from.js18
-rw-r--r--node_modules/core-js/modules/esnext.set.is-subset-of.js25
-rw-r--r--node_modules/core-js/modules/esnext.set.is-superset-of.js18
-rw-r--r--node_modules/core-js/modules/esnext.set.join.js19
-rw-r--r--node_modules/core-js/modules/esnext.set.map.js26
-rw-r--r--node_modules/core-js/modules/esnext.set.of.js8
-rw-r--r--node_modules/core-js/modules/esnext.set.reduce.js29
-rw-r--r--node_modules/core-js/modules/esnext.set.some.js20
-rw-r--r--node_modules/core-js/modules/esnext.set.symmetric-difference.js23
-rw-r--r--node_modules/core-js/modules/esnext.set.union.js19
-rw-r--r--node_modules/core-js/modules/esnext.string.at-alternative.js23
-rw-r--r--node_modules/core-js/modules/esnext.string.at.js16
-rw-r--r--node_modules/core-js/modules/esnext.string.code-points.js38
-rw-r--r--node_modules/core-js/modules/esnext.string.match-all.js2
-rw-r--r--node_modules/core-js/modules/esnext.string.replace-all.js2
-rw-r--r--node_modules/core-js/modules/esnext.symbol.async-dispose.js5
-rw-r--r--node_modules/core-js/modules/esnext.symbol.dispose.js5
-rw-r--r--node_modules/core-js/modules/esnext.symbol.observable.js5
-rw-r--r--node_modules/core-js/modules/esnext.symbol.pattern-match.js5
-rw-r--r--node_modules/core-js/modules/esnext.symbol.replace-all.js4
-rw-r--r--node_modules/core-js/modules/esnext.typed-array.at.js17
-rw-r--r--node_modules/core-js/modules/esnext.typed-array.filter-out.js20
-rw-r--r--node_modules/core-js/modules/esnext.weak-map.delete-all.js12
-rw-r--r--node_modules/core-js/modules/esnext.weak-map.emplace.js10
-rw-r--r--node_modules/core-js/modules/esnext.weak-map.from.js8
-rw-r--r--node_modules/core-js/modules/esnext.weak-map.of.js8
-rw-r--r--node_modules/core-js/modules/esnext.weak-map.upsert.js11
-rw-r--r--node_modules/core-js/modules/esnext.weak-set.add-all.js12
-rw-r--r--node_modules/core-js/modules/esnext.weak-set.delete-all.js12
-rw-r--r--node_modules/core-js/modules/esnext.weak-set.from.js8
-rw-r--r--node_modules/core-js/modules/esnext.weak-set.of.js8
-rw-r--r--node_modules/core-js/modules/web.dom-collections.for-each.js15
-rw-r--r--node_modules/core-js/modules/web.dom-collections.iterator.js33
-rw-r--r--node_modules/core-js/modules/web.immediate.js15
-rw-r--r--node_modules/core-js/modules/web.queue-microtask.js15
-rw-r--r--node_modules/core-js/modules/web.timers.js28
-rw-r--r--node_modules/core-js/modules/web.url-search-params.js347
-rw-r--r--node_modules/core-js/modules/web.url.js1007
-rw-r--r--node_modules/core-js/modules/web.url.to-json.js10
-rw-r--r--node_modules/core-js/package.json86
-rw-r--r--node_modules/core-js/postinstall.js58
-rw-r--r--node_modules/core-js/proposals/array-filtering.js3
-rw-r--r--node_modules/core-js/proposals/array-is-template-object.js1
-rw-r--r--node_modules/core-js/proposals/array-last.js2
-rw-r--r--node_modules/core-js/proposals/array-unique.js3
-rw-r--r--node_modules/core-js/proposals/collection-methods.js27
-rw-r--r--node_modules/core-js/proposals/collection-of-from.js8
-rw-r--r--node_modules/core-js/proposals/efficient-64-bit-arithmetic.js5
-rw-r--r--node_modules/core-js/proposals/global-this.js4
-rw-r--r--node_modules/core-js/proposals/index.js1
-rw-r--r--node_modules/core-js/proposals/iterator-helpers.js28
-rw-r--r--node_modules/core-js/proposals/keys-composition.js2
-rw-r--r--node_modules/core-js/proposals/map-update-or-insert.js2
-rw-r--r--node_modules/core-js/proposals/map-upsert.js9
-rw-r--r--node_modules/core-js/proposals/math-extensions.js7
-rw-r--r--node_modules/core-js/proposals/math-signbit.js1
-rw-r--r--node_modules/core-js/proposals/number-from-string.js1
-rw-r--r--node_modules/core-js/proposals/number-range.js3
-rw-r--r--node_modules/core-js/proposals/object-iteration.js4
-rw-r--r--node_modules/core-js/proposals/observable.js2
-rw-r--r--node_modules/core-js/proposals/pattern-matching.js1
-rw-r--r--node_modules/core-js/proposals/promise-all-settled.js2
-rw-r--r--node_modules/core-js/proposals/promise-any.js2
-rw-r--r--node_modules/core-js/proposals/promise-try.js1
-rw-r--r--node_modules/core-js/proposals/reflect-metadata.js9
-rw-r--r--node_modules/core-js/proposals/relative-indexing-method.js5
-rw-r--r--node_modules/core-js/proposals/seeded-random.js1
-rw-r--r--node_modules/core-js/proposals/set-methods.js7
-rw-r--r--node_modules/core-js/proposals/string-at.js1
-rw-r--r--node_modules/core-js/proposals/string-code-points.js1
-rw-r--r--node_modules/core-js/proposals/string-match-all.js2
-rw-r--r--node_modules/core-js/proposals/string-replace-all.js2
-rw-r--r--node_modules/core-js/proposals/url.js3
-rw-r--r--node_modules/core-js/proposals/using-statement.js3
-rw-r--r--node_modules/core-js/stable/README.md1
-rw-r--r--node_modules/core-js/stable/aggregate-error.js6
-rw-r--r--node_modules/core-js/stable/array-buffer/constructor.js3
-rw-r--r--node_modules/core-js/stable/array-buffer/index.js3
-rw-r--r--node_modules/core-js/stable/array-buffer/is-view.js3
-rw-r--r--node_modules/core-js/stable/array-buffer/slice.js3
-rw-r--r--node_modules/core-js/stable/array/concat.js3
-rw-r--r--node_modules/core-js/stable/array/copy-within.js3
-rw-r--r--node_modules/core-js/stable/array/entries.js3
-rw-r--r--node_modules/core-js/stable/array/every.js3
-rw-r--r--node_modules/core-js/stable/array/fill.js3
-rw-r--r--node_modules/core-js/stable/array/filter.js3
-rw-r--r--node_modules/core-js/stable/array/find-index.js3
-rw-r--r--node_modules/core-js/stable/array/find.js3
-rw-r--r--node_modules/core-js/stable/array/flat-map.js3
-rw-r--r--node_modules/core-js/stable/array/flat.js3
-rw-r--r--node_modules/core-js/stable/array/for-each.js3
-rw-r--r--node_modules/core-js/stable/array/from.js3
-rw-r--r--node_modules/core-js/stable/array/includes.js3
-rw-r--r--node_modules/core-js/stable/array/index-of.js3
-rw-r--r--node_modules/core-js/stable/array/index.js3
-rw-r--r--node_modules/core-js/stable/array/is-array.js3
-rw-r--r--node_modules/core-js/stable/array/iterator.js3
-rw-r--r--node_modules/core-js/stable/array/join.js3
-rw-r--r--node_modules/core-js/stable/array/keys.js3
-rw-r--r--node_modules/core-js/stable/array/last-index-of.js3
-rw-r--r--node_modules/core-js/stable/array/map.js3
-rw-r--r--node_modules/core-js/stable/array/of.js3
-rw-r--r--node_modules/core-js/stable/array/reduce-right.js3
-rw-r--r--node_modules/core-js/stable/array/reduce.js3
-rw-r--r--node_modules/core-js/stable/array/reverse.js3
-rw-r--r--node_modules/core-js/stable/array/slice.js3
-rw-r--r--node_modules/core-js/stable/array/some.js3
-rw-r--r--node_modules/core-js/stable/array/sort.js3
-rw-r--r--node_modules/core-js/stable/array/splice.js3
-rw-r--r--node_modules/core-js/stable/array/values.js3
-rw-r--r--node_modules/core-js/stable/array/virtual/concat.js3
-rw-r--r--node_modules/core-js/stable/array/virtual/copy-within.js3
-rw-r--r--node_modules/core-js/stable/array/virtual/entries.js3
-rw-r--r--node_modules/core-js/stable/array/virtual/every.js3
-rw-r--r--node_modules/core-js/stable/array/virtual/fill.js3
-rw-r--r--node_modules/core-js/stable/array/virtual/filter.js3
-rw-r--r--node_modules/core-js/stable/array/virtual/find-index.js3
-rw-r--r--node_modules/core-js/stable/array/virtual/find.js3
-rw-r--r--node_modules/core-js/stable/array/virtual/flat-map.js3
-rw-r--r--node_modules/core-js/stable/array/virtual/flat.js3
-rw-r--r--node_modules/core-js/stable/array/virtual/for-each.js3
-rw-r--r--node_modules/core-js/stable/array/virtual/includes.js3
-rw-r--r--node_modules/core-js/stable/array/virtual/index-of.js3
-rw-r--r--node_modules/core-js/stable/array/virtual/index.js3
-rw-r--r--node_modules/core-js/stable/array/virtual/iterator.js3
-rw-r--r--node_modules/core-js/stable/array/virtual/join.js3
-rw-r--r--node_modules/core-js/stable/array/virtual/keys.js3
-rw-r--r--node_modules/core-js/stable/array/virtual/last-index-of.js3
-rw-r--r--node_modules/core-js/stable/array/virtual/map.js3
-rw-r--r--node_modules/core-js/stable/array/virtual/reduce-right.js3
-rw-r--r--node_modules/core-js/stable/array/virtual/reduce.js3
-rw-r--r--node_modules/core-js/stable/array/virtual/reverse.js3
-rw-r--r--node_modules/core-js/stable/array/virtual/slice.js3
-rw-r--r--node_modules/core-js/stable/array/virtual/some.js3
-rw-r--r--node_modules/core-js/stable/array/virtual/sort.js3
-rw-r--r--node_modules/core-js/stable/array/virtual/splice.js3
-rw-r--r--node_modules/core-js/stable/array/virtual/values.js3
-rw-r--r--node_modules/core-js/stable/clear-immediate.js4
-rw-r--r--node_modules/core-js/stable/data-view/index.js3
-rw-r--r--node_modules/core-js/stable/date/index.js3
-rw-r--r--node_modules/core-js/stable/date/now.js3
-rw-r--r--node_modules/core-js/stable/date/to-iso-string.js3
-rw-r--r--node_modules/core-js/stable/date/to-json.js3
-rw-r--r--node_modules/core-js/stable/date/to-primitive.js3
-rw-r--r--node_modules/core-js/stable/date/to-string.js3
-rw-r--r--node_modules/core-js/stable/dom-collections/for-each.js5
-rw-r--r--node_modules/core-js/stable/dom-collections/index.js12
-rw-r--r--node_modules/core-js/stable/dom-collections/iterator.js4
-rw-r--r--node_modules/core-js/stable/function/bind.js3
-rw-r--r--node_modules/core-js/stable/function/has-instance.js3
-rw-r--r--node_modules/core-js/stable/function/index.js3
-rw-r--r--node_modules/core-js/stable/function/name.js3
-rw-r--r--node_modules/core-js/stable/function/virtual/bind.js3
-rw-r--r--node_modules/core-js/stable/function/virtual/index.js3
-rw-r--r--node_modules/core-js/stable/global-this.js3
-rw-r--r--node_modules/core-js/stable/index.js5
-rw-r--r--node_modules/core-js/stable/instance/bind.js3
-rw-r--r--node_modules/core-js/stable/instance/code-point-at.js3
-rw-r--r--node_modules/core-js/stable/instance/concat.js3
-rw-r--r--node_modules/core-js/stable/instance/copy-within.js3
-rw-r--r--node_modules/core-js/stable/instance/ends-with.js3
-rw-r--r--node_modules/core-js/stable/instance/entries.js16
-rw-r--r--node_modules/core-js/stable/instance/every.js3
-rw-r--r--node_modules/core-js/stable/instance/fill.js3
-rw-r--r--node_modules/core-js/stable/instance/filter.js3
-rw-r--r--node_modules/core-js/stable/instance/find-index.js3
-rw-r--r--node_modules/core-js/stable/instance/find.js3
-rw-r--r--node_modules/core-js/stable/instance/flags.js3
-rw-r--r--node_modules/core-js/stable/instance/flat-map.js3
-rw-r--r--node_modules/core-js/stable/instance/flat.js3
-rw-r--r--node_modules/core-js/stable/instance/for-each.js16
-rw-r--r--node_modules/core-js/stable/instance/includes.js3
-rw-r--r--node_modules/core-js/stable/instance/index-of.js3
-rw-r--r--node_modules/core-js/stable/instance/keys.js16
-rw-r--r--node_modules/core-js/stable/instance/last-index-of.js3
-rw-r--r--node_modules/core-js/stable/instance/map.js3
-rw-r--r--node_modules/core-js/stable/instance/match-all.js3
-rw-r--r--node_modules/core-js/stable/instance/pad-end.js3
-rw-r--r--node_modules/core-js/stable/instance/pad-start.js3
-rw-r--r--node_modules/core-js/stable/instance/reduce-right.js3
-rw-r--r--node_modules/core-js/stable/instance/reduce.js3
-rw-r--r--node_modules/core-js/stable/instance/repeat.js3
-rw-r--r--node_modules/core-js/stable/instance/replace-all.js3
-rw-r--r--node_modules/core-js/stable/instance/reverse.js3
-rw-r--r--node_modules/core-js/stable/instance/slice.js3
-rw-r--r--node_modules/core-js/stable/instance/some.js3
-rw-r--r--node_modules/core-js/stable/instance/sort.js3
-rw-r--r--node_modules/core-js/stable/instance/splice.js3
-rw-r--r--node_modules/core-js/stable/instance/starts-with.js3
-rw-r--r--node_modules/core-js/stable/instance/trim-end.js3
-rw-r--r--node_modules/core-js/stable/instance/trim-left.js3
-rw-r--r--node_modules/core-js/stable/instance/trim-right.js3
-rw-r--r--node_modules/core-js/stable/instance/trim-start.js3
-rw-r--r--node_modules/core-js/stable/instance/trim.js3
-rw-r--r--node_modules/core-js/stable/instance/values.js16
-rw-r--r--node_modules/core-js/stable/json/index.js3
-rw-r--r--node_modules/core-js/stable/json/stringify.js3
-rw-r--r--node_modules/core-js/stable/json/to-string-tag.js3
-rw-r--r--node_modules/core-js/stable/map/index.js3
-rw-r--r--node_modules/core-js/stable/math/acosh.js3
-rw-r--r--node_modules/core-js/stable/math/asinh.js3
-rw-r--r--node_modules/core-js/stable/math/atanh.js3
-rw-r--r--node_modules/core-js/stable/math/cbrt.js3
-rw-r--r--node_modules/core-js/stable/math/clz32.js3
-rw-r--r--node_modules/core-js/stable/math/cosh.js3
-rw-r--r--node_modules/core-js/stable/math/expm1.js3
-rw-r--r--node_modules/core-js/stable/math/fround.js3
-rw-r--r--node_modules/core-js/stable/math/hypot.js3
-rw-r--r--node_modules/core-js/stable/math/imul.js3
-rw-r--r--node_modules/core-js/stable/math/index.js3
-rw-r--r--node_modules/core-js/stable/math/log10.js3
-rw-r--r--node_modules/core-js/stable/math/log1p.js3
-rw-r--r--node_modules/core-js/stable/math/log2.js3
-rw-r--r--node_modules/core-js/stable/math/sign.js3
-rw-r--r--node_modules/core-js/stable/math/sinh.js3
-rw-r--r--node_modules/core-js/stable/math/tanh.js3
-rw-r--r--node_modules/core-js/stable/math/to-string-tag.js3
-rw-r--r--node_modules/core-js/stable/math/trunc.js3
-rw-r--r--node_modules/core-js/stable/number/constructor.js3
-rw-r--r--node_modules/core-js/stable/number/epsilon.js3
-rw-r--r--node_modules/core-js/stable/number/index.js3
-rw-r--r--node_modules/core-js/stable/number/is-finite.js3
-rw-r--r--node_modules/core-js/stable/number/is-integer.js3
-rw-r--r--node_modules/core-js/stable/number/is-nan.js3
-rw-r--r--node_modules/core-js/stable/number/is-safe-integer.js3
-rw-r--r--node_modules/core-js/stable/number/max-safe-integer.js3
-rw-r--r--node_modules/core-js/stable/number/min-safe-integer.js3
-rw-r--r--node_modules/core-js/stable/number/parse-float.js3
-rw-r--r--node_modules/core-js/stable/number/parse-int.js3
-rw-r--r--node_modules/core-js/stable/number/to-fixed.js3
-rw-r--r--node_modules/core-js/stable/number/to-precision.js3
-rw-r--r--node_modules/core-js/stable/number/virtual/index.js3
-rw-r--r--node_modules/core-js/stable/number/virtual/to-fixed.js3
-rw-r--r--node_modules/core-js/stable/number/virtual/to-precision.js3
-rw-r--r--node_modules/core-js/stable/object/assign.js3
-rw-r--r--node_modules/core-js/stable/object/create.js3
-rw-r--r--node_modules/core-js/stable/object/define-getter.js3
-rw-r--r--node_modules/core-js/stable/object/define-properties.js3
-rw-r--r--node_modules/core-js/stable/object/define-property.js3
-rw-r--r--node_modules/core-js/stable/object/define-setter.js3
-rw-r--r--node_modules/core-js/stable/object/entries.js3
-rw-r--r--node_modules/core-js/stable/object/freeze.js3
-rw-r--r--node_modules/core-js/stable/object/from-entries.js3
-rw-r--r--node_modules/core-js/stable/object/get-own-property-descriptor.js3
-rw-r--r--node_modules/core-js/stable/object/get-own-property-descriptors.js3
-rw-r--r--node_modules/core-js/stable/object/get-own-property-names.js3
-rw-r--r--node_modules/core-js/stable/object/get-own-property-symbols.js3
-rw-r--r--node_modules/core-js/stable/object/get-prototype-of.js3
-rw-r--r--node_modules/core-js/stable/object/index.js3
-rw-r--r--node_modules/core-js/stable/object/is-extensible.js3
-rw-r--r--node_modules/core-js/stable/object/is-frozen.js3
-rw-r--r--node_modules/core-js/stable/object/is-sealed.js3
-rw-r--r--node_modules/core-js/stable/object/is.js3
-rw-r--r--node_modules/core-js/stable/object/keys.js3
-rw-r--r--node_modules/core-js/stable/object/lookup-getter.js3
-rw-r--r--node_modules/core-js/stable/object/lookup-setter.js3
-rw-r--r--node_modules/core-js/stable/object/prevent-extensions.js3
-rw-r--r--node_modules/core-js/stable/object/seal.js3
-rw-r--r--node_modules/core-js/stable/object/set-prototype-of.js3
-rw-r--r--node_modules/core-js/stable/object/to-string.js3
-rw-r--r--node_modules/core-js/stable/object/values.js3
-rw-r--r--node_modules/core-js/stable/parse-float.js3
-rw-r--r--node_modules/core-js/stable/parse-int.js3
-rw-r--r--node_modules/core-js/stable/promise/all-settled.js3
-rw-r--r--node_modules/core-js/stable/promise/any.js3
-rw-r--r--node_modules/core-js/stable/promise/finally.js3
-rw-r--r--node_modules/core-js/stable/promise/index.js3
-rw-r--r--node_modules/core-js/stable/queue-microtask.js3
-rw-r--r--node_modules/core-js/stable/reflect/apply.js3
-rw-r--r--node_modules/core-js/stable/reflect/construct.js3
-rw-r--r--node_modules/core-js/stable/reflect/define-property.js3
-rw-r--r--node_modules/core-js/stable/reflect/delete-property.js3
-rw-r--r--node_modules/core-js/stable/reflect/get-own-property-descriptor.js3
-rw-r--r--node_modules/core-js/stable/reflect/get-prototype-of.js3
-rw-r--r--node_modules/core-js/stable/reflect/get.js3
-rw-r--r--node_modules/core-js/stable/reflect/has.js3
-rw-r--r--node_modules/core-js/stable/reflect/index.js3
-rw-r--r--node_modules/core-js/stable/reflect/is-extensible.js3
-rw-r--r--node_modules/core-js/stable/reflect/own-keys.js3
-rw-r--r--node_modules/core-js/stable/reflect/prevent-extensions.js3
-rw-r--r--node_modules/core-js/stable/reflect/set-prototype-of.js3
-rw-r--r--node_modules/core-js/stable/reflect/set.js3
-rw-r--r--node_modules/core-js/stable/reflect/to-string-tag.js3
-rw-r--r--node_modules/core-js/stable/regexp/constructor.js3
-rw-r--r--node_modules/core-js/stable/regexp/flags.js3
-rw-r--r--node_modules/core-js/stable/regexp/index.js3
-rw-r--r--node_modules/core-js/stable/regexp/match.js3
-rw-r--r--node_modules/core-js/stable/regexp/replace.js3
-rw-r--r--node_modules/core-js/stable/regexp/search.js3
-rw-r--r--node_modules/core-js/stable/regexp/split.js3
-rw-r--r--node_modules/core-js/stable/regexp/sticky.js3
-rw-r--r--node_modules/core-js/stable/regexp/test.js3
-rw-r--r--node_modules/core-js/stable/regexp/to-string.js3
-rw-r--r--node_modules/core-js/stable/set-immediate.js4
-rw-r--r--node_modules/core-js/stable/set-interval.js4
-rw-r--r--node_modules/core-js/stable/set-timeout.js4
-rw-r--r--node_modules/core-js/stable/set/index.js3
-rw-r--r--node_modules/core-js/stable/string/anchor.js3
-rw-r--r--node_modules/core-js/stable/string/big.js3
-rw-r--r--node_modules/core-js/stable/string/blink.js3
-rw-r--r--node_modules/core-js/stable/string/bold.js3
-rw-r--r--node_modules/core-js/stable/string/code-point-at.js3
-rw-r--r--node_modules/core-js/stable/string/ends-with.js3
-rw-r--r--node_modules/core-js/stable/string/fixed.js3
-rw-r--r--node_modules/core-js/stable/string/fontcolor.js3
-rw-r--r--node_modules/core-js/stable/string/fontsize.js3
-rw-r--r--node_modules/core-js/stable/string/from-code-point.js3
-rw-r--r--node_modules/core-js/stable/string/includes.js3
-rw-r--r--node_modules/core-js/stable/string/index.js3
-rw-r--r--node_modules/core-js/stable/string/italics.js3
-rw-r--r--node_modules/core-js/stable/string/iterator.js3
-rw-r--r--node_modules/core-js/stable/string/link.js3
-rw-r--r--node_modules/core-js/stable/string/match-all.js3
-rw-r--r--node_modules/core-js/stable/string/match.js3
-rw-r--r--node_modules/core-js/stable/string/pad-end.js3
-rw-r--r--node_modules/core-js/stable/string/pad-start.js3
-rw-r--r--node_modules/core-js/stable/string/raw.js3
-rw-r--r--node_modules/core-js/stable/string/repeat.js3
-rw-r--r--node_modules/core-js/stable/string/replace-all.js3
-rw-r--r--node_modules/core-js/stable/string/replace.js3
-rw-r--r--node_modules/core-js/stable/string/search.js3
-rw-r--r--node_modules/core-js/stable/string/small.js3
-rw-r--r--node_modules/core-js/stable/string/split.js3
-rw-r--r--node_modules/core-js/stable/string/starts-with.js3
-rw-r--r--node_modules/core-js/stable/string/strike.js3
-rw-r--r--node_modules/core-js/stable/string/sub.js3
-rw-r--r--node_modules/core-js/stable/string/sup.js3
-rw-r--r--node_modules/core-js/stable/string/trim-end.js3
-rw-r--r--node_modules/core-js/stable/string/trim-left.js3
-rw-r--r--node_modules/core-js/stable/string/trim-right.js3
-rw-r--r--node_modules/core-js/stable/string/trim-start.js3
-rw-r--r--node_modules/core-js/stable/string/trim.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/anchor.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/big.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/blink.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/bold.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/code-point-at.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/ends-with.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/fixed.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/fontcolor.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/fontsize.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/includes.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/index.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/italics.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/iterator.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/link.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/match-all.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/pad-end.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/pad-start.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/repeat.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/replace-all.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/small.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/starts-with.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/strike.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/sub.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/sup.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/trim-end.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/trim-left.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/trim-right.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/trim-start.js3
-rw-r--r--node_modules/core-js/stable/string/virtual/trim.js3
-rw-r--r--node_modules/core-js/stable/symbol/async-iterator.js3
-rw-r--r--node_modules/core-js/stable/symbol/description.js1
-rw-r--r--node_modules/core-js/stable/symbol/for.js3
-rw-r--r--node_modules/core-js/stable/symbol/has-instance.js3
-rw-r--r--node_modules/core-js/stable/symbol/index.js3
-rw-r--r--node_modules/core-js/stable/symbol/is-concat-spreadable.js3
-rw-r--r--node_modules/core-js/stable/symbol/iterator.js3
-rw-r--r--node_modules/core-js/stable/symbol/key-for.js3
-rw-r--r--node_modules/core-js/stable/symbol/match-all.js3
-rw-r--r--node_modules/core-js/stable/symbol/match.js3
-rw-r--r--node_modules/core-js/stable/symbol/replace.js3
-rw-r--r--node_modules/core-js/stable/symbol/search.js3
-rw-r--r--node_modules/core-js/stable/symbol/species.js3
-rw-r--r--node_modules/core-js/stable/symbol/split.js3
-rw-r--r--node_modules/core-js/stable/symbol/to-primitive.js3
-rw-r--r--node_modules/core-js/stable/symbol/to-string-tag.js3
-rw-r--r--node_modules/core-js/stable/symbol/unscopables.js3
-rw-r--r--node_modules/core-js/stable/typed-array/copy-within.js1
-rw-r--r--node_modules/core-js/stable/typed-array/entries.js1
-rw-r--r--node_modules/core-js/stable/typed-array/every.js1
-rw-r--r--node_modules/core-js/stable/typed-array/fill.js1
-rw-r--r--node_modules/core-js/stable/typed-array/filter.js1
-rw-r--r--node_modules/core-js/stable/typed-array/find-index.js1
-rw-r--r--node_modules/core-js/stable/typed-array/find.js1
-rw-r--r--node_modules/core-js/stable/typed-array/float32-array.js3
-rw-r--r--node_modules/core-js/stable/typed-array/float64-array.js3
-rw-r--r--node_modules/core-js/stable/typed-array/for-each.js1
-rw-r--r--node_modules/core-js/stable/typed-array/from.js1
-rw-r--r--node_modules/core-js/stable/typed-array/includes.js1
-rw-r--r--node_modules/core-js/stable/typed-array/index-of.js1
-rw-r--r--node_modules/core-js/stable/typed-array/index.js3
-rw-r--r--node_modules/core-js/stable/typed-array/int16-array.js3
-rw-r--r--node_modules/core-js/stable/typed-array/int32-array.js3
-rw-r--r--node_modules/core-js/stable/typed-array/int8-array.js3
-rw-r--r--node_modules/core-js/stable/typed-array/iterator.js1
-rw-r--r--node_modules/core-js/stable/typed-array/join.js1
-rw-r--r--node_modules/core-js/stable/typed-array/keys.js1
-rw-r--r--node_modules/core-js/stable/typed-array/last-index-of.js1
-rw-r--r--node_modules/core-js/stable/typed-array/map.js1
-rw-r--r--node_modules/core-js/stable/typed-array/of.js1
-rw-r--r--node_modules/core-js/stable/typed-array/reduce-right.js1
-rw-r--r--node_modules/core-js/stable/typed-array/reduce.js1
-rw-r--r--node_modules/core-js/stable/typed-array/reverse.js1
-rw-r--r--node_modules/core-js/stable/typed-array/set.js1
-rw-r--r--node_modules/core-js/stable/typed-array/slice.js1
-rw-r--r--node_modules/core-js/stable/typed-array/some.js1
-rw-r--r--node_modules/core-js/stable/typed-array/sort.js1
-rw-r--r--node_modules/core-js/stable/typed-array/subarray.js1
-rw-r--r--node_modules/core-js/stable/typed-array/to-locale-string.js1
-rw-r--r--node_modules/core-js/stable/typed-array/to-string.js1
-rw-r--r--node_modules/core-js/stable/typed-array/uint16-array.js3
-rw-r--r--node_modules/core-js/stable/typed-array/uint32-array.js3
-rw-r--r--node_modules/core-js/stable/typed-array/uint8-array.js3
-rw-r--r--node_modules/core-js/stable/typed-array/uint8-clamped-array.js3
-rw-r--r--node_modules/core-js/stable/typed-array/values.js1
-rw-r--r--node_modules/core-js/stable/url-search-params/index.js3
-rw-r--r--node_modules/core-js/stable/url/index.js3
-rw-r--r--node_modules/core-js/stable/url/to-json.js1
-rw-r--r--node_modules/core-js/stable/weak-map/index.js3
-rw-r--r--node_modules/core-js/stable/weak-set/index.js3
-rw-r--r--node_modules/core-js/stage/0.js6
-rw-r--r--node_modules/core-js/stage/1.js19
-rw-r--r--node_modules/core-js/stage/2.js8
-rw-r--r--node_modules/core-js/stage/3.js4
-rw-r--r--node_modules/core-js/stage/4.js8
-rw-r--r--node_modules/core-js/stage/README.md1
-rw-r--r--node_modules/core-js/stage/index.js3
-rw-r--r--node_modules/core-js/stage/pre.js4
-rw-r--r--node_modules/core-js/web/README.md1
-rw-r--r--node_modules/core-js/web/dom-collections.js5
-rw-r--r--node_modules/core-js/web/immediate.js4
-rw-r--r--node_modules/core-js/web/index.js11
-rw-r--r--node_modules/core-js/web/queue-microtask.js4
-rw-r--r--node_modules/core-js/web/timers.js4
-rw-r--r--node_modules/core-js/web/url-search-params.js4
-rw-r--r--node_modules/core-js/web/url.js6
1752 files changed, 0 insertions, 19027 deletions
diff --git a/node_modules/core-js/LICENSE b/node_modules/core-js/LICENSE
deleted file mode 100644
index 9c4e4e1..0000000
--- a/node_modules/core-js/LICENSE
+++ /dev/null
@@ -1,19 +0,0 @@
-Copyright (c) 2014-2020 Denis Pushkarev
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
diff --git a/node_modules/core-js/README.md b/node_modules/core-js/README.md
deleted file mode 100644
index fedadce..0000000
--- a/node_modules/core-js/README.md
+++ /dev/null
@@ -1,59 +0,0 @@
-# core-js
-
-[![Sponsors on Open Collective](https://opencollective.com/core-js/sponsors/badge.svg)](#sponsors) [![Backers on Open Collective](https://opencollective.com/core-js/backers/badge.svg)](#backers) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/zloirock/core-js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![version](https://img.shields.io/npm/v/core-js.svg)](https://www.npmjs.com/package/core-js) [![npm downloads](https://img.shields.io/npm/dm/core-js.svg)](http://npm-stat.com/charts.html?package=core-js&author=&from=2014-11-18) [![tests](https://github.com/zloirock/core-js/workflows/tests/badge.svg)](https://github.com/zloirock/core-js/actions)
-[![eslint](https://github.com/zloirock/core-js/workflows/eslint/badge.svg)](https://github.com/zloirock/core-js/actions)
-
-> Modular standard library for JavaScript. Includes polyfills for [ECMAScript up to 2021](https://github.com/zloirock/core-js#ecmascript): [promises](https://github.com/zloirock/core-js#ecmascript-promise), [symbols](https://github.com/zloirock/core-js#ecmascript-symbol), [collections](https://github.com/zloirock/core-js#ecmascript-collections), iterators, [typed arrays](https://github.com/zloirock/core-js#ecmascript-typed-arrays), many other features, [ECMAScript proposals](https://github.com/zloirock/core-js#ecmascript-proposals), [some cross-platform WHATWG / W3C features and proposals](#web-standards) like [`URL`](https://github.com/zloirock/core-js#url-and-urlsearchparams). You can load only required features or use it without global namespace pollution.
-
-## As advertising: the author is looking for a good job -)
-
-## [core-js@3, babel and a look into the future](https://github.com/zloirock/core-js/tree/master/docs/2019-03-19-core-js-3-babel-and-a-look-into-the-future.md)
-
-## Raising funds
-
-`core-js` isn't backed by a company, so the future of this project depends on you. Become a sponsor or a backer [**on Open Collective**](https://opencollective.com/core-js) or [**on Patreon**](https://www.patreon.com/zloirock) if you are interested in `core-js`.
-
----
-
-<a href="https://opencollective.com/core-js/sponsor/0/website" target="_blank"><img src="https://opencollective.com/core-js/sponsor/0/avatar.svg"></a><a href="https://opencollective.com/core-js/sponsor/1/website" target="_blank"><img src="https://opencollective.com/core-js/sponsor/1/avatar.svg"></a><a href="https://opencollective.com/core-js/sponsor/2/website" target="_blank"><img src="https://opencollective.com/core-js/sponsor/2/avatar.svg"></a><a href="https://opencollective.com/core-js/sponsor/3/website" target="_blank"><img src="https://opencollective.com/core-js/sponsor/3/avatar.svg"></a><a href="https://opencollective.com/core-js/sponsor/4/website" target="_blank"><img src="https://opencollective.com/core-js/sponsor/4/avatar.svg"></a><a href="https://opencollective.com/core-js/sponsor/5/website" target="_blank"><img src="https://opencollective.com/core-js/sponsor/5/avatar.svg"></a><a href="https://opencollective.com/core-js/sponsor/6/website" target="_blank"><img src="https://opencollective.com/core-js/sponsor/6/avatar.svg"></a><a href="https://opencollective.com/core-js/sponsor/7/website" target="_blank"><img src="https://opencollective.com/core-js/sponsor/7/avatar.svg"></a><a href="https://opencollective.com/core-js/sponsor/8/website" target="_blank"><img src="https://opencollective.com/core-js/sponsor/8/avatar.svg"></a><a href="https://opencollective.com/core-js/sponsor/9/website" target="_blank"><img src="https://opencollective.com/core-js/sponsor/9/avatar.svg"></a><a href="https://opencollective.com/core-js/sponsor/10/website" target="_blank"><img src="https://opencollective.com/core-js/sponsor/10/avatar.svg"></a><a href="https://opencollective.com/core-js/sponsor/11/website" target="_blank"><img src="https://opencollective.com/core-js/sponsor/11/avatar.svg"></a>
-
----
-
-<a href="https://opencollective.com/core-js#backers" target="_blank"><img src="https://opencollective.com/core-js/backers.svg?width=890"></a>
-
----
-
-[*Example*](http://goo.gl/a2xexl):
-```js
-import 'core-js'; // <- at the top of your entry point
-
-Array.from(new Set([1, 2, 3, 2, 1])); // => [1, 2, 3]
-[1, [2, 3], [4, [5]]].flat(2); // => [1, 2, 3, 4, 5]
-Promise.resolve(32).then(x => console.log(x)); // => 32
-```
-
-*You can load only required features*:
-```js
-import 'core-js/features/array/from'; // <- at the top of your entry point
-import 'core-js/features/array/flat'; // <- at the top of your entry point
-import 'core-js/features/set'; // <- at the top of your entry point
-import 'core-js/features/promise'; // <- at the top of your entry point
-
-Array.from(new Set([1, 2, 3, 2, 1])); // => [1, 2, 3]
-[1, [2, 3], [4, [5]]].flat(2); // => [1, 2, 3, 4, 5]
-Promise.resolve(32).then(x => console.log(x)); // => 32
-```
-
-*Or use it without global namespace pollution*:
-```js
-import from from 'core-js-pure/features/array/from';
-import flat from 'core-js-pure/features/array/flat';
-import Set from 'core-js-pure/features/set';
-import Promise from 'core-js-pure/features/promise';
-
-from(new Set([1, 2, 3, 2, 1])); // => [1, 2, 3]
-flat([1, [2, 3], [4, [5]]], 2); // => [1, 2, 3, 4, 5]
-Promise.resolve(32).then(x => console.log(x)); // => 32
-```
-
-**It's a global version (first 2 examples), for more info see [`core-js` documentation](https://github.com/zloirock/core-js/blob/master/README.md).**
diff --git a/node_modules/core-js/configurator.js b/node_modules/core-js/configurator.js
deleted file mode 100644
index 0a5288e..0000000
--- a/node_modules/core-js/configurator.js
+++ /dev/null
@@ -1,23 +0,0 @@
-var has = require('./internals/has');
-var isArray = require('./internals/is-array');
-var isForced = require('./internals/is-forced');
-var shared = require('./internals/shared-store');
-
-var data = isForced.data;
-var normalize = isForced.normalize;
-var USE_FUNCTION_CONSTRUCTOR = 'USE_FUNCTION_CONSTRUCTOR';
-var ASYNC_ITERATOR_PROTOTYPE = 'AsyncIteratorPrototype';
-
-var setAggressivenessLevel = function (object, constant) {
- if (isArray(object)) for (var i = 0; i < object.length; i++) data[normalize(object[i])] = constant;
-};
-
-module.exports = function (options) {
- if (typeof options == 'object') {
- setAggressivenessLevel(options.useNative, isForced.NATIVE);
- setAggressivenessLevel(options.usePolyfill, isForced.POLYFILL);
- setAggressivenessLevel(options.useFeatureDetection, null);
- if (has(options, USE_FUNCTION_CONSTRUCTOR)) shared[USE_FUNCTION_CONSTRUCTOR] = !!options[USE_FUNCTION_CONSTRUCTOR];
- if (has(options, ASYNC_ITERATOR_PROTOTYPE)) shared[USE_FUNCTION_CONSTRUCTOR] = options[ASYNC_ITERATOR_PROTOTYPE];
- }
-};
diff --git a/node_modules/core-js/es/README.md b/node_modules/core-js/es/README.md
deleted file mode 100644
index 872a356..0000000
--- a/node_modules/core-js/es/README.md
+++ /dev/null
@@ -1 +0,0 @@
-This folder contains entry points for [stable ECMAScript features](https://github.com/zloirock/core-js/tree/v3#ecmascript) with dependencies.
diff --git a/node_modules/core-js/es/aggregate-error.js b/node_modules/core-js/es/aggregate-error.js
deleted file mode 100644
index 9a44dac..0000000
--- a/node_modules/core-js/es/aggregate-error.js
+++ /dev/null
@@ -1,6 +0,0 @@
-require('../modules/es.aggregate-error');
-require('../modules/es.string.iterator');
-require('../modules/web.dom-collections.iterator');
-var path = require('../internals/path');
-
-module.exports = path.AggregateError;
diff --git a/node_modules/core-js/es/array-buffer/constructor.js b/node_modules/core-js/es/array-buffer/constructor.js
deleted file mode 100644
index b7a76ed..0000000
--- a/node_modules/core-js/es/array-buffer/constructor.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.array-buffer.constructor');
-require('../../modules/es.object.to-string');
-var path = require('../../internals/path');
-
-module.exports = path.ArrayBuffer;
diff --git a/node_modules/core-js/es/array-buffer/index.js b/node_modules/core-js/es/array-buffer/index.js
deleted file mode 100644
index 8697373..0000000
--- a/node_modules/core-js/es/array-buffer/index.js
+++ /dev/null
@@ -1,7 +0,0 @@
-require('../../modules/es.array-buffer.constructor');
-require('../../modules/es.array-buffer.is-view');
-require('../../modules/es.array-buffer.slice');
-require('../../modules/es.object.to-string');
-var path = require('../../internals/path');
-
-module.exports = path.ArrayBuffer;
diff --git a/node_modules/core-js/es/array-buffer/is-view.js b/node_modules/core-js/es/array-buffer/is-view.js
deleted file mode 100644
index c86c3b7..0000000
--- a/node_modules/core-js/es/array-buffer/is-view.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.array-buffer.is-view');
-var path = require('../../internals/path');
-
-module.exports = path.ArrayBuffer.isView;
diff --git a/node_modules/core-js/es/array-buffer/slice.js b/node_modules/core-js/es/array-buffer/slice.js
deleted file mode 100644
index 931f8bc..0000000
--- a/node_modules/core-js/es/array-buffer/slice.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.array-buffer.slice');
diff --git a/node_modules/core-js/es/array/concat.js b/node_modules/core-js/es/array/concat.js
deleted file mode 100644
index 9a13ce6..0000000
--- a/node_modules/core-js/es/array/concat.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.array.concat');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'concat');
diff --git a/node_modules/core-js/es/array/copy-within.js b/node_modules/core-js/es/array/copy-within.js
deleted file mode 100644
index de8032f..0000000
--- a/node_modules/core-js/es/array/copy-within.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.array.copy-within');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'copyWithin');
diff --git a/node_modules/core-js/es/array/entries.js b/node_modules/core-js/es/array/entries.js
deleted file mode 100644
index efd91b0..0000000
--- a/node_modules/core-js/es/array/entries.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.array.iterator');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'entries');
diff --git a/node_modules/core-js/es/array/every.js b/node_modules/core-js/es/array/every.js
deleted file mode 100644
index b95c87f..0000000
--- a/node_modules/core-js/es/array/every.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.array.every');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'every');
diff --git a/node_modules/core-js/es/array/fill.js b/node_modules/core-js/es/array/fill.js
deleted file mode 100644
index c52d60a..0000000
--- a/node_modules/core-js/es/array/fill.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.array.fill');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'fill');
diff --git a/node_modules/core-js/es/array/filter.js b/node_modules/core-js/es/array/filter.js
deleted file mode 100644
index f1d0e16..0000000
--- a/node_modules/core-js/es/array/filter.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.array.filter');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'filter');
diff --git a/node_modules/core-js/es/array/find-index.js b/node_modules/core-js/es/array/find-index.js
deleted file mode 100644
index 9ccbdda..0000000
--- a/node_modules/core-js/es/array/find-index.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.array.find-index');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'findIndex');
diff --git a/node_modules/core-js/es/array/find.js b/node_modules/core-js/es/array/find.js
deleted file mode 100644
index 7b3cc38..0000000
--- a/node_modules/core-js/es/array/find.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.array.find');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'find');
diff --git a/node_modules/core-js/es/array/flat-map.js b/node_modules/core-js/es/array/flat-map.js
deleted file mode 100644
index f201cbb..0000000
--- a/node_modules/core-js/es/array/flat-map.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.array.flat-map');
-require('../../modules/es.array.unscopables.flat-map');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'flatMap');
diff --git a/node_modules/core-js/es/array/flat.js b/node_modules/core-js/es/array/flat.js
deleted file mode 100644
index c671760..0000000
--- a/node_modules/core-js/es/array/flat.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.array.flat');
-require('../../modules/es.array.unscopables.flat');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'flat');
diff --git a/node_modules/core-js/es/array/for-each.js b/node_modules/core-js/es/array/for-each.js
deleted file mode 100644
index 2851813..0000000
--- a/node_modules/core-js/es/array/for-each.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.array.for-each');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'forEach');
diff --git a/node_modules/core-js/es/array/from.js b/node_modules/core-js/es/array/from.js
deleted file mode 100644
index f54806d..0000000
--- a/node_modules/core-js/es/array/from.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.string.iterator');
-require('../../modules/es.array.from');
-var path = require('../../internals/path');
-
-module.exports = path.Array.from;
diff --git a/node_modules/core-js/es/array/includes.js b/node_modules/core-js/es/array/includes.js
deleted file mode 100644
index 06f837c..0000000
--- a/node_modules/core-js/es/array/includes.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.array.includes');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'includes');
diff --git a/node_modules/core-js/es/array/index-of.js b/node_modules/core-js/es/array/index-of.js
deleted file mode 100644
index 83e91e7..0000000
--- a/node_modules/core-js/es/array/index-of.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.array.index-of');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'indexOf');
diff --git a/node_modules/core-js/es/array/index.js b/node_modules/core-js/es/array/index.js
deleted file mode 100644
index 8c18680..0000000
--- a/node_modules/core-js/es/array/index.js
+++ /dev/null
@@ -1,33 +0,0 @@
-require('../../modules/es.string.iterator');
-require('../../modules/es.array.from');
-require('../../modules/es.array.is-array');
-require('../../modules/es.array.of');
-require('../../modules/es.array.concat');
-require('../../modules/es.array.copy-within');
-require('../../modules/es.array.every');
-require('../../modules/es.array.fill');
-require('../../modules/es.array.filter');
-require('../../modules/es.array.find');
-require('../../modules/es.array.find-index');
-require('../../modules/es.array.flat');
-require('../../modules/es.array.flat-map');
-require('../../modules/es.array.for-each');
-require('../../modules/es.array.includes');
-require('../../modules/es.array.index-of');
-require('../../modules/es.array.iterator');
-require('../../modules/es.array.join');
-require('../../modules/es.array.last-index-of');
-require('../../modules/es.array.map');
-require('../../modules/es.array.reduce');
-require('../../modules/es.array.reduce-right');
-require('../../modules/es.array.reverse');
-require('../../modules/es.array.slice');
-require('../../modules/es.array.some');
-require('../../modules/es.array.sort');
-require('../../modules/es.array.species');
-require('../../modules/es.array.splice');
-require('../../modules/es.array.unscopables.flat');
-require('../../modules/es.array.unscopables.flat-map');
-var path = require('../../internals/path');
-
-module.exports = path.Array;
diff --git a/node_modules/core-js/es/array/is-array.js b/node_modules/core-js/es/array/is-array.js
deleted file mode 100644
index d000180..0000000
--- a/node_modules/core-js/es/array/is-array.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.array.is-array');
-var path = require('../../internals/path');
-
-module.exports = path.Array.isArray;
diff --git a/node_modules/core-js/es/array/iterator.js b/node_modules/core-js/es/array/iterator.js
deleted file mode 100644
index 726484e..0000000
--- a/node_modules/core-js/es/array/iterator.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.array.iterator');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'values');
diff --git a/node_modules/core-js/es/array/join.js b/node_modules/core-js/es/array/join.js
deleted file mode 100644
index 523edbf..0000000
--- a/node_modules/core-js/es/array/join.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.array.join');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'join');
diff --git a/node_modules/core-js/es/array/keys.js b/node_modules/core-js/es/array/keys.js
deleted file mode 100644
index 679d525..0000000
--- a/node_modules/core-js/es/array/keys.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.array.iterator');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'keys');
diff --git a/node_modules/core-js/es/array/last-index-of.js b/node_modules/core-js/es/array/last-index-of.js
deleted file mode 100644
index 616897f..0000000
--- a/node_modules/core-js/es/array/last-index-of.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.array.last-index-of');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'lastIndexOf');
diff --git a/node_modules/core-js/es/array/map.js b/node_modules/core-js/es/array/map.js
deleted file mode 100644
index 6b641fe..0000000
--- a/node_modules/core-js/es/array/map.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.array.map');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'map');
diff --git a/node_modules/core-js/es/array/of.js b/node_modules/core-js/es/array/of.js
deleted file mode 100644
index 5153029..0000000
--- a/node_modules/core-js/es/array/of.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.array.of');
-var path = require('../../internals/path');
-
-module.exports = path.Array.of;
diff --git a/node_modules/core-js/es/array/reduce-right.js b/node_modules/core-js/es/array/reduce-right.js
deleted file mode 100644
index 43cb972..0000000
--- a/node_modules/core-js/es/array/reduce-right.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.array.reduce-right');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'reduceRight');
diff --git a/node_modules/core-js/es/array/reduce.js b/node_modules/core-js/es/array/reduce.js
deleted file mode 100644
index db06a3f..0000000
--- a/node_modules/core-js/es/array/reduce.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.array.reduce');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'reduce');
diff --git a/node_modules/core-js/es/array/reverse.js b/node_modules/core-js/es/array/reverse.js
deleted file mode 100644
index d5cc94e..0000000
--- a/node_modules/core-js/es/array/reverse.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.array.reverse');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'reverse');
diff --git a/node_modules/core-js/es/array/slice.js b/node_modules/core-js/es/array/slice.js
deleted file mode 100644
index 0c9eb94..0000000
--- a/node_modules/core-js/es/array/slice.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.array.slice');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'slice');
diff --git a/node_modules/core-js/es/array/some.js b/node_modules/core-js/es/array/some.js
deleted file mode 100644
index 407d556..0000000
--- a/node_modules/core-js/es/array/some.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.array.some');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'some');
diff --git a/node_modules/core-js/es/array/sort.js b/node_modules/core-js/es/array/sort.js
deleted file mode 100644
index 0336090..0000000
--- a/node_modules/core-js/es/array/sort.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.array.sort');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'sort');
diff --git a/node_modules/core-js/es/array/splice.js b/node_modules/core-js/es/array/splice.js
deleted file mode 100644
index 95b51f0..0000000
--- a/node_modules/core-js/es/array/splice.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.array.splice');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'splice');
diff --git a/node_modules/core-js/es/array/values.js b/node_modules/core-js/es/array/values.js
deleted file mode 100644
index 726484e..0000000
--- a/node_modules/core-js/es/array/values.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.array.iterator');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'values');
diff --git a/node_modules/core-js/es/array/virtual/concat.js b/node_modules/core-js/es/array/virtual/concat.js
deleted file mode 100644
index fc9eb03..0000000
--- a/node_modules/core-js/es/array/virtual/concat.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.array.concat');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').concat;
diff --git a/node_modules/core-js/es/array/virtual/copy-within.js b/node_modules/core-js/es/array/virtual/copy-within.js
deleted file mode 100644
index 71cc9bd..0000000
--- a/node_modules/core-js/es/array/virtual/copy-within.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.array.copy-within');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').copyWithin;
diff --git a/node_modules/core-js/es/array/virtual/entries.js b/node_modules/core-js/es/array/virtual/entries.js
deleted file mode 100644
index 1ce2e78..0000000
--- a/node_modules/core-js/es/array/virtual/entries.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.array.iterator');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').entries;
diff --git a/node_modules/core-js/es/array/virtual/every.js b/node_modules/core-js/es/array/virtual/every.js
deleted file mode 100644
index cc45acc..0000000
--- a/node_modules/core-js/es/array/virtual/every.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.array.every');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').every;
diff --git a/node_modules/core-js/es/array/virtual/fill.js b/node_modules/core-js/es/array/virtual/fill.js
deleted file mode 100644
index 75b5c8b..0000000
--- a/node_modules/core-js/es/array/virtual/fill.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.array.fill');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').fill;
diff --git a/node_modules/core-js/es/array/virtual/filter-out.js b/node_modules/core-js/es/array/virtual/filter-out.js
deleted file mode 100644
index 8f5a921..0000000
--- a/node_modules/core-js/es/array/virtual/filter-out.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/esnext.array.filter-out');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').filterOut;
diff --git a/node_modules/core-js/es/array/virtual/filter.js b/node_modules/core-js/es/array/virtual/filter.js
deleted file mode 100644
index 90cb323..0000000
--- a/node_modules/core-js/es/array/virtual/filter.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.array.filter');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').filter;
diff --git a/node_modules/core-js/es/array/virtual/find-index.js b/node_modules/core-js/es/array/virtual/find-index.js
deleted file mode 100644
index ff1a621..0000000
--- a/node_modules/core-js/es/array/virtual/find-index.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.array.find-index');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').findIndex;
diff --git a/node_modules/core-js/es/array/virtual/find.js b/node_modules/core-js/es/array/virtual/find.js
deleted file mode 100644
index a4372bd..0000000
--- a/node_modules/core-js/es/array/virtual/find.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.array.find');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').find;
diff --git a/node_modules/core-js/es/array/virtual/flat-map.js b/node_modules/core-js/es/array/virtual/flat-map.js
deleted file mode 100644
index 9e379f4..0000000
--- a/node_modules/core-js/es/array/virtual/flat-map.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../../modules/es.array.flat-map');
-require('../../../modules/es.array.unscopables.flat-map');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').flatMap;
diff --git a/node_modules/core-js/es/array/virtual/flat.js b/node_modules/core-js/es/array/virtual/flat.js
deleted file mode 100644
index 60b772e..0000000
--- a/node_modules/core-js/es/array/virtual/flat.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../../modules/es.array.flat');
-require('../../../modules/es.array.unscopables.flat');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').flat;
diff --git a/node_modules/core-js/es/array/virtual/for-each.js b/node_modules/core-js/es/array/virtual/for-each.js
deleted file mode 100644
index c65b26c..0000000
--- a/node_modules/core-js/es/array/virtual/for-each.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.array.for-each');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').forEach;
diff --git a/node_modules/core-js/es/array/virtual/includes.js b/node_modules/core-js/es/array/virtual/includes.js
deleted file mode 100644
index 732d58b..0000000
--- a/node_modules/core-js/es/array/virtual/includes.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.array.includes');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').includes;
diff --git a/node_modules/core-js/es/array/virtual/index-of.js b/node_modules/core-js/es/array/virtual/index-of.js
deleted file mode 100644
index 074e191..0000000
--- a/node_modules/core-js/es/array/virtual/index-of.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.array.index-of');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').indexOf;
diff --git a/node_modules/core-js/es/array/virtual/index.js b/node_modules/core-js/es/array/virtual/index.js
deleted file mode 100644
index f1455e1..0000000
--- a/node_modules/core-js/es/array/virtual/index.js
+++ /dev/null
@@ -1,29 +0,0 @@
-require('../../../modules/es.array.concat');
-require('../../../modules/es.array.copy-within');
-require('../../../modules/es.array.every');
-require('../../../modules/es.array.fill');
-require('../../../modules/es.array.filter');
-require('../../../modules/es.array.find');
-require('../../../modules/es.array.find-index');
-require('../../../modules/es.array.flat');
-require('../../../modules/es.array.flat-map');
-require('../../../modules/es.array.for-each');
-require('../../../modules/es.array.includes');
-require('../../../modules/es.array.index-of');
-require('../../../modules/es.array.iterator');
-require('../../../modules/es.array.join');
-require('../../../modules/es.array.last-index-of');
-require('../../../modules/es.array.map');
-require('../../../modules/es.array.reduce');
-require('../../../modules/es.array.reduce-right');
-require('../../../modules/es.array.reverse');
-require('../../../modules/es.array.slice');
-require('../../../modules/es.array.some');
-require('../../../modules/es.array.sort');
-require('../../../modules/es.array.species');
-require('../../../modules/es.array.splice');
-require('../../../modules/es.array.unscopables.flat');
-require('../../../modules/es.array.unscopables.flat-map');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array');
diff --git a/node_modules/core-js/es/array/virtual/iterator.js b/node_modules/core-js/es/array/virtual/iterator.js
deleted file mode 100644
index cd9f502..0000000
--- a/node_modules/core-js/es/array/virtual/iterator.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.array.iterator');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').values;
diff --git a/node_modules/core-js/es/array/virtual/join.js b/node_modules/core-js/es/array/virtual/join.js
deleted file mode 100644
index 8cb329e..0000000
--- a/node_modules/core-js/es/array/virtual/join.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.array.join');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').join;
diff --git a/node_modules/core-js/es/array/virtual/keys.js b/node_modules/core-js/es/array/virtual/keys.js
deleted file mode 100644
index 2882990..0000000
--- a/node_modules/core-js/es/array/virtual/keys.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.array.iterator');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').keys;
diff --git a/node_modules/core-js/es/array/virtual/last-index-of.js b/node_modules/core-js/es/array/virtual/last-index-of.js
deleted file mode 100644
index ca1ae9b..0000000
--- a/node_modules/core-js/es/array/virtual/last-index-of.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.array.last-index-of');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').lastIndexOf;
diff --git a/node_modules/core-js/es/array/virtual/map.js b/node_modules/core-js/es/array/virtual/map.js
deleted file mode 100644
index 7205f96..0000000
--- a/node_modules/core-js/es/array/virtual/map.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.array.map');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').map;
diff --git a/node_modules/core-js/es/array/virtual/reduce-right.js b/node_modules/core-js/es/array/virtual/reduce-right.js
deleted file mode 100644
index 0ad5926..0000000
--- a/node_modules/core-js/es/array/virtual/reduce-right.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.array.reduce-right');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').reduceRight;
diff --git a/node_modules/core-js/es/array/virtual/reduce.js b/node_modules/core-js/es/array/virtual/reduce.js
deleted file mode 100644
index d9b01c4..0000000
--- a/node_modules/core-js/es/array/virtual/reduce.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.array.reduce');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').reduce;
diff --git a/node_modules/core-js/es/array/virtual/reverse.js b/node_modules/core-js/es/array/virtual/reverse.js
deleted file mode 100644
index 31ca6d8..0000000
--- a/node_modules/core-js/es/array/virtual/reverse.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.array.reverse');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').reverse;
diff --git a/node_modules/core-js/es/array/virtual/slice.js b/node_modules/core-js/es/array/virtual/slice.js
deleted file mode 100644
index f60f5d5..0000000
--- a/node_modules/core-js/es/array/virtual/slice.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.array.slice');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').slice;
diff --git a/node_modules/core-js/es/array/virtual/some.js b/node_modules/core-js/es/array/virtual/some.js
deleted file mode 100644
index a7ae18f..0000000
--- a/node_modules/core-js/es/array/virtual/some.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.array.some');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').some;
diff --git a/node_modules/core-js/es/array/virtual/sort.js b/node_modules/core-js/es/array/virtual/sort.js
deleted file mode 100644
index b7e0a46..0000000
--- a/node_modules/core-js/es/array/virtual/sort.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.array.sort');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').sort;
diff --git a/node_modules/core-js/es/array/virtual/splice.js b/node_modules/core-js/es/array/virtual/splice.js
deleted file mode 100644
index 2533cec..0000000
--- a/node_modules/core-js/es/array/virtual/splice.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.array.splice');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').splice;
diff --git a/node_modules/core-js/es/array/virtual/values.js b/node_modules/core-js/es/array/virtual/values.js
deleted file mode 100644
index cd9f502..0000000
--- a/node_modules/core-js/es/array/virtual/values.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.array.iterator');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').values;
diff --git a/node_modules/core-js/es/data-view/index.js b/node_modules/core-js/es/data-view/index.js
deleted file mode 100644
index da3582d..0000000
--- a/node_modules/core-js/es/data-view/index.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.data-view');
-require('../../modules/es.object.to-string');
-var path = require('../../internals/path');
-
-module.exports = path.DataView;
diff --git a/node_modules/core-js/es/date/index.js b/node_modules/core-js/es/date/index.js
deleted file mode 100644
index 88e7a58..0000000
--- a/node_modules/core-js/es/date/index.js
+++ /dev/null
@@ -1,8 +0,0 @@
-require('../../modules/es.date.now');
-require('../../modules/es.date.to-json');
-require('../../modules/es.date.to-iso-string');
-require('../../modules/es.date.to-string');
-require('../../modules/es.date.to-primitive');
-var path = require('../../internals/path');
-
-module.exports = path.Date;
diff --git a/node_modules/core-js/es/date/now.js b/node_modules/core-js/es/date/now.js
deleted file mode 100644
index ed6843e..0000000
--- a/node_modules/core-js/es/date/now.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.date.now');
-var path = require('../../internals/path');
-
-module.exports = path.Date.now;
diff --git a/node_modules/core-js/es/date/to-iso-string.js b/node_modules/core-js/es/date/to-iso-string.js
deleted file mode 100644
index ee06767..0000000
--- a/node_modules/core-js/es/date/to-iso-string.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.date.to-iso-string');
-require('../../modules/es.date.to-json');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Date', 'toISOString');
diff --git a/node_modules/core-js/es/date/to-json.js b/node_modules/core-js/es/date/to-json.js
deleted file mode 100644
index 1fa104a..0000000
--- a/node_modules/core-js/es/date/to-json.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.date.to-json');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Date', 'toJSON');
diff --git a/node_modules/core-js/es/date/to-primitive.js b/node_modules/core-js/es/date/to-primitive.js
deleted file mode 100644
index 07bdd33..0000000
--- a/node_modules/core-js/es/date/to-primitive.js
+++ /dev/null
@@ -1,6 +0,0 @@
-require('../../modules/es.date.to-primitive');
-var toPrimitive = require('../../internals/date-to-primitive');
-
-module.exports = function (it, hint) {
- return toPrimitive.call(it, hint);
-};
diff --git a/node_modules/core-js/es/date/to-string.js b/node_modules/core-js/es/date/to-string.js
deleted file mode 100644
index 18b7135..0000000
--- a/node_modules/core-js/es/date/to-string.js
+++ /dev/null
@@ -1,6 +0,0 @@
-require('../../modules/es.date.to-string');
-var dateToString = Date.prototype.toString;
-
-module.exports = function toString(it) {
- return dateToString.call(it);
-};
diff --git a/node_modules/core-js/es/function/bind.js b/node_modules/core-js/es/function/bind.js
deleted file mode 100644
index a3e3575..0000000
--- a/node_modules/core-js/es/function/bind.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.function.bind');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Function', 'bind');
diff --git a/node_modules/core-js/es/function/has-instance.js b/node_modules/core-js/es/function/has-instance.js
deleted file mode 100644
index 33722b0..0000000
--- a/node_modules/core-js/es/function/has-instance.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.function.has-instance');
-var wellKnownSymbol = require('../../internals/well-known-symbol');
-
-module.exports = Function[wellKnownSymbol('hasInstance')];
diff --git a/node_modules/core-js/es/function/index.js b/node_modules/core-js/es/function/index.js
deleted file mode 100644
index 9caa29d..0000000
--- a/node_modules/core-js/es/function/index.js
+++ /dev/null
@@ -1,6 +0,0 @@
-require('../../modules/es.function.bind');
-require('../../modules/es.function.name');
-require('../../modules/es.function.has-instance');
-var path = require('../../internals/path');
-
-module.exports = path.Function;
diff --git a/node_modules/core-js/es/function/name.js b/node_modules/core-js/es/function/name.js
deleted file mode 100644
index 43344db..0000000
--- a/node_modules/core-js/es/function/name.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.function.name');
diff --git a/node_modules/core-js/es/function/virtual/bind.js b/node_modules/core-js/es/function/virtual/bind.js
deleted file mode 100644
index 7ec110d..0000000
--- a/node_modules/core-js/es/function/virtual/bind.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.function.bind');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Function').bind;
diff --git a/node_modules/core-js/es/function/virtual/index.js b/node_modules/core-js/es/function/virtual/index.js
deleted file mode 100644
index 0a01135..0000000
--- a/node_modules/core-js/es/function/virtual/index.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.function.bind');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Function');
diff --git a/node_modules/core-js/es/global-this.js b/node_modules/core-js/es/global-this.js
deleted file mode 100644
index 5ffa1dd..0000000
--- a/node_modules/core-js/es/global-this.js
+++ /dev/null
@@ -1,3 +0,0 @@
-require('../modules/es.global-this');
-
-module.exports = require('../internals/global');
diff --git a/node_modules/core-js/es/index.js b/node_modules/core-js/es/index.js
deleted file mode 100644
index d885122..0000000
--- a/node_modules/core-js/es/index.js
+++ /dev/null
@@ -1,214 +0,0 @@
-require('../modules/es.symbol');
-require('../modules/es.symbol.async-iterator');
-require('../modules/es.symbol.description');
-require('../modules/es.symbol.has-instance');
-require('../modules/es.symbol.is-concat-spreadable');
-require('../modules/es.symbol.iterator');
-require('../modules/es.symbol.match');
-require('../modules/es.symbol.match-all');
-require('../modules/es.symbol.replace');
-require('../modules/es.symbol.search');
-require('../modules/es.symbol.species');
-require('../modules/es.symbol.split');
-require('../modules/es.symbol.to-primitive');
-require('../modules/es.symbol.to-string-tag');
-require('../modules/es.symbol.unscopables');
-require('../modules/es.aggregate-error');
-require('../modules/es.array.from');
-require('../modules/es.array.is-array');
-require('../modules/es.array.of');
-require('../modules/es.array.concat');
-require('../modules/es.array.copy-within');
-require('../modules/es.array.every');
-require('../modules/es.array.fill');
-require('../modules/es.array.filter');
-require('../modules/es.array.find');
-require('../modules/es.array.find-index');
-require('../modules/es.array.flat');
-require('../modules/es.array.flat-map');
-require('../modules/es.array.for-each');
-require('../modules/es.array.includes');
-require('../modules/es.array.index-of');
-require('../modules/es.array.join');
-require('../modules/es.array.last-index-of');
-require('../modules/es.array.map');
-require('../modules/es.array.reduce');
-require('../modules/es.array.reduce-right');
-require('../modules/es.array.reverse');
-require('../modules/es.array.slice');
-require('../modules/es.array.some');
-require('../modules/es.array.sort');
-require('../modules/es.array.splice');
-require('../modules/es.array.species');
-require('../modules/es.array.unscopables.flat');
-require('../modules/es.array.unscopables.flat-map');
-require('../modules/es.array.iterator');
-require('../modules/es.function.bind');
-require('../modules/es.function.name');
-require('../modules/es.function.has-instance');
-require('../modules/es.global-this');
-require('../modules/es.object.assign');
-require('../modules/es.object.create');
-require('../modules/es.object.define-property');
-require('../modules/es.object.define-properties');
-require('../modules/es.object.entries');
-require('../modules/es.object.freeze');
-require('../modules/es.object.from-entries');
-require('../modules/es.object.get-own-property-descriptor');
-require('../modules/es.object.get-own-property-descriptors');
-require('../modules/es.object.get-own-property-names');
-require('../modules/es.object.get-prototype-of');
-require('../modules/es.object.is');
-require('../modules/es.object.is-extensible');
-require('../modules/es.object.is-frozen');
-require('../modules/es.object.is-sealed');
-require('../modules/es.object.keys');
-require('../modules/es.object.prevent-extensions');
-require('../modules/es.object.seal');
-require('../modules/es.object.set-prototype-of');
-require('../modules/es.object.values');
-require('../modules/es.object.to-string');
-require('../modules/es.object.define-getter');
-require('../modules/es.object.define-setter');
-require('../modules/es.object.lookup-getter');
-require('../modules/es.object.lookup-setter');
-require('../modules/es.string.from-code-point');
-require('../modules/es.string.raw');
-require('../modules/es.string.code-point-at');
-require('../modules/es.string.ends-with');
-require('../modules/es.string.includes');
-require('../modules/es.string.match');
-require('../modules/es.string.match-all');
-require('../modules/es.string.pad-end');
-require('../modules/es.string.pad-start');
-require('../modules/es.string.repeat');
-require('../modules/es.string.replace');
-require('../modules/es.string.search');
-require('../modules/es.string.split');
-require('../modules/es.string.starts-with');
-require('../modules/es.string.trim');
-require('../modules/es.string.trim-start');
-require('../modules/es.string.trim-end');
-require('../modules/es.string.iterator');
-require('../modules/es.string.anchor');
-require('../modules/es.string.big');
-require('../modules/es.string.blink');
-require('../modules/es.string.bold');
-require('../modules/es.string.fixed');
-require('../modules/es.string.fontcolor');
-require('../modules/es.string.fontsize');
-require('../modules/es.string.italics');
-require('../modules/es.string.link');
-require('../modules/es.string.small');
-require('../modules/es.string.strike');
-require('../modules/es.string.sub');
-require('../modules/es.string.sup');
-require('../modules/es.string.replace-all');
-require('../modules/es.regexp.constructor');
-require('../modules/es.regexp.exec');
-require('../modules/es.regexp.flags');
-require('../modules/es.regexp.sticky');
-require('../modules/es.regexp.test');
-require('../modules/es.regexp.to-string');
-require('../modules/es.parse-int');
-require('../modules/es.parse-float');
-require('../modules/es.number.constructor');
-require('../modules/es.number.epsilon');
-require('../modules/es.number.is-finite');
-require('../modules/es.number.is-integer');
-require('../modules/es.number.is-nan');
-require('../modules/es.number.is-safe-integer');
-require('../modules/es.number.max-safe-integer');
-require('../modules/es.number.min-safe-integer');
-require('../modules/es.number.parse-float');
-require('../modules/es.number.parse-int');
-require('../modules/es.number.to-fixed');
-require('../modules/es.number.to-precision');
-require('../modules/es.math.acosh');
-require('../modules/es.math.asinh');
-require('../modules/es.math.atanh');
-require('../modules/es.math.cbrt');
-require('../modules/es.math.clz32');
-require('../modules/es.math.cosh');
-require('../modules/es.math.expm1');
-require('../modules/es.math.fround');
-require('../modules/es.math.hypot');
-require('../modules/es.math.imul');
-require('../modules/es.math.log10');
-require('../modules/es.math.log1p');
-require('../modules/es.math.log2');
-require('../modules/es.math.sign');
-require('../modules/es.math.sinh');
-require('../modules/es.math.tanh');
-require('../modules/es.math.to-string-tag');
-require('../modules/es.math.trunc');
-require('../modules/es.date.now');
-require('../modules/es.date.to-json');
-require('../modules/es.date.to-iso-string');
-require('../modules/es.date.to-string');
-require('../modules/es.date.to-primitive');
-require('../modules/es.json.stringify');
-require('../modules/es.json.to-string-tag');
-require('../modules/es.promise');
-require('../modules/es.promise.all-settled');
-require('../modules/es.promise.any');
-require('../modules/es.promise.finally');
-require('../modules/es.map');
-require('../modules/es.set');
-require('../modules/es.weak-map');
-require('../modules/es.weak-set');
-require('../modules/es.array-buffer.constructor');
-require('../modules/es.array-buffer.is-view');
-require('../modules/es.array-buffer.slice');
-require('../modules/es.data-view');
-require('../modules/es.typed-array.int8-array');
-require('../modules/es.typed-array.uint8-array');
-require('../modules/es.typed-array.uint8-clamped-array');
-require('../modules/es.typed-array.int16-array');
-require('../modules/es.typed-array.uint16-array');
-require('../modules/es.typed-array.int32-array');
-require('../modules/es.typed-array.uint32-array');
-require('../modules/es.typed-array.float32-array');
-require('../modules/es.typed-array.float64-array');
-require('../modules/es.typed-array.from');
-require('../modules/es.typed-array.of');
-require('../modules/es.typed-array.copy-within');
-require('../modules/es.typed-array.every');
-require('../modules/es.typed-array.fill');
-require('../modules/es.typed-array.filter');
-require('../modules/es.typed-array.find');
-require('../modules/es.typed-array.find-index');
-require('../modules/es.typed-array.for-each');
-require('../modules/es.typed-array.includes');
-require('../modules/es.typed-array.index-of');
-require('../modules/es.typed-array.iterator');
-require('../modules/es.typed-array.join');
-require('../modules/es.typed-array.last-index-of');
-require('../modules/es.typed-array.map');
-require('../modules/es.typed-array.reduce');
-require('../modules/es.typed-array.reduce-right');
-require('../modules/es.typed-array.reverse');
-require('../modules/es.typed-array.set');
-require('../modules/es.typed-array.slice');
-require('../modules/es.typed-array.some');
-require('../modules/es.typed-array.sort');
-require('../modules/es.typed-array.subarray');
-require('../modules/es.typed-array.to-locale-string');
-require('../modules/es.typed-array.to-string');
-require('../modules/es.reflect.apply');
-require('../modules/es.reflect.construct');
-require('../modules/es.reflect.define-property');
-require('../modules/es.reflect.delete-property');
-require('../modules/es.reflect.get');
-require('../modules/es.reflect.get-own-property-descriptor');
-require('../modules/es.reflect.get-prototype-of');
-require('../modules/es.reflect.has');
-require('../modules/es.reflect.is-extensible');
-require('../modules/es.reflect.own-keys');
-require('../modules/es.reflect.prevent-extensions');
-require('../modules/es.reflect.set');
-require('../modules/es.reflect.set-prototype-of');
-require('../modules/es.reflect.to-string-tag');
-var path = require('../internals/path');
-
-module.exports = path;
diff --git a/node_modules/core-js/es/instance/bind.js b/node_modules/core-js/es/instance/bind.js
deleted file mode 100644
index 11f932a..0000000
--- a/node_modules/core-js/es/instance/bind.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var bind = require('../function/virtual/bind');
-
-var FunctionPrototype = Function.prototype;
-
-module.exports = function (it) {
- var own = it.bind;
- return it === FunctionPrototype || (it instanceof Function && own === FunctionPrototype.bind) ? bind : own;
-};
diff --git a/node_modules/core-js/es/instance/code-point-at.js b/node_modules/core-js/es/instance/code-point-at.js
deleted file mode 100644
index c4eaa42..0000000
--- a/node_modules/core-js/es/instance/code-point-at.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var codePointAt = require('../string/virtual/code-point-at');
-
-var StringPrototype = String.prototype;
-
-module.exports = function (it) {
- var own = it.codePointAt;
- return typeof it === 'string' || it === StringPrototype
- || (it instanceof String && own === StringPrototype.codePointAt) ? codePointAt : own;
-};
diff --git a/node_modules/core-js/es/instance/concat.js b/node_modules/core-js/es/instance/concat.js
deleted file mode 100644
index 87b7413..0000000
--- a/node_modules/core-js/es/instance/concat.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var concat = require('../array/virtual/concat');
-
-var ArrayPrototype = Array.prototype;
-
-module.exports = function (it) {
- var own = it.concat;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.concat) ? concat : own;
-};
diff --git a/node_modules/core-js/es/instance/copy-within.js b/node_modules/core-js/es/instance/copy-within.js
deleted file mode 100644
index c59f52d..0000000
--- a/node_modules/core-js/es/instance/copy-within.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var copyWithin = require('../array/virtual/copy-within');
-
-var ArrayPrototype = Array.prototype;
-
-module.exports = function (it) {
- var own = it.copyWithin;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.copyWithin) ? copyWithin : own;
-};
diff --git a/node_modules/core-js/es/instance/ends-with.js b/node_modules/core-js/es/instance/ends-with.js
deleted file mode 100644
index 532d6f7..0000000
--- a/node_modules/core-js/es/instance/ends-with.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var endsWith = require('../string/virtual/ends-with');
-
-var StringPrototype = String.prototype;
-
-module.exports = function (it) {
- var own = it.endsWith;
- return typeof it === 'string' || it === StringPrototype
- || (it instanceof String && own === StringPrototype.endsWith) ? endsWith : own;
-};
diff --git a/node_modules/core-js/es/instance/entries.js b/node_modules/core-js/es/instance/entries.js
deleted file mode 100644
index 8aedc41..0000000
--- a/node_modules/core-js/es/instance/entries.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var entries = require('../array/virtual/entries');
-
-var ArrayPrototype = Array.prototype;
-
-module.exports = function (it) {
- var own = it.entries;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.entries) ? entries : own;
-};
diff --git a/node_modules/core-js/es/instance/every.js b/node_modules/core-js/es/instance/every.js
deleted file mode 100644
index 1faaccb..0000000
--- a/node_modules/core-js/es/instance/every.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var every = require('../array/virtual/every');
-
-var ArrayPrototype = Array.prototype;
-
-module.exports = function (it) {
- var own = it.every;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.every) ? every : own;
-};
diff --git a/node_modules/core-js/es/instance/fill.js b/node_modules/core-js/es/instance/fill.js
deleted file mode 100644
index 5d0f22b..0000000
--- a/node_modules/core-js/es/instance/fill.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var fill = require('../array/virtual/fill');
-
-var ArrayPrototype = Array.prototype;
-
-module.exports = function (it) {
- var own = it.fill;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.fill) ? fill : own;
-};
diff --git a/node_modules/core-js/es/instance/filter.js b/node_modules/core-js/es/instance/filter.js
deleted file mode 100644
index 8ba32b6..0000000
--- a/node_modules/core-js/es/instance/filter.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var filter = require('../array/virtual/filter');
-
-var ArrayPrototype = Array.prototype;
-
-module.exports = function (it) {
- var own = it.filter;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.filter) ? filter : own;
-};
diff --git a/node_modules/core-js/es/instance/find-index.js b/node_modules/core-js/es/instance/find-index.js
deleted file mode 100644
index 27a0583..0000000
--- a/node_modules/core-js/es/instance/find-index.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var findIndex = require('../array/virtual/find-index');
-
-var ArrayPrototype = Array.prototype;
-
-module.exports = function (it) {
- var own = it.findIndex;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.findIndex) ? findIndex : own;
-};
diff --git a/node_modules/core-js/es/instance/find.js b/node_modules/core-js/es/instance/find.js
deleted file mode 100644
index 70443c7..0000000
--- a/node_modules/core-js/es/instance/find.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var find = require('../array/virtual/find');
-
-var ArrayPrototype = Array.prototype;
-
-module.exports = function (it) {
- var own = it.find;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.find) ? find : own;
-};
diff --git a/node_modules/core-js/es/instance/flags.js b/node_modules/core-js/es/instance/flags.js
deleted file mode 100644
index f0b9114..0000000
--- a/node_modules/core-js/es/instance/flags.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var flags = require('../regexp/flags');
-
-var RegExpPrototype = RegExp.prototype;
-
-module.exports = function (it) {
- return (it === RegExpPrototype || it instanceof RegExp) && !('flags' in it) ? flags(it) : it.flags;
-};
diff --git a/node_modules/core-js/es/instance/flat-map.js b/node_modules/core-js/es/instance/flat-map.js
deleted file mode 100644
index eca5a41..0000000
--- a/node_modules/core-js/es/instance/flat-map.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var flatMap = require('../array/virtual/flat-map');
-
-var ArrayPrototype = Array.prototype;
-
-module.exports = function (it) {
- var own = it.flatMap;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.flatMap) ? flatMap : own;
-};
diff --git a/node_modules/core-js/es/instance/flat.js b/node_modules/core-js/es/instance/flat.js
deleted file mode 100644
index 186a729..0000000
--- a/node_modules/core-js/es/instance/flat.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var flat = require('../array/virtual/flat');
-
-var ArrayPrototype = Array.prototype;
-
-module.exports = function (it) {
- var own = it.flat;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.flat) ? flat : own;
-};
diff --git a/node_modules/core-js/es/instance/for-each.js b/node_modules/core-js/es/instance/for-each.js
deleted file mode 100644
index 3a2e6a9..0000000
--- a/node_modules/core-js/es/instance/for-each.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var forEach = require('../array/virtual/for-each');
-
-var ArrayPrototype = Array.prototype;
-
-module.exports = function (it) {
- var own = it.forEach;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.forEach) ? forEach : own;
-};
diff --git a/node_modules/core-js/es/instance/includes.js b/node_modules/core-js/es/instance/includes.js
deleted file mode 100644
index d282373..0000000
--- a/node_modules/core-js/es/instance/includes.js
+++ /dev/null
@@ -1,13 +0,0 @@
-var arrayIncludes = require('../array/virtual/includes');
-var stringIncludes = require('../string/virtual/includes');
-
-var ArrayPrototype = Array.prototype;
-var StringPrototype = String.prototype;
-
-module.exports = function (it) {
- var own = it.includes;
- if (it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.includes)) return arrayIncludes;
- if (typeof it === 'string' || it === StringPrototype || (it instanceof String && own === StringPrototype.includes)) {
- return stringIncludes;
- } return own;
-};
diff --git a/node_modules/core-js/es/instance/index-of.js b/node_modules/core-js/es/instance/index-of.js
deleted file mode 100644
index a5fa42a..0000000
--- a/node_modules/core-js/es/instance/index-of.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var indexOf = require('../array/virtual/index-of');
-
-var ArrayPrototype = Array.prototype;
-
-module.exports = function (it) {
- var own = it.indexOf;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.indexOf) ? indexOf : own;
-};
diff --git a/node_modules/core-js/es/instance/keys.js b/node_modules/core-js/es/instance/keys.js
deleted file mode 100644
index 0e2dca2..0000000
--- a/node_modules/core-js/es/instance/keys.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var keys = require('../array/virtual/keys');
-
-var ArrayPrototype = Array.prototype;
-
-module.exports = function (it) {
- var own = it.keys;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.keys) ? keys : own;
-};
diff --git a/node_modules/core-js/es/instance/last-index-of.js b/node_modules/core-js/es/instance/last-index-of.js
deleted file mode 100644
index 729bc65..0000000
--- a/node_modules/core-js/es/instance/last-index-of.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var lastIndexOf = require('../array/virtual/last-index-of');
-
-var ArrayPrototype = Array.prototype;
-
-module.exports = function (it) {
- var own = it.lastIndexOf;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.lastIndexOf) ? lastIndexOf : own;
-};
diff --git a/node_modules/core-js/es/instance/map.js b/node_modules/core-js/es/instance/map.js
deleted file mode 100644
index 4d2d17f..0000000
--- a/node_modules/core-js/es/instance/map.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var map = require('../array/virtual/map');
-
-var ArrayPrototype = Array.prototype;
-
-module.exports = function (it) {
- var own = it.map;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.map) ? map : own;
-};
diff --git a/node_modules/core-js/es/instance/match-all.js b/node_modules/core-js/es/instance/match-all.js
deleted file mode 100644
index 2ab56b1..0000000
--- a/node_modules/core-js/es/instance/match-all.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var matchAll = require('../string/virtual/match-all');
-
-var StringPrototype = String.prototype;
-
-module.exports = function (it) {
- var own = it.matchAll;
- return typeof it === 'string' || it === StringPrototype
- || (it instanceof String && own === StringPrototype.matchAll) ? matchAll : own;
-};
diff --git a/node_modules/core-js/es/instance/pad-end.js b/node_modules/core-js/es/instance/pad-end.js
deleted file mode 100644
index 40ea603..0000000
--- a/node_modules/core-js/es/instance/pad-end.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var padEnd = require('../string/virtual/pad-end');
-
-var StringPrototype = String.prototype;
-
-module.exports = function (it) {
- var own = it.padEnd;
- return typeof it === 'string' || it === StringPrototype
- || (it instanceof String && own === StringPrototype.padEnd) ? padEnd : own;
-};
diff --git a/node_modules/core-js/es/instance/pad-start.js b/node_modules/core-js/es/instance/pad-start.js
deleted file mode 100644
index 1e3220c..0000000
--- a/node_modules/core-js/es/instance/pad-start.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var padStart = require('../string/virtual/pad-start');
-
-var StringPrototype = String.prototype;
-
-module.exports = function (it) {
- var own = it.padStart;
- return typeof it === 'string' || it === StringPrototype
- || (it instanceof String && own === StringPrototype.padStart) ? padStart : own;
-};
diff --git a/node_modules/core-js/es/instance/reduce-right.js b/node_modules/core-js/es/instance/reduce-right.js
deleted file mode 100644
index 6a8802f..0000000
--- a/node_modules/core-js/es/instance/reduce-right.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var reduceRight = require('../array/virtual/reduce-right');
-
-var ArrayPrototype = Array.prototype;
-
-module.exports = function (it) {
- var own = it.reduceRight;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.reduceRight) ? reduceRight : own;
-};
diff --git a/node_modules/core-js/es/instance/reduce.js b/node_modules/core-js/es/instance/reduce.js
deleted file mode 100644
index efa46a9..0000000
--- a/node_modules/core-js/es/instance/reduce.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var reduce = require('../array/virtual/reduce');
-
-var ArrayPrototype = Array.prototype;
-
-module.exports = function (it) {
- var own = it.reduce;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.reduce) ? reduce : own;
-};
diff --git a/node_modules/core-js/es/instance/repeat.js b/node_modules/core-js/es/instance/repeat.js
deleted file mode 100644
index d4c05ad..0000000
--- a/node_modules/core-js/es/instance/repeat.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var repeat = require('../string/virtual/repeat');
-
-var StringPrototype = String.prototype;
-
-module.exports = function (it) {
- var own = it.repeat;
- return typeof it === 'string' || it === StringPrototype
- || (it instanceof String && own === StringPrototype.repeat) ? repeat : own;
-};
diff --git a/node_modules/core-js/es/instance/replace-all.js b/node_modules/core-js/es/instance/replace-all.js
deleted file mode 100644
index d920a60..0000000
--- a/node_modules/core-js/es/instance/replace-all.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var replaceAll = require('../string/virtual/replace-all');
-
-var StringPrototype = String.prototype;
-
-module.exports = function (it) {
- var own = it.replaceAll;
- return typeof it === 'string' || it === StringPrototype
- || (it instanceof String && own === StringPrototype.replaceAll) ? replaceAll : own;
-};
diff --git a/node_modules/core-js/es/instance/reverse.js b/node_modules/core-js/es/instance/reverse.js
deleted file mode 100644
index ca4bfea..0000000
--- a/node_modules/core-js/es/instance/reverse.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var reverse = require('../array/virtual/reverse');
-
-var ArrayPrototype = Array.prototype;
-
-module.exports = function (it) {
- var own = it.reverse;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.reverse) ? reverse : own;
-};
diff --git a/node_modules/core-js/es/instance/slice.js b/node_modules/core-js/es/instance/slice.js
deleted file mode 100644
index 03ef7a7..0000000
--- a/node_modules/core-js/es/instance/slice.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var slice = require('../array/virtual/slice');
-
-var ArrayPrototype = Array.prototype;
-
-module.exports = function (it) {
- var own = it.slice;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.slice) ? slice : own;
-};
diff --git a/node_modules/core-js/es/instance/some.js b/node_modules/core-js/es/instance/some.js
deleted file mode 100644
index 562c11e..0000000
--- a/node_modules/core-js/es/instance/some.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var some = require('../array/virtual/some');
-
-var ArrayPrototype = Array.prototype;
-
-module.exports = function (it) {
- var own = it.some;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.some) ? some : own;
-};
diff --git a/node_modules/core-js/es/instance/sort.js b/node_modules/core-js/es/instance/sort.js
deleted file mode 100644
index 96edb80..0000000
--- a/node_modules/core-js/es/instance/sort.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var sort = require('../array/virtual/sort');
-
-var ArrayPrototype = Array.prototype;
-
-module.exports = function (it) {
- var own = it.sort;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.sort) ? sort : own;
-};
diff --git a/node_modules/core-js/es/instance/splice.js b/node_modules/core-js/es/instance/splice.js
deleted file mode 100644
index 5b907f4..0000000
--- a/node_modules/core-js/es/instance/splice.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var splice = require('../array/virtual/splice');
-
-var ArrayPrototype = Array.prototype;
-
-module.exports = function (it) {
- var own = it.splice;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.splice) ? splice : own;
-};
diff --git a/node_modules/core-js/es/instance/starts-with.js b/node_modules/core-js/es/instance/starts-with.js
deleted file mode 100644
index 99a01a7..0000000
--- a/node_modules/core-js/es/instance/starts-with.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var startsWith = require('../string/virtual/starts-with');
-
-var StringPrototype = String.prototype;
-
-module.exports = function (it) {
- var own = it.startsWith;
- return typeof it === 'string' || it === StringPrototype
- || (it instanceof String && own === StringPrototype.startsWith) ? startsWith : own;
-};
diff --git a/node_modules/core-js/es/instance/trim-end.js b/node_modules/core-js/es/instance/trim-end.js
deleted file mode 100644
index c004cba..0000000
--- a/node_modules/core-js/es/instance/trim-end.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var trimEnd = require('../string/virtual/trim-end');
-
-var StringPrototype = String.prototype;
-
-module.exports = function (it) {
- var own = it.trimEnd;
- return typeof it === 'string' || it === StringPrototype
- || (it instanceof String && own === StringPrototype.trimEnd) ? trimEnd : own;
-};
diff --git a/node_modules/core-js/es/instance/trim-left.js b/node_modules/core-js/es/instance/trim-left.js
deleted file mode 100644
index fc5c309..0000000
--- a/node_modules/core-js/es/instance/trim-left.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var trimLeft = require('../string/virtual/trim-left');
-
-var StringPrototype = String.prototype;
-
-module.exports = function (it) {
- var own = it.trimLeft;
- return typeof it === 'string' || it === StringPrototype
- || (it instanceof String && own === StringPrototype.trimLeft) ? trimLeft : own;
-};
diff --git a/node_modules/core-js/es/instance/trim-right.js b/node_modules/core-js/es/instance/trim-right.js
deleted file mode 100644
index ef38eff..0000000
--- a/node_modules/core-js/es/instance/trim-right.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var trimRight = require('../string/virtual/trim-right');
-
-var StringPrototype = String.prototype;
-
-module.exports = function (it) {
- var own = it.trimRight;
- return typeof it === 'string' || it === StringPrototype
- || (it instanceof String && own === StringPrototype.trimRight) ? trimRight : own;
-};
diff --git a/node_modules/core-js/es/instance/trim-start.js b/node_modules/core-js/es/instance/trim-start.js
deleted file mode 100644
index 74a89bd..0000000
--- a/node_modules/core-js/es/instance/trim-start.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var trimStart = require('../string/virtual/trim-start');
-
-var StringPrototype = String.prototype;
-
-module.exports = function (it) {
- var own = it.trimStart;
- return typeof it === 'string' || it === StringPrototype
- || (it instanceof String && own === StringPrototype.trimStart) ? trimStart : own;
-};
diff --git a/node_modules/core-js/es/instance/trim.js b/node_modules/core-js/es/instance/trim.js
deleted file mode 100644
index cdd3ed9..0000000
--- a/node_modules/core-js/es/instance/trim.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var trim = require('../string/virtual/trim');
-
-var StringPrototype = String.prototype;
-
-module.exports = function (it) {
- var own = it.trim;
- return typeof it === 'string' || it === StringPrototype
- || (it instanceof String && own === StringPrototype.trim) ? trim : own;
-};
diff --git a/node_modules/core-js/es/instance/values.js b/node_modules/core-js/es/instance/values.js
deleted file mode 100644
index 52c76df..0000000
--- a/node_modules/core-js/es/instance/values.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var values = require('../array/virtual/values');
-
-var ArrayPrototype = Array.prototype;
-
-module.exports = function (it) {
- var own = it.values;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.values) ? values : own;
-};
diff --git a/node_modules/core-js/es/json/index.js b/node_modules/core-js/es/json/index.js
deleted file mode 100644
index c16528a..0000000
--- a/node_modules/core-js/es/json/index.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.json.stringify');
-require('../../modules/es.json.to-string-tag');
-var path = require('../../internals/path');
-
-module.exports = path.JSON || (path.JSON = { stringify: JSON.stringify });
diff --git a/node_modules/core-js/es/json/stringify.js b/node_modules/core-js/es/json/stringify.js
deleted file mode 100644
index 5bbebc9..0000000
--- a/node_modules/core-js/es/json/stringify.js
+++ /dev/null
@@ -1,9 +0,0 @@
-require('../../modules/es.json.stringify');
-var core = require('../../internals/path');
-
-if (!core.JSON) core.JSON = { stringify: JSON.stringify };
-
-// eslint-disable-next-line no-unused-vars
-module.exports = function stringify(it, replacer, space) {
- return core.JSON.stringify.apply(null, arguments);
-};
diff --git a/node_modules/core-js/es/json/to-string-tag.js b/node_modules/core-js/es/json/to-string-tag.js
deleted file mode 100644
index 7ed4618..0000000
--- a/node_modules/core-js/es/json/to-string-tag.js
+++ /dev/null
@@ -1,3 +0,0 @@
-require('../../modules/es.json.to-string-tag');
-
-module.exports = 'JSON';
diff --git a/node_modules/core-js/es/map/index.js b/node_modules/core-js/es/map/index.js
deleted file mode 100644
index ab554cf..0000000
--- a/node_modules/core-js/es/map/index.js
+++ /dev/null
@@ -1,7 +0,0 @@
-require('../../modules/es.map');
-require('../../modules/es.object.to-string');
-require('../../modules/es.string.iterator');
-require('../../modules/web.dom-collections.iterator');
-var path = require('../../internals/path');
-
-module.exports = path.Map;
diff --git a/node_modules/core-js/es/math/acosh.js b/node_modules/core-js/es/math/acosh.js
deleted file mode 100644
index 0ef459b..0000000
--- a/node_modules/core-js/es/math/acosh.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.math.acosh');
-var path = require('../../internals/path');
-
-module.exports = path.Math.acosh;
diff --git a/node_modules/core-js/es/math/asinh.js b/node_modules/core-js/es/math/asinh.js
deleted file mode 100644
index f300ec4..0000000
--- a/node_modules/core-js/es/math/asinh.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.math.asinh');
-var path = require('../../internals/path');
-
-module.exports = path.Math.asinh;
diff --git a/node_modules/core-js/es/math/atanh.js b/node_modules/core-js/es/math/atanh.js
deleted file mode 100644
index 6ca6111..0000000
--- a/node_modules/core-js/es/math/atanh.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.math.atanh');
-var path = require('../../internals/path');
-
-module.exports = path.Math.atanh;
diff --git a/node_modules/core-js/es/math/cbrt.js b/node_modules/core-js/es/math/cbrt.js
deleted file mode 100644
index c8297a7..0000000
--- a/node_modules/core-js/es/math/cbrt.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.math.cbrt');
-var path = require('../../internals/path');
-
-module.exports = path.Math.cbrt;
diff --git a/node_modules/core-js/es/math/clz32.js b/node_modules/core-js/es/math/clz32.js
deleted file mode 100644
index a2ea307..0000000
--- a/node_modules/core-js/es/math/clz32.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.math.clz32');
-var path = require('../../internals/path');
-
-module.exports = path.Math.clz32;
diff --git a/node_modules/core-js/es/math/cosh.js b/node_modules/core-js/es/math/cosh.js
deleted file mode 100644
index 09dc191..0000000
--- a/node_modules/core-js/es/math/cosh.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.math.cosh');
-var path = require('../../internals/path');
-
-module.exports = path.Math.cosh;
diff --git a/node_modules/core-js/es/math/expm1.js b/node_modules/core-js/es/math/expm1.js
deleted file mode 100644
index 9657376..0000000
--- a/node_modules/core-js/es/math/expm1.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.math.expm1');
-var path = require('../../internals/path');
-
-module.exports = path.Math.expm1;
diff --git a/node_modules/core-js/es/math/fround.js b/node_modules/core-js/es/math/fround.js
deleted file mode 100644
index 41c7292..0000000
--- a/node_modules/core-js/es/math/fround.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.math.fround');
-var path = require('../../internals/path');
-
-module.exports = path.Math.fround;
diff --git a/node_modules/core-js/es/math/hypot.js b/node_modules/core-js/es/math/hypot.js
deleted file mode 100644
index 34d5175..0000000
--- a/node_modules/core-js/es/math/hypot.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.math.hypot');
-var path = require('../../internals/path');
-
-module.exports = path.Math.hypot;
diff --git a/node_modules/core-js/es/math/imul.js b/node_modules/core-js/es/math/imul.js
deleted file mode 100644
index 2f17f93..0000000
--- a/node_modules/core-js/es/math/imul.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.math.imul');
-var path = require('../../internals/path');
-
-module.exports = path.Math.imul;
diff --git a/node_modules/core-js/es/math/index.js b/node_modules/core-js/es/math/index.js
deleted file mode 100644
index 8986227..0000000
--- a/node_modules/core-js/es/math/index.js
+++ /dev/null
@@ -1,21 +0,0 @@
-require('../../modules/es.math.acosh');
-require('../../modules/es.math.asinh');
-require('../../modules/es.math.atanh');
-require('../../modules/es.math.cbrt');
-require('../../modules/es.math.clz32');
-require('../../modules/es.math.cosh');
-require('../../modules/es.math.expm1');
-require('../../modules/es.math.fround');
-require('../../modules/es.math.hypot');
-require('../../modules/es.math.imul');
-require('../../modules/es.math.log10');
-require('../../modules/es.math.log1p');
-require('../../modules/es.math.log2');
-require('../../modules/es.math.sign');
-require('../../modules/es.math.sinh');
-require('../../modules/es.math.tanh');
-require('../../modules/es.math.to-string-tag');
-require('../../modules/es.math.trunc');
-var path = require('../../internals/path');
-
-module.exports = path.Math;
diff --git a/node_modules/core-js/es/math/log10.js b/node_modules/core-js/es/math/log10.js
deleted file mode 100644
index b91166f..0000000
--- a/node_modules/core-js/es/math/log10.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.math.log10');
-var path = require('../../internals/path');
-
-module.exports = path.Math.log10;
diff --git a/node_modules/core-js/es/math/log1p.js b/node_modules/core-js/es/math/log1p.js
deleted file mode 100644
index a1d4db1..0000000
--- a/node_modules/core-js/es/math/log1p.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.math.log1p');
-var path = require('../../internals/path');
-
-module.exports = path.Math.log1p;
diff --git a/node_modules/core-js/es/math/log2.js b/node_modules/core-js/es/math/log2.js
deleted file mode 100644
index 99c0594..0000000
--- a/node_modules/core-js/es/math/log2.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.math.log2');
-var path = require('../../internals/path');
-
-module.exports = path.Math.log2;
diff --git a/node_modules/core-js/es/math/sign.js b/node_modules/core-js/es/math/sign.js
deleted file mode 100644
index 9f6eb95..0000000
--- a/node_modules/core-js/es/math/sign.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.math.sign');
-var path = require('../../internals/path');
-
-module.exports = path.Math.sign;
diff --git a/node_modules/core-js/es/math/sinh.js b/node_modules/core-js/es/math/sinh.js
deleted file mode 100644
index cf8d51a..0000000
--- a/node_modules/core-js/es/math/sinh.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.math.sinh');
-var path = require('../../internals/path');
-
-module.exports = path.Math.sinh;
diff --git a/node_modules/core-js/es/math/tanh.js b/node_modules/core-js/es/math/tanh.js
deleted file mode 100644
index 030c175..0000000
--- a/node_modules/core-js/es/math/tanh.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.math.tanh');
-var path = require('../../internals/path');
-
-module.exports = path.Math.tanh;
diff --git a/node_modules/core-js/es/math/to-string-tag.js b/node_modules/core-js/es/math/to-string-tag.js
deleted file mode 100644
index c8714c2..0000000
--- a/node_modules/core-js/es/math/to-string-tag.js
+++ /dev/null
@@ -1,3 +0,0 @@
-require('../../modules/es.math.to-string-tag');
-
-module.exports = 'Math';
diff --git a/node_modules/core-js/es/math/trunc.js b/node_modules/core-js/es/math/trunc.js
deleted file mode 100644
index 510337b..0000000
--- a/node_modules/core-js/es/math/trunc.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.math.trunc');
-var path = require('../../internals/path');
-
-module.exports = path.Math.trunc;
diff --git a/node_modules/core-js/es/number/constructor.js b/node_modules/core-js/es/number/constructor.js
deleted file mode 100644
index a77a1aa..0000000
--- a/node_modules/core-js/es/number/constructor.js
+++ /dev/null
@@ -1,3 +0,0 @@
-require('../../modules/es.number.constructor');
-
-module.exports = Number;
diff --git a/node_modules/core-js/es/number/epsilon.js b/node_modules/core-js/es/number/epsilon.js
deleted file mode 100644
index 627b077..0000000
--- a/node_modules/core-js/es/number/epsilon.js
+++ /dev/null
@@ -1,3 +0,0 @@
-require('../../modules/es.number.epsilon');
-
-module.exports = Math.pow(2, -52);
diff --git a/node_modules/core-js/es/number/index.js b/node_modules/core-js/es/number/index.js
deleted file mode 100644
index 1341b56..0000000
--- a/node_modules/core-js/es/number/index.js
+++ /dev/null
@@ -1,15 +0,0 @@
-require('../../modules/es.number.constructor');
-require('../../modules/es.number.epsilon');
-require('../../modules/es.number.is-finite');
-require('../../modules/es.number.is-integer');
-require('../../modules/es.number.is-nan');
-require('../../modules/es.number.is-safe-integer');
-require('../../modules/es.number.max-safe-integer');
-require('../../modules/es.number.min-safe-integer');
-require('../../modules/es.number.parse-float');
-require('../../modules/es.number.parse-int');
-require('../../modules/es.number.to-fixed');
-require('../../modules/es.number.to-precision');
-var path = require('../../internals/path');
-
-module.exports = path.Number;
diff --git a/node_modules/core-js/es/number/is-finite.js b/node_modules/core-js/es/number/is-finite.js
deleted file mode 100644
index dd16f9d..0000000
--- a/node_modules/core-js/es/number/is-finite.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.number.is-finite');
-var path = require('../../internals/path');
-
-module.exports = path.Number.isFinite;
diff --git a/node_modules/core-js/es/number/is-integer.js b/node_modules/core-js/es/number/is-integer.js
deleted file mode 100644
index c6734a9..0000000
--- a/node_modules/core-js/es/number/is-integer.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.number.is-integer');
-var path = require('../../internals/path');
-
-module.exports = path.Number.isInteger;
diff --git a/node_modules/core-js/es/number/is-nan.js b/node_modules/core-js/es/number/is-nan.js
deleted file mode 100644
index 9af93bb..0000000
--- a/node_modules/core-js/es/number/is-nan.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.number.is-nan');
-var path = require('../../internals/path');
-
-module.exports = path.Number.isNaN;
diff --git a/node_modules/core-js/es/number/is-safe-integer.js b/node_modules/core-js/es/number/is-safe-integer.js
deleted file mode 100644
index ec34c62..0000000
--- a/node_modules/core-js/es/number/is-safe-integer.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.number.is-safe-integer');
-var path = require('../../internals/path');
-
-module.exports = path.Number.isSafeInteger;
diff --git a/node_modules/core-js/es/number/max-safe-integer.js b/node_modules/core-js/es/number/max-safe-integer.js
deleted file mode 100644
index b901200..0000000
--- a/node_modules/core-js/es/number/max-safe-integer.js
+++ /dev/null
@@ -1,3 +0,0 @@
-require('../../modules/es.number.max-safe-integer');
-
-module.exports = 0x1FFFFFFFFFFFFF;
diff --git a/node_modules/core-js/es/number/min-safe-integer.js b/node_modules/core-js/es/number/min-safe-integer.js
deleted file mode 100644
index 3678895..0000000
--- a/node_modules/core-js/es/number/min-safe-integer.js
+++ /dev/null
@@ -1,3 +0,0 @@
-require('../../modules/es.number.min-safe-integer');
-
-module.exports = -0x1FFFFFFFFFFFFF;
diff --git a/node_modules/core-js/es/number/parse-float.js b/node_modules/core-js/es/number/parse-float.js
deleted file mode 100644
index 5d71e39..0000000
--- a/node_modules/core-js/es/number/parse-float.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.number.parse-float');
-var path = require('../../internals/path');
-
-module.exports = path.Number.parseFloat;
diff --git a/node_modules/core-js/es/number/parse-int.js b/node_modules/core-js/es/number/parse-int.js
deleted file mode 100644
index c833b0a..0000000
--- a/node_modules/core-js/es/number/parse-int.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.number.parse-int');
-var path = require('../../internals/path');
-
-module.exports = path.Number.parseInt;
diff --git a/node_modules/core-js/es/number/to-fixed.js b/node_modules/core-js/es/number/to-fixed.js
deleted file mode 100644
index e127124..0000000
--- a/node_modules/core-js/es/number/to-fixed.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.number.to-fixed');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Number', 'toFixed');
diff --git a/node_modules/core-js/es/number/to-precision.js b/node_modules/core-js/es/number/to-precision.js
deleted file mode 100644
index fd5b83b..0000000
--- a/node_modules/core-js/es/number/to-precision.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.number.to-precision');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Number', 'toPrecision');
diff --git a/node_modules/core-js/es/number/virtual/index.js b/node_modules/core-js/es/number/virtual/index.js
deleted file mode 100644
index 693aca9..0000000
--- a/node_modules/core-js/es/number/virtual/index.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../../modules/es.number.to-fixed');
-require('../../../modules/es.number.to-precision');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Number');
diff --git a/node_modules/core-js/es/number/virtual/to-fixed.js b/node_modules/core-js/es/number/virtual/to-fixed.js
deleted file mode 100644
index be7265d..0000000
--- a/node_modules/core-js/es/number/virtual/to-fixed.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.number.to-fixed');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Number').toFixed;
diff --git a/node_modules/core-js/es/number/virtual/to-precision.js b/node_modules/core-js/es/number/virtual/to-precision.js
deleted file mode 100644
index 701c5aa..0000000
--- a/node_modules/core-js/es/number/virtual/to-precision.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.number.to-precision');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Number').toPrecision;
diff --git a/node_modules/core-js/es/object/assign.js b/node_modules/core-js/es/object/assign.js
deleted file mode 100644
index b747e5b..0000000
--- a/node_modules/core-js/es/object/assign.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.object.assign');
-var path = require('../../internals/path');
-
-module.exports = path.Object.assign;
diff --git a/node_modules/core-js/es/object/create.js b/node_modules/core-js/es/object/create.js
deleted file mode 100644
index 6f060c9..0000000
--- a/node_modules/core-js/es/object/create.js
+++ /dev/null
@@ -1,8 +0,0 @@
-require('../../modules/es.object.create');
-var path = require('../../internals/path');
-
-var Object = path.Object;
-
-module.exports = function create(P, D) {
- return Object.create(P, D);
-};
diff --git a/node_modules/core-js/es/object/define-getter.js b/node_modules/core-js/es/object/define-getter.js
deleted file mode 100644
index 98b77a0..0000000
--- a/node_modules/core-js/es/object/define-getter.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.object.define-getter');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Object', '__defineGetter__');
diff --git a/node_modules/core-js/es/object/define-properties.js b/node_modules/core-js/es/object/define-properties.js
deleted file mode 100644
index 30c21aa..0000000
--- a/node_modules/core-js/es/object/define-properties.js
+++ /dev/null
@@ -1,10 +0,0 @@
-require('../../modules/es.object.define-properties');
-var path = require('../../internals/path');
-
-var Object = path.Object;
-
-var defineProperties = module.exports = function defineProperties(T, D) {
- return Object.defineProperties(T, D);
-};
-
-if (Object.defineProperties.sham) defineProperties.sham = true;
diff --git a/node_modules/core-js/es/object/define-property.js b/node_modules/core-js/es/object/define-property.js
deleted file mode 100644
index eb51b5f..0000000
--- a/node_modules/core-js/es/object/define-property.js
+++ /dev/null
@@ -1,10 +0,0 @@
-require('../../modules/es.object.define-property');
-var path = require('../../internals/path');
-
-var Object = path.Object;
-
-var defineProperty = module.exports = function defineProperty(it, key, desc) {
- return Object.defineProperty(it, key, desc);
-};
-
-if (Object.defineProperty.sham) defineProperty.sham = true;
diff --git a/node_modules/core-js/es/object/define-setter.js b/node_modules/core-js/es/object/define-setter.js
deleted file mode 100644
index ccae06a..0000000
--- a/node_modules/core-js/es/object/define-setter.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.object.define-setter');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Object', '__defineSetter__');
diff --git a/node_modules/core-js/es/object/entries.js b/node_modules/core-js/es/object/entries.js
deleted file mode 100644
index 4715ad1..0000000
--- a/node_modules/core-js/es/object/entries.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.object.entries');
-var path = require('../../internals/path');
-
-module.exports = path.Object.entries;
diff --git a/node_modules/core-js/es/object/freeze.js b/node_modules/core-js/es/object/freeze.js
deleted file mode 100644
index e50b82b..0000000
--- a/node_modules/core-js/es/object/freeze.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.object.freeze');
-var path = require('../../internals/path');
-
-module.exports = path.Object.freeze;
diff --git a/node_modules/core-js/es/object/from-entries.js b/node_modules/core-js/es/object/from-entries.js
deleted file mode 100644
index 530f16d..0000000
--- a/node_modules/core-js/es/object/from-entries.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.array.iterator');
-require('../../modules/es.object.from-entries');
-var path = require('../../internals/path');
-
-module.exports = path.Object.fromEntries;
diff --git a/node_modules/core-js/es/object/get-own-property-descriptor.js b/node_modules/core-js/es/object/get-own-property-descriptor.js
deleted file mode 100644
index 002c7ed..0000000
--- a/node_modules/core-js/es/object/get-own-property-descriptor.js
+++ /dev/null
@@ -1,10 +0,0 @@
-require('../../modules/es.object.get-own-property-descriptor');
-var path = require('../../internals/path');
-
-var Object = path.Object;
-
-var getOwnPropertyDescriptor = module.exports = function getOwnPropertyDescriptor(it, key) {
- return Object.getOwnPropertyDescriptor(it, key);
-};
-
-if (Object.getOwnPropertyDescriptor.sham) getOwnPropertyDescriptor.sham = true;
diff --git a/node_modules/core-js/es/object/get-own-property-descriptors.js b/node_modules/core-js/es/object/get-own-property-descriptors.js
deleted file mode 100644
index e94ed62..0000000
--- a/node_modules/core-js/es/object/get-own-property-descriptors.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.object.get-own-property-descriptors');
-var path = require('../../internals/path');
-
-module.exports = path.Object.getOwnPropertyDescriptors;
diff --git a/node_modules/core-js/es/object/get-own-property-names.js b/node_modules/core-js/es/object/get-own-property-names.js
deleted file mode 100644
index 4b353d3..0000000
--- a/node_modules/core-js/es/object/get-own-property-names.js
+++ /dev/null
@@ -1,8 +0,0 @@
-require('../../modules/es.object.get-own-property-names');
-var path = require('../../internals/path');
-
-var Object = path.Object;
-
-module.exports = function getOwnPropertyNames(it) {
- return Object.getOwnPropertyNames(it);
-};
diff --git a/node_modules/core-js/es/object/get-own-property-symbols.js b/node_modules/core-js/es/object/get-own-property-symbols.js
deleted file mode 100644
index b5c4b5b..0000000
--- a/node_modules/core-js/es/object/get-own-property-symbols.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.symbol');
-var path = require('../../internals/path');
-
-module.exports = path.Object.getOwnPropertySymbols;
diff --git a/node_modules/core-js/es/object/get-prototype-of.js b/node_modules/core-js/es/object/get-prototype-of.js
deleted file mode 100644
index 6c7c96d..0000000
--- a/node_modules/core-js/es/object/get-prototype-of.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.object.get-prototype-of');
-var path = require('../../internals/path');
-
-module.exports = path.Object.getPrototypeOf;
diff --git a/node_modules/core-js/es/object/index.js b/node_modules/core-js/es/object/index.js
deleted file mode 100644
index 6622055..0000000
--- a/node_modules/core-js/es/object/index.js
+++ /dev/null
@@ -1,32 +0,0 @@
-require('../../modules/es.symbol');
-require('../../modules/es.object.assign');
-require('../../modules/es.object.create');
-require('../../modules/es.object.define-property');
-require('../../modules/es.object.define-properties');
-require('../../modules/es.object.entries');
-require('../../modules/es.object.freeze');
-require('../../modules/es.object.from-entries');
-require('../../modules/es.object.get-own-property-descriptor');
-require('../../modules/es.object.get-own-property-descriptors');
-require('../../modules/es.object.get-own-property-names');
-require('../../modules/es.object.get-prototype-of');
-require('../../modules/es.object.is');
-require('../../modules/es.object.is-extensible');
-require('../../modules/es.object.is-frozen');
-require('../../modules/es.object.is-sealed');
-require('../../modules/es.object.keys');
-require('../../modules/es.object.prevent-extensions');
-require('../../modules/es.object.seal');
-require('../../modules/es.object.set-prototype-of');
-require('../../modules/es.object.values');
-require('../../modules/es.object.to-string');
-require('../../modules/es.object.define-getter');
-require('../../modules/es.object.define-setter');
-require('../../modules/es.object.lookup-getter');
-require('../../modules/es.object.lookup-setter');
-require('../../modules/es.json.to-string-tag');
-require('../../modules/es.math.to-string-tag');
-require('../../modules/es.reflect.to-string-tag');
-var path = require('../../internals/path');
-
-module.exports = path.Object;
diff --git a/node_modules/core-js/es/object/is-extensible.js b/node_modules/core-js/es/object/is-extensible.js
deleted file mode 100644
index c38f291..0000000
--- a/node_modules/core-js/es/object/is-extensible.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.object.is-extensible');
-var path = require('../../internals/path');
-
-module.exports = path.Object.isExtensible;
diff --git a/node_modules/core-js/es/object/is-frozen.js b/node_modules/core-js/es/object/is-frozen.js
deleted file mode 100644
index 39ee8d2..0000000
--- a/node_modules/core-js/es/object/is-frozen.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.object.is-frozen');
-var path = require('../../internals/path');
-
-module.exports = path.Object.isFrozen;
diff --git a/node_modules/core-js/es/object/is-sealed.js b/node_modules/core-js/es/object/is-sealed.js
deleted file mode 100644
index 113a488..0000000
--- a/node_modules/core-js/es/object/is-sealed.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.object.is-sealed');
-var path = require('../../internals/path');
-
-module.exports = path.Object.isSealed;
diff --git a/node_modules/core-js/es/object/is.js b/node_modules/core-js/es/object/is.js
deleted file mode 100644
index 5691bf9..0000000
--- a/node_modules/core-js/es/object/is.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.object.is');
-var path = require('../../internals/path');
-
-module.exports = path.Object.is;
diff --git a/node_modules/core-js/es/object/keys.js b/node_modules/core-js/es/object/keys.js
deleted file mode 100644
index c42f42e..0000000
--- a/node_modules/core-js/es/object/keys.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.object.keys');
-var path = require('../../internals/path');
-
-module.exports = path.Object.keys;
diff --git a/node_modules/core-js/es/object/lookup-getter.js b/node_modules/core-js/es/object/lookup-getter.js
deleted file mode 100644
index db2d70a..0000000
--- a/node_modules/core-js/es/object/lookup-getter.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.object.lookup-setter');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Object', '__lookupGetter__');
diff --git a/node_modules/core-js/es/object/lookup-setter.js b/node_modules/core-js/es/object/lookup-setter.js
deleted file mode 100644
index fb48fbf..0000000
--- a/node_modules/core-js/es/object/lookup-setter.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.object.lookup-setter');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Object', '__lookupSetter__');
diff --git a/node_modules/core-js/es/object/prevent-extensions.js b/node_modules/core-js/es/object/prevent-extensions.js
deleted file mode 100644
index 5a4a5f6..0000000
--- a/node_modules/core-js/es/object/prevent-extensions.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.object.prevent-extensions');
-var path = require('../../internals/path');
-
-module.exports = path.Object.preventExtensions;
diff --git a/node_modules/core-js/es/object/seal.js b/node_modules/core-js/es/object/seal.js
deleted file mode 100644
index 0db0262..0000000
--- a/node_modules/core-js/es/object/seal.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.object.seal');
-var path = require('../../internals/path');
-
-module.exports = path.Object.seal;
diff --git a/node_modules/core-js/es/object/set-prototype-of.js b/node_modules/core-js/es/object/set-prototype-of.js
deleted file mode 100644
index bab296a..0000000
--- a/node_modules/core-js/es/object/set-prototype-of.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.object.set-prototype-of');
-var path = require('../../internals/path');
-
-module.exports = path.Object.setPrototypeOf;
diff --git a/node_modules/core-js/es/object/to-string.js b/node_modules/core-js/es/object/to-string.js
deleted file mode 100644
index 77806ee..0000000
--- a/node_modules/core-js/es/object/to-string.js
+++ /dev/null
@@ -1,9 +0,0 @@
-require('../../modules/es.json.to-string-tag');
-require('../../modules/es.math.to-string-tag');
-require('../../modules/es.object.to-string');
-require('../../modules/es.reflect.to-string-tag');
-var classof = require('../../internals/classof');
-
-module.exports = function (it) {
- return '[object ' + classof(it) + ']';
-};
diff --git a/node_modules/core-js/es/object/values.js b/node_modules/core-js/es/object/values.js
deleted file mode 100644
index 84539f4..0000000
--- a/node_modules/core-js/es/object/values.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.object.values');
-var path = require('../../internals/path');
-
-module.exports = path.Object.values;
diff --git a/node_modules/core-js/es/parse-float.js b/node_modules/core-js/es/parse-float.js
deleted file mode 100644
index 3528d63..0000000
--- a/node_modules/core-js/es/parse-float.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../modules/es.parse-float');
-var path = require('../internals/path');
-
-module.exports = path.parseFloat;
diff --git a/node_modules/core-js/es/parse-int.js b/node_modules/core-js/es/parse-int.js
deleted file mode 100644
index 75cf127..0000000
--- a/node_modules/core-js/es/parse-int.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../modules/es.parse-int');
-var path = require('../internals/path');
-
-module.exports = path.parseInt;
diff --git a/node_modules/core-js/es/promise/all-settled.js b/node_modules/core-js/es/promise/all-settled.js
deleted file mode 100644
index b05ac7e..0000000
--- a/node_modules/core-js/es/promise/all-settled.js
+++ /dev/null
@@ -1,11 +0,0 @@
-'use strict';
-require('../../modules/es.promise');
-require('../../modules/es.promise.all-settled');
-var path = require('../../internals/path');
-
-var Promise = path.Promise;
-var $allSettled = Promise.allSettled;
-
-module.exports = function allSettled(iterable) {
- return $allSettled.call(typeof this === 'function' ? this : Promise, iterable);
-};
diff --git a/node_modules/core-js/es/promise/any.js b/node_modules/core-js/es/promise/any.js
deleted file mode 100644
index 18e234e..0000000
--- a/node_modules/core-js/es/promise/any.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-require('../../modules/es.aggregate-error');
-require('../../modules/es.promise');
-require('../../modules/es.promise.any');
-var path = require('../../internals/path');
-
-var Promise = path.Promise;
-var $any = Promise.any;
-
-module.exports = function any(iterable) {
- return $any.call(typeof this === 'function' ? this : Promise, iterable);
-};
diff --git a/node_modules/core-js/es/promise/finally.js b/node_modules/core-js/es/promise/finally.js
deleted file mode 100644
index 01d4282..0000000
--- a/node_modules/core-js/es/promise/finally.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.promise');
-require('../../modules/es.promise.finally');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Promise', 'finally');
diff --git a/node_modules/core-js/es/promise/index.js b/node_modules/core-js/es/promise/index.js
deleted file mode 100644
index 90afb54..0000000
--- a/node_modules/core-js/es/promise/index.js
+++ /dev/null
@@ -1,11 +0,0 @@
-require('../../modules/es.aggregate-error');
-require('../../modules/es.object.to-string');
-require('../../modules/es.promise');
-require('../../modules/es.promise.all-settled');
-require('../../modules/es.promise.any');
-require('../../modules/es.promise.finally');
-require('../../modules/es.string.iterator');
-require('../../modules/web.dom-collections.iterator');
-var path = require('../../internals/path');
-
-module.exports = path.Promise;
diff --git a/node_modules/core-js/es/reflect/apply.js b/node_modules/core-js/es/reflect/apply.js
deleted file mode 100644
index 0dbe128..0000000
--- a/node_modules/core-js/es/reflect/apply.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.reflect.apply');
-var path = require('../../internals/path');
-
-module.exports = path.Reflect.apply;
diff --git a/node_modules/core-js/es/reflect/construct.js b/node_modules/core-js/es/reflect/construct.js
deleted file mode 100644
index df90026..0000000
--- a/node_modules/core-js/es/reflect/construct.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.reflect.construct');
-var path = require('../../internals/path');
-
-module.exports = path.Reflect.construct;
diff --git a/node_modules/core-js/es/reflect/define-property.js b/node_modules/core-js/es/reflect/define-property.js
deleted file mode 100644
index 7b33dca..0000000
--- a/node_modules/core-js/es/reflect/define-property.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.reflect.define-property');
-var path = require('../../internals/path');
-
-module.exports = path.Reflect.defineProperty;
diff --git a/node_modules/core-js/es/reflect/delete-property.js b/node_modules/core-js/es/reflect/delete-property.js
deleted file mode 100644
index 0e023df..0000000
--- a/node_modules/core-js/es/reflect/delete-property.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.reflect.delete-property');
-var path = require('../../internals/path');
-
-module.exports = path.Reflect.deleteProperty;
diff --git a/node_modules/core-js/es/reflect/get-own-property-descriptor.js b/node_modules/core-js/es/reflect/get-own-property-descriptor.js
deleted file mode 100644
index 8c135a3..0000000
--- a/node_modules/core-js/es/reflect/get-own-property-descriptor.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.reflect.get-own-property-descriptor');
-var path = require('../../internals/path');
-
-module.exports = path.Reflect.getOwnPropertyDescriptor;
diff --git a/node_modules/core-js/es/reflect/get-prototype-of.js b/node_modules/core-js/es/reflect/get-prototype-of.js
deleted file mode 100644
index aca74f8..0000000
--- a/node_modules/core-js/es/reflect/get-prototype-of.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.reflect.get-prototype-of');
-var path = require('../../internals/path');
-
-module.exports = path.Reflect.getPrototypeOf;
diff --git a/node_modules/core-js/es/reflect/get.js b/node_modules/core-js/es/reflect/get.js
deleted file mode 100644
index 239e931..0000000
--- a/node_modules/core-js/es/reflect/get.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.reflect.get');
-var path = require('../../internals/path');
-
-module.exports = path.Reflect.get;
diff --git a/node_modules/core-js/es/reflect/has.js b/node_modules/core-js/es/reflect/has.js
deleted file mode 100644
index 0dbf29f..0000000
--- a/node_modules/core-js/es/reflect/has.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.reflect.has');
-var path = require('../../internals/path');
-
-module.exports = path.Reflect.has;
diff --git a/node_modules/core-js/es/reflect/index.js b/node_modules/core-js/es/reflect/index.js
deleted file mode 100644
index 0aa0961..0000000
--- a/node_modules/core-js/es/reflect/index.js
+++ /dev/null
@@ -1,17 +0,0 @@
-require('../../modules/es.reflect.apply');
-require('../../modules/es.reflect.construct');
-require('../../modules/es.reflect.define-property');
-require('../../modules/es.reflect.delete-property');
-require('../../modules/es.reflect.get');
-require('../../modules/es.reflect.get-own-property-descriptor');
-require('../../modules/es.reflect.get-prototype-of');
-require('../../modules/es.reflect.has');
-require('../../modules/es.reflect.is-extensible');
-require('../../modules/es.reflect.own-keys');
-require('../../modules/es.reflect.prevent-extensions');
-require('../../modules/es.reflect.set');
-require('../../modules/es.reflect.set-prototype-of');
-require('../../modules/es.reflect.to-string-tag');
-var path = require('../../internals/path');
-
-module.exports = path.Reflect;
diff --git a/node_modules/core-js/es/reflect/is-extensible.js b/node_modules/core-js/es/reflect/is-extensible.js
deleted file mode 100644
index c0943d2..0000000
--- a/node_modules/core-js/es/reflect/is-extensible.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.reflect.is-extensible');
-var path = require('../../internals/path');
-
-module.exports = path.Reflect.isExtensible;
diff --git a/node_modules/core-js/es/reflect/own-keys.js b/node_modules/core-js/es/reflect/own-keys.js
deleted file mode 100644
index 364fc81..0000000
--- a/node_modules/core-js/es/reflect/own-keys.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.reflect.own-keys');
-var path = require('../../internals/path');
-
-module.exports = path.Reflect.ownKeys;
diff --git a/node_modules/core-js/es/reflect/prevent-extensions.js b/node_modules/core-js/es/reflect/prevent-extensions.js
deleted file mode 100644
index 8687c1b..0000000
--- a/node_modules/core-js/es/reflect/prevent-extensions.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.reflect.prevent-extensions');
-var path = require('../../internals/path');
-
-module.exports = path.Reflect.preventExtensions;
diff --git a/node_modules/core-js/es/reflect/set-prototype-of.js b/node_modules/core-js/es/reflect/set-prototype-of.js
deleted file mode 100644
index 819148a..0000000
--- a/node_modules/core-js/es/reflect/set-prototype-of.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.reflect.set-prototype-of');
-var path = require('../../internals/path');
-
-module.exports = path.Reflect.setPrototypeOf;
diff --git a/node_modules/core-js/es/reflect/set.js b/node_modules/core-js/es/reflect/set.js
deleted file mode 100644
index 25ed86c..0000000
--- a/node_modules/core-js/es/reflect/set.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.reflect.set');
-var path = require('../../internals/path');
-
-module.exports = path.Reflect.set;
diff --git a/node_modules/core-js/es/reflect/to-string-tag.js b/node_modules/core-js/es/reflect/to-string-tag.js
deleted file mode 100644
index f04e791..0000000
--- a/node_modules/core-js/es/reflect/to-string-tag.js
+++ /dev/null
@@ -1,3 +0,0 @@
-require('../../modules/es.reflect.to-string-tag');
-
-module.exports = 'Reflect';
diff --git a/node_modules/core-js/es/regexp/constructor.js b/node_modules/core-js/es/regexp/constructor.js
deleted file mode 100644
index 195da54..0000000
--- a/node_modules/core-js/es/regexp/constructor.js
+++ /dev/null
@@ -1,3 +0,0 @@
-require('../../modules/es.regexp.constructor');
-
-module.exports = RegExp;
diff --git a/node_modules/core-js/es/regexp/flags.js b/node_modules/core-js/es/regexp/flags.js
deleted file mode 100644
index d3eed6d..0000000
--- a/node_modules/core-js/es/regexp/flags.js
+++ /dev/null
@@ -1,6 +0,0 @@
-require('../../modules/es.regexp.flags');
-var flags = require('../../internals/regexp-flags');
-
-module.exports = function (it) {
- return flags.call(it);
-};
diff --git a/node_modules/core-js/es/regexp/index.js b/node_modules/core-js/es/regexp/index.js
deleted file mode 100644
index 92c170a..0000000
--- a/node_modules/core-js/es/regexp/index.js
+++ /dev/null
@@ -1,10 +0,0 @@
-require('../../modules/es.regexp.constructor');
-require('../../modules/es.regexp.to-string');
-require('../../modules/es.regexp.exec');
-require('../../modules/es.regexp.flags');
-require('../../modules/es.regexp.sticky');
-require('../../modules/es.regexp.test');
-require('../../modules/es.string.match');
-require('../../modules/es.string.replace');
-require('../../modules/es.string.search');
-require('../../modules/es.string.split');
diff --git a/node_modules/core-js/es/regexp/match.js b/node_modules/core-js/es/regexp/match.js
deleted file mode 100644
index af0e2fa..0000000
--- a/node_modules/core-js/es/regexp/match.js
+++ /dev/null
@@ -1,8 +0,0 @@
-require('../../modules/es.string.match');
-var wellKnownSymbol = require('../../internals/well-known-symbol');
-
-var MATCH = wellKnownSymbol('match');
-
-module.exports = function (it, str) {
- return RegExp.prototype[MATCH].call(it, str);
-};
diff --git a/node_modules/core-js/es/regexp/replace.js b/node_modules/core-js/es/regexp/replace.js
deleted file mode 100644
index 1311b2a..0000000
--- a/node_modules/core-js/es/regexp/replace.js
+++ /dev/null
@@ -1,8 +0,0 @@
-require('../../modules/es.string.replace');
-var wellKnownSymbol = require('../../internals/well-known-symbol');
-
-var REPLACE = wellKnownSymbol('replace');
-
-module.exports = function (it, str, replacer) {
- return RegExp.prototype[REPLACE].call(it, str, replacer);
-};
diff --git a/node_modules/core-js/es/regexp/search.js b/node_modules/core-js/es/regexp/search.js
deleted file mode 100644
index 4adc913..0000000
--- a/node_modules/core-js/es/regexp/search.js
+++ /dev/null
@@ -1,8 +0,0 @@
-require('../../modules/es.string.search');
-var wellKnownSymbol = require('../../internals/well-known-symbol');
-
-var SEARCH = wellKnownSymbol('search');
-
-module.exports = function (it, str) {
- return RegExp.prototype[SEARCH].call(it, str);
-};
diff --git a/node_modules/core-js/es/regexp/split.js b/node_modules/core-js/es/regexp/split.js
deleted file mode 100644
index 49ae5f2..0000000
--- a/node_modules/core-js/es/regexp/split.js
+++ /dev/null
@@ -1,8 +0,0 @@
-require('../../modules/es.string.split');
-var wellKnownSymbol = require('../../internals/well-known-symbol');
-
-var SPLIT = wellKnownSymbol('split');
-
-module.exports = function (it, str, limit) {
- return RegExp.prototype[SPLIT].call(it, str, limit);
-};
diff --git a/node_modules/core-js/es/regexp/sticky.js b/node_modules/core-js/es/regexp/sticky.js
deleted file mode 100644
index eb33fb1..0000000
--- a/node_modules/core-js/es/regexp/sticky.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.regexp.sticky');
-
-module.exports = function (it) {
- return it.sticky;
-};
diff --git a/node_modules/core-js/es/regexp/test.js b/node_modules/core-js/es/regexp/test.js
deleted file mode 100644
index b71d4a0..0000000
--- a/node_modules/core-js/es/regexp/test.js
+++ /dev/null
@@ -1,6 +0,0 @@
-require('../../modules/es.regexp.exec');
-require('../../modules/es.regexp.test');
-
-module.exports = function (re, string) {
- return RegExp.prototype.test.call(re, string);
-};
diff --git a/node_modules/core-js/es/regexp/to-string.js b/node_modules/core-js/es/regexp/to-string.js
deleted file mode 100644
index 3072e63..0000000
--- a/node_modules/core-js/es/regexp/to-string.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.regexp.to-string');
-
-module.exports = function toString(it) {
- return RegExp.prototype.toString.call(it);
-};
diff --git a/node_modules/core-js/es/set/index.js b/node_modules/core-js/es/set/index.js
deleted file mode 100644
index 52322b6..0000000
--- a/node_modules/core-js/es/set/index.js
+++ /dev/null
@@ -1,7 +0,0 @@
-require('../../modules/es.set');
-require('../../modules/es.object.to-string');
-require('../../modules/es.string.iterator');
-require('../../modules/web.dom-collections.iterator');
-var path = require('../../internals/path');
-
-module.exports = path.Set;
diff --git a/node_modules/core-js/es/string/anchor.js b/node_modules/core-js/es/string/anchor.js
deleted file mode 100644
index 254317e..0000000
--- a/node_modules/core-js/es/string/anchor.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.anchor');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'anchor');
diff --git a/node_modules/core-js/es/string/big.js b/node_modules/core-js/es/string/big.js
deleted file mode 100644
index d0878eb..0000000
--- a/node_modules/core-js/es/string/big.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.big');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'big');
diff --git a/node_modules/core-js/es/string/blink.js b/node_modules/core-js/es/string/blink.js
deleted file mode 100644
index fc96d57..0000000
--- a/node_modules/core-js/es/string/blink.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.blink');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'blink');
diff --git a/node_modules/core-js/es/string/bold.js b/node_modules/core-js/es/string/bold.js
deleted file mode 100644
index f098a7a..0000000
--- a/node_modules/core-js/es/string/bold.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.bold');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'bold');
diff --git a/node_modules/core-js/es/string/code-point-at.js b/node_modules/core-js/es/string/code-point-at.js
deleted file mode 100644
index cbaaae3..0000000
--- a/node_modules/core-js/es/string/code-point-at.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.code-point-at');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'codePointAt');
diff --git a/node_modules/core-js/es/string/ends-with.js b/node_modules/core-js/es/string/ends-with.js
deleted file mode 100644
index 26d7ffe..0000000
--- a/node_modules/core-js/es/string/ends-with.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.ends-with');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'endsWith');
diff --git a/node_modules/core-js/es/string/fixed.js b/node_modules/core-js/es/string/fixed.js
deleted file mode 100644
index 099ada4..0000000
--- a/node_modules/core-js/es/string/fixed.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.fixed');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'fixed');
diff --git a/node_modules/core-js/es/string/fontcolor.js b/node_modules/core-js/es/string/fontcolor.js
deleted file mode 100644
index f3606f6..0000000
--- a/node_modules/core-js/es/string/fontcolor.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.fontcolor');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'fontcolor');
diff --git a/node_modules/core-js/es/string/fontsize.js b/node_modules/core-js/es/string/fontsize.js
deleted file mode 100644
index 499bfa5..0000000
--- a/node_modules/core-js/es/string/fontsize.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.fontsize');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'fontsize');
diff --git a/node_modules/core-js/es/string/from-code-point.js b/node_modules/core-js/es/string/from-code-point.js
deleted file mode 100644
index 1eff764..0000000
--- a/node_modules/core-js/es/string/from-code-point.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.from-code-point');
-var path = require('../../internals/path');
-
-module.exports = path.String.fromCodePoint;
diff --git a/node_modules/core-js/es/string/includes.js b/node_modules/core-js/es/string/includes.js
deleted file mode 100644
index 26d2ad9..0000000
--- a/node_modules/core-js/es/string/includes.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.includes');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'includes');
diff --git a/node_modules/core-js/es/string/index.js b/node_modules/core-js/es/string/index.js
deleted file mode 100644
index b145d77..0000000
--- a/node_modules/core-js/es/string/index.js
+++ /dev/null
@@ -1,36 +0,0 @@
-require('../../modules/es.regexp.exec');
-require('../../modules/es.string.from-code-point');
-require('../../modules/es.string.raw');
-require('../../modules/es.string.code-point-at');
-require('../../modules/es.string.ends-with');
-require('../../modules/es.string.includes');
-require('../../modules/es.string.match');
-require('../../modules/es.string.match-all');
-require('../../modules/es.string.pad-end');
-require('../../modules/es.string.pad-start');
-require('../../modules/es.string.repeat');
-require('../../modules/es.string.replace');
-require('../../modules/es.string.replace-all');
-require('../../modules/es.string.search');
-require('../../modules/es.string.split');
-require('../../modules/es.string.starts-with');
-require('../../modules/es.string.trim');
-require('../../modules/es.string.trim-start');
-require('../../modules/es.string.trim-end');
-require('../../modules/es.string.iterator');
-require('../../modules/es.string.anchor');
-require('../../modules/es.string.big');
-require('../../modules/es.string.blink');
-require('../../modules/es.string.bold');
-require('../../modules/es.string.fixed');
-require('../../modules/es.string.fontcolor');
-require('../../modules/es.string.fontsize');
-require('../../modules/es.string.italics');
-require('../../modules/es.string.link');
-require('../../modules/es.string.small');
-require('../../modules/es.string.strike');
-require('../../modules/es.string.sub');
-require('../../modules/es.string.sup');
-var path = require('../../internals/path');
-
-module.exports = path.String;
diff --git a/node_modules/core-js/es/string/italics.js b/node_modules/core-js/es/string/italics.js
deleted file mode 100644
index 6057f4f..0000000
--- a/node_modules/core-js/es/string/italics.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.italics');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'italics');
diff --git a/node_modules/core-js/es/string/iterator.js b/node_modules/core-js/es/string/iterator.js
deleted file mode 100644
index b6d9a1a..0000000
--- a/node_modules/core-js/es/string/iterator.js
+++ /dev/null
@@ -1,8 +0,0 @@
-require('../../modules/es.string.iterator');
-var Iterators = require('../../internals/iterators');
-
-var getStringIterator = Iterators.String;
-
-module.exports = function (it) {
- return getStringIterator.call(it);
-};
diff --git a/node_modules/core-js/es/string/link.js b/node_modules/core-js/es/string/link.js
deleted file mode 100644
index c195d61..0000000
--- a/node_modules/core-js/es/string/link.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.link');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'link');
diff --git a/node_modules/core-js/es/string/match-all.js b/node_modules/core-js/es/string/match-all.js
deleted file mode 100644
index e951f4e..0000000
--- a/node_modules/core-js/es/string/match-all.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.match-all');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'matchAll');
diff --git a/node_modules/core-js/es/string/match.js b/node_modules/core-js/es/string/match.js
deleted file mode 100644
index b484de0..0000000
--- a/node_modules/core-js/es/string/match.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.regexp.exec');
-require('../../modules/es.string.match');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'match');
diff --git a/node_modules/core-js/es/string/pad-end.js b/node_modules/core-js/es/string/pad-end.js
deleted file mode 100644
index 237b96d..0000000
--- a/node_modules/core-js/es/string/pad-end.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.pad-end');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'padEnd');
diff --git a/node_modules/core-js/es/string/pad-start.js b/node_modules/core-js/es/string/pad-start.js
deleted file mode 100644
index 250496f..0000000
--- a/node_modules/core-js/es/string/pad-start.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.pad-start');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'padStart');
diff --git a/node_modules/core-js/es/string/raw.js b/node_modules/core-js/es/string/raw.js
deleted file mode 100644
index e75c54c..0000000
--- a/node_modules/core-js/es/string/raw.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.raw');
-var path = require('../../internals/path');
-
-module.exports = path.String.raw;
diff --git a/node_modules/core-js/es/string/repeat.js b/node_modules/core-js/es/string/repeat.js
deleted file mode 100644
index bd6992b..0000000
--- a/node_modules/core-js/es/string/repeat.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.repeat');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'repeat');
diff --git a/node_modules/core-js/es/string/replace-all.js b/node_modules/core-js/es/string/replace-all.js
deleted file mode 100644
index 8bb6c99..0000000
--- a/node_modules/core-js/es/string/replace-all.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.replace-all');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'replaceAll');
diff --git a/node_modules/core-js/es/string/replace.js b/node_modules/core-js/es/string/replace.js
deleted file mode 100644
index 28b62e3..0000000
--- a/node_modules/core-js/es/string/replace.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.regexp.exec');
-require('../../modules/es.string.replace');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'replace');
diff --git a/node_modules/core-js/es/string/search.js b/node_modules/core-js/es/string/search.js
deleted file mode 100644
index bfb5ab0..0000000
--- a/node_modules/core-js/es/string/search.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.regexp.exec');
-require('../../modules/es.string.search');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'search');
diff --git a/node_modules/core-js/es/string/small.js b/node_modules/core-js/es/string/small.js
deleted file mode 100644
index 4e8780f..0000000
--- a/node_modules/core-js/es/string/small.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.small');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'small');
diff --git a/node_modules/core-js/es/string/split.js b/node_modules/core-js/es/string/split.js
deleted file mode 100644
index a890153..0000000
--- a/node_modules/core-js/es/string/split.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.regexp.exec');
-require('../../modules/es.string.split');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'split');
diff --git a/node_modules/core-js/es/string/starts-with.js b/node_modules/core-js/es/string/starts-with.js
deleted file mode 100644
index 2b22eba..0000000
--- a/node_modules/core-js/es/string/starts-with.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.starts-with');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'startsWith');
diff --git a/node_modules/core-js/es/string/strike.js b/node_modules/core-js/es/string/strike.js
deleted file mode 100644
index f986f9e..0000000
--- a/node_modules/core-js/es/string/strike.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.strike');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'strike');
diff --git a/node_modules/core-js/es/string/sub.js b/node_modules/core-js/es/string/sub.js
deleted file mode 100644
index 19c6c38..0000000
--- a/node_modules/core-js/es/string/sub.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.sub');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'sub');
diff --git a/node_modules/core-js/es/string/sup.js b/node_modules/core-js/es/string/sup.js
deleted file mode 100644
index 419785d..0000000
--- a/node_modules/core-js/es/string/sup.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.sup');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'sup');
diff --git a/node_modules/core-js/es/string/trim-end.js b/node_modules/core-js/es/string/trim-end.js
deleted file mode 100644
index 4304298..0000000
--- a/node_modules/core-js/es/string/trim-end.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.trim-end');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'trimRight');
diff --git a/node_modules/core-js/es/string/trim-left.js b/node_modules/core-js/es/string/trim-left.js
deleted file mode 100644
index a24dcde..0000000
--- a/node_modules/core-js/es/string/trim-left.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.trim-start');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'trimLeft');
diff --git a/node_modules/core-js/es/string/trim-right.js b/node_modules/core-js/es/string/trim-right.js
deleted file mode 100644
index 4304298..0000000
--- a/node_modules/core-js/es/string/trim-right.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.trim-end');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'trimRight');
diff --git a/node_modules/core-js/es/string/trim-start.js b/node_modules/core-js/es/string/trim-start.js
deleted file mode 100644
index a24dcde..0000000
--- a/node_modules/core-js/es/string/trim-start.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.trim-start');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'trimLeft');
diff --git a/node_modules/core-js/es/string/trim.js b/node_modules/core-js/es/string/trim.js
deleted file mode 100644
index 0fca933..0000000
--- a/node_modules/core-js/es/string/trim.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.string.trim');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'trim');
diff --git a/node_modules/core-js/es/string/virtual/anchor.js b/node_modules/core-js/es/string/virtual/anchor.js
deleted file mode 100644
index 3b5cf6b..0000000
--- a/node_modules/core-js/es/string/virtual/anchor.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.anchor');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').anchor;
diff --git a/node_modules/core-js/es/string/virtual/big.js b/node_modules/core-js/es/string/virtual/big.js
deleted file mode 100644
index a63bd0f..0000000
--- a/node_modules/core-js/es/string/virtual/big.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.big');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').big;
diff --git a/node_modules/core-js/es/string/virtual/blink.js b/node_modules/core-js/es/string/virtual/blink.js
deleted file mode 100644
index 8619c25..0000000
--- a/node_modules/core-js/es/string/virtual/blink.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.blink');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').blink;
diff --git a/node_modules/core-js/es/string/virtual/bold.js b/node_modules/core-js/es/string/virtual/bold.js
deleted file mode 100644
index 1f5419a..0000000
--- a/node_modules/core-js/es/string/virtual/bold.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.bold');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').bold;
diff --git a/node_modules/core-js/es/string/virtual/code-point-at.js b/node_modules/core-js/es/string/virtual/code-point-at.js
deleted file mode 100644
index c12691d..0000000
--- a/node_modules/core-js/es/string/virtual/code-point-at.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.code-point-at');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').codePointAt;
diff --git a/node_modules/core-js/es/string/virtual/ends-with.js b/node_modules/core-js/es/string/virtual/ends-with.js
deleted file mode 100644
index 81a1322..0000000
--- a/node_modules/core-js/es/string/virtual/ends-with.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.ends-with');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').endsWith;
diff --git a/node_modules/core-js/es/string/virtual/fixed.js b/node_modules/core-js/es/string/virtual/fixed.js
deleted file mode 100644
index b3b775f..0000000
--- a/node_modules/core-js/es/string/virtual/fixed.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.fixed');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').fixed;
diff --git a/node_modules/core-js/es/string/virtual/fontcolor.js b/node_modules/core-js/es/string/virtual/fontcolor.js
deleted file mode 100644
index 5b89a22..0000000
--- a/node_modules/core-js/es/string/virtual/fontcolor.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.fontcolor');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').fontcolor;
diff --git a/node_modules/core-js/es/string/virtual/fontsize.js b/node_modules/core-js/es/string/virtual/fontsize.js
deleted file mode 100644
index 28491b0..0000000
--- a/node_modules/core-js/es/string/virtual/fontsize.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.fontsize');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').fontsize;
diff --git a/node_modules/core-js/es/string/virtual/includes.js b/node_modules/core-js/es/string/virtual/includes.js
deleted file mode 100644
index e6d9fab..0000000
--- a/node_modules/core-js/es/string/virtual/includes.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.includes');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').includes;
diff --git a/node_modules/core-js/es/string/virtual/index.js b/node_modules/core-js/es/string/virtual/index.js
deleted file mode 100644
index 206f2b2..0000000
--- a/node_modules/core-js/es/string/virtual/index.js
+++ /dev/null
@@ -1,33 +0,0 @@
-require('../../../modules/es.string.code-point-at');
-require('../../../modules/es.string.ends-with');
-require('../../../modules/es.string.includes');
-require('../../../modules/es.string.match');
-require('../../../modules/es.string.match-all');
-require('../../../modules/es.string.pad-end');
-require('../../../modules/es.string.pad-start');
-require('../../../modules/es.string.repeat');
-require('../../../modules/es.string.replace');
-require('../../../modules/es.string.replace-all');
-require('../../../modules/es.string.search');
-require('../../../modules/es.string.split');
-require('../../../modules/es.string.starts-with');
-require('../../../modules/es.string.trim');
-require('../../../modules/es.string.trim-start');
-require('../../../modules/es.string.trim-end');
-require('../../../modules/es.string.iterator');
-require('../../../modules/es.string.anchor');
-require('../../../modules/es.string.big');
-require('../../../modules/es.string.blink');
-require('../../../modules/es.string.bold');
-require('../../../modules/es.string.fixed');
-require('../../../modules/es.string.fontcolor');
-require('../../../modules/es.string.fontsize');
-require('../../../modules/es.string.italics');
-require('../../../modules/es.string.link');
-require('../../../modules/es.string.small');
-require('../../../modules/es.string.strike');
-require('../../../modules/es.string.sub');
-require('../../../modules/es.string.sup');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String');
diff --git a/node_modules/core-js/es/string/virtual/italics.js b/node_modules/core-js/es/string/virtual/italics.js
deleted file mode 100644
index c6cf80b..0000000
--- a/node_modules/core-js/es/string/virtual/italics.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.italics');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').italics;
diff --git a/node_modules/core-js/es/string/virtual/iterator.js b/node_modules/core-js/es/string/virtual/iterator.js
deleted file mode 100644
index df1e2aa..0000000
--- a/node_modules/core-js/es/string/virtual/iterator.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.iterator');
-var Iterators = require('../../../internals/iterators');
-
-module.exports = Iterators.String;
diff --git a/node_modules/core-js/es/string/virtual/link.js b/node_modules/core-js/es/string/virtual/link.js
deleted file mode 100644
index d387e16..0000000
--- a/node_modules/core-js/es/string/virtual/link.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.link');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').link;
diff --git a/node_modules/core-js/es/string/virtual/match-all.js b/node_modules/core-js/es/string/virtual/match-all.js
deleted file mode 100644
index 6bad2f8..0000000
--- a/node_modules/core-js/es/string/virtual/match-all.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.match-all');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').matchAll;
diff --git a/node_modules/core-js/es/string/virtual/pad-end.js b/node_modules/core-js/es/string/virtual/pad-end.js
deleted file mode 100644
index a7d54de..0000000
--- a/node_modules/core-js/es/string/virtual/pad-end.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.pad-end');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').padEnd;
diff --git a/node_modules/core-js/es/string/virtual/pad-start.js b/node_modules/core-js/es/string/virtual/pad-start.js
deleted file mode 100644
index 7695cb2..0000000
--- a/node_modules/core-js/es/string/virtual/pad-start.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.pad-start');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').padStart;
diff --git a/node_modules/core-js/es/string/virtual/repeat.js b/node_modules/core-js/es/string/virtual/repeat.js
deleted file mode 100644
index dab88b5..0000000
--- a/node_modules/core-js/es/string/virtual/repeat.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.repeat');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').repeat;
diff --git a/node_modules/core-js/es/string/virtual/replace-all.js b/node_modules/core-js/es/string/virtual/replace-all.js
deleted file mode 100644
index 1a9e867..0000000
--- a/node_modules/core-js/es/string/virtual/replace-all.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.replace-all');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').replaceAll;
diff --git a/node_modules/core-js/es/string/virtual/small.js b/node_modules/core-js/es/string/virtual/small.js
deleted file mode 100644
index e9352a8..0000000
--- a/node_modules/core-js/es/string/virtual/small.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.small');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').small;
diff --git a/node_modules/core-js/es/string/virtual/starts-with.js b/node_modules/core-js/es/string/virtual/starts-with.js
deleted file mode 100644
index 917071b..0000000
--- a/node_modules/core-js/es/string/virtual/starts-with.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.starts-with');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').startsWith;
diff --git a/node_modules/core-js/es/string/virtual/strike.js b/node_modules/core-js/es/string/virtual/strike.js
deleted file mode 100644
index 971a129..0000000
--- a/node_modules/core-js/es/string/virtual/strike.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.strike');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').strike;
diff --git a/node_modules/core-js/es/string/virtual/sub.js b/node_modules/core-js/es/string/virtual/sub.js
deleted file mode 100644
index 0514fb8..0000000
--- a/node_modules/core-js/es/string/virtual/sub.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.sub');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').sub;
diff --git a/node_modules/core-js/es/string/virtual/sup.js b/node_modules/core-js/es/string/virtual/sup.js
deleted file mode 100644
index 61debf3..0000000
--- a/node_modules/core-js/es/string/virtual/sup.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.sup');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').sup;
diff --git a/node_modules/core-js/es/string/virtual/trim-end.js b/node_modules/core-js/es/string/virtual/trim-end.js
deleted file mode 100644
index 9c1d0c0..0000000
--- a/node_modules/core-js/es/string/virtual/trim-end.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.trim-end');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').trimRight;
diff --git a/node_modules/core-js/es/string/virtual/trim-left.js b/node_modules/core-js/es/string/virtual/trim-left.js
deleted file mode 100644
index 17cfc12..0000000
--- a/node_modules/core-js/es/string/virtual/trim-left.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.trim-start');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').trimLeft;
diff --git a/node_modules/core-js/es/string/virtual/trim-right.js b/node_modules/core-js/es/string/virtual/trim-right.js
deleted file mode 100644
index 9c1d0c0..0000000
--- a/node_modules/core-js/es/string/virtual/trim-right.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.trim-end');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').trimRight;
diff --git a/node_modules/core-js/es/string/virtual/trim-start.js b/node_modules/core-js/es/string/virtual/trim-start.js
deleted file mode 100644
index 17cfc12..0000000
--- a/node_modules/core-js/es/string/virtual/trim-start.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.trim-start');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').trimLeft;
diff --git a/node_modules/core-js/es/string/virtual/trim.js b/node_modules/core-js/es/string/virtual/trim.js
deleted file mode 100644
index 6d7b41d..0000000
--- a/node_modules/core-js/es/string/virtual/trim.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/es.string.trim');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').trim;
diff --git a/node_modules/core-js/es/symbol/async-iterator.js b/node_modules/core-js/es/symbol/async-iterator.js
deleted file mode 100644
index 672167f..0000000
--- a/node_modules/core-js/es/symbol/async-iterator.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.symbol.async-iterator');
-var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
-
-module.exports = WrappedWellKnownSymbolModule.f('asyncIterator');
diff --git a/node_modules/core-js/es/symbol/description.js b/node_modules/core-js/es/symbol/description.js
deleted file mode 100644
index 7bb4b2b..0000000
--- a/node_modules/core-js/es/symbol/description.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.symbol.description');
diff --git a/node_modules/core-js/es/symbol/for.js b/node_modules/core-js/es/symbol/for.js
deleted file mode 100644
index 9406c70..0000000
--- a/node_modules/core-js/es/symbol/for.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.symbol');
-var path = require('../../internals/path');
-
-module.exports = path.Symbol['for'];
diff --git a/node_modules/core-js/es/symbol/has-instance.js b/node_modules/core-js/es/symbol/has-instance.js
deleted file mode 100644
index 80cfe23..0000000
--- a/node_modules/core-js/es/symbol/has-instance.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.symbol.has-instance');
-require('../../modules/es.function.has-instance');
-var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
-
-module.exports = WrappedWellKnownSymbolModule.f('hasInstance');
diff --git a/node_modules/core-js/es/symbol/index.js b/node_modules/core-js/es/symbol/index.js
deleted file mode 100644
index ca8fcd5..0000000
--- a/node_modules/core-js/es/symbol/index.js
+++ /dev/null
@@ -1,23 +0,0 @@
-require('../../modules/es.array.concat');
-require('../../modules/es.object.to-string');
-require('../../modules/es.symbol');
-require('../../modules/es.symbol.async-iterator');
-require('../../modules/es.symbol.description');
-require('../../modules/es.symbol.has-instance');
-require('../../modules/es.symbol.is-concat-spreadable');
-require('../../modules/es.symbol.iterator');
-require('../../modules/es.symbol.match');
-require('../../modules/es.symbol.match-all');
-require('../../modules/es.symbol.replace');
-require('../../modules/es.symbol.search');
-require('../../modules/es.symbol.species');
-require('../../modules/es.symbol.split');
-require('../../modules/es.symbol.to-primitive');
-require('../../modules/es.symbol.to-string-tag');
-require('../../modules/es.symbol.unscopables');
-require('../../modules/es.json.to-string-tag');
-require('../../modules/es.math.to-string-tag');
-require('../../modules/es.reflect.to-string-tag');
-var path = require('../../internals/path');
-
-module.exports = path.Symbol;
diff --git a/node_modules/core-js/es/symbol/is-concat-spreadable.js b/node_modules/core-js/es/symbol/is-concat-spreadable.js
deleted file mode 100644
index 2671171..0000000
--- a/node_modules/core-js/es/symbol/is-concat-spreadable.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.symbol.is-concat-spreadable');
-require('../../modules/es.array.concat');
-var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
-
-module.exports = WrappedWellKnownSymbolModule.f('isConcatSpreadable');
diff --git a/node_modules/core-js/es/symbol/iterator.js b/node_modules/core-js/es/symbol/iterator.js
deleted file mode 100644
index 73fa41d..0000000
--- a/node_modules/core-js/es/symbol/iterator.js
+++ /dev/null
@@ -1,6 +0,0 @@
-require('../../modules/es.symbol.iterator');
-require('../../modules/es.string.iterator');
-require('../../modules/web.dom-collections.iterator');
-var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
-
-module.exports = WrappedWellKnownSymbolModule.f('iterator');
diff --git a/node_modules/core-js/es/symbol/key-for.js b/node_modules/core-js/es/symbol/key-for.js
deleted file mode 100644
index 6c832b9..0000000
--- a/node_modules/core-js/es/symbol/key-for.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.symbol');
-var path = require('../../internals/path');
-
-module.exports = path.Symbol.keyFor;
diff --git a/node_modules/core-js/es/symbol/match-all.js b/node_modules/core-js/es/symbol/match-all.js
deleted file mode 100644
index b0b2f23..0000000
--- a/node_modules/core-js/es/symbol/match-all.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.symbol.match-all');
-require('../../modules/es.string.match-all');
-var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
-
-module.exports = WrappedWellKnownSymbolModule.f('matchAll');
diff --git a/node_modules/core-js/es/symbol/match.js b/node_modules/core-js/es/symbol/match.js
deleted file mode 100644
index df77b4f..0000000
--- a/node_modules/core-js/es/symbol/match.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.symbol.match');
-require('../../modules/es.string.match');
-var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
-
-module.exports = WrappedWellKnownSymbolModule.f('match');
diff --git a/node_modules/core-js/es/symbol/replace.js b/node_modules/core-js/es/symbol/replace.js
deleted file mode 100644
index 02b0f99..0000000
--- a/node_modules/core-js/es/symbol/replace.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.symbol.replace');
-require('../../modules/es.string.replace');
-var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
-
-module.exports = WrappedWellKnownSymbolModule.f('replace');
diff --git a/node_modules/core-js/es/symbol/search.js b/node_modules/core-js/es/symbol/search.js
deleted file mode 100644
index 5122ca1..0000000
--- a/node_modules/core-js/es/symbol/search.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.symbol.search');
-require('../../modules/es.string.search');
-var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
-
-module.exports = WrappedWellKnownSymbolModule.f('search');
diff --git a/node_modules/core-js/es/symbol/species.js b/node_modules/core-js/es/symbol/species.js
deleted file mode 100644
index 28d3895..0000000
--- a/node_modules/core-js/es/symbol/species.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.symbol.species');
-var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
-
-module.exports = WrappedWellKnownSymbolModule.f('species');
diff --git a/node_modules/core-js/es/symbol/split.js b/node_modules/core-js/es/symbol/split.js
deleted file mode 100644
index 2575794..0000000
--- a/node_modules/core-js/es/symbol/split.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.symbol.split');
-require('../../modules/es.string.split');
-var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
-
-module.exports = WrappedWellKnownSymbolModule.f('split');
diff --git a/node_modules/core-js/es/symbol/to-primitive.js b/node_modules/core-js/es/symbol/to-primitive.js
deleted file mode 100644
index 390c1ee..0000000
--- a/node_modules/core-js/es/symbol/to-primitive.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.symbol.to-primitive');
-var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
-
-module.exports = WrappedWellKnownSymbolModule.f('toPrimitive');
diff --git a/node_modules/core-js/es/symbol/to-string-tag.js b/node_modules/core-js/es/symbol/to-string-tag.js
deleted file mode 100644
index 28aff12..0000000
--- a/node_modules/core-js/es/symbol/to-string-tag.js
+++ /dev/null
@@ -1,8 +0,0 @@
-require('../../modules/es.symbol.to-string-tag');
-require('../../modules/es.object.to-string');
-require('../../modules/es.json.to-string-tag');
-require('../../modules/es.math.to-string-tag');
-require('../../modules/es.reflect.to-string-tag');
-var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
-
-module.exports = WrappedWellKnownSymbolModule.f('toStringTag');
diff --git a/node_modules/core-js/es/symbol/unscopables.js b/node_modules/core-js/es/symbol/unscopables.js
deleted file mode 100644
index 6a2d972..0000000
--- a/node_modules/core-js/es/symbol/unscopables.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/es.symbol.unscopables');
-var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
-
-module.exports = WrappedWellKnownSymbolModule.f('unscopables');
diff --git a/node_modules/core-js/es/typed-array/copy-within.js b/node_modules/core-js/es/typed-array/copy-within.js
deleted file mode 100644
index 1352cec..0000000
--- a/node_modules/core-js/es/typed-array/copy-within.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.copy-within');
diff --git a/node_modules/core-js/es/typed-array/entries.js b/node_modules/core-js/es/typed-array/entries.js
deleted file mode 100644
index 66cc6dc..0000000
--- a/node_modules/core-js/es/typed-array/entries.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.iterator');
diff --git a/node_modules/core-js/es/typed-array/every.js b/node_modules/core-js/es/typed-array/every.js
deleted file mode 100644
index 681164b..0000000
--- a/node_modules/core-js/es/typed-array/every.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.every');
diff --git a/node_modules/core-js/es/typed-array/fill.js b/node_modules/core-js/es/typed-array/fill.js
deleted file mode 100644
index 4d92ac6..0000000
--- a/node_modules/core-js/es/typed-array/fill.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.fill');
diff --git a/node_modules/core-js/es/typed-array/filter.js b/node_modules/core-js/es/typed-array/filter.js
deleted file mode 100644
index 7d0a630..0000000
--- a/node_modules/core-js/es/typed-array/filter.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.filter');
diff --git a/node_modules/core-js/es/typed-array/find-index.js b/node_modules/core-js/es/typed-array/find-index.js
deleted file mode 100644
index 039cd5e..0000000
--- a/node_modules/core-js/es/typed-array/find-index.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.find-index');
diff --git a/node_modules/core-js/es/typed-array/find.js b/node_modules/core-js/es/typed-array/find.js
deleted file mode 100644
index b3251b9..0000000
--- a/node_modules/core-js/es/typed-array/find.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.find');
diff --git a/node_modules/core-js/es/typed-array/float32-array.js b/node_modules/core-js/es/typed-array/float32-array.js
deleted file mode 100644
index 70d1f81..0000000
--- a/node_modules/core-js/es/typed-array/float32-array.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.typed-array.float32-array');
-require('./methods');
-var global = require('../../internals/global');
-
-module.exports = global.Float32Array;
diff --git a/node_modules/core-js/es/typed-array/float64-array.js b/node_modules/core-js/es/typed-array/float64-array.js
deleted file mode 100644
index b84eae0..0000000
--- a/node_modules/core-js/es/typed-array/float64-array.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.typed-array.float64-array');
-require('./methods');
-var global = require('../../internals/global');
-
-module.exports = global.Float64Array;
diff --git a/node_modules/core-js/es/typed-array/for-each.js b/node_modules/core-js/es/typed-array/for-each.js
deleted file mode 100644
index defe03a..0000000
--- a/node_modules/core-js/es/typed-array/for-each.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.for-each');
diff --git a/node_modules/core-js/es/typed-array/from.js b/node_modules/core-js/es/typed-array/from.js
deleted file mode 100644
index e0f3444..0000000
--- a/node_modules/core-js/es/typed-array/from.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.from');
diff --git a/node_modules/core-js/es/typed-array/includes.js b/node_modules/core-js/es/typed-array/includes.js
deleted file mode 100644
index 5ff65f9..0000000
--- a/node_modules/core-js/es/typed-array/includes.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.includes');
diff --git a/node_modules/core-js/es/typed-array/index-of.js b/node_modules/core-js/es/typed-array/index-of.js
deleted file mode 100644
index 87081c0..0000000
--- a/node_modules/core-js/es/typed-array/index-of.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.index-of');
diff --git a/node_modules/core-js/es/typed-array/index.js b/node_modules/core-js/es/typed-array/index.js
deleted file mode 100644
index 4605b35..0000000
--- a/node_modules/core-js/es/typed-array/index.js
+++ /dev/null
@@ -1,12 +0,0 @@
-require('../../modules/es.typed-array.int8-array');
-require('../../modules/es.typed-array.uint8-array');
-require('../../modules/es.typed-array.uint8-clamped-array');
-require('../../modules/es.typed-array.int16-array');
-require('../../modules/es.typed-array.uint16-array');
-require('../../modules/es.typed-array.int32-array');
-require('../../modules/es.typed-array.uint32-array');
-require('../../modules/es.typed-array.float32-array');
-require('../../modules/es.typed-array.float64-array');
-require('./methods');
-
-module.exports = require('../../internals/global');
diff --git a/node_modules/core-js/es/typed-array/int16-array.js b/node_modules/core-js/es/typed-array/int16-array.js
deleted file mode 100644
index 81f5a8e..0000000
--- a/node_modules/core-js/es/typed-array/int16-array.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.typed-array.int16-array');
-require('./methods');
-var global = require('../../internals/global');
-
-module.exports = global.Int16Array;
diff --git a/node_modules/core-js/es/typed-array/int32-array.js b/node_modules/core-js/es/typed-array/int32-array.js
deleted file mode 100644
index 48176bf..0000000
--- a/node_modules/core-js/es/typed-array/int32-array.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.typed-array.int32-array');
-require('./methods');
-var global = require('../../internals/global');
-
-module.exports = global.Int32Array;
diff --git a/node_modules/core-js/es/typed-array/int8-array.js b/node_modules/core-js/es/typed-array/int8-array.js
deleted file mode 100644
index 7d53845..0000000
--- a/node_modules/core-js/es/typed-array/int8-array.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.typed-array.int8-array');
-require('./methods');
-var global = require('../../internals/global');
-
-module.exports = global.Int8Array;
diff --git a/node_modules/core-js/es/typed-array/iterator.js b/node_modules/core-js/es/typed-array/iterator.js
deleted file mode 100644
index 66cc6dc..0000000
--- a/node_modules/core-js/es/typed-array/iterator.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.iterator');
diff --git a/node_modules/core-js/es/typed-array/join.js b/node_modules/core-js/es/typed-array/join.js
deleted file mode 100644
index 431129c..0000000
--- a/node_modules/core-js/es/typed-array/join.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.join');
diff --git a/node_modules/core-js/es/typed-array/keys.js b/node_modules/core-js/es/typed-array/keys.js
deleted file mode 100644
index 66cc6dc..0000000
--- a/node_modules/core-js/es/typed-array/keys.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.iterator');
diff --git a/node_modules/core-js/es/typed-array/last-index-of.js b/node_modules/core-js/es/typed-array/last-index-of.js
deleted file mode 100644
index 5682bf4..0000000
--- a/node_modules/core-js/es/typed-array/last-index-of.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.last-index-of');
diff --git a/node_modules/core-js/es/typed-array/map.js b/node_modules/core-js/es/typed-array/map.js
deleted file mode 100644
index db08fed..0000000
--- a/node_modules/core-js/es/typed-array/map.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.map');
diff --git a/node_modules/core-js/es/typed-array/methods.js b/node_modules/core-js/es/typed-array/methods.js
deleted file mode 100644
index 4c6ee88..0000000
--- a/node_modules/core-js/es/typed-array/methods.js
+++ /dev/null
@@ -1,26 +0,0 @@
-require('../../modules/es.typed-array.from');
-require('../../modules/es.typed-array.of');
-require('../../modules/es.typed-array.copy-within');
-require('../../modules/es.typed-array.every');
-require('../../modules/es.typed-array.fill');
-require('../../modules/es.typed-array.filter');
-require('../../modules/es.typed-array.find');
-require('../../modules/es.typed-array.find-index');
-require('../../modules/es.typed-array.for-each');
-require('../../modules/es.typed-array.includes');
-require('../../modules/es.typed-array.index-of');
-require('../../modules/es.typed-array.join');
-require('../../modules/es.typed-array.last-index-of');
-require('../../modules/es.typed-array.map');
-require('../../modules/es.typed-array.reduce');
-require('../../modules/es.typed-array.reduce-right');
-require('../../modules/es.typed-array.reverse');
-require('../../modules/es.typed-array.set');
-require('../../modules/es.typed-array.slice');
-require('../../modules/es.typed-array.some');
-require('../../modules/es.typed-array.sort');
-require('../../modules/es.typed-array.subarray');
-require('../../modules/es.typed-array.to-locale-string');
-require('../../modules/es.typed-array.to-string');
-require('../../modules/es.typed-array.iterator');
-require('../../modules/es.object.to-string');
diff --git a/node_modules/core-js/es/typed-array/of.js b/node_modules/core-js/es/typed-array/of.js
deleted file mode 100644
index 121bf5e..0000000
--- a/node_modules/core-js/es/typed-array/of.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.of');
diff --git a/node_modules/core-js/es/typed-array/reduce-right.js b/node_modules/core-js/es/typed-array/reduce-right.js
deleted file mode 100644
index cbd321f..0000000
--- a/node_modules/core-js/es/typed-array/reduce-right.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.reduce-right');
diff --git a/node_modules/core-js/es/typed-array/reduce.js b/node_modules/core-js/es/typed-array/reduce.js
deleted file mode 100644
index e2a6f28..0000000
--- a/node_modules/core-js/es/typed-array/reduce.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.reduce');
diff --git a/node_modules/core-js/es/typed-array/reverse.js b/node_modules/core-js/es/typed-array/reverse.js
deleted file mode 100644
index 14995f4..0000000
--- a/node_modules/core-js/es/typed-array/reverse.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.reverse');
diff --git a/node_modules/core-js/es/typed-array/set.js b/node_modules/core-js/es/typed-array/set.js
deleted file mode 100644
index 5330e22..0000000
--- a/node_modules/core-js/es/typed-array/set.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.set');
diff --git a/node_modules/core-js/es/typed-array/slice.js b/node_modules/core-js/es/typed-array/slice.js
deleted file mode 100644
index 37fb8c1..0000000
--- a/node_modules/core-js/es/typed-array/slice.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.slice');
diff --git a/node_modules/core-js/es/typed-array/some.js b/node_modules/core-js/es/typed-array/some.js
deleted file mode 100644
index 495c322..0000000
--- a/node_modules/core-js/es/typed-array/some.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.some');
diff --git a/node_modules/core-js/es/typed-array/sort.js b/node_modules/core-js/es/typed-array/sort.js
deleted file mode 100644
index d6c7e30..0000000
--- a/node_modules/core-js/es/typed-array/sort.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.sort');
diff --git a/node_modules/core-js/es/typed-array/subarray.js b/node_modules/core-js/es/typed-array/subarray.js
deleted file mode 100644
index dbad4ca..0000000
--- a/node_modules/core-js/es/typed-array/subarray.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.subarray');
diff --git a/node_modules/core-js/es/typed-array/to-locale-string.js b/node_modules/core-js/es/typed-array/to-locale-string.js
deleted file mode 100644
index 12c809e..0000000
--- a/node_modules/core-js/es/typed-array/to-locale-string.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.to-locale-string');
diff --git a/node_modules/core-js/es/typed-array/to-string.js b/node_modules/core-js/es/typed-array/to-string.js
deleted file mode 100644
index bf94160..0000000
--- a/node_modules/core-js/es/typed-array/to-string.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.to-string');
diff --git a/node_modules/core-js/es/typed-array/uint16-array.js b/node_modules/core-js/es/typed-array/uint16-array.js
deleted file mode 100644
index 9fe6065..0000000
--- a/node_modules/core-js/es/typed-array/uint16-array.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.typed-array.uint16-array');
-require('./methods');
-var global = require('../../internals/global');
-
-module.exports = global.Uint16Array;
diff --git a/node_modules/core-js/es/typed-array/uint32-array.js b/node_modules/core-js/es/typed-array/uint32-array.js
deleted file mode 100644
index 26bdb10..0000000
--- a/node_modules/core-js/es/typed-array/uint32-array.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.typed-array.uint32-array');
-require('./methods');
-var global = require('../../internals/global');
-
-module.exports = global.Uint32Array;
diff --git a/node_modules/core-js/es/typed-array/uint8-array.js b/node_modules/core-js/es/typed-array/uint8-array.js
deleted file mode 100644
index 96a5bf1..0000000
--- a/node_modules/core-js/es/typed-array/uint8-array.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.typed-array.uint8-array');
-require('./methods');
-var global = require('../../internals/global');
-
-module.exports = global.Uint8Array;
diff --git a/node_modules/core-js/es/typed-array/uint8-clamped-array.js b/node_modules/core-js/es/typed-array/uint8-clamped-array.js
deleted file mode 100644
index 7e2d3ce..0000000
--- a/node_modules/core-js/es/typed-array/uint8-clamped-array.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.typed-array.uint8-clamped-array');
-require('./methods');
-var global = require('../../internals/global');
-
-module.exports = global.Uint8ClampedArray;
diff --git a/node_modules/core-js/es/typed-array/values.js b/node_modules/core-js/es/typed-array/values.js
deleted file mode 100644
index 66cc6dc..0000000
--- a/node_modules/core-js/es/typed-array/values.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.iterator');
diff --git a/node_modules/core-js/es/weak-map/index.js b/node_modules/core-js/es/weak-map/index.js
deleted file mode 100644
index 11c79a7..0000000
--- a/node_modules/core-js/es/weak-map/index.js
+++ /dev/null
@@ -1,6 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.weak-map');
-require('../../modules/web.dom-collections.iterator');
-var path = require('../../internals/path');
-
-module.exports = path.WeakMap;
diff --git a/node_modules/core-js/es/weak-set/index.js b/node_modules/core-js/es/weak-set/index.js
deleted file mode 100644
index ca5f257..0000000
--- a/node_modules/core-js/es/weak-set/index.js
+++ /dev/null
@@ -1,6 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.weak-set');
-require('../../modules/web.dom-collections.iterator');
-var path = require('../../internals/path');
-
-module.exports = path.WeakSet;
diff --git a/node_modules/core-js/features/README.md b/node_modules/core-js/features/README.md
deleted file mode 100644
index 62c88a0..0000000
--- a/node_modules/core-js/features/README.md
+++ /dev/null
@@ -1 +0,0 @@
-This folder contains entry points for all `core-js` features with dependencies. It's the recommended way for usage only required features.
diff --git a/node_modules/core-js/features/aggregate-error.js b/node_modules/core-js/features/aggregate-error.js
deleted file mode 100644
index 1cfed9e..0000000
--- a/node_modules/core-js/features/aggregate-error.js
+++ /dev/null
@@ -1,6 +0,0 @@
-// TODO: remove from `core-js@4`
-require('../modules/esnext.aggregate-error');
-
-var parent = require('../stable/aggregate-error');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array-buffer/constructor.js b/node_modules/core-js/features/array-buffer/constructor.js
deleted file mode 100644
index 14f239d..0000000
--- a/node_modules/core-js/features/array-buffer/constructor.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array-buffer/constructor');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array-buffer/index.js b/node_modules/core-js/features/array-buffer/index.js
deleted file mode 100644
index cb81bbc..0000000
--- a/node_modules/core-js/features/array-buffer/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array-buffer');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array-buffer/is-view.js b/node_modules/core-js/features/array-buffer/is-view.js
deleted file mode 100644
index 02091ec..0000000
--- a/node_modules/core-js/features/array-buffer/is-view.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array-buffer/is-view');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array-buffer/slice.js b/node_modules/core-js/features/array-buffer/slice.js
deleted file mode 100644
index 1259ebf..0000000
--- a/node_modules/core-js/features/array-buffer/slice.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array-buffer/slice');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/at.js b/node_modules/core-js/features/array/at.js
deleted file mode 100644
index 9b923f6..0000000
--- a/node_modules/core-js/features/array/at.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.array.at');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'at');
diff --git a/node_modules/core-js/features/array/concat.js b/node_modules/core-js/features/array/concat.js
deleted file mode 100644
index 56c0625..0000000
--- a/node_modules/core-js/features/array/concat.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/concat');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/copy-within.js b/node_modules/core-js/features/array/copy-within.js
deleted file mode 100644
index 3db5361..0000000
--- a/node_modules/core-js/features/array/copy-within.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/copy-within');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/entries.js b/node_modules/core-js/features/array/entries.js
deleted file mode 100644
index 735b607..0000000
--- a/node_modules/core-js/features/array/entries.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/entries');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/every.js b/node_modules/core-js/features/array/every.js
deleted file mode 100644
index 8831dbc..0000000
--- a/node_modules/core-js/features/array/every.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/every');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/fill.js b/node_modules/core-js/features/array/fill.js
deleted file mode 100644
index b640ccd..0000000
--- a/node_modules/core-js/features/array/fill.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/fill');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/filter-out.js b/node_modules/core-js/features/array/filter-out.js
deleted file mode 100644
index ef04050..0000000
--- a/node_modules/core-js/features/array/filter-out.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.array.filter-out');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'filterOut');
diff --git a/node_modules/core-js/features/array/filter.js b/node_modules/core-js/features/array/filter.js
deleted file mode 100644
index c6fe56a..0000000
--- a/node_modules/core-js/features/array/filter.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/filter');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/find-index.js b/node_modules/core-js/features/array/find-index.js
deleted file mode 100644
index 312a7df..0000000
--- a/node_modules/core-js/features/array/find-index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/find-index');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/find.js b/node_modules/core-js/features/array/find.js
deleted file mode 100644
index 2fc46a5..0000000
--- a/node_modules/core-js/features/array/find.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/find');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/flat-map.js b/node_modules/core-js/features/array/flat-map.js
deleted file mode 100644
index 8e3e81a..0000000
--- a/node_modules/core-js/features/array/flat-map.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/flat-map');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/flat.js b/node_modules/core-js/features/array/flat.js
deleted file mode 100644
index f74816e..0000000
--- a/node_modules/core-js/features/array/flat.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/flat');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/for-each.js b/node_modules/core-js/features/array/for-each.js
deleted file mode 100644
index a99f12c..0000000
--- a/node_modules/core-js/features/array/for-each.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/for-each');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/from.js b/node_modules/core-js/features/array/from.js
deleted file mode 100644
index 9142d6e..0000000
--- a/node_modules/core-js/features/array/from.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/from');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/includes.js b/node_modules/core-js/features/array/includes.js
deleted file mode 100644
index 52f040d..0000000
--- a/node_modules/core-js/features/array/includes.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/includes');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/index-of.js b/node_modules/core-js/features/array/index-of.js
deleted file mode 100644
index 13b63f1..0000000
--- a/node_modules/core-js/features/array/index-of.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/index-of');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/index.js b/node_modules/core-js/features/array/index.js
deleted file mode 100644
index eecc4b3..0000000
--- a/node_modules/core-js/features/array/index.js
+++ /dev/null
@@ -1,10 +0,0 @@
-var parent = require('../../es/array');
-require('../../modules/es.map');
-require('../../modules/esnext.array.at');
-require('../../modules/esnext.array.filter-out');
-require('../../modules/esnext.array.is-template-object');
-require('../../modules/esnext.array.last-item');
-require('../../modules/esnext.array.last-index');
-require('../../modules/esnext.array.unique-by');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/is-array.js b/node_modules/core-js/features/array/is-array.js
deleted file mode 100644
index 89080ec..0000000
--- a/node_modules/core-js/features/array/is-array.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/is-array');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/is-template-object.js b/node_modules/core-js/features/array/is-template-object.js
deleted file mode 100644
index f5eaf81..0000000
--- a/node_modules/core-js/features/array/is-template-object.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.array.is-template-object');
-var path = require('../../internals/path');
-
-module.exports = path.Array.isTemplateObject;
diff --git a/node_modules/core-js/features/array/iterator.js b/node_modules/core-js/features/array/iterator.js
deleted file mode 100644
index bfa833f..0000000
--- a/node_modules/core-js/features/array/iterator.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/iterator');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/join.js b/node_modules/core-js/features/array/join.js
deleted file mode 100644
index 74fbfc6..0000000
--- a/node_modules/core-js/features/array/join.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/join');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/keys.js b/node_modules/core-js/features/array/keys.js
deleted file mode 100644
index 40b2e75..0000000
--- a/node_modules/core-js/features/array/keys.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/keys');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/last-index-of.js b/node_modules/core-js/features/array/last-index-of.js
deleted file mode 100644
index bdcd762..0000000
--- a/node_modules/core-js/features/array/last-index-of.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/last-index-of');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/last-index.js b/node_modules/core-js/features/array/last-index.js
deleted file mode 100644
index 230cea0..0000000
--- a/node_modules/core-js/features/array/last-index.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/esnext.array.last-index');
diff --git a/node_modules/core-js/features/array/last-item.js b/node_modules/core-js/features/array/last-item.js
deleted file mode 100644
index 5a4b25b..0000000
--- a/node_modules/core-js/features/array/last-item.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/esnext.array.last-item');
diff --git a/node_modules/core-js/features/array/map.js b/node_modules/core-js/features/array/map.js
deleted file mode 100644
index 3768704..0000000
--- a/node_modules/core-js/features/array/map.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/map');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/of.js b/node_modules/core-js/features/array/of.js
deleted file mode 100644
index d5b74f1..0000000
--- a/node_modules/core-js/features/array/of.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/of');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/reduce-right.js b/node_modules/core-js/features/array/reduce-right.js
deleted file mode 100644
index f93b6de..0000000
--- a/node_modules/core-js/features/array/reduce-right.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/reduce-right');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/reduce.js b/node_modules/core-js/features/array/reduce.js
deleted file mode 100644
index a3ae7b1..0000000
--- a/node_modules/core-js/features/array/reduce.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/reduce');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/reverse.js b/node_modules/core-js/features/array/reverse.js
deleted file mode 100644
index fc9faf1..0000000
--- a/node_modules/core-js/features/array/reverse.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/reverse');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/slice.js b/node_modules/core-js/features/array/slice.js
deleted file mode 100644
index 2c098bd..0000000
--- a/node_modules/core-js/features/array/slice.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/slice');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/some.js b/node_modules/core-js/features/array/some.js
deleted file mode 100644
index a198c0e..0000000
--- a/node_modules/core-js/features/array/some.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/some');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/sort.js b/node_modules/core-js/features/array/sort.js
deleted file mode 100644
index 5741a92..0000000
--- a/node_modules/core-js/features/array/sort.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/sort');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/splice.js b/node_modules/core-js/features/array/splice.js
deleted file mode 100644
index e5aeb46..0000000
--- a/node_modules/core-js/features/array/splice.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/splice');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/unique-by.js b/node_modules/core-js/features/array/unique-by.js
deleted file mode 100644
index eb124f9..0000000
--- a/node_modules/core-js/features/array/unique-by.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.map');
-require('../../modules/esnext.array.unique-by');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'uniqueBy');
diff --git a/node_modules/core-js/features/array/values.js b/node_modules/core-js/features/array/values.js
deleted file mode 100644
index 146bce3..0000000
--- a/node_modules/core-js/features/array/values.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/values');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/virtual/at.js b/node_modules/core-js/features/array/virtual/at.js
deleted file mode 100644
index 14f8e5a..0000000
--- a/node_modules/core-js/features/array/virtual/at.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/esnext.array.at');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').at;
diff --git a/node_modules/core-js/features/array/virtual/concat.js b/node_modules/core-js/features/array/virtual/concat.js
deleted file mode 100644
index 9c9481b..0000000
--- a/node_modules/core-js/features/array/virtual/concat.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/concat');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/virtual/copy-within.js b/node_modules/core-js/features/array/virtual/copy-within.js
deleted file mode 100644
index 7d43d5c..0000000
--- a/node_modules/core-js/features/array/virtual/copy-within.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/copy-within');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/virtual/entries.js b/node_modules/core-js/features/array/virtual/entries.js
deleted file mode 100644
index 008e164..0000000
--- a/node_modules/core-js/features/array/virtual/entries.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/entries');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/virtual/every.js b/node_modules/core-js/features/array/virtual/every.js
deleted file mode 100644
index 3c661eb..0000000
--- a/node_modules/core-js/features/array/virtual/every.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/every');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/virtual/fill.js b/node_modules/core-js/features/array/virtual/fill.js
deleted file mode 100644
index b0a3b0e..0000000
--- a/node_modules/core-js/features/array/virtual/fill.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/fill');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/virtual/filter-out.js b/node_modules/core-js/features/array/virtual/filter-out.js
deleted file mode 100644
index 8f5a921..0000000
--- a/node_modules/core-js/features/array/virtual/filter-out.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/esnext.array.filter-out');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').filterOut;
diff --git a/node_modules/core-js/features/array/virtual/filter.js b/node_modules/core-js/features/array/virtual/filter.js
deleted file mode 100644
index b78f806..0000000
--- a/node_modules/core-js/features/array/virtual/filter.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/filter');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/virtual/find-index.js b/node_modules/core-js/features/array/virtual/find-index.js
deleted file mode 100644
index 0be7653..0000000
--- a/node_modules/core-js/features/array/virtual/find-index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/find-index');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/virtual/find.js b/node_modules/core-js/features/array/virtual/find.js
deleted file mode 100644
index 0f28d7c..0000000
--- a/node_modules/core-js/features/array/virtual/find.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/find');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/virtual/flat-map.js b/node_modules/core-js/features/array/virtual/flat-map.js
deleted file mode 100644
index 5adc39b..0000000
--- a/node_modules/core-js/features/array/virtual/flat-map.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/flat-map');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/virtual/flat.js b/node_modules/core-js/features/array/virtual/flat.js
deleted file mode 100644
index cfafee6..0000000
--- a/node_modules/core-js/features/array/virtual/flat.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/flat');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/virtual/for-each.js b/node_modules/core-js/features/array/virtual/for-each.js
deleted file mode 100644
index ca081fb..0000000
--- a/node_modules/core-js/features/array/virtual/for-each.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/for-each');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/virtual/includes.js b/node_modules/core-js/features/array/virtual/includes.js
deleted file mode 100644
index fc9bb00..0000000
--- a/node_modules/core-js/features/array/virtual/includes.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/includes');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/virtual/index-of.js b/node_modules/core-js/features/array/virtual/index-of.js
deleted file mode 100644
index aedd505..0000000
--- a/node_modules/core-js/features/array/virtual/index-of.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/index-of');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/virtual/index.js b/node_modules/core-js/features/array/virtual/index.js
deleted file mode 100644
index 6572f92..0000000
--- a/node_modules/core-js/features/array/virtual/index.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var parent = require('../../../es/array/virtual');
-require('../../../modules/esnext.array.at');
-require('../../../modules/esnext.array.filter-out');
-require('../../../modules/esnext.array.unique-by');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/virtual/iterator.js b/node_modules/core-js/features/array/virtual/iterator.js
deleted file mode 100644
index 81ca2a2..0000000
--- a/node_modules/core-js/features/array/virtual/iterator.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/iterator');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/virtual/join.js b/node_modules/core-js/features/array/virtual/join.js
deleted file mode 100644
index fe784ef..0000000
--- a/node_modules/core-js/features/array/virtual/join.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/join');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/virtual/keys.js b/node_modules/core-js/features/array/virtual/keys.js
deleted file mode 100644
index 6ed98ec..0000000
--- a/node_modules/core-js/features/array/virtual/keys.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/keys');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/virtual/last-index-of.js b/node_modules/core-js/features/array/virtual/last-index-of.js
deleted file mode 100644
index 697d588..0000000
--- a/node_modules/core-js/features/array/virtual/last-index-of.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/last-index-of');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/virtual/map.js b/node_modules/core-js/features/array/virtual/map.js
deleted file mode 100644
index 9475976..0000000
--- a/node_modules/core-js/features/array/virtual/map.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/map');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/virtual/reduce-right.js b/node_modules/core-js/features/array/virtual/reduce-right.js
deleted file mode 100644
index cf39fca..0000000
--- a/node_modules/core-js/features/array/virtual/reduce-right.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/reduce-right');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/virtual/reduce.js b/node_modules/core-js/features/array/virtual/reduce.js
deleted file mode 100644
index 5a08269..0000000
--- a/node_modules/core-js/features/array/virtual/reduce.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/reduce');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/virtual/reverse.js b/node_modules/core-js/features/array/virtual/reverse.js
deleted file mode 100644
index 099d13e..0000000
--- a/node_modules/core-js/features/array/virtual/reverse.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/reverse');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/virtual/slice.js b/node_modules/core-js/features/array/virtual/slice.js
deleted file mode 100644
index f308e00..0000000
--- a/node_modules/core-js/features/array/virtual/slice.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/slice');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/virtual/some.js b/node_modules/core-js/features/array/virtual/some.js
deleted file mode 100644
index d41a8e7..0000000
--- a/node_modules/core-js/features/array/virtual/some.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/some');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/virtual/sort.js b/node_modules/core-js/features/array/virtual/sort.js
deleted file mode 100644
index 5da0daa..0000000
--- a/node_modules/core-js/features/array/virtual/sort.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/sort');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/virtual/splice.js b/node_modules/core-js/features/array/virtual/splice.js
deleted file mode 100644
index 4cbb494..0000000
--- a/node_modules/core-js/features/array/virtual/splice.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/splice');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/array/virtual/unique-by.js b/node_modules/core-js/features/array/virtual/unique-by.js
deleted file mode 100644
index 4fe8d11..0000000
--- a/node_modules/core-js/features/array/virtual/unique-by.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../../modules/es.map');
-require('../../../modules/esnext.array.unique-by');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('Array').uniqueBy;
diff --git a/node_modules/core-js/features/array/virtual/values.js b/node_modules/core-js/features/array/virtual/values.js
deleted file mode 100644
index ebb6375..0000000
--- a/node_modules/core-js/features/array/virtual/values.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/values');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/async-iterator/as-indexed-pairs.js b/node_modules/core-js/features/async-iterator/as-indexed-pairs.js
deleted file mode 100644
index 8fd352b..0000000
--- a/node_modules/core-js/features/async-iterator/as-indexed-pairs.js
+++ /dev/null
@@ -1,10 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.promise');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.async-iterator.constructor');
-require('../../modules/esnext.async-iterator.as-indexed-pairs');
-require('../../modules/web.dom-collections.iterator');
-
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('AsyncIterator', 'asIndexedPairs');
diff --git a/node_modules/core-js/features/async-iterator/drop.js b/node_modules/core-js/features/async-iterator/drop.js
deleted file mode 100644
index ca33f5b..0000000
--- a/node_modules/core-js/features/async-iterator/drop.js
+++ /dev/null
@@ -1,10 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.promise');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.async-iterator.constructor');
-require('../../modules/esnext.async-iterator.drop');
-require('../../modules/web.dom-collections.iterator');
-
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('AsyncIterator', 'drop');
diff --git a/node_modules/core-js/features/async-iterator/every.js b/node_modules/core-js/features/async-iterator/every.js
deleted file mode 100644
index b090f1d..0000000
--- a/node_modules/core-js/features/async-iterator/every.js
+++ /dev/null
@@ -1,10 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.promise');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.async-iterator.constructor');
-require('../../modules/esnext.async-iterator.every');
-require('../../modules/web.dom-collections.iterator');
-
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('AsyncIterator', 'every');
diff --git a/node_modules/core-js/features/async-iterator/filter.js b/node_modules/core-js/features/async-iterator/filter.js
deleted file mode 100644
index 4a37bd0..0000000
--- a/node_modules/core-js/features/async-iterator/filter.js
+++ /dev/null
@@ -1,10 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.promise');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.async-iterator.constructor');
-require('../../modules/esnext.async-iterator.filter');
-require('../../modules/web.dom-collections.iterator');
-
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('AsyncIterator', 'filter');
diff --git a/node_modules/core-js/features/async-iterator/find.js b/node_modules/core-js/features/async-iterator/find.js
deleted file mode 100644
index 6824ee9..0000000
--- a/node_modules/core-js/features/async-iterator/find.js
+++ /dev/null
@@ -1,10 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.promise');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.async-iterator.constructor');
-require('../../modules/esnext.async-iterator.find');
-require('../../modules/web.dom-collections.iterator');
-
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('AsyncIterator', 'find');
diff --git a/node_modules/core-js/features/async-iterator/flat-map.js b/node_modules/core-js/features/async-iterator/flat-map.js
deleted file mode 100644
index ef26e56..0000000
--- a/node_modules/core-js/features/async-iterator/flat-map.js
+++ /dev/null
@@ -1,10 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.promise');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.async-iterator.constructor');
-require('../../modules/esnext.async-iterator.flat-map');
-require('../../modules/web.dom-collections.iterator');
-
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('AsyncIterator', 'flatMap');
diff --git a/node_modules/core-js/features/async-iterator/for-each.js b/node_modules/core-js/features/async-iterator/for-each.js
deleted file mode 100644
index ff0a34a..0000000
--- a/node_modules/core-js/features/async-iterator/for-each.js
+++ /dev/null
@@ -1,10 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.promise');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.async-iterator.constructor');
-require('../../modules/esnext.async-iterator.for-each');
-require('../../modules/web.dom-collections.iterator');
-
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('AsyncIterator', 'forEach');
diff --git a/node_modules/core-js/features/async-iterator/from.js b/node_modules/core-js/features/async-iterator/from.js
deleted file mode 100644
index 97275d9..0000000
--- a/node_modules/core-js/features/async-iterator/from.js
+++ /dev/null
@@ -1,10 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.promise');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.async-iterator.constructor');
-require('../../modules/esnext.async-iterator.from');
-require('../../modules/web.dom-collections.iterator');
-
-var path = require('../../internals/path');
-
-module.exports = path.AsyncIterator.from;
diff --git a/node_modules/core-js/features/async-iterator/index.js b/node_modules/core-js/features/async-iterator/index.js
deleted file mode 100644
index 2f188c6..0000000
--- a/node_modules/core-js/features/async-iterator/index.js
+++ /dev/null
@@ -1,22 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.promise');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.async-iterator.constructor');
-require('../../modules/esnext.async-iterator.as-indexed-pairs');
-require('../../modules/esnext.async-iterator.drop');
-require('../../modules/esnext.async-iterator.every');
-require('../../modules/esnext.async-iterator.filter');
-require('../../modules/esnext.async-iterator.find');
-require('../../modules/esnext.async-iterator.flat-map');
-require('../../modules/esnext.async-iterator.for-each');
-require('../../modules/esnext.async-iterator.from');
-require('../../modules/esnext.async-iterator.map');
-require('../../modules/esnext.async-iterator.reduce');
-require('../../modules/esnext.async-iterator.some');
-require('../../modules/esnext.async-iterator.take');
-require('../../modules/esnext.async-iterator.to-array');
-require('../../modules/web.dom-collections.iterator');
-
-var path = require('../../internals/path');
-
-module.exports = path.AsyncIterator;
diff --git a/node_modules/core-js/features/async-iterator/map.js b/node_modules/core-js/features/async-iterator/map.js
deleted file mode 100644
index a07254f..0000000
--- a/node_modules/core-js/features/async-iterator/map.js
+++ /dev/null
@@ -1,10 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.promise');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.async-iterator.constructor');
-require('../../modules/esnext.async-iterator.map');
-require('../../modules/web.dom-collections.iterator');
-
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('AsyncIterator', 'map');
diff --git a/node_modules/core-js/features/async-iterator/reduce.js b/node_modules/core-js/features/async-iterator/reduce.js
deleted file mode 100644
index b05022d..0000000
--- a/node_modules/core-js/features/async-iterator/reduce.js
+++ /dev/null
@@ -1,10 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.promise');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.async-iterator.constructor');
-require('../../modules/esnext.async-iterator.reduce');
-require('../../modules/web.dom-collections.iterator');
-
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('AsyncIterator', 'reduce');
diff --git a/node_modules/core-js/features/async-iterator/some.js b/node_modules/core-js/features/async-iterator/some.js
deleted file mode 100644
index 1d08566..0000000
--- a/node_modules/core-js/features/async-iterator/some.js
+++ /dev/null
@@ -1,10 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.promise');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.async-iterator.constructor');
-require('../../modules/esnext.async-iterator.some');
-require('../../modules/web.dom-collections.iterator');
-
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('AsyncIterator', 'some');
diff --git a/node_modules/core-js/features/async-iterator/take.js b/node_modules/core-js/features/async-iterator/take.js
deleted file mode 100644
index c67587a..0000000
--- a/node_modules/core-js/features/async-iterator/take.js
+++ /dev/null
@@ -1,10 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.promise');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.async-iterator.constructor');
-require('../../modules/esnext.async-iterator.take');
-require('../../modules/web.dom-collections.iterator');
-
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('AsyncIterator', 'take');
diff --git a/node_modules/core-js/features/async-iterator/to-array.js b/node_modules/core-js/features/async-iterator/to-array.js
deleted file mode 100644
index 30f80b8..0000000
--- a/node_modules/core-js/features/async-iterator/to-array.js
+++ /dev/null
@@ -1,10 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.promise');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.async-iterator.constructor');
-require('../../modules/esnext.async-iterator.to-array');
-require('../../modules/web.dom-collections.iterator');
-
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('AsyncIterator', 'toArray');
diff --git a/node_modules/core-js/features/bigint/index.js b/node_modules/core-js/features/bigint/index.js
deleted file mode 100644
index aba8a6b..0000000
--- a/node_modules/core-js/features/bigint/index.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.bigint.range');
-var BigInt = require('../../internals/path').BigInt;
-
-module.exports = BigInt;
diff --git a/node_modules/core-js/features/bigint/range.js b/node_modules/core-js/features/bigint/range.js
deleted file mode 100644
index 07d6de0..0000000
--- a/node_modules/core-js/features/bigint/range.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.bigint.range');
-var BigInt = require('../../internals/path').BigInt;
-
-module.exports = BigInt && BigInt.range;
diff --git a/node_modules/core-js/features/clear-immediate.js b/node_modules/core-js/features/clear-immediate.js
deleted file mode 100644
index 15aa13b..0000000
--- a/node_modules/core-js/features/clear-immediate.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../stable/clear-immediate');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/composite-key.js b/node_modules/core-js/features/composite-key.js
deleted file mode 100644
index 9fd507b..0000000
--- a/node_modules/core-js/features/composite-key.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../modules/esnext.composite-key');
-var path = require('../internals/path');
-
-module.exports = path.compositeKey;
diff --git a/node_modules/core-js/features/composite-symbol.js b/node_modules/core-js/features/composite-symbol.js
deleted file mode 100644
index fce9600..0000000
--- a/node_modules/core-js/features/composite-symbol.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../modules/es.symbol');
-require('../modules/esnext.composite-symbol');
-var path = require('../internals/path');
-
-module.exports = path.compositeSymbol;
diff --git a/node_modules/core-js/features/data-view/index.js b/node_modules/core-js/features/data-view/index.js
deleted file mode 100644
index 0387295..0000000
--- a/node_modules/core-js/features/data-view/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/data-view');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/date/index.js b/node_modules/core-js/features/date/index.js
deleted file mode 100644
index e9bde08..0000000
--- a/node_modules/core-js/features/date/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/date');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/date/now.js b/node_modules/core-js/features/date/now.js
deleted file mode 100644
index a4d8485..0000000
--- a/node_modules/core-js/features/date/now.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/date/now');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/date/to-iso-string.js b/node_modules/core-js/features/date/to-iso-string.js
deleted file mode 100644
index a6e6a7f..0000000
--- a/node_modules/core-js/features/date/to-iso-string.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/date/to-iso-string');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/date/to-json.js b/node_modules/core-js/features/date/to-json.js
deleted file mode 100644
index 23e8b0c..0000000
--- a/node_modules/core-js/features/date/to-json.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/date/to-json');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/date/to-primitive.js b/node_modules/core-js/features/date/to-primitive.js
deleted file mode 100644
index 193421d..0000000
--- a/node_modules/core-js/features/date/to-primitive.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/date/to-primitive');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/date/to-string.js b/node_modules/core-js/features/date/to-string.js
deleted file mode 100644
index f5c9592..0000000
--- a/node_modules/core-js/features/date/to-string.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/date/to-string');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/dom-collections/for-each.js b/node_modules/core-js/features/dom-collections/for-each.js
deleted file mode 100644
index dd2ac64..0000000
--- a/node_modules/core-js/features/dom-collections/for-each.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../stable/dom-collections/for-each');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/dom-collections/index.js b/node_modules/core-js/features/dom-collections/index.js
deleted file mode 100644
index 1ae0660..0000000
--- a/node_modules/core-js/features/dom-collections/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../stable/dom-collections');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/dom-collections/iterator.js b/node_modules/core-js/features/dom-collections/iterator.js
deleted file mode 100644
index d63ca43..0000000
--- a/node_modules/core-js/features/dom-collections/iterator.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../stable/dom-collections/iterator');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/function/bind.js b/node_modules/core-js/features/function/bind.js
deleted file mode 100644
index b916d67..0000000
--- a/node_modules/core-js/features/function/bind.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/function/bind');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/function/has-instance.js b/node_modules/core-js/features/function/has-instance.js
deleted file mode 100644
index 9538a80..0000000
--- a/node_modules/core-js/features/function/has-instance.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/function/has-instance');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/function/index.js b/node_modules/core-js/features/function/index.js
deleted file mode 100644
index f906e2e..0000000
--- a/node_modules/core-js/features/function/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/function');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/function/name.js b/node_modules/core-js/features/function/name.js
deleted file mode 100644
index a7729f5..0000000
--- a/node_modules/core-js/features/function/name.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/function/name');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/function/virtual/bind.js b/node_modules/core-js/features/function/virtual/bind.js
deleted file mode 100644
index e7b9a3b..0000000
--- a/node_modules/core-js/features/function/virtual/bind.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/function/virtual/bind');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/function/virtual/index.js b/node_modules/core-js/features/function/virtual/index.js
deleted file mode 100644
index 2282ff4..0000000
--- a/node_modules/core-js/features/function/virtual/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/function/virtual');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/get-iterator-method.js b/node_modules/core-js/features/get-iterator-method.js
deleted file mode 100644
index 6dd77cb..0000000
--- a/node_modules/core-js/features/get-iterator-method.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../modules/web.dom-collections.iterator');
-require('../modules/es.string.iterator');
-var getIteratorMethod = require('../internals/get-iterator-method');
-
-module.exports = getIteratorMethod;
diff --git a/node_modules/core-js/features/get-iterator.js b/node_modules/core-js/features/get-iterator.js
deleted file mode 100644
index 3e52b2c..0000000
--- a/node_modules/core-js/features/get-iterator.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../modules/web.dom-collections.iterator');
-require('../modules/es.string.iterator');
-var getIterator = require('../internals/get-iterator');
-
-module.exports = getIterator;
diff --git a/node_modules/core-js/features/global-this.js b/node_modules/core-js/features/global-this.js
deleted file mode 100644
index 81d7455..0000000
--- a/node_modules/core-js/features/global-this.js
+++ /dev/null
@@ -1,6 +0,0 @@
-// TODO: remove from `core-js@4`
-require('../modules/esnext.global-this');
-
-var parent = require('../es/global-this');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/index.js b/node_modules/core-js/features/index.js
deleted file mode 100644
index 9a8b0cb..0000000
--- a/node_modules/core-js/features/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('..');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/at.js b/node_modules/core-js/features/instance/at.js
deleted file mode 100644
index 736ff4d..0000000
--- a/node_modules/core-js/features/instance/at.js
+++ /dev/null
@@ -1,13 +0,0 @@
-var arrayAt = require('../array/virtual/at');
-var stringAt = require('../string/virtual/at');
-
-var ArrayPrototype = Array.prototype;
-var StringPrototype = String.prototype;
-
-module.exports = function (it) {
- var own = it.at;
- if (it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.at)) return arrayAt;
- if (typeof it === 'string' || it === StringPrototype || (it instanceof String && own === StringPrototype.at)) {
- return stringAt;
- } return own;
-};
diff --git a/node_modules/core-js/features/instance/bind.js b/node_modules/core-js/features/instance/bind.js
deleted file mode 100644
index acb6bbe..0000000
--- a/node_modules/core-js/features/instance/bind.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/bind');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/code-point-at.js b/node_modules/core-js/features/instance/code-point-at.js
deleted file mode 100644
index 1d4435e..0000000
--- a/node_modules/core-js/features/instance/code-point-at.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/code-point-at');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/code-points.js b/node_modules/core-js/features/instance/code-points.js
deleted file mode 100644
index 6437299..0000000
--- a/node_modules/core-js/features/instance/code-points.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var codePoints = require('../string/virtual/code-points');
-
-var StringPrototype = String.prototype;
-
-module.exports = function (it) {
- var own = it.codePoints;
- return typeof it === 'string' || it === StringPrototype
- || (it instanceof String && own === StringPrototype.codePoints) ? codePoints : own;
-};
diff --git a/node_modules/core-js/features/instance/concat.js b/node_modules/core-js/features/instance/concat.js
deleted file mode 100644
index 874d87d..0000000
--- a/node_modules/core-js/features/instance/concat.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/concat');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/copy-within.js b/node_modules/core-js/features/instance/copy-within.js
deleted file mode 100644
index 9d472b0..0000000
--- a/node_modules/core-js/features/instance/copy-within.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/copy-within');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/ends-with.js b/node_modules/core-js/features/instance/ends-with.js
deleted file mode 100644
index aaf2c16..0000000
--- a/node_modules/core-js/features/instance/ends-with.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/ends-with');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/entries.js b/node_modules/core-js/features/instance/entries.js
deleted file mode 100644
index ef42a0e..0000000
--- a/node_modules/core-js/features/instance/entries.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../stable/instance/entries');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/every.js b/node_modules/core-js/features/instance/every.js
deleted file mode 100644
index 3dc4296..0000000
--- a/node_modules/core-js/features/instance/every.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/every');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/fill.js b/node_modules/core-js/features/instance/fill.js
deleted file mode 100644
index 4e38c42..0000000
--- a/node_modules/core-js/features/instance/fill.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/fill');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/filter-out.js b/node_modules/core-js/features/instance/filter-out.js
deleted file mode 100644
index 65ecf56..0000000
--- a/node_modules/core-js/features/instance/filter-out.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var filterOut = require('../array/virtual/filter-out');
-
-var ArrayPrototype = Array.prototype;
-
-module.exports = function (it) {
- var own = it.filterOut;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.filterOut) ? filterOut : own;
-};
diff --git a/node_modules/core-js/features/instance/filter.js b/node_modules/core-js/features/instance/filter.js
deleted file mode 100644
index 5219c64..0000000
--- a/node_modules/core-js/features/instance/filter.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/filter');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/find-index.js b/node_modules/core-js/features/instance/find-index.js
deleted file mode 100644
index b207364..0000000
--- a/node_modules/core-js/features/instance/find-index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/find-index');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/find.js b/node_modules/core-js/features/instance/find.js
deleted file mode 100644
index 024fc81..0000000
--- a/node_modules/core-js/features/instance/find.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/find');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/flags.js b/node_modules/core-js/features/instance/flags.js
deleted file mode 100644
index 064c9ec..0000000
--- a/node_modules/core-js/features/instance/flags.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/flags');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/flat-map.js b/node_modules/core-js/features/instance/flat-map.js
deleted file mode 100644
index bea3d82..0000000
--- a/node_modules/core-js/features/instance/flat-map.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/flat-map');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/flat.js b/node_modules/core-js/features/instance/flat.js
deleted file mode 100644
index d61b6ab..0000000
--- a/node_modules/core-js/features/instance/flat.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/flat');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/for-each.js b/node_modules/core-js/features/instance/for-each.js
deleted file mode 100644
index 59d1d80..0000000
--- a/node_modules/core-js/features/instance/for-each.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../stable/instance/for-each');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/includes.js b/node_modules/core-js/features/instance/includes.js
deleted file mode 100644
index 1bccfac..0000000
--- a/node_modules/core-js/features/instance/includes.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/includes');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/index-of.js b/node_modules/core-js/features/instance/index-of.js
deleted file mode 100644
index 8ddbaba..0000000
--- a/node_modules/core-js/features/instance/index-of.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/index-of');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/keys.js b/node_modules/core-js/features/instance/keys.js
deleted file mode 100644
index 6320846..0000000
--- a/node_modules/core-js/features/instance/keys.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../stable/instance/keys');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/last-index-of.js b/node_modules/core-js/features/instance/last-index-of.js
deleted file mode 100644
index c860188..0000000
--- a/node_modules/core-js/features/instance/last-index-of.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/last-index-of');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/map.js b/node_modules/core-js/features/instance/map.js
deleted file mode 100644
index 1f18a09..0000000
--- a/node_modules/core-js/features/instance/map.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/map');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/match-all.js b/node_modules/core-js/features/instance/match-all.js
deleted file mode 100644
index f0ed173..0000000
--- a/node_modules/core-js/features/instance/match-all.js
+++ /dev/null
@@ -1,6 +0,0 @@
-// TODO: remove from `core-js@4`
-require('../../modules/esnext.string.match-all');
-
-var parent = require('../../es/instance/match-all');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/pad-end.js b/node_modules/core-js/features/instance/pad-end.js
deleted file mode 100644
index afe92b0..0000000
--- a/node_modules/core-js/features/instance/pad-end.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/pad-end');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/pad-start.js b/node_modules/core-js/features/instance/pad-start.js
deleted file mode 100644
index 6a7db7d..0000000
--- a/node_modules/core-js/features/instance/pad-start.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/pad-start');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/reduce-right.js b/node_modules/core-js/features/instance/reduce-right.js
deleted file mode 100644
index 6a1bb34..0000000
--- a/node_modules/core-js/features/instance/reduce-right.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/reduce-right');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/reduce.js b/node_modules/core-js/features/instance/reduce.js
deleted file mode 100644
index 908e12e..0000000
--- a/node_modules/core-js/features/instance/reduce.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/reduce');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/repeat.js b/node_modules/core-js/features/instance/repeat.js
deleted file mode 100644
index 76f2f4c..0000000
--- a/node_modules/core-js/features/instance/repeat.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/repeat');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/replace-all.js b/node_modules/core-js/features/instance/replace-all.js
deleted file mode 100644
index c4dc865..0000000
--- a/node_modules/core-js/features/instance/replace-all.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../stable/instance/replace-all');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/reverse.js b/node_modules/core-js/features/instance/reverse.js
deleted file mode 100644
index ca634dc..0000000
--- a/node_modules/core-js/features/instance/reverse.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/reverse');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/slice.js b/node_modules/core-js/features/instance/slice.js
deleted file mode 100644
index 2722605..0000000
--- a/node_modules/core-js/features/instance/slice.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/slice');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/some.js b/node_modules/core-js/features/instance/some.js
deleted file mode 100644
index 3cd6a8b..0000000
--- a/node_modules/core-js/features/instance/some.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/some');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/sort.js b/node_modules/core-js/features/instance/sort.js
deleted file mode 100644
index d06c4bb..0000000
--- a/node_modules/core-js/features/instance/sort.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/sort');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/splice.js b/node_modules/core-js/features/instance/splice.js
deleted file mode 100644
index 46da42c..0000000
--- a/node_modules/core-js/features/instance/splice.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/splice');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/starts-with.js b/node_modules/core-js/features/instance/starts-with.js
deleted file mode 100644
index f2e3a08..0000000
--- a/node_modules/core-js/features/instance/starts-with.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/starts-with');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/trim-end.js b/node_modules/core-js/features/instance/trim-end.js
deleted file mode 100644
index 787e52e..0000000
--- a/node_modules/core-js/features/instance/trim-end.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/trim-end');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/trim-left.js b/node_modules/core-js/features/instance/trim-left.js
deleted file mode 100644
index 7127d67..0000000
--- a/node_modules/core-js/features/instance/trim-left.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/trim-left');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/trim-right.js b/node_modules/core-js/features/instance/trim-right.js
deleted file mode 100644
index 760567e..0000000
--- a/node_modules/core-js/features/instance/trim-right.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/trim-right');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/trim-start.js b/node_modules/core-js/features/instance/trim-start.js
deleted file mode 100644
index 3c59472..0000000
--- a/node_modules/core-js/features/instance/trim-start.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/trim-start');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/trim.js b/node_modules/core-js/features/instance/trim.js
deleted file mode 100644
index 4d99499..0000000
--- a/node_modules/core-js/features/instance/trim.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/trim');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/instance/unique-by.js b/node_modules/core-js/features/instance/unique-by.js
deleted file mode 100644
index e5de52d..0000000
--- a/node_modules/core-js/features/instance/unique-by.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var uniqueBy = require('../array/virtual/unique-by');
-
-var ArrayPrototype = Array.prototype;
-
-module.exports = function (it) {
- var own = it.uniqueBy;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.uniqueBy) ? uniqueBy : own;
-};
diff --git a/node_modules/core-js/features/instance/values.js b/node_modules/core-js/features/instance/values.js
deleted file mode 100644
index 71d1733..0000000
--- a/node_modules/core-js/features/instance/values.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../stable/instance/values');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/is-iterable.js b/node_modules/core-js/features/is-iterable.js
deleted file mode 100644
index 308da78..0000000
--- a/node_modules/core-js/features/is-iterable.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../modules/web.dom-collections.iterator');
-require('../modules/es.string.iterator');
-var isIterable = require('../internals/is-iterable');
-
-module.exports = isIterable;
diff --git a/node_modules/core-js/features/iterator/as-indexed-pairs.js b/node_modules/core-js/features/iterator/as-indexed-pairs.js
deleted file mode 100644
index fdf2d31..0000000
--- a/node_modules/core-js/features/iterator/as-indexed-pairs.js
+++ /dev/null
@@ -1,10 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.iterator.constructor');
-require('../../modules/esnext.iterator.as-indexed-pairs');
-require('../../modules/web.dom-collections.iterator');
-
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Iterator', 'asIndexedPairs');
-
diff --git a/node_modules/core-js/features/iterator/drop.js b/node_modules/core-js/features/iterator/drop.js
deleted file mode 100644
index 52b4245..0000000
--- a/node_modules/core-js/features/iterator/drop.js
+++ /dev/null
@@ -1,9 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.iterator.constructor');
-require('../../modules/esnext.iterator.drop');
-require('../../modules/web.dom-collections.iterator');
-
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Iterator', 'drop');
diff --git a/node_modules/core-js/features/iterator/every.js b/node_modules/core-js/features/iterator/every.js
deleted file mode 100644
index cc3fbed..0000000
--- a/node_modules/core-js/features/iterator/every.js
+++ /dev/null
@@ -1,9 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.iterator.constructor');
-require('../../modules/esnext.iterator.every');
-require('../../modules/web.dom-collections.iterator');
-
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Iterator', 'every');
diff --git a/node_modules/core-js/features/iterator/filter.js b/node_modules/core-js/features/iterator/filter.js
deleted file mode 100644
index f744150..0000000
--- a/node_modules/core-js/features/iterator/filter.js
+++ /dev/null
@@ -1,9 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.iterator.constructor');
-require('../../modules/esnext.iterator.filter');
-require('../../modules/web.dom-collections.iterator');
-
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Iterator', 'filter');
diff --git a/node_modules/core-js/features/iterator/find.js b/node_modules/core-js/features/iterator/find.js
deleted file mode 100644
index dfed16c..0000000
--- a/node_modules/core-js/features/iterator/find.js
+++ /dev/null
@@ -1,9 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.iterator.constructor');
-require('../../modules/esnext.iterator.find');
-require('../../modules/web.dom-collections.iterator');
-
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Iterator', 'find');
diff --git a/node_modules/core-js/features/iterator/flat-map.js b/node_modules/core-js/features/iterator/flat-map.js
deleted file mode 100644
index 81e3098..0000000
--- a/node_modules/core-js/features/iterator/flat-map.js
+++ /dev/null
@@ -1,9 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.iterator.constructor');
-require('../../modules/esnext.iterator.flat-map');
-require('../../modules/web.dom-collections.iterator');
-
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Iterator', 'flatMap');
diff --git a/node_modules/core-js/features/iterator/for-each.js b/node_modules/core-js/features/iterator/for-each.js
deleted file mode 100644
index e711034..0000000
--- a/node_modules/core-js/features/iterator/for-each.js
+++ /dev/null
@@ -1,9 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.iterator.constructor');
-require('../../modules/esnext.iterator.for-each');
-require('../../modules/web.dom-collections.iterator');
-
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Iterator', 'forEach');
diff --git a/node_modules/core-js/features/iterator/from.js b/node_modules/core-js/features/iterator/from.js
deleted file mode 100644
index e79d1a1..0000000
--- a/node_modules/core-js/features/iterator/from.js
+++ /dev/null
@@ -1,9 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.iterator.constructor');
-require('../../modules/esnext.iterator.from');
-require('../../modules/web.dom-collections.iterator');
-
-var path = require('../../internals/path');
-
-module.exports = path.Iterator.from;
diff --git a/node_modules/core-js/features/iterator/index.js b/node_modules/core-js/features/iterator/index.js
deleted file mode 100644
index 6e86af7..0000000
--- a/node_modules/core-js/features/iterator/index.js
+++ /dev/null
@@ -1,21 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.iterator.constructor');
-require('../../modules/esnext.iterator.as-indexed-pairs');
-require('../../modules/esnext.iterator.drop');
-require('../../modules/esnext.iterator.every');
-require('../../modules/esnext.iterator.filter');
-require('../../modules/esnext.iterator.find');
-require('../../modules/esnext.iterator.flat-map');
-require('../../modules/esnext.iterator.for-each');
-require('../../modules/esnext.iterator.from');
-require('../../modules/esnext.iterator.map');
-require('../../modules/esnext.iterator.reduce');
-require('../../modules/esnext.iterator.some');
-require('../../modules/esnext.iterator.take');
-require('../../modules/esnext.iterator.to-array');
-require('../../modules/web.dom-collections.iterator');
-
-var path = require('../../internals/path');
-
-module.exports = path.Iterator;
diff --git a/node_modules/core-js/features/iterator/map.js b/node_modules/core-js/features/iterator/map.js
deleted file mode 100644
index 060d0f5..0000000
--- a/node_modules/core-js/features/iterator/map.js
+++ /dev/null
@@ -1,9 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.iterator.constructor');
-require('../../modules/esnext.iterator.map');
-require('../../modules/web.dom-collections.iterator');
-
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Iterator', 'map');
diff --git a/node_modules/core-js/features/iterator/reduce.js b/node_modules/core-js/features/iterator/reduce.js
deleted file mode 100644
index 7049b47..0000000
--- a/node_modules/core-js/features/iterator/reduce.js
+++ /dev/null
@@ -1,9 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.iterator.constructor');
-require('../../modules/esnext.iterator.reduce');
-require('../../modules/web.dom-collections.iterator');
-
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Iterator', 'reduce');
diff --git a/node_modules/core-js/features/iterator/some.js b/node_modules/core-js/features/iterator/some.js
deleted file mode 100644
index 0a0a20c..0000000
--- a/node_modules/core-js/features/iterator/some.js
+++ /dev/null
@@ -1,9 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.iterator.constructor');
-require('../../modules/esnext.iterator.some');
-require('../../modules/web.dom-collections.iterator');
-
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Iterator', 'some');
diff --git a/node_modules/core-js/features/iterator/take.js b/node_modules/core-js/features/iterator/take.js
deleted file mode 100644
index 962c4ad..0000000
--- a/node_modules/core-js/features/iterator/take.js
+++ /dev/null
@@ -1,9 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.iterator.constructor');
-require('../../modules/esnext.iterator.take');
-require('../../modules/web.dom-collections.iterator');
-
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Iterator', 'take');
diff --git a/node_modules/core-js/features/iterator/to-array.js b/node_modules/core-js/features/iterator/to-array.js
deleted file mode 100644
index 42f490b..0000000
--- a/node_modules/core-js/features/iterator/to-array.js
+++ /dev/null
@@ -1,9 +0,0 @@
-require('../../modules/es.object.to-string');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.iterator.constructor');
-require('../../modules/esnext.iterator.to-array');
-require('../../modules/web.dom-collections.iterator');
-
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Iterator', 'toArray');
diff --git a/node_modules/core-js/features/json/index.js b/node_modules/core-js/features/json/index.js
deleted file mode 100644
index c53da9f..0000000
--- a/node_modules/core-js/features/json/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/json');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/json/stringify.js b/node_modules/core-js/features/json/stringify.js
deleted file mode 100644
index d6d8c52..0000000
--- a/node_modules/core-js/features/json/stringify.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/json/stringify');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/json/to-string-tag.js b/node_modules/core-js/features/json/to-string-tag.js
deleted file mode 100644
index 5355956..0000000
--- a/node_modules/core-js/features/json/to-string-tag.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/json/to-string-tag');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/map/delete-all.js b/node_modules/core-js/features/map/delete-all.js
deleted file mode 100644
index ecb2113..0000000
--- a/node_modules/core-js/features/map/delete-all.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.map');
-require('../../modules/esnext.map.delete-all');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Map', 'deleteAll');
diff --git a/node_modules/core-js/features/map/emplace.js b/node_modules/core-js/features/map/emplace.js
deleted file mode 100644
index 9764d6e..0000000
--- a/node_modules/core-js/features/map/emplace.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.map');
-require('../../modules/esnext.map.emplace');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Map', 'emplace');
diff --git a/node_modules/core-js/features/map/every.js b/node_modules/core-js/features/map/every.js
deleted file mode 100644
index a86e393..0000000
--- a/node_modules/core-js/features/map/every.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.map');
-require('../../modules/esnext.map.every');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Map', 'every');
diff --git a/node_modules/core-js/features/map/filter.js b/node_modules/core-js/features/map/filter.js
deleted file mode 100644
index 2326526..0000000
--- a/node_modules/core-js/features/map/filter.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.map');
-require('../../modules/esnext.map.filter');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Map', 'filter');
diff --git a/node_modules/core-js/features/map/find-key.js b/node_modules/core-js/features/map/find-key.js
deleted file mode 100644
index 662c423..0000000
--- a/node_modules/core-js/features/map/find-key.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.map');
-require('../../modules/esnext.map.find-key');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Map', 'findKey');
diff --git a/node_modules/core-js/features/map/find.js b/node_modules/core-js/features/map/find.js
deleted file mode 100644
index 993b226..0000000
--- a/node_modules/core-js/features/map/find.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.map');
-require('../../modules/esnext.map.find');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Map', 'find');
diff --git a/node_modules/core-js/features/map/from.js b/node_modules/core-js/features/map/from.js
deleted file mode 100644
index b7d75f9..0000000
--- a/node_modules/core-js/features/map/from.js
+++ /dev/null
@@ -1,13 +0,0 @@
-'use strict';
-require('../../modules/es.map');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.map.from');
-require('../../modules/web.dom-collections.iterator');
-var path = require('../../internals/path');
-
-var Map = path.Map;
-var mapFrom = Map.from;
-
-module.exports = function from(source, mapFn, thisArg) {
- return mapFrom.call(typeof this === 'function' ? this : Map, source, mapFn, thisArg);
-};
diff --git a/node_modules/core-js/features/map/group-by.js b/node_modules/core-js/features/map/group-by.js
deleted file mode 100644
index c4dfdca..0000000
--- a/node_modules/core-js/features/map/group-by.js
+++ /dev/null
@@ -1,11 +0,0 @@
-'use strict';
-require('../../modules/es.map');
-require('../../modules/esnext.map.group-by');
-var path = require('../../internals/path');
-
-var Map = path.Map;
-var mapGroupBy = Map.groupBy;
-
-module.exports = function groupBy(source, iterable, keyDerivative) {
- return mapGroupBy.call(typeof this === 'function' ? this : Map, source, iterable, keyDerivative);
-};
diff --git a/node_modules/core-js/features/map/includes.js b/node_modules/core-js/features/map/includes.js
deleted file mode 100644
index 3ba5acd..0000000
--- a/node_modules/core-js/features/map/includes.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.map');
-require('../../modules/esnext.map.includes');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Map', 'includes');
diff --git a/node_modules/core-js/features/map/index.js b/node_modules/core-js/features/map/index.js
deleted file mode 100644
index c9dc009..0000000
--- a/node_modules/core-js/features/map/index.js
+++ /dev/null
@@ -1,25 +0,0 @@
-var parent = require('../../es/map');
-require('../../modules/esnext.map.from');
-require('../../modules/esnext.map.of');
-require('../../modules/esnext.map.delete-all');
-require('../../modules/esnext.map.emplace');
-require('../../modules/esnext.map.every');
-require('../../modules/esnext.map.filter');
-require('../../modules/esnext.map.find');
-require('../../modules/esnext.map.find-key');
-require('../../modules/esnext.map.group-by');
-require('../../modules/esnext.map.includes');
-require('../../modules/esnext.map.key-by');
-require('../../modules/esnext.map.key-of');
-require('../../modules/esnext.map.map-keys');
-require('../../modules/esnext.map.map-values');
-require('../../modules/esnext.map.merge');
-require('../../modules/esnext.map.reduce');
-require('../../modules/esnext.map.some');
-require('../../modules/esnext.map.update');
-// TODO: remove from `core-js@4`
-require('../../modules/esnext.map.upsert');
-// TODO: remove from `core-js@4`
-require('../../modules/esnext.map.update-or-insert');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/map/key-by.js b/node_modules/core-js/features/map/key-by.js
deleted file mode 100644
index b156f02..0000000
--- a/node_modules/core-js/features/map/key-by.js
+++ /dev/null
@@ -1,11 +0,0 @@
-'use strict';
-require('../../modules/es.map');
-require('../../modules/esnext.map.key-by');
-var path = require('../../internals/path');
-
-var Map = path.Map;
-var mapKeyBy = Map.keyBy;
-
-module.exports = function keyBy(source, iterable, keyDerivative) {
- return mapKeyBy.call(typeof this === 'function' ? this : Map, source, iterable, keyDerivative);
-};
diff --git a/node_modules/core-js/features/map/key-of.js b/node_modules/core-js/features/map/key-of.js
deleted file mode 100644
index 0d0789a..0000000
--- a/node_modules/core-js/features/map/key-of.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.map');
-require('../../modules/esnext.map.key-of');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Map', 'keyOf');
diff --git a/node_modules/core-js/features/map/map-keys.js b/node_modules/core-js/features/map/map-keys.js
deleted file mode 100644
index 07a49a3..0000000
--- a/node_modules/core-js/features/map/map-keys.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.map');
-require('../../modules/esnext.map.map-keys');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Map', 'mapKeys');
diff --git a/node_modules/core-js/features/map/map-values.js b/node_modules/core-js/features/map/map-values.js
deleted file mode 100644
index 40bf6ca..0000000
--- a/node_modules/core-js/features/map/map-values.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.map');
-require('../../modules/esnext.map.map-values');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Map', 'mapValues');
diff --git a/node_modules/core-js/features/map/merge.js b/node_modules/core-js/features/map/merge.js
deleted file mode 100644
index 839620d..0000000
--- a/node_modules/core-js/features/map/merge.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.map');
-require('../../modules/esnext.map.merge');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Map', 'merge');
diff --git a/node_modules/core-js/features/map/of.js b/node_modules/core-js/features/map/of.js
deleted file mode 100644
index 57f2a76..0000000
--- a/node_modules/core-js/features/map/of.js
+++ /dev/null
@@ -1,13 +0,0 @@
-'use strict';
-require('../../modules/es.map');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.map.of');
-require('../../modules/web.dom-collections.iterator');
-var path = require('../../internals/path');
-
-var Map = path.Map;
-var mapOf = Map.of;
-
-module.exports = function of() {
- return mapOf.apply(typeof this === 'function' ? this : Map, arguments);
-};
diff --git a/node_modules/core-js/features/map/reduce.js b/node_modules/core-js/features/map/reduce.js
deleted file mode 100644
index 272b6f8..0000000
--- a/node_modules/core-js/features/map/reduce.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.map');
-require('../../modules/esnext.map.reduce');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Map', 'reduce');
diff --git a/node_modules/core-js/features/map/some.js b/node_modules/core-js/features/map/some.js
deleted file mode 100644
index 48192fe..0000000
--- a/node_modules/core-js/features/map/some.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.map');
-require('../../modules/esnext.map.some');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Map', 'some');
diff --git a/node_modules/core-js/features/map/update-or-insert.js b/node_modules/core-js/features/map/update-or-insert.js
deleted file mode 100644
index f195f57..0000000
--- a/node_modules/core-js/features/map/update-or-insert.js
+++ /dev/null
@@ -1,6 +0,0 @@
-// TODO: remove from `core-js@4`
-require('../../modules/es.map');
-require('../../modules/esnext.map.update-or-insert');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Map', 'updateOrInsert');
diff --git a/node_modules/core-js/features/map/update.js b/node_modules/core-js/features/map/update.js
deleted file mode 100644
index 3352690..0000000
--- a/node_modules/core-js/features/map/update.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.map');
-require('../../modules/esnext.map.update');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Map', 'update');
diff --git a/node_modules/core-js/features/map/upsert.js b/node_modules/core-js/features/map/upsert.js
deleted file mode 100644
index e658a40..0000000
--- a/node_modules/core-js/features/map/upsert.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.map');
-require('../../modules/esnext.map.upsert');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Map', 'upsert');
diff --git a/node_modules/core-js/features/math/acosh.js b/node_modules/core-js/features/math/acosh.js
deleted file mode 100644
index f039937..0000000
--- a/node_modules/core-js/features/math/acosh.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/acosh');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/math/asinh.js b/node_modules/core-js/features/math/asinh.js
deleted file mode 100644
index 95a302a..0000000
--- a/node_modules/core-js/features/math/asinh.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/asinh');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/math/atanh.js b/node_modules/core-js/features/math/atanh.js
deleted file mode 100644
index f1ebad7..0000000
--- a/node_modules/core-js/features/math/atanh.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/atanh');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/math/cbrt.js b/node_modules/core-js/features/math/cbrt.js
deleted file mode 100644
index 2c1f825..0000000
--- a/node_modules/core-js/features/math/cbrt.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/cbrt');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/math/clamp.js b/node_modules/core-js/features/math/clamp.js
deleted file mode 100644
index 7b81611..0000000
--- a/node_modules/core-js/features/math/clamp.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.math.clamp');
-var path = require('../../internals/path');
-
-module.exports = path.Math.clamp;
diff --git a/node_modules/core-js/features/math/clz32.js b/node_modules/core-js/features/math/clz32.js
deleted file mode 100644
index a0ecd15..0000000
--- a/node_modules/core-js/features/math/clz32.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/clz32');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/math/cosh.js b/node_modules/core-js/features/math/cosh.js
deleted file mode 100644
index bc8a11f..0000000
--- a/node_modules/core-js/features/math/cosh.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/cosh');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/math/deg-per-rad.js b/node_modules/core-js/features/math/deg-per-rad.js
deleted file mode 100644
index c945112..0000000
--- a/node_modules/core-js/features/math/deg-per-rad.js
+++ /dev/null
@@ -1,3 +0,0 @@
-require('../../modules/esnext.math.deg-per-rad');
-
-module.exports = Math.PI / 180;
diff --git a/node_modules/core-js/features/math/degrees.js b/node_modules/core-js/features/math/degrees.js
deleted file mode 100644
index 119c327..0000000
--- a/node_modules/core-js/features/math/degrees.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.math.degrees');
-var path = require('../../internals/path');
-
-module.exports = path.Math.degrees;
diff --git a/node_modules/core-js/features/math/expm1.js b/node_modules/core-js/features/math/expm1.js
deleted file mode 100644
index 0527f81..0000000
--- a/node_modules/core-js/features/math/expm1.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/expm1');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/math/fround.js b/node_modules/core-js/features/math/fround.js
deleted file mode 100644
index 5caff7d..0000000
--- a/node_modules/core-js/features/math/fround.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/fround');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/math/fscale.js b/node_modules/core-js/features/math/fscale.js
deleted file mode 100644
index 2a3cdd8..0000000
--- a/node_modules/core-js/features/math/fscale.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.math.fscale');
-var path = require('../../internals/path');
-
-module.exports = path.Math.fscale;
diff --git a/node_modules/core-js/features/math/hypot.js b/node_modules/core-js/features/math/hypot.js
deleted file mode 100644
index 3db8d78..0000000
--- a/node_modules/core-js/features/math/hypot.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/hypot');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/math/iaddh.js b/node_modules/core-js/features/math/iaddh.js
deleted file mode 100644
index abfcd8a..0000000
--- a/node_modules/core-js/features/math/iaddh.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.math.iaddh');
-var path = require('../../internals/path');
-
-module.exports = path.Math.iaddh;
diff --git a/node_modules/core-js/features/math/imul.js b/node_modules/core-js/features/math/imul.js
deleted file mode 100644
index 4d31d24..0000000
--- a/node_modules/core-js/features/math/imul.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/imul');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/math/imulh.js b/node_modules/core-js/features/math/imulh.js
deleted file mode 100644
index b81cf34..0000000
--- a/node_modules/core-js/features/math/imulh.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.math.imulh');
-var path = require('../../internals/path');
-
-module.exports = path.Math.imulh;
diff --git a/node_modules/core-js/features/math/index.js b/node_modules/core-js/features/math/index.js
deleted file mode 100644
index 5207e07..0000000
--- a/node_modules/core-js/features/math/index.js
+++ /dev/null
@@ -1,17 +0,0 @@
-var parent = require('../../es/math');
-require('../../modules/esnext.math.clamp');
-require('../../modules/esnext.math.deg-per-rad');
-require('../../modules/esnext.math.degrees');
-require('../../modules/esnext.math.fscale');
-require('../../modules/esnext.math.rad-per-deg');
-require('../../modules/esnext.math.radians');
-require('../../modules/esnext.math.scale');
-require('../../modules/esnext.math.seeded-prng');
-require('../../modules/esnext.math.signbit');
-// TODO: Remove from `core-js@4`
-require('../../modules/esnext.math.iaddh');
-require('../../modules/esnext.math.isubh');
-require('../../modules/esnext.math.imulh');
-require('../../modules/esnext.math.umulh');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/math/isubh.js b/node_modules/core-js/features/math/isubh.js
deleted file mode 100644
index a14e102..0000000
--- a/node_modules/core-js/features/math/isubh.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.math.isubh');
-var path = require('../../internals/path');
-
-module.exports = path.Math.isubh;
diff --git a/node_modules/core-js/features/math/log10.js b/node_modules/core-js/features/math/log10.js
deleted file mode 100644
index 07b9704..0000000
--- a/node_modules/core-js/features/math/log10.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/log10');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/math/log1p.js b/node_modules/core-js/features/math/log1p.js
deleted file mode 100644
index b31d730..0000000
--- a/node_modules/core-js/features/math/log1p.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/log1p');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/math/log2.js b/node_modules/core-js/features/math/log2.js
deleted file mode 100644
index 00db8a5..0000000
--- a/node_modules/core-js/features/math/log2.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/log2');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/math/rad-per-deg.js b/node_modules/core-js/features/math/rad-per-deg.js
deleted file mode 100644
index 3eee674..0000000
--- a/node_modules/core-js/features/math/rad-per-deg.js
+++ /dev/null
@@ -1,3 +0,0 @@
-require('../../modules/esnext.math.rad-per-deg');
-
-module.exports = 180 / Math.PI;
diff --git a/node_modules/core-js/features/math/radians.js b/node_modules/core-js/features/math/radians.js
deleted file mode 100644
index 1f02607..0000000
--- a/node_modules/core-js/features/math/radians.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.math.radians');
-var path = require('../../internals/path');
-
-module.exports = path.Math.radians;
diff --git a/node_modules/core-js/features/math/scale.js b/node_modules/core-js/features/math/scale.js
deleted file mode 100644
index c44428d..0000000
--- a/node_modules/core-js/features/math/scale.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.math.scale');
-var path = require('../../internals/path');
-
-module.exports = path.Math.scale;
diff --git a/node_modules/core-js/features/math/seeded-prng.js b/node_modules/core-js/features/math/seeded-prng.js
deleted file mode 100644
index 80491b9..0000000
--- a/node_modules/core-js/features/math/seeded-prng.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.math.seeded-prng');
-var path = require('../../internals/path');
-
-module.exports = path.Math.seededPRNG;
diff --git a/node_modules/core-js/features/math/sign.js b/node_modules/core-js/features/math/sign.js
deleted file mode 100644
index c7bef22..0000000
--- a/node_modules/core-js/features/math/sign.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/sign');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/math/signbit.js b/node_modules/core-js/features/math/signbit.js
deleted file mode 100644
index ac2862a..0000000
--- a/node_modules/core-js/features/math/signbit.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.math.signbit');
-var path = require('../../internals/path');
-
-module.exports = path.Math.signbit;
diff --git a/node_modules/core-js/features/math/sinh.js b/node_modules/core-js/features/math/sinh.js
deleted file mode 100644
index 96f8f8e..0000000
--- a/node_modules/core-js/features/math/sinh.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/sinh');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/math/tanh.js b/node_modules/core-js/features/math/tanh.js
deleted file mode 100644
index c9e8bb8..0000000
--- a/node_modules/core-js/features/math/tanh.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/tanh');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/math/to-string-tag.js b/node_modules/core-js/features/math/to-string-tag.js
deleted file mode 100644
index 02faadf..0000000
--- a/node_modules/core-js/features/math/to-string-tag.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/to-string-tag');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/math/trunc.js b/node_modules/core-js/features/math/trunc.js
deleted file mode 100644
index 7635c17..0000000
--- a/node_modules/core-js/features/math/trunc.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/trunc');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/math/umulh.js b/node_modules/core-js/features/math/umulh.js
deleted file mode 100644
index 447bf71..0000000
--- a/node_modules/core-js/features/math/umulh.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.math.umulh');
-var path = require('../../internals/path');
-
-module.exports = path.Math.umulh;
diff --git a/node_modules/core-js/features/number/constructor.js b/node_modules/core-js/features/number/constructor.js
deleted file mode 100644
index 6b5836e..0000000
--- a/node_modules/core-js/features/number/constructor.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/number/constructor');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/number/epsilon.js b/node_modules/core-js/features/number/epsilon.js
deleted file mode 100644
index fe2ccd7..0000000
--- a/node_modules/core-js/features/number/epsilon.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/number/epsilon');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/number/from-string.js b/node_modules/core-js/features/number/from-string.js
deleted file mode 100644
index 65654be..0000000
--- a/node_modules/core-js/features/number/from-string.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.number.from-string');
-var path = require('../../internals/path');
-
-module.exports = path.Number.fromString;
diff --git a/node_modules/core-js/features/number/index.js b/node_modules/core-js/features/number/index.js
deleted file mode 100644
index 8184513..0000000
--- a/node_modules/core-js/features/number/index.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var parent = require('../../es/number');
-
-module.exports = parent;
-
-require('../../modules/esnext.number.from-string');
-require('../../modules/esnext.number.range');
diff --git a/node_modules/core-js/features/number/is-finite.js b/node_modules/core-js/features/number/is-finite.js
deleted file mode 100644
index 24b9773..0000000
--- a/node_modules/core-js/features/number/is-finite.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/number/is-finite');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/number/is-integer.js b/node_modules/core-js/features/number/is-integer.js
deleted file mode 100644
index b1592d0..0000000
--- a/node_modules/core-js/features/number/is-integer.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/number/is-integer');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/number/is-nan.js b/node_modules/core-js/features/number/is-nan.js
deleted file mode 100644
index fcbec50..0000000
--- a/node_modules/core-js/features/number/is-nan.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/number/is-nan');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/number/is-safe-integer.js b/node_modules/core-js/features/number/is-safe-integer.js
deleted file mode 100644
index b25eb1c..0000000
--- a/node_modules/core-js/features/number/is-safe-integer.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/number/is-safe-integer');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/number/max-safe-integer.js b/node_modules/core-js/features/number/max-safe-integer.js
deleted file mode 100644
index e6689b0..0000000
--- a/node_modules/core-js/features/number/max-safe-integer.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/number/max-safe-integer');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/number/min-safe-integer.js b/node_modules/core-js/features/number/min-safe-integer.js
deleted file mode 100644
index 1159a47..0000000
--- a/node_modules/core-js/features/number/min-safe-integer.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/number/min-safe-integer');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/number/parse-float.js b/node_modules/core-js/features/number/parse-float.js
deleted file mode 100644
index 3b49c6a..0000000
--- a/node_modules/core-js/features/number/parse-float.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/number/parse-float');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/number/parse-int.js b/node_modules/core-js/features/number/parse-int.js
deleted file mode 100644
index 9e44651..0000000
--- a/node_modules/core-js/features/number/parse-int.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/number/parse-int');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/number/range.js b/node_modules/core-js/features/number/range.js
deleted file mode 100644
index 5ffb8b8..0000000
--- a/node_modules/core-js/features/number/range.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.number.range');
-var path = require('../../internals/path');
-
-module.exports = path.Number.range;
diff --git a/node_modules/core-js/features/number/to-fixed.js b/node_modules/core-js/features/number/to-fixed.js
deleted file mode 100644
index b103de9..0000000
--- a/node_modules/core-js/features/number/to-fixed.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/number/to-fixed');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/number/to-precision.js b/node_modules/core-js/features/number/to-precision.js
deleted file mode 100644
index 5183347..0000000
--- a/node_modules/core-js/features/number/to-precision.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/number/to-precision');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/number/virtual/index.js b/node_modules/core-js/features/number/virtual/index.js
deleted file mode 100644
index 88eef4b..0000000
--- a/node_modules/core-js/features/number/virtual/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/number/virtual');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/number/virtual/to-fixed.js b/node_modules/core-js/features/number/virtual/to-fixed.js
deleted file mode 100644
index a9f83cc..0000000
--- a/node_modules/core-js/features/number/virtual/to-fixed.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/number/virtual/to-fixed');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/number/virtual/to-precision.js b/node_modules/core-js/features/number/virtual/to-precision.js
deleted file mode 100644
index adffb86..0000000
--- a/node_modules/core-js/features/number/virtual/to-precision.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/number/virtual/to-precision');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/object/assign.js b/node_modules/core-js/features/object/assign.js
deleted file mode 100644
index ed6863e..0000000
--- a/node_modules/core-js/features/object/assign.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/assign');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/object/create.js b/node_modules/core-js/features/object/create.js
deleted file mode 100644
index 1e4d353..0000000
--- a/node_modules/core-js/features/object/create.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/create');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/object/define-getter.js b/node_modules/core-js/features/object/define-getter.js
deleted file mode 100644
index 9b734ab..0000000
--- a/node_modules/core-js/features/object/define-getter.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/define-getter');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/object/define-properties.js b/node_modules/core-js/features/object/define-properties.js
deleted file mode 100644
index e0d074c..0000000
--- a/node_modules/core-js/features/object/define-properties.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/define-properties');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/object/define-property.js b/node_modules/core-js/features/object/define-property.js
deleted file mode 100644
index 67a978c..0000000
--- a/node_modules/core-js/features/object/define-property.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/define-property');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/object/define-setter.js b/node_modules/core-js/features/object/define-setter.js
deleted file mode 100644
index 9076fd5..0000000
--- a/node_modules/core-js/features/object/define-setter.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/define-setter');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/object/entries.js b/node_modules/core-js/features/object/entries.js
deleted file mode 100644
index c7a831a..0000000
--- a/node_modules/core-js/features/object/entries.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/entries');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/object/freeze.js b/node_modules/core-js/features/object/freeze.js
deleted file mode 100644
index 0ee7459..0000000
--- a/node_modules/core-js/features/object/freeze.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/freeze');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/object/from-entries.js b/node_modules/core-js/features/object/from-entries.js
deleted file mode 100644
index aec2c7a..0000000
--- a/node_modules/core-js/features/object/from-entries.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/from-entries');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/object/get-own-property-descriptor.js b/node_modules/core-js/features/object/get-own-property-descriptor.js
deleted file mode 100644
index 9b69cdd..0000000
--- a/node_modules/core-js/features/object/get-own-property-descriptor.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/get-own-property-descriptor');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/object/get-own-property-descriptors.js b/node_modules/core-js/features/object/get-own-property-descriptors.js
deleted file mode 100644
index 43a193e..0000000
--- a/node_modules/core-js/features/object/get-own-property-descriptors.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/get-own-property-descriptors');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/object/get-own-property-names.js b/node_modules/core-js/features/object/get-own-property-names.js
deleted file mode 100644
index 42c21d7..0000000
--- a/node_modules/core-js/features/object/get-own-property-names.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/get-own-property-names');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/object/get-own-property-symbols.js b/node_modules/core-js/features/object/get-own-property-symbols.js
deleted file mode 100644
index 0bc8c26..0000000
--- a/node_modules/core-js/features/object/get-own-property-symbols.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/get-own-property-symbols');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/object/get-prototype-of.js b/node_modules/core-js/features/object/get-prototype-of.js
deleted file mode 100644
index b7cf588..0000000
--- a/node_modules/core-js/features/object/get-prototype-of.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/get-prototype-of');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/object/index.js b/node_modules/core-js/features/object/index.js
deleted file mode 100644
index e7ea4bf..0000000
--- a/node_modules/core-js/features/object/index.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var parent = require('../../es/object');
-require('../../modules/esnext.object.iterate-entries');
-require('../../modules/esnext.object.iterate-keys');
-require('../../modules/esnext.object.iterate-values');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/object/is-extensible.js b/node_modules/core-js/features/object/is-extensible.js
deleted file mode 100644
index 694b9a4..0000000
--- a/node_modules/core-js/features/object/is-extensible.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/is-extensible');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/object/is-frozen.js b/node_modules/core-js/features/object/is-frozen.js
deleted file mode 100644
index 68fe107..0000000
--- a/node_modules/core-js/features/object/is-frozen.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/is-frozen');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/object/is-sealed.js b/node_modules/core-js/features/object/is-sealed.js
deleted file mode 100644
index bbf6472..0000000
--- a/node_modules/core-js/features/object/is-sealed.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/is-sealed');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/object/is.js b/node_modules/core-js/features/object/is.js
deleted file mode 100644
index 3ddd76f..0000000
--- a/node_modules/core-js/features/object/is.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/is');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/object/iterate-entries.js b/node_modules/core-js/features/object/iterate-entries.js
deleted file mode 100644
index ca9cd28..0000000
--- a/node_modules/core-js/features/object/iterate-entries.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.object.iterate-entries');
-var path = require('../../internals/path');
-
-module.exports = path.Object.iterateEntries;
diff --git a/node_modules/core-js/features/object/iterate-keys.js b/node_modules/core-js/features/object/iterate-keys.js
deleted file mode 100644
index 8e8fad4..0000000
--- a/node_modules/core-js/features/object/iterate-keys.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.object.iterate-keys');
-var path = require('../../internals/path');
-
-module.exports = path.Object.iterateKeys;
diff --git a/node_modules/core-js/features/object/iterate-values.js b/node_modules/core-js/features/object/iterate-values.js
deleted file mode 100644
index a77108f..0000000
--- a/node_modules/core-js/features/object/iterate-values.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.object.iterate-values');
-var path = require('../../internals/path');
-
-module.exports = path.Object.iterateValues;
diff --git a/node_modules/core-js/features/object/keys.js b/node_modules/core-js/features/object/keys.js
deleted file mode 100644
index 2cff0ab..0000000
--- a/node_modules/core-js/features/object/keys.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/keys');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/object/lookup-getter.js b/node_modules/core-js/features/object/lookup-getter.js
deleted file mode 100644
index 9f10f6b..0000000
--- a/node_modules/core-js/features/object/lookup-getter.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/lookup-getter');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/object/lookup-setter.js b/node_modules/core-js/features/object/lookup-setter.js
deleted file mode 100644
index 97389bf..0000000
--- a/node_modules/core-js/features/object/lookup-setter.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/lookup-setter');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/object/prevent-extensions.js b/node_modules/core-js/features/object/prevent-extensions.js
deleted file mode 100644
index 7171f2a..0000000
--- a/node_modules/core-js/features/object/prevent-extensions.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/prevent-extensions');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/object/seal.js b/node_modules/core-js/features/object/seal.js
deleted file mode 100644
index fa50038..0000000
--- a/node_modules/core-js/features/object/seal.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/seal');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/object/set-prototype-of.js b/node_modules/core-js/features/object/set-prototype-of.js
deleted file mode 100644
index 4885ad3..0000000
--- a/node_modules/core-js/features/object/set-prototype-of.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/set-prototype-of');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/object/to-string.js b/node_modules/core-js/features/object/to-string.js
deleted file mode 100644
index 589ffcb..0000000
--- a/node_modules/core-js/features/object/to-string.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/to-string');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/object/values.js b/node_modules/core-js/features/object/values.js
deleted file mode 100644
index 9e457fc..0000000
--- a/node_modules/core-js/features/object/values.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/values');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/observable/index.js b/node_modules/core-js/features/observable/index.js
deleted file mode 100644
index 9f694bc..0000000
--- a/node_modules/core-js/features/observable/index.js
+++ /dev/null
@@ -1,8 +0,0 @@
-require('../../modules/esnext.observable');
-require('../../modules/esnext.symbol.observable');
-require('../../modules/es.object.to-string');
-require('../../modules/es.string.iterator');
-require('../../modules/web.dom-collections.iterator');
-var path = require('../../internals/path');
-
-module.exports = path.Observable;
diff --git a/node_modules/core-js/features/parse-float.js b/node_modules/core-js/features/parse-float.js
deleted file mode 100644
index 1bc853c..0000000
--- a/node_modules/core-js/features/parse-float.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../es/parse-float');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/parse-int.js b/node_modules/core-js/features/parse-int.js
deleted file mode 100644
index af7cffd..0000000
--- a/node_modules/core-js/features/parse-int.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../es/parse-int');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/promise/all-settled.js b/node_modules/core-js/features/promise/all-settled.js
deleted file mode 100644
index c5e8892..0000000
--- a/node_modules/core-js/features/promise/all-settled.js
+++ /dev/null
@@ -1,6 +0,0 @@
-// TODO: Remove from `core-js@4`
-require('../../modules/esnext.promise.all-settled');
-
-var parent = require('../../es/promise/all-settled');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/promise/any.js b/node_modules/core-js/features/promise/any.js
deleted file mode 100644
index 258917a..0000000
--- a/node_modules/core-js/features/promise/any.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var parent = require('../../es/promise/any');
-
-// TODO: Remove from `core-js@4`
-require('../../modules/esnext.aggregate-error');
-require('../../modules/esnext.promise.any');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/promise/finally.js b/node_modules/core-js/features/promise/finally.js
deleted file mode 100644
index 835c6c9..0000000
--- a/node_modules/core-js/features/promise/finally.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/promise/finally');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/promise/index.js b/node_modules/core-js/features/promise/index.js
deleted file mode 100644
index 13393b5..0000000
--- a/node_modules/core-js/features/promise/index.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var parent = require('../../es/promise');
-require('../../modules/esnext.aggregate-error');
-// TODO: Remove from `core-js@4`
-require('../../modules/esnext.promise.all-settled');
-require('../../modules/esnext.promise.try');
-require('../../modules/esnext.promise.any');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/promise/try.js b/node_modules/core-js/features/promise/try.js
deleted file mode 100644
index b7a6e3b..0000000
--- a/node_modules/core-js/features/promise/try.js
+++ /dev/null
@@ -1,11 +0,0 @@
-'use strict';
-require('../../modules/es.promise');
-require('../../modules/esnext.promise.try');
-var path = require('../../internals/path');
-
-var Promise = path.Promise;
-var promiseTry = Promise['try'];
-
-module.exports = { 'try': function (callbackfn) {
- return promiseTry.call(typeof this === 'function' ? this : Promise, callbackfn);
-} }['try'];
diff --git a/node_modules/core-js/features/queue-microtask.js b/node_modules/core-js/features/queue-microtask.js
deleted file mode 100644
index 66c39d6..0000000
--- a/node_modules/core-js/features/queue-microtask.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../stable/queue-microtask');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/reflect/apply.js b/node_modules/core-js/features/reflect/apply.js
deleted file mode 100644
index 75bf21e..0000000
--- a/node_modules/core-js/features/reflect/apply.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/reflect/apply');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/reflect/construct.js b/node_modules/core-js/features/reflect/construct.js
deleted file mode 100644
index 86ba56e..0000000
--- a/node_modules/core-js/features/reflect/construct.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/reflect/construct');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/reflect/define-metadata.js b/node_modules/core-js/features/reflect/define-metadata.js
deleted file mode 100644
index 156cc95..0000000
--- a/node_modules/core-js/features/reflect/define-metadata.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.reflect.define-metadata');
-var path = require('../../internals/path');
-
-module.exports = path.Reflect.defineMetadata;
diff --git a/node_modules/core-js/features/reflect/define-property.js b/node_modules/core-js/features/reflect/define-property.js
deleted file mode 100644
index 5b66a14..0000000
--- a/node_modules/core-js/features/reflect/define-property.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/reflect/define-property');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/reflect/delete-metadata.js b/node_modules/core-js/features/reflect/delete-metadata.js
deleted file mode 100644
index bbb8c48..0000000
--- a/node_modules/core-js/features/reflect/delete-metadata.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.reflect.delete-metadata');
-var path = require('../../internals/path');
-
-module.exports = path.Reflect.deleteMetadata;
diff --git a/node_modules/core-js/features/reflect/delete-property.js b/node_modules/core-js/features/reflect/delete-property.js
deleted file mode 100644
index 381d7a7..0000000
--- a/node_modules/core-js/features/reflect/delete-property.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/reflect/delete-property');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/reflect/get-metadata-keys.js b/node_modules/core-js/features/reflect/get-metadata-keys.js
deleted file mode 100644
index 8137178..0000000
--- a/node_modules/core-js/features/reflect/get-metadata-keys.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.reflect.get-metadata-keys');
-var path = require('../../internals/path');
-
-module.exports = path.Reflect.getMetadataKeys;
diff --git a/node_modules/core-js/features/reflect/get-metadata.js b/node_modules/core-js/features/reflect/get-metadata.js
deleted file mode 100644
index 3d00b4e..0000000
--- a/node_modules/core-js/features/reflect/get-metadata.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.reflect.get-metadata');
-var path = require('../../internals/path');
-
-module.exports = path.Reflect.getMetadata;
diff --git a/node_modules/core-js/features/reflect/get-own-metadata-keys.js b/node_modules/core-js/features/reflect/get-own-metadata-keys.js
deleted file mode 100644
index 020828f..0000000
--- a/node_modules/core-js/features/reflect/get-own-metadata-keys.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.reflect.get-own-metadata-keys');
-var path = require('../../internals/path');
-
-module.exports = path.Reflect.getOwnMetadataKeys;
diff --git a/node_modules/core-js/features/reflect/get-own-metadata.js b/node_modules/core-js/features/reflect/get-own-metadata.js
deleted file mode 100644
index 90f626c..0000000
--- a/node_modules/core-js/features/reflect/get-own-metadata.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.reflect.get-own-metadata');
-var path = require('../../internals/path');
-
-module.exports = path.Reflect.getOwnMetadata;
diff --git a/node_modules/core-js/features/reflect/get-own-property-descriptor.js b/node_modules/core-js/features/reflect/get-own-property-descriptor.js
deleted file mode 100644
index 0f9c132..0000000
--- a/node_modules/core-js/features/reflect/get-own-property-descriptor.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/reflect/get-own-property-descriptor');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/reflect/get-prototype-of.js b/node_modules/core-js/features/reflect/get-prototype-of.js
deleted file mode 100644
index fdc1ccb..0000000
--- a/node_modules/core-js/features/reflect/get-prototype-of.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/reflect/get-prototype-of');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/reflect/get.js b/node_modules/core-js/features/reflect/get.js
deleted file mode 100644
index 2914c12..0000000
--- a/node_modules/core-js/features/reflect/get.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/reflect/get');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/reflect/has-metadata.js b/node_modules/core-js/features/reflect/has-metadata.js
deleted file mode 100644
index 3072c51..0000000
--- a/node_modules/core-js/features/reflect/has-metadata.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.reflect.has-metadata');
-var path = require('../../internals/path');
-
-module.exports = path.Reflect.hasMetadata;
diff --git a/node_modules/core-js/features/reflect/has-own-metadata.js b/node_modules/core-js/features/reflect/has-own-metadata.js
deleted file mode 100644
index 09eb765..0000000
--- a/node_modules/core-js/features/reflect/has-own-metadata.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.reflect.has-own-metadata');
-var path = require('../../internals/path');
-
-module.exports = path.Reflect.hasOwnMetadata;
diff --git a/node_modules/core-js/features/reflect/has.js b/node_modules/core-js/features/reflect/has.js
deleted file mode 100644
index 26b5f7c..0000000
--- a/node_modules/core-js/features/reflect/has.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/reflect/has');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/reflect/index.js b/node_modules/core-js/features/reflect/index.js
deleted file mode 100644
index 6460a70..0000000
--- a/node_modules/core-js/features/reflect/index.js
+++ /dev/null
@@ -1,12 +0,0 @@
-var parent = require('../../es/reflect');
-require('../../modules/esnext.reflect.define-metadata');
-require('../../modules/esnext.reflect.delete-metadata');
-require('../../modules/esnext.reflect.get-metadata');
-require('../../modules/esnext.reflect.get-metadata-keys');
-require('../../modules/esnext.reflect.get-own-metadata');
-require('../../modules/esnext.reflect.get-own-metadata-keys');
-require('../../modules/esnext.reflect.has-metadata');
-require('../../modules/esnext.reflect.has-own-metadata');
-require('../../modules/esnext.reflect.metadata');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/reflect/is-extensible.js b/node_modules/core-js/features/reflect/is-extensible.js
deleted file mode 100644
index b04239e..0000000
--- a/node_modules/core-js/features/reflect/is-extensible.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/reflect/is-extensible');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/reflect/metadata.js b/node_modules/core-js/features/reflect/metadata.js
deleted file mode 100644
index d1faf13..0000000
--- a/node_modules/core-js/features/reflect/metadata.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.reflect.metadata');
-var path = require('../../internals/path');
-
-module.exports = path.Reflect.metadata;
diff --git a/node_modules/core-js/features/reflect/own-keys.js b/node_modules/core-js/features/reflect/own-keys.js
deleted file mode 100644
index 6d56289..0000000
--- a/node_modules/core-js/features/reflect/own-keys.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/reflect/own-keys');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/reflect/prevent-extensions.js b/node_modules/core-js/features/reflect/prevent-extensions.js
deleted file mode 100644
index 40a8bbc..0000000
--- a/node_modules/core-js/features/reflect/prevent-extensions.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/reflect/prevent-extensions');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/reflect/set-prototype-of.js b/node_modules/core-js/features/reflect/set-prototype-of.js
deleted file mode 100644
index 20fd6f3..0000000
--- a/node_modules/core-js/features/reflect/set-prototype-of.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/reflect/set-prototype-of');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/reflect/set.js b/node_modules/core-js/features/reflect/set.js
deleted file mode 100644
index a4cf5f0..0000000
--- a/node_modules/core-js/features/reflect/set.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/reflect/set');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/reflect/to-string-tag.js b/node_modules/core-js/features/reflect/to-string-tag.js
deleted file mode 100644
index f04e791..0000000
--- a/node_modules/core-js/features/reflect/to-string-tag.js
+++ /dev/null
@@ -1,3 +0,0 @@
-require('../../modules/es.reflect.to-string-tag');
-
-module.exports = 'Reflect';
diff --git a/node_modules/core-js/features/regexp/constructor.js b/node_modules/core-js/features/regexp/constructor.js
deleted file mode 100644
index 2cd0149..0000000
--- a/node_modules/core-js/features/regexp/constructor.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/regexp/constructor');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/regexp/flags.js b/node_modules/core-js/features/regexp/flags.js
deleted file mode 100644
index bdf1c8a..0000000
--- a/node_modules/core-js/features/regexp/flags.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/regexp/flags');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/regexp/index.js b/node_modules/core-js/features/regexp/index.js
deleted file mode 100644
index df41f17..0000000
--- a/node_modules/core-js/features/regexp/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/regexp');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/regexp/match.js b/node_modules/core-js/features/regexp/match.js
deleted file mode 100644
index c995bbb..0000000
--- a/node_modules/core-js/features/regexp/match.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/regexp/match');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/regexp/replace.js b/node_modules/core-js/features/regexp/replace.js
deleted file mode 100644
index b1a9e65..0000000
--- a/node_modules/core-js/features/regexp/replace.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/regexp/replace');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/regexp/search.js b/node_modules/core-js/features/regexp/search.js
deleted file mode 100644
index af17062..0000000
--- a/node_modules/core-js/features/regexp/search.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/regexp/search');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/regexp/split.js b/node_modules/core-js/features/regexp/split.js
deleted file mode 100644
index fb0471a..0000000
--- a/node_modules/core-js/features/regexp/split.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/regexp/split');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/regexp/sticky.js b/node_modules/core-js/features/regexp/sticky.js
deleted file mode 100644
index c1307ad..0000000
--- a/node_modules/core-js/features/regexp/sticky.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/regexp/sticky');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/regexp/test.js b/node_modules/core-js/features/regexp/test.js
deleted file mode 100644
index 53f9166..0000000
--- a/node_modules/core-js/features/regexp/test.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/regexp/test');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/regexp/to-string.js b/node_modules/core-js/features/regexp/to-string.js
deleted file mode 100644
index e2a4442..0000000
--- a/node_modules/core-js/features/regexp/to-string.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/regexp/to-string');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/set-immediate.js b/node_modules/core-js/features/set-immediate.js
deleted file mode 100644
index 01530a2..0000000
--- a/node_modules/core-js/features/set-immediate.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../stable/set-immediate');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/set-interval.js b/node_modules/core-js/features/set-interval.js
deleted file mode 100644
index 122b8ba..0000000
--- a/node_modules/core-js/features/set-interval.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../stable/set-interval');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/set-timeout.js b/node_modules/core-js/features/set-timeout.js
deleted file mode 100644
index 310fcd3..0000000
--- a/node_modules/core-js/features/set-timeout.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../stable/set-timeout');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/set/add-all.js b/node_modules/core-js/features/set/add-all.js
deleted file mode 100644
index d045d5e..0000000
--- a/node_modules/core-js/features/set/add-all.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.set');
-require('../../modules/esnext.set.add-all');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Set', 'addAll');
diff --git a/node_modules/core-js/features/set/delete-all.js b/node_modules/core-js/features/set/delete-all.js
deleted file mode 100644
index aa75974..0000000
--- a/node_modules/core-js/features/set/delete-all.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.set');
-require('../../modules/esnext.set.delete-all');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Set', 'deleteAll');
diff --git a/node_modules/core-js/features/set/difference.js b/node_modules/core-js/features/set/difference.js
deleted file mode 100644
index 24a7194..0000000
--- a/node_modules/core-js/features/set/difference.js
+++ /dev/null
@@ -1,7 +0,0 @@
-require('../../modules/es.set');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.set.difference');
-require('../../modules/web.dom-collections.iterator');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Set', 'difference');
diff --git a/node_modules/core-js/features/set/every.js b/node_modules/core-js/features/set/every.js
deleted file mode 100644
index f22294a..0000000
--- a/node_modules/core-js/features/set/every.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.set');
-require('../../modules/esnext.set.every');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Set', 'every');
diff --git a/node_modules/core-js/features/set/filter.js b/node_modules/core-js/features/set/filter.js
deleted file mode 100644
index ffb4a02..0000000
--- a/node_modules/core-js/features/set/filter.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.set');
-require('../../modules/esnext.set.filter');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Set', 'filter');
diff --git a/node_modules/core-js/features/set/find.js b/node_modules/core-js/features/set/find.js
deleted file mode 100644
index 8627805..0000000
--- a/node_modules/core-js/features/set/find.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.set');
-require('../../modules/esnext.set.find');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Set', 'find');
diff --git a/node_modules/core-js/features/set/from.js b/node_modules/core-js/features/set/from.js
deleted file mode 100644
index f18623b..0000000
--- a/node_modules/core-js/features/set/from.js
+++ /dev/null
@@ -1,13 +0,0 @@
-'use strict';
-require('../../modules/es.set');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.set.from');
-require('../../modules/web.dom-collections.iterator');
-var path = require('../../internals/path');
-
-var Set = path.Set;
-var setFrom = Set.from;
-
-module.exports = function from(source, mapFn, thisArg) {
- return setFrom.call(typeof this === 'function' ? this : Set, source, mapFn, thisArg);
-};
diff --git a/node_modules/core-js/features/set/index.js b/node_modules/core-js/features/set/index.js
deleted file mode 100644
index 66896f4..0000000
--- a/node_modules/core-js/features/set/index.js
+++ /dev/null
@@ -1,21 +0,0 @@
-var parent = require('../../es/set');
-require('../../modules/esnext.set.from');
-require('../../modules/esnext.set.of');
-require('../../modules/esnext.set.add-all');
-require('../../modules/esnext.set.delete-all');
-require('../../modules/esnext.set.every');
-require('../../modules/esnext.set.difference');
-require('../../modules/esnext.set.filter');
-require('../../modules/esnext.set.find');
-require('../../modules/esnext.set.intersection');
-require('../../modules/esnext.set.is-disjoint-from');
-require('../../modules/esnext.set.is-subset-of');
-require('../../modules/esnext.set.is-superset-of');
-require('../../modules/esnext.set.join');
-require('../../modules/esnext.set.map');
-require('../../modules/esnext.set.reduce');
-require('../../modules/esnext.set.some');
-require('../../modules/esnext.set.symmetric-difference');
-require('../../modules/esnext.set.union');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/set/intersection.js b/node_modules/core-js/features/set/intersection.js
deleted file mode 100644
index 203edfe..0000000
--- a/node_modules/core-js/features/set/intersection.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.set');
-require('../../modules/esnext.set.intersection');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Set', 'intersection');
diff --git a/node_modules/core-js/features/set/is-disjoint-from.js b/node_modules/core-js/features/set/is-disjoint-from.js
deleted file mode 100644
index 88ca08b..0000000
--- a/node_modules/core-js/features/set/is-disjoint-from.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.set');
-require('../../modules/esnext.set.is-disjoint-from');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Set', 'isDisjointFrom');
diff --git a/node_modules/core-js/features/set/is-subset-of.js b/node_modules/core-js/features/set/is-subset-of.js
deleted file mode 100644
index 21ab3d4..0000000
--- a/node_modules/core-js/features/set/is-subset-of.js
+++ /dev/null
@@ -1,7 +0,0 @@
-require('../../modules/es.set');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.set.is-subset-of');
-require('../../modules/web.dom-collections.iterator');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Set', 'isSubsetOf');
diff --git a/node_modules/core-js/features/set/is-superset-of.js b/node_modules/core-js/features/set/is-superset-of.js
deleted file mode 100644
index 4da6ba1..0000000
--- a/node_modules/core-js/features/set/is-superset-of.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.set');
-require('../../modules/esnext.set.is-superset-of');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Set', 'isSupersetOf');
diff --git a/node_modules/core-js/features/set/join.js b/node_modules/core-js/features/set/join.js
deleted file mode 100644
index b3ae27d..0000000
--- a/node_modules/core-js/features/set/join.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.set');
-require('../../modules/esnext.set.join');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Set', 'join');
diff --git a/node_modules/core-js/features/set/map.js b/node_modules/core-js/features/set/map.js
deleted file mode 100644
index 3957002..0000000
--- a/node_modules/core-js/features/set/map.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.set');
-require('../../modules/esnext.set.map');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Set', 'map');
diff --git a/node_modules/core-js/features/set/of.js b/node_modules/core-js/features/set/of.js
deleted file mode 100644
index 114558a..0000000
--- a/node_modules/core-js/features/set/of.js
+++ /dev/null
@@ -1,13 +0,0 @@
-'use strict';
-require('../../modules/es.set');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.set.of');
-require('../../modules/web.dom-collections.iterator');
-var path = require('../../internals/path');
-
-var Set = path.Set;
-var setOf = Set.of;
-
-module.exports = function of() {
- return setOf.apply(typeof this === 'function' ? this : Set, arguments);
-};
diff --git a/node_modules/core-js/features/set/reduce.js b/node_modules/core-js/features/set/reduce.js
deleted file mode 100644
index 11ab6a4..0000000
--- a/node_modules/core-js/features/set/reduce.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.set');
-require('../../modules/esnext.set.reduce');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Set', 'reduce');
diff --git a/node_modules/core-js/features/set/some.js b/node_modules/core-js/features/set/some.js
deleted file mode 100644
index 0b4227a..0000000
--- a/node_modules/core-js/features/set/some.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.set');
-require('../../modules/esnext.set.some');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Set', 'some');
diff --git a/node_modules/core-js/features/set/symmetric-difference.js b/node_modules/core-js/features/set/symmetric-difference.js
deleted file mode 100644
index fb04d63..0000000
--- a/node_modules/core-js/features/set/symmetric-difference.js
+++ /dev/null
@@ -1,7 +0,0 @@
-require('../../modules/es.set');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.set.symmetric-difference');
-require('../../modules/web.dom-collections.iterator');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Set', 'symmetricDifference');
diff --git a/node_modules/core-js/features/set/union.js b/node_modules/core-js/features/set/union.js
deleted file mode 100644
index d180f8b..0000000
--- a/node_modules/core-js/features/set/union.js
+++ /dev/null
@@ -1,7 +0,0 @@
-require('../../modules/es.set');
-require('../../modules/es.string.iterator');
-require('../../modules/esnext.set.union');
-require('../../modules/web.dom-collections.iterator');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Set', 'union');
diff --git a/node_modules/core-js/features/string/anchor.js b/node_modules/core-js/features/string/anchor.js
deleted file mode 100644
index b9b7905..0000000
--- a/node_modules/core-js/features/string/anchor.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/anchor');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/at.js b/node_modules/core-js/features/string/at.js
deleted file mode 100644
index d8bcca8..0000000
--- a/node_modules/core-js/features/string/at.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.string.at');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('String', 'at');
diff --git a/node_modules/core-js/features/string/big.js b/node_modules/core-js/features/string/big.js
deleted file mode 100644
index 9c118e5..0000000
--- a/node_modules/core-js/features/string/big.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/big');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/blink.js b/node_modules/core-js/features/string/blink.js
deleted file mode 100644
index 23ca24f..0000000
--- a/node_modules/core-js/features/string/blink.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/blink');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/bold.js b/node_modules/core-js/features/string/bold.js
deleted file mode 100644
index 322db3e..0000000
--- a/node_modules/core-js/features/string/bold.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/bold');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/code-point-at.js b/node_modules/core-js/features/string/code-point-at.js
deleted file mode 100644
index 033b94c..0000000
--- a/node_modules/core-js/features/string/code-point-at.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/code-point-at');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/code-points.js b/node_modules/core-js/features/string/code-points.js
deleted file mode 100644
index 8a783f3..0000000
--- a/node_modules/core-js/features/string/code-points.js
+++ /dev/null
@@ -1,3 +0,0 @@
-require('../../modules/esnext.string.code-points');
-
-module.exports = require('../../internals/entry-unbind')('String', 'codePoints');
diff --git a/node_modules/core-js/features/string/ends-with.js b/node_modules/core-js/features/string/ends-with.js
deleted file mode 100644
index 2ea5594..0000000
--- a/node_modules/core-js/features/string/ends-with.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/ends-with');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/fixed.js b/node_modules/core-js/features/string/fixed.js
deleted file mode 100644
index c18b823..0000000
--- a/node_modules/core-js/features/string/fixed.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/fixed');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/fontcolor.js b/node_modules/core-js/features/string/fontcolor.js
deleted file mode 100644
index bb30ae6..0000000
--- a/node_modules/core-js/features/string/fontcolor.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/fontcolor');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/fontsize.js b/node_modules/core-js/features/string/fontsize.js
deleted file mode 100644
index 49060de..0000000
--- a/node_modules/core-js/features/string/fontsize.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/fontsize');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/from-code-point.js b/node_modules/core-js/features/string/from-code-point.js
deleted file mode 100644
index c56ee7c..0000000
--- a/node_modules/core-js/features/string/from-code-point.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/from-code-point');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/includes.js b/node_modules/core-js/features/string/includes.js
deleted file mode 100644
index cf7eea4..0000000
--- a/node_modules/core-js/features/string/includes.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/includes');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/index.js b/node_modules/core-js/features/string/index.js
deleted file mode 100644
index 28e5520..0000000
--- a/node_modules/core-js/features/string/index.js
+++ /dev/null
@@ -1,10 +0,0 @@
-var parent = require('../../es/string');
-require('../../modules/esnext.string.at');
-// TODO: disabled by default because of the conflict with another proposal
-// require('../../modules/esnext.string.at-alternative');
-require('../../modules/esnext.string.code-points');
-// TODO: remove from `core-js@4`
-require('../../modules/esnext.string.match-all');
-require('../../modules/esnext.string.replace-all');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/italics.js b/node_modules/core-js/features/string/italics.js
deleted file mode 100644
index 8bee439..0000000
--- a/node_modules/core-js/features/string/italics.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/italics');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/iterator.js b/node_modules/core-js/features/string/iterator.js
deleted file mode 100644
index 64110cc..0000000
--- a/node_modules/core-js/features/string/iterator.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/iterator');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/link.js b/node_modules/core-js/features/string/link.js
deleted file mode 100644
index d507726..0000000
--- a/node_modules/core-js/features/string/link.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/link');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/match-all.js b/node_modules/core-js/features/string/match-all.js
deleted file mode 100644
index 5188e29..0000000
--- a/node_modules/core-js/features/string/match-all.js
+++ /dev/null
@@ -1,6 +0,0 @@
-// TODO: remove from `core-js@4`
-require('../../modules/esnext.string.match-all');
-
-var parent = require('../../es/string/match-all');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/match.js b/node_modules/core-js/features/string/match.js
deleted file mode 100644
index 5b728da..0000000
--- a/node_modules/core-js/features/string/match.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/match');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/pad-end.js b/node_modules/core-js/features/string/pad-end.js
deleted file mode 100644
index 032903c..0000000
--- a/node_modules/core-js/features/string/pad-end.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/pad-end');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/pad-start.js b/node_modules/core-js/features/string/pad-start.js
deleted file mode 100644
index 440785b..0000000
--- a/node_modules/core-js/features/string/pad-start.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/pad-start');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/raw.js b/node_modules/core-js/features/string/raw.js
deleted file mode 100644
index 2ac2b74..0000000
--- a/node_modules/core-js/features/string/raw.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/raw');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/repeat.js b/node_modules/core-js/features/string/repeat.js
deleted file mode 100644
index 6d6848b..0000000
--- a/node_modules/core-js/features/string/repeat.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/repeat');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/replace-all.js b/node_modules/core-js/features/string/replace-all.js
deleted file mode 100644
index c2c2ec4..0000000
--- a/node_modules/core-js/features/string/replace-all.js
+++ /dev/null
@@ -1,6 +0,0 @@
-// TODO: remove from `core-js@4`
-require('../../modules/esnext.string.replace-all');
-
-var parent = require('../../es/string/replace-all');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/replace.js b/node_modules/core-js/features/string/replace.js
deleted file mode 100644
index 48389e6..0000000
--- a/node_modules/core-js/features/string/replace.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/replace');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/search.js b/node_modules/core-js/features/string/search.js
deleted file mode 100644
index aaf356f..0000000
--- a/node_modules/core-js/features/string/search.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/search');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/small.js b/node_modules/core-js/features/string/small.js
deleted file mode 100644
index 47b79e0..0000000
--- a/node_modules/core-js/features/string/small.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/small');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/split.js b/node_modules/core-js/features/string/split.js
deleted file mode 100644
index 5ffbab7..0000000
--- a/node_modules/core-js/features/string/split.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/split');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/starts-with.js b/node_modules/core-js/features/string/starts-with.js
deleted file mode 100644
index f718778..0000000
--- a/node_modules/core-js/features/string/starts-with.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/starts-with');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/strike.js b/node_modules/core-js/features/string/strike.js
deleted file mode 100644
index 6c625c8..0000000
--- a/node_modules/core-js/features/string/strike.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/strike');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/sub.js b/node_modules/core-js/features/string/sub.js
deleted file mode 100644
index a4a66a0..0000000
--- a/node_modules/core-js/features/string/sub.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/sub');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/sup.js b/node_modules/core-js/features/string/sup.js
deleted file mode 100644
index abb1f6a..0000000
--- a/node_modules/core-js/features/string/sup.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/sup');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/trim-end.js b/node_modules/core-js/features/string/trim-end.js
deleted file mode 100644
index 37e8d3f..0000000
--- a/node_modules/core-js/features/string/trim-end.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/trim-end');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/trim-left.js b/node_modules/core-js/features/string/trim-left.js
deleted file mode 100644
index e11e7b7..0000000
--- a/node_modules/core-js/features/string/trim-left.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/trim-left');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/trim-right.js b/node_modules/core-js/features/string/trim-right.js
deleted file mode 100644
index 290f4fd..0000000
--- a/node_modules/core-js/features/string/trim-right.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/trim-right');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/trim-start.js b/node_modules/core-js/features/string/trim-start.js
deleted file mode 100644
index 9698852..0000000
--- a/node_modules/core-js/features/string/trim-start.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/trim-start');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/trim.js b/node_modules/core-js/features/string/trim.js
deleted file mode 100644
index 7a3a3b2..0000000
--- a/node_modules/core-js/features/string/trim.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/trim');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/anchor.js b/node_modules/core-js/features/string/virtual/anchor.js
deleted file mode 100644
index 52f270c..0000000
--- a/node_modules/core-js/features/string/virtual/anchor.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/anchor');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/at.js b/node_modules/core-js/features/string/virtual/at.js
deleted file mode 100644
index c78ec2c..0000000
--- a/node_modules/core-js/features/string/virtual/at.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../../modules/esnext.string.at');
-var entryVirtual = require('../../../internals/entry-virtual');
-
-module.exports = entryVirtual('String').at;
diff --git a/node_modules/core-js/features/string/virtual/big.js b/node_modules/core-js/features/string/virtual/big.js
deleted file mode 100644
index e2c481b..0000000
--- a/node_modules/core-js/features/string/virtual/big.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/big');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/blink.js b/node_modules/core-js/features/string/virtual/blink.js
deleted file mode 100644
index b804fd6..0000000
--- a/node_modules/core-js/features/string/virtual/blink.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/blink');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/bold.js b/node_modules/core-js/features/string/virtual/bold.js
deleted file mode 100644
index fbe2f42..0000000
--- a/node_modules/core-js/features/string/virtual/bold.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/bold');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/code-point-at.js b/node_modules/core-js/features/string/virtual/code-point-at.js
deleted file mode 100644
index 1a7e0f6..0000000
--- a/node_modules/core-js/features/string/virtual/code-point-at.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/code-point-at');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/code-points.js b/node_modules/core-js/features/string/virtual/code-points.js
deleted file mode 100644
index e990516..0000000
--- a/node_modules/core-js/features/string/virtual/code-points.js
+++ /dev/null
@@ -1,3 +0,0 @@
-require('../../../modules/esnext.string.code-points');
-
-module.exports = require('../../../internals/entry-virtual')('String').codePoints;
diff --git a/node_modules/core-js/features/string/virtual/ends-with.js b/node_modules/core-js/features/string/virtual/ends-with.js
deleted file mode 100644
index e35b5d0..0000000
--- a/node_modules/core-js/features/string/virtual/ends-with.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/ends-with');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/fixed.js b/node_modules/core-js/features/string/virtual/fixed.js
deleted file mode 100644
index 8c16126..0000000
--- a/node_modules/core-js/features/string/virtual/fixed.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/fixed');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/fontcolor.js b/node_modules/core-js/features/string/virtual/fontcolor.js
deleted file mode 100644
index 5434150..0000000
--- a/node_modules/core-js/features/string/virtual/fontcolor.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/fontcolor');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/fontsize.js b/node_modules/core-js/features/string/virtual/fontsize.js
deleted file mode 100644
index f4b7144..0000000
--- a/node_modules/core-js/features/string/virtual/fontsize.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/fontsize');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/includes.js b/node_modules/core-js/features/string/virtual/includes.js
deleted file mode 100644
index a6aee44..0000000
--- a/node_modules/core-js/features/string/virtual/includes.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/includes');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/index.js b/node_modules/core-js/features/string/virtual/index.js
deleted file mode 100644
index aaef510..0000000
--- a/node_modules/core-js/features/string/virtual/index.js
+++ /dev/null
@@ -1,10 +0,0 @@
-var parent = require('../../../es/string/virtual');
-require('../../../modules/esnext.string.at');
-// TODO: disabled by default because of the conflict with another proposal
-// require('../../../modules/esnext.string.at-alternative');
-require('../../../modules/esnext.string.code-points');
-// TODO: remove from `core-js@4`
-require('../../../modules/esnext.string.match-all');
-require('../../../modules/esnext.string.replace-all');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/italics.js b/node_modules/core-js/features/string/virtual/italics.js
deleted file mode 100644
index d35da33..0000000
--- a/node_modules/core-js/features/string/virtual/italics.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/italics');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/iterator.js b/node_modules/core-js/features/string/virtual/iterator.js
deleted file mode 100644
index ffdb591..0000000
--- a/node_modules/core-js/features/string/virtual/iterator.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/iterator');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/link.js b/node_modules/core-js/features/string/virtual/link.js
deleted file mode 100644
index 4c0c0cf..0000000
--- a/node_modules/core-js/features/string/virtual/link.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/link');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/match-all.js b/node_modules/core-js/features/string/virtual/match-all.js
deleted file mode 100644
index fb39080..0000000
--- a/node_modules/core-js/features/string/virtual/match-all.js
+++ /dev/null
@@ -1,6 +0,0 @@
-// TODO: remove from `core-js@4`
-require('../../../modules/esnext.string.match-all');
-
-var parent = require('../../../es/string/virtual/match-all');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/pad-end.js b/node_modules/core-js/features/string/virtual/pad-end.js
deleted file mode 100644
index f1dcdf3..0000000
--- a/node_modules/core-js/features/string/virtual/pad-end.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/pad-end');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/pad-start.js b/node_modules/core-js/features/string/virtual/pad-start.js
deleted file mode 100644
index 1e2afbc..0000000
--- a/node_modules/core-js/features/string/virtual/pad-start.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/pad-start');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/repeat.js b/node_modules/core-js/features/string/virtual/repeat.js
deleted file mode 100644
index b8db5fc..0000000
--- a/node_modules/core-js/features/string/virtual/repeat.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/repeat');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/replace-all.js b/node_modules/core-js/features/string/virtual/replace-all.js
deleted file mode 100644
index a166ebe..0000000
--- a/node_modules/core-js/features/string/virtual/replace-all.js
+++ /dev/null
@@ -1,6 +0,0 @@
-// TODO: remove from `core-js@4`
-require('../../../modules/esnext.string.replace-all');
-
-var parent = require('../../../es/string/virtual/replace-all');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/small.js b/node_modules/core-js/features/string/virtual/small.js
deleted file mode 100644
index 1dd357b..0000000
--- a/node_modules/core-js/features/string/virtual/small.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/small');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/starts-with.js b/node_modules/core-js/features/string/virtual/starts-with.js
deleted file mode 100644
index 9a9145d..0000000
--- a/node_modules/core-js/features/string/virtual/starts-with.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/starts-with');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/strike.js b/node_modules/core-js/features/string/virtual/strike.js
deleted file mode 100644
index 4aa28cc..0000000
--- a/node_modules/core-js/features/string/virtual/strike.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/strike');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/sub.js b/node_modules/core-js/features/string/virtual/sub.js
deleted file mode 100644
index a1b2c3a..0000000
--- a/node_modules/core-js/features/string/virtual/sub.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/sub');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/sup.js b/node_modules/core-js/features/string/virtual/sup.js
deleted file mode 100644
index dc604fe..0000000
--- a/node_modules/core-js/features/string/virtual/sup.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/sup');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/trim-end.js b/node_modules/core-js/features/string/virtual/trim-end.js
deleted file mode 100644
index 04e5ad9..0000000
--- a/node_modules/core-js/features/string/virtual/trim-end.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/trim-end');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/trim-left.js b/node_modules/core-js/features/string/virtual/trim-left.js
deleted file mode 100644
index 571fb01..0000000
--- a/node_modules/core-js/features/string/virtual/trim-left.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/trim-left');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/trim-right.js b/node_modules/core-js/features/string/virtual/trim-right.js
deleted file mode 100644
index aab8b09..0000000
--- a/node_modules/core-js/features/string/virtual/trim-right.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/trim-right');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/trim-start.js b/node_modules/core-js/features/string/virtual/trim-start.js
deleted file mode 100644
index c7fd1b2..0000000
--- a/node_modules/core-js/features/string/virtual/trim-start.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/trim-start');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/string/virtual/trim.js b/node_modules/core-js/features/string/virtual/trim.js
deleted file mode 100644
index d95c2e1..0000000
--- a/node_modules/core-js/features/string/virtual/trim.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/trim');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/symbol/async-dispose.js b/node_modules/core-js/features/symbol/async-dispose.js
deleted file mode 100644
index 195abe1..0000000
--- a/node_modules/core-js/features/symbol/async-dispose.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.symbol.async-dispose');
-var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
-
-module.exports = WrappedWellKnownSymbolModule.f('asyncDispose');
diff --git a/node_modules/core-js/features/symbol/async-iterator.js b/node_modules/core-js/features/symbol/async-iterator.js
deleted file mode 100644
index a624329..0000000
--- a/node_modules/core-js/features/symbol/async-iterator.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/async-iterator');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/symbol/description.js b/node_modules/core-js/features/symbol/description.js
deleted file mode 100644
index 7bb4b2b..0000000
--- a/node_modules/core-js/features/symbol/description.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.symbol.description');
diff --git a/node_modules/core-js/features/symbol/dispose.js b/node_modules/core-js/features/symbol/dispose.js
deleted file mode 100644
index 71a4d50..0000000
--- a/node_modules/core-js/features/symbol/dispose.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.symbol.dispose');
-var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
-
-module.exports = WrappedWellKnownSymbolModule.f('dispose');
diff --git a/node_modules/core-js/features/symbol/for.js b/node_modules/core-js/features/symbol/for.js
deleted file mode 100644
index 28b29ae..0000000
--- a/node_modules/core-js/features/symbol/for.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/for');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/symbol/has-instance.js b/node_modules/core-js/features/symbol/has-instance.js
deleted file mode 100644
index 0334558..0000000
--- a/node_modules/core-js/features/symbol/has-instance.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/has-instance');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/symbol/index.js b/node_modules/core-js/features/symbol/index.js
deleted file mode 100644
index 36b052a..0000000
--- a/node_modules/core-js/features/symbol/index.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var parent = require('../../es/symbol');
-require('../../modules/esnext.symbol.async-dispose');
-require('../../modules/esnext.symbol.dispose');
-require('../../modules/esnext.symbol.observable');
-require('../../modules/esnext.symbol.pattern-match');
-// TODO: Remove from `core-js@4`
-require('../../modules/esnext.symbol.replace-all');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/symbol/is-concat-spreadable.js b/node_modules/core-js/features/symbol/is-concat-spreadable.js
deleted file mode 100644
index 7dc1d26..0000000
--- a/node_modules/core-js/features/symbol/is-concat-spreadable.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/is-concat-spreadable');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/symbol/iterator.js b/node_modules/core-js/features/symbol/iterator.js
deleted file mode 100644
index 78f0139..0000000
--- a/node_modules/core-js/features/symbol/iterator.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/iterator');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/symbol/key-for.js b/node_modules/core-js/features/symbol/key-for.js
deleted file mode 100644
index 4f76f82..0000000
--- a/node_modules/core-js/features/symbol/key-for.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/key-for');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/symbol/match-all.js b/node_modules/core-js/features/symbol/match-all.js
deleted file mode 100644
index 6be4444..0000000
--- a/node_modules/core-js/features/symbol/match-all.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/match-all');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/symbol/match.js b/node_modules/core-js/features/symbol/match.js
deleted file mode 100644
index 2a502e4..0000000
--- a/node_modules/core-js/features/symbol/match.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/match');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/symbol/observable.js b/node_modules/core-js/features/symbol/observable.js
deleted file mode 100644
index f1fa6cb..0000000
--- a/node_modules/core-js/features/symbol/observable.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.symbol.observable');
-var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
-
-module.exports = WrappedWellKnownSymbolModule.f('observable');
diff --git a/node_modules/core-js/features/symbol/pattern-match.js b/node_modules/core-js/features/symbol/pattern-match.js
deleted file mode 100644
index 98ffbb0..0000000
--- a/node_modules/core-js/features/symbol/pattern-match.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/esnext.symbol.pattern-match');
-var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
-
-module.exports = WrappedWellKnownSymbolModule.f('patternMatch');
diff --git a/node_modules/core-js/features/symbol/replace-all.js b/node_modules/core-js/features/symbol/replace-all.js
deleted file mode 100644
index 011b117..0000000
--- a/node_modules/core-js/features/symbol/replace-all.js
+++ /dev/null
@@ -1,5 +0,0 @@
-// TODO: Remove from `core-js@4`
-require('../../modules/esnext.symbol.replace-all');
-var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
-
-module.exports = WrappedWellKnownSymbolModule.f('replaceAll');
diff --git a/node_modules/core-js/features/symbol/replace.js b/node_modules/core-js/features/symbol/replace.js
deleted file mode 100644
index 225f7fe..0000000
--- a/node_modules/core-js/features/symbol/replace.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/replace');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/symbol/search.js b/node_modules/core-js/features/symbol/search.js
deleted file mode 100644
index dd25b55..0000000
--- a/node_modules/core-js/features/symbol/search.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/search');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/symbol/species.js b/node_modules/core-js/features/symbol/species.js
deleted file mode 100644
index 6d3c418..0000000
--- a/node_modules/core-js/features/symbol/species.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/species');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/symbol/split.js b/node_modules/core-js/features/symbol/split.js
deleted file mode 100644
index 209b212..0000000
--- a/node_modules/core-js/features/symbol/split.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/split');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/symbol/to-primitive.js b/node_modules/core-js/features/symbol/to-primitive.js
deleted file mode 100644
index cd15ff5..0000000
--- a/node_modules/core-js/features/symbol/to-primitive.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/to-primitive');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/symbol/to-string-tag.js b/node_modules/core-js/features/symbol/to-string-tag.js
deleted file mode 100644
index 6948350..0000000
--- a/node_modules/core-js/features/symbol/to-string-tag.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/to-string-tag');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/symbol/unscopables.js b/node_modules/core-js/features/symbol/unscopables.js
deleted file mode 100644
index a9d7820..0000000
--- a/node_modules/core-js/features/symbol/unscopables.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/unscopables');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/typed-array/at.js b/node_modules/core-js/features/typed-array/at.js
deleted file mode 100644
index 4882b7e..0000000
--- a/node_modules/core-js/features/typed-array/at.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/esnext.typed-array.at');
diff --git a/node_modules/core-js/features/typed-array/copy-within.js b/node_modules/core-js/features/typed-array/copy-within.js
deleted file mode 100644
index 1352cec..0000000
--- a/node_modules/core-js/features/typed-array/copy-within.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.copy-within');
diff --git a/node_modules/core-js/features/typed-array/entries.js b/node_modules/core-js/features/typed-array/entries.js
deleted file mode 100644
index 66cc6dc..0000000
--- a/node_modules/core-js/features/typed-array/entries.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.iterator');
diff --git a/node_modules/core-js/features/typed-array/every.js b/node_modules/core-js/features/typed-array/every.js
deleted file mode 100644
index 681164b..0000000
--- a/node_modules/core-js/features/typed-array/every.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.every');
diff --git a/node_modules/core-js/features/typed-array/fill.js b/node_modules/core-js/features/typed-array/fill.js
deleted file mode 100644
index 4d92ac6..0000000
--- a/node_modules/core-js/features/typed-array/fill.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.fill');
diff --git a/node_modules/core-js/features/typed-array/filter-out.js b/node_modules/core-js/features/typed-array/filter-out.js
deleted file mode 100644
index b5ab22d..0000000
--- a/node_modules/core-js/features/typed-array/filter-out.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/esnext.typed-array.filter-out');
diff --git a/node_modules/core-js/features/typed-array/filter.js b/node_modules/core-js/features/typed-array/filter.js
deleted file mode 100644
index 7d0a630..0000000
--- a/node_modules/core-js/features/typed-array/filter.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.filter');
diff --git a/node_modules/core-js/features/typed-array/find-index.js b/node_modules/core-js/features/typed-array/find-index.js
deleted file mode 100644
index 039cd5e..0000000
--- a/node_modules/core-js/features/typed-array/find-index.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.find-index');
diff --git a/node_modules/core-js/features/typed-array/find.js b/node_modules/core-js/features/typed-array/find.js
deleted file mode 100644
index b3251b9..0000000
--- a/node_modules/core-js/features/typed-array/find.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.find');
diff --git a/node_modules/core-js/features/typed-array/float32-array.js b/node_modules/core-js/features/typed-array/float32-array.js
deleted file mode 100644
index c16ee63..0000000
--- a/node_modules/core-js/features/typed-array/float32-array.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/typed-array/float32-array');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/typed-array/float64-array.js b/node_modules/core-js/features/typed-array/float64-array.js
deleted file mode 100644
index 445dc3d..0000000
--- a/node_modules/core-js/features/typed-array/float64-array.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/typed-array/float64-array');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/typed-array/for-each.js b/node_modules/core-js/features/typed-array/for-each.js
deleted file mode 100644
index defe03a..0000000
--- a/node_modules/core-js/features/typed-array/for-each.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.for-each');
diff --git a/node_modules/core-js/features/typed-array/from.js b/node_modules/core-js/features/typed-array/from.js
deleted file mode 100644
index e0f3444..0000000
--- a/node_modules/core-js/features/typed-array/from.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.from');
diff --git a/node_modules/core-js/features/typed-array/includes.js b/node_modules/core-js/features/typed-array/includes.js
deleted file mode 100644
index 5ff65f9..0000000
--- a/node_modules/core-js/features/typed-array/includes.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.includes');
diff --git a/node_modules/core-js/features/typed-array/index-of.js b/node_modules/core-js/features/typed-array/index-of.js
deleted file mode 100644
index 87081c0..0000000
--- a/node_modules/core-js/features/typed-array/index-of.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.index-of');
diff --git a/node_modules/core-js/features/typed-array/index.js b/node_modules/core-js/features/typed-array/index.js
deleted file mode 100644
index db032de..0000000
--- a/node_modules/core-js/features/typed-array/index.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var parent = require('../../es/typed-array');
-require('../../modules/esnext.typed-array.at');
-require('../../modules/esnext.typed-array.filter-out');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/typed-array/int16-array.js b/node_modules/core-js/features/typed-array/int16-array.js
deleted file mode 100644
index 7ffdbae..0000000
--- a/node_modules/core-js/features/typed-array/int16-array.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/typed-array/int16-array');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/typed-array/int32-array.js b/node_modules/core-js/features/typed-array/int32-array.js
deleted file mode 100644
index bd2e75a..0000000
--- a/node_modules/core-js/features/typed-array/int32-array.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/typed-array/int32-array');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/typed-array/int8-array.js b/node_modules/core-js/features/typed-array/int8-array.js
deleted file mode 100644
index 8f1a54b..0000000
--- a/node_modules/core-js/features/typed-array/int8-array.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/typed-array/int8-array');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/typed-array/iterator.js b/node_modules/core-js/features/typed-array/iterator.js
deleted file mode 100644
index 66cc6dc..0000000
--- a/node_modules/core-js/features/typed-array/iterator.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.iterator');
diff --git a/node_modules/core-js/features/typed-array/join.js b/node_modules/core-js/features/typed-array/join.js
deleted file mode 100644
index 431129c..0000000
--- a/node_modules/core-js/features/typed-array/join.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.join');
diff --git a/node_modules/core-js/features/typed-array/keys.js b/node_modules/core-js/features/typed-array/keys.js
deleted file mode 100644
index 66cc6dc..0000000
--- a/node_modules/core-js/features/typed-array/keys.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.iterator');
diff --git a/node_modules/core-js/features/typed-array/last-index-of.js b/node_modules/core-js/features/typed-array/last-index-of.js
deleted file mode 100644
index 5682bf4..0000000
--- a/node_modules/core-js/features/typed-array/last-index-of.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.last-index-of');
diff --git a/node_modules/core-js/features/typed-array/map.js b/node_modules/core-js/features/typed-array/map.js
deleted file mode 100644
index db08fed..0000000
--- a/node_modules/core-js/features/typed-array/map.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.map');
diff --git a/node_modules/core-js/features/typed-array/of.js b/node_modules/core-js/features/typed-array/of.js
deleted file mode 100644
index 121bf5e..0000000
--- a/node_modules/core-js/features/typed-array/of.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.of');
diff --git a/node_modules/core-js/features/typed-array/reduce-right.js b/node_modules/core-js/features/typed-array/reduce-right.js
deleted file mode 100644
index cbd321f..0000000
--- a/node_modules/core-js/features/typed-array/reduce-right.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.reduce-right');
diff --git a/node_modules/core-js/features/typed-array/reduce.js b/node_modules/core-js/features/typed-array/reduce.js
deleted file mode 100644
index e2a6f28..0000000
--- a/node_modules/core-js/features/typed-array/reduce.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.reduce');
diff --git a/node_modules/core-js/features/typed-array/reverse.js b/node_modules/core-js/features/typed-array/reverse.js
deleted file mode 100644
index 14995f4..0000000
--- a/node_modules/core-js/features/typed-array/reverse.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.reverse');
diff --git a/node_modules/core-js/features/typed-array/set.js b/node_modules/core-js/features/typed-array/set.js
deleted file mode 100644
index 5330e22..0000000
--- a/node_modules/core-js/features/typed-array/set.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.set');
diff --git a/node_modules/core-js/features/typed-array/slice.js b/node_modules/core-js/features/typed-array/slice.js
deleted file mode 100644
index 37fb8c1..0000000
--- a/node_modules/core-js/features/typed-array/slice.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.slice');
diff --git a/node_modules/core-js/features/typed-array/some.js b/node_modules/core-js/features/typed-array/some.js
deleted file mode 100644
index 495c322..0000000
--- a/node_modules/core-js/features/typed-array/some.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.some');
diff --git a/node_modules/core-js/features/typed-array/sort.js b/node_modules/core-js/features/typed-array/sort.js
deleted file mode 100644
index d6c7e30..0000000
--- a/node_modules/core-js/features/typed-array/sort.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.sort');
diff --git a/node_modules/core-js/features/typed-array/subarray.js b/node_modules/core-js/features/typed-array/subarray.js
deleted file mode 100644
index dbad4ca..0000000
--- a/node_modules/core-js/features/typed-array/subarray.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.subarray');
diff --git a/node_modules/core-js/features/typed-array/to-locale-string.js b/node_modules/core-js/features/typed-array/to-locale-string.js
deleted file mode 100644
index 12c809e..0000000
--- a/node_modules/core-js/features/typed-array/to-locale-string.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.to-locale-string');
diff --git a/node_modules/core-js/features/typed-array/to-string.js b/node_modules/core-js/features/typed-array/to-string.js
deleted file mode 100644
index bf94160..0000000
--- a/node_modules/core-js/features/typed-array/to-string.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.to-string');
diff --git a/node_modules/core-js/features/typed-array/uint16-array.js b/node_modules/core-js/features/typed-array/uint16-array.js
deleted file mode 100644
index f35dc05..0000000
--- a/node_modules/core-js/features/typed-array/uint16-array.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/typed-array/uint16-array');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/typed-array/uint32-array.js b/node_modules/core-js/features/typed-array/uint32-array.js
deleted file mode 100644
index 197c8de..0000000
--- a/node_modules/core-js/features/typed-array/uint32-array.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/typed-array/uint32-array');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/typed-array/uint8-array.js b/node_modules/core-js/features/typed-array/uint8-array.js
deleted file mode 100644
index 7d853e4..0000000
--- a/node_modules/core-js/features/typed-array/uint8-array.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/typed-array/uint8-array');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/typed-array/uint8-clamped-array.js b/node_modules/core-js/features/typed-array/uint8-clamped-array.js
deleted file mode 100644
index a1e131c..0000000
--- a/node_modules/core-js/features/typed-array/uint8-clamped-array.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/typed-array/uint8-clamped-array');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/typed-array/values.js b/node_modules/core-js/features/typed-array/values.js
deleted file mode 100644
index 66cc6dc..0000000
--- a/node_modules/core-js/features/typed-array/values.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.iterator');
diff --git a/node_modules/core-js/features/url-search-params/index.js b/node_modules/core-js/features/url-search-params/index.js
deleted file mode 100644
index 46c415b..0000000
--- a/node_modules/core-js/features/url-search-params/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../stable/url-search-params');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/url/index.js b/node_modules/core-js/features/url/index.js
deleted file mode 100644
index fa902af..0000000
--- a/node_modules/core-js/features/url/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../stable/url');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/url/to-json.js b/node_modules/core-js/features/url/to-json.js
deleted file mode 100644
index e7cafe8..0000000
--- a/node_modules/core-js/features/url/to-json.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../stable/url/to-json');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/weak-map/delete-all.js b/node_modules/core-js/features/weak-map/delete-all.js
deleted file mode 100644
index 00163f2..0000000
--- a/node_modules/core-js/features/weak-map/delete-all.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.weak-map');
-require('../../modules/esnext.weak-map.delete-all');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('WeakMap', 'deleteAll');
diff --git a/node_modules/core-js/features/weak-map/emplace.js b/node_modules/core-js/features/weak-map/emplace.js
deleted file mode 100644
index 6d171e4..0000000
--- a/node_modules/core-js/features/weak-map/emplace.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.weak-map');
-require('../../modules/esnext.weak-map.emplace');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('WeakMap', 'emplace');
diff --git a/node_modules/core-js/features/weak-map/from.js b/node_modules/core-js/features/weak-map/from.js
deleted file mode 100644
index 159aecd..0000000
--- a/node_modules/core-js/features/weak-map/from.js
+++ /dev/null
@@ -1,13 +0,0 @@
-'use strict';
-require('../../modules/es.string.iterator');
-require('../../modules/es.weak-map');
-require('../../modules/esnext.weak-map.from');
-require('../../modules/web.dom-collections.iterator');
-var path = require('../../internals/path');
-
-var WeakMap = path.WeakMap;
-var weakMapFrom = WeakMap.from;
-
-module.exports = function from(source, mapFn, thisArg) {
- return weakMapFrom.call(typeof this === 'function' ? this : WeakMap, source, mapFn, thisArg);
-};
diff --git a/node_modules/core-js/features/weak-map/index.js b/node_modules/core-js/features/weak-map/index.js
deleted file mode 100644
index 371fdde..0000000
--- a/node_modules/core-js/features/weak-map/index.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var parent = require('../../es/weak-map');
-require('../../modules/esnext.weak-map.emplace');
-require('../../modules/esnext.weak-map.from');
-require('../../modules/esnext.weak-map.of');
-require('../../modules/esnext.weak-map.delete-all');
-// TODO: remove from `core-js@4`
-require('../../modules/esnext.weak-map.upsert');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/weak-map/of.js b/node_modules/core-js/features/weak-map/of.js
deleted file mode 100644
index 5bdf627..0000000
--- a/node_modules/core-js/features/weak-map/of.js
+++ /dev/null
@@ -1,13 +0,0 @@
-'use strict';
-require('../../modules/es.string.iterator');
-require('../../modules/es.weak-map');
-require('../../modules/esnext.weak-map.of');
-require('../../modules/web.dom-collections.iterator');
-var path = require('../../internals/path');
-
-var WeakMap = path.WeakMap;
-var weakMapOf = WeakMap.of;
-
-module.exports = function of() {
- return weakMapOf.apply(typeof this === 'function' ? this : WeakMap, arguments);
-};
diff --git a/node_modules/core-js/features/weak-map/upsert.js b/node_modules/core-js/features/weak-map/upsert.js
deleted file mode 100644
index 509f9ed..0000000
--- a/node_modules/core-js/features/weak-map/upsert.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.weak-map');
-require('../../modules/esnext.weak-map.upsert');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('WeakMap', 'upsert');
diff --git a/node_modules/core-js/features/weak-set/add-all.js b/node_modules/core-js/features/weak-set/add-all.js
deleted file mode 100644
index cf76242..0000000
--- a/node_modules/core-js/features/weak-set/add-all.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.weak-set');
-require('../../modules/esnext.weak-set.add-all');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('WeakSet', 'addAll');
diff --git a/node_modules/core-js/features/weak-set/delete-all.js b/node_modules/core-js/features/weak-set/delete-all.js
deleted file mode 100644
index 21e7b43..0000000
--- a/node_modules/core-js/features/weak-set/delete-all.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/es.weak-set');
-require('../../modules/esnext.weak-set.delete-all');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('WeakSet', 'deleteAll');
diff --git a/node_modules/core-js/features/weak-set/from.js b/node_modules/core-js/features/weak-set/from.js
deleted file mode 100644
index cd8716a..0000000
--- a/node_modules/core-js/features/weak-set/from.js
+++ /dev/null
@@ -1,13 +0,0 @@
-'use strict';
-require('../../modules/es.string.iterator');
-require('../../modules/es.weak-set');
-require('../../modules/esnext.weak-set.from');
-require('../../modules/web.dom-collections.iterator');
-var path = require('../../internals/path');
-
-var WeakSet = path.WeakSet;
-var weakSetfrom = WeakSet.from;
-
-module.exports = function from(source, mapFn, thisArg) {
- return weakSetfrom.call(typeof this === 'function' ? this : WeakSet, source, mapFn, thisArg);
-};
diff --git a/node_modules/core-js/features/weak-set/index.js b/node_modules/core-js/features/weak-set/index.js
deleted file mode 100644
index 00ab5e0..0000000
--- a/node_modules/core-js/features/weak-set/index.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var parent = require('../../es/weak-set');
-require('../../modules/esnext.weak-set.add-all');
-require('../../modules/esnext.weak-set.delete-all');
-require('../../modules/esnext.weak-set.from');
-require('../../modules/esnext.weak-set.of');
-
-module.exports = parent;
diff --git a/node_modules/core-js/features/weak-set/of.js b/node_modules/core-js/features/weak-set/of.js
deleted file mode 100644
index 4937c39..0000000
--- a/node_modules/core-js/features/weak-set/of.js
+++ /dev/null
@@ -1,13 +0,0 @@
-'use strict';
-require('../../modules/es.string.iterator');
-require('../../modules/es.weak-set');
-require('../../modules/esnext.weak-set.of');
-require('../../modules/web.dom-collections.iterator');
-var path = require('../../internals/path');
-
-var WeakSet = path.WeakSet;
-var weakSetOf = WeakSet.of;
-
-module.exports = function of() {
- return weakSetOf.apply(typeof this === 'function' ? this : WeakSet, arguments);
-};
diff --git a/node_modules/core-js/index.js b/node_modules/core-js/index.js
deleted file mode 100644
index 10f0e3f..0000000
--- a/node_modules/core-js/index.js
+++ /dev/null
@@ -1,6 +0,0 @@
-require('./es');
-require('./proposals');
-require('./web');
-var path = require('./internals/path');
-
-module.exports = path;
diff --git a/node_modules/core-js/internals/README.md b/node_modules/core-js/internals/README.md
deleted file mode 100644
index f5cca30..0000000
--- a/node_modules/core-js/internals/README.md
+++ /dev/null
@@ -1 +0,0 @@
-This folder contains internal parts of `core-js` like helpers.
diff --git a/node_modules/core-js/internals/a-function.js b/node_modules/core-js/internals/a-function.js
deleted file mode 100644
index b597471..0000000
--- a/node_modules/core-js/internals/a-function.js
+++ /dev/null
@@ -1,5 +0,0 @@
-module.exports = function (it) {
- if (typeof it != 'function') {
- throw TypeError(String(it) + ' is not a function');
- } return it;
-};
diff --git a/node_modules/core-js/internals/a-possible-prototype.js b/node_modules/core-js/internals/a-possible-prototype.js
deleted file mode 100644
index 7736376..0000000
--- a/node_modules/core-js/internals/a-possible-prototype.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var isObject = require('../internals/is-object');
-
-module.exports = function (it) {
- if (!isObject(it) && it !== null) {
- throw TypeError("Can't set " + String(it) + ' as a prototype');
- } return it;
-};
diff --git a/node_modules/core-js/internals/add-to-unscopables.js b/node_modules/core-js/internals/add-to-unscopables.js
deleted file mode 100644
index 4af733d..0000000
--- a/node_modules/core-js/internals/add-to-unscopables.js
+++ /dev/null
@@ -1,20 +0,0 @@
-var wellKnownSymbol = require('../internals/well-known-symbol');
-var create = require('../internals/object-create');
-var definePropertyModule = require('../internals/object-define-property');
-
-var UNSCOPABLES = wellKnownSymbol('unscopables');
-var ArrayPrototype = Array.prototype;
-
-// Array.prototype[@@unscopables]
-// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables
-if (ArrayPrototype[UNSCOPABLES] == undefined) {
- definePropertyModule.f(ArrayPrototype, UNSCOPABLES, {
- configurable: true,
- value: create(null)
- });
-}
-
-// add a key to Array.prototype[@@unscopables]
-module.exports = function (key) {
- ArrayPrototype[UNSCOPABLES][key] = true;
-};
diff --git a/node_modules/core-js/internals/advance-string-index.js b/node_modules/core-js/internals/advance-string-index.js
deleted file mode 100644
index 700fbf0..0000000
--- a/node_modules/core-js/internals/advance-string-index.js
+++ /dev/null
@@ -1,8 +0,0 @@
-'use strict';
-var charAt = require('../internals/string-multibyte').charAt;
-
-// `AdvanceStringIndex` abstract operation
-// https://tc39.github.io/ecma262/#sec-advancestringindex
-module.exports = function (S, index, unicode) {
- return index + (unicode ? charAt(S, index).length : 1);
-};
diff --git a/node_modules/core-js/internals/an-instance.js b/node_modules/core-js/internals/an-instance.js
deleted file mode 100644
index 6f471cc..0000000
--- a/node_modules/core-js/internals/an-instance.js
+++ /dev/null
@@ -1,5 +0,0 @@
-module.exports = function (it, Constructor, name) {
- if (!(it instanceof Constructor)) {
- throw TypeError('Incorrect ' + (name ? name + ' ' : '') + 'invocation');
- } return it;
-};
diff --git a/node_modules/core-js/internals/an-object.js b/node_modules/core-js/internals/an-object.js
deleted file mode 100644
index 4055796..0000000
--- a/node_modules/core-js/internals/an-object.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var isObject = require('../internals/is-object');
-
-module.exports = function (it) {
- if (!isObject(it)) {
- throw TypeError(String(it) + ' is not an object');
- } return it;
-};
diff --git a/node_modules/core-js/internals/array-buffer-native.js b/node_modules/core-js/internals/array-buffer-native.js
deleted file mode 100644
index 36da2d7..0000000
--- a/node_modules/core-js/internals/array-buffer-native.js
+++ /dev/null
@@ -1 +0,0 @@
-module.exports = typeof ArrayBuffer !== 'undefined' && typeof DataView !== 'undefined';
diff --git a/node_modules/core-js/internals/array-buffer-view-core.js b/node_modules/core-js/internals/array-buffer-view-core.js
deleted file mode 100644
index c904eba..0000000
--- a/node_modules/core-js/internals/array-buffer-view-core.js
+++ /dev/null
@@ -1,167 +0,0 @@
-'use strict';
-var NATIVE_ARRAY_BUFFER = require('../internals/array-buffer-native');
-var DESCRIPTORS = require('../internals/descriptors');
-var global = require('../internals/global');
-var isObject = require('../internals/is-object');
-var has = require('../internals/has');
-var classof = require('../internals/classof');
-var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');
-var redefine = require('../internals/redefine');
-var defineProperty = require('../internals/object-define-property').f;
-var getPrototypeOf = require('../internals/object-get-prototype-of');
-var setPrototypeOf = require('../internals/object-set-prototype-of');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-var uid = require('../internals/uid');
-
-var Int8Array = global.Int8Array;
-var Int8ArrayPrototype = Int8Array && Int8Array.prototype;
-var Uint8ClampedArray = global.Uint8ClampedArray;
-var Uint8ClampedArrayPrototype = Uint8ClampedArray && Uint8ClampedArray.prototype;
-var TypedArray = Int8Array && getPrototypeOf(Int8Array);
-var TypedArrayPrototype = Int8ArrayPrototype && getPrototypeOf(Int8ArrayPrototype);
-var ObjectPrototype = Object.prototype;
-var isPrototypeOf = ObjectPrototype.isPrototypeOf;
-
-var TO_STRING_TAG = wellKnownSymbol('toStringTag');
-var TYPED_ARRAY_TAG = uid('TYPED_ARRAY_TAG');
-// Fixing native typed arrays in Opera Presto crashes the browser, see #595
-var NATIVE_ARRAY_BUFFER_VIEWS = NATIVE_ARRAY_BUFFER && !!setPrototypeOf && classof(global.opera) !== 'Opera';
-var TYPED_ARRAY_TAG_REQIRED = false;
-var NAME;
-
-var TypedArrayConstructorsList = {
- Int8Array: 1,
- Uint8Array: 1,
- Uint8ClampedArray: 1,
- Int16Array: 2,
- Uint16Array: 2,
- Int32Array: 4,
- Uint32Array: 4,
- Float32Array: 4,
- Float64Array: 8
-};
-
-var BigIntArrayConstructorsList = {
- BigInt64Array: 8,
- BigUint64Array: 8
-};
-
-var isView = function isView(it) {
- if (!isObject(it)) return false;
- var klass = classof(it);
- return klass === 'DataView'
- || has(TypedArrayConstructorsList, klass)
- || has(BigIntArrayConstructorsList, klass);
-};
-
-var isTypedArray = function (it) {
- if (!isObject(it)) return false;
- var klass = classof(it);
- return has(TypedArrayConstructorsList, klass)
- || has(BigIntArrayConstructorsList, klass);
-};
-
-var aTypedArray = function (it) {
- if (isTypedArray(it)) return it;
- throw TypeError('Target is not a typed array');
-};
-
-var aTypedArrayConstructor = function (C) {
- if (setPrototypeOf) {
- if (isPrototypeOf.call(TypedArray, C)) return C;
- } else for (var ARRAY in TypedArrayConstructorsList) if (has(TypedArrayConstructorsList, NAME)) {
- var TypedArrayConstructor = global[ARRAY];
- if (TypedArrayConstructor && (C === TypedArrayConstructor || isPrototypeOf.call(TypedArrayConstructor, C))) {
- return C;
- }
- } throw TypeError('Target is not a typed array constructor');
-};
-
-var exportTypedArrayMethod = function (KEY, property, forced) {
- if (!DESCRIPTORS) return;
- if (forced) for (var ARRAY in TypedArrayConstructorsList) {
- var TypedArrayConstructor = global[ARRAY];
- if (TypedArrayConstructor && has(TypedArrayConstructor.prototype, KEY)) {
- delete TypedArrayConstructor.prototype[KEY];
- }
- }
- if (!TypedArrayPrototype[KEY] || forced) {
- redefine(TypedArrayPrototype, KEY, forced ? property
- : NATIVE_ARRAY_BUFFER_VIEWS && Int8ArrayPrototype[KEY] || property);
- }
-};
-
-var exportTypedArrayStaticMethod = function (KEY, property, forced) {
- var ARRAY, TypedArrayConstructor;
- if (!DESCRIPTORS) return;
- if (setPrototypeOf) {
- if (forced) for (ARRAY in TypedArrayConstructorsList) {
- TypedArrayConstructor = global[ARRAY];
- if (TypedArrayConstructor && has(TypedArrayConstructor, KEY)) {
- delete TypedArrayConstructor[KEY];
- }
- }
- if (!TypedArray[KEY] || forced) {
- // V8 ~ Chrome 49-50 `%TypedArray%` methods are non-writable non-configurable
- try {
- return redefine(TypedArray, KEY, forced ? property : NATIVE_ARRAY_BUFFER_VIEWS && Int8Array[KEY] || property);
- } catch (error) { /* empty */ }
- } else return;
- }
- for (ARRAY in TypedArrayConstructorsList) {
- TypedArrayConstructor = global[ARRAY];
- if (TypedArrayConstructor && (!TypedArrayConstructor[KEY] || forced)) {
- redefine(TypedArrayConstructor, KEY, property);
- }
- }
-};
-
-for (NAME in TypedArrayConstructorsList) {
- if (!global[NAME]) NATIVE_ARRAY_BUFFER_VIEWS = false;
-}
-
-// WebKit bug - typed arrays constructors prototype is Object.prototype
-if (!NATIVE_ARRAY_BUFFER_VIEWS || typeof TypedArray != 'function' || TypedArray === Function.prototype) {
- // eslint-disable-next-line no-shadow
- TypedArray = function TypedArray() {
- throw TypeError('Incorrect invocation');
- };
- if (NATIVE_ARRAY_BUFFER_VIEWS) for (NAME in TypedArrayConstructorsList) {
- if (global[NAME]) setPrototypeOf(global[NAME], TypedArray);
- }
-}
-
-if (!NATIVE_ARRAY_BUFFER_VIEWS || !TypedArrayPrototype || TypedArrayPrototype === ObjectPrototype) {
- TypedArrayPrototype = TypedArray.prototype;
- if (NATIVE_ARRAY_BUFFER_VIEWS) for (NAME in TypedArrayConstructorsList) {
- if (global[NAME]) setPrototypeOf(global[NAME].prototype, TypedArrayPrototype);
- }
-}
-
-// WebKit bug - one more object in Uint8ClampedArray prototype chain
-if (NATIVE_ARRAY_BUFFER_VIEWS && getPrototypeOf(Uint8ClampedArrayPrototype) !== TypedArrayPrototype) {
- setPrototypeOf(Uint8ClampedArrayPrototype, TypedArrayPrototype);
-}
-
-if (DESCRIPTORS && !has(TypedArrayPrototype, TO_STRING_TAG)) {
- TYPED_ARRAY_TAG_REQIRED = true;
- defineProperty(TypedArrayPrototype, TO_STRING_TAG, { get: function () {
- return isObject(this) ? this[TYPED_ARRAY_TAG] : undefined;
- } });
- for (NAME in TypedArrayConstructorsList) if (global[NAME]) {
- createNonEnumerableProperty(global[NAME], TYPED_ARRAY_TAG, NAME);
- }
-}
-
-module.exports = {
- NATIVE_ARRAY_BUFFER_VIEWS: NATIVE_ARRAY_BUFFER_VIEWS,
- TYPED_ARRAY_TAG: TYPED_ARRAY_TAG_REQIRED && TYPED_ARRAY_TAG,
- aTypedArray: aTypedArray,
- aTypedArrayConstructor: aTypedArrayConstructor,
- exportTypedArrayMethod: exportTypedArrayMethod,
- exportTypedArrayStaticMethod: exportTypedArrayStaticMethod,
- isView: isView,
- isTypedArray: isTypedArray,
- TypedArray: TypedArray,
- TypedArrayPrototype: TypedArrayPrototype
-};
diff --git a/node_modules/core-js/internals/array-buffer.js b/node_modules/core-js/internals/array-buffer.js
deleted file mode 100644
index d8eb5d5..0000000
--- a/node_modules/core-js/internals/array-buffer.js
+++ /dev/null
@@ -1,226 +0,0 @@
-'use strict';
-var global = require('../internals/global');
-var DESCRIPTORS = require('../internals/descriptors');
-var NATIVE_ARRAY_BUFFER = require('../internals/array-buffer-native');
-var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');
-var redefineAll = require('../internals/redefine-all');
-var fails = require('../internals/fails');
-var anInstance = require('../internals/an-instance');
-var toInteger = require('../internals/to-integer');
-var toLength = require('../internals/to-length');
-var toIndex = require('../internals/to-index');
-var IEEE754 = require('../internals/ieee754');
-var getPrototypeOf = require('../internals/object-get-prototype-of');
-var setPrototypeOf = require('../internals/object-set-prototype-of');
-var getOwnPropertyNames = require('../internals/object-get-own-property-names').f;
-var defineProperty = require('../internals/object-define-property').f;
-var arrayFill = require('../internals/array-fill');
-var setToStringTag = require('../internals/set-to-string-tag');
-var InternalStateModule = require('../internals/internal-state');
-
-var getInternalState = InternalStateModule.get;
-var setInternalState = InternalStateModule.set;
-var ARRAY_BUFFER = 'ArrayBuffer';
-var DATA_VIEW = 'DataView';
-var PROTOTYPE = 'prototype';
-var WRONG_LENGTH = 'Wrong length';
-var WRONG_INDEX = 'Wrong index';
-var NativeArrayBuffer = global[ARRAY_BUFFER];
-var $ArrayBuffer = NativeArrayBuffer;
-var $DataView = global[DATA_VIEW];
-var $DataViewPrototype = $DataView && $DataView[PROTOTYPE];
-var ObjectPrototype = Object.prototype;
-var RangeError = global.RangeError;
-
-var packIEEE754 = IEEE754.pack;
-var unpackIEEE754 = IEEE754.unpack;
-
-var packInt8 = function (number) {
- return [number & 0xFF];
-};
-
-var packInt16 = function (number) {
- return [number & 0xFF, number >> 8 & 0xFF];
-};
-
-var packInt32 = function (number) {
- return [number & 0xFF, number >> 8 & 0xFF, number >> 16 & 0xFF, number >> 24 & 0xFF];
-};
-
-var unpackInt32 = function (buffer) {
- return buffer[3] << 24 | buffer[2] << 16 | buffer[1] << 8 | buffer[0];
-};
-
-var packFloat32 = function (number) {
- return packIEEE754(number, 23, 4);
-};
-
-var packFloat64 = function (number) {
- return packIEEE754(number, 52, 8);
-};
-
-var addGetter = function (Constructor, key) {
- defineProperty(Constructor[PROTOTYPE], key, { get: function () { return getInternalState(this)[key]; } });
-};
-
-var get = function (view, count, index, isLittleEndian) {
- var intIndex = toIndex(index);
- var store = getInternalState(view);
- if (intIndex + count > store.byteLength) throw RangeError(WRONG_INDEX);
- var bytes = getInternalState(store.buffer).bytes;
- var start = intIndex + store.byteOffset;
- var pack = bytes.slice(start, start + count);
- return isLittleEndian ? pack : pack.reverse();
-};
-
-var set = function (view, count, index, conversion, value, isLittleEndian) {
- var intIndex = toIndex(index);
- var store = getInternalState(view);
- if (intIndex + count > store.byteLength) throw RangeError(WRONG_INDEX);
- var bytes = getInternalState(store.buffer).bytes;
- var start = intIndex + store.byteOffset;
- var pack = conversion(+value);
- for (var i = 0; i < count; i++) bytes[start + i] = pack[isLittleEndian ? i : count - i - 1];
-};
-
-if (!NATIVE_ARRAY_BUFFER) {
- $ArrayBuffer = function ArrayBuffer(length) {
- anInstance(this, $ArrayBuffer, ARRAY_BUFFER);
- var byteLength = toIndex(length);
- setInternalState(this, {
- bytes: arrayFill.call(new Array(byteLength), 0),
- byteLength: byteLength
- });
- if (!DESCRIPTORS) this.byteLength = byteLength;
- };
-
- $DataView = function DataView(buffer, byteOffset, byteLength) {
- anInstance(this, $DataView, DATA_VIEW);
- anInstance(buffer, $ArrayBuffer, DATA_VIEW);
- var bufferLength = getInternalState(buffer).byteLength;
- var offset = toInteger(byteOffset);
- if (offset < 0 || offset > bufferLength) throw RangeError('Wrong offset');
- byteLength = byteLength === undefined ? bufferLength - offset : toLength(byteLength);
- if (offset + byteLength > bufferLength) throw RangeError(WRONG_LENGTH);
- setInternalState(this, {
- buffer: buffer,
- byteLength: byteLength,
- byteOffset: offset
- });
- if (!DESCRIPTORS) {
- this.buffer = buffer;
- this.byteLength = byteLength;
- this.byteOffset = offset;
- }
- };
-
- if (DESCRIPTORS) {
- addGetter($ArrayBuffer, 'byteLength');
- addGetter($DataView, 'buffer');
- addGetter($DataView, 'byteLength');
- addGetter($DataView, 'byteOffset');
- }
-
- redefineAll($DataView[PROTOTYPE], {
- getInt8: function getInt8(byteOffset) {
- return get(this, 1, byteOffset)[0] << 24 >> 24;
- },
- getUint8: function getUint8(byteOffset) {
- return get(this, 1, byteOffset)[0];
- },
- getInt16: function getInt16(byteOffset /* , littleEndian */) {
- var bytes = get(this, 2, byteOffset, arguments.length > 1 ? arguments[1] : undefined);
- return (bytes[1] << 8 | bytes[0]) << 16 >> 16;
- },
- getUint16: function getUint16(byteOffset /* , littleEndian */) {
- var bytes = get(this, 2, byteOffset, arguments.length > 1 ? arguments[1] : undefined);
- return bytes[1] << 8 | bytes[0];
- },
- getInt32: function getInt32(byteOffset /* , littleEndian */) {
- return unpackInt32(get(this, 4, byteOffset, arguments.length > 1 ? arguments[1] : undefined));
- },
- getUint32: function getUint32(byteOffset /* , littleEndian */) {
- return unpackInt32(get(this, 4, byteOffset, arguments.length > 1 ? arguments[1] : undefined)) >>> 0;
- },
- getFloat32: function getFloat32(byteOffset /* , littleEndian */) {
- return unpackIEEE754(get(this, 4, byteOffset, arguments.length > 1 ? arguments[1] : undefined), 23);
- },
- getFloat64: function getFloat64(byteOffset /* , littleEndian */) {
- return unpackIEEE754(get(this, 8, byteOffset, arguments.length > 1 ? arguments[1] : undefined), 52);
- },
- setInt8: function setInt8(byteOffset, value) {
- set(this, 1, byteOffset, packInt8, value);
- },
- setUint8: function setUint8(byteOffset, value) {
- set(this, 1, byteOffset, packInt8, value);
- },
- setInt16: function setInt16(byteOffset, value /* , littleEndian */) {
- set(this, 2, byteOffset, packInt16, value, arguments.length > 2 ? arguments[2] : undefined);
- },
- setUint16: function setUint16(byteOffset, value /* , littleEndian */) {
- set(this, 2, byteOffset, packInt16, value, arguments.length > 2 ? arguments[2] : undefined);
- },
- setInt32: function setInt32(byteOffset, value /* , littleEndian */) {
- set(this, 4, byteOffset, packInt32, value, arguments.length > 2 ? arguments[2] : undefined);
- },
- setUint32: function setUint32(byteOffset, value /* , littleEndian */) {
- set(this, 4, byteOffset, packInt32, value, arguments.length > 2 ? arguments[2] : undefined);
- },
- setFloat32: function setFloat32(byteOffset, value /* , littleEndian */) {
- set(this, 4, byteOffset, packFloat32, value, arguments.length > 2 ? arguments[2] : undefined);
- },
- setFloat64: function setFloat64(byteOffset, value /* , littleEndian */) {
- set(this, 8, byteOffset, packFloat64, value, arguments.length > 2 ? arguments[2] : undefined);
- }
- });
-} else {
- if (!fails(function () {
- NativeArrayBuffer(1);
- }) || !fails(function () {
- new NativeArrayBuffer(-1); // eslint-disable-line no-new
- }) || fails(function () {
- new NativeArrayBuffer(); // eslint-disable-line no-new
- new NativeArrayBuffer(1.5); // eslint-disable-line no-new
- new NativeArrayBuffer(NaN); // eslint-disable-line no-new
- return NativeArrayBuffer.name != ARRAY_BUFFER;
- })) {
- $ArrayBuffer = function ArrayBuffer(length) {
- anInstance(this, $ArrayBuffer);
- return new NativeArrayBuffer(toIndex(length));
- };
- var ArrayBufferPrototype = $ArrayBuffer[PROTOTYPE] = NativeArrayBuffer[PROTOTYPE];
- for (var keys = getOwnPropertyNames(NativeArrayBuffer), j = 0, key; keys.length > j;) {
- if (!((key = keys[j++]) in $ArrayBuffer)) {
- createNonEnumerableProperty($ArrayBuffer, key, NativeArrayBuffer[key]);
- }
- }
- ArrayBufferPrototype.constructor = $ArrayBuffer;
- }
-
- // WebKit bug - the same parent prototype for typed arrays and data view
- if (setPrototypeOf && getPrototypeOf($DataViewPrototype) !== ObjectPrototype) {
- setPrototypeOf($DataViewPrototype, ObjectPrototype);
- }
-
- // iOS Safari 7.x bug
- var testView = new $DataView(new $ArrayBuffer(2));
- var nativeSetInt8 = $DataViewPrototype.setInt8;
- testView.setInt8(0, 2147483648);
- testView.setInt8(1, 2147483649);
- if (testView.getInt8(0) || !testView.getInt8(1)) redefineAll($DataViewPrototype, {
- setInt8: function setInt8(byteOffset, value) {
- nativeSetInt8.call(this, byteOffset, value << 24 >> 24);
- },
- setUint8: function setUint8(byteOffset, value) {
- nativeSetInt8.call(this, byteOffset, value << 24 >> 24);
- }
- }, { unsafe: true });
-}
-
-setToStringTag($ArrayBuffer, ARRAY_BUFFER);
-setToStringTag($DataView, DATA_VIEW);
-
-module.exports = {
- ArrayBuffer: $ArrayBuffer,
- DataView: $DataView
-};
diff --git a/node_modules/core-js/internals/array-copy-within.js b/node_modules/core-js/internals/array-copy-within.js
deleted file mode 100644
index 70c8edb..0000000
--- a/node_modules/core-js/internals/array-copy-within.js
+++ /dev/null
@@ -1,29 +0,0 @@
-'use strict';
-var toObject = require('../internals/to-object');
-var toAbsoluteIndex = require('../internals/to-absolute-index');
-var toLength = require('../internals/to-length');
-
-var min = Math.min;
-
-// `Array.prototype.copyWithin` method implementation
-// https://tc39.github.io/ecma262/#sec-array.prototype.copywithin
-module.exports = [].copyWithin || function copyWithin(target /* = 0 */, start /* = 0, end = @length */) {
- var O = toObject(this);
- var len = toLength(O.length);
- var to = toAbsoluteIndex(target, len);
- var from = toAbsoluteIndex(start, len);
- var end = arguments.length > 2 ? arguments[2] : undefined;
- var count = min((end === undefined ? len : toAbsoluteIndex(end, len)) - from, len - to);
- var inc = 1;
- if (from < to && to < from + count) {
- inc = -1;
- from += count - 1;
- to += count - 1;
- }
- while (count-- > 0) {
- if (from in O) O[to] = O[from];
- else delete O[to];
- to += inc;
- from += inc;
- } return O;
-};
diff --git a/node_modules/core-js/internals/array-fill.js b/node_modules/core-js/internals/array-fill.js
deleted file mode 100644
index 7c15a04..0000000
--- a/node_modules/core-js/internals/array-fill.js
+++ /dev/null
@@ -1,17 +0,0 @@
-'use strict';
-var toObject = require('../internals/to-object');
-var toAbsoluteIndex = require('../internals/to-absolute-index');
-var toLength = require('../internals/to-length');
-
-// `Array.prototype.fill` method implementation
-// https://tc39.github.io/ecma262/#sec-array.prototype.fill
-module.exports = function fill(value /* , start = 0, end = @length */) {
- var O = toObject(this);
- var length = toLength(O.length);
- var argumentsLength = arguments.length;
- var index = toAbsoluteIndex(argumentsLength > 1 ? arguments[1] : undefined, length);
- var end = argumentsLength > 2 ? arguments[2] : undefined;
- var endPos = end === undefined ? length : toAbsoluteIndex(end, length);
- while (endPos > index) O[index++] = value;
- return O;
-};
diff --git a/node_modules/core-js/internals/array-for-each.js b/node_modules/core-js/internals/array-for-each.js
deleted file mode 100644
index d8872db..0000000
--- a/node_modules/core-js/internals/array-for-each.js
+++ /dev/null
@@ -1,13 +0,0 @@
-'use strict';
-var $forEach = require('../internals/array-iteration').forEach;
-var arrayMethodIsStrict = require('../internals/array-method-is-strict');
-var arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');
-
-var STRICT_METHOD = arrayMethodIsStrict('forEach');
-var USES_TO_LENGTH = arrayMethodUsesToLength('forEach');
-
-// `Array.prototype.forEach` method implementation
-// https://tc39.github.io/ecma262/#sec-array.prototype.foreach
-module.exports = (!STRICT_METHOD || !USES_TO_LENGTH) ? function forEach(callbackfn /* , thisArg */) {
- return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
-} : [].forEach;
diff --git a/node_modules/core-js/internals/array-from.js b/node_modules/core-js/internals/array-from.js
deleted file mode 100644
index 490a3c2..0000000
--- a/node_modules/core-js/internals/array-from.js
+++ /dev/null
@@ -1,41 +0,0 @@
-'use strict';
-var bind = require('../internals/function-bind-context');
-var toObject = require('../internals/to-object');
-var callWithSafeIterationClosing = require('../internals/call-with-safe-iteration-closing');
-var isArrayIteratorMethod = require('../internals/is-array-iterator-method');
-var toLength = require('../internals/to-length');
-var createProperty = require('../internals/create-property');
-var getIteratorMethod = require('../internals/get-iterator-method');
-
-// `Array.from` method implementation
-// https://tc39.github.io/ecma262/#sec-array.from
-module.exports = function from(arrayLike /* , mapfn = undefined, thisArg = undefined */) {
- var O = toObject(arrayLike);
- var C = typeof this == 'function' ? this : Array;
- var argumentsLength = arguments.length;
- var mapfn = argumentsLength > 1 ? arguments[1] : undefined;
- var mapping = mapfn !== undefined;
- var iteratorMethod = getIteratorMethod(O);
- var index = 0;
- var length, result, step, iterator, next, value;
- if (mapping) mapfn = bind(mapfn, argumentsLength > 2 ? arguments[2] : undefined, 2);
- // if the target is not iterable or it's an array with the default iterator - use a simple case
- if (iteratorMethod != undefined && !(C == Array && isArrayIteratorMethod(iteratorMethod))) {
- iterator = iteratorMethod.call(O);
- next = iterator.next;
- result = new C();
- for (;!(step = next.call(iterator)).done; index++) {
- value = mapping ? callWithSafeIterationClosing(iterator, mapfn, [step.value, index], true) : step.value;
- createProperty(result, index, value);
- }
- } else {
- length = toLength(O.length);
- result = new C(length);
- for (;length > index; index++) {
- value = mapping ? mapfn(O[index], index) : O[index];
- createProperty(result, index, value);
- }
- }
- result.length = index;
- return result;
-};
diff --git a/node_modules/core-js/internals/array-includes.js b/node_modules/core-js/internals/array-includes.js
deleted file mode 100644
index a416120..0000000
--- a/node_modules/core-js/internals/array-includes.js
+++ /dev/null
@@ -1,32 +0,0 @@
-var toIndexedObject = require('../internals/to-indexed-object');
-var toLength = require('../internals/to-length');
-var toAbsoluteIndex = require('../internals/to-absolute-index');
-
-// `Array.prototype.{ indexOf, includes }` methods implementation
-var createMethod = function (IS_INCLUDES) {
- return function ($this, el, fromIndex) {
- var O = toIndexedObject($this);
- var length = toLength(O.length);
- var index = toAbsoluteIndex(fromIndex, length);
- var value;
- // Array#includes uses SameValueZero equality algorithm
- // eslint-disable-next-line no-self-compare
- if (IS_INCLUDES && el != el) while (length > index) {
- value = O[index++];
- // eslint-disable-next-line no-self-compare
- if (value != value) return true;
- // Array#indexOf ignores holes, Array#includes - not
- } else for (;length > index; index++) {
- if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;
- } return !IS_INCLUDES && -1;
- };
-};
-
-module.exports = {
- // `Array.prototype.includes` method
- // https://tc39.github.io/ecma262/#sec-array.prototype.includes
- includes: createMethod(true),
- // `Array.prototype.indexOf` method
- // https://tc39.github.io/ecma262/#sec-array.prototype.indexof
- indexOf: createMethod(false)
-};
diff --git a/node_modules/core-js/internals/array-iteration.js b/node_modules/core-js/internals/array-iteration.js
deleted file mode 100644
index 53dec62..0000000
--- a/node_modules/core-js/internals/array-iteration.js
+++ /dev/null
@@ -1,72 +0,0 @@
-var bind = require('../internals/function-bind-context');
-var IndexedObject = require('../internals/indexed-object');
-var toObject = require('../internals/to-object');
-var toLength = require('../internals/to-length');
-var arraySpeciesCreate = require('../internals/array-species-create');
-
-var push = [].push;
-
-// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterOut }` methods implementation
-var createMethod = function (TYPE) {
- var IS_MAP = TYPE == 1;
- var IS_FILTER = TYPE == 2;
- var IS_SOME = TYPE == 3;
- var IS_EVERY = TYPE == 4;
- var IS_FIND_INDEX = TYPE == 6;
- var IS_FILTER_OUT = TYPE == 7;
- var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;
- return function ($this, callbackfn, that, specificCreate) {
- var O = toObject($this);
- var self = IndexedObject(O);
- var boundFunction = bind(callbackfn, that, 3);
- var length = toLength(self.length);
- var index = 0;
- var create = specificCreate || arraySpeciesCreate;
- var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_OUT ? create($this, 0) : undefined;
- var value, result;
- for (;length > index; index++) if (NO_HOLES || index in self) {
- value = self[index];
- result = boundFunction(value, index, O);
- if (TYPE) {
- if (IS_MAP) target[index] = result; // map
- else if (result) switch (TYPE) {
- case 3: return true; // some
- case 5: return value; // find
- case 6: return index; // findIndex
- case 2: push.call(target, value); // filter
- } else switch (TYPE) {
- case 4: return false; // every
- case 7: push.call(target, value); // filterOut
- }
- }
- }
- return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;
- };
-};
-
-module.exports = {
- // `Array.prototype.forEach` method
- // https://tc39.github.io/ecma262/#sec-array.prototype.foreach
- forEach: createMethod(0),
- // `Array.prototype.map` method
- // https://tc39.github.io/ecma262/#sec-array.prototype.map
- map: createMethod(1),
- // `Array.prototype.filter` method
- // https://tc39.github.io/ecma262/#sec-array.prototype.filter
- filter: createMethod(2),
- // `Array.prototype.some` method
- // https://tc39.github.io/ecma262/#sec-array.prototype.some
- some: createMethod(3),
- // `Array.prototype.every` method
- // https://tc39.github.io/ecma262/#sec-array.prototype.every
- every: createMethod(4),
- // `Array.prototype.find` method
- // https://tc39.github.io/ecma262/#sec-array.prototype.find
- find: createMethod(5),
- // `Array.prototype.findIndex` method
- // https://tc39.github.io/ecma262/#sec-array.prototype.findIndex
- findIndex: createMethod(6),
- // `Array.prototype.filterOut` method
- // https://github.com/tc39/proposal-array-filtering
- filterOut: createMethod(7)
-};
diff --git a/node_modules/core-js/internals/array-last-index-of.js b/node_modules/core-js/internals/array-last-index-of.js
deleted file mode 100644
index 8d1c93c..0000000
--- a/node_modules/core-js/internals/array-last-index-of.js
+++ /dev/null
@@ -1,28 +0,0 @@
-'use strict';
-var toIndexedObject = require('../internals/to-indexed-object');
-var toInteger = require('../internals/to-integer');
-var toLength = require('../internals/to-length');
-var arrayMethodIsStrict = require('../internals/array-method-is-strict');
-var arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');
-
-var min = Math.min;
-var nativeLastIndexOf = [].lastIndexOf;
-var NEGATIVE_ZERO = !!nativeLastIndexOf && 1 / [1].lastIndexOf(1, -0) < 0;
-var STRICT_METHOD = arrayMethodIsStrict('lastIndexOf');
-// For preventing possible almost infinite loop in non-standard implementations, test the forward version of the method
-var USES_TO_LENGTH = arrayMethodUsesToLength('indexOf', { ACCESSORS: true, 1: 0 });
-var FORCED = NEGATIVE_ZERO || !STRICT_METHOD || !USES_TO_LENGTH;
-
-// `Array.prototype.lastIndexOf` method implementation
-// https://tc39.github.io/ecma262/#sec-array.prototype.lastindexof
-module.exports = FORCED ? function lastIndexOf(searchElement /* , fromIndex = @[*-1] */) {
- // convert -0 to +0
- if (NEGATIVE_ZERO) return nativeLastIndexOf.apply(this, arguments) || 0;
- var O = toIndexedObject(this);
- var length = toLength(O.length);
- var index = length - 1;
- if (arguments.length > 1) index = min(index, toInteger(arguments[1]));
- if (index < 0) index = length + index;
- for (;index >= 0; index--) if (index in O && O[index] === searchElement) return index || 0;
- return -1;
-} : nativeLastIndexOf;
diff --git a/node_modules/core-js/internals/array-method-has-species-support.js b/node_modules/core-js/internals/array-method-has-species-support.js
deleted file mode 100644
index 0d5d380..0000000
--- a/node_modules/core-js/internals/array-method-has-species-support.js
+++ /dev/null
@@ -1,19 +0,0 @@
-var fails = require('../internals/fails');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-var V8_VERSION = require('../internals/engine-v8-version');
-
-var SPECIES = wellKnownSymbol('species');
-
-module.exports = function (METHOD_NAME) {
- // We can't use this feature detection in V8 since it causes
- // deoptimization and serious performance degradation
- // https://github.com/zloirock/core-js/issues/677
- return V8_VERSION >= 51 || !fails(function () {
- var array = [];
- var constructor = array.constructor = {};
- constructor[SPECIES] = function () {
- return { foo: 1 };
- };
- return array[METHOD_NAME](Boolean).foo !== 1;
- });
-};
diff --git a/node_modules/core-js/internals/array-method-is-strict.js b/node_modules/core-js/internals/array-method-is-strict.js
deleted file mode 100644
index 8ea8df0..0000000
--- a/node_modules/core-js/internals/array-method-is-strict.js
+++ /dev/null
@@ -1,10 +0,0 @@
-'use strict';
-var fails = require('../internals/fails');
-
-module.exports = function (METHOD_NAME, argument) {
- var method = [][METHOD_NAME];
- return !!method && fails(function () {
- // eslint-disable-next-line no-useless-call,no-throw-literal
- method.call(null, argument || function () { throw 1; }, 1);
- });
-};
diff --git a/node_modules/core-js/internals/array-method-uses-to-length.js b/node_modules/core-js/internals/array-method-uses-to-length.js
deleted file mode 100644
index 9863b6f..0000000
--- a/node_modules/core-js/internals/array-method-uses-to-length.js
+++ /dev/null
@@ -1,27 +0,0 @@
-var DESCRIPTORS = require('../internals/descriptors');
-var fails = require('../internals/fails');
-var has = require('../internals/has');
-
-var defineProperty = Object.defineProperty;
-var cache = {};
-
-var thrower = function (it) { throw it; };
-
-module.exports = function (METHOD_NAME, options) {
- if (has(cache, METHOD_NAME)) return cache[METHOD_NAME];
- if (!options) options = {};
- var method = [][METHOD_NAME];
- var ACCESSORS = has(options, 'ACCESSORS') ? options.ACCESSORS : false;
- var argument0 = has(options, 0) ? options[0] : thrower;
- var argument1 = has(options, 1) ? options[1] : undefined;
-
- return cache[METHOD_NAME] = !!method && !fails(function () {
- if (ACCESSORS && !DESCRIPTORS) return true;
- var O = { length: -1 };
-
- if (ACCESSORS) defineProperty(O, 1, { enumerable: true, get: thrower });
- else O[1] = 1;
-
- method.call(O, argument0, argument1);
- });
-};
diff --git a/node_modules/core-js/internals/array-reduce.js b/node_modules/core-js/internals/array-reduce.js
deleted file mode 100644
index 3f17037..0000000
--- a/node_modules/core-js/internals/array-reduce.js
+++ /dev/null
@@ -1,40 +0,0 @@
-var aFunction = require('../internals/a-function');
-var toObject = require('../internals/to-object');
-var IndexedObject = require('../internals/indexed-object');
-var toLength = require('../internals/to-length');
-
-// `Array.prototype.{ reduce, reduceRight }` methods implementation
-var createMethod = function (IS_RIGHT) {
- return function (that, callbackfn, argumentsLength, memo) {
- aFunction(callbackfn);
- var O = toObject(that);
- var self = IndexedObject(O);
- var length = toLength(O.length);
- var index = IS_RIGHT ? length - 1 : 0;
- var i = IS_RIGHT ? -1 : 1;
- if (argumentsLength < 2) while (true) {
- if (index in self) {
- memo = self[index];
- index += i;
- break;
- }
- index += i;
- if (IS_RIGHT ? index < 0 : length <= index) {
- throw TypeError('Reduce of empty array with no initial value');
- }
- }
- for (;IS_RIGHT ? index >= 0 : length > index; index += i) if (index in self) {
- memo = callbackfn(memo, self[index], index, O);
- }
- return memo;
- };
-};
-
-module.exports = {
- // `Array.prototype.reduce` method
- // https://tc39.github.io/ecma262/#sec-array.prototype.reduce
- left: createMethod(false),
- // `Array.prototype.reduceRight` method
- // https://tc39.github.io/ecma262/#sec-array.prototype.reduceright
- right: createMethod(true)
-};
diff --git a/node_modules/core-js/internals/array-species-create.js b/node_modules/core-js/internals/array-species-create.js
deleted file mode 100644
index 5c6eaab..0000000
--- a/node_modules/core-js/internals/array-species-create.js
+++ /dev/null
@@ -1,20 +0,0 @@
-var isObject = require('../internals/is-object');
-var isArray = require('../internals/is-array');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-
-var SPECIES = wellKnownSymbol('species');
-
-// `ArraySpeciesCreate` abstract operation
-// https://tc39.github.io/ecma262/#sec-arrayspeciescreate
-module.exports = function (originalArray, length) {
- var C;
- if (isArray(originalArray)) {
- C = originalArray.constructor;
- // cross-realm fallback
- if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
- else if (isObject(C)) {
- C = C[SPECIES];
- if (C === null) C = undefined;
- }
- } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);
-};
diff --git a/node_modules/core-js/internals/async-iterator-create-proxy.js b/node_modules/core-js/internals/async-iterator-create-proxy.js
deleted file mode 100644
index 9e8c5df..0000000
--- a/node_modules/core-js/internals/async-iterator-create-proxy.js
+++ /dev/null
@@ -1,61 +0,0 @@
-'use strict';
-var path = require('../internals/path');
-var aFunction = require('../internals/a-function');
-var anObject = require('../internals/an-object');
-var create = require('../internals/object-create');
-var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');
-var redefineAll = require('../internals/redefine-all');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-var InternalStateModule = require('../internals/internal-state');
-var getBuiltIn = require('../internals/get-built-in');
-
-var Promise = getBuiltIn('Promise');
-
-var setInternalState = InternalStateModule.set;
-var getInternalState = InternalStateModule.get;
-
-var TO_STRING_TAG = wellKnownSymbol('toStringTag');
-
-var $return = function (value) {
- var iterator = getInternalState(this).iterator;
- var $$return = iterator['return'];
- return $$return === undefined
- ? Promise.resolve({ done: true, value: value })
- : anObject($$return.call(iterator, value));
-};
-
-var $throw = function (value) {
- var iterator = getInternalState(this).iterator;
- var $$throw = iterator['throw'];
- return $$throw === undefined
- ? Promise.reject(value)
- : $$throw.call(iterator, value);
-};
-
-module.exports = function (nextHandler, IS_ITERATOR) {
- var AsyncIteratorProxy = function AsyncIterator(state) {
- state.next = aFunction(state.iterator.next);
- state.done = false;
- setInternalState(this, state);
- };
-
- AsyncIteratorProxy.prototype = redefineAll(create(path.AsyncIterator.prototype), {
- next: function next(arg) {
- var state = getInternalState(this);
- if (state.done) return Promise.resolve({ done: true, value: undefined });
- try {
- return Promise.resolve(anObject(nextHandler.call(state, arg, Promise)));
- } catch (error) {
- return Promise.reject(error);
- }
- },
- 'return': $return,
- 'throw': $throw
- });
-
- if (!IS_ITERATOR) {
- createNonEnumerableProperty(AsyncIteratorProxy.prototype, TO_STRING_TAG, 'Generator');
- }
-
- return AsyncIteratorProxy;
-};
diff --git a/node_modules/core-js/internals/async-iterator-iteration.js b/node_modules/core-js/internals/async-iterator-iteration.js
deleted file mode 100644
index 5201b9c..0000000
--- a/node_modules/core-js/internals/async-iterator-iteration.js
+++ /dev/null
@@ -1,80 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var aFunction = require('../internals/a-function');
-var anObject = require('../internals/an-object');
-var getBuiltIn = require('../internals/get-built-in');
-
-var Promise = getBuiltIn('Promise');
-var push = [].push;
-
-var createMethod = function (TYPE) {
- var IS_TO_ARRAY = TYPE == 0;
- var IS_FOR_EACH = TYPE == 1;
- var IS_EVERY = TYPE == 2;
- var IS_SOME = TYPE == 3;
- return function (iterator, fn) {
- anObject(iterator);
- var next = aFunction(iterator.next);
- var array = IS_TO_ARRAY ? [] : undefined;
- if (!IS_TO_ARRAY) aFunction(fn);
-
- return new Promise(function (resolve, reject) {
- var closeIteration = function (method, argument) {
- try {
- var returnMethod = iterator['return'];
- if (returnMethod !== undefined) {
- return Promise.resolve(returnMethod.call(iterator)).then(function () {
- method(argument);
- }, function (error) {
- reject(error);
- });
- }
- } catch (error2) {
- return reject(error2);
- } method(argument);
- };
-
- var onError = function (error) {
- closeIteration(reject, error);
- };
-
- var loop = function () {
- try {
- Promise.resolve(anObject(next.call(iterator))).then(function (step) {
- try {
- if (anObject(step).done) {
- resolve(IS_TO_ARRAY ? array : IS_SOME ? false : IS_EVERY || undefined);
- } else {
- var value = step.value;
- if (IS_TO_ARRAY) {
- push.call(array, value);
- loop();
- } else {
- Promise.resolve(fn(value)).then(function (result) {
- if (IS_FOR_EACH) {
- loop();
- } else if (IS_EVERY) {
- result ? loop() : closeIteration(resolve, false);
- } else {
- result ? closeIteration(resolve, IS_SOME || value) : loop();
- }
- }, onError);
- }
- }
- } catch (error) { onError(error); }
- }, onError);
- } catch (error2) { onError(error2); }
- };
-
- loop();
- });
- };
-};
-
-module.exports = {
- toArray: createMethod(0),
- forEach: createMethod(1),
- every: createMethod(2),
- some: createMethod(3),
- find: createMethod(4)
-};
diff --git a/node_modules/core-js/internals/async-iterator-prototype.js b/node_modules/core-js/internals/async-iterator-prototype.js
deleted file mode 100644
index cb509f0..0000000
--- a/node_modules/core-js/internals/async-iterator-prototype.js
+++ /dev/null
@@ -1,37 +0,0 @@
-var global = require('../internals/global');
-var shared = require('../internals/shared-store');
-var getPrototypeOf = require('../internals/object-get-prototype-of');
-var has = require('../internals/has');
-var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-var IS_PURE = require('../internals/is-pure');
-
-var USE_FUNCTION_CONSTRUCTOR = 'USE_FUNCTION_CONSTRUCTOR';
-var ASYNC_ITERATOR = wellKnownSymbol('asyncIterator');
-var AsyncIterator = global.AsyncIterator;
-var PassedAsyncIteratorPrototype = shared.AsyncIteratorPrototype;
-var AsyncIteratorPrototype, prototype;
-
-if (!IS_PURE) {
- if (PassedAsyncIteratorPrototype) {
- AsyncIteratorPrototype = PassedAsyncIteratorPrototype;
- } else if (typeof AsyncIterator == 'function') {
- AsyncIteratorPrototype = AsyncIterator.prototype;
- } else if (shared[USE_FUNCTION_CONSTRUCTOR] || global[USE_FUNCTION_CONSTRUCTOR]) {
- try {
- // eslint-disable-next-line no-new-func
- prototype = getPrototypeOf(getPrototypeOf(getPrototypeOf(Function('return async function*(){}()')())));
- if (getPrototypeOf(prototype) === Object.prototype) AsyncIteratorPrototype = prototype;
- } catch (error) { /* empty */ }
- }
-}
-
-if (!AsyncIteratorPrototype) AsyncIteratorPrototype = {};
-
-if (!has(AsyncIteratorPrototype, ASYNC_ITERATOR)) {
- createNonEnumerableProperty(AsyncIteratorPrototype, ASYNC_ITERATOR, function () {
- return this;
- });
-}
-
-module.exports = AsyncIteratorPrototype;
diff --git a/node_modules/core-js/internals/call-with-safe-iteration-closing.js b/node_modules/core-js/internals/call-with-safe-iteration-closing.js
deleted file mode 100644
index 678b4d3..0000000
--- a/node_modules/core-js/internals/call-with-safe-iteration-closing.js
+++ /dev/null
@@ -1,13 +0,0 @@
-var anObject = require('../internals/an-object');
-var iteratorClose = require('../internals/iterator-close');
-
-// call something on iterator step with safe closing on error
-module.exports = function (iterator, fn, value, ENTRIES) {
- try {
- return ENTRIES ? fn(anObject(value)[0], value[1]) : fn(value);
- // 7.4.6 IteratorClose(iterator, completion)
- } catch (error) {
- iteratorClose(iterator);
- throw error;
- }
-};
diff --git a/node_modules/core-js/internals/check-correctness-of-iteration.js b/node_modules/core-js/internals/check-correctness-of-iteration.js
deleted file mode 100644
index b33ec63..0000000
--- a/node_modules/core-js/internals/check-correctness-of-iteration.js
+++ /dev/null
@@ -1,38 +0,0 @@
-var wellKnownSymbol = require('../internals/well-known-symbol');
-
-var ITERATOR = wellKnownSymbol('iterator');
-var SAFE_CLOSING = false;
-
-try {
- var called = 0;
- var iteratorWithReturn = {
- next: function () {
- return { done: !!called++ };
- },
- 'return': function () {
- SAFE_CLOSING = true;
- }
- };
- iteratorWithReturn[ITERATOR] = function () {
- return this;
- };
- // eslint-disable-next-line no-throw-literal
- Array.from(iteratorWithReturn, function () { throw 2; });
-} catch (error) { /* empty */ }
-
-module.exports = function (exec, SKIP_CLOSING) {
- if (!SKIP_CLOSING && !SAFE_CLOSING) return false;
- var ITERATION_SUPPORT = false;
- try {
- var object = {};
- object[ITERATOR] = function () {
- return {
- next: function () {
- return { done: ITERATION_SUPPORT = true };
- }
- };
- };
- exec(object);
- } catch (error) { /* empty */ }
- return ITERATION_SUPPORT;
-};
diff --git a/node_modules/core-js/internals/classof-raw.js b/node_modules/core-js/internals/classof-raw.js
deleted file mode 100644
index 332c0bc..0000000
--- a/node_modules/core-js/internals/classof-raw.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var toString = {}.toString;
-
-module.exports = function (it) {
- return toString.call(it).slice(8, -1);
-};
diff --git a/node_modules/core-js/internals/classof.js b/node_modules/core-js/internals/classof.js
deleted file mode 100644
index 0fd0844..0000000
--- a/node_modules/core-js/internals/classof.js
+++ /dev/null
@@ -1,26 +0,0 @@
-var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');
-var classofRaw = require('../internals/classof-raw');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-
-var TO_STRING_TAG = wellKnownSymbol('toStringTag');
-// ES3 wrong here
-var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';
-
-// fallback for IE11 Script Access Denied error
-var tryGet = function (it, key) {
- try {
- return it[key];
- } catch (error) { /* empty */ }
-};
-
-// getting tag from ES6+ `Object.prototype.toString`
-module.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {
- var O, tag, result;
- return it === undefined ? 'Undefined' : it === null ? 'Null'
- // @@toStringTag case
- : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag
- // builtinTag case
- : CORRECT_ARGUMENTS ? classofRaw(O)
- // ES3 arguments fallback
- : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;
-};
diff --git a/node_modules/core-js/internals/collection-add-all.js b/node_modules/core-js/internals/collection-add-all.js
deleted file mode 100644
index 86d1a78..0000000
--- a/node_modules/core-js/internals/collection-add-all.js
+++ /dev/null
@@ -1,13 +0,0 @@
-'use strict';
-var anObject = require('../internals/an-object');
-var aFunction = require('../internals/a-function');
-
-// https://github.com/tc39/collection-methods
-module.exports = function (/* ...elements */) {
- var set = anObject(this);
- var adder = aFunction(set.add);
- for (var k = 0, len = arguments.length; k < len; k++) {
- adder.call(set, arguments[k]);
- }
- return set;
-};
diff --git a/node_modules/core-js/internals/collection-delete-all.js b/node_modules/core-js/internals/collection-delete-all.js
deleted file mode 100644
index 37b4d48..0000000
--- a/node_modules/core-js/internals/collection-delete-all.js
+++ /dev/null
@@ -1,16 +0,0 @@
-'use strict';
-var anObject = require('../internals/an-object');
-var aFunction = require('../internals/a-function');
-
-// https://github.com/tc39/collection-methods
-module.exports = function (/* ...elements */) {
- var collection = anObject(this);
- var remover = aFunction(collection['delete']);
- var allDeleted = true;
- var wasDeleted;
- for (var k = 0, len = arguments.length; k < len; k++) {
- wasDeleted = remover.call(collection, arguments[k]);
- allDeleted = allDeleted && wasDeleted;
- }
- return !!allDeleted;
-};
diff --git a/node_modules/core-js/internals/collection-from.js b/node_modules/core-js/internals/collection-from.js
deleted file mode 100644
index 3bcf671..0000000
--- a/node_modules/core-js/internals/collection-from.js
+++ /dev/null
@@ -1,26 +0,0 @@
-'use strict';
-// https://tc39.github.io/proposal-setmap-offrom/
-var aFunction = require('../internals/a-function');
-var bind = require('../internals/function-bind-context');
-var iterate = require('../internals/iterate');
-
-module.exports = function from(source /* , mapFn, thisArg */) {
- var length = arguments.length;
- var mapFn = length > 1 ? arguments[1] : undefined;
- var mapping, array, n, boundFunction;
- aFunction(this);
- mapping = mapFn !== undefined;
- if (mapping) aFunction(mapFn);
- if (source == undefined) return new this();
- array = [];
- if (mapping) {
- n = 0;
- boundFunction = bind(mapFn, length > 2 ? arguments[2] : undefined, 2);
- iterate(source, function (nextItem) {
- array.push(boundFunction(nextItem, n++));
- });
- } else {
- iterate(source, array.push, { that: array });
- }
- return new this(array);
-};
diff --git a/node_modules/core-js/internals/collection-of.js b/node_modules/core-js/internals/collection-of.js
deleted file mode 100644
index e68a107..0000000
--- a/node_modules/core-js/internals/collection-of.js
+++ /dev/null
@@ -1,8 +0,0 @@
-'use strict';
-// https://tc39.github.io/proposal-setmap-offrom/
-module.exports = function of() {
- var length = arguments.length;
- var A = new Array(length);
- while (length--) A[length] = arguments[length];
- return new this(A);
-};
diff --git a/node_modules/core-js/internals/collection-strong.js b/node_modules/core-js/internals/collection-strong.js
deleted file mode 100644
index c33cc5e..0000000
--- a/node_modules/core-js/internals/collection-strong.js
+++ /dev/null
@@ -1,186 +0,0 @@
-'use strict';
-var defineProperty = require('../internals/object-define-property').f;
-var create = require('../internals/object-create');
-var redefineAll = require('../internals/redefine-all');
-var bind = require('../internals/function-bind-context');
-var anInstance = require('../internals/an-instance');
-var iterate = require('../internals/iterate');
-var defineIterator = require('../internals/define-iterator');
-var setSpecies = require('../internals/set-species');
-var DESCRIPTORS = require('../internals/descriptors');
-var fastKey = require('../internals/internal-metadata').fastKey;
-var InternalStateModule = require('../internals/internal-state');
-
-var setInternalState = InternalStateModule.set;
-var internalStateGetterFor = InternalStateModule.getterFor;
-
-module.exports = {
- getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {
- var C = wrapper(function (that, iterable) {
- anInstance(that, C, CONSTRUCTOR_NAME);
- setInternalState(that, {
- type: CONSTRUCTOR_NAME,
- index: create(null),
- first: undefined,
- last: undefined,
- size: 0
- });
- if (!DESCRIPTORS) that.size = 0;
- if (iterable != undefined) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP });
- });
-
- var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);
-
- var define = function (that, key, value) {
- var state = getInternalState(that);
- var entry = getEntry(that, key);
- var previous, index;
- // change existing entry
- if (entry) {
- entry.value = value;
- // create new entry
- } else {
- state.last = entry = {
- index: index = fastKey(key, true),
- key: key,
- value: value,
- previous: previous = state.last,
- next: undefined,
- removed: false
- };
- if (!state.first) state.first = entry;
- if (previous) previous.next = entry;
- if (DESCRIPTORS) state.size++;
- else that.size++;
- // add to index
- if (index !== 'F') state.index[index] = entry;
- } return that;
- };
-
- var getEntry = function (that, key) {
- var state = getInternalState(that);
- // fast case
- var index = fastKey(key);
- var entry;
- if (index !== 'F') return state.index[index];
- // frozen object case
- for (entry = state.first; entry; entry = entry.next) {
- if (entry.key == key) return entry;
- }
- };
-
- redefineAll(C.prototype, {
- // 23.1.3.1 Map.prototype.clear()
- // 23.2.3.2 Set.prototype.clear()
- clear: function clear() {
- var that = this;
- var state = getInternalState(that);
- var data = state.index;
- var entry = state.first;
- while (entry) {
- entry.removed = true;
- if (entry.previous) entry.previous = entry.previous.next = undefined;
- delete data[entry.index];
- entry = entry.next;
- }
- state.first = state.last = undefined;
- if (DESCRIPTORS) state.size = 0;
- else that.size = 0;
- },
- // 23.1.3.3 Map.prototype.delete(key)
- // 23.2.3.4 Set.prototype.delete(value)
- 'delete': function (key) {
- var that = this;
- var state = getInternalState(that);
- var entry = getEntry(that, key);
- if (entry) {
- var next = entry.next;
- var prev = entry.previous;
- delete state.index[entry.index];
- entry.removed = true;
- if (prev) prev.next = next;
- if (next) next.previous = prev;
- if (state.first == entry) state.first = next;
- if (state.last == entry) state.last = prev;
- if (DESCRIPTORS) state.size--;
- else that.size--;
- } return !!entry;
- },
- // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)
- // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined)
- forEach: function forEach(callbackfn /* , that = undefined */) {
- var state = getInternalState(this);
- var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);
- var entry;
- while (entry = entry ? entry.next : state.first) {
- boundFunction(entry.value, entry.key, this);
- // revert to the last existing entry
- while (entry && entry.removed) entry = entry.previous;
- }
- },
- // 23.1.3.7 Map.prototype.has(key)
- // 23.2.3.7 Set.prototype.has(value)
- has: function has(key) {
- return !!getEntry(this, key);
- }
- });
-
- redefineAll(C.prototype, IS_MAP ? {
- // 23.1.3.6 Map.prototype.get(key)
- get: function get(key) {
- var entry = getEntry(this, key);
- return entry && entry.value;
- },
- // 23.1.3.9 Map.prototype.set(key, value)
- set: function set(key, value) {
- return define(this, key === 0 ? 0 : key, value);
- }
- } : {
- // 23.2.3.1 Set.prototype.add(value)
- add: function add(value) {
- return define(this, value = value === 0 ? 0 : value, value);
- }
- });
- if (DESCRIPTORS) defineProperty(C.prototype, 'size', {
- get: function () {
- return getInternalState(this).size;
- }
- });
- return C;
- },
- setStrong: function (C, CONSTRUCTOR_NAME, IS_MAP) {
- var ITERATOR_NAME = CONSTRUCTOR_NAME + ' Iterator';
- var getInternalCollectionState = internalStateGetterFor(CONSTRUCTOR_NAME);
- var getInternalIteratorState = internalStateGetterFor(ITERATOR_NAME);
- // add .keys, .values, .entries, [@@iterator]
- // 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11
- defineIterator(C, CONSTRUCTOR_NAME, function (iterated, kind) {
- setInternalState(this, {
- type: ITERATOR_NAME,
- target: iterated,
- state: getInternalCollectionState(iterated),
- kind: kind,
- last: undefined
- });
- }, function () {
- var state = getInternalIteratorState(this);
- var kind = state.kind;
- var entry = state.last;
- // revert to the last existing entry
- while (entry && entry.removed) entry = entry.previous;
- // get next entry
- if (!state.target || !(state.last = entry = entry ? entry.next : state.state.first)) {
- // or finish the iteration
- state.target = undefined;
- return { value: undefined, done: true };
- }
- // return step by kind
- if (kind == 'keys') return { value: entry.key, done: false };
- if (kind == 'values') return { value: entry.value, done: false };
- return { value: [entry.key, entry.value], done: false };
- }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);
-
- // add [@@species], 23.1.2.2, 23.2.2.2
- setSpecies(CONSTRUCTOR_NAME);
- }
-};
diff --git a/node_modules/core-js/internals/collection-weak.js b/node_modules/core-js/internals/collection-weak.js
deleted file mode 100644
index a2fc5fe..0000000
--- a/node_modules/core-js/internals/collection-weak.js
+++ /dev/null
@@ -1,121 +0,0 @@
-'use strict';
-var redefineAll = require('../internals/redefine-all');
-var getWeakData = require('../internals/internal-metadata').getWeakData;
-var anObject = require('../internals/an-object');
-var isObject = require('../internals/is-object');
-var anInstance = require('../internals/an-instance');
-var iterate = require('../internals/iterate');
-var ArrayIterationModule = require('../internals/array-iteration');
-var $has = require('../internals/has');
-var InternalStateModule = require('../internals/internal-state');
-
-var setInternalState = InternalStateModule.set;
-var internalStateGetterFor = InternalStateModule.getterFor;
-var find = ArrayIterationModule.find;
-var findIndex = ArrayIterationModule.findIndex;
-var id = 0;
-
-// fallback for uncaught frozen keys
-var uncaughtFrozenStore = function (store) {
- return store.frozen || (store.frozen = new UncaughtFrozenStore());
-};
-
-var UncaughtFrozenStore = function () {
- this.entries = [];
-};
-
-var findUncaughtFrozen = function (store, key) {
- return find(store.entries, function (it) {
- return it[0] === key;
- });
-};
-
-UncaughtFrozenStore.prototype = {
- get: function (key) {
- var entry = findUncaughtFrozen(this, key);
- if (entry) return entry[1];
- },
- has: function (key) {
- return !!findUncaughtFrozen(this, key);
- },
- set: function (key, value) {
- var entry = findUncaughtFrozen(this, key);
- if (entry) entry[1] = value;
- else this.entries.push([key, value]);
- },
- 'delete': function (key) {
- var index = findIndex(this.entries, function (it) {
- return it[0] === key;
- });
- if (~index) this.entries.splice(index, 1);
- return !!~index;
- }
-};
-
-module.exports = {
- getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {
- var C = wrapper(function (that, iterable) {
- anInstance(that, C, CONSTRUCTOR_NAME);
- setInternalState(that, {
- type: CONSTRUCTOR_NAME,
- id: id++,
- frozen: undefined
- });
- if (iterable != undefined) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP });
- });
-
- var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);
-
- var define = function (that, key, value) {
- var state = getInternalState(that);
- var data = getWeakData(anObject(key), true);
- if (data === true) uncaughtFrozenStore(state).set(key, value);
- else data[state.id] = value;
- return that;
- };
-
- redefineAll(C.prototype, {
- // 23.3.3.2 WeakMap.prototype.delete(key)
- // 23.4.3.3 WeakSet.prototype.delete(value)
- 'delete': function (key) {
- var state = getInternalState(this);
- if (!isObject(key)) return false;
- var data = getWeakData(key);
- if (data === true) return uncaughtFrozenStore(state)['delete'](key);
- return data && $has(data, state.id) && delete data[state.id];
- },
- // 23.3.3.4 WeakMap.prototype.has(key)
- // 23.4.3.4 WeakSet.prototype.has(value)
- has: function has(key) {
- var state = getInternalState(this);
- if (!isObject(key)) return false;
- var data = getWeakData(key);
- if (data === true) return uncaughtFrozenStore(state).has(key);
- return data && $has(data, state.id);
- }
- });
-
- redefineAll(C.prototype, IS_MAP ? {
- // 23.3.3.3 WeakMap.prototype.get(key)
- get: function get(key) {
- var state = getInternalState(this);
- if (isObject(key)) {
- var data = getWeakData(key);
- if (data === true) return uncaughtFrozenStore(state).get(key);
- return data ? data[state.id] : undefined;
- }
- },
- // 23.3.3.5 WeakMap.prototype.set(key, value)
- set: function set(key, value) {
- return define(this, key, value);
- }
- } : {
- // 23.4.3.1 WeakSet.prototype.add(value)
- add: function add(value) {
- return define(this, value, true);
- }
- });
-
- return C;
- }
-};
diff --git a/node_modules/core-js/internals/collection.js b/node_modules/core-js/internals/collection.js
deleted file mode 100644
index 4195771..0000000
--- a/node_modules/core-js/internals/collection.js
+++ /dev/null
@@ -1,99 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var global = require('../internals/global');
-var isForced = require('../internals/is-forced');
-var redefine = require('../internals/redefine');
-var InternalMetadataModule = require('../internals/internal-metadata');
-var iterate = require('../internals/iterate');
-var anInstance = require('../internals/an-instance');
-var isObject = require('../internals/is-object');
-var fails = require('../internals/fails');
-var checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');
-var setToStringTag = require('../internals/set-to-string-tag');
-var inheritIfRequired = require('../internals/inherit-if-required');
-
-module.exports = function (CONSTRUCTOR_NAME, wrapper, common) {
- var IS_MAP = CONSTRUCTOR_NAME.indexOf('Map') !== -1;
- var IS_WEAK = CONSTRUCTOR_NAME.indexOf('Weak') !== -1;
- var ADDER = IS_MAP ? 'set' : 'add';
- var NativeConstructor = global[CONSTRUCTOR_NAME];
- var NativePrototype = NativeConstructor && NativeConstructor.prototype;
- var Constructor = NativeConstructor;
- var exported = {};
-
- var fixMethod = function (KEY) {
- var nativeMethod = NativePrototype[KEY];
- redefine(NativePrototype, KEY,
- KEY == 'add' ? function add(value) {
- nativeMethod.call(this, value === 0 ? 0 : value);
- return this;
- } : KEY == 'delete' ? function (key) {
- return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);
- } : KEY == 'get' ? function get(key) {
- return IS_WEAK && !isObject(key) ? undefined : nativeMethod.call(this, key === 0 ? 0 : key);
- } : KEY == 'has' ? function has(key) {
- return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);
- } : function set(key, value) {
- nativeMethod.call(this, key === 0 ? 0 : key, value);
- return this;
- }
- );
- };
-
- // eslint-disable-next-line max-len
- if (isForced(CONSTRUCTOR_NAME, typeof NativeConstructor != 'function' || !(IS_WEAK || NativePrototype.forEach && !fails(function () {
- new NativeConstructor().entries().next();
- })))) {
- // create collection constructor
- Constructor = common.getConstructor(wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER);
- InternalMetadataModule.REQUIRED = true;
- } else if (isForced(CONSTRUCTOR_NAME, true)) {
- var instance = new Constructor();
- // early implementations not supports chaining
- var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;
- // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false
- var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });
- // most early implementations doesn't supports iterables, most modern - not close it correctly
- // eslint-disable-next-line no-new
- var ACCEPT_ITERABLES = checkCorrectnessOfIteration(function (iterable) { new NativeConstructor(iterable); });
- // for early implementations -0 and +0 not the same
- var BUGGY_ZERO = !IS_WEAK && fails(function () {
- // V8 ~ Chromium 42- fails only with 5+ elements
- var $instance = new NativeConstructor();
- var index = 5;
- while (index--) $instance[ADDER](index, index);
- return !$instance.has(-0);
- });
-
- if (!ACCEPT_ITERABLES) {
- Constructor = wrapper(function (dummy, iterable) {
- anInstance(dummy, Constructor, CONSTRUCTOR_NAME);
- var that = inheritIfRequired(new NativeConstructor(), dummy, Constructor);
- if (iterable != undefined) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP });
- return that;
- });
- Constructor.prototype = NativePrototype;
- NativePrototype.constructor = Constructor;
- }
-
- if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) {
- fixMethod('delete');
- fixMethod('has');
- IS_MAP && fixMethod('get');
- }
-
- if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER);
-
- // weak collections should not contains .clear method
- if (IS_WEAK && NativePrototype.clear) delete NativePrototype.clear;
- }
-
- exported[CONSTRUCTOR_NAME] = Constructor;
- $({ global: true, forced: Constructor != NativeConstructor }, exported);
-
- setToStringTag(Constructor, CONSTRUCTOR_NAME);
-
- if (!IS_WEAK) common.setStrong(Constructor, CONSTRUCTOR_NAME, IS_MAP);
-
- return Constructor;
-};
diff --git a/node_modules/core-js/internals/composite-key.js b/node_modules/core-js/internals/composite-key.js
deleted file mode 100644
index 68a38c9..0000000
--- a/node_modules/core-js/internals/composite-key.js
+++ /dev/null
@@ -1,43 +0,0 @@
-// TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env`
-var Map = require('../modules/es.map');
-var WeakMap = require('../modules/es.weak-map');
-var create = require('../internals/object-create');
-var isObject = require('../internals/is-object');
-
-var Node = function () {
- // keys
- this.object = null;
- this.symbol = null;
- // child nodes
- this.primitives = null;
- this.objectsByIndex = create(null);
-};
-
-Node.prototype.get = function (key, initializer) {
- return this[key] || (this[key] = initializer());
-};
-
-Node.prototype.next = function (i, it, IS_OBJECT) {
- var store = IS_OBJECT
- ? this.objectsByIndex[i] || (this.objectsByIndex[i] = new WeakMap())
- : this.primitives || (this.primitives = new Map());
- var entry = store.get(it);
- if (!entry) store.set(it, entry = new Node());
- return entry;
-};
-
-var root = new Node();
-
-module.exports = function () {
- var active = root;
- var length = arguments.length;
- var i, it;
- // for prevent leaking, start from objects
- for (i = 0; i < length; i++) {
- if (isObject(it = arguments[i])) active = active.next(i, it, true);
- }
- if (this === Object && active === root) throw TypeError('Composite keys must contain a non-primitive component');
- for (i = 0; i < length; i++) {
- if (!isObject(it = arguments[i])) active = active.next(i, it, false);
- } return active;
-};
diff --git a/node_modules/core-js/internals/copy-constructor-properties.js b/node_modules/core-js/internals/copy-constructor-properties.js
deleted file mode 100644
index 214a819..0000000
--- a/node_modules/core-js/internals/copy-constructor-properties.js
+++ /dev/null
@@ -1,14 +0,0 @@
-var has = require('../internals/has');
-var ownKeys = require('../internals/own-keys');
-var getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');
-var definePropertyModule = require('../internals/object-define-property');
-
-module.exports = function (target, source) {
- var keys = ownKeys(source);
- var defineProperty = definePropertyModule.f;
- var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
- for (var i = 0; i < keys.length; i++) {
- var key = keys[i];
- if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));
- }
-};
diff --git a/node_modules/core-js/internals/correct-is-regexp-logic.js b/node_modules/core-js/internals/correct-is-regexp-logic.js
deleted file mode 100644
index ff99b57..0000000
--- a/node_modules/core-js/internals/correct-is-regexp-logic.js
+++ /dev/null
@@ -1,15 +0,0 @@
-var wellKnownSymbol = require('../internals/well-known-symbol');
-
-var MATCH = wellKnownSymbol('match');
-
-module.exports = function (METHOD_NAME) {
- var regexp = /./;
- try {
- '/./'[METHOD_NAME](regexp);
- } catch (error1) {
- try {
- regexp[MATCH] = false;
- return '/./'[METHOD_NAME](regexp);
- } catch (error2) { /* empty */ }
- } return false;
-};
diff --git a/node_modules/core-js/internals/correct-prototype-getter.js b/node_modules/core-js/internals/correct-prototype-getter.js
deleted file mode 100644
index 6cd8f40..0000000
--- a/node_modules/core-js/internals/correct-prototype-getter.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var fails = require('../internals/fails');
-
-module.exports = !fails(function () {
- function F() { /* empty */ }
- F.prototype.constructor = null;
- return Object.getPrototypeOf(new F()) !== F.prototype;
-});
diff --git a/node_modules/core-js/internals/create-html.js b/node_modules/core-js/internals/create-html.js
deleted file mode 100644
index 57e560c..0000000
--- a/node_modules/core-js/internals/create-html.js
+++ /dev/null
@@ -1,12 +0,0 @@
-var requireObjectCoercible = require('../internals/require-object-coercible');
-
-var quot = /"/g;
-
-// B.2.3.2.1 CreateHTML(string, tag, attribute, value)
-// https://tc39.github.io/ecma262/#sec-createhtml
-module.exports = function (string, tag, attribute, value) {
- var S = String(requireObjectCoercible(string));
- var p1 = '<' + tag;
- if (attribute !== '') p1 += ' ' + attribute + '="' + String(value).replace(quot, '&quot;') + '"';
- return p1 + '>' + S + '</' + tag + '>';
-};
diff --git a/node_modules/core-js/internals/create-iterator-constructor.js b/node_modules/core-js/internals/create-iterator-constructor.js
deleted file mode 100644
index f9dbdb7..0000000
--- a/node_modules/core-js/internals/create-iterator-constructor.js
+++ /dev/null
@@ -1,16 +0,0 @@
-'use strict';
-var IteratorPrototype = require('../internals/iterators-core').IteratorPrototype;
-var create = require('../internals/object-create');
-var createPropertyDescriptor = require('../internals/create-property-descriptor');
-var setToStringTag = require('../internals/set-to-string-tag');
-var Iterators = require('../internals/iterators');
-
-var returnThis = function () { return this; };
-
-module.exports = function (IteratorConstructor, NAME, next) {
- var TO_STRING_TAG = NAME + ' Iterator';
- IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next) });
- setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true);
- Iterators[TO_STRING_TAG] = returnThis;
- return IteratorConstructor;
-};
diff --git a/node_modules/core-js/internals/create-non-enumerable-property.js b/node_modules/core-js/internals/create-non-enumerable-property.js
deleted file mode 100644
index bdaad25..0000000
--- a/node_modules/core-js/internals/create-non-enumerable-property.js
+++ /dev/null
@@ -1,10 +0,0 @@
-var DESCRIPTORS = require('../internals/descriptors');
-var definePropertyModule = require('../internals/object-define-property');
-var createPropertyDescriptor = require('../internals/create-property-descriptor');
-
-module.exports = DESCRIPTORS ? function (object, key, value) {
- return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));
-} : function (object, key, value) {
- object[key] = value;
- return object;
-};
diff --git a/node_modules/core-js/internals/create-property-descriptor.js b/node_modules/core-js/internals/create-property-descriptor.js
deleted file mode 100644
index 0905934..0000000
--- a/node_modules/core-js/internals/create-property-descriptor.js
+++ /dev/null
@@ -1,8 +0,0 @@
-module.exports = function (bitmap, value) {
- return {
- enumerable: !(bitmap & 1),
- configurable: !(bitmap & 2),
- writable: !(bitmap & 4),
- value: value
- };
-};
diff --git a/node_modules/core-js/internals/create-property.js b/node_modules/core-js/internals/create-property.js
deleted file mode 100644
index c27151a..0000000
--- a/node_modules/core-js/internals/create-property.js
+++ /dev/null
@@ -1,10 +0,0 @@
-'use strict';
-var toPrimitive = require('../internals/to-primitive');
-var definePropertyModule = require('../internals/object-define-property');
-var createPropertyDescriptor = require('../internals/create-property-descriptor');
-
-module.exports = function (object, key, value) {
- var propertyKey = toPrimitive(key);
- if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));
- else object[propertyKey] = value;
-};
diff --git a/node_modules/core-js/internals/date-to-iso-string.js b/node_modules/core-js/internals/date-to-iso-string.js
deleted file mode 100644
index f22503a..0000000
--- a/node_modules/core-js/internals/date-to-iso-string.js
+++ /dev/null
@@ -1,31 +0,0 @@
-'use strict';
-var fails = require('../internals/fails');
-var padStart = require('../internals/string-pad').start;
-
-var abs = Math.abs;
-var DatePrototype = Date.prototype;
-var getTime = DatePrototype.getTime;
-var nativeDateToISOString = DatePrototype.toISOString;
-
-// `Date.prototype.toISOString` method implementation
-// https://tc39.github.io/ecma262/#sec-date.prototype.toisostring
-// PhantomJS / old WebKit fails here:
-module.exports = (fails(function () {
- return nativeDateToISOString.call(new Date(-5e13 - 1)) != '0385-07-25T07:06:39.999Z';
-}) || !fails(function () {
- nativeDateToISOString.call(new Date(NaN));
-})) ? function toISOString() {
- if (!isFinite(getTime.call(this))) throw RangeError('Invalid time value');
- var date = this;
- var year = date.getUTCFullYear();
- var milliseconds = date.getUTCMilliseconds();
- var sign = year < 0 ? '-' : year > 9999 ? '+' : '';
- return sign + padStart(abs(year), sign ? 6 : 4, 0) +
- '-' + padStart(date.getUTCMonth() + 1, 2, 0) +
- '-' + padStart(date.getUTCDate(), 2, 0) +
- 'T' + padStart(date.getUTCHours(), 2, 0) +
- ':' + padStart(date.getUTCMinutes(), 2, 0) +
- ':' + padStart(date.getUTCSeconds(), 2, 0) +
- '.' + padStart(milliseconds, 3, 0) +
- 'Z';
-} : nativeDateToISOString;
diff --git a/node_modules/core-js/internals/date-to-primitive.js b/node_modules/core-js/internals/date-to-primitive.js
deleted file mode 100644
index fc334f1..0000000
--- a/node_modules/core-js/internals/date-to-primitive.js
+++ /dev/null
@@ -1,9 +0,0 @@
-'use strict';
-var anObject = require('../internals/an-object');
-var toPrimitive = require('../internals/to-primitive');
-
-module.exports = function (hint) {
- if (hint !== 'string' && hint !== 'number' && hint !== 'default') {
- throw TypeError('Incorrect hint');
- } return toPrimitive(anObject(this), hint !== 'number');
-};
diff --git a/node_modules/core-js/internals/define-iterator.js b/node_modules/core-js/internals/define-iterator.js
deleted file mode 100644
index 7f829bf..0000000
--- a/node_modules/core-js/internals/define-iterator.js
+++ /dev/null
@@ -1,90 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var createIteratorConstructor = require('../internals/create-iterator-constructor');
-var getPrototypeOf = require('../internals/object-get-prototype-of');
-var setPrototypeOf = require('../internals/object-set-prototype-of');
-var setToStringTag = require('../internals/set-to-string-tag');
-var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');
-var redefine = require('../internals/redefine');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-var IS_PURE = require('../internals/is-pure');
-var Iterators = require('../internals/iterators');
-var IteratorsCore = require('../internals/iterators-core');
-
-var IteratorPrototype = IteratorsCore.IteratorPrototype;
-var BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;
-var ITERATOR = wellKnownSymbol('iterator');
-var KEYS = 'keys';
-var VALUES = 'values';
-var ENTRIES = 'entries';
-
-var returnThis = function () { return this; };
-
-module.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {
- createIteratorConstructor(IteratorConstructor, NAME, next);
-
- var getIterationMethod = function (KIND) {
- if (KIND === DEFAULT && defaultIterator) return defaultIterator;
- if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND];
- switch (KIND) {
- case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };
- case VALUES: return function values() { return new IteratorConstructor(this, KIND); };
- case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };
- } return function () { return new IteratorConstructor(this); };
- };
-
- var TO_STRING_TAG = NAME + ' Iterator';
- var INCORRECT_VALUES_NAME = false;
- var IterablePrototype = Iterable.prototype;
- var nativeIterator = IterablePrototype[ITERATOR]
- || IterablePrototype['@@iterator']
- || DEFAULT && IterablePrototype[DEFAULT];
- var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);
- var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;
- var CurrentIteratorPrototype, methods, KEY;
-
- // fix native
- if (anyNativeIterator) {
- CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));
- if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {
- if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {
- if (setPrototypeOf) {
- setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);
- } else if (typeof CurrentIteratorPrototype[ITERATOR] != 'function') {
- createNonEnumerableProperty(CurrentIteratorPrototype, ITERATOR, returnThis);
- }
- }
- // Set @@toStringTag to native iterators
- setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true);
- if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis;
- }
- }
-
- // fix Array#{values, @@iterator}.name in V8 / FF
- if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {
- INCORRECT_VALUES_NAME = true;
- defaultIterator = function values() { return nativeIterator.call(this); };
- }
-
- // define iterator
- if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {
- createNonEnumerableProperty(IterablePrototype, ITERATOR, defaultIterator);
- }
- Iterators[NAME] = defaultIterator;
-
- // export additional methods
- if (DEFAULT) {
- methods = {
- values: getIterationMethod(VALUES),
- keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),
- entries: getIterationMethod(ENTRIES)
- };
- if (FORCED) for (KEY in methods) {
- if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {
- redefine(IterablePrototype, KEY, methods[KEY]);
- }
- } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);
- }
-
- return methods;
-};
diff --git a/node_modules/core-js/internals/define-well-known-symbol.js b/node_modules/core-js/internals/define-well-known-symbol.js
deleted file mode 100644
index e547945..0000000
--- a/node_modules/core-js/internals/define-well-known-symbol.js
+++ /dev/null
@@ -1,11 +0,0 @@
-var path = require('../internals/path');
-var has = require('../internals/has');
-var wrappedWellKnownSymbolModule = require('../internals/well-known-symbol-wrapped');
-var defineProperty = require('../internals/object-define-property').f;
-
-module.exports = function (NAME) {
- var Symbol = path.Symbol || (path.Symbol = {});
- if (!has(Symbol, NAME)) defineProperty(Symbol, NAME, {
- value: wrappedWellKnownSymbolModule.f(NAME)
- });
-};
diff --git a/node_modules/core-js/internals/descriptors.js b/node_modules/core-js/internals/descriptors.js
deleted file mode 100644
index 2673a79..0000000
--- a/node_modules/core-js/internals/descriptors.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var fails = require('../internals/fails');
-
-// Thank's IE8 for his funny defineProperty
-module.exports = !fails(function () {
- return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
-});
diff --git a/node_modules/core-js/internals/document-create-element.js b/node_modules/core-js/internals/document-create-element.js
deleted file mode 100644
index cc6abae..0000000
--- a/node_modules/core-js/internals/document-create-element.js
+++ /dev/null
@@ -1,10 +0,0 @@
-var global = require('../internals/global');
-var isObject = require('../internals/is-object');
-
-var document = global.document;
-// typeof document.createElement is 'object' in old IE
-var EXISTS = isObject(document) && isObject(document.createElement);
-
-module.exports = function (it) {
- return EXISTS ? document.createElement(it) : {};
-};
diff --git a/node_modules/core-js/internals/dom-iterables.js b/node_modules/core-js/internals/dom-iterables.js
deleted file mode 100644
index b04e872..0000000
--- a/node_modules/core-js/internals/dom-iterables.js
+++ /dev/null
@@ -1,35 +0,0 @@
-// iterable DOM collections
-// flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods
-module.exports = {
- CSSRuleList: 0,
- CSSStyleDeclaration: 0,
- CSSValueList: 0,
- ClientRectList: 0,
- DOMRectList: 0,
- DOMStringList: 0,
- DOMTokenList: 1,
- DataTransferItemList: 0,
- FileList: 0,
- HTMLAllCollection: 0,
- HTMLCollection: 0,
- HTMLFormElement: 0,
- HTMLSelectElement: 0,
- MediaList: 0,
- MimeTypeArray: 0,
- NamedNodeMap: 0,
- NodeList: 1,
- PaintRequestList: 0,
- Plugin: 0,
- PluginArray: 0,
- SVGLengthList: 0,
- SVGNumberList: 0,
- SVGPathSegList: 0,
- SVGPointList: 0,
- SVGStringList: 0,
- SVGTransformList: 0,
- SourceBufferList: 0,
- StyleSheetList: 0,
- TextTrackCueList: 0,
- TextTrackList: 0,
- TouchList: 0
-};
diff --git a/node_modules/core-js/internals/engine-is-ios.js b/node_modules/core-js/internals/engine-is-ios.js
deleted file mode 100644
index 6d68296..0000000
--- a/node_modules/core-js/internals/engine-is-ios.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var userAgent = require('../internals/engine-user-agent');
-
-module.exports = /(iphone|ipod|ipad).*applewebkit/i.test(userAgent);
diff --git a/node_modules/core-js/internals/engine-is-node.js b/node_modules/core-js/internals/engine-is-node.js
deleted file mode 100644
index 56fdc03..0000000
--- a/node_modules/core-js/internals/engine-is-node.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var classof = require('../internals/classof-raw');
-var global = require('../internals/global');
-
-module.exports = classof(global.process) == 'process';
diff --git a/node_modules/core-js/internals/engine-user-agent.js b/node_modules/core-js/internals/engine-user-agent.js
deleted file mode 100644
index 30dfa9d..0000000
--- a/node_modules/core-js/internals/engine-user-agent.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var getBuiltIn = require('../internals/get-built-in');
-
-module.exports = getBuiltIn('navigator', 'userAgent') || '';
diff --git a/node_modules/core-js/internals/engine-v8-version.js b/node_modules/core-js/internals/engine-v8-version.js
deleted file mode 100644
index 1ff22c3..0000000
--- a/node_modules/core-js/internals/engine-v8-version.js
+++ /dev/null
@@ -1,20 +0,0 @@
-var global = require('../internals/global');
-var userAgent = require('../internals/engine-user-agent');
-
-var process = global.process;
-var versions = process && process.versions;
-var v8 = versions && versions.v8;
-var match, version;
-
-if (v8) {
- match = v8.split('.');
- version = match[0] + match[1];
-} else if (userAgent) {
- match = userAgent.match(/Edge\/(\d+)/);
- if (!match || match[1] >= 74) {
- match = userAgent.match(/Chrome\/(\d+)/);
- if (match) version = match[1];
- }
-}
-
-module.exports = version && +version;
diff --git a/node_modules/core-js/internals/entry-unbind.js b/node_modules/core-js/internals/entry-unbind.js
deleted file mode 100644
index 69ead9b..0000000
--- a/node_modules/core-js/internals/entry-unbind.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var global = require('../internals/global');
-var bind = require('../internals/function-bind-context');
-
-var call = Function.call;
-
-module.exports = function (CONSTRUCTOR, METHOD, length) {
- return bind(call, global[CONSTRUCTOR].prototype[METHOD], length);
-};
diff --git a/node_modules/core-js/internals/entry-virtual.js b/node_modules/core-js/internals/entry-virtual.js
deleted file mode 100644
index 42d08dc..0000000
--- a/node_modules/core-js/internals/entry-virtual.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var global = require('../internals/global');
-
-module.exports = function (CONSTRUCTOR) {
- return global[CONSTRUCTOR].prototype;
-};
diff --git a/node_modules/core-js/internals/enum-bug-keys.js b/node_modules/core-js/internals/enum-bug-keys.js
deleted file mode 100644
index 2ca413b..0000000
--- a/node_modules/core-js/internals/enum-bug-keys.js
+++ /dev/null
@@ -1,10 +0,0 @@
-// IE8- don't enum bug keys
-module.exports = [
- 'constructor',
- 'hasOwnProperty',
- 'isPrototypeOf',
- 'propertyIsEnumerable',
- 'toLocaleString',
- 'toString',
- 'valueOf'
-];
diff --git a/node_modules/core-js/internals/export.js b/node_modules/core-js/internals/export.js
deleted file mode 100644
index 1d91c57..0000000
--- a/node_modules/core-js/internals/export.js
+++ /dev/null
@@ -1,54 +0,0 @@
-var global = require('../internals/global');
-var getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;
-var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');
-var redefine = require('../internals/redefine');
-var setGlobal = require('../internals/set-global');
-var copyConstructorProperties = require('../internals/copy-constructor-properties');
-var isForced = require('../internals/is-forced');
-
-/*
- options.target - name of the target object
- options.global - target is the global object
- options.stat - export as static methods of target
- options.proto - export as prototype methods of target
- options.real - real prototype method for the `pure` version
- options.forced - export even if the native feature is available
- options.bind - bind methods to the target, required for the `pure` version
- options.wrap - wrap constructors to preventing global pollution, required for the `pure` version
- options.unsafe - use the simple assignment of property instead of delete + defineProperty
- options.sham - add a flag to not completely full polyfills
- options.enumerable - export as enumerable property
- options.noTargetGet - prevent calling a getter on target
-*/
-module.exports = function (options, source) {
- var TARGET = options.target;
- var GLOBAL = options.global;
- var STATIC = options.stat;
- var FORCED, target, key, targetProperty, sourceProperty, descriptor;
- if (GLOBAL) {
- target = global;
- } else if (STATIC) {
- target = global[TARGET] || setGlobal(TARGET, {});
- } else {
- target = (global[TARGET] || {}).prototype;
- }
- if (target) for (key in source) {
- sourceProperty = source[key];
- if (options.noTargetGet) {
- descriptor = getOwnPropertyDescriptor(target, key);
- targetProperty = descriptor && descriptor.value;
- } else targetProperty = target[key];
- FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
- // contained in target
- if (!FORCED && targetProperty !== undefined) {
- if (typeof sourceProperty === typeof targetProperty) continue;
- copyConstructorProperties(sourceProperty, targetProperty);
- }
- // add a flag to not completely full polyfills
- if (options.sham || (targetProperty && targetProperty.sham)) {
- createNonEnumerableProperty(sourceProperty, 'sham', true);
- }
- // extend global
- redefine(target, key, sourceProperty, options);
- }
-};
diff --git a/node_modules/core-js/internals/fails.js b/node_modules/core-js/internals/fails.js
deleted file mode 100644
index f398e2d..0000000
--- a/node_modules/core-js/internals/fails.js
+++ /dev/null
@@ -1,7 +0,0 @@
-module.exports = function (exec) {
- try {
- return !!exec();
- } catch (error) {
- return true;
- }
-};
diff --git a/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js b/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js
deleted file mode 100644
index eb6e51d..0000000
--- a/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js
+++ /dev/null
@@ -1,125 +0,0 @@
-'use strict';
-// TODO: Remove from `core-js@4` since it's moved to entry points
-require('../modules/es.regexp.exec');
-var redefine = require('../internals/redefine');
-var fails = require('../internals/fails');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-var regexpExec = require('../internals/regexp-exec');
-var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');
-
-var SPECIES = wellKnownSymbol('species');
-
-var REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {
- // #replace needs built-in support for named groups.
- // #match works fine because it just return the exec results, even if it has
- // a "grops" property.
- var re = /./;
- re.exec = function () {
- var result = [];
- result.groups = { a: '7' };
- return result;
- };
- return ''.replace(re, '$<a>') !== '7';
-});
-
-// IE <= 11 replaces $0 with the whole match, as if it was $&
-// https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0
-var REPLACE_KEEPS_$0 = (function () {
- return 'a'.replace(/./, '$0') === '$0';
-})();
-
-var REPLACE = wellKnownSymbol('replace');
-// Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string
-var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {
- if (/./[REPLACE]) {
- return /./[REPLACE]('a', '$0') === '';
- }
- return false;
-})();
-
-// Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec
-// Weex JS has frozen built-in prototypes, so use try / catch wrapper
-var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {
- var re = /(?:)/;
- var originalExec = re.exec;
- re.exec = function () { return originalExec.apply(this, arguments); };
- var result = 'ab'.split(re);
- return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';
-});
-
-module.exports = function (KEY, length, exec, sham) {
- var SYMBOL = wellKnownSymbol(KEY);
-
- var DELEGATES_TO_SYMBOL = !fails(function () {
- // String methods call symbol-named RegEp methods
- var O = {};
- O[SYMBOL] = function () { return 7; };
- return ''[KEY](O) != 7;
- });
-
- var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {
- // Symbol-named RegExp methods call .exec
- var execCalled = false;
- var re = /a/;
-
- if (KEY === 'split') {
- // We can't use real regex here since it causes deoptimization
- // and serious performance degradation in V8
- // https://github.com/zloirock/core-js/issues/306
- re = {};
- // RegExp[@@split] doesn't call the regex's exec method, but first creates
- // a new one. We need to return the patched regex when creating the new one.
- re.constructor = {};
- re.constructor[SPECIES] = function () { return re; };
- re.flags = '';
- re[SYMBOL] = /./[SYMBOL];
- }
-
- re.exec = function () { execCalled = true; return null; };
-
- re[SYMBOL]('');
- return !execCalled;
- });
-
- if (
- !DELEGATES_TO_SYMBOL ||
- !DELEGATES_TO_EXEC ||
- (KEY === 'replace' && !(
- REPLACE_SUPPORTS_NAMED_GROUPS &&
- REPLACE_KEEPS_$0 &&
- !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE
- )) ||
- (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)
- ) {
- var nativeRegExpMethod = /./[SYMBOL];
- var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {
- if (regexp.exec === regexpExec) {
- if (DELEGATES_TO_SYMBOL && !forceStringMethod) {
- // The native String method already delegates to @@method (this
- // polyfilled function), leasing to infinite recursion.
- // We avoid it by directly calling the native @@method method.
- return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };
- }
- return { done: true, value: nativeMethod.call(str, regexp, arg2) };
- }
- return { done: false };
- }, {
- REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,
- REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE
- });
- var stringMethod = methods[0];
- var regexMethod = methods[1];
-
- redefine(String.prototype, KEY, stringMethod);
- redefine(RegExp.prototype, SYMBOL, length == 2
- // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)
- // 21.2.5.11 RegExp.prototype[@@split](string, limit)
- ? function (string, arg) { return regexMethod.call(string, this, arg); }
- // 21.2.5.6 RegExp.prototype[@@match](string)
- // 21.2.5.9 RegExp.prototype[@@search](string)
- : function (string) { return regexMethod.call(string, this); }
- );
- }
-
- if (sham) createNonEnumerableProperty(RegExp.prototype[SYMBOL], 'sham', true);
-};
diff --git a/node_modules/core-js/internals/flatten-into-array.js b/node_modules/core-js/internals/flatten-into-array.js
deleted file mode 100644
index df29916..0000000
--- a/node_modules/core-js/internals/flatten-into-array.js
+++ /dev/null
@@ -1,32 +0,0 @@
-'use strict';
-var isArray = require('../internals/is-array');
-var toLength = require('../internals/to-length');
-var bind = require('../internals/function-bind-context');
-
-// `FlattenIntoArray` abstract operation
-// https://tc39.github.io/proposal-flatMap/#sec-FlattenIntoArray
-var flattenIntoArray = function (target, original, source, sourceLen, start, depth, mapper, thisArg) {
- var targetIndex = start;
- var sourceIndex = 0;
- var mapFn = mapper ? bind(mapper, thisArg, 3) : false;
- var element;
-
- while (sourceIndex < sourceLen) {
- if (sourceIndex in source) {
- element = mapFn ? mapFn(source[sourceIndex], sourceIndex, original) : source[sourceIndex];
-
- if (depth > 0 && isArray(element)) {
- targetIndex = flattenIntoArray(target, original, element, toLength(element.length), targetIndex, depth - 1) - 1;
- } else {
- if (targetIndex >= 0x1FFFFFFFFFFFFF) throw TypeError('Exceed the acceptable array length');
- target[targetIndex] = element;
- }
-
- targetIndex++;
- }
- sourceIndex++;
- }
- return targetIndex;
-};
-
-module.exports = flattenIntoArray;
diff --git a/node_modules/core-js/internals/freezing.js b/node_modules/core-js/internals/freezing.js
deleted file mode 100644
index 0ac9fbf..0000000
--- a/node_modules/core-js/internals/freezing.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var fails = require('../internals/fails');
-
-module.exports = !fails(function () {
- return Object.isExtensible(Object.preventExtensions({}));
-});
diff --git a/node_modules/core-js/internals/function-bind-context.js b/node_modules/core-js/internals/function-bind-context.js
deleted file mode 100644
index 96a7f49..0000000
--- a/node_modules/core-js/internals/function-bind-context.js
+++ /dev/null
@@ -1,24 +0,0 @@
-var aFunction = require('../internals/a-function');
-
-// optional / simple context binding
-module.exports = function (fn, that, length) {
- aFunction(fn);
- if (that === undefined) return fn;
- switch (length) {
- case 0: return function () {
- return fn.call(that);
- };
- case 1: return function (a) {
- return fn.call(that, a);
- };
- case 2: return function (a, b) {
- return fn.call(that, a, b);
- };
- case 3: return function (a, b, c) {
- return fn.call(that, a, b, c);
- };
- }
- return function (/* ...args */) {
- return fn.apply(that, arguments);
- };
-};
diff --git a/node_modules/core-js/internals/function-bind.js b/node_modules/core-js/internals/function-bind.js
deleted file mode 100644
index 6e1e81d..0000000
--- a/node_modules/core-js/internals/function-bind.js
+++ /dev/null
@@ -1,27 +0,0 @@
-'use strict';
-var aFunction = require('../internals/a-function');
-var isObject = require('../internals/is-object');
-
-var slice = [].slice;
-var factories = {};
-
-var construct = function (C, argsLength, args) {
- if (!(argsLength in factories)) {
- for (var list = [], i = 0; i < argsLength; i++) list[i] = 'a[' + i + ']';
- // eslint-disable-next-line no-new-func
- factories[argsLength] = Function('C,a', 'return new C(' + list.join(',') + ')');
- } return factories[argsLength](C, args);
-};
-
-// `Function.prototype.bind` method implementation
-// https://tc39.github.io/ecma262/#sec-function.prototype.bind
-module.exports = Function.bind || function bind(that /* , ...args */) {
- var fn = aFunction(this);
- var partArgs = slice.call(arguments, 1);
- var boundFunction = function bound(/* args... */) {
- var args = partArgs.concat(slice.call(arguments));
- return this instanceof boundFunction ? construct(fn, args.length, args) : fn.apply(that, args);
- };
- if (isObject(fn.prototype)) boundFunction.prototype = fn.prototype;
- return boundFunction;
-};
diff --git a/node_modules/core-js/internals/get-async-iterator-method.js b/node_modules/core-js/internals/get-async-iterator-method.js
deleted file mode 100644
index 0821b08..0000000
--- a/node_modules/core-js/internals/get-async-iterator-method.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var getIteratorMethod = require('../internals/get-iterator-method');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-
-var ASYNC_ITERATOR = wellKnownSymbol('asyncIterator');
-
-module.exports = function (it) {
- var method = it[ASYNC_ITERATOR];
- return method === undefined ? getIteratorMethod(it) : method;
-};
diff --git a/node_modules/core-js/internals/get-built-in.js b/node_modules/core-js/internals/get-built-in.js
deleted file mode 100644
index 8fcff26..0000000
--- a/node_modules/core-js/internals/get-built-in.js
+++ /dev/null
@@ -1,11 +0,0 @@
-var path = require('../internals/path');
-var global = require('../internals/global');
-
-var aFunction = function (variable) {
- return typeof variable == 'function' ? variable : undefined;
-};
-
-module.exports = function (namespace, method) {
- return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])
- : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];
-};
diff --git a/node_modules/core-js/internals/get-iterator-method.js b/node_modules/core-js/internals/get-iterator-method.js
deleted file mode 100644
index cfac310..0000000
--- a/node_modules/core-js/internals/get-iterator-method.js
+++ /dev/null
@@ -1,11 +0,0 @@
-var classof = require('../internals/classof');
-var Iterators = require('../internals/iterators');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-
-var ITERATOR = wellKnownSymbol('iterator');
-
-module.exports = function (it) {
- if (it != undefined) return it[ITERATOR]
- || it['@@iterator']
- || Iterators[classof(it)];
-};
diff --git a/node_modules/core-js/internals/get-iterator.js b/node_modules/core-js/internals/get-iterator.js
deleted file mode 100644
index f7f7f8e..0000000
--- a/node_modules/core-js/internals/get-iterator.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var anObject = require('../internals/an-object');
-var getIteratorMethod = require('../internals/get-iterator-method');
-
-module.exports = function (it) {
- var iteratorMethod = getIteratorMethod(it);
- if (typeof iteratorMethod != 'function') {
- throw TypeError(String(it) + ' is not iterable');
- } return anObject(iteratorMethod.call(it));
-};
diff --git a/node_modules/core-js/internals/get-map-iterator.js b/node_modules/core-js/internals/get-map-iterator.js
deleted file mode 100644
index 1c608f3..0000000
--- a/node_modules/core-js/internals/get-map-iterator.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var IS_PURE = require('../internals/is-pure');
-var getIterator = require('../internals/get-iterator');
-
-module.exports = IS_PURE ? getIterator : function (it) {
- // eslint-disable-next-line no-undef
- return Map.prototype.entries.call(it);
-};
diff --git a/node_modules/core-js/internals/get-set-iterator.js b/node_modules/core-js/internals/get-set-iterator.js
deleted file mode 100644
index 4560c2e..0000000
--- a/node_modules/core-js/internals/get-set-iterator.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var IS_PURE = require('../internals/is-pure');
-var getIterator = require('../internals/get-iterator');
-
-module.exports = IS_PURE ? getIterator : function (it) {
- // eslint-disable-next-line no-undef
- return Set.prototype.values.call(it);
-};
diff --git a/node_modules/core-js/internals/global.js b/node_modules/core-js/internals/global.js
deleted file mode 100644
index e846153..0000000
--- a/node_modules/core-js/internals/global.js
+++ /dev/null
@@ -1,13 +0,0 @@
-var check = function (it) {
- return it && it.Math == Math && it;
-};
-
-// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
-module.exports =
- // eslint-disable-next-line no-undef
- check(typeof globalThis == 'object' && globalThis) ||
- check(typeof window == 'object' && window) ||
- check(typeof self == 'object' && self) ||
- check(typeof global == 'object' && global) ||
- // eslint-disable-next-line no-new-func
- (function () { return this; })() || Function('return this')();
diff --git a/node_modules/core-js/internals/has.js b/node_modules/core-js/internals/has.js
deleted file mode 100644
index 0925c41..0000000
--- a/node_modules/core-js/internals/has.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var hasOwnProperty = {}.hasOwnProperty;
-
-module.exports = function (it, key) {
- return hasOwnProperty.call(it, key);
-};
diff --git a/node_modules/core-js/internals/hidden-keys.js b/node_modules/core-js/internals/hidden-keys.js
deleted file mode 100644
index f053ebf..0000000
--- a/node_modules/core-js/internals/hidden-keys.js
+++ /dev/null
@@ -1 +0,0 @@
-module.exports = {};
diff --git a/node_modules/core-js/internals/host-report-errors.js b/node_modules/core-js/internals/host-report-errors.js
deleted file mode 100644
index dc84a6c..0000000
--- a/node_modules/core-js/internals/host-report-errors.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var global = require('../internals/global');
-
-module.exports = function (a, b) {
- var console = global.console;
- if (console && console.error) {
- arguments.length === 1 ? console.error(a) : console.error(a, b);
- }
-};
diff --git a/node_modules/core-js/internals/html.js b/node_modules/core-js/internals/html.js
deleted file mode 100644
index 23defa6..0000000
--- a/node_modules/core-js/internals/html.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var getBuiltIn = require('../internals/get-built-in');
-
-module.exports = getBuiltIn('document', 'documentElement');
diff --git a/node_modules/core-js/internals/ie8-dom-define.js b/node_modules/core-js/internals/ie8-dom-define.js
deleted file mode 100644
index 6696ff9..0000000
--- a/node_modules/core-js/internals/ie8-dom-define.js
+++ /dev/null
@@ -1,10 +0,0 @@
-var DESCRIPTORS = require('../internals/descriptors');
-var fails = require('../internals/fails');
-var createElement = require('../internals/document-create-element');
-
-// Thank's IE8 for his funny defineProperty
-module.exports = !DESCRIPTORS && !fails(function () {
- return Object.defineProperty(createElement('div'), 'a', {
- get: function () { return 7; }
- }).a != 7;
-});
diff --git a/node_modules/core-js/internals/ieee754.js b/node_modules/core-js/internals/ieee754.js
deleted file mode 100644
index 3470d57..0000000
--- a/node_modules/core-js/internals/ieee754.js
+++ /dev/null
@@ -1,88 +0,0 @@
-// IEEE754 conversions based on https://github.com/feross/ieee754
-// eslint-disable-next-line no-shadow-restricted-names
-var Infinity = 1 / 0;
-var abs = Math.abs;
-var pow = Math.pow;
-var floor = Math.floor;
-var log = Math.log;
-var LN2 = Math.LN2;
-
-var pack = function (number, mantissaLength, bytes) {
- var buffer = new Array(bytes);
- var exponentLength = bytes * 8 - mantissaLength - 1;
- var eMax = (1 << exponentLength) - 1;
- var eBias = eMax >> 1;
- var rt = mantissaLength === 23 ? pow(2, -24) - pow(2, -77) : 0;
- var sign = number < 0 || number === 0 && 1 / number < 0 ? 1 : 0;
- var index = 0;
- var exponent, mantissa, c;
- number = abs(number);
- // eslint-disable-next-line no-self-compare
- if (number != number || number === Infinity) {
- // eslint-disable-next-line no-self-compare
- mantissa = number != number ? 1 : 0;
- exponent = eMax;
- } else {
- exponent = floor(log(number) / LN2);
- if (number * (c = pow(2, -exponent)) < 1) {
- exponent--;
- c *= 2;
- }
- if (exponent + eBias >= 1) {
- number += rt / c;
- } else {
- number += rt * pow(2, 1 - eBias);
- }
- if (number * c >= 2) {
- exponent++;
- c /= 2;
- }
- if (exponent + eBias >= eMax) {
- mantissa = 0;
- exponent = eMax;
- } else if (exponent + eBias >= 1) {
- mantissa = (number * c - 1) * pow(2, mantissaLength);
- exponent = exponent + eBias;
- } else {
- mantissa = number * pow(2, eBias - 1) * pow(2, mantissaLength);
- exponent = 0;
- }
- }
- for (; mantissaLength >= 8; buffer[index++] = mantissa & 255, mantissa /= 256, mantissaLength -= 8);
- exponent = exponent << mantissaLength | mantissa;
- exponentLength += mantissaLength;
- for (; exponentLength > 0; buffer[index++] = exponent & 255, exponent /= 256, exponentLength -= 8);
- buffer[--index] |= sign * 128;
- return buffer;
-};
-
-var unpack = function (buffer, mantissaLength) {
- var bytes = buffer.length;
- var exponentLength = bytes * 8 - mantissaLength - 1;
- var eMax = (1 << exponentLength) - 1;
- var eBias = eMax >> 1;
- var nBits = exponentLength - 7;
- var index = bytes - 1;
- var sign = buffer[index--];
- var exponent = sign & 127;
- var mantissa;
- sign >>= 7;
- for (; nBits > 0; exponent = exponent * 256 + buffer[index], index--, nBits -= 8);
- mantissa = exponent & (1 << -nBits) - 1;
- exponent >>= -nBits;
- nBits += mantissaLength;
- for (; nBits > 0; mantissa = mantissa * 256 + buffer[index], index--, nBits -= 8);
- if (exponent === 0) {
- exponent = 1 - eBias;
- } else if (exponent === eMax) {
- return mantissa ? NaN : sign ? -Infinity : Infinity;
- } else {
- mantissa = mantissa + pow(2, mantissaLength);
- exponent = exponent - eBias;
- } return (sign ? -1 : 1) * mantissa * pow(2, exponent - mantissaLength);
-};
-
-module.exports = {
- pack: pack,
- unpack: unpack
-};
diff --git a/node_modules/core-js/internals/indexed-object.js b/node_modules/core-js/internals/indexed-object.js
deleted file mode 100644
index 2aa25b5..0000000
--- a/node_modules/core-js/internals/indexed-object.js
+++ /dev/null
@@ -1,13 +0,0 @@
-var fails = require('../internals/fails');
-var classof = require('../internals/classof-raw');
-
-var split = ''.split;
-
-// fallback for non-array-like ES3 and non-enumerable old V8 strings
-module.exports = fails(function () {
- // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
- // eslint-disable-next-line no-prototype-builtins
- return !Object('z').propertyIsEnumerable(0);
-}) ? function (it) {
- return classof(it) == 'String' ? split.call(it, '') : Object(it);
-} : Object;
diff --git a/node_modules/core-js/internals/inherit-if-required.js b/node_modules/core-js/internals/inherit-if-required.js
deleted file mode 100644
index a033b0c..0000000
--- a/node_modules/core-js/internals/inherit-if-required.js
+++ /dev/null
@@ -1,17 +0,0 @@
-var isObject = require('../internals/is-object');
-var setPrototypeOf = require('../internals/object-set-prototype-of');
-
-// makes subclassing work correct for wrapped built-ins
-module.exports = function ($this, dummy, Wrapper) {
- var NewTarget, NewTargetPrototype;
- if (
- // it can work only with native `setPrototypeOf`
- setPrototypeOf &&
- // we haven't completely correct pre-ES6 way for getting `new.target`, so use this
- typeof (NewTarget = dummy.constructor) == 'function' &&
- NewTarget !== Wrapper &&
- isObject(NewTargetPrototype = NewTarget.prototype) &&
- NewTargetPrototype !== Wrapper.prototype
- ) setPrototypeOf($this, NewTargetPrototype);
- return $this;
-};
diff --git a/node_modules/core-js/internals/inspect-source.js b/node_modules/core-js/internals/inspect-source.js
deleted file mode 100644
index 9577809..0000000
--- a/node_modules/core-js/internals/inspect-source.js
+++ /dev/null
@@ -1,12 +0,0 @@
-var store = require('../internals/shared-store');
-
-var functionToString = Function.toString;
-
-// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper
-if (typeof store.inspectSource != 'function') {
- store.inspectSource = function (it) {
- return functionToString.call(it);
- };
-}
-
-module.exports = store.inspectSource;
diff --git a/node_modules/core-js/internals/internal-metadata.js b/node_modules/core-js/internals/internal-metadata.js
deleted file mode 100644
index d70c48c..0000000
--- a/node_modules/core-js/internals/internal-metadata.js
+++ /dev/null
@@ -1,61 +0,0 @@
-var hiddenKeys = require('../internals/hidden-keys');
-var isObject = require('../internals/is-object');
-var has = require('../internals/has');
-var defineProperty = require('../internals/object-define-property').f;
-var uid = require('../internals/uid');
-var FREEZING = require('../internals/freezing');
-
-var METADATA = uid('meta');
-var id = 0;
-
-var isExtensible = Object.isExtensible || function () {
- return true;
-};
-
-var setMetadata = function (it) {
- defineProperty(it, METADATA, { value: {
- objectID: 'O' + ++id, // object ID
- weakData: {} // weak collections IDs
- } });
-};
-
-var fastKey = function (it, create) {
- // return a primitive with prefix
- if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;
- if (!has(it, METADATA)) {
- // can't set metadata to uncaught frozen object
- if (!isExtensible(it)) return 'F';
- // not necessary to add metadata
- if (!create) return 'E';
- // add missing metadata
- setMetadata(it);
- // return object ID
- } return it[METADATA].objectID;
-};
-
-var getWeakData = function (it, create) {
- if (!has(it, METADATA)) {
- // can't set metadata to uncaught frozen object
- if (!isExtensible(it)) return true;
- // not necessary to add metadata
- if (!create) return false;
- // add missing metadata
- setMetadata(it);
- // return the store of weak collections IDs
- } return it[METADATA].weakData;
-};
-
-// add metadata on freeze-family methods calling
-var onFreeze = function (it) {
- if (FREEZING && meta.REQUIRED && isExtensible(it) && !has(it, METADATA)) setMetadata(it);
- return it;
-};
-
-var meta = module.exports = {
- REQUIRED: false,
- fastKey: fastKey,
- getWeakData: getWeakData,
- onFreeze: onFreeze
-};
-
-hiddenKeys[METADATA] = true;
diff --git a/node_modules/core-js/internals/internal-state.js b/node_modules/core-js/internals/internal-state.js
deleted file mode 100644
index 86c1e49..0000000
--- a/node_modules/core-js/internals/internal-state.js
+++ /dev/null
@@ -1,64 +0,0 @@
-var NATIVE_WEAK_MAP = require('../internals/native-weak-map');
-var global = require('../internals/global');
-var isObject = require('../internals/is-object');
-var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');
-var objectHas = require('../internals/has');
-var shared = require('../internals/shared-store');
-var sharedKey = require('../internals/shared-key');
-var hiddenKeys = require('../internals/hidden-keys');
-
-var WeakMap = global.WeakMap;
-var set, get, has;
-
-var enforce = function (it) {
- return has(it) ? get(it) : set(it, {});
-};
-
-var getterFor = function (TYPE) {
- return function (it) {
- var state;
- if (!isObject(it) || (state = get(it)).type !== TYPE) {
- throw TypeError('Incompatible receiver, ' + TYPE + ' required');
- } return state;
- };
-};
-
-if (NATIVE_WEAK_MAP) {
- var store = shared.state || (shared.state = new WeakMap());
- var wmget = store.get;
- var wmhas = store.has;
- var wmset = store.set;
- set = function (it, metadata) {
- metadata.facade = it;
- wmset.call(store, it, metadata);
- return metadata;
- };
- get = function (it) {
- return wmget.call(store, it) || {};
- };
- has = function (it) {
- return wmhas.call(store, it);
- };
-} else {
- var STATE = sharedKey('state');
- hiddenKeys[STATE] = true;
- set = function (it, metadata) {
- metadata.facade = it;
- createNonEnumerableProperty(it, STATE, metadata);
- return metadata;
- };
- get = function (it) {
- return objectHas(it, STATE) ? it[STATE] : {};
- };
- has = function (it) {
- return objectHas(it, STATE);
- };
-}
-
-module.exports = {
- set: set,
- get: get,
- has: has,
- enforce: enforce,
- getterFor: getterFor
-};
diff --git a/node_modules/core-js/internals/is-array-iterator-method.js b/node_modules/core-js/internals/is-array-iterator-method.js
deleted file mode 100644
index ab0ebe1..0000000
--- a/node_modules/core-js/internals/is-array-iterator-method.js
+++ /dev/null
@@ -1,10 +0,0 @@
-var wellKnownSymbol = require('../internals/well-known-symbol');
-var Iterators = require('../internals/iterators');
-
-var ITERATOR = wellKnownSymbol('iterator');
-var ArrayPrototype = Array.prototype;
-
-// check on default Array iterator
-module.exports = function (it) {
- return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it);
-};
diff --git a/node_modules/core-js/internals/is-array.js b/node_modules/core-js/internals/is-array.js
deleted file mode 100644
index 757515d..0000000
--- a/node_modules/core-js/internals/is-array.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var classof = require('../internals/classof-raw');
-
-// `IsArray` abstract operation
-// https://tc39.github.io/ecma262/#sec-isarray
-module.exports = Array.isArray || function isArray(arg) {
- return classof(arg) == 'Array';
-};
diff --git a/node_modules/core-js/internals/is-forced.js b/node_modules/core-js/internals/is-forced.js
deleted file mode 100644
index cae014f..0000000
--- a/node_modules/core-js/internals/is-forced.js
+++ /dev/null
@@ -1,21 +0,0 @@
-var fails = require('../internals/fails');
-
-var replacement = /#|\.prototype\./;
-
-var isForced = function (feature, detection) {
- var value = data[normalize(feature)];
- return value == POLYFILL ? true
- : value == NATIVE ? false
- : typeof detection == 'function' ? fails(detection)
- : !!detection;
-};
-
-var normalize = isForced.normalize = function (string) {
- return String(string).replace(replacement, '.').toLowerCase();
-};
-
-var data = isForced.data = {};
-var NATIVE = isForced.NATIVE = 'N';
-var POLYFILL = isForced.POLYFILL = 'P';
-
-module.exports = isForced;
diff --git a/node_modules/core-js/internals/is-integer.js b/node_modules/core-js/internals/is-integer.js
deleted file mode 100644
index df16086..0000000
--- a/node_modules/core-js/internals/is-integer.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var isObject = require('../internals/is-object');
-
-var floor = Math.floor;
-
-// `Number.isInteger` method implementation
-// https://tc39.github.io/ecma262/#sec-number.isinteger
-module.exports = function isInteger(it) {
- return !isObject(it) && isFinite(it) && floor(it) === it;
-};
diff --git a/node_modules/core-js/internals/is-iterable.js b/node_modules/core-js/internals/is-iterable.js
deleted file mode 100644
index f33bb2d..0000000
--- a/node_modules/core-js/internals/is-iterable.js
+++ /dev/null
@@ -1,13 +0,0 @@
-var classof = require('../internals/classof');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-var Iterators = require('../internals/iterators');
-
-var ITERATOR = wellKnownSymbol('iterator');
-
-module.exports = function (it) {
- var O = Object(it);
- return O[ITERATOR] !== undefined
- || '@@iterator' in O
- // eslint-disable-next-line no-prototype-builtins
- || Iterators.hasOwnProperty(classof(O));
-};
diff --git a/node_modules/core-js/internals/is-object.js b/node_modules/core-js/internals/is-object.js
deleted file mode 100644
index dda6e04..0000000
--- a/node_modules/core-js/internals/is-object.js
+++ /dev/null
@@ -1,3 +0,0 @@
-module.exports = function (it) {
- return typeof it === 'object' ? it !== null : typeof it === 'function';
-};
diff --git a/node_modules/core-js/internals/is-pure.js b/node_modules/core-js/internals/is-pure.js
deleted file mode 100644
index a5d3020..0000000
--- a/node_modules/core-js/internals/is-pure.js
+++ /dev/null
@@ -1 +0,0 @@
-module.exports = false;
diff --git a/node_modules/core-js/internals/is-regexp.js b/node_modules/core-js/internals/is-regexp.js
deleted file mode 100644
index e2c7247..0000000
--- a/node_modules/core-js/internals/is-regexp.js
+++ /dev/null
@@ -1,12 +0,0 @@
-var isObject = require('../internals/is-object');
-var classof = require('../internals/classof-raw');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-
-var MATCH = wellKnownSymbol('match');
-
-// `IsRegExp` abstract operation
-// https://tc39.github.io/ecma262/#sec-isregexp
-module.exports = function (it) {
- var isRegExp;
- return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classof(it) == 'RegExp');
-};
diff --git a/node_modules/core-js/internals/iterate.js b/node_modules/core-js/internals/iterate.js
deleted file mode 100644
index 58c0f32..0000000
--- a/node_modules/core-js/internals/iterate.js
+++ /dev/null
@@ -1,58 +0,0 @@
-var anObject = require('../internals/an-object');
-var isArrayIteratorMethod = require('../internals/is-array-iterator-method');
-var toLength = require('../internals/to-length');
-var bind = require('../internals/function-bind-context');
-var getIteratorMethod = require('../internals/get-iterator-method');
-var iteratorClose = require('../internals/iterator-close');
-
-var Result = function (stopped, result) {
- this.stopped = stopped;
- this.result = result;
-};
-
-module.exports = function (iterable, unboundFunction, options) {
- var that = options && options.that;
- var AS_ENTRIES = !!(options && options.AS_ENTRIES);
- var IS_ITERATOR = !!(options && options.IS_ITERATOR);
- var INTERRUPTED = !!(options && options.INTERRUPTED);
- var fn = bind(unboundFunction, that, 1 + AS_ENTRIES + INTERRUPTED);
- var iterator, iterFn, index, length, result, next, step;
-
- var stop = function (condition) {
- if (iterator) iteratorClose(iterator);
- return new Result(true, condition);
- };
-
- var callFn = function (value) {
- if (AS_ENTRIES) {
- anObject(value);
- return INTERRUPTED ? fn(value[0], value[1], stop) : fn(value[0], value[1]);
- } return INTERRUPTED ? fn(value, stop) : fn(value);
- };
-
- if (IS_ITERATOR) {
- iterator = iterable;
- } else {
- iterFn = getIteratorMethod(iterable);
- if (typeof iterFn != 'function') throw TypeError('Target is not iterable');
- // optimisation for array iterators
- if (isArrayIteratorMethod(iterFn)) {
- for (index = 0, length = toLength(iterable.length); length > index; index++) {
- result = callFn(iterable[index]);
- if (result && result instanceof Result) return result;
- } return new Result(false);
- }
- iterator = iterFn.call(iterable);
- }
-
- next = iterator.next;
- while (!(step = next.call(iterator)).done) {
- try {
- result = callFn(step.value);
- } catch (error) {
- iteratorClose(iterator);
- throw error;
- }
- if (typeof result == 'object' && result && result instanceof Result) return result;
- } return new Result(false);
-};
diff --git a/node_modules/core-js/internals/iterator-close.js b/node_modules/core-js/internals/iterator-close.js
deleted file mode 100644
index f107e14..0000000
--- a/node_modules/core-js/internals/iterator-close.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var anObject = require('../internals/an-object');
-
-module.exports = function (iterator) {
- var returnMethod = iterator['return'];
- if (returnMethod !== undefined) {
- return anObject(returnMethod.call(iterator)).value;
- }
-};
diff --git a/node_modules/core-js/internals/iterator-create-proxy.js b/node_modules/core-js/internals/iterator-create-proxy.js
deleted file mode 100644
index 951db73..0000000
--- a/node_modules/core-js/internals/iterator-create-proxy.js
+++ /dev/null
@@ -1,51 +0,0 @@
-'use strict';
-var path = require('../internals/path');
-var aFunction = require('../internals/a-function');
-var anObject = require('../internals/an-object');
-var create = require('../internals/object-create');
-var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');
-var redefineAll = require('../internals/redefine-all');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-var InternalStateModule = require('../internals/internal-state');
-
-var setInternalState = InternalStateModule.set;
-var getInternalState = InternalStateModule.get;
-
-var TO_STRING_TAG = wellKnownSymbol('toStringTag');
-
-var $return = function (value) {
- var iterator = getInternalState(this).iterator;
- var $$return = iterator['return'];
- return $$return === undefined ? { done: true, value: value } : anObject($$return.call(iterator, value));
-};
-
-var $throw = function (value) {
- var iterator = getInternalState(this).iterator;
- var $$throw = iterator['throw'];
- if ($$throw === undefined) throw value;
- return $$throw.call(iterator, value);
-};
-
-module.exports = function (nextHandler, IS_ITERATOR) {
- var IteratorProxy = function Iterator(state) {
- state.next = aFunction(state.iterator.next);
- state.done = false;
- setInternalState(this, state);
- };
-
- IteratorProxy.prototype = redefineAll(create(path.Iterator.prototype), {
- next: function next() {
- var state = getInternalState(this);
- var result = state.done ? undefined : nextHandler.apply(state, arguments);
- return { done: state.done, value: result };
- },
- 'return': $return,
- 'throw': $throw
- });
-
- if (!IS_ITERATOR) {
- createNonEnumerableProperty(IteratorProxy.prototype, TO_STRING_TAG, 'Generator');
- }
-
- return IteratorProxy;
-};
diff --git a/node_modules/core-js/internals/iterators-core.js b/node_modules/core-js/internals/iterators-core.js
deleted file mode 100644
index fccca93..0000000
--- a/node_modules/core-js/internals/iterators-core.js
+++ /dev/null
@@ -1,37 +0,0 @@
-'use strict';
-var getPrototypeOf = require('../internals/object-get-prototype-of');
-var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');
-var has = require('../internals/has');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-var IS_PURE = require('../internals/is-pure');
-
-var ITERATOR = wellKnownSymbol('iterator');
-var BUGGY_SAFARI_ITERATORS = false;
-
-var returnThis = function () { return this; };
-
-// `%IteratorPrototype%` object
-// https://tc39.github.io/ecma262/#sec-%iteratorprototype%-object
-var IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;
-
-if ([].keys) {
- arrayIterator = [].keys();
- // Safari 8 has buggy iterators w/o `next`
- if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;
- else {
- PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));
- if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;
- }
-}
-
-if (IteratorPrototype == undefined) IteratorPrototype = {};
-
-// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()
-if (!IS_PURE && !has(IteratorPrototype, ITERATOR)) {
- createNonEnumerableProperty(IteratorPrototype, ITERATOR, returnThis);
-}
-
-module.exports = {
- IteratorPrototype: IteratorPrototype,
- BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS
-};
diff --git a/node_modules/core-js/internals/iterators.js b/node_modules/core-js/internals/iterators.js
deleted file mode 100644
index f053ebf..0000000
--- a/node_modules/core-js/internals/iterators.js
+++ /dev/null
@@ -1 +0,0 @@
-module.exports = {};
diff --git a/node_modules/core-js/internals/map-emplace.js b/node_modules/core-js/internals/map-emplace.js
deleted file mode 100644
index dded28c..0000000
--- a/node_modules/core-js/internals/map-emplace.js
+++ /dev/null
@@ -1,13 +0,0 @@
-'use strict';
-var anObject = require('../internals/an-object');
-
-// `Map.prototype.emplace` method
-// https://github.com/thumbsupep/proposal-upsert
-module.exports = function emplace(key, handler) {
- var map = anObject(this);
- var value = (map.has(key) && 'update' in handler)
- ? handler.update(map.get(key), key, map)
- : handler.insert(key, map);
- map.set(key, value);
- return value;
-};
diff --git a/node_modules/core-js/internals/map-upsert.js b/node_modules/core-js/internals/map-upsert.js
deleted file mode 100644
index 2c51e78..0000000
--- a/node_modules/core-js/internals/map-upsert.js
+++ /dev/null
@@ -1,23 +0,0 @@
-'use strict';
-var anObject = require('../internals/an-object');
-
-// `Map.prototype.upsert` method
-// https://github.com/thumbsupep/proposal-upsert
-module.exports = function upsert(key, updateFn /* , insertFn */) {
- var map = anObject(this);
- var insertFn = arguments.length > 2 ? arguments[2] : undefined;
- var value;
- if (typeof updateFn != 'function' && typeof insertFn != 'function') {
- throw TypeError('At least one callback required');
- }
- if (map.has(key)) {
- value = map.get(key);
- if (typeof updateFn == 'function') {
- value = updateFn(value);
- map.set(key, value);
- }
- } else if (typeof insertFn == 'function') {
- value = insertFn();
- map.set(key, value);
- } return value;
-};
diff --git a/node_modules/core-js/internals/math-expm1.js b/node_modules/core-js/internals/math-expm1.js
deleted file mode 100644
index 3a14c07..0000000
--- a/node_modules/core-js/internals/math-expm1.js
+++ /dev/null
@@ -1,13 +0,0 @@
-var nativeExpm1 = Math.expm1;
-var exp = Math.exp;
-
-// `Math.expm1` method implementation
-// https://tc39.github.io/ecma262/#sec-math.expm1
-module.exports = (!nativeExpm1
- // Old FF bug
- || nativeExpm1(10) > 22025.465794806719 || nativeExpm1(10) < 22025.4657948067165168
- // Tor Browser bug
- || nativeExpm1(-2e-17) != -2e-17
-) ? function expm1(x) {
- return (x = +x) == 0 ? x : x > -1e-6 && x < 1e-6 ? x + x * x / 2 : exp(x) - 1;
-} : nativeExpm1;
diff --git a/node_modules/core-js/internals/math-fround.js b/node_modules/core-js/internals/math-fround.js
deleted file mode 100644
index 0642e31..0000000
--- a/node_modules/core-js/internals/math-fround.js
+++ /dev/null
@@ -1,26 +0,0 @@
-var sign = require('../internals/math-sign');
-
-var abs = Math.abs;
-var pow = Math.pow;
-var EPSILON = pow(2, -52);
-var EPSILON32 = pow(2, -23);
-var MAX32 = pow(2, 127) * (2 - EPSILON32);
-var MIN32 = pow(2, -126);
-
-var roundTiesToEven = function (n) {
- return n + 1 / EPSILON - 1 / EPSILON;
-};
-
-// `Math.fround` method implementation
-// https://tc39.github.io/ecma262/#sec-math.fround
-module.exports = Math.fround || function fround(x) {
- var $abs = abs(x);
- var $sign = sign(x);
- var a, result;
- if ($abs < MIN32) return $sign * roundTiesToEven($abs / MIN32 / EPSILON32) * MIN32 * EPSILON32;
- a = (1 + EPSILON32 / EPSILON) * $abs;
- result = a - (a - $abs);
- // eslint-disable-next-line no-self-compare
- if (result > MAX32 || result != result) return $sign * Infinity;
- return $sign * result;
-};
diff --git a/node_modules/core-js/internals/math-log1p.js b/node_modules/core-js/internals/math-log1p.js
deleted file mode 100644
index 3d2545c..0000000
--- a/node_modules/core-js/internals/math-log1p.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var log = Math.log;
-
-// `Math.log1p` method implementation
-// https://tc39.github.io/ecma262/#sec-math.log1p
-module.exports = Math.log1p || function log1p(x) {
- return (x = +x) > -1e-8 && x < 1e-8 ? x - x * x / 2 : log(1 + x);
-};
diff --git a/node_modules/core-js/internals/math-scale.js b/node_modules/core-js/internals/math-scale.js
deleted file mode 100644
index 5928862..0000000
--- a/node_modules/core-js/internals/math-scale.js
+++ /dev/null
@@ -1,16 +0,0 @@
-// `Math.scale` method implementation
-// https://rwaldron.github.io/proposal-math-extensions/
-module.exports = Math.scale || function scale(x, inLow, inHigh, outLow, outHigh) {
- if (
- arguments.length === 0
- /* eslint-disable no-self-compare */
- || x != x
- || inLow != inLow
- || inHigh != inHigh
- || outLow != outLow
- || outHigh != outHigh
- /* eslint-enable no-self-compare */
- ) return NaN;
- if (x === Infinity || x === -Infinity) return x;
- return (x - inLow) * (outHigh - outLow) / (inHigh - inLow) + outLow;
-};
diff --git a/node_modules/core-js/internals/math-sign.js b/node_modules/core-js/internals/math-sign.js
deleted file mode 100644
index 9260696..0000000
--- a/node_modules/core-js/internals/math-sign.js
+++ /dev/null
@@ -1,6 +0,0 @@
-// `Math.sign` method implementation
-// https://tc39.github.io/ecma262/#sec-math.sign
-module.exports = Math.sign || function sign(x) {
- // eslint-disable-next-line no-self-compare
- return (x = +x) == 0 || x != x ? x : x < 0 ? -1 : 1;
-};
diff --git a/node_modules/core-js/internals/microtask.js b/node_modules/core-js/internals/microtask.js
deleted file mode 100644
index 2da2c24..0000000
--- a/node_modules/core-js/internals/microtask.js
+++ /dev/null
@@ -1,78 +0,0 @@
-var global = require('../internals/global');
-var getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;
-var macrotask = require('../internals/task').set;
-var IS_IOS = require('../internals/engine-is-ios');
-var IS_NODE = require('../internals/engine-is-node');
-
-var MutationObserver = global.MutationObserver || global.WebKitMutationObserver;
-var document = global.document;
-var process = global.process;
-var Promise = global.Promise;
-// Node.js 11 shows ExperimentalWarning on getting `queueMicrotask`
-var queueMicrotaskDescriptor = getOwnPropertyDescriptor(global, 'queueMicrotask');
-var queueMicrotask = queueMicrotaskDescriptor && queueMicrotaskDescriptor.value;
-
-var flush, head, last, notify, toggle, node, promise, then;
-
-// modern engines have queueMicrotask method
-if (!queueMicrotask) {
- flush = function () {
- var parent, fn;
- if (IS_NODE && (parent = process.domain)) parent.exit();
- while (head) {
- fn = head.fn;
- head = head.next;
- try {
- fn();
- } catch (error) {
- if (head) notify();
- else last = undefined;
- throw error;
- }
- } last = undefined;
- if (parent) parent.enter();
- };
-
- // browsers with MutationObserver, except iOS - https://github.com/zloirock/core-js/issues/339
- if (!IS_IOS && !IS_NODE && MutationObserver && document) {
- toggle = true;
- node = document.createTextNode('');
- new MutationObserver(flush).observe(node, { characterData: true });
- notify = function () {
- node.data = toggle = !toggle;
- };
- // environments with maybe non-completely correct, but existent Promise
- } else if (Promise && Promise.resolve) {
- // Promise.resolve without an argument throws an error in LG WebOS 2
- promise = Promise.resolve(undefined);
- then = promise.then;
- notify = function () {
- then.call(promise, flush);
- };
- // Node.js without promises
- } else if (IS_NODE) {
- notify = function () {
- process.nextTick(flush);
- };
- // for other environments - macrotask based on:
- // - setImmediate
- // - MessageChannel
- // - window.postMessag
- // - onreadystatechange
- // - setTimeout
- } else {
- notify = function () {
- // strange IE + webpack dev server bug - use .call(global)
- macrotask.call(global, flush);
- };
- }
-}
-
-module.exports = queueMicrotask || function (fn) {
- var task = { fn: fn, next: undefined };
- if (last) last.next = task;
- if (!head) {
- head = task;
- notify();
- } last = task;
-};
diff --git a/node_modules/core-js/internals/native-promise-constructor.js b/node_modules/core-js/internals/native-promise-constructor.js
deleted file mode 100644
index dae3822..0000000
--- a/node_modules/core-js/internals/native-promise-constructor.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var global = require('../internals/global');
-
-module.exports = global.Promise;
diff --git a/node_modules/core-js/internals/native-symbol.js b/node_modules/core-js/internals/native-symbol.js
deleted file mode 100644
index bb22d6c..0000000
--- a/node_modules/core-js/internals/native-symbol.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var fails = require('../internals/fails');
-
-module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
- // Chrome 38 Symbol has incorrect toString conversion
- // eslint-disable-next-line no-undef
- return !String(Symbol());
-});
diff --git a/node_modules/core-js/internals/native-url.js b/node_modules/core-js/internals/native-url.js
deleted file mode 100644
index b9ac587..0000000
--- a/node_modules/core-js/internals/native-url.js
+++ /dev/null
@@ -1,33 +0,0 @@
-var fails = require('../internals/fails');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-var IS_PURE = require('../internals/is-pure');
-
-var ITERATOR = wellKnownSymbol('iterator');
-
-module.exports = !fails(function () {
- var url = new URL('b?a=1&b=2&c=3', 'http://a');
- var searchParams = url.searchParams;
- var result = '';
- url.pathname = 'c%20d';
- searchParams.forEach(function (value, key) {
- searchParams['delete']('b');
- result += key + value;
- });
- return (IS_PURE && !url.toJSON)
- || !searchParams.sort
- || url.href !== 'http://a/c%20d?a=1&c=3'
- || searchParams.get('c') !== '3'
- || String(new URLSearchParams('?a=1')) !== 'a=1'
- || !searchParams[ITERATOR]
- // throws in Edge
- || new URL('https://a@b').username !== 'a'
- || new URLSearchParams(new URLSearchParams('a=b')).get('a') !== 'b'
- // not punycoded in Edge
- || new URL('http://тест').host !== 'xn--e1aybc'
- // not escaped in Chrome 62-
- || new URL('http://a#б').hash !== '#%D0%B1'
- // fails in Chrome 66-
- || result !== 'a1c3'
- // throws in Safari
- || new URL('http://x', undefined).host !== 'x';
-});
diff --git a/node_modules/core-js/internals/native-weak-map.js b/node_modules/core-js/internals/native-weak-map.js
deleted file mode 100644
index e241821..0000000
--- a/node_modules/core-js/internals/native-weak-map.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var global = require('../internals/global');
-var inspectSource = require('../internals/inspect-source');
-
-var WeakMap = global.WeakMap;
-
-module.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));
diff --git a/node_modules/core-js/internals/new-promise-capability.js b/node_modules/core-js/internals/new-promise-capability.js
deleted file mode 100644
index 394edc9..0000000
--- a/node_modules/core-js/internals/new-promise-capability.js
+++ /dev/null
@@ -1,18 +0,0 @@
-'use strict';
-var aFunction = require('../internals/a-function');
-
-var PromiseCapability = function (C) {
- var resolve, reject;
- this.promise = new C(function ($$resolve, $$reject) {
- if (resolve !== undefined || reject !== undefined) throw TypeError('Bad Promise constructor');
- resolve = $$resolve;
- reject = $$reject;
- });
- this.resolve = aFunction(resolve);
- this.reject = aFunction(reject);
-};
-
-// 25.4.1.5 NewPromiseCapability(C)
-module.exports.f = function (C) {
- return new PromiseCapability(C);
-};
diff --git a/node_modules/core-js/internals/not-a-regexp.js b/node_modules/core-js/internals/not-a-regexp.js
deleted file mode 100644
index 7bb4e9c..0000000
--- a/node_modules/core-js/internals/not-a-regexp.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var isRegExp = require('../internals/is-regexp');
-
-module.exports = function (it) {
- if (isRegExp(it)) {
- throw TypeError("The method doesn't accept regular expressions");
- } return it;
-};
diff --git a/node_modules/core-js/internals/number-is-finite.js b/node_modules/core-js/internals/number-is-finite.js
deleted file mode 100644
index 4b26c4a..0000000
--- a/node_modules/core-js/internals/number-is-finite.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var global = require('../internals/global');
-
-var globalIsFinite = global.isFinite;
-
-// `Number.isFinite` method
-// https://tc39.github.io/ecma262/#sec-number.isfinite
-module.exports = Number.isFinite || function isFinite(it) {
- return typeof it == 'number' && globalIsFinite(it);
-};
diff --git a/node_modules/core-js/internals/number-parse-float.js b/node_modules/core-js/internals/number-parse-float.js
deleted file mode 100644
index 0ff341d..0000000
--- a/node_modules/core-js/internals/number-parse-float.js
+++ /dev/null
@@ -1,14 +0,0 @@
-var global = require('../internals/global');
-var trim = require('../internals/string-trim').trim;
-var whitespaces = require('../internals/whitespaces');
-
-var $parseFloat = global.parseFloat;
-var FORCED = 1 / $parseFloat(whitespaces + '-0') !== -Infinity;
-
-// `parseFloat` method
-// https://tc39.github.io/ecma262/#sec-parsefloat-string
-module.exports = FORCED ? function parseFloat(string) {
- var trimmedString = trim(String(string));
- var result = $parseFloat(trimmedString);
- return result === 0 && trimmedString.charAt(0) == '-' ? -0 : result;
-} : $parseFloat;
diff --git a/node_modules/core-js/internals/number-parse-int.js b/node_modules/core-js/internals/number-parse-int.js
deleted file mode 100644
index 11b8232..0000000
--- a/node_modules/core-js/internals/number-parse-int.js
+++ /dev/null
@@ -1,14 +0,0 @@
-var global = require('../internals/global');
-var trim = require('../internals/string-trim').trim;
-var whitespaces = require('../internals/whitespaces');
-
-var $parseInt = global.parseInt;
-var hex = /^[+-]?0[Xx]/;
-var FORCED = $parseInt(whitespaces + '08') !== 8 || $parseInt(whitespaces + '0x16') !== 22;
-
-// `parseInt` method
-// https://tc39.github.io/ecma262/#sec-parseint-string-radix
-module.exports = FORCED ? function parseInt(string, radix) {
- var S = trim(String(string));
- return $parseInt(S, (radix >>> 0) || (hex.test(S) ? 16 : 10));
-} : $parseInt;
diff --git a/node_modules/core-js/internals/object-assign.js b/node_modules/core-js/internals/object-assign.js
deleted file mode 100644
index f15d000..0000000
--- a/node_modules/core-js/internals/object-assign.js
+++ /dev/null
@@ -1,52 +0,0 @@
-'use strict';
-var DESCRIPTORS = require('../internals/descriptors');
-var fails = require('../internals/fails');
-var objectKeys = require('../internals/object-keys');
-var getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');
-var propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');
-var toObject = require('../internals/to-object');
-var IndexedObject = require('../internals/indexed-object');
-
-var nativeAssign = Object.assign;
-var defineProperty = Object.defineProperty;
-
-// `Object.assign` method
-// https://tc39.github.io/ecma262/#sec-object.assign
-module.exports = !nativeAssign || fails(function () {
- // should have correct order of operations (Edge bug)
- if (DESCRIPTORS && nativeAssign({ b: 1 }, nativeAssign(defineProperty({}, 'a', {
- enumerable: true,
- get: function () {
- defineProperty(this, 'b', {
- value: 3,
- enumerable: false
- });
- }
- }), { b: 2 })).b !== 1) return true;
- // should work with symbols and should have deterministic property order (V8 bug)
- var A = {};
- var B = {};
- // eslint-disable-next-line no-undef
- var symbol = Symbol();
- var alphabet = 'abcdefghijklmnopqrst';
- A[symbol] = 7;
- alphabet.split('').forEach(function (chr) { B[chr] = chr; });
- return nativeAssign({}, A)[symbol] != 7 || objectKeys(nativeAssign({}, B)).join('') != alphabet;
-}) ? function assign(target, source) { // eslint-disable-line no-unused-vars
- var T = toObject(target);
- var argumentsLength = arguments.length;
- var index = 1;
- var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;
- var propertyIsEnumerable = propertyIsEnumerableModule.f;
- while (argumentsLength > index) {
- var S = IndexedObject(arguments[index++]);
- var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);
- var length = keys.length;
- var j = 0;
- var key;
- while (length > j) {
- key = keys[j++];
- if (!DESCRIPTORS || propertyIsEnumerable.call(S, key)) T[key] = S[key];
- }
- } return T;
-} : nativeAssign;
diff --git a/node_modules/core-js/internals/object-create.js b/node_modules/core-js/internals/object-create.js
deleted file mode 100644
index 346d108..0000000
--- a/node_modules/core-js/internals/object-create.js
+++ /dev/null
@@ -1,78 +0,0 @@
-var anObject = require('../internals/an-object');
-var defineProperties = require('../internals/object-define-properties');
-var enumBugKeys = require('../internals/enum-bug-keys');
-var hiddenKeys = require('../internals/hidden-keys');
-var html = require('../internals/html');
-var documentCreateElement = require('../internals/document-create-element');
-var sharedKey = require('../internals/shared-key');
-
-var GT = '>';
-var LT = '<';
-var PROTOTYPE = 'prototype';
-var SCRIPT = 'script';
-var IE_PROTO = sharedKey('IE_PROTO');
-
-var EmptyConstructor = function () { /* empty */ };
-
-var scriptTag = function (content) {
- return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;
-};
-
-// Create object with fake `null` prototype: use ActiveX Object with cleared prototype
-var NullProtoObjectViaActiveX = function (activeXDocument) {
- activeXDocument.write(scriptTag(''));
- activeXDocument.close();
- var temp = activeXDocument.parentWindow.Object;
- activeXDocument = null; // avoid memory leak
- return temp;
-};
-
-// Create object with fake `null` prototype: use iframe Object with cleared prototype
-var NullProtoObjectViaIFrame = function () {
- // Thrash, waste and sodomy: IE GC bug
- var iframe = documentCreateElement('iframe');
- var JS = 'java' + SCRIPT + ':';
- var iframeDocument;
- iframe.style.display = 'none';
- html.appendChild(iframe);
- // https://github.com/zloirock/core-js/issues/475
- iframe.src = String(JS);
- iframeDocument = iframe.contentWindow.document;
- iframeDocument.open();
- iframeDocument.write(scriptTag('document.F=Object'));
- iframeDocument.close();
- return iframeDocument.F;
-};
-
-// Check for document.domain and active x support
-// No need to use active x approach when document.domain is not set
-// see https://github.com/es-shims/es5-shim/issues/150
-// variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346
-// avoid IE GC bug
-var activeXDocument;
-var NullProtoObject = function () {
- try {
- /* global ActiveXObject */
- activeXDocument = document.domain && new ActiveXObject('htmlfile');
- } catch (error) { /* ignore */ }
- NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();
- var length = enumBugKeys.length;
- while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];
- return NullProtoObject();
-};
-
-hiddenKeys[IE_PROTO] = true;
-
-// `Object.create` method
-// https://tc39.github.io/ecma262/#sec-object.create
-module.exports = Object.create || function create(O, Properties) {
- var result;
- if (O !== null) {
- EmptyConstructor[PROTOTYPE] = anObject(O);
- result = new EmptyConstructor();
- EmptyConstructor[PROTOTYPE] = null;
- // add "__proto__" for Object.getPrototypeOf polyfill
- result[IE_PROTO] = O;
- } else result = NullProtoObject();
- return Properties === undefined ? result : defineProperties(result, Properties);
-};
diff --git a/node_modules/core-js/internals/object-define-properties.js b/node_modules/core-js/internals/object-define-properties.js
deleted file mode 100644
index c2b5339..0000000
--- a/node_modules/core-js/internals/object-define-properties.js
+++ /dev/null
@@ -1,16 +0,0 @@
-var DESCRIPTORS = require('../internals/descriptors');
-var definePropertyModule = require('../internals/object-define-property');
-var anObject = require('../internals/an-object');
-var objectKeys = require('../internals/object-keys');
-
-// `Object.defineProperties` method
-// https://tc39.github.io/ecma262/#sec-object.defineproperties
-module.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) {
- anObject(O);
- var keys = objectKeys(Properties);
- var length = keys.length;
- var index = 0;
- var key;
- while (length > index) definePropertyModule.f(O, key = keys[index++], Properties[key]);
- return O;
-};
diff --git a/node_modules/core-js/internals/object-define-property.js b/node_modules/core-js/internals/object-define-property.js
deleted file mode 100644
index 375f20f..0000000
--- a/node_modules/core-js/internals/object-define-property.js
+++ /dev/null
@@ -1,20 +0,0 @@
-var DESCRIPTORS = require('../internals/descriptors');
-var IE8_DOM_DEFINE = require('../internals/ie8-dom-define');
-var anObject = require('../internals/an-object');
-var toPrimitive = require('../internals/to-primitive');
-
-var nativeDefineProperty = Object.defineProperty;
-
-// `Object.defineProperty` method
-// https://tc39.github.io/ecma262/#sec-object.defineproperty
-exports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {
- anObject(O);
- P = toPrimitive(P, true);
- anObject(Attributes);
- if (IE8_DOM_DEFINE) try {
- return nativeDefineProperty(O, P, Attributes);
- } catch (error) { /* empty */ }
- if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');
- if ('value' in Attributes) O[P] = Attributes.value;
- return O;
-};
diff --git a/node_modules/core-js/internals/object-get-own-property-descriptor.js b/node_modules/core-js/internals/object-get-own-property-descriptor.js
deleted file mode 100644
index acdae01..0000000
--- a/node_modules/core-js/internals/object-get-own-property-descriptor.js
+++ /dev/null
@@ -1,20 +0,0 @@
-var DESCRIPTORS = require('../internals/descriptors');
-var propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');
-var createPropertyDescriptor = require('../internals/create-property-descriptor');
-var toIndexedObject = require('../internals/to-indexed-object');
-var toPrimitive = require('../internals/to-primitive');
-var has = require('../internals/has');
-var IE8_DOM_DEFINE = require('../internals/ie8-dom-define');
-
-var nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
-
-// `Object.getOwnPropertyDescriptor` method
-// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor
-exports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
- O = toIndexedObject(O);
- P = toPrimitive(P, true);
- if (IE8_DOM_DEFINE) try {
- return nativeGetOwnPropertyDescriptor(O, P);
- } catch (error) { /* empty */ }
- if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);
-};
diff --git a/node_modules/core-js/internals/object-get-own-property-names-external.js b/node_modules/core-js/internals/object-get-own-property-names-external.js
deleted file mode 100644
index dfd94f1..0000000
--- a/node_modules/core-js/internals/object-get-own-property-names-external.js
+++ /dev/null
@@ -1,22 +0,0 @@
-var toIndexedObject = require('../internals/to-indexed-object');
-var nativeGetOwnPropertyNames = require('../internals/object-get-own-property-names').f;
-
-var toString = {}.toString;
-
-var windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames
- ? Object.getOwnPropertyNames(window) : [];
-
-var getWindowNames = function (it) {
- try {
- return nativeGetOwnPropertyNames(it);
- } catch (error) {
- return windowNames.slice();
- }
-};
-
-// fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window
-module.exports.f = function getOwnPropertyNames(it) {
- return windowNames && toString.call(it) == '[object Window]'
- ? getWindowNames(it)
- : nativeGetOwnPropertyNames(toIndexedObject(it));
-};
diff --git a/node_modules/core-js/internals/object-get-own-property-names.js b/node_modules/core-js/internals/object-get-own-property-names.js
deleted file mode 100644
index f1b1be6..0000000
--- a/node_modules/core-js/internals/object-get-own-property-names.js
+++ /dev/null
@@ -1,10 +0,0 @@
-var internalObjectKeys = require('../internals/object-keys-internal');
-var enumBugKeys = require('../internals/enum-bug-keys');
-
-var hiddenKeys = enumBugKeys.concat('length', 'prototype');
-
-// `Object.getOwnPropertyNames` method
-// https://tc39.github.io/ecma262/#sec-object.getownpropertynames
-exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
- return internalObjectKeys(O, hiddenKeys);
-};
diff --git a/node_modules/core-js/internals/object-get-own-property-symbols.js b/node_modules/core-js/internals/object-get-own-property-symbols.js
deleted file mode 100644
index bc06729..0000000
--- a/node_modules/core-js/internals/object-get-own-property-symbols.js
+++ /dev/null
@@ -1 +0,0 @@
-exports.f = Object.getOwnPropertySymbols;
diff --git a/node_modules/core-js/internals/object-get-prototype-of.js b/node_modules/core-js/internals/object-get-prototype-of.js
deleted file mode 100644
index c0bb726..0000000
--- a/node_modules/core-js/internals/object-get-prototype-of.js
+++ /dev/null
@@ -1,17 +0,0 @@
-var has = require('../internals/has');
-var toObject = require('../internals/to-object');
-var sharedKey = require('../internals/shared-key');
-var CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');
-
-var IE_PROTO = sharedKey('IE_PROTO');
-var ObjectPrototype = Object.prototype;
-
-// `Object.getPrototypeOf` method
-// https://tc39.github.io/ecma262/#sec-object.getprototypeof
-module.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) {
- O = toObject(O);
- if (has(O, IE_PROTO)) return O[IE_PROTO];
- if (typeof O.constructor == 'function' && O instanceof O.constructor) {
- return O.constructor.prototype;
- } return O instanceof Object ? ObjectPrototype : null;
-};
diff --git a/node_modules/core-js/internals/object-iterator.js b/node_modules/core-js/internals/object-iterator.js
deleted file mode 100644
index 415824f..0000000
--- a/node_modules/core-js/internals/object-iterator.js
+++ /dev/null
@@ -1,37 +0,0 @@
-'use strict';
-var InternalStateModule = require('../internals/internal-state');
-var createIteratorConstructor = require('../internals/create-iterator-constructor');
-var has = require('../internals/has');
-var objectKeys = require('../internals/object-keys');
-var toObject = require('../internals/to-object');
-
-var OBJECT_ITERATOR = 'Object Iterator';
-var setInternalState = InternalStateModule.set;
-var getInternalState = InternalStateModule.getterFor(OBJECT_ITERATOR);
-
-module.exports = createIteratorConstructor(function ObjectIterator(source, mode) {
- var object = toObject(source);
- setInternalState(this, {
- type: OBJECT_ITERATOR,
- mode: mode,
- object: object,
- keys: objectKeys(object),
- index: 0
- });
-}, 'Object', function next() {
- var state = getInternalState(this);
- var keys = state.keys;
- while (true) {
- if (keys === null || state.index >= keys.length) {
- state.object = state.keys = null;
- return { value: undefined, done: true };
- }
- var key = keys[state.index++];
- var object = state.object;
- if (!has(object, key)) continue;
- switch (state.mode) {
- case 'keys': return { value: key, done: false };
- case 'values': return { value: object[key], done: false };
- } /* entries */ return { value: [key, object[key]], done: false };
- }
-});
diff --git a/node_modules/core-js/internals/object-keys-internal.js b/node_modules/core-js/internals/object-keys-internal.js
deleted file mode 100644
index 40b4c98..0000000
--- a/node_modules/core-js/internals/object-keys-internal.js
+++ /dev/null
@@ -1,17 +0,0 @@
-var has = require('../internals/has');
-var toIndexedObject = require('../internals/to-indexed-object');
-var indexOf = require('../internals/array-includes').indexOf;
-var hiddenKeys = require('../internals/hidden-keys');
-
-module.exports = function (object, names) {
- var O = toIndexedObject(object);
- var i = 0;
- var result = [];
- var key;
- for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);
- // Don't enum bug & hidden keys
- while (names.length > i) if (has(O, key = names[i++])) {
- ~indexOf(result, key) || result.push(key);
- }
- return result;
-};
diff --git a/node_modules/core-js/internals/object-keys.js b/node_modules/core-js/internals/object-keys.js
deleted file mode 100644
index 7188505..0000000
--- a/node_modules/core-js/internals/object-keys.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var internalObjectKeys = require('../internals/object-keys-internal');
-var enumBugKeys = require('../internals/enum-bug-keys');
-
-// `Object.keys` method
-// https://tc39.github.io/ecma262/#sec-object.keys
-module.exports = Object.keys || function keys(O) {
- return internalObjectKeys(O, enumBugKeys);
-};
diff --git a/node_modules/core-js/internals/object-property-is-enumerable.js b/node_modules/core-js/internals/object-property-is-enumerable.js
deleted file mode 100644
index 9ff2209..0000000
--- a/node_modules/core-js/internals/object-property-is-enumerable.js
+++ /dev/null
@@ -1,13 +0,0 @@
-'use strict';
-var nativePropertyIsEnumerable = {}.propertyIsEnumerable;
-var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
-
-// Nashorn ~ JDK8 bug
-var NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);
-
-// `Object.prototype.propertyIsEnumerable` method implementation
-// https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable
-exports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
- var descriptor = getOwnPropertyDescriptor(this, V);
- return !!descriptor && descriptor.enumerable;
-} : nativePropertyIsEnumerable;
diff --git a/node_modules/core-js/internals/object-prototype-accessors-forced.js b/node_modules/core-js/internals/object-prototype-accessors-forced.js
deleted file mode 100644
index 98cb8ba..0000000
--- a/node_modules/core-js/internals/object-prototype-accessors-forced.js
+++ /dev/null
@@ -1,13 +0,0 @@
-'use strict';
-var IS_PURE = require('../internals/is-pure');
-var global = require('../internals/global');
-var fails = require('../internals/fails');
-
-// Forced replacement object prototype accessors methods
-module.exports = IS_PURE || !fails(function () {
- var key = Math.random();
- // In FF throws only define methods
- // eslint-disable-next-line no-undef, no-useless-call
- __defineSetter__.call(null, key, function () { /* empty */ });
- delete global[key];
-});
diff --git a/node_modules/core-js/internals/object-set-prototype-of.js b/node_modules/core-js/internals/object-set-prototype-of.js
deleted file mode 100644
index ce7e97c..0000000
--- a/node_modules/core-js/internals/object-set-prototype-of.js
+++ /dev/null
@@ -1,24 +0,0 @@
-var anObject = require('../internals/an-object');
-var aPossiblePrototype = require('../internals/a-possible-prototype');
-
-// `Object.setPrototypeOf` method
-// https://tc39.github.io/ecma262/#sec-object.setprototypeof
-// Works with __proto__ only. Old v8 can't work with null proto objects.
-/* eslint-disable no-proto */
-module.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {
- var CORRECT_SETTER = false;
- var test = {};
- var setter;
- try {
- setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;
- setter.call(test, []);
- CORRECT_SETTER = test instanceof Array;
- } catch (error) { /* empty */ }
- return function setPrototypeOf(O, proto) {
- anObject(O);
- aPossiblePrototype(proto);
- if (CORRECT_SETTER) setter.call(O, proto);
- else O.__proto__ = proto;
- return O;
- };
-}() : undefined);
diff --git a/node_modules/core-js/internals/object-to-array.js b/node_modules/core-js/internals/object-to-array.js
deleted file mode 100644
index 8e2409d..0000000
--- a/node_modules/core-js/internals/object-to-array.js
+++ /dev/null
@@ -1,32 +0,0 @@
-var DESCRIPTORS = require('../internals/descriptors');
-var objectKeys = require('../internals/object-keys');
-var toIndexedObject = require('../internals/to-indexed-object');
-var propertyIsEnumerable = require('../internals/object-property-is-enumerable').f;
-
-// `Object.{ entries, values }` methods implementation
-var createMethod = function (TO_ENTRIES) {
- return function (it) {
- var O = toIndexedObject(it);
- var keys = objectKeys(O);
- var length = keys.length;
- var i = 0;
- var result = [];
- var key;
- while (length > i) {
- key = keys[i++];
- if (!DESCRIPTORS || propertyIsEnumerable.call(O, key)) {
- result.push(TO_ENTRIES ? [key, O[key]] : O[key]);
- }
- }
- return result;
- };
-};
-
-module.exports = {
- // `Object.entries` method
- // https://tc39.github.io/ecma262/#sec-object.entries
- entries: createMethod(true),
- // `Object.values` method
- // https://tc39.github.io/ecma262/#sec-object.values
- values: createMethod(false)
-};
diff --git a/node_modules/core-js/internals/object-to-string.js b/node_modules/core-js/internals/object-to-string.js
deleted file mode 100644
index 68fbea7..0000000
--- a/node_modules/core-js/internals/object-to-string.js
+++ /dev/null
@@ -1,9 +0,0 @@
-'use strict';
-var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');
-var classof = require('../internals/classof');
-
-// `Object.prototype.toString` method implementation
-// https://tc39.github.io/ecma262/#sec-object.prototype.tostring
-module.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {
- return '[object ' + classof(this) + ']';
-};
diff --git a/node_modules/core-js/internals/own-keys.js b/node_modules/core-js/internals/own-keys.js
deleted file mode 100644
index 4c3d8b5..0000000
--- a/node_modules/core-js/internals/own-keys.js
+++ /dev/null
@@ -1,11 +0,0 @@
-var getBuiltIn = require('../internals/get-built-in');
-var getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');
-var getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');
-var anObject = require('../internals/an-object');
-
-// all object keys, includes non-enumerable and symbols
-module.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
- var keys = getOwnPropertyNamesModule.f(anObject(it));
- var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;
- return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;
-};
diff --git a/node_modules/core-js/internals/path.js b/node_modules/core-js/internals/path.js
deleted file mode 100644
index 2b618f1..0000000
--- a/node_modules/core-js/internals/path.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var global = require('../internals/global');
-
-module.exports = global;
diff --git a/node_modules/core-js/internals/perform.js b/node_modules/core-js/internals/perform.js
deleted file mode 100644
index 3cd8eef..0000000
--- a/node_modules/core-js/internals/perform.js
+++ /dev/null
@@ -1,7 +0,0 @@
-module.exports = function (exec) {
- try {
- return { error: false, value: exec() };
- } catch (error) {
- return { error: true, value: error };
- }
-};
diff --git a/node_modules/core-js/internals/promise-resolve.js b/node_modules/core-js/internals/promise-resolve.js
deleted file mode 100644
index 18e73e1..0000000
--- a/node_modules/core-js/internals/promise-resolve.js
+++ /dev/null
@@ -1,12 +0,0 @@
-var anObject = require('../internals/an-object');
-var isObject = require('../internals/is-object');
-var newPromiseCapability = require('../internals/new-promise-capability');
-
-module.exports = function (C, x) {
- anObject(C);
- if (isObject(x) && x.constructor === C) return x;
- var promiseCapability = newPromiseCapability.f(C);
- var resolve = promiseCapability.resolve;
- resolve(x);
- return promiseCapability.promise;
-};
diff --git a/node_modules/core-js/internals/range-iterator.js b/node_modules/core-js/internals/range-iterator.js
deleted file mode 100644
index 0cddc24..0000000
--- a/node_modules/core-js/internals/range-iterator.js
+++ /dev/null
@@ -1,102 +0,0 @@
-'use strict';
-var InternalStateModule = require('../internals/internal-state');
-var createIteratorConstructor = require('../internals/create-iterator-constructor');
-var isObject = require('../internals/is-object');
-var defineProperties = require('../internals/object-define-properties');
-var DESCRIPTORS = require('../internals/descriptors');
-
-var INCORRECT_RANGE = 'Incorrect Number.range arguments';
-var RANGE_ITERATOR = 'RangeIterator';
-
-var setInternalState = InternalStateModule.set;
-var getInternalState = InternalStateModule.getterFor(RANGE_ITERATOR);
-
-var $RangeIterator = createIteratorConstructor(function RangeIterator(start, end, option, type, zero, one) {
- if (typeof start != type || (end !== Infinity && end !== -Infinity && typeof end != type)) {
- throw new TypeError(INCORRECT_RANGE);
- }
- if (start === Infinity || start === -Infinity) {
- throw new RangeError(INCORRECT_RANGE);
- }
- var ifIncrease = end > start;
- var inclusiveEnd = false;
- var step;
- if (option === undefined) {
- step = undefined;
- } else if (isObject(option)) {
- step = option.step;
- inclusiveEnd = !!option.inclusive;
- } else if (typeof option == type) {
- step = option;
- } else {
- throw new TypeError(INCORRECT_RANGE);
- }
- if (step == null) {
- step = ifIncrease ? one : -one;
- }
- if (typeof step != type) {
- throw new TypeError(INCORRECT_RANGE);
- }
- if (step === Infinity || step === -Infinity || (step === zero && start !== end)) {
- throw new RangeError(INCORRECT_RANGE);
- }
- // eslint-disable-next-line no-self-compare
- var hitsEnd = start != start || end != end || step != step || (end > start) !== (step > zero);
- setInternalState(this, {
- type: RANGE_ITERATOR,
- start: start,
- end: end,
- step: step,
- inclusiveEnd: inclusiveEnd,
- hitsEnd: hitsEnd,
- currentCount: zero,
- zero: zero
- });
- if (!DESCRIPTORS) {
- this.start = start;
- this.end = end;
- this.step = step;
- this.inclusive = inclusiveEnd;
- }
-}, RANGE_ITERATOR, function next() {
- var state = getInternalState(this);
- if (state.hitsEnd) return { value: undefined, done: true };
- var start = state.start;
- var end = state.end;
- var step = state.step;
- var currentYieldingValue = start + (step * state.currentCount++);
- if (currentYieldingValue === end) state.hitsEnd = true;
- var inclusiveEnd = state.inclusiveEnd;
- var endCondition;
- if (end > start) {
- endCondition = inclusiveEnd ? currentYieldingValue > end : currentYieldingValue >= end;
- } else {
- endCondition = inclusiveEnd ? end > currentYieldingValue : end >= currentYieldingValue;
- }
- if (endCondition) {
- return { value: undefined, done: state.hitsEnd = true };
- } return { value: currentYieldingValue, done: false };
-});
-
-var getter = function (fn) {
- return { get: fn, set: function () { /* empty */ }, configurable: true, enumerable: false };
-};
-
-if (DESCRIPTORS) {
- defineProperties($RangeIterator.prototype, {
- start: getter(function () {
- return getInternalState(this).start;
- }),
- end: getter(function () {
- return getInternalState(this).end;
- }),
- inclusive: getter(function () {
- return getInternalState(this).inclusiveEnd;
- }),
- step: getter(function () {
- return getInternalState(this).step;
- })
- });
-}
-
-module.exports = $RangeIterator;
diff --git a/node_modules/core-js/internals/redefine-all.js b/node_modules/core-js/internals/redefine-all.js
deleted file mode 100644
index 3dc4477..0000000
--- a/node_modules/core-js/internals/redefine-all.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var redefine = require('../internals/redefine');
-
-module.exports = function (target, src, options) {
- for (var key in src) redefine(target, key, src[key], options);
- return target;
-};
diff --git a/node_modules/core-js/internals/redefine.js b/node_modules/core-js/internals/redefine.js
deleted file mode 100644
index 8b936a4..0000000
--- a/node_modules/core-js/internals/redefine.js
+++ /dev/null
@@ -1,40 +0,0 @@
-var global = require('../internals/global');
-var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');
-var has = require('../internals/has');
-var setGlobal = require('../internals/set-global');
-var inspectSource = require('../internals/inspect-source');
-var InternalStateModule = require('../internals/internal-state');
-
-var getInternalState = InternalStateModule.get;
-var enforceInternalState = InternalStateModule.enforce;
-var TEMPLATE = String(String).split('String');
-
-(module.exports = function (O, key, value, options) {
- var unsafe = options ? !!options.unsafe : false;
- var simple = options ? !!options.enumerable : false;
- var noTargetGet = options ? !!options.noTargetGet : false;
- var state;
- if (typeof value == 'function') {
- if (typeof key == 'string' && !has(value, 'name')) {
- createNonEnumerableProperty(value, 'name', key);
- }
- state = enforceInternalState(value);
- if (!state.source) {
- state.source = TEMPLATE.join(typeof key == 'string' ? key : '');
- }
- }
- if (O === global) {
- if (simple) O[key] = value;
- else setGlobal(key, value);
- return;
- } else if (!unsafe) {
- delete O[key];
- } else if (!noTargetGet && O[key]) {
- simple = true;
- }
- if (simple) O[key] = value;
- else createNonEnumerableProperty(O, key, value);
-// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
-})(Function.prototype, 'toString', function toString() {
- return typeof this == 'function' && getInternalState(this).source || inspectSource(this);
-});
diff --git a/node_modules/core-js/internals/reflect-metadata.js b/node_modules/core-js/internals/reflect-metadata.js
deleted file mode 100644
index a8cd82f..0000000
--- a/node_modules/core-js/internals/reflect-metadata.js
+++ /dev/null
@@ -1,55 +0,0 @@
-// TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env`
-var Map = require('../modules/es.map');
-var WeakMap = require('../modules/es.weak-map');
-var shared = require('../internals/shared');
-
-var metadata = shared('metadata');
-var store = metadata.store || (metadata.store = new WeakMap());
-
-var getOrCreateMetadataMap = function (target, targetKey, create) {
- var targetMetadata = store.get(target);
- if (!targetMetadata) {
- if (!create) return;
- store.set(target, targetMetadata = new Map());
- }
- var keyMetadata = targetMetadata.get(targetKey);
- if (!keyMetadata) {
- if (!create) return;
- targetMetadata.set(targetKey, keyMetadata = new Map());
- } return keyMetadata;
-};
-
-var ordinaryHasOwnMetadata = function (MetadataKey, O, P) {
- var metadataMap = getOrCreateMetadataMap(O, P, false);
- return metadataMap === undefined ? false : metadataMap.has(MetadataKey);
-};
-
-var ordinaryGetOwnMetadata = function (MetadataKey, O, P) {
- var metadataMap = getOrCreateMetadataMap(O, P, false);
- return metadataMap === undefined ? undefined : metadataMap.get(MetadataKey);
-};
-
-var ordinaryDefineOwnMetadata = function (MetadataKey, MetadataValue, O, P) {
- getOrCreateMetadataMap(O, P, true).set(MetadataKey, MetadataValue);
-};
-
-var ordinaryOwnMetadataKeys = function (target, targetKey) {
- var metadataMap = getOrCreateMetadataMap(target, targetKey, false);
- var keys = [];
- if (metadataMap) metadataMap.forEach(function (_, key) { keys.push(key); });
- return keys;
-};
-
-var toMetadataKey = function (it) {
- return it === undefined || typeof it == 'symbol' ? it : String(it);
-};
-
-module.exports = {
- store: store,
- getMap: getOrCreateMetadataMap,
- has: ordinaryHasOwnMetadata,
- get: ordinaryGetOwnMetadata,
- set: ordinaryDefineOwnMetadata,
- keys: ordinaryOwnMetadataKeys,
- toKey: toMetadataKey
-};
diff --git a/node_modules/core-js/internals/regexp-exec-abstract.js b/node_modules/core-js/internals/regexp-exec-abstract.js
deleted file mode 100644
index 496225f..0000000
--- a/node_modules/core-js/internals/regexp-exec-abstract.js
+++ /dev/null
@@ -1,22 +0,0 @@
-var classof = require('./classof-raw');
-var regexpExec = require('./regexp-exec');
-
-// `RegExpExec` abstract operation
-// https://tc39.github.io/ecma262/#sec-regexpexec
-module.exports = function (R, S) {
- var exec = R.exec;
- if (typeof exec === 'function') {
- var result = exec.call(R, S);
- if (typeof result !== 'object') {
- throw TypeError('RegExp exec method returned something other than an Object or null');
- }
- return result;
- }
-
- if (classof(R) !== 'RegExp') {
- throw TypeError('RegExp#exec called on incompatible receiver');
- }
-
- return regexpExec.call(R, S);
-};
-
diff --git a/node_modules/core-js/internals/regexp-exec.js b/node_modules/core-js/internals/regexp-exec.js
deleted file mode 100644
index 1dee69f..0000000
--- a/node_modules/core-js/internals/regexp-exec.js
+++ /dev/null
@@ -1,87 +0,0 @@
-'use strict';
-var regexpFlags = require('./regexp-flags');
-var stickyHelpers = require('./regexp-sticky-helpers');
-
-var nativeExec = RegExp.prototype.exec;
-// This always refers to the native implementation, because the
-// String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,
-// which loads this file before patching the method.
-var nativeReplace = String.prototype.replace;
-
-var patchedExec = nativeExec;
-
-var UPDATES_LAST_INDEX_WRONG = (function () {
- var re1 = /a/;
- var re2 = /b*/g;
- nativeExec.call(re1, 'a');
- nativeExec.call(re2, 'a');
- return re1.lastIndex !== 0 || re2.lastIndex !== 0;
-})();
-
-var UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET;
-
-// nonparticipating capturing group, copied from es5-shim's String#split patch.
-var NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;
-
-var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;
-
-if (PATCH) {
- patchedExec = function exec(str) {
- var re = this;
- var lastIndex, reCopy, match, i;
- var sticky = UNSUPPORTED_Y && re.sticky;
- var flags = regexpFlags.call(re);
- var source = re.source;
- var charsAdded = 0;
- var strCopy = str;
-
- if (sticky) {
- flags = flags.replace('y', '');
- if (flags.indexOf('g') === -1) {
- flags += 'g';
- }
-
- strCopy = String(str).slice(re.lastIndex);
- // Support anchored sticky behavior.
- if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\n')) {
- source = '(?: ' + source + ')';
- strCopy = ' ' + strCopy;
- charsAdded++;
- }
- // ^(? + rx + ) is needed, in combination with some str slicing, to
- // simulate the 'y' flag.
- reCopy = new RegExp('^(?:' + source + ')', flags);
- }
-
- if (NPCG_INCLUDED) {
- reCopy = new RegExp('^' + source + '$(?!\\s)', flags);
- }
- if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;
-
- match = nativeExec.call(sticky ? reCopy : re, strCopy);
-
- if (sticky) {
- if (match) {
- match.input = match.input.slice(charsAdded);
- match[0] = match[0].slice(charsAdded);
- match.index = re.lastIndex;
- re.lastIndex += match[0].length;
- } else re.lastIndex = 0;
- } else if (UPDATES_LAST_INDEX_WRONG && match) {
- re.lastIndex = re.global ? match.index + match[0].length : lastIndex;
- }
- if (NPCG_INCLUDED && match && match.length > 1) {
- // Fix browsers whose `exec` methods don't consistently return `undefined`
- // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/
- nativeReplace.call(match[0], reCopy, function () {
- for (i = 1; i < arguments.length - 2; i++) {
- if (arguments[i] === undefined) match[i] = undefined;
- }
- });
- }
-
- return match;
- };
-}
-
-module.exports = patchedExec;
diff --git a/node_modules/core-js/internals/regexp-flags.js b/node_modules/core-js/internals/regexp-flags.js
deleted file mode 100644
index c77927b..0000000
--- a/node_modules/core-js/internals/regexp-flags.js
+++ /dev/null
@@ -1,16 +0,0 @@
-'use strict';
-var anObject = require('../internals/an-object');
-
-// `RegExp.prototype.flags` getter implementation
-// https://tc39.github.io/ecma262/#sec-get-regexp.prototype.flags
-module.exports = function () {
- var that = anObject(this);
- var result = '';
- if (that.global) result += 'g';
- if (that.ignoreCase) result += 'i';
- if (that.multiline) result += 'm';
- if (that.dotAll) result += 's';
- if (that.unicode) result += 'u';
- if (that.sticky) result += 'y';
- return result;
-};
diff --git a/node_modules/core-js/internals/regexp-sticky-helpers.js b/node_modules/core-js/internals/regexp-sticky-helpers.js
deleted file mode 100644
index da7641b..0000000
--- a/node_modules/core-js/internals/regexp-sticky-helpers.js
+++ /dev/null
@@ -1,23 +0,0 @@
-'use strict';
-
-var fails = require('./fails');
-
-// babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,
-// so we use an intermediate function.
-function RE(s, f) {
- return RegExp(s, f);
-}
-
-exports.UNSUPPORTED_Y = fails(function () {
- // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError
- var re = RE('a', 'y');
- re.lastIndex = 2;
- return re.exec('abcd') != null;
-});
-
-exports.BROKEN_CARET = fails(function () {
- // https://bugzilla.mozilla.org/show_bug.cgi?id=773687
- var re = RE('^r', 'gy');
- re.lastIndex = 2;
- return re.exec('str') != null;
-});
diff --git a/node_modules/core-js/internals/require-object-coercible.js b/node_modules/core-js/internals/require-object-coercible.js
deleted file mode 100644
index f7b2662..0000000
--- a/node_modules/core-js/internals/require-object-coercible.js
+++ /dev/null
@@ -1,6 +0,0 @@
-// `RequireObjectCoercible` abstract operation
-// https://tc39.github.io/ecma262/#sec-requireobjectcoercible
-module.exports = function (it) {
- if (it == undefined) throw TypeError("Can't call method on " + it);
- return it;
-};
diff --git a/node_modules/core-js/internals/same-value-zero.js b/node_modules/core-js/internals/same-value-zero.js
deleted file mode 100644
index 452f230..0000000
--- a/node_modules/core-js/internals/same-value-zero.js
+++ /dev/null
@@ -1,6 +0,0 @@
-// `SameValueZero` abstract operation
-// https://tc39.github.io/ecma262/#sec-samevaluezero
-module.exports = function (x, y) {
- // eslint-disable-next-line no-self-compare
- return x === y || x != x && y != y;
-};
diff --git a/node_modules/core-js/internals/same-value.js b/node_modules/core-js/internals/same-value.js
deleted file mode 100644
index 4661f85..0000000
--- a/node_modules/core-js/internals/same-value.js
+++ /dev/null
@@ -1,6 +0,0 @@
-// `SameValue` abstract operation
-// https://tc39.github.io/ecma262/#sec-samevalue
-module.exports = Object.is || function is(x, y) {
- // eslint-disable-next-line no-self-compare
- return x === y ? x !== 0 || 1 / x === 1 / y : x != x && y != y;
-};
diff --git a/node_modules/core-js/internals/set-global.js b/node_modules/core-js/internals/set-global.js
deleted file mode 100644
index 8ac9601..0000000
--- a/node_modules/core-js/internals/set-global.js
+++ /dev/null
@@ -1,10 +0,0 @@
-var global = require('../internals/global');
-var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');
-
-module.exports = function (key, value) {
- try {
- createNonEnumerableProperty(global, key, value);
- } catch (error) {
- global[key] = value;
- } return value;
-};
diff --git a/node_modules/core-js/internals/set-species.js b/node_modules/core-js/internals/set-species.js
deleted file mode 100644
index 6be87f7..0000000
--- a/node_modules/core-js/internals/set-species.js
+++ /dev/null
@@ -1,19 +0,0 @@
-'use strict';
-var getBuiltIn = require('../internals/get-built-in');
-var definePropertyModule = require('../internals/object-define-property');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-var DESCRIPTORS = require('../internals/descriptors');
-
-var SPECIES = wellKnownSymbol('species');
-
-module.exports = function (CONSTRUCTOR_NAME) {
- var Constructor = getBuiltIn(CONSTRUCTOR_NAME);
- var defineProperty = definePropertyModule.f;
-
- if (DESCRIPTORS && Constructor && !Constructor[SPECIES]) {
- defineProperty(Constructor, SPECIES, {
- configurable: true,
- get: function () { return this; }
- });
- }
-};
diff --git a/node_modules/core-js/internals/set-to-string-tag.js b/node_modules/core-js/internals/set-to-string-tag.js
deleted file mode 100644
index 4f49766..0000000
--- a/node_modules/core-js/internals/set-to-string-tag.js
+++ /dev/null
@@ -1,11 +0,0 @@
-var defineProperty = require('../internals/object-define-property').f;
-var has = require('../internals/has');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-
-var TO_STRING_TAG = wellKnownSymbol('toStringTag');
-
-module.exports = function (it, TAG, STATIC) {
- if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {
- defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG });
- }
-};
diff --git a/node_modules/core-js/internals/shared-key.js b/node_modules/core-js/internals/shared-key.js
deleted file mode 100644
index 35bc403..0000000
--- a/node_modules/core-js/internals/shared-key.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var shared = require('../internals/shared');
-var uid = require('../internals/uid');
-
-var keys = shared('keys');
-
-module.exports = function (key) {
- return keys[key] || (keys[key] = uid(key));
-};
diff --git a/node_modules/core-js/internals/shared-store.js b/node_modules/core-js/internals/shared-store.js
deleted file mode 100644
index c54550a..0000000
--- a/node_modules/core-js/internals/shared-store.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var global = require('../internals/global');
-var setGlobal = require('../internals/set-global');
-
-var SHARED = '__core-js_shared__';
-var store = global[SHARED] || setGlobal(SHARED, {});
-
-module.exports = store;
diff --git a/node_modules/core-js/internals/shared.js b/node_modules/core-js/internals/shared.js
deleted file mode 100644
index 0ca76c5..0000000
--- a/node_modules/core-js/internals/shared.js
+++ /dev/null
@@ -1,10 +0,0 @@
-var IS_PURE = require('../internals/is-pure');
-var store = require('../internals/shared-store');
-
-(module.exports = function (key, value) {
- return store[key] || (store[key] = value !== undefined ? value : {});
-})('versions', []).push({
- version: '3.8.1',
- mode: IS_PURE ? 'pure' : 'global',
- copyright: '© 2020 Denis Pushkarev (zloirock.ru)'
-});
diff --git a/node_modules/core-js/internals/species-constructor.js b/node_modules/core-js/internals/species-constructor.js
deleted file mode 100644
index 4d8f565..0000000
--- a/node_modules/core-js/internals/species-constructor.js
+++ /dev/null
@@ -1,13 +0,0 @@
-var anObject = require('../internals/an-object');
-var aFunction = require('../internals/a-function');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-
-var SPECIES = wellKnownSymbol('species');
-
-// `SpeciesConstructor` abstract operation
-// https://tc39.github.io/ecma262/#sec-speciesconstructor
-module.exports = function (O, defaultConstructor) {
- var C = anObject(O).constructor;
- var S;
- return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? defaultConstructor : aFunction(S);
-};
diff --git a/node_modules/core-js/internals/string-html-forced.js b/node_modules/core-js/internals/string-html-forced.js
deleted file mode 100644
index d3c884f..0000000
--- a/node_modules/core-js/internals/string-html-forced.js
+++ /dev/null
@@ -1,10 +0,0 @@
-var fails = require('../internals/fails');
-
-// check the existence of a method, lowercase
-// of a tag and escaping quotes in arguments
-module.exports = function (METHOD_NAME) {
- return fails(function () {
- var test = ''[METHOD_NAME]('"');
- return test !== test.toLowerCase() || test.split('"').length > 3;
- });
-};
diff --git a/node_modules/core-js/internals/string-multibyte.js b/node_modules/core-js/internals/string-multibyte.js
deleted file mode 100644
index c0cf086..0000000
--- a/node_modules/core-js/internals/string-multibyte.js
+++ /dev/null
@@ -1,27 +0,0 @@
-var toInteger = require('../internals/to-integer');
-var requireObjectCoercible = require('../internals/require-object-coercible');
-
-// `String.prototype.{ codePointAt, at }` methods implementation
-var createMethod = function (CONVERT_TO_STRING) {
- return function ($this, pos) {
- var S = String(requireObjectCoercible($this));
- var position = toInteger(pos);
- var size = S.length;
- var first, second;
- if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;
- first = S.charCodeAt(position);
- return first < 0xD800 || first > 0xDBFF || position + 1 === size
- || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF
- ? CONVERT_TO_STRING ? S.charAt(position) : first
- : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;
- };
-};
-
-module.exports = {
- // `String.prototype.codePointAt` method
- // https://tc39.github.io/ecma262/#sec-string.prototype.codepointat
- codeAt: createMethod(false),
- // `String.prototype.at` method
- // https://github.com/mathiasbynens/String.prototype.at
- charAt: createMethod(true)
-};
diff --git a/node_modules/core-js/internals/string-pad-webkit-bug.js b/node_modules/core-js/internals/string-pad-webkit-bug.js
deleted file mode 100644
index 9f94d3a..0000000
--- a/node_modules/core-js/internals/string-pad-webkit-bug.js
+++ /dev/null
@@ -1,5 +0,0 @@
-// https://github.com/zloirock/core-js/issues/280
-var userAgent = require('../internals/engine-user-agent');
-
-// eslint-disable-next-line unicorn/no-unsafe-regex
-module.exports = /Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(userAgent);
diff --git a/node_modules/core-js/internals/string-pad.js b/node_modules/core-js/internals/string-pad.js
deleted file mode 100644
index c03090e..0000000
--- a/node_modules/core-js/internals/string-pad.js
+++ /dev/null
@@ -1,31 +0,0 @@
-// https://github.com/tc39/proposal-string-pad-start-end
-var toLength = require('../internals/to-length');
-var repeat = require('../internals/string-repeat');
-var requireObjectCoercible = require('../internals/require-object-coercible');
-
-var ceil = Math.ceil;
-
-// `String.prototype.{ padStart, padEnd }` methods implementation
-var createMethod = function (IS_END) {
- return function ($this, maxLength, fillString) {
- var S = String(requireObjectCoercible($this));
- var stringLength = S.length;
- var fillStr = fillString === undefined ? ' ' : String(fillString);
- var intMaxLength = toLength(maxLength);
- var fillLen, stringFiller;
- if (intMaxLength <= stringLength || fillStr == '') return S;
- fillLen = intMaxLength - stringLength;
- stringFiller = repeat.call(fillStr, ceil(fillLen / fillStr.length));
- if (stringFiller.length > fillLen) stringFiller = stringFiller.slice(0, fillLen);
- return IS_END ? S + stringFiller : stringFiller + S;
- };
-};
-
-module.exports = {
- // `String.prototype.padStart` method
- // https://tc39.github.io/ecma262/#sec-string.prototype.padstart
- start: createMethod(false),
- // `String.prototype.padEnd` method
- // https://tc39.github.io/ecma262/#sec-string.prototype.padend
- end: createMethod(true)
-};
diff --git a/node_modules/core-js/internals/string-punycode-to-ascii.js b/node_modules/core-js/internals/string-punycode-to-ascii.js
deleted file mode 100644
index 436d39f..0000000
--- a/node_modules/core-js/internals/string-punycode-to-ascii.js
+++ /dev/null
@@ -1,168 +0,0 @@
-'use strict';
-// based on https://github.com/bestiejs/punycode.js/blob/master/punycode.js
-var maxInt = 2147483647; // aka. 0x7FFFFFFF or 2^31-1
-var base = 36;
-var tMin = 1;
-var tMax = 26;
-var skew = 38;
-var damp = 700;
-var initialBias = 72;
-var initialN = 128; // 0x80
-var delimiter = '-'; // '\x2D'
-var regexNonASCII = /[^\0-\u007E]/; // non-ASCII chars
-var regexSeparators = /[.\u3002\uFF0E\uFF61]/g; // RFC 3490 separators
-var OVERFLOW_ERROR = 'Overflow: input needs wider integers to process';
-var baseMinusTMin = base - tMin;
-var floor = Math.floor;
-var stringFromCharCode = String.fromCharCode;
-
-/**
- * Creates an array containing the numeric code points of each Unicode
- * character in the string. While JavaScript uses UCS-2 internally,
- * this function will convert a pair of surrogate halves (each of which
- * UCS-2 exposes as separate characters) into a single code point,
- * matching UTF-16.
- */
-var ucs2decode = function (string) {
- var output = [];
- var counter = 0;
- var length = string.length;
- while (counter < length) {
- var value = string.charCodeAt(counter++);
- if (value >= 0xD800 && value <= 0xDBFF && counter < length) {
- // It's a high surrogate, and there is a next character.
- var extra = string.charCodeAt(counter++);
- if ((extra & 0xFC00) == 0xDC00) { // Low surrogate.
- output.push(((value & 0x3FF) << 10) + (extra & 0x3FF) + 0x10000);
- } else {
- // It's an unmatched surrogate; only append this code unit, in case the
- // next code unit is the high surrogate of a surrogate pair.
- output.push(value);
- counter--;
- }
- } else {
- output.push(value);
- }
- }
- return output;
-};
-
-/**
- * Converts a digit/integer into a basic code point.
- */
-var digitToBasic = function (digit) {
- // 0..25 map to ASCII a..z or A..Z
- // 26..35 map to ASCII 0..9
- return digit + 22 + 75 * (digit < 26);
-};
-
-/**
- * Bias adaptation function as per section 3.4 of RFC 3492.
- * https://tools.ietf.org/html/rfc3492#section-3.4
- */
-var adapt = function (delta, numPoints, firstTime) {
- var k = 0;
- delta = firstTime ? floor(delta / damp) : delta >> 1;
- delta += floor(delta / numPoints);
- for (; delta > baseMinusTMin * tMax >> 1; k += base) {
- delta = floor(delta / baseMinusTMin);
- }
- return floor(k + (baseMinusTMin + 1) * delta / (delta + skew));
-};
-
-/**
- * Converts a string of Unicode symbols (e.g. a domain name label) to a
- * Punycode string of ASCII-only symbols.
- */
-// eslint-disable-next-line max-statements
-var encode = function (input) {
- var output = [];
-
- // Convert the input in UCS-2 to an array of Unicode code points.
- input = ucs2decode(input);
-
- // Cache the length.
- var inputLength = input.length;
-
- // Initialize the state.
- var n = initialN;
- var delta = 0;
- var bias = initialBias;
- var i, currentValue;
-
- // Handle the basic code points.
- for (i = 0; i < input.length; i++) {
- currentValue = input[i];
- if (currentValue < 0x80) {
- output.push(stringFromCharCode(currentValue));
- }
- }
-
- var basicLength = output.length; // number of basic code points.
- var handledCPCount = basicLength; // number of code points that have been handled;
-
- // Finish the basic string with a delimiter unless it's empty.
- if (basicLength) {
- output.push(delimiter);
- }
-
- // Main encoding loop:
- while (handledCPCount < inputLength) {
- // All non-basic code points < n have been handled already. Find the next larger one:
- var m = maxInt;
- for (i = 0; i < input.length; i++) {
- currentValue = input[i];
- if (currentValue >= n && currentValue < m) {
- m = currentValue;
- }
- }
-
- // Increase `delta` enough to advance the decoder's <n,i> state to <m,0>, but guard against overflow.
- var handledCPCountPlusOne = handledCPCount + 1;
- if (m - n > floor((maxInt - delta) / handledCPCountPlusOne)) {
- throw RangeError(OVERFLOW_ERROR);
- }
-
- delta += (m - n) * handledCPCountPlusOne;
- n = m;
-
- for (i = 0; i < input.length; i++) {
- currentValue = input[i];
- if (currentValue < n && ++delta > maxInt) {
- throw RangeError(OVERFLOW_ERROR);
- }
- if (currentValue == n) {
- // Represent delta as a generalized variable-length integer.
- var q = delta;
- for (var k = base; /* no condition */; k += base) {
- var t = k <= bias ? tMin : (k >= bias + tMax ? tMax : k - bias);
- if (q < t) break;
- var qMinusT = q - t;
- var baseMinusT = base - t;
- output.push(stringFromCharCode(digitToBasic(t + qMinusT % baseMinusT)));
- q = floor(qMinusT / baseMinusT);
- }
-
- output.push(stringFromCharCode(digitToBasic(q)));
- bias = adapt(delta, handledCPCountPlusOne, handledCPCount == basicLength);
- delta = 0;
- ++handledCPCount;
- }
- }
-
- ++delta;
- ++n;
- }
- return output.join('');
-};
-
-module.exports = function (input) {
- var encoded = [];
- var labels = input.toLowerCase().replace(regexSeparators, '\u002E').split('.');
- var i, label;
- for (i = 0; i < labels.length; i++) {
- label = labels[i];
- encoded.push(regexNonASCII.test(label) ? 'xn--' + encode(label) : label);
- }
- return encoded.join('.');
-};
diff --git a/node_modules/core-js/internals/string-repeat.js b/node_modules/core-js/internals/string-repeat.js
deleted file mode 100644
index ab872b2..0000000
--- a/node_modules/core-js/internals/string-repeat.js
+++ /dev/null
@@ -1,14 +0,0 @@
-'use strict';
-var toInteger = require('../internals/to-integer');
-var requireObjectCoercible = require('../internals/require-object-coercible');
-
-// `String.prototype.repeat` method implementation
-// https://tc39.github.io/ecma262/#sec-string.prototype.repeat
-module.exports = ''.repeat || function repeat(count) {
- var str = String(requireObjectCoercible(this));
- var result = '';
- var n = toInteger(count);
- if (n < 0 || n == Infinity) throw RangeError('Wrong number of repetitions');
- for (;n > 0; (n >>>= 1) && (str += str)) if (n & 1) result += str;
- return result;
-};
diff --git a/node_modules/core-js/internals/string-trim-forced.js b/node_modules/core-js/internals/string-trim-forced.js
deleted file mode 100644
index 1b169ad..0000000
--- a/node_modules/core-js/internals/string-trim-forced.js
+++ /dev/null
@@ -1,12 +0,0 @@
-var fails = require('../internals/fails');
-var whitespaces = require('../internals/whitespaces');
-
-var non = '\u200B\u0085\u180E';
-
-// check that a method works with the correct list
-// of whitespaces and has a correct name
-module.exports = function (METHOD_NAME) {
- return fails(function () {
- return !!whitespaces[METHOD_NAME]() || non[METHOD_NAME]() != non || whitespaces[METHOD_NAME].name !== METHOD_NAME;
- });
-};
diff --git a/node_modules/core-js/internals/string-trim.js b/node_modules/core-js/internals/string-trim.js
deleted file mode 100644
index 294a32c..0000000
--- a/node_modules/core-js/internals/string-trim.js
+++ /dev/null
@@ -1,28 +0,0 @@
-var requireObjectCoercible = require('../internals/require-object-coercible');
-var whitespaces = require('../internals/whitespaces');
-
-var whitespace = '[' + whitespaces + ']';
-var ltrim = RegExp('^' + whitespace + whitespace + '*');
-var rtrim = RegExp(whitespace + whitespace + '*$');
-
-// `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation
-var createMethod = function (TYPE) {
- return function ($this) {
- var string = String(requireObjectCoercible($this));
- if (TYPE & 1) string = string.replace(ltrim, '');
- if (TYPE & 2) string = string.replace(rtrim, '');
- return string;
- };
-};
-
-module.exports = {
- // `String.prototype.{ trimLeft, trimStart }` methods
- // https://tc39.github.io/ecma262/#sec-string.prototype.trimstart
- start: createMethod(1),
- // `String.prototype.{ trimRight, trimEnd }` methods
- // https://tc39.github.io/ecma262/#sec-string.prototype.trimend
- end: createMethod(2),
- // `String.prototype.trim` method
- // https://tc39.github.io/ecma262/#sec-string.prototype.trim
- trim: createMethod(3)
-};
diff --git a/node_modules/core-js/internals/task.js b/node_modules/core-js/internals/task.js
deleted file mode 100644
index bb2c534..0000000
--- a/node_modules/core-js/internals/task.js
+++ /dev/null
@@ -1,107 +0,0 @@
-var global = require('../internals/global');
-var fails = require('../internals/fails');
-var bind = require('../internals/function-bind-context');
-var html = require('../internals/html');
-var createElement = require('../internals/document-create-element');
-var IS_IOS = require('../internals/engine-is-ios');
-var IS_NODE = require('../internals/engine-is-node');
-
-var location = global.location;
-var set = global.setImmediate;
-var clear = global.clearImmediate;
-var process = global.process;
-var MessageChannel = global.MessageChannel;
-var Dispatch = global.Dispatch;
-var counter = 0;
-var queue = {};
-var ONREADYSTATECHANGE = 'onreadystatechange';
-var defer, channel, port;
-
-var run = function (id) {
- // eslint-disable-next-line no-prototype-builtins
- if (queue.hasOwnProperty(id)) {
- var fn = queue[id];
- delete queue[id];
- fn();
- }
-};
-
-var runner = function (id) {
- return function () {
- run(id);
- };
-};
-
-var listener = function (event) {
- run(event.data);
-};
-
-var post = function (id) {
- // old engines have not location.origin
- global.postMessage(id + '', location.protocol + '//' + location.host);
-};
-
-// Node.js 0.9+ & IE10+ has setImmediate, otherwise:
-if (!set || !clear) {
- set = function setImmediate(fn) {
- var args = [];
- var i = 1;
- while (arguments.length > i) args.push(arguments[i++]);
- queue[++counter] = function () {
- // eslint-disable-next-line no-new-func
- (typeof fn == 'function' ? fn : Function(fn)).apply(undefined, args);
- };
- defer(counter);
- return counter;
- };
- clear = function clearImmediate(id) {
- delete queue[id];
- };
- // Node.js 0.8-
- if (IS_NODE) {
- defer = function (id) {
- process.nextTick(runner(id));
- };
- // Sphere (JS game engine) Dispatch API
- } else if (Dispatch && Dispatch.now) {
- defer = function (id) {
- Dispatch.now(runner(id));
- };
- // Browsers with MessageChannel, includes WebWorkers
- // except iOS - https://github.com/zloirock/core-js/issues/624
- } else if (MessageChannel && !IS_IOS) {
- channel = new MessageChannel();
- port = channel.port2;
- channel.port1.onmessage = listener;
- defer = bind(port.postMessage, port, 1);
- // Browsers with postMessage, skip WebWorkers
- // IE8 has postMessage, but it's sync & typeof its postMessage is 'object'
- } else if (
- global.addEventListener &&
- typeof postMessage == 'function' &&
- !global.importScripts &&
- location && location.protocol !== 'file:' &&
- !fails(post)
- ) {
- defer = post;
- global.addEventListener('message', listener, false);
- // IE8-
- } else if (ONREADYSTATECHANGE in createElement('script')) {
- defer = function (id) {
- html.appendChild(createElement('script'))[ONREADYSTATECHANGE] = function () {
- html.removeChild(this);
- run(id);
- };
- };
- // Rest old browsers
- } else {
- defer = function (id) {
- setTimeout(runner(id), 0);
- };
- }
-}
-
-module.exports = {
- set: set,
- clear: clear
-};
diff --git a/node_modules/core-js/internals/this-number-value.js b/node_modules/core-js/internals/this-number-value.js
deleted file mode 100644
index 7734b32..0000000
--- a/node_modules/core-js/internals/this-number-value.js
+++ /dev/null
@@ -1,10 +0,0 @@
-var classof = require('../internals/classof-raw');
-
-// `thisNumberValue` abstract operation
-// https://tc39.github.io/ecma262/#sec-thisnumbervalue
-module.exports = function (value) {
- if (typeof value != 'number' && classof(value) != 'Number') {
- throw TypeError('Incorrect invocation');
- }
- return +value;
-};
diff --git a/node_modules/core-js/internals/to-absolute-index.js b/node_modules/core-js/internals/to-absolute-index.js
deleted file mode 100644
index 35cfd59..0000000
--- a/node_modules/core-js/internals/to-absolute-index.js
+++ /dev/null
@@ -1,12 +0,0 @@
-var toInteger = require('../internals/to-integer');
-
-var max = Math.max;
-var min = Math.min;
-
-// Helper for a popular repeating case of the spec:
-// Let integer be ? ToInteger(index).
-// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
-module.exports = function (index, length) {
- var integer = toInteger(index);
- return integer < 0 ? max(integer + length, 0) : min(integer, length);
-};
diff --git a/node_modules/core-js/internals/to-index.js b/node_modules/core-js/internals/to-index.js
deleted file mode 100644
index 004a3a2..0000000
--- a/node_modules/core-js/internals/to-index.js
+++ /dev/null
@@ -1,12 +0,0 @@
-var toInteger = require('../internals/to-integer');
-var toLength = require('../internals/to-length');
-
-// `ToIndex` abstract operation
-// https://tc39.github.io/ecma262/#sec-toindex
-module.exports = function (it) {
- if (it === undefined) return 0;
- var number = toInteger(it);
- var length = toLength(number);
- if (number !== length) throw RangeError('Wrong length or index');
- return length;
-};
diff --git a/node_modules/core-js/internals/to-indexed-object.js b/node_modules/core-js/internals/to-indexed-object.js
deleted file mode 100644
index 98f0799..0000000
--- a/node_modules/core-js/internals/to-indexed-object.js
+++ /dev/null
@@ -1,7 +0,0 @@
-// toObject with fallback for non-array-like ES3 strings
-var IndexedObject = require('../internals/indexed-object');
-var requireObjectCoercible = require('../internals/require-object-coercible');
-
-module.exports = function (it) {
- return IndexedObject(requireObjectCoercible(it));
-};
diff --git a/node_modules/core-js/internals/to-integer.js b/node_modules/core-js/internals/to-integer.js
deleted file mode 100644
index f7c6390..0000000
--- a/node_modules/core-js/internals/to-integer.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var ceil = Math.ceil;
-var floor = Math.floor;
-
-// `ToInteger` abstract operation
-// https://tc39.github.io/ecma262/#sec-tointeger
-module.exports = function (argument) {
- return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);
-};
diff --git a/node_modules/core-js/internals/to-length.js b/node_modules/core-js/internals/to-length.js
deleted file mode 100644
index fbc2a49..0000000
--- a/node_modules/core-js/internals/to-length.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var toInteger = require('../internals/to-integer');
-
-var min = Math.min;
-
-// `ToLength` abstract operation
-// https://tc39.github.io/ecma262/#sec-tolength
-module.exports = function (argument) {
- return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
-};
diff --git a/node_modules/core-js/internals/to-object.js b/node_modules/core-js/internals/to-object.js
deleted file mode 100644
index fd635e2..0000000
--- a/node_modules/core-js/internals/to-object.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var requireObjectCoercible = require('../internals/require-object-coercible');
-
-// `ToObject` abstract operation
-// https://tc39.github.io/ecma262/#sec-toobject
-module.exports = function (argument) {
- return Object(requireObjectCoercible(argument));
-};
diff --git a/node_modules/core-js/internals/to-offset.js b/node_modules/core-js/internals/to-offset.js
deleted file mode 100644
index 8c511fc..0000000
--- a/node_modules/core-js/internals/to-offset.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var toPositiveInteger = require('../internals/to-positive-integer');
-
-module.exports = function (it, BYTES) {
- var offset = toPositiveInteger(it);
- if (offset % BYTES) throw RangeError('Wrong offset');
- return offset;
-};
diff --git a/node_modules/core-js/internals/to-positive-integer.js b/node_modules/core-js/internals/to-positive-integer.js
deleted file mode 100644
index c92aca5..0000000
--- a/node_modules/core-js/internals/to-positive-integer.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var toInteger = require('../internals/to-integer');
-
-module.exports = function (it) {
- var result = toInteger(it);
- if (result < 0) throw RangeError("The argument can't be less than 0");
- return result;
-};
diff --git a/node_modules/core-js/internals/to-primitive.js b/node_modules/core-js/internals/to-primitive.js
deleted file mode 100644
index 00a4031..0000000
--- a/node_modules/core-js/internals/to-primitive.js
+++ /dev/null
@@ -1,14 +0,0 @@
-var isObject = require('../internals/is-object');
-
-// `ToPrimitive` abstract operation
-// https://tc39.github.io/ecma262/#sec-toprimitive
-// instead of the ES6 spec version, we didn't implement @@toPrimitive case
-// and the second argument - flag - preferred type is a string
-module.exports = function (input, PREFERRED_STRING) {
- if (!isObject(input)) return input;
- var fn, val;
- if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
- if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;
- if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
- throw TypeError("Can't convert object to primitive value");
-};
diff --git a/node_modules/core-js/internals/to-string-tag-support.js b/node_modules/core-js/internals/to-string-tag-support.js
deleted file mode 100644
index 9e3ebfb..0000000
--- a/node_modules/core-js/internals/to-string-tag-support.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var wellKnownSymbol = require('../internals/well-known-symbol');
-
-var TO_STRING_TAG = wellKnownSymbol('toStringTag');
-var test = {};
-
-test[TO_STRING_TAG] = 'z';
-
-module.exports = String(test) === '[object z]';
diff --git a/node_modules/core-js/internals/typed-array-constructor.js b/node_modules/core-js/internals/typed-array-constructor.js
deleted file mode 100644
index 61ef391..0000000
--- a/node_modules/core-js/internals/typed-array-constructor.js
+++ /dev/null
@@ -1,230 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var global = require('../internals/global');
-var DESCRIPTORS = require('../internals/descriptors');
-var TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS = require('../internals/typed-array-constructors-require-wrappers');
-var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
-var ArrayBufferModule = require('../internals/array-buffer');
-var anInstance = require('../internals/an-instance');
-var createPropertyDescriptor = require('../internals/create-property-descriptor');
-var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');
-var toLength = require('../internals/to-length');
-var toIndex = require('../internals/to-index');
-var toOffset = require('../internals/to-offset');
-var toPrimitive = require('../internals/to-primitive');
-var has = require('../internals/has');
-var classof = require('../internals/classof');
-var isObject = require('../internals/is-object');
-var create = require('../internals/object-create');
-var setPrototypeOf = require('../internals/object-set-prototype-of');
-var getOwnPropertyNames = require('../internals/object-get-own-property-names').f;
-var typedArrayFrom = require('../internals/typed-array-from');
-var forEach = require('../internals/array-iteration').forEach;
-var setSpecies = require('../internals/set-species');
-var definePropertyModule = require('../internals/object-define-property');
-var getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');
-var InternalStateModule = require('../internals/internal-state');
-var inheritIfRequired = require('../internals/inherit-if-required');
-
-var getInternalState = InternalStateModule.get;
-var setInternalState = InternalStateModule.set;
-var nativeDefineProperty = definePropertyModule.f;
-var nativeGetOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
-var round = Math.round;
-var RangeError = global.RangeError;
-var ArrayBuffer = ArrayBufferModule.ArrayBuffer;
-var DataView = ArrayBufferModule.DataView;
-var NATIVE_ARRAY_BUFFER_VIEWS = ArrayBufferViewCore.NATIVE_ARRAY_BUFFER_VIEWS;
-var TYPED_ARRAY_TAG = ArrayBufferViewCore.TYPED_ARRAY_TAG;
-var TypedArray = ArrayBufferViewCore.TypedArray;
-var TypedArrayPrototype = ArrayBufferViewCore.TypedArrayPrototype;
-var aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor;
-var isTypedArray = ArrayBufferViewCore.isTypedArray;
-var BYTES_PER_ELEMENT = 'BYTES_PER_ELEMENT';
-var WRONG_LENGTH = 'Wrong length';
-
-var fromList = function (C, list) {
- var index = 0;
- var length = list.length;
- var result = new (aTypedArrayConstructor(C))(length);
- while (length > index) result[index] = list[index++];
- return result;
-};
-
-var addGetter = function (it, key) {
- nativeDefineProperty(it, key, { get: function () {
- return getInternalState(this)[key];
- } });
-};
-
-var isArrayBuffer = function (it) {
- var klass;
- return it instanceof ArrayBuffer || (klass = classof(it)) == 'ArrayBuffer' || klass == 'SharedArrayBuffer';
-};
-
-var isTypedArrayIndex = function (target, key) {
- return isTypedArray(target)
- && typeof key != 'symbol'
- && key in target
- && String(+key) == String(key);
-};
-
-var wrappedGetOwnPropertyDescriptor = function getOwnPropertyDescriptor(target, key) {
- return isTypedArrayIndex(target, key = toPrimitive(key, true))
- ? createPropertyDescriptor(2, target[key])
- : nativeGetOwnPropertyDescriptor(target, key);
-};
-
-var wrappedDefineProperty = function defineProperty(target, key, descriptor) {
- if (isTypedArrayIndex(target, key = toPrimitive(key, true))
- && isObject(descriptor)
- && has(descriptor, 'value')
- && !has(descriptor, 'get')
- && !has(descriptor, 'set')
- // TODO: add validation descriptor w/o calling accessors
- && !descriptor.configurable
- && (!has(descriptor, 'writable') || descriptor.writable)
- && (!has(descriptor, 'enumerable') || descriptor.enumerable)
- ) {
- target[key] = descriptor.value;
- return target;
- } return nativeDefineProperty(target, key, descriptor);
-};
-
-if (DESCRIPTORS) {
- if (!NATIVE_ARRAY_BUFFER_VIEWS) {
- getOwnPropertyDescriptorModule.f = wrappedGetOwnPropertyDescriptor;
- definePropertyModule.f = wrappedDefineProperty;
- addGetter(TypedArrayPrototype, 'buffer');
- addGetter(TypedArrayPrototype, 'byteOffset');
- addGetter(TypedArrayPrototype, 'byteLength');
- addGetter(TypedArrayPrototype, 'length');
- }
-
- $({ target: 'Object', stat: true, forced: !NATIVE_ARRAY_BUFFER_VIEWS }, {
- getOwnPropertyDescriptor: wrappedGetOwnPropertyDescriptor,
- defineProperty: wrappedDefineProperty
- });
-
- module.exports = function (TYPE, wrapper, CLAMPED) {
- var BYTES = TYPE.match(/\d+$/)[0] / 8;
- var CONSTRUCTOR_NAME = TYPE + (CLAMPED ? 'Clamped' : '') + 'Array';
- var GETTER = 'get' + TYPE;
- var SETTER = 'set' + TYPE;
- var NativeTypedArrayConstructor = global[CONSTRUCTOR_NAME];
- var TypedArrayConstructor = NativeTypedArrayConstructor;
- var TypedArrayConstructorPrototype = TypedArrayConstructor && TypedArrayConstructor.prototype;
- var exported = {};
-
- var getter = function (that, index) {
- var data = getInternalState(that);
- return data.view[GETTER](index * BYTES + data.byteOffset, true);
- };
-
- var setter = function (that, index, value) {
- var data = getInternalState(that);
- if (CLAMPED) value = (value = round(value)) < 0 ? 0 : value > 0xFF ? 0xFF : value & 0xFF;
- data.view[SETTER](index * BYTES + data.byteOffset, value, true);
- };
-
- var addElement = function (that, index) {
- nativeDefineProperty(that, index, {
- get: function () {
- return getter(this, index);
- },
- set: function (value) {
- return setter(this, index, value);
- },
- enumerable: true
- });
- };
-
- if (!NATIVE_ARRAY_BUFFER_VIEWS) {
- TypedArrayConstructor = wrapper(function (that, data, offset, $length) {
- anInstance(that, TypedArrayConstructor, CONSTRUCTOR_NAME);
- var index = 0;
- var byteOffset = 0;
- var buffer, byteLength, length;
- if (!isObject(data)) {
- length = toIndex(data);
- byteLength = length * BYTES;
- buffer = new ArrayBuffer(byteLength);
- } else if (isArrayBuffer(data)) {
- buffer = data;
- byteOffset = toOffset(offset, BYTES);
- var $len = data.byteLength;
- if ($length === undefined) {
- if ($len % BYTES) throw RangeError(WRONG_LENGTH);
- byteLength = $len - byteOffset;
- if (byteLength < 0) throw RangeError(WRONG_LENGTH);
- } else {
- byteLength = toLength($length) * BYTES;
- if (byteLength + byteOffset > $len) throw RangeError(WRONG_LENGTH);
- }
- length = byteLength / BYTES;
- } else if (isTypedArray(data)) {
- return fromList(TypedArrayConstructor, data);
- } else {
- return typedArrayFrom.call(TypedArrayConstructor, data);
- }
- setInternalState(that, {
- buffer: buffer,
- byteOffset: byteOffset,
- byteLength: byteLength,
- length: length,
- view: new DataView(buffer)
- });
- while (index < length) addElement(that, index++);
- });
-
- if (setPrototypeOf) setPrototypeOf(TypedArrayConstructor, TypedArray);
- TypedArrayConstructorPrototype = TypedArrayConstructor.prototype = create(TypedArrayPrototype);
- } else if (TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS) {
- TypedArrayConstructor = wrapper(function (dummy, data, typedArrayOffset, $length) {
- anInstance(dummy, TypedArrayConstructor, CONSTRUCTOR_NAME);
- return inheritIfRequired(function () {
- if (!isObject(data)) return new NativeTypedArrayConstructor(toIndex(data));
- if (isArrayBuffer(data)) return $length !== undefined
- ? new NativeTypedArrayConstructor(data, toOffset(typedArrayOffset, BYTES), $length)
- : typedArrayOffset !== undefined
- ? new NativeTypedArrayConstructor(data, toOffset(typedArrayOffset, BYTES))
- : new NativeTypedArrayConstructor(data);
- if (isTypedArray(data)) return fromList(TypedArrayConstructor, data);
- return typedArrayFrom.call(TypedArrayConstructor, data);
- }(), dummy, TypedArrayConstructor);
- });
-
- if (setPrototypeOf) setPrototypeOf(TypedArrayConstructor, TypedArray);
- forEach(getOwnPropertyNames(NativeTypedArrayConstructor), function (key) {
- if (!(key in TypedArrayConstructor)) {
- createNonEnumerableProperty(TypedArrayConstructor, key, NativeTypedArrayConstructor[key]);
- }
- });
- TypedArrayConstructor.prototype = TypedArrayConstructorPrototype;
- }
-
- if (TypedArrayConstructorPrototype.constructor !== TypedArrayConstructor) {
- createNonEnumerableProperty(TypedArrayConstructorPrototype, 'constructor', TypedArrayConstructor);
- }
-
- if (TYPED_ARRAY_TAG) {
- createNonEnumerableProperty(TypedArrayConstructorPrototype, TYPED_ARRAY_TAG, CONSTRUCTOR_NAME);
- }
-
- exported[CONSTRUCTOR_NAME] = TypedArrayConstructor;
-
- $({
- global: true, forced: TypedArrayConstructor != NativeTypedArrayConstructor, sham: !NATIVE_ARRAY_BUFFER_VIEWS
- }, exported);
-
- if (!(BYTES_PER_ELEMENT in TypedArrayConstructor)) {
- createNonEnumerableProperty(TypedArrayConstructor, BYTES_PER_ELEMENT, BYTES);
- }
-
- if (!(BYTES_PER_ELEMENT in TypedArrayConstructorPrototype)) {
- createNonEnumerableProperty(TypedArrayConstructorPrototype, BYTES_PER_ELEMENT, BYTES);
- }
-
- setSpecies(CONSTRUCTOR_NAME);
- };
-} else module.exports = function () { /* empty */ };
diff --git a/node_modules/core-js/internals/typed-array-constructors-require-wrappers.js b/node_modules/core-js/internals/typed-array-constructors-require-wrappers.js
deleted file mode 100644
index 952f30a..0000000
--- a/node_modules/core-js/internals/typed-array-constructors-require-wrappers.js
+++ /dev/null
@@ -1,22 +0,0 @@
-/* eslint-disable no-new */
-var global = require('../internals/global');
-var fails = require('../internals/fails');
-var checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');
-var NATIVE_ARRAY_BUFFER_VIEWS = require('../internals/array-buffer-view-core').NATIVE_ARRAY_BUFFER_VIEWS;
-
-var ArrayBuffer = global.ArrayBuffer;
-var Int8Array = global.Int8Array;
-
-module.exports = !NATIVE_ARRAY_BUFFER_VIEWS || !fails(function () {
- Int8Array(1);
-}) || !fails(function () {
- new Int8Array(-1);
-}) || !checkCorrectnessOfIteration(function (iterable) {
- new Int8Array();
- new Int8Array(null);
- new Int8Array(1.5);
- new Int8Array(iterable);
-}, true) || fails(function () {
- // Safari (11+) bug - a reason why even Safari 13 should load a typed array polyfill
- return new Int8Array(new ArrayBuffer(2), 1, undefined).length !== 1;
-});
diff --git a/node_modules/core-js/internals/typed-array-from.js b/node_modules/core-js/internals/typed-array-from.js
deleted file mode 100644
index 9d61dc7..0000000
--- a/node_modules/core-js/internals/typed-array-from.js
+++ /dev/null
@@ -1,32 +0,0 @@
-var toObject = require('../internals/to-object');
-var toLength = require('../internals/to-length');
-var getIteratorMethod = require('../internals/get-iterator-method');
-var isArrayIteratorMethod = require('../internals/is-array-iterator-method');
-var bind = require('../internals/function-bind-context');
-var aTypedArrayConstructor = require('../internals/array-buffer-view-core').aTypedArrayConstructor;
-
-module.exports = function from(source /* , mapfn, thisArg */) {
- var O = toObject(source);
- var argumentsLength = arguments.length;
- var mapfn = argumentsLength > 1 ? arguments[1] : undefined;
- var mapping = mapfn !== undefined;
- var iteratorMethod = getIteratorMethod(O);
- var i, length, result, step, iterator, next;
- if (iteratorMethod != undefined && !isArrayIteratorMethod(iteratorMethod)) {
- iterator = iteratorMethod.call(O);
- next = iterator.next;
- O = [];
- while (!(step = next.call(iterator)).done) {
- O.push(step.value);
- }
- }
- if (mapping && argumentsLength > 2) {
- mapfn = bind(mapfn, arguments[2], 2);
- }
- length = toLength(O.length);
- result = new (aTypedArrayConstructor(this))(length);
- for (i = 0; length > i; i++) {
- result[i] = mapping ? mapfn(O[i], i) : O[i];
- }
- return result;
-};
diff --git a/node_modules/core-js/internals/uid.js b/node_modules/core-js/internals/uid.js
deleted file mode 100644
index 384c124..0000000
--- a/node_modules/core-js/internals/uid.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var id = 0;
-var postfix = Math.random();
-
-module.exports = function (key) {
- return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);
-};
diff --git a/node_modules/core-js/internals/use-symbol-as-uid.js b/node_modules/core-js/internals/use-symbol-as-uid.js
deleted file mode 100644
index 5654bf6..0000000
--- a/node_modules/core-js/internals/use-symbol-as-uid.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var NATIVE_SYMBOL = require('../internals/native-symbol');
-
-module.exports = NATIVE_SYMBOL
- // eslint-disable-next-line no-undef
- && !Symbol.sham
- // eslint-disable-next-line no-undef
- && typeof Symbol.iterator == 'symbol';
diff --git a/node_modules/core-js/internals/well-known-symbol-wrapped.js b/node_modules/core-js/internals/well-known-symbol-wrapped.js
deleted file mode 100644
index 714b329..0000000
--- a/node_modules/core-js/internals/well-known-symbol-wrapped.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var wellKnownSymbol = require('../internals/well-known-symbol');
-
-exports.f = wellKnownSymbol;
diff --git a/node_modules/core-js/internals/well-known-symbol.js b/node_modules/core-js/internals/well-known-symbol.js
deleted file mode 100644
index 3fcc8c3..0000000
--- a/node_modules/core-js/internals/well-known-symbol.js
+++ /dev/null
@@ -1,17 +0,0 @@
-var global = require('../internals/global');
-var shared = require('../internals/shared');
-var has = require('../internals/has');
-var uid = require('../internals/uid');
-var NATIVE_SYMBOL = require('../internals/native-symbol');
-var USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');
-
-var WellKnownSymbolsStore = shared('wks');
-var Symbol = global.Symbol;
-var createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;
-
-module.exports = function (name) {
- if (!has(WellKnownSymbolsStore, name)) {
- if (NATIVE_SYMBOL && has(Symbol, name)) WellKnownSymbolsStore[name] = Symbol[name];
- else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);
- } return WellKnownSymbolsStore[name];
-};
diff --git a/node_modules/core-js/internals/whitespaces.js b/node_modules/core-js/internals/whitespaces.js
deleted file mode 100644
index 0924bab..0000000
--- a/node_modules/core-js/internals/whitespaces.js
+++ /dev/null
@@ -1,3 +0,0 @@
-// a string of all valid unicode whitespaces
-// eslint-disable-next-line max-len
-module.exports = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF';
diff --git a/node_modules/core-js/modules/README.md b/node_modules/core-js/modules/README.md
deleted file mode 100644
index 0d6b3cb..0000000
--- a/node_modules/core-js/modules/README.md
+++ /dev/null
@@ -1 +0,0 @@
-This folder contains implementations of polyfills. It's not recommended to include in your projects directly if you don't completely understand what are you doing.
diff --git a/node_modules/core-js/modules/es.aggregate-error.js b/node_modules/core-js/modules/es.aggregate-error.js
deleted file mode 100644
index 4df2c8f..0000000
--- a/node_modules/core-js/modules/es.aggregate-error.js
+++ /dev/null
@@ -1,31 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var getPrototypeOf = require('../internals/object-get-prototype-of');
-var setPrototypeOf = require('../internals/object-set-prototype-of');
-var create = require('../internals/object-create');
-var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');
-var createPropertyDescriptor = require('../internals/create-property-descriptor');
-var iterate = require('../internals/iterate');
-
-var $AggregateError = function AggregateError(errors, message) {
- var that = this;
- if (!(that instanceof $AggregateError)) return new $AggregateError(errors, message);
- if (setPrototypeOf) {
- that = setPrototypeOf(new Error(undefined), getPrototypeOf(that));
- }
- if (message !== undefined) createNonEnumerableProperty(that, 'message', String(message));
- var errorsArray = [];
- iterate(errors, errorsArray.push, { that: errorsArray });
- createNonEnumerableProperty(that, 'errors', errorsArray);
- return that;
-};
-
-$AggregateError.prototype = create(Error.prototype, {
- constructor: createPropertyDescriptor(5, $AggregateError),
- message: createPropertyDescriptor(5, ''),
- name: createPropertyDescriptor(5, 'AggregateError')
-});
-
-$({ global: true }, {
- AggregateError: $AggregateError
-});
diff --git a/node_modules/core-js/modules/es.array-buffer.constructor.js b/node_modules/core-js/modules/es.array-buffer.constructor.js
deleted file mode 100644
index b4e4df4..0000000
--- a/node_modules/core-js/modules/es.array-buffer.constructor.js
+++ /dev/null
@@ -1,17 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var global = require('../internals/global');
-var arrayBufferModule = require('../internals/array-buffer');
-var setSpecies = require('../internals/set-species');
-
-var ARRAY_BUFFER = 'ArrayBuffer';
-var ArrayBuffer = arrayBufferModule[ARRAY_BUFFER];
-var NativeArrayBuffer = global[ARRAY_BUFFER];
-
-// `ArrayBuffer` constructor
-// https://tc39.github.io/ecma262/#sec-arraybuffer-constructor
-$({ global: true, forced: NativeArrayBuffer !== ArrayBuffer }, {
- ArrayBuffer: ArrayBuffer
-});
-
-setSpecies(ARRAY_BUFFER);
diff --git a/node_modules/core-js/modules/es.array-buffer.is-view.js b/node_modules/core-js/modules/es.array-buffer.is-view.js
deleted file mode 100644
index 0b23d5c..0000000
--- a/node_modules/core-js/modules/es.array-buffer.is-view.js
+++ /dev/null
@@ -1,10 +0,0 @@
-var $ = require('../internals/export');
-var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
-
-var NATIVE_ARRAY_BUFFER_VIEWS = ArrayBufferViewCore.NATIVE_ARRAY_BUFFER_VIEWS;
-
-// `ArrayBuffer.isView` method
-// https://tc39.github.io/ecma262/#sec-arraybuffer.isview
-$({ target: 'ArrayBuffer', stat: true, forced: !NATIVE_ARRAY_BUFFER_VIEWS }, {
- isView: ArrayBufferViewCore.isView
-});
diff --git a/node_modules/core-js/modules/es.array-buffer.slice.js b/node_modules/core-js/modules/es.array-buffer.slice.js
deleted file mode 100644
index c137543..0000000
--- a/node_modules/core-js/modules/es.array-buffer.slice.js
+++ /dev/null
@@ -1,36 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var fails = require('../internals/fails');
-var ArrayBufferModule = require('../internals/array-buffer');
-var anObject = require('../internals/an-object');
-var toAbsoluteIndex = require('../internals/to-absolute-index');
-var toLength = require('../internals/to-length');
-var speciesConstructor = require('../internals/species-constructor');
-
-var ArrayBuffer = ArrayBufferModule.ArrayBuffer;
-var DataView = ArrayBufferModule.DataView;
-var nativeArrayBufferSlice = ArrayBuffer.prototype.slice;
-
-var INCORRECT_SLICE = fails(function () {
- return !new ArrayBuffer(2).slice(1, undefined).byteLength;
-});
-
-// `ArrayBuffer.prototype.slice` method
-// https://tc39.github.io/ecma262/#sec-arraybuffer.prototype.slice
-$({ target: 'ArrayBuffer', proto: true, unsafe: true, forced: INCORRECT_SLICE }, {
- slice: function slice(start, end) {
- if (nativeArrayBufferSlice !== undefined && end === undefined) {
- return nativeArrayBufferSlice.call(anObject(this), start); // FF fix
- }
- var length = anObject(this).byteLength;
- var first = toAbsoluteIndex(start, length);
- var fin = toAbsoluteIndex(end === undefined ? length : end, length);
- var result = new (speciesConstructor(this, ArrayBuffer))(toLength(fin - first));
- var viewSource = new DataView(this);
- var viewTarget = new DataView(result);
- var index = 0;
- while (first < fin) {
- viewTarget.setUint8(index++, viewSource.getUint8(first++));
- } return result;
- }
-});
diff --git a/node_modules/core-js/modules/es.array.concat.js b/node_modules/core-js/modules/es.array.concat.js
deleted file mode 100644
index 1c22499..0000000
--- a/node_modules/core-js/modules/es.array.concat.js
+++ /dev/null
@@ -1,60 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var fails = require('../internals/fails');
-var isArray = require('../internals/is-array');
-var isObject = require('../internals/is-object');
-var toObject = require('../internals/to-object');
-var toLength = require('../internals/to-length');
-var createProperty = require('../internals/create-property');
-var arraySpeciesCreate = require('../internals/array-species-create');
-var arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-var V8_VERSION = require('../internals/engine-v8-version');
-
-var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
-var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
-var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';
-
-// We can't use this feature detection in V8 since it causes
-// deoptimization and serious performance degradation
-// https://github.com/zloirock/core-js/issues/679
-var IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {
- var array = [];
- array[IS_CONCAT_SPREADABLE] = false;
- return array.concat()[0] !== array;
-});
-
-var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');
-
-var isConcatSpreadable = function (O) {
- if (!isObject(O)) return false;
- var spreadable = O[IS_CONCAT_SPREADABLE];
- return spreadable !== undefined ? !!spreadable : isArray(O);
-};
-
-var FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;
-
-// `Array.prototype.concat` method
-// https://tc39.github.io/ecma262/#sec-array.prototype.concat
-// with adding support of @@isConcatSpreadable and @@species
-$({ target: 'Array', proto: true, forced: FORCED }, {
- concat: function concat(arg) { // eslint-disable-line no-unused-vars
- var O = toObject(this);
- var A = arraySpeciesCreate(O, 0);
- var n = 0;
- var i, k, length, len, E;
- for (i = -1, length = arguments.length; i < length; i++) {
- E = i === -1 ? O : arguments[i];
- if (isConcatSpreadable(E)) {
- len = toLength(E.length);
- if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
- for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
- } else {
- if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
- createProperty(A, n++, E);
- }
- }
- A.length = n;
- return A;
- }
-});
diff --git a/node_modules/core-js/modules/es.array.copy-within.js b/node_modules/core-js/modules/es.array.copy-within.js
deleted file mode 100644
index 1fb0dda..0000000
--- a/node_modules/core-js/modules/es.array.copy-within.js
+++ /dev/null
@@ -1,12 +0,0 @@
-var $ = require('../internals/export');
-var copyWithin = require('../internals/array-copy-within');
-var addToUnscopables = require('../internals/add-to-unscopables');
-
-// `Array.prototype.copyWithin` method
-// https://tc39.github.io/ecma262/#sec-array.prototype.copywithin
-$({ target: 'Array', proto: true }, {
- copyWithin: copyWithin
-});
-
-// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables
-addToUnscopables('copyWithin');
diff --git a/node_modules/core-js/modules/es.array.every.js b/node_modules/core-js/modules/es.array.every.js
deleted file mode 100644
index 231c5c2..0000000
--- a/node_modules/core-js/modules/es.array.every.js
+++ /dev/null
@@ -1,16 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var $every = require('../internals/array-iteration').every;
-var arrayMethodIsStrict = require('../internals/array-method-is-strict');
-var arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');
-
-var STRICT_METHOD = arrayMethodIsStrict('every');
-var USES_TO_LENGTH = arrayMethodUsesToLength('every');
-
-// `Array.prototype.every` method
-// https://tc39.github.io/ecma262/#sec-array.prototype.every
-$({ target: 'Array', proto: true, forced: !STRICT_METHOD || !USES_TO_LENGTH }, {
- every: function every(callbackfn /* , thisArg */) {
- return $every(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
- }
-});
diff --git a/node_modules/core-js/modules/es.array.fill.js b/node_modules/core-js/modules/es.array.fill.js
deleted file mode 100644
index ba9f4b4..0000000
--- a/node_modules/core-js/modules/es.array.fill.js
+++ /dev/null
@@ -1,12 +0,0 @@
-var $ = require('../internals/export');
-var fill = require('../internals/array-fill');
-var addToUnscopables = require('../internals/add-to-unscopables');
-
-// `Array.prototype.fill` method
-// https://tc39.github.io/ecma262/#sec-array.prototype.fill
-$({ target: 'Array', proto: true }, {
- fill: fill
-});
-
-// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables
-addToUnscopables('fill');
diff --git a/node_modules/core-js/modules/es.array.filter.js b/node_modules/core-js/modules/es.array.filter.js
deleted file mode 100644
index df2509b..0000000
--- a/node_modules/core-js/modules/es.array.filter.js
+++ /dev/null
@@ -1,18 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var $filter = require('../internals/array-iteration').filter;
-var arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');
-var arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');
-
-var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');
-// Edge 14- issue
-var USES_TO_LENGTH = arrayMethodUsesToLength('filter');
-
-// `Array.prototype.filter` method
-// https://tc39.github.io/ecma262/#sec-array.prototype.filter
-// with adding support of @@species
-$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {
- filter: function filter(callbackfn /* , thisArg */) {
- return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
- }
-});
diff --git a/node_modules/core-js/modules/es.array.find-index.js b/node_modules/core-js/modules/es.array.find-index.js
deleted file mode 100644
index 56c0b68..0000000
--- a/node_modules/core-js/modules/es.array.find-index.js
+++ /dev/null
@@ -1,24 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var $findIndex = require('../internals/array-iteration').findIndex;
-var addToUnscopables = require('../internals/add-to-unscopables');
-var arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');
-
-var FIND_INDEX = 'findIndex';
-var SKIPS_HOLES = true;
-
-var USES_TO_LENGTH = arrayMethodUsesToLength(FIND_INDEX);
-
-// Shouldn't skip holes
-if (FIND_INDEX in []) Array(1)[FIND_INDEX](function () { SKIPS_HOLES = false; });
-
-// `Array.prototype.findIndex` method
-// https://tc39.github.io/ecma262/#sec-array.prototype.findindex
-$({ target: 'Array', proto: true, forced: SKIPS_HOLES || !USES_TO_LENGTH }, {
- findIndex: function findIndex(callbackfn /* , that = undefined */) {
- return $findIndex(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
- }
-});
-
-// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables
-addToUnscopables(FIND_INDEX);
diff --git a/node_modules/core-js/modules/es.array.find.js b/node_modules/core-js/modules/es.array.find.js
deleted file mode 100644
index ad37cc7..0000000
--- a/node_modules/core-js/modules/es.array.find.js
+++ /dev/null
@@ -1,24 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var $find = require('../internals/array-iteration').find;
-var addToUnscopables = require('../internals/add-to-unscopables');
-var arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');
-
-var FIND = 'find';
-var SKIPS_HOLES = true;
-
-var USES_TO_LENGTH = arrayMethodUsesToLength(FIND);
-
-// Shouldn't skip holes
-if (FIND in []) Array(1)[FIND](function () { SKIPS_HOLES = false; });
-
-// `Array.prototype.find` method
-// https://tc39.github.io/ecma262/#sec-array.prototype.find
-$({ target: 'Array', proto: true, forced: SKIPS_HOLES || !USES_TO_LENGTH }, {
- find: function find(callbackfn /* , that = undefined */) {
- return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
- }
-});
-
-// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables
-addToUnscopables(FIND);
diff --git a/node_modules/core-js/modules/es.array.flat-map.js b/node_modules/core-js/modules/es.array.flat-map.js
deleted file mode 100644
index 5469bee..0000000
--- a/node_modules/core-js/modules/es.array.flat-map.js
+++ /dev/null
@@ -1,21 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var flattenIntoArray = require('../internals/flatten-into-array');
-var toObject = require('../internals/to-object');
-var toLength = require('../internals/to-length');
-var aFunction = require('../internals/a-function');
-var arraySpeciesCreate = require('../internals/array-species-create');
-
-// `Array.prototype.flatMap` method
-// https://github.com/tc39/proposal-flatMap
-$({ target: 'Array', proto: true }, {
- flatMap: function flatMap(callbackfn /* , thisArg */) {
- var O = toObject(this);
- var sourceLen = toLength(O.length);
- var A;
- aFunction(callbackfn);
- A = arraySpeciesCreate(O, 0);
- A.length = flattenIntoArray(A, O, O, sourceLen, 0, 1, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
- return A;
- }
-});
diff --git a/node_modules/core-js/modules/es.array.flat.js b/node_modules/core-js/modules/es.array.flat.js
deleted file mode 100644
index cb2c9d7..0000000
--- a/node_modules/core-js/modules/es.array.flat.js
+++ /dev/null
@@ -1,20 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var flattenIntoArray = require('../internals/flatten-into-array');
-var toObject = require('../internals/to-object');
-var toLength = require('../internals/to-length');
-var toInteger = require('../internals/to-integer');
-var arraySpeciesCreate = require('../internals/array-species-create');
-
-// `Array.prototype.flat` method
-// https://github.com/tc39/proposal-flatMap
-$({ target: 'Array', proto: true }, {
- flat: function flat(/* depthArg = 1 */) {
- var depthArg = arguments.length ? arguments[0] : undefined;
- var O = toObject(this);
- var sourceLen = toLength(O.length);
- var A = arraySpeciesCreate(O, 0);
- A.length = flattenIntoArray(A, O, O, sourceLen, 0, depthArg === undefined ? 1 : toInteger(depthArg));
- return A;
- }
-});
diff --git a/node_modules/core-js/modules/es.array.for-each.js b/node_modules/core-js/modules/es.array.for-each.js
deleted file mode 100644
index 4fb29d0..0000000
--- a/node_modules/core-js/modules/es.array.for-each.js
+++ /dev/null
@@ -1,9 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var forEach = require('../internals/array-for-each');
-
-// `Array.prototype.forEach` method
-// https://tc39.github.io/ecma262/#sec-array.prototype.foreach
-$({ target: 'Array', proto: true, forced: [].forEach != forEach }, {
- forEach: forEach
-});
diff --git a/node_modules/core-js/modules/es.array.from.js b/node_modules/core-js/modules/es.array.from.js
deleted file mode 100644
index 5c21cbc..0000000
--- a/node_modules/core-js/modules/es.array.from.js
+++ /dev/null
@@ -1,13 +0,0 @@
-var $ = require('../internals/export');
-var from = require('../internals/array-from');
-var checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');
-
-var INCORRECT_ITERATION = !checkCorrectnessOfIteration(function (iterable) {
- Array.from(iterable);
-});
-
-// `Array.from` method
-// https://tc39.github.io/ecma262/#sec-array.from
-$({ target: 'Array', stat: true, forced: INCORRECT_ITERATION }, {
- from: from
-});
diff --git a/node_modules/core-js/modules/es.array.includes.js b/node_modules/core-js/modules/es.array.includes.js
deleted file mode 100644
index 0036556..0000000
--- a/node_modules/core-js/modules/es.array.includes.js
+++ /dev/null
@@ -1,18 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var $includes = require('../internals/array-includes').includes;
-var addToUnscopables = require('../internals/add-to-unscopables');
-var arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');
-
-var USES_TO_LENGTH = arrayMethodUsesToLength('indexOf', { ACCESSORS: true, 1: 0 });
-
-// `Array.prototype.includes` method
-// https://tc39.github.io/ecma262/#sec-array.prototype.includes
-$({ target: 'Array', proto: true, forced: !USES_TO_LENGTH }, {
- includes: function includes(el /* , fromIndex = 0 */) {
- return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);
- }
-});
-
-// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables
-addToUnscopables('includes');
diff --git a/node_modules/core-js/modules/es.array.index-of.js b/node_modules/core-js/modules/es.array.index-of.js
deleted file mode 100644
index 5a1442b..0000000
--- a/node_modules/core-js/modules/es.array.index-of.js
+++ /dev/null
@@ -1,22 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var $indexOf = require('../internals/array-includes').indexOf;
-var arrayMethodIsStrict = require('../internals/array-method-is-strict');
-var arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');
-
-var nativeIndexOf = [].indexOf;
-
-var NEGATIVE_ZERO = !!nativeIndexOf && 1 / [1].indexOf(1, -0) < 0;
-var STRICT_METHOD = arrayMethodIsStrict('indexOf');
-var USES_TO_LENGTH = arrayMethodUsesToLength('indexOf', { ACCESSORS: true, 1: 0 });
-
-// `Array.prototype.indexOf` method
-// https://tc39.github.io/ecma262/#sec-array.prototype.indexof
-$({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD || !USES_TO_LENGTH }, {
- indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {
- return NEGATIVE_ZERO
- // convert -0 to +0
- ? nativeIndexOf.apply(this, arguments) || 0
- : $indexOf(this, searchElement, arguments.length > 1 ? arguments[1] : undefined);
- }
-});
diff --git a/node_modules/core-js/modules/es.array.is-array.js b/node_modules/core-js/modules/es.array.is-array.js
deleted file mode 100644
index b77fad6..0000000
--- a/node_modules/core-js/modules/es.array.is-array.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var $ = require('../internals/export');
-var isArray = require('../internals/is-array');
-
-// `Array.isArray` method
-// https://tc39.github.io/ecma262/#sec-array.isarray
-$({ target: 'Array', stat: true }, {
- isArray: isArray
-});
diff --git a/node_modules/core-js/modules/es.array.iterator.js b/node_modules/core-js/modules/es.array.iterator.js
deleted file mode 100644
index 5e64422..0000000
--- a/node_modules/core-js/modules/es.array.iterator.js
+++ /dev/null
@@ -1,53 +0,0 @@
-'use strict';
-var toIndexedObject = require('../internals/to-indexed-object');
-var addToUnscopables = require('../internals/add-to-unscopables');
-var Iterators = require('../internals/iterators');
-var InternalStateModule = require('../internals/internal-state');
-var defineIterator = require('../internals/define-iterator');
-
-var ARRAY_ITERATOR = 'Array Iterator';
-var setInternalState = InternalStateModule.set;
-var getInternalState = InternalStateModule.getterFor(ARRAY_ITERATOR);
-
-// `Array.prototype.entries` method
-// https://tc39.github.io/ecma262/#sec-array.prototype.entries
-// `Array.prototype.keys` method
-// https://tc39.github.io/ecma262/#sec-array.prototype.keys
-// `Array.prototype.values` method
-// https://tc39.github.io/ecma262/#sec-array.prototype.values
-// `Array.prototype[@@iterator]` method
-// https://tc39.github.io/ecma262/#sec-array.prototype-@@iterator
-// `CreateArrayIterator` internal method
-// https://tc39.github.io/ecma262/#sec-createarrayiterator
-module.exports = defineIterator(Array, 'Array', function (iterated, kind) {
- setInternalState(this, {
- type: ARRAY_ITERATOR,
- target: toIndexedObject(iterated), // target
- index: 0, // next index
- kind: kind // kind
- });
-// `%ArrayIteratorPrototype%.next` method
-// https://tc39.github.io/ecma262/#sec-%arrayiteratorprototype%.next
-}, function () {
- var state = getInternalState(this);
- var target = state.target;
- var kind = state.kind;
- var index = state.index++;
- if (!target || index >= target.length) {
- state.target = undefined;
- return { value: undefined, done: true };
- }
- if (kind == 'keys') return { value: index, done: false };
- if (kind == 'values') return { value: target[index], done: false };
- return { value: [index, target[index]], done: false };
-}, 'values');
-
-// argumentsList[@@iterator] is %ArrayProto_values%
-// https://tc39.github.io/ecma262/#sec-createunmappedargumentsobject
-// https://tc39.github.io/ecma262/#sec-createmappedargumentsobject
-Iterators.Arguments = Iterators.Array;
-
-// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables
-addToUnscopables('keys');
-addToUnscopables('values');
-addToUnscopables('entries');
diff --git a/node_modules/core-js/modules/es.array.join.js b/node_modules/core-js/modules/es.array.join.js
deleted file mode 100644
index 79ad8d2..0000000
--- a/node_modules/core-js/modules/es.array.join.js
+++ /dev/null
@@ -1,18 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IndexedObject = require('../internals/indexed-object');
-var toIndexedObject = require('../internals/to-indexed-object');
-var arrayMethodIsStrict = require('../internals/array-method-is-strict');
-
-var nativeJoin = [].join;
-
-var ES3_STRINGS = IndexedObject != Object;
-var STRICT_METHOD = arrayMethodIsStrict('join', ',');
-
-// `Array.prototype.join` method
-// https://tc39.github.io/ecma262/#sec-array.prototype.join
-$({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD }, {
- join: function join(separator) {
- return nativeJoin.call(toIndexedObject(this), separator === undefined ? ',' : separator);
- }
-});
diff --git a/node_modules/core-js/modules/es.array.last-index-of.js b/node_modules/core-js/modules/es.array.last-index-of.js
deleted file mode 100644
index d209055..0000000
--- a/node_modules/core-js/modules/es.array.last-index-of.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var $ = require('../internals/export');
-var lastIndexOf = require('../internals/array-last-index-of');
-
-// `Array.prototype.lastIndexOf` method
-// https://tc39.github.io/ecma262/#sec-array.prototype.lastindexof
-$({ target: 'Array', proto: true, forced: lastIndexOf !== [].lastIndexOf }, {
- lastIndexOf: lastIndexOf
-});
diff --git a/node_modules/core-js/modules/es.array.map.js b/node_modules/core-js/modules/es.array.map.js
deleted file mode 100644
index f9a8cdf..0000000
--- a/node_modules/core-js/modules/es.array.map.js
+++ /dev/null
@@ -1,18 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var $map = require('../internals/array-iteration').map;
-var arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');
-var arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');
-
-var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('map');
-// FF49- issue
-var USES_TO_LENGTH = arrayMethodUsesToLength('map');
-
-// `Array.prototype.map` method
-// https://tc39.github.io/ecma262/#sec-array.prototype.map
-// with adding support of @@species
-$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {
- map: function map(callbackfn /* , thisArg */) {
- return $map(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
- }
-});
diff --git a/node_modules/core-js/modules/es.array.of.js b/node_modules/core-js/modules/es.array.of.js
deleted file mode 100644
index 2788091..0000000
--- a/node_modules/core-js/modules/es.array.of.js
+++ /dev/null
@@ -1,23 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var fails = require('../internals/fails');
-var createProperty = require('../internals/create-property');
-
-var ISNT_GENERIC = fails(function () {
- function F() { /* empty */ }
- return !(Array.of.call(F) instanceof F);
-});
-
-// `Array.of` method
-// https://tc39.github.io/ecma262/#sec-array.of
-// WebKit Array.of isn't generic
-$({ target: 'Array', stat: true, forced: ISNT_GENERIC }, {
- of: function of(/* ...args */) {
- var index = 0;
- var argumentsLength = arguments.length;
- var result = new (typeof this == 'function' ? this : Array)(argumentsLength);
- while (argumentsLength > index) createProperty(result, index, arguments[index++]);
- result.length = argumentsLength;
- return result;
- }
-});
diff --git a/node_modules/core-js/modules/es.array.reduce-right.js b/node_modules/core-js/modules/es.array.reduce-right.js
deleted file mode 100644
index f11d8d4..0000000
--- a/node_modules/core-js/modules/es.array.reduce-right.js
+++ /dev/null
@@ -1,22 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var $reduceRight = require('../internals/array-reduce').right;
-var arrayMethodIsStrict = require('../internals/array-method-is-strict');
-var arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');
-var CHROME_VERSION = require('../internals/engine-v8-version');
-var IS_NODE = require('../internals/engine-is-node');
-
-var STRICT_METHOD = arrayMethodIsStrict('reduceRight');
-// For preventing possible almost infinite loop in non-standard implementations, test the forward version of the method
-var USES_TO_LENGTH = arrayMethodUsesToLength('reduce', { 1: 0 });
-// Chrome 80-82 has a critical bug
-// https://bugs.chromium.org/p/chromium/issues/detail?id=1049982
-var CHROME_BUG = !IS_NODE && CHROME_VERSION > 79 && CHROME_VERSION < 83;
-
-// `Array.prototype.reduceRight` method
-// https://tc39.github.io/ecma262/#sec-array.prototype.reduceright
-$({ target: 'Array', proto: true, forced: !STRICT_METHOD || !USES_TO_LENGTH || CHROME_BUG }, {
- reduceRight: function reduceRight(callbackfn /* , initialValue */) {
- return $reduceRight(this, callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined);
- }
-});
diff --git a/node_modules/core-js/modules/es.array.reduce.js b/node_modules/core-js/modules/es.array.reduce.js
deleted file mode 100644
index 3d66308..0000000
--- a/node_modules/core-js/modules/es.array.reduce.js
+++ /dev/null
@@ -1,21 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var $reduce = require('../internals/array-reduce').left;
-var arrayMethodIsStrict = require('../internals/array-method-is-strict');
-var arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');
-var CHROME_VERSION = require('../internals/engine-v8-version');
-var IS_NODE = require('../internals/engine-is-node');
-
-var STRICT_METHOD = arrayMethodIsStrict('reduce');
-var USES_TO_LENGTH = arrayMethodUsesToLength('reduce', { 1: 0 });
-// Chrome 80-82 has a critical bug
-// https://bugs.chromium.org/p/chromium/issues/detail?id=1049982
-var CHROME_BUG = !IS_NODE && CHROME_VERSION > 79 && CHROME_VERSION < 83;
-
-// `Array.prototype.reduce` method
-// https://tc39.github.io/ecma262/#sec-array.prototype.reduce
-$({ target: 'Array', proto: true, forced: !STRICT_METHOD || !USES_TO_LENGTH || CHROME_BUG }, {
- reduce: function reduce(callbackfn /* , initialValue */) {
- return $reduce(this, callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined);
- }
-});
diff --git a/node_modules/core-js/modules/es.array.reverse.js b/node_modules/core-js/modules/es.array.reverse.js
deleted file mode 100644
index bfe96d5..0000000
--- a/node_modules/core-js/modules/es.array.reverse.js
+++ /dev/null
@@ -1,18 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var isArray = require('../internals/is-array');
-
-var nativeReverse = [].reverse;
-var test = [1, 2];
-
-// `Array.prototype.reverse` method
-// https://tc39.github.io/ecma262/#sec-array.prototype.reverse
-// fix for Safari 12.0 bug
-// https://bugs.webkit.org/show_bug.cgi?id=188794
-$({ target: 'Array', proto: true, forced: String(test) === String(test.reverse()) }, {
- reverse: function reverse() {
- // eslint-disable-next-line no-self-assign
- if (isArray(this)) this.length = this.length;
- return nativeReverse.call(this);
- }
-});
diff --git a/node_modules/core-js/modules/es.array.slice.js b/node_modules/core-js/modules/es.array.slice.js
deleted file mode 100644
index 27609f5..0000000
--- a/node_modules/core-js/modules/es.array.slice.js
+++ /dev/null
@@ -1,49 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var isObject = require('../internals/is-object');
-var isArray = require('../internals/is-array');
-var toAbsoluteIndex = require('../internals/to-absolute-index');
-var toLength = require('../internals/to-length');
-var toIndexedObject = require('../internals/to-indexed-object');
-var createProperty = require('../internals/create-property');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-var arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');
-var arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');
-
-var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('slice');
-var USES_TO_LENGTH = arrayMethodUsesToLength('slice', { ACCESSORS: true, 0: 0, 1: 2 });
-
-var SPECIES = wellKnownSymbol('species');
-var nativeSlice = [].slice;
-var max = Math.max;
-
-// `Array.prototype.slice` method
-// https://tc39.github.io/ecma262/#sec-array.prototype.slice
-// fallback for not array-like ES3 strings and DOM objects
-$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {
- slice: function slice(start, end) {
- var O = toIndexedObject(this);
- var length = toLength(O.length);
- var k = toAbsoluteIndex(start, length);
- var fin = toAbsoluteIndex(end === undefined ? length : end, length);
- // inline `ArraySpeciesCreate` for usage native `Array#slice` where it's possible
- var Constructor, result, n;
- if (isArray(O)) {
- Constructor = O.constructor;
- // cross-realm fallback
- if (typeof Constructor == 'function' && (Constructor === Array || isArray(Constructor.prototype))) {
- Constructor = undefined;
- } else if (isObject(Constructor)) {
- Constructor = Constructor[SPECIES];
- if (Constructor === null) Constructor = undefined;
- }
- if (Constructor === Array || Constructor === undefined) {
- return nativeSlice.call(O, k, fin);
- }
- }
- result = new (Constructor === undefined ? Array : Constructor)(max(fin - k, 0));
- for (n = 0; k < fin; k++, n++) if (k in O) createProperty(result, n, O[k]);
- result.length = n;
- return result;
- }
-});
diff --git a/node_modules/core-js/modules/es.array.some.js b/node_modules/core-js/modules/es.array.some.js
deleted file mode 100644
index e143d07..0000000
--- a/node_modules/core-js/modules/es.array.some.js
+++ /dev/null
@@ -1,16 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var $some = require('../internals/array-iteration').some;
-var arrayMethodIsStrict = require('../internals/array-method-is-strict');
-var arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');
-
-var STRICT_METHOD = arrayMethodIsStrict('some');
-var USES_TO_LENGTH = arrayMethodUsesToLength('some');
-
-// `Array.prototype.some` method
-// https://tc39.github.io/ecma262/#sec-array.prototype.some
-$({ target: 'Array', proto: true, forced: !STRICT_METHOD || !USES_TO_LENGTH }, {
- some: function some(callbackfn /* , thisArg */) {
- return $some(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
- }
-});
diff --git a/node_modules/core-js/modules/es.array.sort.js b/node_modules/core-js/modules/es.array.sort.js
deleted file mode 100644
index 1b46f51..0000000
--- a/node_modules/core-js/modules/es.array.sort.js
+++ /dev/null
@@ -1,32 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var aFunction = require('../internals/a-function');
-var toObject = require('../internals/to-object');
-var fails = require('../internals/fails');
-var arrayMethodIsStrict = require('../internals/array-method-is-strict');
-
-var test = [];
-var nativeSort = test.sort;
-
-// IE8-
-var FAILS_ON_UNDEFINED = fails(function () {
- test.sort(undefined);
-});
-// V8 bug
-var FAILS_ON_NULL = fails(function () {
- test.sort(null);
-});
-// Old WebKit
-var STRICT_METHOD = arrayMethodIsStrict('sort');
-
-var FORCED = FAILS_ON_UNDEFINED || !FAILS_ON_NULL || !STRICT_METHOD;
-
-// `Array.prototype.sort` method
-// https://tc39.github.io/ecma262/#sec-array.prototype.sort
-$({ target: 'Array', proto: true, forced: FORCED }, {
- sort: function sort(comparefn) {
- return comparefn === undefined
- ? nativeSort.call(toObject(this))
- : nativeSort.call(toObject(this), aFunction(comparefn));
- }
-});
diff --git a/node_modules/core-js/modules/es.array.species.js b/node_modules/core-js/modules/es.array.species.js
deleted file mode 100644
index a0e7829..0000000
--- a/node_modules/core-js/modules/es.array.species.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var setSpecies = require('../internals/set-species');
-
-// `Array[@@species]` getter
-// https://tc39.github.io/ecma262/#sec-get-array-@@species
-setSpecies('Array');
diff --git a/node_modules/core-js/modules/es.array.splice.js b/node_modules/core-js/modules/es.array.splice.js
deleted file mode 100644
index 31debca..0000000
--- a/node_modules/core-js/modules/es.array.splice.js
+++ /dev/null
@@ -1,70 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var toAbsoluteIndex = require('../internals/to-absolute-index');
-var toInteger = require('../internals/to-integer');
-var toLength = require('../internals/to-length');
-var toObject = require('../internals/to-object');
-var arraySpeciesCreate = require('../internals/array-species-create');
-var createProperty = require('../internals/create-property');
-var arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');
-var arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');
-
-var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('splice');
-var USES_TO_LENGTH = arrayMethodUsesToLength('splice', { ACCESSORS: true, 0: 0, 1: 2 });
-
-var max = Math.max;
-var min = Math.min;
-var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
-var MAXIMUM_ALLOWED_LENGTH_EXCEEDED = 'Maximum allowed length exceeded';
-
-// `Array.prototype.splice` method
-// https://tc39.github.io/ecma262/#sec-array.prototype.splice
-// with adding support of @@species
-$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {
- splice: function splice(start, deleteCount /* , ...items */) {
- var O = toObject(this);
- var len = toLength(O.length);
- var actualStart = toAbsoluteIndex(start, len);
- var argumentsLength = arguments.length;
- var insertCount, actualDeleteCount, A, k, from, to;
- if (argumentsLength === 0) {
- insertCount = actualDeleteCount = 0;
- } else if (argumentsLength === 1) {
- insertCount = 0;
- actualDeleteCount = len - actualStart;
- } else {
- insertCount = argumentsLength - 2;
- actualDeleteCount = min(max(toInteger(deleteCount), 0), len - actualStart);
- }
- if (len + insertCount - actualDeleteCount > MAX_SAFE_INTEGER) {
- throw TypeError(MAXIMUM_ALLOWED_LENGTH_EXCEEDED);
- }
- A = arraySpeciesCreate(O, actualDeleteCount);
- for (k = 0; k < actualDeleteCount; k++) {
- from = actualStart + k;
- if (from in O) createProperty(A, k, O[from]);
- }
- A.length = actualDeleteCount;
- if (insertCount < actualDeleteCount) {
- for (k = actualStart; k < len - actualDeleteCount; k++) {
- from = k + actualDeleteCount;
- to = k + insertCount;
- if (from in O) O[to] = O[from];
- else delete O[to];
- }
- for (k = len; k > len - actualDeleteCount + insertCount; k--) delete O[k - 1];
- } else if (insertCount > actualDeleteCount) {
- for (k = len - actualDeleteCount; k > actualStart; k--) {
- from = k + actualDeleteCount - 1;
- to = k + insertCount - 1;
- if (from in O) O[to] = O[from];
- else delete O[to];
- }
- }
- for (k = 0; k < insertCount; k++) {
- O[k + actualStart] = arguments[k + 2];
- }
- O.length = len - actualDeleteCount + insertCount;
- return A;
- }
-});
diff --git a/node_modules/core-js/modules/es.array.unscopables.flat-map.js b/node_modules/core-js/modules/es.array.unscopables.flat-map.js
deleted file mode 100644
index 593cf05..0000000
--- a/node_modules/core-js/modules/es.array.unscopables.flat-map.js
+++ /dev/null
@@ -1,5 +0,0 @@
-// this method was added to unscopables after implementation
-// in popular engines, so it's moved to a separate module
-var addToUnscopables = require('../internals/add-to-unscopables');
-
-addToUnscopables('flatMap');
diff --git a/node_modules/core-js/modules/es.array.unscopables.flat.js b/node_modules/core-js/modules/es.array.unscopables.flat.js
deleted file mode 100644
index ce6656c..0000000
--- a/node_modules/core-js/modules/es.array.unscopables.flat.js
+++ /dev/null
@@ -1,5 +0,0 @@
-// this method was added to unscopables after implementation
-// in popular engines, so it's moved to a separate module
-var addToUnscopables = require('../internals/add-to-unscopables');
-
-addToUnscopables('flat');
diff --git a/node_modules/core-js/modules/es.data-view.js b/node_modules/core-js/modules/es.data-view.js
deleted file mode 100644
index a45ac41..0000000
--- a/node_modules/core-js/modules/es.data-view.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var $ = require('../internals/export');
-var ArrayBufferModule = require('../internals/array-buffer');
-var NATIVE_ARRAY_BUFFER = require('../internals/array-buffer-native');
-
-// `DataView` constructor
-// https://tc39.github.io/ecma262/#sec-dataview-constructor
-$({ global: true, forced: !NATIVE_ARRAY_BUFFER }, {
- DataView: ArrayBufferModule.DataView
-});
diff --git a/node_modules/core-js/modules/es.date.now.js b/node_modules/core-js/modules/es.date.now.js
deleted file mode 100644
index c4dc75b..0000000
--- a/node_modules/core-js/modules/es.date.now.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var $ = require('../internals/export');
-
-// `Date.now` method
-// https://tc39.github.io/ecma262/#sec-date.now
-$({ target: 'Date', stat: true }, {
- now: function now() {
- return new Date().getTime();
- }
-});
diff --git a/node_modules/core-js/modules/es.date.to-iso-string.js b/node_modules/core-js/modules/es.date.to-iso-string.js
deleted file mode 100644
index 14f8ae0..0000000
--- a/node_modules/core-js/modules/es.date.to-iso-string.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var $ = require('../internals/export');
-var toISOString = require('../internals/date-to-iso-string');
-
-// `Date.prototype.toISOString` method
-// https://tc39.github.io/ecma262/#sec-date.prototype.toisostring
-// PhantomJS / old WebKit has a broken implementations
-$({ target: 'Date', proto: true, forced: Date.prototype.toISOString !== toISOString }, {
- toISOString: toISOString
-});
diff --git a/node_modules/core-js/modules/es.date.to-json.js b/node_modules/core-js/modules/es.date.to-json.js
deleted file mode 100644
index bcf4517..0000000
--- a/node_modules/core-js/modules/es.date.to-json.js
+++ /dev/null
@@ -1,21 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var fails = require('../internals/fails');
-var toObject = require('../internals/to-object');
-var toPrimitive = require('../internals/to-primitive');
-
-var FORCED = fails(function () {
- return new Date(NaN).toJSON() !== null
- || Date.prototype.toJSON.call({ toISOString: function () { return 1; } }) !== 1;
-});
-
-// `Date.prototype.toJSON` method
-// https://tc39.github.io/ecma262/#sec-date.prototype.tojson
-$({ target: 'Date', proto: true, forced: FORCED }, {
- // eslint-disable-next-line no-unused-vars
- toJSON: function toJSON(key) {
- var O = toObject(this);
- var pv = toPrimitive(O);
- return typeof pv == 'number' && !isFinite(pv) ? null : O.toISOString();
- }
-});
diff --git a/node_modules/core-js/modules/es.date.to-primitive.js b/node_modules/core-js/modules/es.date.to-primitive.js
deleted file mode 100644
index 68dc59f..0000000
--- a/node_modules/core-js/modules/es.date.to-primitive.js
+++ /dev/null
@@ -1,12 +0,0 @@
-var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');
-var dateToPrimitive = require('../internals/date-to-primitive');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-
-var TO_PRIMITIVE = wellKnownSymbol('toPrimitive');
-var DatePrototype = Date.prototype;
-
-// `Date.prototype[@@toPrimitive]` method
-// https://tc39.github.io/ecma262/#sec-date.prototype-@@toprimitive
-if (!(TO_PRIMITIVE in DatePrototype)) {
- createNonEnumerableProperty(DatePrototype, TO_PRIMITIVE, dateToPrimitive);
-}
diff --git a/node_modules/core-js/modules/es.date.to-string.js b/node_modules/core-js/modules/es.date.to-string.js
deleted file mode 100644
index dc28f0a..0000000
--- a/node_modules/core-js/modules/es.date.to-string.js
+++ /dev/null
@@ -1,17 +0,0 @@
-var redefine = require('../internals/redefine');
-
-var DatePrototype = Date.prototype;
-var INVALID_DATE = 'Invalid Date';
-var TO_STRING = 'toString';
-var nativeDateToString = DatePrototype[TO_STRING];
-var getTime = DatePrototype.getTime;
-
-// `Date.prototype.toString` method
-// https://tc39.github.io/ecma262/#sec-date.prototype.tostring
-if (new Date(NaN) + '' != INVALID_DATE) {
- redefine(DatePrototype, TO_STRING, function toString() {
- var value = getTime.call(this);
- // eslint-disable-next-line no-self-compare
- return value === value ? nativeDateToString.call(this) : INVALID_DATE;
- });
-}
diff --git a/node_modules/core-js/modules/es.function.bind.js b/node_modules/core-js/modules/es.function.bind.js
deleted file mode 100644
index fb33e96..0000000
--- a/node_modules/core-js/modules/es.function.bind.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var $ = require('../internals/export');
-var bind = require('../internals/function-bind');
-
-// `Function.prototype.bind` method
-// https://tc39.github.io/ecma262/#sec-function.prototype.bind
-$({ target: 'Function', proto: true }, {
- bind: bind
-});
diff --git a/node_modules/core-js/modules/es.function.has-instance.js b/node_modules/core-js/modules/es.function.has-instance.js
deleted file mode 100644
index 01383bd..0000000
--- a/node_modules/core-js/modules/es.function.has-instance.js
+++ /dev/null
@@ -1,20 +0,0 @@
-'use strict';
-var isObject = require('../internals/is-object');
-var definePropertyModule = require('../internals/object-define-property');
-var getPrototypeOf = require('../internals/object-get-prototype-of');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-
-var HAS_INSTANCE = wellKnownSymbol('hasInstance');
-var FunctionPrototype = Function.prototype;
-
-// `Function.prototype[@@hasInstance]` method
-// https://tc39.github.io/ecma262/#sec-function.prototype-@@hasinstance
-if (!(HAS_INSTANCE in FunctionPrototype)) {
- definePropertyModule.f(FunctionPrototype, HAS_INSTANCE, { value: function (O) {
- if (typeof this != 'function' || !isObject(O)) return false;
- if (!isObject(this.prototype)) return O instanceof this;
- // for environment w/o native `@@hasInstance` logic enough `instanceof`, but add this:
- while (O = getPrototypeOf(O)) if (this.prototype === O) return true;
- return false;
- } });
-}
diff --git a/node_modules/core-js/modules/es.function.name.js b/node_modules/core-js/modules/es.function.name.js
deleted file mode 100644
index 2312d91..0000000
--- a/node_modules/core-js/modules/es.function.name.js
+++ /dev/null
@@ -1,22 +0,0 @@
-var DESCRIPTORS = require('../internals/descriptors');
-var defineProperty = require('../internals/object-define-property').f;
-
-var FunctionPrototype = Function.prototype;
-var FunctionPrototypeToString = FunctionPrototype.toString;
-var nameRE = /^\s*function ([^ (]*)/;
-var NAME = 'name';
-
-// Function instances `.name` property
-// https://tc39.github.io/ecma262/#sec-function-instances-name
-if (DESCRIPTORS && !(NAME in FunctionPrototype)) {
- defineProperty(FunctionPrototype, NAME, {
- configurable: true,
- get: function () {
- try {
- return FunctionPrototypeToString.call(this).match(nameRE)[1];
- } catch (error) {
- return '';
- }
- }
- });
-}
diff --git a/node_modules/core-js/modules/es.global-this.js b/node_modules/core-js/modules/es.global-this.js
deleted file mode 100644
index 7e925c8..0000000
--- a/node_modules/core-js/modules/es.global-this.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var $ = require('../internals/export');
-var global = require('../internals/global');
-
-// `globalThis` object
-// https://github.com/tc39/proposal-global
-$({ global: true }, {
- globalThis: global
-});
diff --git a/node_modules/core-js/modules/es.json.stringify.js b/node_modules/core-js/modules/es.json.stringify.js
deleted file mode 100644
index 56ba89f..0000000
--- a/node_modules/core-js/modules/es.json.stringify.js
+++ /dev/null
@@ -1,32 +0,0 @@
-var $ = require('../internals/export');
-var getBuiltIn = require('../internals/get-built-in');
-var fails = require('../internals/fails');
-
-var $stringify = getBuiltIn('JSON', 'stringify');
-var re = /[\uD800-\uDFFF]/g;
-var low = /^[\uD800-\uDBFF]$/;
-var hi = /^[\uDC00-\uDFFF]$/;
-
-var fix = function (match, offset, string) {
- var prev = string.charAt(offset - 1);
- var next = string.charAt(offset + 1);
- if ((low.test(match) && !hi.test(next)) || (hi.test(match) && !low.test(prev))) {
- return '\\u' + match.charCodeAt(0).toString(16);
- } return match;
-};
-
-var FORCED = fails(function () {
- return $stringify('\uDF06\uD834') !== '"\\udf06\\ud834"'
- || $stringify('\uDEAD') !== '"\\udead"';
-});
-
-if ($stringify) {
- // https://github.com/tc39/proposal-well-formed-stringify
- $({ target: 'JSON', stat: true, forced: FORCED }, {
- // eslint-disable-next-line no-unused-vars
- stringify: function stringify(it, replacer, space) {
- var result = $stringify.apply(null, arguments);
- return typeof result == 'string' ? result.replace(re, fix) : result;
- }
- });
-}
diff --git a/node_modules/core-js/modules/es.json.to-string-tag.js b/node_modules/core-js/modules/es.json.to-string-tag.js
deleted file mode 100644
index bdfa0cd..0000000
--- a/node_modules/core-js/modules/es.json.to-string-tag.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var global = require('../internals/global');
-var setToStringTag = require('../internals/set-to-string-tag');
-
-// JSON[@@toStringTag] property
-// https://tc39.github.io/ecma262/#sec-json-@@tostringtag
-setToStringTag(global.JSON, 'JSON', true);
diff --git a/node_modules/core-js/modules/es.map.js b/node_modules/core-js/modules/es.map.js
deleted file mode 100644
index fa8ecce..0000000
--- a/node_modules/core-js/modules/es.map.js
+++ /dev/null
@@ -1,9 +0,0 @@
-'use strict';
-var collection = require('../internals/collection');
-var collectionStrong = require('../internals/collection-strong');
-
-// `Map` constructor
-// https://tc39.github.io/ecma262/#sec-map-objects
-module.exports = collection('Map', function (init) {
- return function Map() { return init(this, arguments.length ? arguments[0] : undefined); };
-}, collectionStrong);
diff --git a/node_modules/core-js/modules/es.math.acosh.js b/node_modules/core-js/modules/es.math.acosh.js
deleted file mode 100644
index 62c85a4..0000000
--- a/node_modules/core-js/modules/es.math.acosh.js
+++ /dev/null
@@ -1,23 +0,0 @@
-var $ = require('../internals/export');
-var log1p = require('../internals/math-log1p');
-
-var nativeAcosh = Math.acosh;
-var log = Math.log;
-var sqrt = Math.sqrt;
-var LN2 = Math.LN2;
-
-var FORCED = !nativeAcosh
- // V8 bug: https://code.google.com/p/v8/issues/detail?id=3509
- || Math.floor(nativeAcosh(Number.MAX_VALUE)) != 710
- // Tor Browser bug: Math.acosh(Infinity) -> NaN
- || nativeAcosh(Infinity) != Infinity;
-
-// `Math.acosh` method
-// https://tc39.github.io/ecma262/#sec-math.acosh
-$({ target: 'Math', stat: true, forced: FORCED }, {
- acosh: function acosh(x) {
- return (x = +x) < 1 ? NaN : x > 94906265.62425156
- ? log(x) + LN2
- : log1p(x - 1 + sqrt(x - 1) * sqrt(x + 1));
- }
-});
diff --git a/node_modules/core-js/modules/es.math.asinh.js b/node_modules/core-js/modules/es.math.asinh.js
deleted file mode 100644
index 9308e21..0000000
--- a/node_modules/core-js/modules/es.math.asinh.js
+++ /dev/null
@@ -1,16 +0,0 @@
-var $ = require('../internals/export');
-
-var nativeAsinh = Math.asinh;
-var log = Math.log;
-var sqrt = Math.sqrt;
-
-function asinh(x) {
- return !isFinite(x = +x) || x == 0 ? x : x < 0 ? -asinh(-x) : log(x + sqrt(x * x + 1));
-}
-
-// `Math.asinh` method
-// https://tc39.github.io/ecma262/#sec-math.asinh
-// Tor Browser bug: Math.asinh(0) -> -0
-$({ target: 'Math', stat: true, forced: !(nativeAsinh && 1 / nativeAsinh(0) > 0) }, {
- asinh: asinh
-});
diff --git a/node_modules/core-js/modules/es.math.atanh.js b/node_modules/core-js/modules/es.math.atanh.js
deleted file mode 100644
index 9116f8e..0000000
--- a/node_modules/core-js/modules/es.math.atanh.js
+++ /dev/null
@@ -1,13 +0,0 @@
-var $ = require('../internals/export');
-
-var nativeAtanh = Math.atanh;
-var log = Math.log;
-
-// `Math.atanh` method
-// https://tc39.github.io/ecma262/#sec-math.atanh
-// Tor Browser bug: Math.atanh(-0) -> 0
-$({ target: 'Math', stat: true, forced: !(nativeAtanh && 1 / nativeAtanh(-0) < 0) }, {
- atanh: function atanh(x) {
- return (x = +x) == 0 ? x : log((1 + x) / (1 - x)) / 2;
- }
-});
diff --git a/node_modules/core-js/modules/es.math.cbrt.js b/node_modules/core-js/modules/es.math.cbrt.js
deleted file mode 100644
index b93416f..0000000
--- a/node_modules/core-js/modules/es.math.cbrt.js
+++ /dev/null
@@ -1,13 +0,0 @@
-var $ = require('../internals/export');
-var sign = require('../internals/math-sign');
-
-var abs = Math.abs;
-var pow = Math.pow;
-
-// `Math.cbrt` method
-// https://tc39.github.io/ecma262/#sec-math.cbrt
-$({ target: 'Math', stat: true }, {
- cbrt: function cbrt(x) {
- return sign(x = +x) * pow(abs(x), 1 / 3);
- }
-});
diff --git a/node_modules/core-js/modules/es.math.clz32.js b/node_modules/core-js/modules/es.math.clz32.js
deleted file mode 100644
index 7a18e64..0000000
--- a/node_modules/core-js/modules/es.math.clz32.js
+++ /dev/null
@@ -1,13 +0,0 @@
-var $ = require('../internals/export');
-
-var floor = Math.floor;
-var log = Math.log;
-var LOG2E = Math.LOG2E;
-
-// `Math.clz32` method
-// https://tc39.github.io/ecma262/#sec-math.clz32
-$({ target: 'Math', stat: true }, {
- clz32: function clz32(x) {
- return (x >>>= 0) ? 31 - floor(log(x + 0.5) * LOG2E) : 32;
- }
-});
diff --git a/node_modules/core-js/modules/es.math.cosh.js b/node_modules/core-js/modules/es.math.cosh.js
deleted file mode 100644
index 0c7322a..0000000
--- a/node_modules/core-js/modules/es.math.cosh.js
+++ /dev/null
@@ -1,15 +0,0 @@
-var $ = require('../internals/export');
-var expm1 = require('../internals/math-expm1');
-
-var nativeCosh = Math.cosh;
-var abs = Math.abs;
-var E = Math.E;
-
-// `Math.cosh` method
-// https://tc39.github.io/ecma262/#sec-math.cosh
-$({ target: 'Math', stat: true, forced: !nativeCosh || nativeCosh(710) === Infinity }, {
- cosh: function cosh(x) {
- var t = expm1(abs(x) - 1) + 1;
- return (t + 1 / (t * E * E)) * (E / 2);
- }
-});
diff --git a/node_modules/core-js/modules/es.math.expm1.js b/node_modules/core-js/modules/es.math.expm1.js
deleted file mode 100644
index 956eb6f..0000000
--- a/node_modules/core-js/modules/es.math.expm1.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var $ = require('../internals/export');
-var expm1 = require('../internals/math-expm1');
-
-// `Math.expm1` method
-// https://tc39.github.io/ecma262/#sec-math.expm1
-$({ target: 'Math', stat: true, forced: expm1 != Math.expm1 }, { expm1: expm1 });
diff --git a/node_modules/core-js/modules/es.math.fround.js b/node_modules/core-js/modules/es.math.fround.js
deleted file mode 100644
index 5df62db..0000000
--- a/node_modules/core-js/modules/es.math.fround.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var $ = require('../internals/export');
-var fround = require('../internals/math-fround');
-
-// `Math.fround` method
-// https://tc39.github.io/ecma262/#sec-math.fround
-$({ target: 'Math', stat: true }, { fround: fround });
diff --git a/node_modules/core-js/modules/es.math.hypot.js b/node_modules/core-js/modules/es.math.hypot.js
deleted file mode 100644
index 0e8d17b..0000000
--- a/node_modules/core-js/modules/es.math.hypot.js
+++ /dev/null
@@ -1,33 +0,0 @@
-var $ = require('../internals/export');
-
-var $hypot = Math.hypot;
-var abs = Math.abs;
-var sqrt = Math.sqrt;
-
-// Chrome 77 bug
-// https://bugs.chromium.org/p/v8/issues/detail?id=9546
-var BUGGY = !!$hypot && $hypot(Infinity, NaN) !== Infinity;
-
-// `Math.hypot` method
-// https://tc39.github.io/ecma262/#sec-math.hypot
-$({ target: 'Math', stat: true, forced: BUGGY }, {
- hypot: function hypot(value1, value2) { // eslint-disable-line no-unused-vars
- var sum = 0;
- var i = 0;
- var aLen = arguments.length;
- var larg = 0;
- var arg, div;
- while (i < aLen) {
- arg = abs(arguments[i++]);
- if (larg < arg) {
- div = larg / arg;
- sum = sum * div * div + 1;
- larg = arg;
- } else if (arg > 0) {
- div = arg / larg;
- sum += div * div;
- } else sum += arg;
- }
- return larg === Infinity ? Infinity : larg * sqrt(sum);
- }
-});
diff --git a/node_modules/core-js/modules/es.math.imul.js b/node_modules/core-js/modules/es.math.imul.js
deleted file mode 100644
index 3882a3e..0000000
--- a/node_modules/core-js/modules/es.math.imul.js
+++ /dev/null
@@ -1,22 +0,0 @@
-var $ = require('../internals/export');
-var fails = require('../internals/fails');
-
-var nativeImul = Math.imul;
-
-var FORCED = fails(function () {
- return nativeImul(0xFFFFFFFF, 5) != -5 || nativeImul.length != 2;
-});
-
-// `Math.imul` method
-// https://tc39.github.io/ecma262/#sec-math.imul
-// some WebKit versions fails with big numbers, some has wrong arity
-$({ target: 'Math', stat: true, forced: FORCED }, {
- imul: function imul(x, y) {
- var UINT16 = 0xFFFF;
- var xn = +x;
- var yn = +y;
- var xl = UINT16 & xn;
- var yl = UINT16 & yn;
- return 0 | xl * yl + ((UINT16 & xn >>> 16) * yl + xl * (UINT16 & yn >>> 16) << 16 >>> 0);
- }
-});
diff --git a/node_modules/core-js/modules/es.math.log10.js b/node_modules/core-js/modules/es.math.log10.js
deleted file mode 100644
index 86ba3db..0000000
--- a/node_modules/core-js/modules/es.math.log10.js
+++ /dev/null
@@ -1,12 +0,0 @@
-var $ = require('../internals/export');
-
-var log = Math.log;
-var LOG10E = Math.LOG10E;
-
-// `Math.log10` method
-// https://tc39.github.io/ecma262/#sec-math.log10
-$({ target: 'Math', stat: true }, {
- log10: function log10(x) {
- return log(x) * LOG10E;
- }
-});
diff --git a/node_modules/core-js/modules/es.math.log1p.js b/node_modules/core-js/modules/es.math.log1p.js
deleted file mode 100644
index 0327661..0000000
--- a/node_modules/core-js/modules/es.math.log1p.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var $ = require('../internals/export');
-var log1p = require('../internals/math-log1p');
-
-// `Math.log1p` method
-// https://tc39.github.io/ecma262/#sec-math.log1p
-$({ target: 'Math', stat: true }, { log1p: log1p });
diff --git a/node_modules/core-js/modules/es.math.log2.js b/node_modules/core-js/modules/es.math.log2.js
deleted file mode 100644
index 22fcedf..0000000
--- a/node_modules/core-js/modules/es.math.log2.js
+++ /dev/null
@@ -1,12 +0,0 @@
-var $ = require('../internals/export');
-
-var log = Math.log;
-var LN2 = Math.LN2;
-
-// `Math.log2` method
-// https://tc39.github.io/ecma262/#sec-math.log2
-$({ target: 'Math', stat: true }, {
- log2: function log2(x) {
- return log(x) / LN2;
- }
-});
diff --git a/node_modules/core-js/modules/es.math.sign.js b/node_modules/core-js/modules/es.math.sign.js
deleted file mode 100644
index 19e3a78..0000000
--- a/node_modules/core-js/modules/es.math.sign.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var $ = require('../internals/export');
-var sign = require('../internals/math-sign');
-
-// `Math.sign` method
-// https://tc39.github.io/ecma262/#sec-math.sign
-$({ target: 'Math', stat: true }, {
- sign: sign
-});
diff --git a/node_modules/core-js/modules/es.math.sinh.js b/node_modules/core-js/modules/es.math.sinh.js
deleted file mode 100644
index 11ba610..0000000
--- a/node_modules/core-js/modules/es.math.sinh.js
+++ /dev/null
@@ -1,20 +0,0 @@
-var $ = require('../internals/export');
-var fails = require('../internals/fails');
-var expm1 = require('../internals/math-expm1');
-
-var abs = Math.abs;
-var exp = Math.exp;
-var E = Math.E;
-
-var FORCED = fails(function () {
- return Math.sinh(-2e-17) != -2e-17;
-});
-
-// `Math.sinh` method
-// https://tc39.github.io/ecma262/#sec-math.sinh
-// V8 near Chromium 38 has a problem with very small numbers
-$({ target: 'Math', stat: true, forced: FORCED }, {
- sinh: function sinh(x) {
- return abs(x = +x) < 1 ? (expm1(x) - expm1(-x)) / 2 : (exp(x - 1) - exp(-x - 1)) * (E / 2);
- }
-});
diff --git a/node_modules/core-js/modules/es.math.tanh.js b/node_modules/core-js/modules/es.math.tanh.js
deleted file mode 100644
index 3b57402..0000000
--- a/node_modules/core-js/modules/es.math.tanh.js
+++ /dev/null
@@ -1,14 +0,0 @@
-var $ = require('../internals/export');
-var expm1 = require('../internals/math-expm1');
-
-var exp = Math.exp;
-
-// `Math.tanh` method
-// https://tc39.github.io/ecma262/#sec-math.tanh
-$({ target: 'Math', stat: true }, {
- tanh: function tanh(x) {
- var a = expm1(x = +x);
- var b = expm1(-x);
- return a == Infinity ? 1 : b == Infinity ? -1 : (a - b) / (exp(x) + exp(-x));
- }
-});
diff --git a/node_modules/core-js/modules/es.math.to-string-tag.js b/node_modules/core-js/modules/es.math.to-string-tag.js
deleted file mode 100644
index 4ab0811..0000000
--- a/node_modules/core-js/modules/es.math.to-string-tag.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var setToStringTag = require('../internals/set-to-string-tag');
-
-// Math[@@toStringTag] property
-// https://tc39.github.io/ecma262/#sec-math-@@tostringtag
-setToStringTag(Math, 'Math', true);
diff --git a/node_modules/core-js/modules/es.math.trunc.js b/node_modules/core-js/modules/es.math.trunc.js
deleted file mode 100644
index 0e8351d..0000000
--- a/node_modules/core-js/modules/es.math.trunc.js
+++ /dev/null
@@ -1,12 +0,0 @@
-var $ = require('../internals/export');
-
-var ceil = Math.ceil;
-var floor = Math.floor;
-
-// `Math.trunc` method
-// https://tc39.github.io/ecma262/#sec-math.trunc
-$({ target: 'Math', stat: true }, {
- trunc: function trunc(it) {
- return (it > 0 ? floor : ceil)(it);
- }
-});
diff --git a/node_modules/core-js/modules/es.number.constructor.js b/node_modules/core-js/modules/es.number.constructor.js
deleted file mode 100644
index 37fdbbc..0000000
--- a/node_modules/core-js/modules/es.number.constructor.js
+++ /dev/null
@@ -1,80 +0,0 @@
-'use strict';
-var DESCRIPTORS = require('../internals/descriptors');
-var global = require('../internals/global');
-var isForced = require('../internals/is-forced');
-var redefine = require('../internals/redefine');
-var has = require('../internals/has');
-var classof = require('../internals/classof-raw');
-var inheritIfRequired = require('../internals/inherit-if-required');
-var toPrimitive = require('../internals/to-primitive');
-var fails = require('../internals/fails');
-var create = require('../internals/object-create');
-var getOwnPropertyNames = require('../internals/object-get-own-property-names').f;
-var getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;
-var defineProperty = require('../internals/object-define-property').f;
-var trim = require('../internals/string-trim').trim;
-
-var NUMBER = 'Number';
-var NativeNumber = global[NUMBER];
-var NumberPrototype = NativeNumber.prototype;
-
-// Opera ~12 has broken Object#toString
-var BROKEN_CLASSOF = classof(create(NumberPrototype)) == NUMBER;
-
-// `ToNumber` abstract operation
-// https://tc39.github.io/ecma262/#sec-tonumber
-var toNumber = function (argument) {
- var it = toPrimitive(argument, false);
- var first, third, radix, maxCode, digits, length, index, code;
- if (typeof it == 'string' && it.length > 2) {
- it = trim(it);
- first = it.charCodeAt(0);
- if (first === 43 || first === 45) {
- third = it.charCodeAt(2);
- if (third === 88 || third === 120) return NaN; // Number('+0x1') should be NaN, old V8 fix
- } else if (first === 48) {
- switch (it.charCodeAt(1)) {
- case 66: case 98: radix = 2; maxCode = 49; break; // fast equal of /^0b[01]+$/i
- case 79: case 111: radix = 8; maxCode = 55; break; // fast equal of /^0o[0-7]+$/i
- default: return +it;
- }
- digits = it.slice(2);
- length = digits.length;
- for (index = 0; index < length; index++) {
- code = digits.charCodeAt(index);
- // parseInt parses a string to a first unavailable symbol
- // but ToNumber should return NaN if a string contains unavailable symbols
- if (code < 48 || code > maxCode) return NaN;
- } return parseInt(digits, radix);
- }
- } return +it;
-};
-
-// `Number` constructor
-// https://tc39.github.io/ecma262/#sec-number-constructor
-if (isForced(NUMBER, !NativeNumber(' 0o1') || !NativeNumber('0b1') || NativeNumber('+0x1'))) {
- var NumberWrapper = function Number(value) {
- var it = arguments.length < 1 ? 0 : value;
- var dummy = this;
- return dummy instanceof NumberWrapper
- // check on 1..constructor(foo) case
- && (BROKEN_CLASSOF ? fails(function () { NumberPrototype.valueOf.call(dummy); }) : classof(dummy) != NUMBER)
- ? inheritIfRequired(new NativeNumber(toNumber(it)), dummy, NumberWrapper) : toNumber(it);
- };
- for (var keys = DESCRIPTORS ? getOwnPropertyNames(NativeNumber) : (
- // ES3:
- 'MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,' +
- // ES2015 (in case, if modules with ES2015 Number statics required before):
- 'EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,' +
- 'MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger,' +
- // ESNext
- 'fromString,range'
- ).split(','), j = 0, key; keys.length > j; j++) {
- if (has(NativeNumber, key = keys[j]) && !has(NumberWrapper, key)) {
- defineProperty(NumberWrapper, key, getOwnPropertyDescriptor(NativeNumber, key));
- }
- }
- NumberWrapper.prototype = NumberPrototype;
- NumberPrototype.constructor = NumberWrapper;
- redefine(global, NUMBER, NumberWrapper);
-}
diff --git a/node_modules/core-js/modules/es.number.epsilon.js b/node_modules/core-js/modules/es.number.epsilon.js
deleted file mode 100644
index b602724..0000000
--- a/node_modules/core-js/modules/es.number.epsilon.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var $ = require('../internals/export');
-
-// `Number.EPSILON` constant
-// https://tc39.github.io/ecma262/#sec-number.epsilon
-$({ target: 'Number', stat: true }, {
- EPSILON: Math.pow(2, -52)
-});
diff --git a/node_modules/core-js/modules/es.number.is-finite.js b/node_modules/core-js/modules/es.number.is-finite.js
deleted file mode 100644
index 6308eb4..0000000
--- a/node_modules/core-js/modules/es.number.is-finite.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var $ = require('../internals/export');
-var numberIsFinite = require('../internals/number-is-finite');
-
-// `Number.isFinite` method
-// https://tc39.github.io/ecma262/#sec-number.isfinite
-$({ target: 'Number', stat: true }, { isFinite: numberIsFinite });
diff --git a/node_modules/core-js/modules/es.number.is-integer.js b/node_modules/core-js/modules/es.number.is-integer.js
deleted file mode 100644
index b15b739..0000000
--- a/node_modules/core-js/modules/es.number.is-integer.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var $ = require('../internals/export');
-var isInteger = require('../internals/is-integer');
-
-// `Number.isInteger` method
-// https://tc39.github.io/ecma262/#sec-number.isinteger
-$({ target: 'Number', stat: true }, {
- isInteger: isInteger
-});
diff --git a/node_modules/core-js/modules/es.number.is-nan.js b/node_modules/core-js/modules/es.number.is-nan.js
deleted file mode 100644
index f384acc..0000000
--- a/node_modules/core-js/modules/es.number.is-nan.js
+++ /dev/null
@@ -1,10 +0,0 @@
-var $ = require('../internals/export');
-
-// `Number.isNaN` method
-// https://tc39.github.io/ecma262/#sec-number.isnan
-$({ target: 'Number', stat: true }, {
- isNaN: function isNaN(number) {
- // eslint-disable-next-line no-self-compare
- return number != number;
- }
-});
diff --git a/node_modules/core-js/modules/es.number.is-safe-integer.js b/node_modules/core-js/modules/es.number.is-safe-integer.js
deleted file mode 100644
index cea6704..0000000
--- a/node_modules/core-js/modules/es.number.is-safe-integer.js
+++ /dev/null
@@ -1,12 +0,0 @@
-var $ = require('../internals/export');
-var isInteger = require('../internals/is-integer');
-
-var abs = Math.abs;
-
-// `Number.isSafeInteger` method
-// https://tc39.github.io/ecma262/#sec-number.issafeinteger
-$({ target: 'Number', stat: true }, {
- isSafeInteger: function isSafeInteger(number) {
- return isInteger(number) && abs(number) <= 0x1FFFFFFFFFFFFF;
- }
-});
diff --git a/node_modules/core-js/modules/es.number.max-safe-integer.js b/node_modules/core-js/modules/es.number.max-safe-integer.js
deleted file mode 100644
index 7fc5890..0000000
--- a/node_modules/core-js/modules/es.number.max-safe-integer.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var $ = require('../internals/export');
-
-// `Number.MAX_SAFE_INTEGER` constant
-// https://tc39.github.io/ecma262/#sec-number.max_safe_integer
-$({ target: 'Number', stat: true }, {
- MAX_SAFE_INTEGER: 0x1FFFFFFFFFFFFF
-});
diff --git a/node_modules/core-js/modules/es.number.min-safe-integer.js b/node_modules/core-js/modules/es.number.min-safe-integer.js
deleted file mode 100644
index 500a8f6..0000000
--- a/node_modules/core-js/modules/es.number.min-safe-integer.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var $ = require('../internals/export');
-
-// `Number.MIN_SAFE_INTEGER` constant
-// https://tc39.github.io/ecma262/#sec-number.min_safe_integer
-$({ target: 'Number', stat: true }, {
- MIN_SAFE_INTEGER: -0x1FFFFFFFFFFFFF
-});
diff --git a/node_modules/core-js/modules/es.number.parse-float.js b/node_modules/core-js/modules/es.number.parse-float.js
deleted file mode 100644
index 5310ec1..0000000
--- a/node_modules/core-js/modules/es.number.parse-float.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var $ = require('../internals/export');
-var parseFloat = require('../internals/number-parse-float');
-
-// `Number.parseFloat` method
-// https://tc39.github.io/ecma262/#sec-number.parseFloat
-$({ target: 'Number', stat: true, forced: Number.parseFloat != parseFloat }, {
- parseFloat: parseFloat
-});
diff --git a/node_modules/core-js/modules/es.number.parse-int.js b/node_modules/core-js/modules/es.number.parse-int.js
deleted file mode 100644
index 7f31df1..0000000
--- a/node_modules/core-js/modules/es.number.parse-int.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var $ = require('../internals/export');
-var parseInt = require('../internals/number-parse-int');
-
-// `Number.parseInt` method
-// https://tc39.github.io/ecma262/#sec-number.parseint
-$({ target: 'Number', stat: true, forced: Number.parseInt != parseInt }, {
- parseInt: parseInt
-});
diff --git a/node_modules/core-js/modules/es.number.to-fixed.js b/node_modules/core-js/modules/es.number.to-fixed.js
deleted file mode 100644
index fa4d3e2..0000000
--- a/node_modules/core-js/modules/es.number.to-fixed.js
+++ /dev/null
@@ -1,126 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var toInteger = require('../internals/to-integer');
-var thisNumberValue = require('../internals/this-number-value');
-var repeat = require('../internals/string-repeat');
-var fails = require('../internals/fails');
-
-var nativeToFixed = 1.0.toFixed;
-var floor = Math.floor;
-
-var pow = function (x, n, acc) {
- return n === 0 ? acc : n % 2 === 1 ? pow(x, n - 1, acc * x) : pow(x * x, n / 2, acc);
-};
-
-var log = function (x) {
- var n = 0;
- var x2 = x;
- while (x2 >= 4096) {
- n += 12;
- x2 /= 4096;
- }
- while (x2 >= 2) {
- n += 1;
- x2 /= 2;
- } return n;
-};
-
-var FORCED = nativeToFixed && (
- 0.00008.toFixed(3) !== '0.000' ||
- 0.9.toFixed(0) !== '1' ||
- 1.255.toFixed(2) !== '1.25' ||
- 1000000000000000128.0.toFixed(0) !== '1000000000000000128'
-) || !fails(function () {
- // V8 ~ Android 4.3-
- nativeToFixed.call({});
-});
-
-// `Number.prototype.toFixed` method
-// https://tc39.github.io/ecma262/#sec-number.prototype.tofixed
-$({ target: 'Number', proto: true, forced: FORCED }, {
- // eslint-disable-next-line max-statements
- toFixed: function toFixed(fractionDigits) {
- var number = thisNumberValue(this);
- var fractDigits = toInteger(fractionDigits);
- var data = [0, 0, 0, 0, 0, 0];
- var sign = '';
- var result = '0';
- var e, z, j, k;
-
- var multiply = function (n, c) {
- var index = -1;
- var c2 = c;
- while (++index < 6) {
- c2 += n * data[index];
- data[index] = c2 % 1e7;
- c2 = floor(c2 / 1e7);
- }
- };
-
- var divide = function (n) {
- var index = 6;
- var c = 0;
- while (--index >= 0) {
- c += data[index];
- data[index] = floor(c / n);
- c = (c % n) * 1e7;
- }
- };
-
- var dataToString = function () {
- var index = 6;
- var s = '';
- while (--index >= 0) {
- if (s !== '' || index === 0 || data[index] !== 0) {
- var t = String(data[index]);
- s = s === '' ? t : s + repeat.call('0', 7 - t.length) + t;
- }
- } return s;
- };
-
- if (fractDigits < 0 || fractDigits > 20) throw RangeError('Incorrect fraction digits');
- // eslint-disable-next-line no-self-compare
- if (number != number) return 'NaN';
- if (number <= -1e21 || number >= 1e21) return String(number);
- if (number < 0) {
- sign = '-';
- number = -number;
- }
- if (number > 1e-21) {
- e = log(number * pow(2, 69, 1)) - 69;
- z = e < 0 ? number * pow(2, -e, 1) : number / pow(2, e, 1);
- z *= 0x10000000000000;
- e = 52 - e;
- if (e > 0) {
- multiply(0, z);
- j = fractDigits;
- while (j >= 7) {
- multiply(1e7, 0);
- j -= 7;
- }
- multiply(pow(10, j, 1), 0);
- j = e - 1;
- while (j >= 23) {
- divide(1 << 23);
- j -= 23;
- }
- divide(1 << j);
- multiply(1, 1);
- divide(2);
- result = dataToString();
- } else {
- multiply(0, z);
- multiply(1 << -e, 0);
- result = dataToString() + repeat.call('0', fractDigits);
- }
- }
- if (fractDigits > 0) {
- k = result.length;
- result = sign + (k <= fractDigits
- ? '0.' + repeat.call('0', fractDigits - k) + result
- : result.slice(0, k - fractDigits) + '.' + result.slice(k - fractDigits));
- } else {
- result = sign + result;
- } return result;
- }
-});
diff --git a/node_modules/core-js/modules/es.number.to-precision.js b/node_modules/core-js/modules/es.number.to-precision.js
deleted file mode 100644
index 7108296..0000000
--- a/node_modules/core-js/modules/es.number.to-precision.js
+++ /dev/null
@@ -1,24 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var fails = require('../internals/fails');
-var thisNumberValue = require('../internals/this-number-value');
-
-var nativeToPrecision = 1.0.toPrecision;
-
-var FORCED = fails(function () {
- // IE7-
- return nativeToPrecision.call(1, undefined) !== '1';
-}) || !fails(function () {
- // V8 ~ Android 4.3-
- nativeToPrecision.call({});
-});
-
-// `Number.prototype.toPrecision` method
-// https://tc39.github.io/ecma262/#sec-number.prototype.toprecision
-$({ target: 'Number', proto: true, forced: FORCED }, {
- toPrecision: function toPrecision(precision) {
- return precision === undefined
- ? nativeToPrecision.call(thisNumberValue(this))
- : nativeToPrecision.call(thisNumberValue(this), precision);
- }
-});
diff --git a/node_modules/core-js/modules/es.object.assign.js b/node_modules/core-js/modules/es.object.assign.js
deleted file mode 100644
index 5b00e6a..0000000
--- a/node_modules/core-js/modules/es.object.assign.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var $ = require('../internals/export');
-var assign = require('../internals/object-assign');
-
-// `Object.assign` method
-// https://tc39.github.io/ecma262/#sec-object.assign
-$({ target: 'Object', stat: true, forced: Object.assign !== assign }, {
- assign: assign
-});
diff --git a/node_modules/core-js/modules/es.object.create.js b/node_modules/core-js/modules/es.object.create.js
deleted file mode 100644
index 3c27869..0000000
--- a/node_modules/core-js/modules/es.object.create.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var $ = require('../internals/export');
-var DESCRIPTORS = require('../internals/descriptors');
-var create = require('../internals/object-create');
-
-// `Object.create` method
-// https://tc39.github.io/ecma262/#sec-object.create
-$({ target: 'Object', stat: true, sham: !DESCRIPTORS }, {
- create: create
-});
diff --git a/node_modules/core-js/modules/es.object.define-getter.js b/node_modules/core-js/modules/es.object.define-getter.js
deleted file mode 100644
index 0a44e45..0000000
--- a/node_modules/core-js/modules/es.object.define-getter.js
+++ /dev/null
@@ -1,17 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var DESCRIPTORS = require('../internals/descriptors');
-var FORCED = require('../internals/object-prototype-accessors-forced');
-var toObject = require('../internals/to-object');
-var aFunction = require('../internals/a-function');
-var definePropertyModule = require('../internals/object-define-property');
-
-// `Object.prototype.__defineGetter__` method
-// https://tc39.github.io/ecma262/#sec-object.prototype.__defineGetter__
-if (DESCRIPTORS) {
- $({ target: 'Object', proto: true, forced: FORCED }, {
- __defineGetter__: function __defineGetter__(P, getter) {
- definePropertyModule.f(toObject(this), P, { get: aFunction(getter), enumerable: true, configurable: true });
- }
- });
-}
diff --git a/node_modules/core-js/modules/es.object.define-properties.js b/node_modules/core-js/modules/es.object.define-properties.js
deleted file mode 100644
index 9400799..0000000
--- a/node_modules/core-js/modules/es.object.define-properties.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var $ = require('../internals/export');
-var DESCRIPTORS = require('../internals/descriptors');
-var defineProperties = require('../internals/object-define-properties');
-
-// `Object.defineProperties` method
-// https://tc39.github.io/ecma262/#sec-object.defineproperties
-$({ target: 'Object', stat: true, forced: !DESCRIPTORS, sham: !DESCRIPTORS }, {
- defineProperties: defineProperties
-});
diff --git a/node_modules/core-js/modules/es.object.define-property.js b/node_modules/core-js/modules/es.object.define-property.js
deleted file mode 100644
index 19fcf5b..0000000
--- a/node_modules/core-js/modules/es.object.define-property.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var $ = require('../internals/export');
-var DESCRIPTORS = require('../internals/descriptors');
-var objectDefinePropertyModile = require('../internals/object-define-property');
-
-// `Object.defineProperty` method
-// https://tc39.github.io/ecma262/#sec-object.defineproperty
-$({ target: 'Object', stat: true, forced: !DESCRIPTORS, sham: !DESCRIPTORS }, {
- defineProperty: objectDefinePropertyModile.f
-});
diff --git a/node_modules/core-js/modules/es.object.define-setter.js b/node_modules/core-js/modules/es.object.define-setter.js
deleted file mode 100644
index 4250177..0000000
--- a/node_modules/core-js/modules/es.object.define-setter.js
+++ /dev/null
@@ -1,17 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var DESCRIPTORS = require('../internals/descriptors');
-var FORCED = require('../internals/object-prototype-accessors-forced');
-var toObject = require('../internals/to-object');
-var aFunction = require('../internals/a-function');
-var definePropertyModule = require('../internals/object-define-property');
-
-// `Object.prototype.__defineSetter__` method
-// https://tc39.github.io/ecma262/#sec-object.prototype.__defineSetter__
-if (DESCRIPTORS) {
- $({ target: 'Object', proto: true, forced: FORCED }, {
- __defineSetter__: function __defineSetter__(P, setter) {
- definePropertyModule.f(toObject(this), P, { set: aFunction(setter), enumerable: true, configurable: true });
- }
- });
-}
diff --git a/node_modules/core-js/modules/es.object.entries.js b/node_modules/core-js/modules/es.object.entries.js
deleted file mode 100644
index a22e693..0000000
--- a/node_modules/core-js/modules/es.object.entries.js
+++ /dev/null
@@ -1,10 +0,0 @@
-var $ = require('../internals/export');
-var $entries = require('../internals/object-to-array').entries;
-
-// `Object.entries` method
-// https://tc39.github.io/ecma262/#sec-object.entries
-$({ target: 'Object', stat: true }, {
- entries: function entries(O) {
- return $entries(O);
- }
-});
diff --git a/node_modules/core-js/modules/es.object.freeze.js b/node_modules/core-js/modules/es.object.freeze.js
deleted file mode 100644
index 0a623bd..0000000
--- a/node_modules/core-js/modules/es.object.freeze.js
+++ /dev/null
@@ -1,16 +0,0 @@
-var $ = require('../internals/export');
-var FREEZING = require('../internals/freezing');
-var fails = require('../internals/fails');
-var isObject = require('../internals/is-object');
-var onFreeze = require('../internals/internal-metadata').onFreeze;
-
-var nativeFreeze = Object.freeze;
-var FAILS_ON_PRIMITIVES = fails(function () { nativeFreeze(1); });
-
-// `Object.freeze` method
-// https://tc39.github.io/ecma262/#sec-object.freeze
-$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, {
- freeze: function freeze(it) {
- return nativeFreeze && isObject(it) ? nativeFreeze(onFreeze(it)) : it;
- }
-});
diff --git a/node_modules/core-js/modules/es.object.from-entries.js b/node_modules/core-js/modules/es.object.from-entries.js
deleted file mode 100644
index 2b3af9b..0000000
--- a/node_modules/core-js/modules/es.object.from-entries.js
+++ /dev/null
@@ -1,15 +0,0 @@
-var $ = require('../internals/export');
-var iterate = require('../internals/iterate');
-var createProperty = require('../internals/create-property');
-
-// `Object.fromEntries` method
-// https://github.com/tc39/proposal-object-from-entries
-$({ target: 'Object', stat: true }, {
- fromEntries: function fromEntries(iterable) {
- var obj = {};
- iterate(iterable, function (k, v) {
- createProperty(obj, k, v);
- }, { AS_ENTRIES: true });
- return obj;
- }
-});
diff --git a/node_modules/core-js/modules/es.object.get-own-property-descriptor.js b/node_modules/core-js/modules/es.object.get-own-property-descriptor.js
deleted file mode 100644
index bfeeb88..0000000
--- a/node_modules/core-js/modules/es.object.get-own-property-descriptor.js
+++ /dev/null
@@ -1,16 +0,0 @@
-var $ = require('../internals/export');
-var fails = require('../internals/fails');
-var toIndexedObject = require('../internals/to-indexed-object');
-var nativeGetOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;
-var DESCRIPTORS = require('../internals/descriptors');
-
-var FAILS_ON_PRIMITIVES = fails(function () { nativeGetOwnPropertyDescriptor(1); });
-var FORCED = !DESCRIPTORS || FAILS_ON_PRIMITIVES;
-
-// `Object.getOwnPropertyDescriptor` method
-// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor
-$({ target: 'Object', stat: true, forced: FORCED, sham: !DESCRIPTORS }, {
- getOwnPropertyDescriptor: function getOwnPropertyDescriptor(it, key) {
- return nativeGetOwnPropertyDescriptor(toIndexedObject(it), key);
- }
-});
diff --git a/node_modules/core-js/modules/es.object.get-own-property-descriptors.js b/node_modules/core-js/modules/es.object.get-own-property-descriptors.js
deleted file mode 100644
index e29c917..0000000
--- a/node_modules/core-js/modules/es.object.get-own-property-descriptors.js
+++ /dev/null
@@ -1,24 +0,0 @@
-var $ = require('../internals/export');
-var DESCRIPTORS = require('../internals/descriptors');
-var ownKeys = require('../internals/own-keys');
-var toIndexedObject = require('../internals/to-indexed-object');
-var getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');
-var createProperty = require('../internals/create-property');
-
-// `Object.getOwnPropertyDescriptors` method
-// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptors
-$({ target: 'Object', stat: true, sham: !DESCRIPTORS }, {
- getOwnPropertyDescriptors: function getOwnPropertyDescriptors(object) {
- var O = toIndexedObject(object);
- var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
- var keys = ownKeys(O);
- var result = {};
- var index = 0;
- var key, descriptor;
- while (keys.length > index) {
- descriptor = getOwnPropertyDescriptor(O, key = keys[index++]);
- if (descriptor !== undefined) createProperty(result, key, descriptor);
- }
- return result;
- }
-});
diff --git a/node_modules/core-js/modules/es.object.get-own-property-names.js b/node_modules/core-js/modules/es.object.get-own-property-names.js
deleted file mode 100644
index 6a52f45..0000000
--- a/node_modules/core-js/modules/es.object.get-own-property-names.js
+++ /dev/null
@@ -1,11 +0,0 @@
-var $ = require('../internals/export');
-var fails = require('../internals/fails');
-var nativeGetOwnPropertyNames = require('../internals/object-get-own-property-names-external').f;
-
-var FAILS_ON_PRIMITIVES = fails(function () { return !Object.getOwnPropertyNames(1); });
-
-// `Object.getOwnPropertyNames` method
-// https://tc39.github.io/ecma262/#sec-object.getownpropertynames
-$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {
- getOwnPropertyNames: nativeGetOwnPropertyNames
-});
diff --git a/node_modules/core-js/modules/es.object.get-prototype-of.js b/node_modules/core-js/modules/es.object.get-prototype-of.js
deleted file mode 100644
index 7cbb548..0000000
--- a/node_modules/core-js/modules/es.object.get-prototype-of.js
+++ /dev/null
@@ -1,16 +0,0 @@
-var $ = require('../internals/export');
-var fails = require('../internals/fails');
-var toObject = require('../internals/to-object');
-var nativeGetPrototypeOf = require('../internals/object-get-prototype-of');
-var CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');
-
-var FAILS_ON_PRIMITIVES = fails(function () { nativeGetPrototypeOf(1); });
-
-// `Object.getPrototypeOf` method
-// https://tc39.github.io/ecma262/#sec-object.getprototypeof
-$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !CORRECT_PROTOTYPE_GETTER }, {
- getPrototypeOf: function getPrototypeOf(it) {
- return nativeGetPrototypeOf(toObject(it));
- }
-});
-
diff --git a/node_modules/core-js/modules/es.object.is-extensible.js b/node_modules/core-js/modules/es.object.is-extensible.js
deleted file mode 100644
index 556405b..0000000
--- a/node_modules/core-js/modules/es.object.is-extensible.js
+++ /dev/null
@@ -1,14 +0,0 @@
-var $ = require('../internals/export');
-var fails = require('../internals/fails');
-var isObject = require('../internals/is-object');
-
-var nativeIsExtensible = Object.isExtensible;
-var FAILS_ON_PRIMITIVES = fails(function () { nativeIsExtensible(1); });
-
-// `Object.isExtensible` method
-// https://tc39.github.io/ecma262/#sec-object.isextensible
-$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {
- isExtensible: function isExtensible(it) {
- return isObject(it) ? nativeIsExtensible ? nativeIsExtensible(it) : true : false;
- }
-});
diff --git a/node_modules/core-js/modules/es.object.is-frozen.js b/node_modules/core-js/modules/es.object.is-frozen.js
deleted file mode 100644
index 060314d..0000000
--- a/node_modules/core-js/modules/es.object.is-frozen.js
+++ /dev/null
@@ -1,14 +0,0 @@
-var $ = require('../internals/export');
-var fails = require('../internals/fails');
-var isObject = require('../internals/is-object');
-
-var nativeIsFrozen = Object.isFrozen;
-var FAILS_ON_PRIMITIVES = fails(function () { nativeIsFrozen(1); });
-
-// `Object.isFrozen` method
-// https://tc39.github.io/ecma262/#sec-object.isfrozen
-$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {
- isFrozen: function isFrozen(it) {
- return isObject(it) ? nativeIsFrozen ? nativeIsFrozen(it) : false : true;
- }
-});
diff --git a/node_modules/core-js/modules/es.object.is-sealed.js b/node_modules/core-js/modules/es.object.is-sealed.js
deleted file mode 100644
index 0f8b95f..0000000
--- a/node_modules/core-js/modules/es.object.is-sealed.js
+++ /dev/null
@@ -1,14 +0,0 @@
-var $ = require('../internals/export');
-var fails = require('../internals/fails');
-var isObject = require('../internals/is-object');
-
-var nativeIsSealed = Object.isSealed;
-var FAILS_ON_PRIMITIVES = fails(function () { nativeIsSealed(1); });
-
-// `Object.isSealed` method
-// https://tc39.github.io/ecma262/#sec-object.issealed
-$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {
- isSealed: function isSealed(it) {
- return isObject(it) ? nativeIsSealed ? nativeIsSealed(it) : false : true;
- }
-});
diff --git a/node_modules/core-js/modules/es.object.is.js b/node_modules/core-js/modules/es.object.is.js
deleted file mode 100644
index 9ef6f0a..0000000
--- a/node_modules/core-js/modules/es.object.is.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var $ = require('../internals/export');
-var is = require('../internals/same-value');
-
-// `Object.is` method
-// https://tc39.github.io/ecma262/#sec-object.is
-$({ target: 'Object', stat: true }, {
- is: is
-});
diff --git a/node_modules/core-js/modules/es.object.keys.js b/node_modules/core-js/modules/es.object.keys.js
deleted file mode 100644
index dc24884..0000000
--- a/node_modules/core-js/modules/es.object.keys.js
+++ /dev/null
@@ -1,14 +0,0 @@
-var $ = require('../internals/export');
-var toObject = require('../internals/to-object');
-var nativeKeys = require('../internals/object-keys');
-var fails = require('../internals/fails');
-
-var FAILS_ON_PRIMITIVES = fails(function () { nativeKeys(1); });
-
-// `Object.keys` method
-// https://tc39.github.io/ecma262/#sec-object.keys
-$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {
- keys: function keys(it) {
- return nativeKeys(toObject(it));
- }
-});
diff --git a/node_modules/core-js/modules/es.object.lookup-getter.js b/node_modules/core-js/modules/es.object.lookup-getter.js
deleted file mode 100644
index 46e3fd0..0000000
--- a/node_modules/core-js/modules/es.object.lookup-getter.js
+++ /dev/null
@@ -1,23 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var DESCRIPTORS = require('../internals/descriptors');
-var FORCED = require('../internals/object-prototype-accessors-forced');
-var toObject = require('../internals/to-object');
-var toPrimitive = require('../internals/to-primitive');
-var getPrototypeOf = require('../internals/object-get-prototype-of');
-var getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;
-
-// `Object.prototype.__lookupGetter__` method
-// https://tc39.github.io/ecma262/#sec-object.prototype.__lookupGetter__
-if (DESCRIPTORS) {
- $({ target: 'Object', proto: true, forced: FORCED }, {
- __lookupGetter__: function __lookupGetter__(P) {
- var O = toObject(this);
- var key = toPrimitive(P, true);
- var desc;
- do {
- if (desc = getOwnPropertyDescriptor(O, key)) return desc.get;
- } while (O = getPrototypeOf(O));
- }
- });
-}
diff --git a/node_modules/core-js/modules/es.object.lookup-setter.js b/node_modules/core-js/modules/es.object.lookup-setter.js
deleted file mode 100644
index 57d49fa..0000000
--- a/node_modules/core-js/modules/es.object.lookup-setter.js
+++ /dev/null
@@ -1,23 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var DESCRIPTORS = require('../internals/descriptors');
-var FORCED = require('../internals/object-prototype-accessors-forced');
-var toObject = require('../internals/to-object');
-var toPrimitive = require('../internals/to-primitive');
-var getPrototypeOf = require('../internals/object-get-prototype-of');
-var getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;
-
-// `Object.prototype.__lookupSetter__` method
-// https://tc39.github.io/ecma262/#sec-object.prototype.__lookupSetter__
-if (DESCRIPTORS) {
- $({ target: 'Object', proto: true, forced: FORCED }, {
- __lookupSetter__: function __lookupSetter__(P) {
- var O = toObject(this);
- var key = toPrimitive(P, true);
- var desc;
- do {
- if (desc = getOwnPropertyDescriptor(O, key)) return desc.set;
- } while (O = getPrototypeOf(O));
- }
- });
-}
diff --git a/node_modules/core-js/modules/es.object.prevent-extensions.js b/node_modules/core-js/modules/es.object.prevent-extensions.js
deleted file mode 100644
index bb7b268..0000000
--- a/node_modules/core-js/modules/es.object.prevent-extensions.js
+++ /dev/null
@@ -1,16 +0,0 @@
-var $ = require('../internals/export');
-var isObject = require('../internals/is-object');
-var onFreeze = require('../internals/internal-metadata').onFreeze;
-var FREEZING = require('../internals/freezing');
-var fails = require('../internals/fails');
-
-var nativePreventExtensions = Object.preventExtensions;
-var FAILS_ON_PRIMITIVES = fails(function () { nativePreventExtensions(1); });
-
-// `Object.preventExtensions` method
-// https://tc39.github.io/ecma262/#sec-object.preventextensions
-$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, {
- preventExtensions: function preventExtensions(it) {
- return nativePreventExtensions && isObject(it) ? nativePreventExtensions(onFreeze(it)) : it;
- }
-});
diff --git a/node_modules/core-js/modules/es.object.seal.js b/node_modules/core-js/modules/es.object.seal.js
deleted file mode 100644
index 35fae0c..0000000
--- a/node_modules/core-js/modules/es.object.seal.js
+++ /dev/null
@@ -1,16 +0,0 @@
-var $ = require('../internals/export');
-var isObject = require('../internals/is-object');
-var onFreeze = require('../internals/internal-metadata').onFreeze;
-var FREEZING = require('../internals/freezing');
-var fails = require('../internals/fails');
-
-var nativeSeal = Object.seal;
-var FAILS_ON_PRIMITIVES = fails(function () { nativeSeal(1); });
-
-// `Object.seal` method
-// https://tc39.github.io/ecma262/#sec-object.seal
-$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, {
- seal: function seal(it) {
- return nativeSeal && isObject(it) ? nativeSeal(onFreeze(it)) : it;
- }
-});
diff --git a/node_modules/core-js/modules/es.object.set-prototype-of.js b/node_modules/core-js/modules/es.object.set-prototype-of.js
deleted file mode 100644
index cbe0578..0000000
--- a/node_modules/core-js/modules/es.object.set-prototype-of.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var $ = require('../internals/export');
-var setPrototypeOf = require('../internals/object-set-prototype-of');
-
-// `Object.setPrototypeOf` method
-// https://tc39.github.io/ecma262/#sec-object.setprototypeof
-$({ target: 'Object', stat: true }, {
- setPrototypeOf: setPrototypeOf
-});
diff --git a/node_modules/core-js/modules/es.object.to-string.js b/node_modules/core-js/modules/es.object.to-string.js
deleted file mode 100644
index 705de4c..0000000
--- a/node_modules/core-js/modules/es.object.to-string.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');
-var redefine = require('../internals/redefine');
-var toString = require('../internals/object-to-string');
-
-// `Object.prototype.toString` method
-// https://tc39.github.io/ecma262/#sec-object.prototype.tostring
-if (!TO_STRING_TAG_SUPPORT) {
- redefine(Object.prototype, 'toString', toString, { unsafe: true });
-}
diff --git a/node_modules/core-js/modules/es.object.values.js b/node_modules/core-js/modules/es.object.values.js
deleted file mode 100644
index a3074cf..0000000
--- a/node_modules/core-js/modules/es.object.values.js
+++ /dev/null
@@ -1,10 +0,0 @@
-var $ = require('../internals/export');
-var $values = require('../internals/object-to-array').values;
-
-// `Object.values` method
-// https://tc39.github.io/ecma262/#sec-object.values
-$({ target: 'Object', stat: true }, {
- values: function values(O) {
- return $values(O);
- }
-});
diff --git a/node_modules/core-js/modules/es.parse-float.js b/node_modules/core-js/modules/es.parse-float.js
deleted file mode 100644
index 1245deb..0000000
--- a/node_modules/core-js/modules/es.parse-float.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var $ = require('../internals/export');
-var parseFloatImplementation = require('../internals/number-parse-float');
-
-// `parseFloat` method
-// https://tc39.github.io/ecma262/#sec-parsefloat-string
-$({ global: true, forced: parseFloat != parseFloatImplementation }, {
- parseFloat: parseFloatImplementation
-});
diff --git a/node_modules/core-js/modules/es.parse-int.js b/node_modules/core-js/modules/es.parse-int.js
deleted file mode 100644
index b462541..0000000
--- a/node_modules/core-js/modules/es.parse-int.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var $ = require('../internals/export');
-var parseIntImplementation = require('../internals/number-parse-int');
-
-// `parseInt` method
-// https://tc39.github.io/ecma262/#sec-parseint-string-radix
-$({ global: true, forced: parseInt != parseIntImplementation }, {
- parseInt: parseIntImplementation
-});
diff --git a/node_modules/core-js/modules/es.promise.all-settled.js b/node_modules/core-js/modules/es.promise.all-settled.js
deleted file mode 100644
index ed10ce6..0000000
--- a/node_modules/core-js/modules/es.promise.all-settled.js
+++ /dev/null
@@ -1,43 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var aFunction = require('../internals/a-function');
-var newPromiseCapabilityModule = require('../internals/new-promise-capability');
-var perform = require('../internals/perform');
-var iterate = require('../internals/iterate');
-
-// `Promise.allSettled` method
-// https://github.com/tc39/proposal-promise-allSettled
-$({ target: 'Promise', stat: true }, {
- allSettled: function allSettled(iterable) {
- var C = this;
- var capability = newPromiseCapabilityModule.f(C);
- var resolve = capability.resolve;
- var reject = capability.reject;
- var result = perform(function () {
- var promiseResolve = aFunction(C.resolve);
- var values = [];
- var counter = 0;
- var remaining = 1;
- iterate(iterable, function (promise) {
- var index = counter++;
- var alreadyCalled = false;
- values.push(undefined);
- remaining++;
- promiseResolve.call(C, promise).then(function (value) {
- if (alreadyCalled) return;
- alreadyCalled = true;
- values[index] = { status: 'fulfilled', value: value };
- --remaining || resolve(values);
- }, function (error) {
- if (alreadyCalled) return;
- alreadyCalled = true;
- values[index] = { status: 'rejected', reason: error };
- --remaining || resolve(values);
- });
- });
- --remaining || resolve(values);
- });
- if (result.error) reject(result.value);
- return capability.promise;
- }
-});
diff --git a/node_modules/core-js/modules/es.promise.any.js b/node_modules/core-js/modules/es.promise.any.js
deleted file mode 100644
index 08368b4..0000000
--- a/node_modules/core-js/modules/es.promise.any.js
+++ /dev/null
@@ -1,46 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var aFunction = require('../internals/a-function');
-var getBuiltIn = require('../internals/get-built-in');
-var newPromiseCapabilityModule = require('../internals/new-promise-capability');
-var perform = require('../internals/perform');
-var iterate = require('../internals/iterate');
-
-var PROMISE_ANY_ERROR = 'No one promise resolved';
-
-// `Promise.any` method
-// https://github.com/tc39/proposal-promise-any
-$({ target: 'Promise', stat: true }, {
- any: function any(iterable) {
- var C = this;
- var capability = newPromiseCapabilityModule.f(C);
- var resolve = capability.resolve;
- var reject = capability.reject;
- var result = perform(function () {
- var promiseResolve = aFunction(C.resolve);
- var errors = [];
- var counter = 0;
- var remaining = 1;
- var alreadyResolved = false;
- iterate(iterable, function (promise) {
- var index = counter++;
- var alreadyRejected = false;
- errors.push(undefined);
- remaining++;
- promiseResolve.call(C, promise).then(function (value) {
- if (alreadyRejected || alreadyResolved) return;
- alreadyResolved = true;
- resolve(value);
- }, function (error) {
- if (alreadyRejected || alreadyResolved) return;
- alreadyRejected = true;
- errors[index] = error;
- --remaining || reject(new (getBuiltIn('AggregateError'))(errors, PROMISE_ANY_ERROR));
- });
- });
- --remaining || reject(new (getBuiltIn('AggregateError'))(errors, PROMISE_ANY_ERROR));
- });
- if (result.error) reject(result.value);
- return capability.promise;
- }
-});
diff --git a/node_modules/core-js/modules/es.promise.finally.js b/node_modules/core-js/modules/es.promise.finally.js
deleted file mode 100644
index 7efe3e5..0000000
--- a/node_modules/core-js/modules/es.promise.finally.js
+++ /dev/null
@@ -1,36 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var NativePromise = require('../internals/native-promise-constructor');
-var fails = require('../internals/fails');
-var getBuiltIn = require('../internals/get-built-in');
-var speciesConstructor = require('../internals/species-constructor');
-var promiseResolve = require('../internals/promise-resolve');
-var redefine = require('../internals/redefine');
-
-// Safari bug https://bugs.webkit.org/show_bug.cgi?id=200829
-var NON_GENERIC = !!NativePromise && fails(function () {
- NativePromise.prototype['finally'].call({ then: function () { /* empty */ } }, function () { /* empty */ });
-});
-
-// `Promise.prototype.finally` method
-// https://tc39.github.io/ecma262/#sec-promise.prototype.finally
-$({ target: 'Promise', proto: true, real: true, forced: NON_GENERIC }, {
- 'finally': function (onFinally) {
- var C = speciesConstructor(this, getBuiltIn('Promise'));
- var isFunction = typeof onFinally == 'function';
- return this.then(
- isFunction ? function (x) {
- return promiseResolve(C, onFinally()).then(function () { return x; });
- } : onFinally,
- isFunction ? function (e) {
- return promiseResolve(C, onFinally()).then(function () { throw e; });
- } : onFinally
- );
- }
-});
-
-// patch native Promise.prototype for native async functions
-if (!IS_PURE && typeof NativePromise == 'function' && !NativePromise.prototype['finally']) {
- redefine(NativePromise.prototype, 'finally', getBuiltIn('Promise').prototype['finally']);
-}
diff --git a/node_modules/core-js/modules/es.promise.js b/node_modules/core-js/modules/es.promise.js
deleted file mode 100644
index 10a48e6..0000000
--- a/node_modules/core-js/modules/es.promise.js
+++ /dev/null
@@ -1,381 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var global = require('../internals/global');
-var getBuiltIn = require('../internals/get-built-in');
-var NativePromise = require('../internals/native-promise-constructor');
-var redefine = require('../internals/redefine');
-var redefineAll = require('../internals/redefine-all');
-var setToStringTag = require('../internals/set-to-string-tag');
-var setSpecies = require('../internals/set-species');
-var isObject = require('../internals/is-object');
-var aFunction = require('../internals/a-function');
-var anInstance = require('../internals/an-instance');
-var inspectSource = require('../internals/inspect-source');
-var iterate = require('../internals/iterate');
-var checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');
-var speciesConstructor = require('../internals/species-constructor');
-var task = require('../internals/task').set;
-var microtask = require('../internals/microtask');
-var promiseResolve = require('../internals/promise-resolve');
-var hostReportErrors = require('../internals/host-report-errors');
-var newPromiseCapabilityModule = require('../internals/new-promise-capability');
-var perform = require('../internals/perform');
-var InternalStateModule = require('../internals/internal-state');
-var isForced = require('../internals/is-forced');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-var IS_NODE = require('../internals/engine-is-node');
-var V8_VERSION = require('../internals/engine-v8-version');
-
-var SPECIES = wellKnownSymbol('species');
-var PROMISE = 'Promise';
-var getInternalState = InternalStateModule.get;
-var setInternalState = InternalStateModule.set;
-var getInternalPromiseState = InternalStateModule.getterFor(PROMISE);
-var PromiseConstructor = NativePromise;
-var TypeError = global.TypeError;
-var document = global.document;
-var process = global.process;
-var $fetch = getBuiltIn('fetch');
-var newPromiseCapability = newPromiseCapabilityModule.f;
-var newGenericPromiseCapability = newPromiseCapability;
-var DISPATCH_EVENT = !!(document && document.createEvent && global.dispatchEvent);
-var NATIVE_REJECTION_EVENT = typeof PromiseRejectionEvent == 'function';
-var UNHANDLED_REJECTION = 'unhandledrejection';
-var REJECTION_HANDLED = 'rejectionhandled';
-var PENDING = 0;
-var FULFILLED = 1;
-var REJECTED = 2;
-var HANDLED = 1;
-var UNHANDLED = 2;
-var Internal, OwnPromiseCapability, PromiseWrapper, nativeThen;
-
-var FORCED = isForced(PROMISE, function () {
- var GLOBAL_CORE_JS_PROMISE = inspectSource(PromiseConstructor) !== String(PromiseConstructor);
- if (!GLOBAL_CORE_JS_PROMISE) {
- // V8 6.6 (Node 10 and Chrome 66) have a bug with resolving custom thenables
- // https://bugs.chromium.org/p/chromium/issues/detail?id=830565
- // We can't detect it synchronously, so just check versions
- if (V8_VERSION === 66) return true;
- // Unhandled rejections tracking support, NodeJS Promise without it fails @@species test
- if (!IS_NODE && !NATIVE_REJECTION_EVENT) return true;
- }
- // We need Promise#finally in the pure version for preventing prototype pollution
- if (IS_PURE && !PromiseConstructor.prototype['finally']) return true;
- // We can't use @@species feature detection in V8 since it causes
- // deoptimization and performance degradation
- // https://github.com/zloirock/core-js/issues/679
- if (V8_VERSION >= 51 && /native code/.test(PromiseConstructor)) return false;
- // Detect correctness of subclassing with @@species support
- var promise = PromiseConstructor.resolve(1);
- var FakePromise = function (exec) {
- exec(function () { /* empty */ }, function () { /* empty */ });
- };
- var constructor = promise.constructor = {};
- constructor[SPECIES] = FakePromise;
- return !(promise.then(function () { /* empty */ }) instanceof FakePromise);
-});
-
-var INCORRECT_ITERATION = FORCED || !checkCorrectnessOfIteration(function (iterable) {
- PromiseConstructor.all(iterable)['catch'](function () { /* empty */ });
-});
-
-// helpers
-var isThenable = function (it) {
- var then;
- return isObject(it) && typeof (then = it.then) == 'function' ? then : false;
-};
-
-var notify = function (state, isReject) {
- if (state.notified) return;
- state.notified = true;
- var chain = state.reactions;
- microtask(function () {
- var value = state.value;
- var ok = state.state == FULFILLED;
- var index = 0;
- // variable length - can't use forEach
- while (chain.length > index) {
- var reaction = chain[index++];
- var handler = ok ? reaction.ok : reaction.fail;
- var resolve = reaction.resolve;
- var reject = reaction.reject;
- var domain = reaction.domain;
- var result, then, exited;
- try {
- if (handler) {
- if (!ok) {
- if (state.rejection === UNHANDLED) onHandleUnhandled(state);
- state.rejection = HANDLED;
- }
- if (handler === true) result = value;
- else {
- if (domain) domain.enter();
- result = handler(value); // can throw
- if (domain) {
- domain.exit();
- exited = true;
- }
- }
- if (result === reaction.promise) {
- reject(TypeError('Promise-chain cycle'));
- } else if (then = isThenable(result)) {
- then.call(result, resolve, reject);
- } else resolve(result);
- } else reject(value);
- } catch (error) {
- if (domain && !exited) domain.exit();
- reject(error);
- }
- }
- state.reactions = [];
- state.notified = false;
- if (isReject && !state.rejection) onUnhandled(state);
- });
-};
-
-var dispatchEvent = function (name, promise, reason) {
- var event, handler;
- if (DISPATCH_EVENT) {
- event = document.createEvent('Event');
- event.promise = promise;
- event.reason = reason;
- event.initEvent(name, false, true);
- global.dispatchEvent(event);
- } else event = { promise: promise, reason: reason };
- if (!NATIVE_REJECTION_EVENT && (handler = global['on' + name])) handler(event);
- else if (name === UNHANDLED_REJECTION) hostReportErrors('Unhandled promise rejection', reason);
-};
-
-var onUnhandled = function (state) {
- task.call(global, function () {
- var promise = state.facade;
- var value = state.value;
- var IS_UNHANDLED = isUnhandled(state);
- var result;
- if (IS_UNHANDLED) {
- result = perform(function () {
- if (IS_NODE) {
- process.emit('unhandledRejection', value, promise);
- } else dispatchEvent(UNHANDLED_REJECTION, promise, value);
- });
- // Browsers should not trigger `rejectionHandled` event if it was handled here, NodeJS - should
- state.rejection = IS_NODE || isUnhandled(state) ? UNHANDLED : HANDLED;
- if (result.error) throw result.value;
- }
- });
-};
-
-var isUnhandled = function (state) {
- return state.rejection !== HANDLED && !state.parent;
-};
-
-var onHandleUnhandled = function (state) {
- task.call(global, function () {
- var promise = state.facade;
- if (IS_NODE) {
- process.emit('rejectionHandled', promise);
- } else dispatchEvent(REJECTION_HANDLED, promise, state.value);
- });
-};
-
-var bind = function (fn, state, unwrap) {
- return function (value) {
- fn(state, value, unwrap);
- };
-};
-
-var internalReject = function (state, value, unwrap) {
- if (state.done) return;
- state.done = true;
- if (unwrap) state = unwrap;
- state.value = value;
- state.state = REJECTED;
- notify(state, true);
-};
-
-var internalResolve = function (state, value, unwrap) {
- if (state.done) return;
- state.done = true;
- if (unwrap) state = unwrap;
- try {
- if (state.facade === value) throw TypeError("Promise can't be resolved itself");
- var then = isThenable(value);
- if (then) {
- microtask(function () {
- var wrapper = { done: false };
- try {
- then.call(value,
- bind(internalResolve, wrapper, state),
- bind(internalReject, wrapper, state)
- );
- } catch (error) {
- internalReject(wrapper, error, state);
- }
- });
- } else {
- state.value = value;
- state.state = FULFILLED;
- notify(state, false);
- }
- } catch (error) {
- internalReject({ done: false }, error, state);
- }
-};
-
-// constructor polyfill
-if (FORCED) {
- // 25.4.3.1 Promise(executor)
- PromiseConstructor = function Promise(executor) {
- anInstance(this, PromiseConstructor, PROMISE);
- aFunction(executor);
- Internal.call(this);
- var state = getInternalState(this);
- try {
- executor(bind(internalResolve, state), bind(internalReject, state));
- } catch (error) {
- internalReject(state, error);
- }
- };
- // eslint-disable-next-line no-unused-vars
- Internal = function Promise(executor) {
- setInternalState(this, {
- type: PROMISE,
- done: false,
- notified: false,
- parent: false,
- reactions: [],
- rejection: false,
- state: PENDING,
- value: undefined
- });
- };
- Internal.prototype = redefineAll(PromiseConstructor.prototype, {
- // `Promise.prototype.then` method
- // https://tc39.github.io/ecma262/#sec-promise.prototype.then
- then: function then(onFulfilled, onRejected) {
- var state = getInternalPromiseState(this);
- var reaction = newPromiseCapability(speciesConstructor(this, PromiseConstructor));
- reaction.ok = typeof onFulfilled == 'function' ? onFulfilled : true;
- reaction.fail = typeof onRejected == 'function' && onRejected;
- reaction.domain = IS_NODE ? process.domain : undefined;
- state.parent = true;
- state.reactions.push(reaction);
- if (state.state != PENDING) notify(state, false);
- return reaction.promise;
- },
- // `Promise.prototype.catch` method
- // https://tc39.github.io/ecma262/#sec-promise.prototype.catch
- 'catch': function (onRejected) {
- return this.then(undefined, onRejected);
- }
- });
- OwnPromiseCapability = function () {
- var promise = new Internal();
- var state = getInternalState(promise);
- this.promise = promise;
- this.resolve = bind(internalResolve, state);
- this.reject = bind(internalReject, state);
- };
- newPromiseCapabilityModule.f = newPromiseCapability = function (C) {
- return C === PromiseConstructor || C === PromiseWrapper
- ? new OwnPromiseCapability(C)
- : newGenericPromiseCapability(C);
- };
-
- if (!IS_PURE && typeof NativePromise == 'function') {
- nativeThen = NativePromise.prototype.then;
-
- // wrap native Promise#then for native async functions
- redefine(NativePromise.prototype, 'then', function then(onFulfilled, onRejected) {
- var that = this;
- return new PromiseConstructor(function (resolve, reject) {
- nativeThen.call(that, resolve, reject);
- }).then(onFulfilled, onRejected);
- // https://github.com/zloirock/core-js/issues/640
- }, { unsafe: true });
-
- // wrap fetch result
- if (typeof $fetch == 'function') $({ global: true, enumerable: true, forced: true }, {
- // eslint-disable-next-line no-unused-vars
- fetch: function fetch(input /* , init */) {
- return promiseResolve(PromiseConstructor, $fetch.apply(global, arguments));
- }
- });
- }
-}
-
-$({ global: true, wrap: true, forced: FORCED }, {
- Promise: PromiseConstructor
-});
-
-setToStringTag(PromiseConstructor, PROMISE, false, true);
-setSpecies(PROMISE);
-
-PromiseWrapper = getBuiltIn(PROMISE);
-
-// statics
-$({ target: PROMISE, stat: true, forced: FORCED }, {
- // `Promise.reject` method
- // https://tc39.github.io/ecma262/#sec-promise.reject
- reject: function reject(r) {
- var capability = newPromiseCapability(this);
- capability.reject.call(undefined, r);
- return capability.promise;
- }
-});
-
-$({ target: PROMISE, stat: true, forced: IS_PURE || FORCED }, {
- // `Promise.resolve` method
- // https://tc39.github.io/ecma262/#sec-promise.resolve
- resolve: function resolve(x) {
- return promiseResolve(IS_PURE && this === PromiseWrapper ? PromiseConstructor : this, x);
- }
-});
-
-$({ target: PROMISE, stat: true, forced: INCORRECT_ITERATION }, {
- // `Promise.all` method
- // https://tc39.github.io/ecma262/#sec-promise.all
- all: function all(iterable) {
- var C = this;
- var capability = newPromiseCapability(C);
- var resolve = capability.resolve;
- var reject = capability.reject;
- var result = perform(function () {
- var $promiseResolve = aFunction(C.resolve);
- var values = [];
- var counter = 0;
- var remaining = 1;
- iterate(iterable, function (promise) {
- var index = counter++;
- var alreadyCalled = false;
- values.push(undefined);
- remaining++;
- $promiseResolve.call(C, promise).then(function (value) {
- if (alreadyCalled) return;
- alreadyCalled = true;
- values[index] = value;
- --remaining || resolve(values);
- }, reject);
- });
- --remaining || resolve(values);
- });
- if (result.error) reject(result.value);
- return capability.promise;
- },
- // `Promise.race` method
- // https://tc39.github.io/ecma262/#sec-promise.race
- race: function race(iterable) {
- var C = this;
- var capability = newPromiseCapability(C);
- var reject = capability.reject;
- var result = perform(function () {
- var $promiseResolve = aFunction(C.resolve);
- iterate(iterable, function (promise) {
- $promiseResolve.call(C, promise).then(capability.resolve, reject);
- });
- });
- if (result.error) reject(result.value);
- return capability.promise;
- }
-});
diff --git a/node_modules/core-js/modules/es.reflect.apply.js b/node_modules/core-js/modules/es.reflect.apply.js
deleted file mode 100644
index 634222b..0000000
--- a/node_modules/core-js/modules/es.reflect.apply.js
+++ /dev/null
@@ -1,25 +0,0 @@
-var $ = require('../internals/export');
-var getBuiltIn = require('../internals/get-built-in');
-var aFunction = require('../internals/a-function');
-var anObject = require('../internals/an-object');
-var fails = require('../internals/fails');
-
-var nativeApply = getBuiltIn('Reflect', 'apply');
-var functionApply = Function.apply;
-
-// MS Edge argumentsList argument is optional
-var OPTIONAL_ARGUMENTS_LIST = !fails(function () {
- nativeApply(function () { /* empty */ });
-});
-
-// `Reflect.apply` method
-// https://tc39.github.io/ecma262/#sec-reflect.apply
-$({ target: 'Reflect', stat: true, forced: OPTIONAL_ARGUMENTS_LIST }, {
- apply: function apply(target, thisArgument, argumentsList) {
- aFunction(target);
- anObject(argumentsList);
- return nativeApply
- ? nativeApply(target, thisArgument, argumentsList)
- : functionApply.call(target, thisArgument, argumentsList);
- }
-});
diff --git a/node_modules/core-js/modules/es.reflect.construct.js b/node_modules/core-js/modules/es.reflect.construct.js
deleted file mode 100644
index 9e678dd..0000000
--- a/node_modules/core-js/modules/es.reflect.construct.js
+++ /dev/null
@@ -1,51 +0,0 @@
-var $ = require('../internals/export');
-var getBuiltIn = require('../internals/get-built-in');
-var aFunction = require('../internals/a-function');
-var anObject = require('../internals/an-object');
-var isObject = require('../internals/is-object');
-var create = require('../internals/object-create');
-var bind = require('../internals/function-bind');
-var fails = require('../internals/fails');
-
-var nativeConstruct = getBuiltIn('Reflect', 'construct');
-
-// `Reflect.construct` method
-// https://tc39.github.io/ecma262/#sec-reflect.construct
-// MS Edge supports only 2 arguments and argumentsList argument is optional
-// FF Nightly sets third argument as `new.target`, but does not create `this` from it
-var NEW_TARGET_BUG = fails(function () {
- function F() { /* empty */ }
- return !(nativeConstruct(function () { /* empty */ }, [], F) instanceof F);
-});
-var ARGS_BUG = !fails(function () {
- nativeConstruct(function () { /* empty */ });
-});
-var FORCED = NEW_TARGET_BUG || ARGS_BUG;
-
-$({ target: 'Reflect', stat: true, forced: FORCED, sham: FORCED }, {
- construct: function construct(Target, args /* , newTarget */) {
- aFunction(Target);
- anObject(args);
- var newTarget = arguments.length < 3 ? Target : aFunction(arguments[2]);
- if (ARGS_BUG && !NEW_TARGET_BUG) return nativeConstruct(Target, args, newTarget);
- if (Target == newTarget) {
- // w/o altered newTarget, optimization for 0-4 arguments
- switch (args.length) {
- case 0: return new Target();
- case 1: return new Target(args[0]);
- case 2: return new Target(args[0], args[1]);
- case 3: return new Target(args[0], args[1], args[2]);
- case 4: return new Target(args[0], args[1], args[2], args[3]);
- }
- // w/o altered newTarget, lot of arguments case
- var $args = [null];
- $args.push.apply($args, args);
- return new (bind.apply(Target, $args))();
- }
- // with altered newTarget, not support built-in constructors
- var proto = newTarget.prototype;
- var instance = create(isObject(proto) ? proto : Object.prototype);
- var result = Function.apply.call(Target, instance, args);
- return isObject(result) ? result : instance;
- }
-});
diff --git a/node_modules/core-js/modules/es.reflect.define-property.js b/node_modules/core-js/modules/es.reflect.define-property.js
deleted file mode 100644
index 44343f7..0000000
--- a/node_modules/core-js/modules/es.reflect.define-property.js
+++ /dev/null
@@ -1,28 +0,0 @@
-var $ = require('../internals/export');
-var DESCRIPTORS = require('../internals/descriptors');
-var anObject = require('../internals/an-object');
-var toPrimitive = require('../internals/to-primitive');
-var definePropertyModule = require('../internals/object-define-property');
-var fails = require('../internals/fails');
-
-// MS Edge has broken Reflect.defineProperty - throwing instead of returning false
-var ERROR_INSTEAD_OF_FALSE = fails(function () {
- // eslint-disable-next-line no-undef
- Reflect.defineProperty(definePropertyModule.f({}, 1, { value: 1 }), 1, { value: 2 });
-});
-
-// `Reflect.defineProperty` method
-// https://tc39.github.io/ecma262/#sec-reflect.defineproperty
-$({ target: 'Reflect', stat: true, forced: ERROR_INSTEAD_OF_FALSE, sham: !DESCRIPTORS }, {
- defineProperty: function defineProperty(target, propertyKey, attributes) {
- anObject(target);
- var key = toPrimitive(propertyKey, true);
- anObject(attributes);
- try {
- definePropertyModule.f(target, key, attributes);
- return true;
- } catch (error) {
- return false;
- }
- }
-});
diff --git a/node_modules/core-js/modules/es.reflect.delete-property.js b/node_modules/core-js/modules/es.reflect.delete-property.js
deleted file mode 100644
index 8cfb32d..0000000
--- a/node_modules/core-js/modules/es.reflect.delete-property.js
+++ /dev/null
@@ -1,12 +0,0 @@
-var $ = require('../internals/export');
-var anObject = require('../internals/an-object');
-var getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;
-
-// `Reflect.deleteProperty` method
-// https://tc39.github.io/ecma262/#sec-reflect.deleteproperty
-$({ target: 'Reflect', stat: true }, {
- deleteProperty: function deleteProperty(target, propertyKey) {
- var descriptor = getOwnPropertyDescriptor(anObject(target), propertyKey);
- return descriptor && !descriptor.configurable ? false : delete target[propertyKey];
- }
-});
diff --git a/node_modules/core-js/modules/es.reflect.get-own-property-descriptor.js b/node_modules/core-js/modules/es.reflect.get-own-property-descriptor.js
deleted file mode 100644
index 335aac4..0000000
--- a/node_modules/core-js/modules/es.reflect.get-own-property-descriptor.js
+++ /dev/null
@@ -1,12 +0,0 @@
-var $ = require('../internals/export');
-var DESCRIPTORS = require('../internals/descriptors');
-var anObject = require('../internals/an-object');
-var getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');
-
-// `Reflect.getOwnPropertyDescriptor` method
-// https://tc39.github.io/ecma262/#sec-reflect.getownpropertydescriptor
-$({ target: 'Reflect', stat: true, sham: !DESCRIPTORS }, {
- getOwnPropertyDescriptor: function getOwnPropertyDescriptor(target, propertyKey) {
- return getOwnPropertyDescriptorModule.f(anObject(target), propertyKey);
- }
-});
diff --git a/node_modules/core-js/modules/es.reflect.get-prototype-of.js b/node_modules/core-js/modules/es.reflect.get-prototype-of.js
deleted file mode 100644
index 9785949..0000000
--- a/node_modules/core-js/modules/es.reflect.get-prototype-of.js
+++ /dev/null
@@ -1,12 +0,0 @@
-var $ = require('../internals/export');
-var anObject = require('../internals/an-object');
-var objectGetPrototypeOf = require('../internals/object-get-prototype-of');
-var CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');
-
-// `Reflect.getPrototypeOf` method
-// https://tc39.github.io/ecma262/#sec-reflect.getprototypeof
-$({ target: 'Reflect', stat: true, sham: !CORRECT_PROTOTYPE_GETTER }, {
- getPrototypeOf: function getPrototypeOf(target) {
- return objectGetPrototypeOf(anObject(target));
- }
-});
diff --git a/node_modules/core-js/modules/es.reflect.get.js b/node_modules/core-js/modules/es.reflect.get.js
deleted file mode 100644
index 10e7962..0000000
--- a/node_modules/core-js/modules/es.reflect.get.js
+++ /dev/null
@@ -1,24 +0,0 @@
-var $ = require('../internals/export');
-var isObject = require('../internals/is-object');
-var anObject = require('../internals/an-object');
-var has = require('../internals/has');
-var getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');
-var getPrototypeOf = require('../internals/object-get-prototype-of');
-
-// `Reflect.get` method
-// https://tc39.github.io/ecma262/#sec-reflect.get
-function get(target, propertyKey /* , receiver */) {
- var receiver = arguments.length < 3 ? target : arguments[2];
- var descriptor, prototype;
- if (anObject(target) === receiver) return target[propertyKey];
- if (descriptor = getOwnPropertyDescriptorModule.f(target, propertyKey)) return has(descriptor, 'value')
- ? descriptor.value
- : descriptor.get === undefined
- ? undefined
- : descriptor.get.call(receiver);
- if (isObject(prototype = getPrototypeOf(target))) return get(prototype, propertyKey, receiver);
-}
-
-$({ target: 'Reflect', stat: true }, {
- get: get
-});
diff --git a/node_modules/core-js/modules/es.reflect.has.js b/node_modules/core-js/modules/es.reflect.has.js
deleted file mode 100644
index c6a8ced..0000000
--- a/node_modules/core-js/modules/es.reflect.has.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var $ = require('../internals/export');
-
-// `Reflect.has` method
-// https://tc39.github.io/ecma262/#sec-reflect.has
-$({ target: 'Reflect', stat: true }, {
- has: function has(target, propertyKey) {
- return propertyKey in target;
- }
-});
diff --git a/node_modules/core-js/modules/es.reflect.is-extensible.js b/node_modules/core-js/modules/es.reflect.is-extensible.js
deleted file mode 100644
index 876eae3..0000000
--- a/node_modules/core-js/modules/es.reflect.is-extensible.js
+++ /dev/null
@@ -1,13 +0,0 @@
-var $ = require('../internals/export');
-var anObject = require('../internals/an-object');
-
-var objectIsExtensible = Object.isExtensible;
-
-// `Reflect.isExtensible` method
-// https://tc39.github.io/ecma262/#sec-reflect.isextensible
-$({ target: 'Reflect', stat: true }, {
- isExtensible: function isExtensible(target) {
- anObject(target);
- return objectIsExtensible ? objectIsExtensible(target) : true;
- }
-});
diff --git a/node_modules/core-js/modules/es.reflect.own-keys.js b/node_modules/core-js/modules/es.reflect.own-keys.js
deleted file mode 100644
index 7a8f3f0..0000000
--- a/node_modules/core-js/modules/es.reflect.own-keys.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var $ = require('../internals/export');
-var ownKeys = require('../internals/own-keys');
-
-// `Reflect.ownKeys` method
-// https://tc39.github.io/ecma262/#sec-reflect.ownkeys
-$({ target: 'Reflect', stat: true }, {
- ownKeys: ownKeys
-});
diff --git a/node_modules/core-js/modules/es.reflect.prevent-extensions.js b/node_modules/core-js/modules/es.reflect.prevent-extensions.js
deleted file mode 100644
index 92d0475..0000000
--- a/node_modules/core-js/modules/es.reflect.prevent-extensions.js
+++ /dev/null
@@ -1,19 +0,0 @@
-var $ = require('../internals/export');
-var getBuiltIn = require('../internals/get-built-in');
-var anObject = require('../internals/an-object');
-var FREEZING = require('../internals/freezing');
-
-// `Reflect.preventExtensions` method
-// https://tc39.github.io/ecma262/#sec-reflect.preventextensions
-$({ target: 'Reflect', stat: true, sham: !FREEZING }, {
- preventExtensions: function preventExtensions(target) {
- anObject(target);
- try {
- var objectPreventExtensions = getBuiltIn('Object', 'preventExtensions');
- if (objectPreventExtensions) objectPreventExtensions(target);
- return true;
- } catch (error) {
- return false;
- }
- }
-});
diff --git a/node_modules/core-js/modules/es.reflect.set-prototype-of.js b/node_modules/core-js/modules/es.reflect.set-prototype-of.js
deleted file mode 100644
index 7900440..0000000
--- a/node_modules/core-js/modules/es.reflect.set-prototype-of.js
+++ /dev/null
@@ -1,19 +0,0 @@
-var $ = require('../internals/export');
-var anObject = require('../internals/an-object');
-var aPossiblePrototype = require('../internals/a-possible-prototype');
-var objectSetPrototypeOf = require('../internals/object-set-prototype-of');
-
-// `Reflect.setPrototypeOf` method
-// https://tc39.github.io/ecma262/#sec-reflect.setprototypeof
-if (objectSetPrototypeOf) $({ target: 'Reflect', stat: true }, {
- setPrototypeOf: function setPrototypeOf(target, proto) {
- anObject(target);
- aPossiblePrototype(proto);
- try {
- objectSetPrototypeOf(target, proto);
- return true;
- } catch (error) {
- return false;
- }
- }
-});
diff --git a/node_modules/core-js/modules/es.reflect.set.js b/node_modules/core-js/modules/es.reflect.set.js
deleted file mode 100644
index 9949bb3..0000000
--- a/node_modules/core-js/modules/es.reflect.set.js
+++ /dev/null
@@ -1,46 +0,0 @@
-var $ = require('../internals/export');
-var anObject = require('../internals/an-object');
-var isObject = require('../internals/is-object');
-var has = require('../internals/has');
-var fails = require('../internals/fails');
-var definePropertyModule = require('../internals/object-define-property');
-var getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');
-var getPrototypeOf = require('../internals/object-get-prototype-of');
-var createPropertyDescriptor = require('../internals/create-property-descriptor');
-
-// `Reflect.set` method
-// https://tc39.github.io/ecma262/#sec-reflect.set
-function set(target, propertyKey, V /* , receiver */) {
- var receiver = arguments.length < 4 ? target : arguments[3];
- var ownDescriptor = getOwnPropertyDescriptorModule.f(anObject(target), propertyKey);
- var existingDescriptor, prototype;
- if (!ownDescriptor) {
- if (isObject(prototype = getPrototypeOf(target))) {
- return set(prototype, propertyKey, V, receiver);
- }
- ownDescriptor = createPropertyDescriptor(0);
- }
- if (has(ownDescriptor, 'value')) {
- if (ownDescriptor.writable === false || !isObject(receiver)) return false;
- if (existingDescriptor = getOwnPropertyDescriptorModule.f(receiver, propertyKey)) {
- if (existingDescriptor.get || existingDescriptor.set || existingDescriptor.writable === false) return false;
- existingDescriptor.value = V;
- definePropertyModule.f(receiver, propertyKey, existingDescriptor);
- } else definePropertyModule.f(receiver, propertyKey, createPropertyDescriptor(0, V));
- return true;
- }
- return ownDescriptor.set === undefined ? false : (ownDescriptor.set.call(receiver, V), true);
-}
-
-// MS Edge 17-18 Reflect.set allows setting the property to object
-// with non-writable property on the prototype
-var MS_EDGE_BUG = fails(function () {
- var Constructor = function () { /* empty */ };
- var object = definePropertyModule.f(new Constructor(), 'a', { configurable: true });
- // eslint-disable-next-line no-undef
- return Reflect.set(Constructor.prototype, 'a', 1, object) !== false;
-});
-
-$({ target: 'Reflect', stat: true, forced: MS_EDGE_BUG }, {
- set: set
-});
diff --git a/node_modules/core-js/modules/es.reflect.to-string-tag.js b/node_modules/core-js/modules/es.reflect.to-string-tag.js
deleted file mode 100644
index 9d8b221..0000000
--- a/node_modules/core-js/modules/es.reflect.to-string-tag.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var $ = require('../internals/export');
-var global = require('../internals/global');
-var setToStringTag = require('../internals/set-to-string-tag');
-
-$({ global: true }, { Reflect: {} });
-
-// Reflect[@@toStringTag] property
-// https://tc39.es/ecma262/#sec-reflect-@@tostringtag
-setToStringTag(global.Reflect, 'Reflect', true);
diff --git a/node_modules/core-js/modules/es.regexp.constructor.js b/node_modules/core-js/modules/es.regexp.constructor.js
deleted file mode 100644
index 25a3bd0..0000000
--- a/node_modules/core-js/modules/es.regexp.constructor.js
+++ /dev/null
@@ -1,84 +0,0 @@
-var DESCRIPTORS = require('../internals/descriptors');
-var global = require('../internals/global');
-var isForced = require('../internals/is-forced');
-var inheritIfRequired = require('../internals/inherit-if-required');
-var defineProperty = require('../internals/object-define-property').f;
-var getOwnPropertyNames = require('../internals/object-get-own-property-names').f;
-var isRegExp = require('../internals/is-regexp');
-var getFlags = require('../internals/regexp-flags');
-var stickyHelpers = require('../internals/regexp-sticky-helpers');
-var redefine = require('../internals/redefine');
-var fails = require('../internals/fails');
-var setInternalState = require('../internals/internal-state').set;
-var setSpecies = require('../internals/set-species');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-
-var MATCH = wellKnownSymbol('match');
-var NativeRegExp = global.RegExp;
-var RegExpPrototype = NativeRegExp.prototype;
-var re1 = /a/g;
-var re2 = /a/g;
-
-// "new" should create a new object, old webkit bug
-var CORRECT_NEW = new NativeRegExp(re1) !== re1;
-
-var UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y;
-
-var FORCED = DESCRIPTORS && isForced('RegExp', (!CORRECT_NEW || UNSUPPORTED_Y || fails(function () {
- re2[MATCH] = false;
- // RegExp constructor can alter flags and IsRegExp works correct with @@match
- return NativeRegExp(re1) != re1 || NativeRegExp(re2) == re2 || NativeRegExp(re1, 'i') != '/a/i';
-})));
-
-// `RegExp` constructor
-// https://tc39.github.io/ecma262/#sec-regexp-constructor
-if (FORCED) {
- var RegExpWrapper = function RegExp(pattern, flags) {
- var thisIsRegExp = this instanceof RegExpWrapper;
- var patternIsRegExp = isRegExp(pattern);
- var flagsAreUndefined = flags === undefined;
- var sticky;
-
- if (!thisIsRegExp && patternIsRegExp && pattern.constructor === RegExpWrapper && flagsAreUndefined) {
- return pattern;
- }
-
- if (CORRECT_NEW) {
- if (patternIsRegExp && !flagsAreUndefined) pattern = pattern.source;
- } else if (pattern instanceof RegExpWrapper) {
- if (flagsAreUndefined) flags = getFlags.call(pattern);
- pattern = pattern.source;
- }
-
- if (UNSUPPORTED_Y) {
- sticky = !!flags && flags.indexOf('y') > -1;
- if (sticky) flags = flags.replace(/y/g, '');
- }
-
- var result = inheritIfRequired(
- CORRECT_NEW ? new NativeRegExp(pattern, flags) : NativeRegExp(pattern, flags),
- thisIsRegExp ? this : RegExpPrototype,
- RegExpWrapper
- );
-
- if (UNSUPPORTED_Y && sticky) setInternalState(result, { sticky: sticky });
-
- return result;
- };
- var proxy = function (key) {
- key in RegExpWrapper || defineProperty(RegExpWrapper, key, {
- configurable: true,
- get: function () { return NativeRegExp[key]; },
- set: function (it) { NativeRegExp[key] = it; }
- });
- };
- var keys = getOwnPropertyNames(NativeRegExp);
- var index = 0;
- while (keys.length > index) proxy(keys[index++]);
- RegExpPrototype.constructor = RegExpWrapper;
- RegExpWrapper.prototype = RegExpPrototype;
- redefine(global, 'RegExp', RegExpWrapper);
-}
-
-// https://tc39.github.io/ecma262/#sec-get-regexp-@@species
-setSpecies('RegExp');
diff --git a/node_modules/core-js/modules/es.regexp.exec.js b/node_modules/core-js/modules/es.regexp.exec.js
deleted file mode 100644
index d47a89d..0000000
--- a/node_modules/core-js/modules/es.regexp.exec.js
+++ /dev/null
@@ -1,7 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var exec = require('../internals/regexp-exec');
-
-$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {
- exec: exec
-});
diff --git a/node_modules/core-js/modules/es.regexp.flags.js b/node_modules/core-js/modules/es.regexp.flags.js
deleted file mode 100644
index 2ad5f26..0000000
--- a/node_modules/core-js/modules/es.regexp.flags.js
+++ /dev/null
@@ -1,13 +0,0 @@
-var DESCRIPTORS = require('../internals/descriptors');
-var objectDefinePropertyModule = require('../internals/object-define-property');
-var regExpFlags = require('../internals/regexp-flags');
-var UNSUPPORTED_Y = require('../internals/regexp-sticky-helpers').UNSUPPORTED_Y;
-
-// `RegExp.prototype.flags` getter
-// https://tc39.github.io/ecma262/#sec-get-regexp.prototype.flags
-if (DESCRIPTORS && (/./g.flags != 'g' || UNSUPPORTED_Y)) {
- objectDefinePropertyModule.f(RegExp.prototype, 'flags', {
- configurable: true,
- get: regExpFlags
- });
-}
diff --git a/node_modules/core-js/modules/es.regexp.sticky.js b/node_modules/core-js/modules/es.regexp.sticky.js
deleted file mode 100644
index 02da204..0000000
--- a/node_modules/core-js/modules/es.regexp.sticky.js
+++ /dev/null
@@ -1,21 +0,0 @@
-var DESCRIPTORS = require('../internals/descriptors');
-var UNSUPPORTED_Y = require('../internals/regexp-sticky-helpers').UNSUPPORTED_Y;
-var defineProperty = require('../internals/object-define-property').f;
-var getInternalState = require('../internals/internal-state').get;
-var RegExpPrototype = RegExp.prototype;
-
-// `RegExp.prototype.sticky` getter
-if (DESCRIPTORS && UNSUPPORTED_Y) {
- defineProperty(RegExp.prototype, 'sticky', {
- configurable: true,
- get: function () {
- if (this === RegExpPrototype) return undefined;
- // We can't use InternalStateModule.getterFor because
- // we don't add metadata for regexps created by a literal.
- if (this instanceof RegExp) {
- return !!getInternalState(this).sticky;
- }
- throw TypeError('Incompatible receiver, RegExp required');
- }
- });
-}
diff --git a/node_modules/core-js/modules/es.regexp.test.js b/node_modules/core-js/modules/es.regexp.test.js
deleted file mode 100644
index b2a0df4..0000000
--- a/node_modules/core-js/modules/es.regexp.test.js
+++ /dev/null
@@ -1,30 +0,0 @@
-'use strict';
-// TODO: Remove from `core-js@4` since it's moved to entry points
-require('../modules/es.regexp.exec');
-var $ = require('../internals/export');
-var isObject = require('../internals/is-object');
-
-var DELEGATES_TO_EXEC = function () {
- var execCalled = false;
- var re = /[ac]/;
- re.exec = function () {
- execCalled = true;
- return /./.exec.apply(this, arguments);
- };
- return re.test('abc') === true && execCalled;
-}();
-
-var nativeTest = /./.test;
-
-$({ target: 'RegExp', proto: true, forced: !DELEGATES_TO_EXEC }, {
- test: function (str) {
- if (typeof this.exec !== 'function') {
- return nativeTest.call(this, str);
- }
- var result = this.exec(str);
- if (result !== null && !isObject(result)) {
- throw new Error('RegExp exec method returned something other than an Object or null');
- }
- return !!result;
- }
-});
diff --git a/node_modules/core-js/modules/es.regexp.to-string.js b/node_modules/core-js/modules/es.regexp.to-string.js
deleted file mode 100644
index b75a79a..0000000
--- a/node_modules/core-js/modules/es.regexp.to-string.js
+++ /dev/null
@@ -1,25 +0,0 @@
-'use strict';
-var redefine = require('../internals/redefine');
-var anObject = require('../internals/an-object');
-var fails = require('../internals/fails');
-var flags = require('../internals/regexp-flags');
-
-var TO_STRING = 'toString';
-var RegExpPrototype = RegExp.prototype;
-var nativeToString = RegExpPrototype[TO_STRING];
-
-var NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });
-// FF44- RegExp#toString has a wrong name
-var INCORRECT_NAME = nativeToString.name != TO_STRING;
-
-// `RegExp.prototype.toString` method
-// https://tc39.github.io/ecma262/#sec-regexp.prototype.tostring
-if (NOT_GENERIC || INCORRECT_NAME) {
- redefine(RegExp.prototype, TO_STRING, function toString() {
- var R = anObject(this);
- var p = String(R.source);
- var rf = R.flags;
- var f = String(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? flags.call(R) : rf);
- return '/' + p + '/' + f;
- }, { unsafe: true });
-}
diff --git a/node_modules/core-js/modules/es.set.js b/node_modules/core-js/modules/es.set.js
deleted file mode 100644
index ac90041..0000000
--- a/node_modules/core-js/modules/es.set.js
+++ /dev/null
@@ -1,9 +0,0 @@
-'use strict';
-var collection = require('../internals/collection');
-var collectionStrong = require('../internals/collection-strong');
-
-// `Set` constructor
-// https://tc39.github.io/ecma262/#sec-set-objects
-module.exports = collection('Set', function (init) {
- return function Set() { return init(this, arguments.length ? arguments[0] : undefined); };
-}, collectionStrong);
diff --git a/node_modules/core-js/modules/es.string.anchor.js b/node_modules/core-js/modules/es.string.anchor.js
deleted file mode 100644
index 004cc0a..0000000
--- a/node_modules/core-js/modules/es.string.anchor.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var createHTML = require('../internals/create-html');
-var forcedStringHTMLMethod = require('../internals/string-html-forced');
-
-// `String.prototype.anchor` method
-// https://tc39.github.io/ecma262/#sec-string.prototype.anchor
-$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('anchor') }, {
- anchor: function anchor(name) {
- return createHTML(this, 'a', 'name', name);
- }
-});
diff --git a/node_modules/core-js/modules/es.string.big.js b/node_modules/core-js/modules/es.string.big.js
deleted file mode 100644
index 3273d00..0000000
--- a/node_modules/core-js/modules/es.string.big.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var createHTML = require('../internals/create-html');
-var forcedStringHTMLMethod = require('../internals/string-html-forced');
-
-// `String.prototype.big` method
-// https://tc39.github.io/ecma262/#sec-string.prototype.big
-$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('big') }, {
- big: function big() {
- return createHTML(this, 'big', '', '');
- }
-});
diff --git a/node_modules/core-js/modules/es.string.blink.js b/node_modules/core-js/modules/es.string.blink.js
deleted file mode 100644
index 9373820..0000000
--- a/node_modules/core-js/modules/es.string.blink.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var createHTML = require('../internals/create-html');
-var forcedStringHTMLMethod = require('../internals/string-html-forced');
-
-// `String.prototype.blink` method
-// https://tc39.github.io/ecma262/#sec-string.prototype.blink
-$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('blink') }, {
- blink: function blink() {
- return createHTML(this, 'blink', '', '');
- }
-});
diff --git a/node_modules/core-js/modules/es.string.bold.js b/node_modules/core-js/modules/es.string.bold.js
deleted file mode 100644
index ea8c48c..0000000
--- a/node_modules/core-js/modules/es.string.bold.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var createHTML = require('../internals/create-html');
-var forcedStringHTMLMethod = require('../internals/string-html-forced');
-
-// `String.prototype.bold` method
-// https://tc39.github.io/ecma262/#sec-string.prototype.bold
-$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('bold') }, {
- bold: function bold() {
- return createHTML(this, 'b', '', '');
- }
-});
diff --git a/node_modules/core-js/modules/es.string.code-point-at.js b/node_modules/core-js/modules/es.string.code-point-at.js
deleted file mode 100644
index 26a2da2..0000000
--- a/node_modules/core-js/modules/es.string.code-point-at.js
+++ /dev/null
@@ -1,11 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var codeAt = require('../internals/string-multibyte').codeAt;
-
-// `String.prototype.codePointAt` method
-// https://tc39.github.io/ecma262/#sec-string.prototype.codepointat
-$({ target: 'String', proto: true }, {
- codePointAt: function codePointAt(pos) {
- return codeAt(this, pos);
- }
-});
diff --git a/node_modules/core-js/modules/es.string.ends-with.js b/node_modules/core-js/modules/es.string.ends-with.js
deleted file mode 100644
index e19b0f6..0000000
--- a/node_modules/core-js/modules/es.string.ends-with.js
+++ /dev/null
@@ -1,34 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;
-var toLength = require('../internals/to-length');
-var notARegExp = require('../internals/not-a-regexp');
-var requireObjectCoercible = require('../internals/require-object-coercible');
-var correctIsRegExpLogic = require('../internals/correct-is-regexp-logic');
-var IS_PURE = require('../internals/is-pure');
-
-var nativeEndsWith = ''.endsWith;
-var min = Math.min;
-
-var CORRECT_IS_REGEXP_LOGIC = correctIsRegExpLogic('endsWith');
-// https://github.com/zloirock/core-js/pull/702
-var MDN_POLYFILL_BUG = !IS_PURE && !CORRECT_IS_REGEXP_LOGIC && !!function () {
- var descriptor = getOwnPropertyDescriptor(String.prototype, 'endsWith');
- return descriptor && !descriptor.writable;
-}();
-
-// `String.prototype.endsWith` method
-// https://tc39.github.io/ecma262/#sec-string.prototype.endswith
-$({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG && !CORRECT_IS_REGEXP_LOGIC }, {
- endsWith: function endsWith(searchString /* , endPosition = @length */) {
- var that = String(requireObjectCoercible(this));
- notARegExp(searchString);
- var endPosition = arguments.length > 1 ? arguments[1] : undefined;
- var len = toLength(that.length);
- var end = endPosition === undefined ? len : min(toLength(endPosition), len);
- var search = String(searchString);
- return nativeEndsWith
- ? nativeEndsWith.call(that, search, end)
- : that.slice(end - search.length, end) === search;
- }
-});
diff --git a/node_modules/core-js/modules/es.string.fixed.js b/node_modules/core-js/modules/es.string.fixed.js
deleted file mode 100644
index 13f8a04..0000000
--- a/node_modules/core-js/modules/es.string.fixed.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var createHTML = require('../internals/create-html');
-var forcedStringHTMLMethod = require('../internals/string-html-forced');
-
-// `String.prototype.fixed` method
-// https://tc39.github.io/ecma262/#sec-string.prototype.fixed
-$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('fixed') }, {
- fixed: function fixed() {
- return createHTML(this, 'tt', '', '');
- }
-});
diff --git a/node_modules/core-js/modules/es.string.fontcolor.js b/node_modules/core-js/modules/es.string.fontcolor.js
deleted file mode 100644
index 88636c2..0000000
--- a/node_modules/core-js/modules/es.string.fontcolor.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var createHTML = require('../internals/create-html');
-var forcedStringHTMLMethod = require('../internals/string-html-forced');
-
-// `String.prototype.fontcolor` method
-// https://tc39.github.io/ecma262/#sec-string.prototype.fontcolor
-$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('fontcolor') }, {
- fontcolor: function fontcolor(color) {
- return createHTML(this, 'font', 'color', color);
- }
-});
diff --git a/node_modules/core-js/modules/es.string.fontsize.js b/node_modules/core-js/modules/es.string.fontsize.js
deleted file mode 100644
index 09c0715..0000000
--- a/node_modules/core-js/modules/es.string.fontsize.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var createHTML = require('../internals/create-html');
-var forcedStringHTMLMethod = require('../internals/string-html-forced');
-
-// `String.prototype.fontsize` method
-// https://tc39.github.io/ecma262/#sec-string.prototype.fontsize
-$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('fontsize') }, {
- fontsize: function fontsize(size) {
- return createHTML(this, 'font', 'size', size);
- }
-});
diff --git a/node_modules/core-js/modules/es.string.from-code-point.js b/node_modules/core-js/modules/es.string.from-code-point.js
deleted file mode 100644
index 139ed89..0000000
--- a/node_modules/core-js/modules/es.string.from-code-point.js
+++ /dev/null
@@ -1,27 +0,0 @@
-var $ = require('../internals/export');
-var toAbsoluteIndex = require('../internals/to-absolute-index');
-
-var fromCharCode = String.fromCharCode;
-var nativeFromCodePoint = String.fromCodePoint;
-
-// length should be 1, old FF problem
-var INCORRECT_LENGTH = !!nativeFromCodePoint && nativeFromCodePoint.length != 1;
-
-// `String.fromCodePoint` method
-// https://tc39.github.io/ecma262/#sec-string.fromcodepoint
-$({ target: 'String', stat: true, forced: INCORRECT_LENGTH }, {
- fromCodePoint: function fromCodePoint(x) { // eslint-disable-line no-unused-vars
- var elements = [];
- var length = arguments.length;
- var i = 0;
- var code;
- while (length > i) {
- code = +arguments[i++];
- if (toAbsoluteIndex(code, 0x10FFFF) !== code) throw RangeError(code + ' is not a valid code point');
- elements.push(code < 0x10000
- ? fromCharCode(code)
- : fromCharCode(((code -= 0x10000) >> 10) + 0xD800, code % 0x400 + 0xDC00)
- );
- } return elements.join('');
- }
-});
diff --git a/node_modules/core-js/modules/es.string.includes.js b/node_modules/core-js/modules/es.string.includes.js
deleted file mode 100644
index 25dbcd8..0000000
--- a/node_modules/core-js/modules/es.string.includes.js
+++ /dev/null
@@ -1,14 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var notARegExp = require('../internals/not-a-regexp');
-var requireObjectCoercible = require('../internals/require-object-coercible');
-var correctIsRegExpLogic = require('../internals/correct-is-regexp-logic');
-
-// `String.prototype.includes` method
-// https://tc39.github.io/ecma262/#sec-string.prototype.includes
-$({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') }, {
- includes: function includes(searchString /* , position = 0 */) {
- return !!~String(requireObjectCoercible(this))
- .indexOf(notARegExp(searchString), arguments.length > 1 ? arguments[1] : undefined);
- }
-});
diff --git a/node_modules/core-js/modules/es.string.italics.js b/node_modules/core-js/modules/es.string.italics.js
deleted file mode 100644
index 76bf3e4..0000000
--- a/node_modules/core-js/modules/es.string.italics.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var createHTML = require('../internals/create-html');
-var forcedStringHTMLMethod = require('../internals/string-html-forced');
-
-// `String.prototype.italics` method
-// https://tc39.github.io/ecma262/#sec-string.prototype.italics
-$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('italics') }, {
- italics: function italics() {
- return createHTML(this, 'i', '', '');
- }
-});
diff --git a/node_modules/core-js/modules/es.string.iterator.js b/node_modules/core-js/modules/es.string.iterator.js
deleted file mode 100644
index 8a268e0..0000000
--- a/node_modules/core-js/modules/es.string.iterator.js
+++ /dev/null
@@ -1,29 +0,0 @@
-'use strict';
-var charAt = require('../internals/string-multibyte').charAt;
-var InternalStateModule = require('../internals/internal-state');
-var defineIterator = require('../internals/define-iterator');
-
-var STRING_ITERATOR = 'String Iterator';
-var setInternalState = InternalStateModule.set;
-var getInternalState = InternalStateModule.getterFor(STRING_ITERATOR);
-
-// `String.prototype[@@iterator]` method
-// https://tc39.github.io/ecma262/#sec-string.prototype-@@iterator
-defineIterator(String, 'String', function (iterated) {
- setInternalState(this, {
- type: STRING_ITERATOR,
- string: String(iterated),
- index: 0
- });
-// `%StringIteratorPrototype%.next` method
-// https://tc39.github.io/ecma262/#sec-%stringiteratorprototype%.next
-}, function next() {
- var state = getInternalState(this);
- var string = state.string;
- var index = state.index;
- var point;
- if (index >= string.length) return { value: undefined, done: true };
- point = charAt(string, index);
- state.index += point.length;
- return { value: point, done: false };
-});
diff --git a/node_modules/core-js/modules/es.string.link.js b/node_modules/core-js/modules/es.string.link.js
deleted file mode 100644
index 65f8232..0000000
--- a/node_modules/core-js/modules/es.string.link.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var createHTML = require('../internals/create-html');
-var forcedStringHTMLMethod = require('../internals/string-html-forced');
-
-// `String.prototype.link` method
-// https://tc39.github.io/ecma262/#sec-string.prototype.link
-$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('link') }, {
- link: function link(url) {
- return createHTML(this, 'a', 'href', url);
- }
-});
diff --git a/node_modules/core-js/modules/es.string.match-all.js b/node_modules/core-js/modules/es.string.match-all.js
deleted file mode 100644
index 3fc36eb..0000000
--- a/node_modules/core-js/modules/es.string.match-all.js
+++ /dev/null
@@ -1,109 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var createIteratorConstructor = require('../internals/create-iterator-constructor');
-var requireObjectCoercible = require('../internals/require-object-coercible');
-var toLength = require('../internals/to-length');
-var aFunction = require('../internals/a-function');
-var anObject = require('../internals/an-object');
-var classof = require('../internals/classof-raw');
-var isRegExp = require('../internals/is-regexp');
-var getRegExpFlags = require('../internals/regexp-flags');
-var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');
-var fails = require('../internals/fails');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-var speciesConstructor = require('../internals/species-constructor');
-var advanceStringIndex = require('../internals/advance-string-index');
-var InternalStateModule = require('../internals/internal-state');
-var IS_PURE = require('../internals/is-pure');
-
-var MATCH_ALL = wellKnownSymbol('matchAll');
-var REGEXP_STRING = 'RegExp String';
-var REGEXP_STRING_ITERATOR = REGEXP_STRING + ' Iterator';
-var setInternalState = InternalStateModule.set;
-var getInternalState = InternalStateModule.getterFor(REGEXP_STRING_ITERATOR);
-var RegExpPrototype = RegExp.prototype;
-var regExpBuiltinExec = RegExpPrototype.exec;
-var nativeMatchAll = ''.matchAll;
-
-var WORKS_WITH_NON_GLOBAL_REGEX = !!nativeMatchAll && !fails(function () {
- 'a'.matchAll(/./);
-});
-
-var regExpExec = function (R, S) {
- var exec = R.exec;
- var result;
- if (typeof exec == 'function') {
- result = exec.call(R, S);
- if (typeof result != 'object') throw TypeError('Incorrect exec result');
- return result;
- } return regExpBuiltinExec.call(R, S);
-};
-
-// eslint-disable-next-line max-len
-var $RegExpStringIterator = createIteratorConstructor(function RegExpStringIterator(regexp, string, global, fullUnicode) {
- setInternalState(this, {
- type: REGEXP_STRING_ITERATOR,
- regexp: regexp,
- string: string,
- global: global,
- unicode: fullUnicode,
- done: false
- });
-}, REGEXP_STRING, function next() {
- var state = getInternalState(this);
- if (state.done) return { value: undefined, done: true };
- var R = state.regexp;
- var S = state.string;
- var match = regExpExec(R, S);
- if (match === null) return { value: undefined, done: state.done = true };
- if (state.global) {
- if (String(match[0]) == '') R.lastIndex = advanceStringIndex(S, toLength(R.lastIndex), state.unicode);
- return { value: match, done: false };
- }
- state.done = true;
- return { value: match, done: false };
-});
-
-var $matchAll = function (string) {
- var R = anObject(this);
- var S = String(string);
- var C, flagsValue, flags, matcher, global, fullUnicode;
- C = speciesConstructor(R, RegExp);
- flagsValue = R.flags;
- if (flagsValue === undefined && R instanceof RegExp && !('flags' in RegExpPrototype)) {
- flagsValue = getRegExpFlags.call(R);
- }
- flags = flagsValue === undefined ? '' : String(flagsValue);
- matcher = new C(C === RegExp ? R.source : R, flags);
- global = !!~flags.indexOf('g');
- fullUnicode = !!~flags.indexOf('u');
- matcher.lastIndex = toLength(R.lastIndex);
- return new $RegExpStringIterator(matcher, S, global, fullUnicode);
-};
-
-// `String.prototype.matchAll` method
-// https://github.com/tc39/proposal-string-matchall
-$({ target: 'String', proto: true, forced: WORKS_WITH_NON_GLOBAL_REGEX }, {
- matchAll: function matchAll(regexp) {
- var O = requireObjectCoercible(this);
- var flags, S, matcher, rx;
- if (regexp != null) {
- if (isRegExp(regexp)) {
- flags = String(requireObjectCoercible('flags' in RegExpPrototype
- ? regexp.flags
- : getRegExpFlags.call(regexp)
- ));
- if (!~flags.indexOf('g')) throw TypeError('`.matchAll` does not allow non-global regexes');
- }
- if (WORKS_WITH_NON_GLOBAL_REGEX) return nativeMatchAll.apply(O, arguments);
- matcher = regexp[MATCH_ALL];
- if (matcher === undefined && IS_PURE && classof(regexp) == 'RegExp') matcher = $matchAll;
- if (matcher != null) return aFunction(matcher).call(regexp, O);
- } else if (WORKS_WITH_NON_GLOBAL_REGEX) return nativeMatchAll.apply(O, arguments);
- S = String(O);
- rx = new RegExp(regexp, 'g');
- return IS_PURE ? $matchAll.call(rx, S) : rx[MATCH_ALL](S);
- }
-});
-
-IS_PURE || MATCH_ALL in RegExpPrototype || createNonEnumerableProperty(RegExpPrototype, MATCH_ALL, $matchAll);
diff --git a/node_modules/core-js/modules/es.string.match.js b/node_modules/core-js/modules/es.string.match.js
deleted file mode 100644
index b69a2a2..0000000
--- a/node_modules/core-js/modules/es.string.match.js
+++ /dev/null
@@ -1,44 +0,0 @@
-'use strict';
-var fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');
-var anObject = require('../internals/an-object');
-var toLength = require('../internals/to-length');
-var requireObjectCoercible = require('../internals/require-object-coercible');
-var advanceStringIndex = require('../internals/advance-string-index');
-var regExpExec = require('../internals/regexp-exec-abstract');
-
-// @@match logic
-fixRegExpWellKnownSymbolLogic('match', 1, function (MATCH, nativeMatch, maybeCallNative) {
- return [
- // `String.prototype.match` method
- // https://tc39.github.io/ecma262/#sec-string.prototype.match
- function match(regexp) {
- var O = requireObjectCoercible(this);
- var matcher = regexp == undefined ? undefined : regexp[MATCH];
- return matcher !== undefined ? matcher.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));
- },
- // `RegExp.prototype[@@match]` method
- // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@match
- function (regexp) {
- var res = maybeCallNative(nativeMatch, regexp, this);
- if (res.done) return res.value;
-
- var rx = anObject(regexp);
- var S = String(this);
-
- if (!rx.global) return regExpExec(rx, S);
-
- var fullUnicode = rx.unicode;
- rx.lastIndex = 0;
- var A = [];
- var n = 0;
- var result;
- while ((result = regExpExec(rx, S)) !== null) {
- var matchStr = String(result[0]);
- A[n] = matchStr;
- if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);
- n++;
- }
- return n === 0 ? null : A;
- }
- ];
-});
diff --git a/node_modules/core-js/modules/es.string.pad-end.js b/node_modules/core-js/modules/es.string.pad-end.js
deleted file mode 100644
index 9108024..0000000
--- a/node_modules/core-js/modules/es.string.pad-end.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var $padEnd = require('../internals/string-pad').end;
-var WEBKIT_BUG = require('../internals/string-pad-webkit-bug');
-
-// `String.prototype.padEnd` method
-// https://tc39.github.io/ecma262/#sec-string.prototype.padend
-$({ target: 'String', proto: true, forced: WEBKIT_BUG }, {
- padEnd: function padEnd(maxLength /* , fillString = ' ' */) {
- return $padEnd(this, maxLength, arguments.length > 1 ? arguments[1] : undefined);
- }
-});
diff --git a/node_modules/core-js/modules/es.string.pad-start.js b/node_modules/core-js/modules/es.string.pad-start.js
deleted file mode 100644
index 69b788f..0000000
--- a/node_modules/core-js/modules/es.string.pad-start.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var $padStart = require('../internals/string-pad').start;
-var WEBKIT_BUG = require('../internals/string-pad-webkit-bug');
-
-// `String.prototype.padStart` method
-// https://tc39.github.io/ecma262/#sec-string.prototype.padstart
-$({ target: 'String', proto: true, forced: WEBKIT_BUG }, {
- padStart: function padStart(maxLength /* , fillString = ' ' */) {
- return $padStart(this, maxLength, arguments.length > 1 ? arguments[1] : undefined);
- }
-});
diff --git a/node_modules/core-js/modules/es.string.raw.js b/node_modules/core-js/modules/es.string.raw.js
deleted file mode 100644
index beb0783..0000000
--- a/node_modules/core-js/modules/es.string.raw.js
+++ /dev/null
@@ -1,19 +0,0 @@
-var $ = require('../internals/export');
-var toIndexedObject = require('../internals/to-indexed-object');
-var toLength = require('../internals/to-length');
-
-// `String.raw` method
-// https://tc39.github.io/ecma262/#sec-string.raw
-$({ target: 'String', stat: true }, {
- raw: function raw(template) {
- var rawTemplate = toIndexedObject(template.raw);
- var literalSegments = toLength(rawTemplate.length);
- var argumentsLength = arguments.length;
- var elements = [];
- var i = 0;
- while (literalSegments > i) {
- elements.push(String(rawTemplate[i++]));
- if (i < argumentsLength) elements.push(String(arguments[i]));
- } return elements.join('');
- }
-});
diff --git a/node_modules/core-js/modules/es.string.repeat.js b/node_modules/core-js/modules/es.string.repeat.js
deleted file mode 100644
index 43890aa..0000000
--- a/node_modules/core-js/modules/es.string.repeat.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var $ = require('../internals/export');
-var repeat = require('../internals/string-repeat');
-
-// `String.prototype.repeat` method
-// https://tc39.github.io/ecma262/#sec-string.prototype.repeat
-$({ target: 'String', proto: true }, {
- repeat: repeat
-});
diff --git a/node_modules/core-js/modules/es.string.replace-all.js b/node_modules/core-js/modules/es.string.replace-all.js
deleted file mode 100644
index 22220ee..0000000
--- a/node_modules/core-js/modules/es.string.replace-all.js
+++ /dev/null
@@ -1,50 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var requireObjectCoercible = require('../internals/require-object-coercible');
-var isRegExp = require('../internals/is-regexp');
-var getRegExpFlags = require('../internals/regexp-flags');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-var IS_PURE = require('../internals/is-pure');
-
-var REPLACE = wellKnownSymbol('replace');
-var RegExpPrototype = RegExp.prototype;
-
-// `String.prototype.replaceAll` method
-// https://github.com/tc39/proposal-string-replace-all
-$({ target: 'String', proto: true }, {
- replaceAll: function replaceAll(searchValue, replaceValue) {
- var O = requireObjectCoercible(this);
- var IS_REG_EXP, flags, replacer, string, searchString, template, result, position, index;
- if (searchValue != null) {
- IS_REG_EXP = isRegExp(searchValue);
- if (IS_REG_EXP) {
- flags = String(requireObjectCoercible('flags' in RegExpPrototype
- ? searchValue.flags
- : getRegExpFlags.call(searchValue)
- ));
- if (!~flags.indexOf('g')) throw TypeError('`.replaceAll` does not allow non-global regexes');
- }
- replacer = searchValue[REPLACE];
- if (replacer !== undefined) {
- return replacer.call(searchValue, O, replaceValue);
- } else if (IS_PURE && IS_REG_EXP) {
- return String(O).replace(searchValue, replaceValue);
- }
- }
- string = String(O);
- searchString = String(searchValue);
- if (searchString === '') return replaceAll.call(string, /(?:)/g, replaceValue);
- template = string.split(searchString);
- if (typeof replaceValue !== 'function') {
- return template.join(String(replaceValue));
- }
- result = template[0];
- position = result.length;
- for (index = 1; index < template.length; index++) {
- result += String(replaceValue(searchString, position, string));
- position += searchString.length + template[index].length;
- result += template[index];
- }
- return result;
- }
-});
diff --git a/node_modules/core-js/modules/es.string.replace.js b/node_modules/core-js/modules/es.string.replace.js
deleted file mode 100644
index b11e306..0000000
--- a/node_modules/core-js/modules/es.string.replace.js
+++ /dev/null
@@ -1,135 +0,0 @@
-'use strict';
-var fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');
-var anObject = require('../internals/an-object');
-var toObject = require('../internals/to-object');
-var toLength = require('../internals/to-length');
-var toInteger = require('../internals/to-integer');
-var requireObjectCoercible = require('../internals/require-object-coercible');
-var advanceStringIndex = require('../internals/advance-string-index');
-var regExpExec = require('../internals/regexp-exec-abstract');
-
-var max = Math.max;
-var min = Math.min;
-var floor = Math.floor;
-var SUBSTITUTION_SYMBOLS = /\$([$&'`]|\d\d?|<[^>]*>)/g;
-var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&'`]|\d\d?)/g;
-
-var maybeToString = function (it) {
- return it === undefined ? it : String(it);
-};
-
-// @@replace logic
-fixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {
- var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;
- var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;
- var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';
-
- return [
- // `String.prototype.replace` method
- // https://tc39.github.io/ecma262/#sec-string.prototype.replace
- function replace(searchValue, replaceValue) {
- var O = requireObjectCoercible(this);
- var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];
- return replacer !== undefined
- ? replacer.call(searchValue, O, replaceValue)
- : nativeReplace.call(String(O), searchValue, replaceValue);
- },
- // `RegExp.prototype[@@replace]` method
- // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@replace
- function (regexp, replaceValue) {
- if (
- (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||
- (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)
- ) {
- var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);
- if (res.done) return res.value;
- }
-
- var rx = anObject(regexp);
- var S = String(this);
-
- var functionalReplace = typeof replaceValue === 'function';
- if (!functionalReplace) replaceValue = String(replaceValue);
-
- var global = rx.global;
- if (global) {
- var fullUnicode = rx.unicode;
- rx.lastIndex = 0;
- }
- var results = [];
- while (true) {
- var result = regExpExec(rx, S);
- if (result === null) break;
-
- results.push(result);
- if (!global) break;
-
- var matchStr = String(result[0]);
- if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);
- }
-
- var accumulatedResult = '';
- var nextSourcePosition = 0;
- for (var i = 0; i < results.length; i++) {
- result = results[i];
-
- var matched = String(result[0]);
- var position = max(min(toInteger(result.index), S.length), 0);
- var captures = [];
- // NOTE: This is equivalent to
- // captures = result.slice(1).map(maybeToString)
- // but for some reason `nativeSlice.call(result, 1, result.length)` (called in
- // the slice polyfill when slicing native arrays) "doesn't work" in safari 9 and
- // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.
- for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));
- var namedCaptures = result.groups;
- if (functionalReplace) {
- var replacerArgs = [matched].concat(captures, position, S);
- if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);
- var replacement = String(replaceValue.apply(undefined, replacerArgs));
- } else {
- replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);
- }
- if (position >= nextSourcePosition) {
- accumulatedResult += S.slice(nextSourcePosition, position) + replacement;
- nextSourcePosition = position + matched.length;
- }
- }
- return accumulatedResult + S.slice(nextSourcePosition);
- }
- ];
-
- // https://tc39.github.io/ecma262/#sec-getsubstitution
- function getSubstitution(matched, str, position, captures, namedCaptures, replacement) {
- var tailPos = position + matched.length;
- var m = captures.length;
- var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;
- if (namedCaptures !== undefined) {
- namedCaptures = toObject(namedCaptures);
- symbols = SUBSTITUTION_SYMBOLS;
- }
- return nativeReplace.call(replacement, symbols, function (match, ch) {
- var capture;
- switch (ch.charAt(0)) {
- case '$': return '$';
- case '&': return matched;
- case '`': return str.slice(0, position);
- case "'": return str.slice(tailPos);
- case '<':
- capture = namedCaptures[ch.slice(1, -1)];
- break;
- default: // \d\d?
- var n = +ch;
- if (n === 0) return match;
- if (n > m) {
- var f = floor(n / 10);
- if (f === 0) return match;
- if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);
- return match;
- }
- capture = captures[n - 1];
- }
- return capture === undefined ? '' : capture;
- });
- }
-});
diff --git a/node_modules/core-js/modules/es.string.search.js b/node_modules/core-js/modules/es.string.search.js
deleted file mode 100644
index 8322e22..0000000
--- a/node_modules/core-js/modules/es.string.search.js
+++ /dev/null
@@ -1,34 +0,0 @@
-'use strict';
-var fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');
-var anObject = require('../internals/an-object');
-var requireObjectCoercible = require('../internals/require-object-coercible');
-var sameValue = require('../internals/same-value');
-var regExpExec = require('../internals/regexp-exec-abstract');
-
-// @@search logic
-fixRegExpWellKnownSymbolLogic('search', 1, function (SEARCH, nativeSearch, maybeCallNative) {
- return [
- // `String.prototype.search` method
- // https://tc39.github.io/ecma262/#sec-string.prototype.search
- function search(regexp) {
- var O = requireObjectCoercible(this);
- var searcher = regexp == undefined ? undefined : regexp[SEARCH];
- return searcher !== undefined ? searcher.call(regexp, O) : new RegExp(regexp)[SEARCH](String(O));
- },
- // `RegExp.prototype[@@search]` method
- // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@search
- function (regexp) {
- var res = maybeCallNative(nativeSearch, regexp, this);
- if (res.done) return res.value;
-
- var rx = anObject(regexp);
- var S = String(this);
-
- var previousLastIndex = rx.lastIndex;
- if (!sameValue(previousLastIndex, 0)) rx.lastIndex = 0;
- var result = regExpExec(rx, S);
- if (!sameValue(rx.lastIndex, previousLastIndex)) rx.lastIndex = previousLastIndex;
- return result === null ? -1 : result.index;
- }
- ];
-});
diff --git a/node_modules/core-js/modules/es.string.small.js b/node_modules/core-js/modules/es.string.small.js
deleted file mode 100644
index c8587d6..0000000
--- a/node_modules/core-js/modules/es.string.small.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var createHTML = require('../internals/create-html');
-var forcedStringHTMLMethod = require('../internals/string-html-forced');
-
-// `String.prototype.small` method
-// https://tc39.github.io/ecma262/#sec-string.prototype.small
-$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('small') }, {
- small: function small() {
- return createHTML(this, 'small', '', '');
- }
-});
diff --git a/node_modules/core-js/modules/es.string.split.js b/node_modules/core-js/modules/es.string.split.js
deleted file mode 100644
index 26743f5..0000000
--- a/node_modules/core-js/modules/es.string.split.js
+++ /dev/null
@@ -1,134 +0,0 @@
-'use strict';
-var fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');
-var isRegExp = require('../internals/is-regexp');
-var anObject = require('../internals/an-object');
-var requireObjectCoercible = require('../internals/require-object-coercible');
-var speciesConstructor = require('../internals/species-constructor');
-var advanceStringIndex = require('../internals/advance-string-index');
-var toLength = require('../internals/to-length');
-var callRegExpExec = require('../internals/regexp-exec-abstract');
-var regexpExec = require('../internals/regexp-exec');
-var fails = require('../internals/fails');
-
-var arrayPush = [].push;
-var min = Math.min;
-var MAX_UINT32 = 0xFFFFFFFF;
-
-// babel-minify transpiles RegExp('x', 'y') -> /x/y and it causes SyntaxError
-var SUPPORTS_Y = !fails(function () { return !RegExp(MAX_UINT32, 'y'); });
-
-// @@split logic
-fixRegExpWellKnownSymbolLogic('split', 2, function (SPLIT, nativeSplit, maybeCallNative) {
- var internalSplit;
- if (
- 'abbc'.split(/(b)*/)[1] == 'c' ||
- 'test'.split(/(?:)/, -1).length != 4 ||
- 'ab'.split(/(?:ab)*/).length != 2 ||
- '.'.split(/(.?)(.?)/).length != 4 ||
- '.'.split(/()()/).length > 1 ||
- ''.split(/.?/).length
- ) {
- // based on es5-shim implementation, need to rework it
- internalSplit = function (separator, limit) {
- var string = String(requireObjectCoercible(this));
- var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;
- if (lim === 0) return [];
- if (separator === undefined) return [string];
- // If `separator` is not a regex, use native split
- if (!isRegExp(separator)) {
- return nativeSplit.call(string, separator, lim);
- }
- var output = [];
- var flags = (separator.ignoreCase ? 'i' : '') +
- (separator.multiline ? 'm' : '') +
- (separator.unicode ? 'u' : '') +
- (separator.sticky ? 'y' : '');
- var lastLastIndex = 0;
- // Make `global` and avoid `lastIndex` issues by working with a copy
- var separatorCopy = new RegExp(separator.source, flags + 'g');
- var match, lastIndex, lastLength;
- while (match = regexpExec.call(separatorCopy, string)) {
- lastIndex = separatorCopy.lastIndex;
- if (lastIndex > lastLastIndex) {
- output.push(string.slice(lastLastIndex, match.index));
- if (match.length > 1 && match.index < string.length) arrayPush.apply(output, match.slice(1));
- lastLength = match[0].length;
- lastLastIndex = lastIndex;
- if (output.length >= lim) break;
- }
- if (separatorCopy.lastIndex === match.index) separatorCopy.lastIndex++; // Avoid an infinite loop
- }
- if (lastLastIndex === string.length) {
- if (lastLength || !separatorCopy.test('')) output.push('');
- } else output.push(string.slice(lastLastIndex));
- return output.length > lim ? output.slice(0, lim) : output;
- };
- // Chakra, V8
- } else if ('0'.split(undefined, 0).length) {
- internalSplit = function (separator, limit) {
- return separator === undefined && limit === 0 ? [] : nativeSplit.call(this, separator, limit);
- };
- } else internalSplit = nativeSplit;
-
- return [
- // `String.prototype.split` method
- // https://tc39.github.io/ecma262/#sec-string.prototype.split
- function split(separator, limit) {
- var O = requireObjectCoercible(this);
- var splitter = separator == undefined ? undefined : separator[SPLIT];
- return splitter !== undefined
- ? splitter.call(separator, O, limit)
- : internalSplit.call(String(O), separator, limit);
- },
- // `RegExp.prototype[@@split]` method
- // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@split
- //
- // NOTE: This cannot be properly polyfilled in engines that don't support
- // the 'y' flag.
- function (regexp, limit) {
- var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== nativeSplit);
- if (res.done) return res.value;
-
- var rx = anObject(regexp);
- var S = String(this);
- var C = speciesConstructor(rx, RegExp);
-
- var unicodeMatching = rx.unicode;
- var flags = (rx.ignoreCase ? 'i' : '') +
- (rx.multiline ? 'm' : '') +
- (rx.unicode ? 'u' : '') +
- (SUPPORTS_Y ? 'y' : 'g');
-
- // ^(? + rx + ) is needed, in combination with some S slicing, to
- // simulate the 'y' flag.
- var splitter = new C(SUPPORTS_Y ? rx : '^(?:' + rx.source + ')', flags);
- var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;
- if (lim === 0) return [];
- if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];
- var p = 0;
- var q = 0;
- var A = [];
- while (q < S.length) {
- splitter.lastIndex = SUPPORTS_Y ? q : 0;
- var z = callRegExpExec(splitter, SUPPORTS_Y ? S : S.slice(q));
- var e;
- if (
- z === null ||
- (e = min(toLength(splitter.lastIndex + (SUPPORTS_Y ? 0 : q)), S.length)) === p
- ) {
- q = advanceStringIndex(S, q, unicodeMatching);
- } else {
- A.push(S.slice(p, q));
- if (A.length === lim) return A;
- for (var i = 1; i <= z.length - 1; i++) {
- A.push(z[i]);
- if (A.length === lim) return A;
- }
- q = p = e;
- }
- }
- A.push(S.slice(p));
- return A;
- }
- ];
-}, !SUPPORTS_Y);
diff --git a/node_modules/core-js/modules/es.string.starts-with.js b/node_modules/core-js/modules/es.string.starts-with.js
deleted file mode 100644
index e4fe655..0000000
--- a/node_modules/core-js/modules/es.string.starts-with.js
+++ /dev/null
@@ -1,32 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;
-var toLength = require('../internals/to-length');
-var notARegExp = require('../internals/not-a-regexp');
-var requireObjectCoercible = require('../internals/require-object-coercible');
-var correctIsRegExpLogic = require('../internals/correct-is-regexp-logic');
-var IS_PURE = require('../internals/is-pure');
-
-var nativeStartsWith = ''.startsWith;
-var min = Math.min;
-
-var CORRECT_IS_REGEXP_LOGIC = correctIsRegExpLogic('startsWith');
-// https://github.com/zloirock/core-js/pull/702
-var MDN_POLYFILL_BUG = !IS_PURE && !CORRECT_IS_REGEXP_LOGIC && !!function () {
- var descriptor = getOwnPropertyDescriptor(String.prototype, 'startsWith');
- return descriptor && !descriptor.writable;
-}();
-
-// `String.prototype.startsWith` method
-// https://tc39.github.io/ecma262/#sec-string.prototype.startswith
-$({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG && !CORRECT_IS_REGEXP_LOGIC }, {
- startsWith: function startsWith(searchString /* , position = 0 */) {
- var that = String(requireObjectCoercible(this));
- notARegExp(searchString);
- var index = toLength(min(arguments.length > 1 ? arguments[1] : undefined, that.length));
- var search = String(searchString);
- return nativeStartsWith
- ? nativeStartsWith.call(that, search, index)
- : that.slice(index, index + search.length) === search;
- }
-});
diff --git a/node_modules/core-js/modules/es.string.strike.js b/node_modules/core-js/modules/es.string.strike.js
deleted file mode 100644
index 4f0fa2e..0000000
--- a/node_modules/core-js/modules/es.string.strike.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var createHTML = require('../internals/create-html');
-var forcedStringHTMLMethod = require('../internals/string-html-forced');
-
-// `String.prototype.strike` method
-// https://tc39.github.io/ecma262/#sec-string.prototype.strike
-$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('strike') }, {
- strike: function strike() {
- return createHTML(this, 'strike', '', '');
- }
-});
diff --git a/node_modules/core-js/modules/es.string.sub.js b/node_modules/core-js/modules/es.string.sub.js
deleted file mode 100644
index 4b901d2..0000000
--- a/node_modules/core-js/modules/es.string.sub.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var createHTML = require('../internals/create-html');
-var forcedStringHTMLMethod = require('../internals/string-html-forced');
-
-// `String.prototype.sub` method
-// https://tc39.github.io/ecma262/#sec-string.prototype.sub
-$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('sub') }, {
- sub: function sub() {
- return createHTML(this, 'sub', '', '');
- }
-});
diff --git a/node_modules/core-js/modules/es.string.sup.js b/node_modules/core-js/modules/es.string.sup.js
deleted file mode 100644
index 3fc0b18..0000000
--- a/node_modules/core-js/modules/es.string.sup.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var createHTML = require('../internals/create-html');
-var forcedStringHTMLMethod = require('../internals/string-html-forced');
-
-// `String.prototype.sup` method
-// https://tc39.github.io/ecma262/#sec-string.prototype.sup
-$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('sup') }, {
- sup: function sup() {
- return createHTML(this, 'sup', '', '');
- }
-});
diff --git a/node_modules/core-js/modules/es.string.trim-end.js b/node_modules/core-js/modules/es.string.trim-end.js
deleted file mode 100644
index 4db829a..0000000
--- a/node_modules/core-js/modules/es.string.trim-end.js
+++ /dev/null
@@ -1,17 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var $trimEnd = require('../internals/string-trim').end;
-var forcedStringTrimMethod = require('../internals/string-trim-forced');
-
-var FORCED = forcedStringTrimMethod('trimEnd');
-
-var trimEnd = FORCED ? function trimEnd() {
- return $trimEnd(this);
-} : ''.trimEnd;
-
-// `String.prototype.{ trimEnd, trimRight }` methods
-// https://github.com/tc39/ecmascript-string-left-right-trim
-$({ target: 'String', proto: true, forced: FORCED }, {
- trimEnd: trimEnd,
- trimRight: trimEnd
-});
diff --git a/node_modules/core-js/modules/es.string.trim-start.js b/node_modules/core-js/modules/es.string.trim-start.js
deleted file mode 100644
index b4f6e43..0000000
--- a/node_modules/core-js/modules/es.string.trim-start.js
+++ /dev/null
@@ -1,17 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var $trimStart = require('../internals/string-trim').start;
-var forcedStringTrimMethod = require('../internals/string-trim-forced');
-
-var FORCED = forcedStringTrimMethod('trimStart');
-
-var trimStart = FORCED ? function trimStart() {
- return $trimStart(this);
-} : ''.trimStart;
-
-// `String.prototype.{ trimStart, trimLeft }` methods
-// https://github.com/tc39/ecmascript-string-left-right-trim
-$({ target: 'String', proto: true, forced: FORCED }, {
- trimStart: trimStart,
- trimLeft: trimStart
-});
diff --git a/node_modules/core-js/modules/es.string.trim.js b/node_modules/core-js/modules/es.string.trim.js
deleted file mode 100644
index 124768f..0000000
--- a/node_modules/core-js/modules/es.string.trim.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var $trim = require('../internals/string-trim').trim;
-var forcedStringTrimMethod = require('../internals/string-trim-forced');
-
-// `String.prototype.trim` method
-// https://tc39.github.io/ecma262/#sec-string.prototype.trim
-$({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {
- trim: function trim() {
- return $trim(this);
- }
-});
diff --git a/node_modules/core-js/modules/es.symbol.async-iterator.js b/node_modules/core-js/modules/es.symbol.async-iterator.js
deleted file mode 100644
index ecf7281..0000000
--- a/node_modules/core-js/modules/es.symbol.async-iterator.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var defineWellKnownSymbol = require('../internals/define-well-known-symbol');
-
-// `Symbol.asyncIterator` well-known symbol
-// https://tc39.github.io/ecma262/#sec-symbol.asynciterator
-defineWellKnownSymbol('asyncIterator');
diff --git a/node_modules/core-js/modules/es.symbol.description.js b/node_modules/core-js/modules/es.symbol.description.js
deleted file mode 100644
index ea67abf..0000000
--- a/node_modules/core-js/modules/es.symbol.description.js
+++ /dev/null
@@ -1,50 +0,0 @@
-// `Symbol.prototype.description` getter
-// https://tc39.github.io/ecma262/#sec-symbol.prototype.description
-'use strict';
-var $ = require('../internals/export');
-var DESCRIPTORS = require('../internals/descriptors');
-var global = require('../internals/global');
-var has = require('../internals/has');
-var isObject = require('../internals/is-object');
-var defineProperty = require('../internals/object-define-property').f;
-var copyConstructorProperties = require('../internals/copy-constructor-properties');
-
-var NativeSymbol = global.Symbol;
-
-if (DESCRIPTORS && typeof NativeSymbol == 'function' && (!('description' in NativeSymbol.prototype) ||
- // Safari 12 bug
- NativeSymbol().description !== undefined
-)) {
- var EmptyStringDescriptionStore = {};
- // wrap Symbol constructor for correct work with undefined description
- var SymbolWrapper = function Symbol() {
- var description = arguments.length < 1 || arguments[0] === undefined ? undefined : String(arguments[0]);
- var result = this instanceof SymbolWrapper
- ? new NativeSymbol(description)
- // in Edge 13, String(Symbol(undefined)) === 'Symbol(undefined)'
- : description === undefined ? NativeSymbol() : NativeSymbol(description);
- if (description === '') EmptyStringDescriptionStore[result] = true;
- return result;
- };
- copyConstructorProperties(SymbolWrapper, NativeSymbol);
- var symbolPrototype = SymbolWrapper.prototype = NativeSymbol.prototype;
- symbolPrototype.constructor = SymbolWrapper;
-
- var symbolToString = symbolPrototype.toString;
- var native = String(NativeSymbol('test')) == 'Symbol(test)';
- var regexp = /^Symbol\((.*)\)[^)]+$/;
- defineProperty(symbolPrototype, 'description', {
- configurable: true,
- get: function description() {
- var symbol = isObject(this) ? this.valueOf() : this;
- var string = symbolToString.call(symbol);
- if (has(EmptyStringDescriptionStore, symbol)) return '';
- var desc = native ? string.slice(7, -1) : string.replace(regexp, '$1');
- return desc === '' ? undefined : desc;
- }
- });
-
- $({ global: true, forced: true }, {
- Symbol: SymbolWrapper
- });
-}
diff --git a/node_modules/core-js/modules/es.symbol.has-instance.js b/node_modules/core-js/modules/es.symbol.has-instance.js
deleted file mode 100644
index 2226ddb..0000000
--- a/node_modules/core-js/modules/es.symbol.has-instance.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var defineWellKnownSymbol = require('../internals/define-well-known-symbol');
-
-// `Symbol.hasInstance` well-known symbol
-// https://tc39.github.io/ecma262/#sec-symbol.hasinstance
-defineWellKnownSymbol('hasInstance');
diff --git a/node_modules/core-js/modules/es.symbol.is-concat-spreadable.js b/node_modules/core-js/modules/es.symbol.is-concat-spreadable.js
deleted file mode 100644
index d53771b..0000000
--- a/node_modules/core-js/modules/es.symbol.is-concat-spreadable.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var defineWellKnownSymbol = require('../internals/define-well-known-symbol');
-
-// `Symbol.isConcatSpreadable` well-known symbol
-// https://tc39.github.io/ecma262/#sec-symbol.isconcatspreadable
-defineWellKnownSymbol('isConcatSpreadable');
diff --git a/node_modules/core-js/modules/es.symbol.iterator.js b/node_modules/core-js/modules/es.symbol.iterator.js
deleted file mode 100644
index e43878d..0000000
--- a/node_modules/core-js/modules/es.symbol.iterator.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var defineWellKnownSymbol = require('../internals/define-well-known-symbol');
-
-// `Symbol.iterator` well-known symbol
-// https://tc39.github.io/ecma262/#sec-symbol.iterator
-defineWellKnownSymbol('iterator');
diff --git a/node_modules/core-js/modules/es.symbol.js b/node_modules/core-js/modules/es.symbol.js
deleted file mode 100644
index 07f1ee9..0000000
--- a/node_modules/core-js/modules/es.symbol.js
+++ /dev/null
@@ -1,311 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var global = require('../internals/global');
-var getBuiltIn = require('../internals/get-built-in');
-var IS_PURE = require('../internals/is-pure');
-var DESCRIPTORS = require('../internals/descriptors');
-var NATIVE_SYMBOL = require('../internals/native-symbol');
-var USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');
-var fails = require('../internals/fails');
-var has = require('../internals/has');
-var isArray = require('../internals/is-array');
-var isObject = require('../internals/is-object');
-var anObject = require('../internals/an-object');
-var toObject = require('../internals/to-object');
-var toIndexedObject = require('../internals/to-indexed-object');
-var toPrimitive = require('../internals/to-primitive');
-var createPropertyDescriptor = require('../internals/create-property-descriptor');
-var nativeObjectCreate = require('../internals/object-create');
-var objectKeys = require('../internals/object-keys');
-var getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');
-var getOwnPropertyNamesExternal = require('../internals/object-get-own-property-names-external');
-var getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');
-var getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');
-var definePropertyModule = require('../internals/object-define-property');
-var propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');
-var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');
-var redefine = require('../internals/redefine');
-var shared = require('../internals/shared');
-var sharedKey = require('../internals/shared-key');
-var hiddenKeys = require('../internals/hidden-keys');
-var uid = require('../internals/uid');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-var wrappedWellKnownSymbolModule = require('../internals/well-known-symbol-wrapped');
-var defineWellKnownSymbol = require('../internals/define-well-known-symbol');
-var setToStringTag = require('../internals/set-to-string-tag');
-var InternalStateModule = require('../internals/internal-state');
-var $forEach = require('../internals/array-iteration').forEach;
-
-var HIDDEN = sharedKey('hidden');
-var SYMBOL = 'Symbol';
-var PROTOTYPE = 'prototype';
-var TO_PRIMITIVE = wellKnownSymbol('toPrimitive');
-var setInternalState = InternalStateModule.set;
-var getInternalState = InternalStateModule.getterFor(SYMBOL);
-var ObjectPrototype = Object[PROTOTYPE];
-var $Symbol = global.Symbol;
-var $stringify = getBuiltIn('JSON', 'stringify');
-var nativeGetOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
-var nativeDefineProperty = definePropertyModule.f;
-var nativeGetOwnPropertyNames = getOwnPropertyNamesExternal.f;
-var nativePropertyIsEnumerable = propertyIsEnumerableModule.f;
-var AllSymbols = shared('symbols');
-var ObjectPrototypeSymbols = shared('op-symbols');
-var StringToSymbolRegistry = shared('string-to-symbol-registry');
-var SymbolToStringRegistry = shared('symbol-to-string-registry');
-var WellKnownSymbolsStore = shared('wks');
-var QObject = global.QObject;
-// Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173
-var USE_SETTER = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild;
-
-// fallback for old Android, https://code.google.com/p/v8/issues/detail?id=687
-var setSymbolDescriptor = DESCRIPTORS && fails(function () {
- return nativeObjectCreate(nativeDefineProperty({}, 'a', {
- get: function () { return nativeDefineProperty(this, 'a', { value: 7 }).a; }
- })).a != 7;
-}) ? function (O, P, Attributes) {
- var ObjectPrototypeDescriptor = nativeGetOwnPropertyDescriptor(ObjectPrototype, P);
- if (ObjectPrototypeDescriptor) delete ObjectPrototype[P];
- nativeDefineProperty(O, P, Attributes);
- if (ObjectPrototypeDescriptor && O !== ObjectPrototype) {
- nativeDefineProperty(ObjectPrototype, P, ObjectPrototypeDescriptor);
- }
-} : nativeDefineProperty;
-
-var wrap = function (tag, description) {
- var symbol = AllSymbols[tag] = nativeObjectCreate($Symbol[PROTOTYPE]);
- setInternalState(symbol, {
- type: SYMBOL,
- tag: tag,
- description: description
- });
- if (!DESCRIPTORS) symbol.description = description;
- return symbol;
-};
-
-var isSymbol = USE_SYMBOL_AS_UID ? function (it) {
- return typeof it == 'symbol';
-} : function (it) {
- return Object(it) instanceof $Symbol;
-};
-
-var $defineProperty = function defineProperty(O, P, Attributes) {
- if (O === ObjectPrototype) $defineProperty(ObjectPrototypeSymbols, P, Attributes);
- anObject(O);
- var key = toPrimitive(P, true);
- anObject(Attributes);
- if (has(AllSymbols, key)) {
- if (!Attributes.enumerable) {
- if (!has(O, HIDDEN)) nativeDefineProperty(O, HIDDEN, createPropertyDescriptor(1, {}));
- O[HIDDEN][key] = true;
- } else {
- if (has(O, HIDDEN) && O[HIDDEN][key]) O[HIDDEN][key] = false;
- Attributes = nativeObjectCreate(Attributes, { enumerable: createPropertyDescriptor(0, false) });
- } return setSymbolDescriptor(O, key, Attributes);
- } return nativeDefineProperty(O, key, Attributes);
-};
-
-var $defineProperties = function defineProperties(O, Properties) {
- anObject(O);
- var properties = toIndexedObject(Properties);
- var keys = objectKeys(properties).concat($getOwnPropertySymbols(properties));
- $forEach(keys, function (key) {
- if (!DESCRIPTORS || $propertyIsEnumerable.call(properties, key)) $defineProperty(O, key, properties[key]);
- });
- return O;
-};
-
-var $create = function create(O, Properties) {
- return Properties === undefined ? nativeObjectCreate(O) : $defineProperties(nativeObjectCreate(O), Properties);
-};
-
-var $propertyIsEnumerable = function propertyIsEnumerable(V) {
- var P = toPrimitive(V, true);
- var enumerable = nativePropertyIsEnumerable.call(this, P);
- if (this === ObjectPrototype && has(AllSymbols, P) && !has(ObjectPrototypeSymbols, P)) return false;
- return enumerable || !has(this, P) || !has(AllSymbols, P) || has(this, HIDDEN) && this[HIDDEN][P] ? enumerable : true;
-};
-
-var $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(O, P) {
- var it = toIndexedObject(O);
- var key = toPrimitive(P, true);
- if (it === ObjectPrototype && has(AllSymbols, key) && !has(ObjectPrototypeSymbols, key)) return;
- var descriptor = nativeGetOwnPropertyDescriptor(it, key);
- if (descriptor && has(AllSymbols, key) && !(has(it, HIDDEN) && it[HIDDEN][key])) {
- descriptor.enumerable = true;
- }
- return descriptor;
-};
-
-var $getOwnPropertyNames = function getOwnPropertyNames(O) {
- var names = nativeGetOwnPropertyNames(toIndexedObject(O));
- var result = [];
- $forEach(names, function (key) {
- if (!has(AllSymbols, key) && !has(hiddenKeys, key)) result.push(key);
- });
- return result;
-};
-
-var $getOwnPropertySymbols = function getOwnPropertySymbols(O) {
- var IS_OBJECT_PROTOTYPE = O === ObjectPrototype;
- var names = nativeGetOwnPropertyNames(IS_OBJECT_PROTOTYPE ? ObjectPrototypeSymbols : toIndexedObject(O));
- var result = [];
- $forEach(names, function (key) {
- if (has(AllSymbols, key) && (!IS_OBJECT_PROTOTYPE || has(ObjectPrototype, key))) {
- result.push(AllSymbols[key]);
- }
- });
- return result;
-};
-
-// `Symbol` constructor
-// https://tc39.github.io/ecma262/#sec-symbol-constructor
-if (!NATIVE_SYMBOL) {
- $Symbol = function Symbol() {
- if (this instanceof $Symbol) throw TypeError('Symbol is not a constructor');
- var description = !arguments.length || arguments[0] === undefined ? undefined : String(arguments[0]);
- var tag = uid(description);
- var setter = function (value) {
- if (this === ObjectPrototype) setter.call(ObjectPrototypeSymbols, value);
- if (has(this, HIDDEN) && has(this[HIDDEN], tag)) this[HIDDEN][tag] = false;
- setSymbolDescriptor(this, tag, createPropertyDescriptor(1, value));
- };
- if (DESCRIPTORS && USE_SETTER) setSymbolDescriptor(ObjectPrototype, tag, { configurable: true, set: setter });
- return wrap(tag, description);
- };
-
- redefine($Symbol[PROTOTYPE], 'toString', function toString() {
- return getInternalState(this).tag;
- });
-
- redefine($Symbol, 'withoutSetter', function (description) {
- return wrap(uid(description), description);
- });
-
- propertyIsEnumerableModule.f = $propertyIsEnumerable;
- definePropertyModule.f = $defineProperty;
- getOwnPropertyDescriptorModule.f = $getOwnPropertyDescriptor;
- getOwnPropertyNamesModule.f = getOwnPropertyNamesExternal.f = $getOwnPropertyNames;
- getOwnPropertySymbolsModule.f = $getOwnPropertySymbols;
-
- wrappedWellKnownSymbolModule.f = function (name) {
- return wrap(wellKnownSymbol(name), name);
- };
-
- if (DESCRIPTORS) {
- // https://github.com/tc39/proposal-Symbol-description
- nativeDefineProperty($Symbol[PROTOTYPE], 'description', {
- configurable: true,
- get: function description() {
- return getInternalState(this).description;
- }
- });
- if (!IS_PURE) {
- redefine(ObjectPrototype, 'propertyIsEnumerable', $propertyIsEnumerable, { unsafe: true });
- }
- }
-}
-
-$({ global: true, wrap: true, forced: !NATIVE_SYMBOL, sham: !NATIVE_SYMBOL }, {
- Symbol: $Symbol
-});
-
-$forEach(objectKeys(WellKnownSymbolsStore), function (name) {
- defineWellKnownSymbol(name);
-});
-
-$({ target: SYMBOL, stat: true, forced: !NATIVE_SYMBOL }, {
- // `Symbol.for` method
- // https://tc39.github.io/ecma262/#sec-symbol.for
- 'for': function (key) {
- var string = String(key);
- if (has(StringToSymbolRegistry, string)) return StringToSymbolRegistry[string];
- var symbol = $Symbol(string);
- StringToSymbolRegistry[string] = symbol;
- SymbolToStringRegistry[symbol] = string;
- return symbol;
- },
- // `Symbol.keyFor` method
- // https://tc39.github.io/ecma262/#sec-symbol.keyfor
- keyFor: function keyFor(sym) {
- if (!isSymbol(sym)) throw TypeError(sym + ' is not a symbol');
- if (has(SymbolToStringRegistry, sym)) return SymbolToStringRegistry[sym];
- },
- useSetter: function () { USE_SETTER = true; },
- useSimple: function () { USE_SETTER = false; }
-});
-
-$({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL, sham: !DESCRIPTORS }, {
- // `Object.create` method
- // https://tc39.github.io/ecma262/#sec-object.create
- create: $create,
- // `Object.defineProperty` method
- // https://tc39.github.io/ecma262/#sec-object.defineproperty
- defineProperty: $defineProperty,
- // `Object.defineProperties` method
- // https://tc39.github.io/ecma262/#sec-object.defineproperties
- defineProperties: $defineProperties,
- // `Object.getOwnPropertyDescriptor` method
- // https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptors
- getOwnPropertyDescriptor: $getOwnPropertyDescriptor
-});
-
-$({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL }, {
- // `Object.getOwnPropertyNames` method
- // https://tc39.github.io/ecma262/#sec-object.getownpropertynames
- getOwnPropertyNames: $getOwnPropertyNames,
- // `Object.getOwnPropertySymbols` method
- // https://tc39.github.io/ecma262/#sec-object.getownpropertysymbols
- getOwnPropertySymbols: $getOwnPropertySymbols
-});
-
-// Chrome 38 and 39 `Object.getOwnPropertySymbols` fails on primitives
-// https://bugs.chromium.org/p/v8/issues/detail?id=3443
-$({ target: 'Object', stat: true, forced: fails(function () { getOwnPropertySymbolsModule.f(1); }) }, {
- getOwnPropertySymbols: function getOwnPropertySymbols(it) {
- return getOwnPropertySymbolsModule.f(toObject(it));
- }
-});
-
-// `JSON.stringify` method behavior with symbols
-// https://tc39.github.io/ecma262/#sec-json.stringify
-if ($stringify) {
- var FORCED_JSON_STRINGIFY = !NATIVE_SYMBOL || fails(function () {
- var symbol = $Symbol();
- // MS Edge converts symbol values to JSON as {}
- return $stringify([symbol]) != '[null]'
- // WebKit converts symbol values to JSON as null
- || $stringify({ a: symbol }) != '{}'
- // V8 throws on boxed symbols
- || $stringify(Object(symbol)) != '{}';
- });
-
- $({ target: 'JSON', stat: true, forced: FORCED_JSON_STRINGIFY }, {
- // eslint-disable-next-line no-unused-vars
- stringify: function stringify(it, replacer, space) {
- var args = [it];
- var index = 1;
- var $replacer;
- while (arguments.length > index) args.push(arguments[index++]);
- $replacer = replacer;
- if (!isObject(replacer) && it === undefined || isSymbol(it)) return; // IE8 returns string on undefined
- if (!isArray(replacer)) replacer = function (key, value) {
- if (typeof $replacer == 'function') value = $replacer.call(this, key, value);
- if (!isSymbol(value)) return value;
- };
- args[1] = replacer;
- return $stringify.apply(null, args);
- }
- });
-}
-
-// `Symbol.prototype[@@toPrimitive]` method
-// https://tc39.github.io/ecma262/#sec-symbol.prototype-@@toprimitive
-if (!$Symbol[PROTOTYPE][TO_PRIMITIVE]) {
- createNonEnumerableProperty($Symbol[PROTOTYPE], TO_PRIMITIVE, $Symbol[PROTOTYPE].valueOf);
-}
-// `Symbol.prototype[@@toStringTag]` property
-// https://tc39.github.io/ecma262/#sec-symbol.prototype-@@tostringtag
-setToStringTag($Symbol, SYMBOL);
-
-hiddenKeys[HIDDEN] = true;
diff --git a/node_modules/core-js/modules/es.symbol.match-all.js b/node_modules/core-js/modules/es.symbol.match-all.js
deleted file mode 100644
index b16c8be..0000000
--- a/node_modules/core-js/modules/es.symbol.match-all.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var defineWellKnownSymbol = require('../internals/define-well-known-symbol');
-
-// `Symbol.matchAll` well-known symbol
-defineWellKnownSymbol('matchAll');
diff --git a/node_modules/core-js/modules/es.symbol.match.js b/node_modules/core-js/modules/es.symbol.match.js
deleted file mode 100644
index ec2fbdb..0000000
--- a/node_modules/core-js/modules/es.symbol.match.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var defineWellKnownSymbol = require('../internals/define-well-known-symbol');
-
-// `Symbol.match` well-known symbol
-// https://tc39.github.io/ecma262/#sec-symbol.match
-defineWellKnownSymbol('match');
diff --git a/node_modules/core-js/modules/es.symbol.replace.js b/node_modules/core-js/modules/es.symbol.replace.js
deleted file mode 100644
index d252d8d..0000000
--- a/node_modules/core-js/modules/es.symbol.replace.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var defineWellKnownSymbol = require('../internals/define-well-known-symbol');
-
-// `Symbol.replace` well-known symbol
-// https://tc39.github.io/ecma262/#sec-symbol.replace
-defineWellKnownSymbol('replace');
diff --git a/node_modules/core-js/modules/es.symbol.search.js b/node_modules/core-js/modules/es.symbol.search.js
deleted file mode 100644
index 0c28e62..0000000
--- a/node_modules/core-js/modules/es.symbol.search.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var defineWellKnownSymbol = require('../internals/define-well-known-symbol');
-
-// `Symbol.search` well-known symbol
-// https://tc39.github.io/ecma262/#sec-symbol.search
-defineWellKnownSymbol('search');
diff --git a/node_modules/core-js/modules/es.symbol.species.js b/node_modules/core-js/modules/es.symbol.species.js
deleted file mode 100644
index 8391f22..0000000
--- a/node_modules/core-js/modules/es.symbol.species.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var defineWellKnownSymbol = require('../internals/define-well-known-symbol');
-
-// `Symbol.species` well-known symbol
-// https://tc39.github.io/ecma262/#sec-symbol.species
-defineWellKnownSymbol('species');
diff --git a/node_modules/core-js/modules/es.symbol.split.js b/node_modules/core-js/modules/es.symbol.split.js
deleted file mode 100644
index 5f76df4..0000000
--- a/node_modules/core-js/modules/es.symbol.split.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var defineWellKnownSymbol = require('../internals/define-well-known-symbol');
-
-// `Symbol.split` well-known symbol
-// https://tc39.github.io/ecma262/#sec-symbol.split
-defineWellKnownSymbol('split');
diff --git a/node_modules/core-js/modules/es.symbol.to-primitive.js b/node_modules/core-js/modules/es.symbol.to-primitive.js
deleted file mode 100644
index c297826..0000000
--- a/node_modules/core-js/modules/es.symbol.to-primitive.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var defineWellKnownSymbol = require('../internals/define-well-known-symbol');
-
-// `Symbol.toPrimitive` well-known symbol
-// https://tc39.github.io/ecma262/#sec-symbol.toprimitive
-defineWellKnownSymbol('toPrimitive');
diff --git a/node_modules/core-js/modules/es.symbol.to-string-tag.js b/node_modules/core-js/modules/es.symbol.to-string-tag.js
deleted file mode 100644
index 8ddbfad..0000000
--- a/node_modules/core-js/modules/es.symbol.to-string-tag.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var defineWellKnownSymbol = require('../internals/define-well-known-symbol');
-
-// `Symbol.toStringTag` well-known symbol
-// https://tc39.github.io/ecma262/#sec-symbol.tostringtag
-defineWellKnownSymbol('toStringTag');
diff --git a/node_modules/core-js/modules/es.symbol.unscopables.js b/node_modules/core-js/modules/es.symbol.unscopables.js
deleted file mode 100644
index a9daa60..0000000
--- a/node_modules/core-js/modules/es.symbol.unscopables.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var defineWellKnownSymbol = require('../internals/define-well-known-symbol');
-
-// `Symbol.unscopables` well-known symbol
-// https://tc39.github.io/ecma262/#sec-symbol.unscopables
-defineWellKnownSymbol('unscopables');
diff --git a/node_modules/core-js/modules/es.typed-array.copy-within.js b/node_modules/core-js/modules/es.typed-array.copy-within.js
deleted file mode 100644
index 424a841..0000000
--- a/node_modules/core-js/modules/es.typed-array.copy-within.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
-var $copyWithin = require('../internals/array-copy-within');
-
-var aTypedArray = ArrayBufferViewCore.aTypedArray;
-var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;
-
-// `%TypedArray%.prototype.copyWithin` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.copywithin
-exportTypedArrayMethod('copyWithin', function copyWithin(target, start /* , end */) {
- return $copyWithin.call(aTypedArray(this), target, start, arguments.length > 2 ? arguments[2] : undefined);
-});
diff --git a/node_modules/core-js/modules/es.typed-array.every.js b/node_modules/core-js/modules/es.typed-array.every.js
deleted file mode 100644
index 496aa60..0000000
--- a/node_modules/core-js/modules/es.typed-array.every.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
-var $every = require('../internals/array-iteration').every;
-
-var aTypedArray = ArrayBufferViewCore.aTypedArray;
-var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;
-
-// `%TypedArray%.prototype.every` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.every
-exportTypedArrayMethod('every', function every(callbackfn /* , thisArg */) {
- return $every(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);
-});
diff --git a/node_modules/core-js/modules/es.typed-array.fill.js b/node_modules/core-js/modules/es.typed-array.fill.js
deleted file mode 100644
index e7dbadf..0000000
--- a/node_modules/core-js/modules/es.typed-array.fill.js
+++ /dev/null
@@ -1,13 +0,0 @@
-'use strict';
-var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
-var $fill = require('../internals/array-fill');
-
-var aTypedArray = ArrayBufferViewCore.aTypedArray;
-var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;
-
-// `%TypedArray%.prototype.fill` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.fill
-// eslint-disable-next-line no-unused-vars
-exportTypedArrayMethod('fill', function fill(value /* , start, end */) {
- return $fill.apply(aTypedArray(this), arguments);
-});
diff --git a/node_modules/core-js/modules/es.typed-array.filter.js b/node_modules/core-js/modules/es.typed-array.filter.js
deleted file mode 100644
index 952575a..0000000
--- a/node_modules/core-js/modules/es.typed-array.filter.js
+++ /dev/null
@@ -1,20 +0,0 @@
-'use strict';
-var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
-var $filter = require('../internals/array-iteration').filter;
-var speciesConstructor = require('../internals/species-constructor');
-
-var aTypedArray = ArrayBufferViewCore.aTypedArray;
-var aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor;
-var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;
-
-// `%TypedArray%.prototype.filter` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.filter
-exportTypedArrayMethod('filter', function filter(callbackfn /* , thisArg */) {
- var list = $filter(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);
- var C = speciesConstructor(this, this.constructor);
- var index = 0;
- var length = list.length;
- var result = new (aTypedArrayConstructor(C))(length);
- while (length > index) result[index] = list[index++];
- return result;
-});
diff --git a/node_modules/core-js/modules/es.typed-array.find-index.js b/node_modules/core-js/modules/es.typed-array.find-index.js
deleted file mode 100644
index ba74e17..0000000
--- a/node_modules/core-js/modules/es.typed-array.find-index.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
-var $findIndex = require('../internals/array-iteration').findIndex;
-
-var aTypedArray = ArrayBufferViewCore.aTypedArray;
-var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;
-
-// `%TypedArray%.prototype.findIndex` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.findindex
-exportTypedArrayMethod('findIndex', function findIndex(predicate /* , thisArg */) {
- return $findIndex(aTypedArray(this), predicate, arguments.length > 1 ? arguments[1] : undefined);
-});
diff --git a/node_modules/core-js/modules/es.typed-array.find.js b/node_modules/core-js/modules/es.typed-array.find.js
deleted file mode 100644
index 32b21d4..0000000
--- a/node_modules/core-js/modules/es.typed-array.find.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
-var $find = require('../internals/array-iteration').find;
-
-var aTypedArray = ArrayBufferViewCore.aTypedArray;
-var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;
-
-// `%TypedArray%.prototype.find` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.find
-exportTypedArrayMethod('find', function find(predicate /* , thisArg */) {
- return $find(aTypedArray(this), predicate, arguments.length > 1 ? arguments[1] : undefined);
-});
diff --git a/node_modules/core-js/modules/es.typed-array.float32-array.js b/node_modules/core-js/modules/es.typed-array.float32-array.js
deleted file mode 100644
index 8bc9ffe..0000000
--- a/node_modules/core-js/modules/es.typed-array.float32-array.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var createTypedArrayConstructor = require('../internals/typed-array-constructor');
-
-// `Float32Array` constructor
-// https://tc39.github.io/ecma262/#sec-typedarray-objects
-createTypedArrayConstructor('Float32', function (init) {
- return function Float32Array(data, byteOffset, length) {
- return init(this, data, byteOffset, length);
- };
-});
diff --git a/node_modules/core-js/modules/es.typed-array.float64-array.js b/node_modules/core-js/modules/es.typed-array.float64-array.js
deleted file mode 100644
index 3c08be9..0000000
--- a/node_modules/core-js/modules/es.typed-array.float64-array.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var createTypedArrayConstructor = require('../internals/typed-array-constructor');
-
-// `Float64Array` constructor
-// https://tc39.github.io/ecma262/#sec-typedarray-objects
-createTypedArrayConstructor('Float64', function (init) {
- return function Float64Array(data, byteOffset, length) {
- return init(this, data, byteOffset, length);
- };
-});
diff --git a/node_modules/core-js/modules/es.typed-array.for-each.js b/node_modules/core-js/modules/es.typed-array.for-each.js
deleted file mode 100644
index d44e367..0000000
--- a/node_modules/core-js/modules/es.typed-array.for-each.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
-var $forEach = require('../internals/array-iteration').forEach;
-
-var aTypedArray = ArrayBufferViewCore.aTypedArray;
-var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;
-
-// `%TypedArray%.prototype.forEach` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.foreach
-exportTypedArrayMethod('forEach', function forEach(callbackfn /* , thisArg */) {
- $forEach(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);
-});
diff --git a/node_modules/core-js/modules/es.typed-array.from.js b/node_modules/core-js/modules/es.typed-array.from.js
deleted file mode 100644
index 8c21e15..0000000
--- a/node_modules/core-js/modules/es.typed-array.from.js
+++ /dev/null
@@ -1,8 +0,0 @@
-'use strict';
-var TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS = require('../internals/typed-array-constructors-require-wrappers');
-var exportTypedArrayStaticMethod = require('../internals/array-buffer-view-core').exportTypedArrayStaticMethod;
-var typedArrayFrom = require('../internals/typed-array-from');
-
-// `%TypedArray%.from` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.from
-exportTypedArrayStaticMethod('from', typedArrayFrom, TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS);
diff --git a/node_modules/core-js/modules/es.typed-array.includes.js b/node_modules/core-js/modules/es.typed-array.includes.js
deleted file mode 100644
index eab133b..0000000
--- a/node_modules/core-js/modules/es.typed-array.includes.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
-var $includes = require('../internals/array-includes').includes;
-
-var aTypedArray = ArrayBufferViewCore.aTypedArray;
-var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;
-
-// `%TypedArray%.prototype.includes` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.includes
-exportTypedArrayMethod('includes', function includes(searchElement /* , fromIndex */) {
- return $includes(aTypedArray(this), searchElement, arguments.length > 1 ? arguments[1] : undefined);
-});
diff --git a/node_modules/core-js/modules/es.typed-array.index-of.js b/node_modules/core-js/modules/es.typed-array.index-of.js
deleted file mode 100644
index 4341497..0000000
--- a/node_modules/core-js/modules/es.typed-array.index-of.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
-var $indexOf = require('../internals/array-includes').indexOf;
-
-var aTypedArray = ArrayBufferViewCore.aTypedArray;
-var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;
-
-// `%TypedArray%.prototype.indexOf` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.indexof
-exportTypedArrayMethod('indexOf', function indexOf(searchElement /* , fromIndex */) {
- return $indexOf(aTypedArray(this), searchElement, arguments.length > 1 ? arguments[1] : undefined);
-});
diff --git a/node_modules/core-js/modules/es.typed-array.int16-array.js b/node_modules/core-js/modules/es.typed-array.int16-array.js
deleted file mode 100644
index f10dfba..0000000
--- a/node_modules/core-js/modules/es.typed-array.int16-array.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var createTypedArrayConstructor = require('../internals/typed-array-constructor');
-
-// `Int16Array` constructor
-// https://tc39.github.io/ecma262/#sec-typedarray-objects
-createTypedArrayConstructor('Int16', function (init) {
- return function Int16Array(data, byteOffset, length) {
- return init(this, data, byteOffset, length);
- };
-});
diff --git a/node_modules/core-js/modules/es.typed-array.int32-array.js b/node_modules/core-js/modules/es.typed-array.int32-array.js
deleted file mode 100644
index 49cde0e..0000000
--- a/node_modules/core-js/modules/es.typed-array.int32-array.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var createTypedArrayConstructor = require('../internals/typed-array-constructor');
-
-// `Int32Array` constructor
-// https://tc39.github.io/ecma262/#sec-typedarray-objects
-createTypedArrayConstructor('Int32', function (init) {
- return function Int32Array(data, byteOffset, length) {
- return init(this, data, byteOffset, length);
- };
-});
diff --git a/node_modules/core-js/modules/es.typed-array.int8-array.js b/node_modules/core-js/modules/es.typed-array.int8-array.js
deleted file mode 100644
index 96def91..0000000
--- a/node_modules/core-js/modules/es.typed-array.int8-array.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var createTypedArrayConstructor = require('../internals/typed-array-constructor');
-
-// `Int8Array` constructor
-// https://tc39.github.io/ecma262/#sec-typedarray-objects
-createTypedArrayConstructor('Int8', function (init) {
- return function Int8Array(data, byteOffset, length) {
- return init(this, data, byteOffset, length);
- };
-});
diff --git a/node_modules/core-js/modules/es.typed-array.iterator.js b/node_modules/core-js/modules/es.typed-array.iterator.js
deleted file mode 100644
index fd7a179..0000000
--- a/node_modules/core-js/modules/es.typed-array.iterator.js
+++ /dev/null
@@ -1,38 +0,0 @@
-'use strict';
-var global = require('../internals/global');
-var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
-var ArrayIterators = require('../modules/es.array.iterator');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-
-var ITERATOR = wellKnownSymbol('iterator');
-var Uint8Array = global.Uint8Array;
-var arrayValues = ArrayIterators.values;
-var arrayKeys = ArrayIterators.keys;
-var arrayEntries = ArrayIterators.entries;
-var aTypedArray = ArrayBufferViewCore.aTypedArray;
-var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;
-var nativeTypedArrayIterator = Uint8Array && Uint8Array.prototype[ITERATOR];
-
-var CORRECT_ITER_NAME = !!nativeTypedArrayIterator
- && (nativeTypedArrayIterator.name == 'values' || nativeTypedArrayIterator.name == undefined);
-
-var typedArrayValues = function values() {
- return arrayValues.call(aTypedArray(this));
-};
-
-// `%TypedArray%.prototype.entries` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.entries
-exportTypedArrayMethod('entries', function entries() {
- return arrayEntries.call(aTypedArray(this));
-});
-// `%TypedArray%.prototype.keys` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.keys
-exportTypedArrayMethod('keys', function keys() {
- return arrayKeys.call(aTypedArray(this));
-});
-// `%TypedArray%.prototype.values` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.values
-exportTypedArrayMethod('values', typedArrayValues, !CORRECT_ITER_NAME);
-// `%TypedArray%.prototype[@@iterator]` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype-@@iterator
-exportTypedArrayMethod(ITERATOR, typedArrayValues, !CORRECT_ITER_NAME);
diff --git a/node_modules/core-js/modules/es.typed-array.join.js b/node_modules/core-js/modules/es.typed-array.join.js
deleted file mode 100644
index ef41339..0000000
--- a/node_modules/core-js/modules/es.typed-array.join.js
+++ /dev/null
@@ -1,13 +0,0 @@
-'use strict';
-var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
-
-var aTypedArray = ArrayBufferViewCore.aTypedArray;
-var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;
-var $join = [].join;
-
-// `%TypedArray%.prototype.join` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.join
-// eslint-disable-next-line no-unused-vars
-exportTypedArrayMethod('join', function join(separator) {
- return $join.apply(aTypedArray(this), arguments);
-});
diff --git a/node_modules/core-js/modules/es.typed-array.last-index-of.js b/node_modules/core-js/modules/es.typed-array.last-index-of.js
deleted file mode 100644
index 7bb9973..0000000
--- a/node_modules/core-js/modules/es.typed-array.last-index-of.js
+++ /dev/null
@@ -1,13 +0,0 @@
-'use strict';
-var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
-var $lastIndexOf = require('../internals/array-last-index-of');
-
-var aTypedArray = ArrayBufferViewCore.aTypedArray;
-var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;
-
-// `%TypedArray%.prototype.lastIndexOf` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.lastindexof
-// eslint-disable-next-line no-unused-vars
-exportTypedArrayMethod('lastIndexOf', function lastIndexOf(searchElement /* , fromIndex */) {
- return $lastIndexOf.apply(aTypedArray(this), arguments);
-});
diff --git a/node_modules/core-js/modules/es.typed-array.map.js b/node_modules/core-js/modules/es.typed-array.map.js
deleted file mode 100644
index 7432a6f..0000000
--- a/node_modules/core-js/modules/es.typed-array.map.js
+++ /dev/null
@@ -1,16 +0,0 @@
-'use strict';
-var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
-var $map = require('../internals/array-iteration').map;
-var speciesConstructor = require('../internals/species-constructor');
-
-var aTypedArray = ArrayBufferViewCore.aTypedArray;
-var aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor;
-var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;
-
-// `%TypedArray%.prototype.map` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.map
-exportTypedArrayMethod('map', function map(mapfn /* , thisArg */) {
- return $map(aTypedArray(this), mapfn, arguments.length > 1 ? arguments[1] : undefined, function (O, length) {
- return new (aTypedArrayConstructor(speciesConstructor(O, O.constructor)))(length);
- });
-});
diff --git a/node_modules/core-js/modules/es.typed-array.of.js b/node_modules/core-js/modules/es.typed-array.of.js
deleted file mode 100644
index 8bad32b..0000000
--- a/node_modules/core-js/modules/es.typed-array.of.js
+++ /dev/null
@@ -1,16 +0,0 @@
-'use strict';
-var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
-var TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS = require('../internals/typed-array-constructors-require-wrappers');
-
-var aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor;
-var exportTypedArrayStaticMethod = ArrayBufferViewCore.exportTypedArrayStaticMethod;
-
-// `%TypedArray%.of` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.of
-exportTypedArrayStaticMethod('of', function of(/* ...items */) {
- var index = 0;
- var length = arguments.length;
- var result = new (aTypedArrayConstructor(this))(length);
- while (length > index) result[index] = arguments[index++];
- return result;
-}, TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS);
diff --git a/node_modules/core-js/modules/es.typed-array.reduce-right.js b/node_modules/core-js/modules/es.typed-array.reduce-right.js
deleted file mode 100644
index fe2278f..0000000
--- a/node_modules/core-js/modules/es.typed-array.reduce-right.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
-var $reduceRight = require('../internals/array-reduce').right;
-
-var aTypedArray = ArrayBufferViewCore.aTypedArray;
-var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;
-
-// `%TypedArray%.prototype.reduceRicht` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.reduceright
-exportTypedArrayMethod('reduceRight', function reduceRight(callbackfn /* , initialValue */) {
- return $reduceRight(aTypedArray(this), callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined);
-});
diff --git a/node_modules/core-js/modules/es.typed-array.reduce.js b/node_modules/core-js/modules/es.typed-array.reduce.js
deleted file mode 100644
index 35c19a2..0000000
--- a/node_modules/core-js/modules/es.typed-array.reduce.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
-var $reduce = require('../internals/array-reduce').left;
-
-var aTypedArray = ArrayBufferViewCore.aTypedArray;
-var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;
-
-// `%TypedArray%.prototype.reduce` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.reduce
-exportTypedArrayMethod('reduce', function reduce(callbackfn /* , initialValue */) {
- return $reduce(aTypedArray(this), callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined);
-});
diff --git a/node_modules/core-js/modules/es.typed-array.reverse.js b/node_modules/core-js/modules/es.typed-array.reverse.js
deleted file mode 100644
index 1d607f1..0000000
--- a/node_modules/core-js/modules/es.typed-array.reverse.js
+++ /dev/null
@@ -1,21 +0,0 @@
-'use strict';
-var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
-
-var aTypedArray = ArrayBufferViewCore.aTypedArray;
-var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;
-var floor = Math.floor;
-
-// `%TypedArray%.prototype.reverse` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.reverse
-exportTypedArrayMethod('reverse', function reverse() {
- var that = this;
- var length = aTypedArray(that).length;
- var middle = floor(length / 2);
- var index = 0;
- var value;
- while (index < middle) {
- value = that[index];
- that[index++] = that[--length];
- that[length] = value;
- } return that;
-});
diff --git a/node_modules/core-js/modules/es.typed-array.set.js b/node_modules/core-js/modules/es.typed-array.set.js
deleted file mode 100644
index bc4516e..0000000
--- a/node_modules/core-js/modules/es.typed-array.set.js
+++ /dev/null
@@ -1,27 +0,0 @@
-'use strict';
-var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
-var toLength = require('../internals/to-length');
-var toOffset = require('../internals/to-offset');
-var toObject = require('../internals/to-object');
-var fails = require('../internals/fails');
-
-var aTypedArray = ArrayBufferViewCore.aTypedArray;
-var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;
-
-var FORCED = fails(function () {
- // eslint-disable-next-line no-undef
- new Int8Array(1).set({});
-});
-
-// `%TypedArray%.prototype.set` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.set
-exportTypedArrayMethod('set', function set(arrayLike /* , offset */) {
- aTypedArray(this);
- var offset = toOffset(arguments.length > 1 ? arguments[1] : undefined, 1);
- var length = this.length;
- var src = toObject(arrayLike);
- var len = toLength(src.length);
- var index = 0;
- if (len + offset > length) throw RangeError('Wrong length');
- while (index < len) this[offset + index] = src[index++];
-}, FORCED);
diff --git a/node_modules/core-js/modules/es.typed-array.slice.js b/node_modules/core-js/modules/es.typed-array.slice.js
deleted file mode 100644
index d5b5ced..0000000
--- a/node_modules/core-js/modules/es.typed-array.slice.js
+++ /dev/null
@@ -1,26 +0,0 @@
-'use strict';
-var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
-var speciesConstructor = require('../internals/species-constructor');
-var fails = require('../internals/fails');
-
-var aTypedArray = ArrayBufferViewCore.aTypedArray;
-var aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor;
-var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;
-var $slice = [].slice;
-
-var FORCED = fails(function () {
- // eslint-disable-next-line no-undef
- new Int8Array(1).slice();
-});
-
-// `%TypedArray%.prototype.slice` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.slice
-exportTypedArrayMethod('slice', function slice(start, end) {
- var list = $slice.call(aTypedArray(this), start, end);
- var C = speciesConstructor(this, this.constructor);
- var index = 0;
- var length = list.length;
- var result = new (aTypedArrayConstructor(C))(length);
- while (length > index) result[index] = list[index++];
- return result;
-}, FORCED);
diff --git a/node_modules/core-js/modules/es.typed-array.some.js b/node_modules/core-js/modules/es.typed-array.some.js
deleted file mode 100644
index 37bb6e4..0000000
--- a/node_modules/core-js/modules/es.typed-array.some.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
-var $some = require('../internals/array-iteration').some;
-
-var aTypedArray = ArrayBufferViewCore.aTypedArray;
-var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;
-
-// `%TypedArray%.prototype.some` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.some
-exportTypedArrayMethod('some', function some(callbackfn /* , thisArg */) {
- return $some(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);
-});
diff --git a/node_modules/core-js/modules/es.typed-array.sort.js b/node_modules/core-js/modules/es.typed-array.sort.js
deleted file mode 100644
index f23c8e2..0000000
--- a/node_modules/core-js/modules/es.typed-array.sort.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
-
-var aTypedArray = ArrayBufferViewCore.aTypedArray;
-var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;
-var $sort = [].sort;
-
-// `%TypedArray%.prototype.sort` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.sort
-exportTypedArrayMethod('sort', function sort(comparefn) {
- return $sort.call(aTypedArray(this), comparefn);
-});
diff --git a/node_modules/core-js/modules/es.typed-array.subarray.js b/node_modules/core-js/modules/es.typed-array.subarray.js
deleted file mode 100644
index de96d51..0000000
--- a/node_modules/core-js/modules/es.typed-array.subarray.js
+++ /dev/null
@@ -1,21 +0,0 @@
-'use strict';
-var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
-var toLength = require('../internals/to-length');
-var toAbsoluteIndex = require('../internals/to-absolute-index');
-var speciesConstructor = require('../internals/species-constructor');
-
-var aTypedArray = ArrayBufferViewCore.aTypedArray;
-var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;
-
-// `%TypedArray%.prototype.subarray` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.subarray
-exportTypedArrayMethod('subarray', function subarray(begin, end) {
- var O = aTypedArray(this);
- var length = O.length;
- var beginIndex = toAbsoluteIndex(begin, length);
- return new (speciesConstructor(O, O.constructor))(
- O.buffer,
- O.byteOffset + beginIndex * O.BYTES_PER_ELEMENT,
- toLength((end === undefined ? length : toAbsoluteIndex(end, length)) - beginIndex)
- );
-});
diff --git a/node_modules/core-js/modules/es.typed-array.to-locale-string.js b/node_modules/core-js/modules/es.typed-array.to-locale-string.js
deleted file mode 100644
index 5009575..0000000
--- a/node_modules/core-js/modules/es.typed-array.to-locale-string.js
+++ /dev/null
@@ -1,27 +0,0 @@
-'use strict';
-var global = require('../internals/global');
-var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
-var fails = require('../internals/fails');
-
-var Int8Array = global.Int8Array;
-var aTypedArray = ArrayBufferViewCore.aTypedArray;
-var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;
-var $toLocaleString = [].toLocaleString;
-var $slice = [].slice;
-
-// iOS Safari 6.x fails here
-var TO_LOCALE_STRING_BUG = !!Int8Array && fails(function () {
- $toLocaleString.call(new Int8Array(1));
-});
-
-var FORCED = fails(function () {
- return [1, 2].toLocaleString() != new Int8Array([1, 2]).toLocaleString();
-}) || !fails(function () {
- Int8Array.prototype.toLocaleString.call([1, 2]);
-});
-
-// `%TypedArray%.prototype.toLocaleString` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.tolocalestring
-exportTypedArrayMethod('toLocaleString', function toLocaleString() {
- return $toLocaleString.apply(TO_LOCALE_STRING_BUG ? $slice.call(aTypedArray(this)) : aTypedArray(this), arguments);
-}, FORCED);
diff --git a/node_modules/core-js/modules/es.typed-array.to-string.js b/node_modules/core-js/modules/es.typed-array.to-string.js
deleted file mode 100644
index accca0b..0000000
--- a/node_modules/core-js/modules/es.typed-array.to-string.js
+++ /dev/null
@@ -1,21 +0,0 @@
-'use strict';
-var exportTypedArrayMethod = require('../internals/array-buffer-view-core').exportTypedArrayMethod;
-var fails = require('../internals/fails');
-var global = require('../internals/global');
-
-var Uint8Array = global.Uint8Array;
-var Uint8ArrayPrototype = Uint8Array && Uint8Array.prototype || {};
-var arrayToString = [].toString;
-var arrayJoin = [].join;
-
-if (fails(function () { arrayToString.call({}); })) {
- arrayToString = function toString() {
- return arrayJoin.call(this);
- };
-}
-
-var IS_NOT_ARRAY_METHOD = Uint8ArrayPrototype.toString != arrayToString;
-
-// `%TypedArray%.prototype.toString` method
-// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.tostring
-exportTypedArrayMethod('toString', arrayToString, IS_NOT_ARRAY_METHOD);
diff --git a/node_modules/core-js/modules/es.typed-array.uint16-array.js b/node_modules/core-js/modules/es.typed-array.uint16-array.js
deleted file mode 100644
index 5eea7c2..0000000
--- a/node_modules/core-js/modules/es.typed-array.uint16-array.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var createTypedArrayConstructor = require('../internals/typed-array-constructor');
-
-// `Uint16Array` constructor
-// https://tc39.github.io/ecma262/#sec-typedarray-objects
-createTypedArrayConstructor('Uint16', function (init) {
- return function Uint16Array(data, byteOffset, length) {
- return init(this, data, byteOffset, length);
- };
-});
diff --git a/node_modules/core-js/modules/es.typed-array.uint32-array.js b/node_modules/core-js/modules/es.typed-array.uint32-array.js
deleted file mode 100644
index a0fc569..0000000
--- a/node_modules/core-js/modules/es.typed-array.uint32-array.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var createTypedArrayConstructor = require('../internals/typed-array-constructor');
-
-// `Uint32Array` constructor
-// https://tc39.github.io/ecma262/#sec-typedarray-objects
-createTypedArrayConstructor('Uint32', function (init) {
- return function Uint32Array(data, byteOffset, length) {
- return init(this, data, byteOffset, length);
- };
-});
diff --git a/node_modules/core-js/modules/es.typed-array.uint8-array.js b/node_modules/core-js/modules/es.typed-array.uint8-array.js
deleted file mode 100644
index c9e4287..0000000
--- a/node_modules/core-js/modules/es.typed-array.uint8-array.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var createTypedArrayConstructor = require('../internals/typed-array-constructor');
-
-// `Uint8Array` constructor
-// https://tc39.github.io/ecma262/#sec-typedarray-objects
-createTypedArrayConstructor('Uint8', function (init) {
- return function Uint8Array(data, byteOffset, length) {
- return init(this, data, byteOffset, length);
- };
-});
diff --git a/node_modules/core-js/modules/es.typed-array.uint8-clamped-array.js b/node_modules/core-js/modules/es.typed-array.uint8-clamped-array.js
deleted file mode 100644
index 666a8f7..0000000
--- a/node_modules/core-js/modules/es.typed-array.uint8-clamped-array.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var createTypedArrayConstructor = require('../internals/typed-array-constructor');
-
-// `Uint8ClampedArray` constructor
-// https://tc39.github.io/ecma262/#sec-typedarray-objects
-createTypedArrayConstructor('Uint8', function (init) {
- return function Uint8ClampedArray(data, byteOffset, length) {
- return init(this, data, byteOffset, length);
- };
-}, true);
diff --git a/node_modules/core-js/modules/es.weak-map.js b/node_modules/core-js/modules/es.weak-map.js
deleted file mode 100644
index 38f2f72..0000000
--- a/node_modules/core-js/modules/es.weak-map.js
+++ /dev/null
@@ -1,67 +0,0 @@
-'use strict';
-var global = require('../internals/global');
-var redefineAll = require('../internals/redefine-all');
-var InternalMetadataModule = require('../internals/internal-metadata');
-var collection = require('../internals/collection');
-var collectionWeak = require('../internals/collection-weak');
-var isObject = require('../internals/is-object');
-var enforceIternalState = require('../internals/internal-state').enforce;
-var NATIVE_WEAK_MAP = require('../internals/native-weak-map');
-
-var IS_IE11 = !global.ActiveXObject && 'ActiveXObject' in global;
-var isExtensible = Object.isExtensible;
-var InternalWeakMap;
-
-var wrapper = function (init) {
- return function WeakMap() {
- return init(this, arguments.length ? arguments[0] : undefined);
- };
-};
-
-// `WeakMap` constructor
-// https://tc39.github.io/ecma262/#sec-weakmap-constructor
-var $WeakMap = module.exports = collection('WeakMap', wrapper, collectionWeak);
-
-// IE11 WeakMap frozen keys fix
-// We can't use feature detection because it crash some old IE builds
-// https://github.com/zloirock/core-js/issues/485
-if (NATIVE_WEAK_MAP && IS_IE11) {
- InternalWeakMap = collectionWeak.getConstructor(wrapper, 'WeakMap', true);
- InternalMetadataModule.REQUIRED = true;
- var WeakMapPrototype = $WeakMap.prototype;
- var nativeDelete = WeakMapPrototype['delete'];
- var nativeHas = WeakMapPrototype.has;
- var nativeGet = WeakMapPrototype.get;
- var nativeSet = WeakMapPrototype.set;
- redefineAll(WeakMapPrototype, {
- 'delete': function (key) {
- if (isObject(key) && !isExtensible(key)) {
- var state = enforceIternalState(this);
- if (!state.frozen) state.frozen = new InternalWeakMap();
- return nativeDelete.call(this, key) || state.frozen['delete'](key);
- } return nativeDelete.call(this, key);
- },
- has: function has(key) {
- if (isObject(key) && !isExtensible(key)) {
- var state = enforceIternalState(this);
- if (!state.frozen) state.frozen = new InternalWeakMap();
- return nativeHas.call(this, key) || state.frozen.has(key);
- } return nativeHas.call(this, key);
- },
- get: function get(key) {
- if (isObject(key) && !isExtensible(key)) {
- var state = enforceIternalState(this);
- if (!state.frozen) state.frozen = new InternalWeakMap();
- return nativeHas.call(this, key) ? nativeGet.call(this, key) : state.frozen.get(key);
- } return nativeGet.call(this, key);
- },
- set: function set(key, value) {
- if (isObject(key) && !isExtensible(key)) {
- var state = enforceIternalState(this);
- if (!state.frozen) state.frozen = new InternalWeakMap();
- nativeHas.call(this, key) ? nativeSet.call(this, key, value) : state.frozen.set(key, value);
- } else nativeSet.call(this, key, value);
- return this;
- }
- });
-}
diff --git a/node_modules/core-js/modules/es.weak-set.js b/node_modules/core-js/modules/es.weak-set.js
deleted file mode 100644
index ef6b1bc..0000000
--- a/node_modules/core-js/modules/es.weak-set.js
+++ /dev/null
@@ -1,9 +0,0 @@
-'use strict';
-var collection = require('../internals/collection');
-var collectionWeak = require('../internals/collection-weak');
-
-// `WeakSet` constructor
-// https://tc39.github.io/ecma262/#sec-weakset-constructor
-collection('WeakSet', function (init) {
- return function WeakSet() { return init(this, arguments.length ? arguments[0] : undefined); };
-}, collectionWeak);
diff --git a/node_modules/core-js/modules/esnext.aggregate-error.js b/node_modules/core-js/modules/esnext.aggregate-error.js
deleted file mode 100644
index 300036a..0000000
--- a/node_modules/core-js/modules/esnext.aggregate-error.js
+++ /dev/null
@@ -1,2 +0,0 @@
-// TODO: Remove from `core-js@4`
-require('./es.aggregate-error');
diff --git a/node_modules/core-js/modules/esnext.array.at.js b/node_modules/core-js/modules/esnext.array.at.js
deleted file mode 100644
index 0342f85..0000000
--- a/node_modules/core-js/modules/esnext.array.at.js
+++ /dev/null
@@ -1,20 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var toObject = require('../internals/to-object');
-var toLength = require('../internals/to-length');
-var toInteger = require('../internals/to-integer');
-var addToUnscopables = require('../internals/add-to-unscopables');
-
-// `Array.prototype.at` method
-// https://github.com/tc39/proposal-relative-indexing-method
-$({ target: 'Array', proto: true }, {
- at: function at(index) {
- var O = toObject(this);
- var len = toLength(O.length);
- var relativeIndex = toInteger(index);
- var k = relativeIndex >= 0 ? relativeIndex : len + relativeIndex;
- return (k < 0 || k >= len) ? undefined : O[k];
- }
-});
-
-addToUnscopables('at');
diff --git a/node_modules/core-js/modules/esnext.array.filter-out.js b/node_modules/core-js/modules/esnext.array.filter-out.js
deleted file mode 100644
index 87299ce..0000000
--- a/node_modules/core-js/modules/esnext.array.filter-out.js
+++ /dev/null
@@ -1,14 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var $filterOut = require('../internals/array-iteration').filterOut;
-var addToUnscopables = require('../internals/add-to-unscopables');
-
-// `Array.prototype.filterOut` method
-// https://github.com/tc39/proposal-array-filtering
-$({ target: 'Array', proto: true }, {
- filterOut: function filterOut(callbackfn /* , thisArg */) {
- return $filterOut(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
- }
-});
-
-addToUnscopables('filterOut');
diff --git a/node_modules/core-js/modules/esnext.array.is-template-object.js b/node_modules/core-js/modules/esnext.array.is-template-object.js
deleted file mode 100644
index a1d8428..0000000
--- a/node_modules/core-js/modules/esnext.array.is-template-object.js
+++ /dev/null
@@ -1,28 +0,0 @@
-var $ = require('../internals/export');
-var isArray = require('../internals/is-array');
-
-var isFrozen = Object.isFrozen;
-
-var isFrozenStringArray = function (array, allowUndefined) {
- if (!isFrozen || !isArray(array) || !isFrozen(array)) return false;
- var index = 0;
- var length = array.length;
- var element;
- while (index < length) {
- element = array[index++];
- if (!(typeof element === 'string' || (allowUndefined && typeof element === 'undefined'))) {
- return false;
- }
- } return length !== 0;
-};
-
-// `Array.isTemplateObject` method
-// https://github.com/tc39/proposal-array-is-template-object
-$({ target: 'Array', stat: true }, {
- isTemplateObject: function isTemplateObject(value) {
- if (!isFrozenStringArray(value, true)) return false;
- var raw = value.raw;
- if (raw.length !== value.length || !isFrozenStringArray(raw, false)) return false;
- return true;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.array.last-index.js b/node_modules/core-js/modules/esnext.array.last-index.js
deleted file mode 100644
index 60a2bc3..0000000
--- a/node_modules/core-js/modules/esnext.array.last-index.js
+++ /dev/null
@@ -1,21 +0,0 @@
-'use strict';
-var DESCRIPTORS = require('../internals/descriptors');
-var addToUnscopables = require('../internals/add-to-unscopables');
-var toObject = require('../internals/to-object');
-var toLength = require('../internals/to-length');
-var defineProperty = require('../internals/object-define-property').f;
-
-// `Array.prototype.lastIndex` getter
-// https://github.com/keithamus/proposal-array-last
-if (DESCRIPTORS && !('lastIndex' in [])) {
- defineProperty(Array.prototype, 'lastIndex', {
- configurable: true,
- get: function lastIndex() {
- var O = toObject(this);
- var len = toLength(O.length);
- return len == 0 ? 0 : len - 1;
- }
- });
-
- addToUnscopables('lastIndex');
-}
diff --git a/node_modules/core-js/modules/esnext.array.last-item.js b/node_modules/core-js/modules/esnext.array.last-item.js
deleted file mode 100644
index 7c638fe..0000000
--- a/node_modules/core-js/modules/esnext.array.last-item.js
+++ /dev/null
@@ -1,26 +0,0 @@
-'use strict';
-var DESCRIPTORS = require('../internals/descriptors');
-var addToUnscopables = require('../internals/add-to-unscopables');
-var toObject = require('../internals/to-object');
-var toLength = require('../internals/to-length');
-var defineProperty = require('../internals/object-define-property').f;
-
-// `Array.prototype.lastIndex` accessor
-// https://github.com/keithamus/proposal-array-last
-if (DESCRIPTORS && !('lastItem' in [])) {
- defineProperty(Array.prototype, 'lastItem', {
- configurable: true,
- get: function lastItem() {
- var O = toObject(this);
- var len = toLength(O.length);
- return len == 0 ? undefined : O[len - 1];
- },
- set: function lastItem(value) {
- var O = toObject(this);
- var len = toLength(O.length);
- return O[len == 0 ? 0 : len - 1] = value;
- }
- });
-
- addToUnscopables('lastItem');
-}
diff --git a/node_modules/core-js/modules/esnext.array.unique-by.js b/node_modules/core-js/modules/esnext.array.unique-by.js
deleted file mode 100644
index c7d1bf6..0000000
--- a/node_modules/core-js/modules/esnext.array.unique-by.js
+++ /dev/null
@@ -1,38 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var toLength = require('../internals/to-length');
-var toObject = require('../internals/to-object');
-var getBuiltIn = require('../internals/get-built-in');
-var arraySpeciesCreate = require('../internals/array-species-create');
-var addToUnscopables = require('../internals/add-to-unscopables');
-
-var push = [].push;
-
-// `Array.prototype.uniqueBy` method
-// https://github.com/tc39/proposal-array-unique
-$({ target: 'Array', proto: true }, {
- uniqueBy: function uniqueBy(resolver) {
- var that = toObject(this);
- var length = toLength(that.length);
- var result = arraySpeciesCreate(that, 0);
- var Map = getBuiltIn('Map');
- var map = new Map();
- var resolverFunction, index, item, key;
- if (typeof resolver == 'function') resolverFunction = resolver;
- else if (resolver == null) resolverFunction = function (value) {
- return value;
- };
- else throw new TypeError('Incorrect resolver!');
- for (index = 0; index < length; index++) {
- item = that[index];
- key = resolverFunction(item);
- if (!map.has(key)) map.set(key, item);
- }
- map.forEach(function (value) {
- push.call(result, value);
- });
- return result;
- }
-});
-
-addToUnscopables('uniqueBy');
diff --git a/node_modules/core-js/modules/esnext.async-iterator.as-indexed-pairs.js b/node_modules/core-js/modules/esnext.async-iterator.as-indexed-pairs.js
deleted file mode 100644
index 446deee..0000000
--- a/node_modules/core-js/modules/esnext.async-iterator.as-indexed-pairs.js
+++ /dev/null
@@ -1,27 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var anObject = require('../internals/an-object');
-var createAsyncIteratorProxy = require('../internals/async-iterator-create-proxy');
-
-var AsyncIteratorProxy = createAsyncIteratorProxy(function (arg, Promise) {
- var state = this;
- var iterator = state.iterator;
-
- return Promise.resolve(anObject(state.next.call(iterator, arg))).then(function (step) {
- if (anObject(step).done) {
- state.done = true;
- return { done: true, value: undefined };
- }
- return { done: false, value: [state.index++, step.value] };
- });
-});
-
-$({ target: 'AsyncIterator', proto: true, real: true }, {
- asIndexedPairs: function asIndexedPairs() {
- return new AsyncIteratorProxy({
- iterator: anObject(this),
- index: 0
- });
- }
-});
diff --git a/node_modules/core-js/modules/esnext.async-iterator.constructor.js b/node_modules/core-js/modules/esnext.async-iterator.constructor.js
deleted file mode 100644
index 5a1d4ad..0000000
--- a/node_modules/core-js/modules/esnext.async-iterator.constructor.js
+++ /dev/null
@@ -1,29 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var anInstance = require('../internals/an-instance');
-var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');
-var has = require('../internals/has');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-var AsyncIteratorPrototype = require('../internals/async-iterator-prototype');
-var IS_PURE = require('../internals/is-pure');
-
-var TO_STRING_TAG = wellKnownSymbol('toStringTag');
-
-var AsyncIteratorConstructor = function AsyncIterator() {
- anInstance(this, AsyncIteratorConstructor);
-};
-
-AsyncIteratorConstructor.prototype = AsyncIteratorPrototype;
-
-if (!has(AsyncIteratorPrototype, TO_STRING_TAG)) {
- createNonEnumerableProperty(AsyncIteratorPrototype, TO_STRING_TAG, 'AsyncIterator');
-}
-
-if (!has(AsyncIteratorPrototype, 'constructor') || AsyncIteratorPrototype.constructor === Object) {
- createNonEnumerableProperty(AsyncIteratorPrototype, 'constructor', AsyncIteratorConstructor);
-}
-
-$({ global: true, forced: IS_PURE }, {
- AsyncIterator: AsyncIteratorConstructor
-});
diff --git a/node_modules/core-js/modules/esnext.async-iterator.drop.js b/node_modules/core-js/modules/esnext.async-iterator.drop.js
deleted file mode 100644
index fd2878b..0000000
--- a/node_modules/core-js/modules/esnext.async-iterator.drop.js
+++ /dev/null
@@ -1,41 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var anObject = require('../internals/an-object');
-var toPositiveInteger = require('../internals/to-positive-integer');
-var createAsyncIteratorProxy = require('../internals/async-iterator-create-proxy');
-
-var AsyncIteratorProxy = createAsyncIteratorProxy(function (arg, Promise) {
- var state = this;
-
- return new Promise(function (resolve, reject) {
- var loop = function () {
- try {
- Promise.resolve(
- anObject(state.next.call(state.iterator, state.remaining ? undefined : arg))
- ).then(function (step) {
- try {
- if (anObject(step).done) {
- state.done = true;
- resolve({ done: true, value: undefined });
- } else if (state.remaining) {
- state.remaining--;
- loop();
- } else resolve({ done: false, value: step.value });
- } catch (err) { reject(err); }
- }, reject);
- } catch (error) { reject(error); }
- };
-
- loop();
- });
-});
-
-$({ target: 'AsyncIterator', proto: true, real: true }, {
- drop: function drop(limit) {
- return new AsyncIteratorProxy({
- iterator: anObject(this),
- remaining: toPositiveInteger(limit)
- });
- }
-});
diff --git a/node_modules/core-js/modules/esnext.async-iterator.every.js b/node_modules/core-js/modules/esnext.async-iterator.every.js
deleted file mode 100644
index 70c945d..0000000
--- a/node_modules/core-js/modules/esnext.async-iterator.every.js
+++ /dev/null
@@ -1,10 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var $every = require('../internals/async-iterator-iteration').every;
-
-$({ target: 'AsyncIterator', proto: true, real: true }, {
- every: function every(fn) {
- return $every(this, fn);
- }
-});
diff --git a/node_modules/core-js/modules/esnext.async-iterator.filter.js b/node_modules/core-js/modules/esnext.async-iterator.filter.js
deleted file mode 100644
index 2ddbaba..0000000
--- a/node_modules/core-js/modules/esnext.async-iterator.filter.js
+++ /dev/null
@@ -1,42 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var aFunction = require('../internals/a-function');
-var anObject = require('../internals/an-object');
-var createAsyncIteratorProxy = require('../internals/async-iterator-create-proxy');
-
-var AsyncIteratorProxy = createAsyncIteratorProxy(function (arg, Promise) {
- var state = this;
- var filterer = state.filterer;
-
- return new Promise(function (resolve, reject) {
- var loop = function () {
- try {
- Promise.resolve(anObject(state.next.call(state.iterator, arg))).then(function (step) {
- try {
- if (anObject(step).done) {
- state.done = true;
- resolve({ done: true, value: undefined });
- } else {
- var value = step.value;
- Promise.resolve(filterer(value)).then(function (selected) {
- selected ? resolve({ done: false, value: value }) : loop();
- }, reject);
- }
- } catch (err) { reject(err); }
- }, reject);
- } catch (error) { reject(error); }
- };
-
- loop();
- });
-});
-
-$({ target: 'AsyncIterator', proto: true, real: true }, {
- filter: function filter(filterer) {
- return new AsyncIteratorProxy({
- iterator: anObject(this),
- filterer: aFunction(filterer)
- });
- }
-});
diff --git a/node_modules/core-js/modules/esnext.async-iterator.find.js b/node_modules/core-js/modules/esnext.async-iterator.find.js
deleted file mode 100644
index 0211e51..0000000
--- a/node_modules/core-js/modules/esnext.async-iterator.find.js
+++ /dev/null
@@ -1,10 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var $find = require('../internals/async-iterator-iteration').find;
-
-$({ target: 'AsyncIterator', proto: true, real: true }, {
- find: function find(fn) {
- return $find(this, fn);
- }
-});
diff --git a/node_modules/core-js/modules/esnext.async-iterator.flat-map.js b/node_modules/core-js/modules/esnext.async-iterator.flat-map.js
deleted file mode 100644
index 0613368..0000000
--- a/node_modules/core-js/modules/esnext.async-iterator.flat-map.js
+++ /dev/null
@@ -1,67 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var aFunction = require('../internals/a-function');
-var anObject = require('../internals/an-object');
-var createAsyncIteratorProxy = require('../internals/async-iterator-create-proxy');
-var getAsyncIteratorMethod = require('../internals/get-async-iterator-method');
-
-var AsyncIteratorProxy = createAsyncIteratorProxy(function (arg, Promise) {
- var state = this;
- var mapper = state.mapper;
- var innerIterator, iteratorMethod;
-
- return new Promise(function (resolve, reject) {
- var outerLoop = function () {
- try {
- Promise.resolve(anObject(state.next.call(state.iterator, arg))).then(function (step) {
- try {
- if (anObject(step).done) {
- state.done = true;
- resolve({ done: true, value: undefined });
- } else {
- Promise.resolve(mapper(step.value)).then(function (mapped) {
- try {
- iteratorMethod = getAsyncIteratorMethod(mapped);
- if (iteratorMethod !== undefined) {
- state.innerIterator = innerIterator = anObject(iteratorMethod.call(mapped));
- state.innerNext = aFunction(innerIterator.next);
- return innerLoop();
- } reject(TypeError('.flatMap callback should return an iterable object'));
- } catch (error2) { reject(error2); }
- }, reject);
- }
- } catch (error1) { reject(error1); }
- }, reject);
- } catch (error) { reject(error); }
- };
-
- var innerLoop = function () {
- if (innerIterator = state.innerIterator) {
- try {
- Promise.resolve(anObject(state.innerNext.call(innerIterator))).then(function (result) {
- try {
- if (anObject(result).done) {
- state.innerIterator = state.innerNext = null;
- outerLoop();
- } else resolve({ done: false, value: result.value });
- } catch (error1) { reject(error1); }
- }, reject);
- } catch (error) { reject(error); }
- } else outerLoop();
- };
-
- innerLoop();
- });
-});
-
-$({ target: 'AsyncIterator', proto: true, real: true }, {
- flatMap: function flatMap(mapper) {
- return new AsyncIteratorProxy({
- iterator: anObject(this),
- mapper: aFunction(mapper),
- innerIterator: null,
- innerNext: null
- });
- }
-});
diff --git a/node_modules/core-js/modules/esnext.async-iterator.for-each.js b/node_modules/core-js/modules/esnext.async-iterator.for-each.js
deleted file mode 100644
index 8dfbced..0000000
--- a/node_modules/core-js/modules/esnext.async-iterator.for-each.js
+++ /dev/null
@@ -1,10 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var $forEach = require('../internals/async-iterator-iteration').forEach;
-
-$({ target: 'AsyncIterator', proto: true, real: true }, {
- forEach: function forEach(fn) {
- return $forEach(this, fn);
- }
-});
diff --git a/node_modules/core-js/modules/esnext.async-iterator.from.js b/node_modules/core-js/modules/esnext.async-iterator.from.js
deleted file mode 100644
index e986a73..0000000
--- a/node_modules/core-js/modules/esnext.async-iterator.from.js
+++ /dev/null
@@ -1,30 +0,0 @@
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var path = require('../internals/path');
-var aFunction = require('../internals/a-function');
-var anObject = require('../internals/an-object');
-var toObject = require('../internals/to-object');
-var createAsyncIteratorProxy = require('../internals/async-iterator-create-proxy');
-var getAsyncIteratorMethod = require('../internals/get-async-iterator-method');
-
-var AsyncIterator = path.AsyncIterator;
-
-var AsyncIteratorProxy = createAsyncIteratorProxy(function (arg) {
- return anObject(this.next.call(this.iterator, arg));
-}, true);
-
-$({ target: 'AsyncIterator', stat: true }, {
- from: function from(O) {
- var object = toObject(O);
- var usingIterator = getAsyncIteratorMethod(object);
- var iterator;
- if (usingIterator != null) {
- iterator = aFunction(usingIterator).call(object);
- if (iterator instanceof AsyncIterator) return iterator;
- } else {
- iterator = object;
- } return new AsyncIteratorProxy({
- iterator: iterator
- });
- }
-});
diff --git a/node_modules/core-js/modules/esnext.async-iterator.map.js b/node_modules/core-js/modules/esnext.async-iterator.map.js
deleted file mode 100644
index a5c2a8a..0000000
--- a/node_modules/core-js/modules/esnext.async-iterator.map.js
+++ /dev/null
@@ -1,30 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var aFunction = require('../internals/a-function');
-var anObject = require('../internals/an-object');
-var createAsyncIteratorProxy = require('../internals/async-iterator-create-proxy');
-
-var AsyncIteratorProxy = createAsyncIteratorProxy(function (arg, Promise) {
- var state = this;
- var mapper = state.mapper;
-
- return Promise.resolve(anObject(state.next.call(state.iterator, arg))).then(function (step) {
- if (anObject(step).done) {
- state.done = true;
- return { done: true, value: undefined };
- }
- return Promise.resolve(mapper(step.value)).then(function (value) {
- return { done: false, value: value };
- });
- });
-});
-
-$({ target: 'AsyncIterator', proto: true, real: true }, {
- map: function map(mapper) {
- return new AsyncIteratorProxy({
- iterator: anObject(this),
- mapper: aFunction(mapper)
- });
- }
-});
diff --git a/node_modules/core-js/modules/esnext.async-iterator.reduce.js b/node_modules/core-js/modules/esnext.async-iterator.reduce.js
deleted file mode 100644
index e5f7f9a..0000000
--- a/node_modules/core-js/modules/esnext.async-iterator.reduce.js
+++ /dev/null
@@ -1,46 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var aFunction = require('../internals/a-function');
-var anObject = require('../internals/an-object');
-var getBuiltIn = require('../internals/get-built-in');
-
-var Promise = getBuiltIn('Promise');
-
-$({ target: 'AsyncIterator', proto: true, real: true }, {
- reduce: function reduce(reducer /* , initialValue */) {
- var iterator = anObject(this);
- var next = aFunction(iterator.next);
- var noInitial = arguments.length < 2;
- var accumulator = noInitial ? undefined : arguments[1];
- aFunction(reducer);
-
- return new Promise(function (resolve, reject) {
- var loop = function () {
- try {
- Promise.resolve(anObject(next.call(iterator))).then(function (step) {
- try {
- if (anObject(step).done) {
- noInitial ? reject(TypeError('Reduce of empty iterator with no initial value')) : resolve(accumulator);
- } else {
- var value = step.value;
- if (noInitial) {
- noInitial = false;
- accumulator = value;
- loop();
- } else {
- Promise.resolve(reducer(accumulator, value)).then(function (result) {
- accumulator = result;
- loop();
- }, reject);
- }
- }
- } catch (err) { reject(err); }
- }, reject);
- } catch (error) { reject(error); }
- };
-
- loop();
- });
- }
-});
diff --git a/node_modules/core-js/modules/esnext.async-iterator.some.js b/node_modules/core-js/modules/esnext.async-iterator.some.js
deleted file mode 100644
index 13fc1ee..0000000
--- a/node_modules/core-js/modules/esnext.async-iterator.some.js
+++ /dev/null
@@ -1,10 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var $some = require('../internals/async-iterator-iteration').some;
-
-$({ target: 'AsyncIterator', proto: true, real: true }, {
- some: function some(fn) {
- return $some(this, fn);
- }
-});
diff --git a/node_modules/core-js/modules/esnext.async-iterator.take.js b/node_modules/core-js/modules/esnext.async-iterator.take.js
deleted file mode 100644
index 436eaec..0000000
--- a/node_modules/core-js/modules/esnext.async-iterator.take.js
+++ /dev/null
@@ -1,31 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var anObject = require('../internals/an-object');
-var toPositiveInteger = require('../internals/to-positive-integer');
-var createAsyncIteratorProxy = require('../internals/async-iterator-create-proxy');
-
-var AsyncIteratorProxy = createAsyncIteratorProxy(function (arg, Promise) {
- var iterator = this.iterator;
- var returnMethod, result;
- if (!this.remaining--) {
- result = { done: true, value: undefined };
- this.done = true;
- returnMethod = iterator['return'];
- if (returnMethod !== undefined) {
- return Promise.resolve(returnMethod.call(iterator)).then(function () {
- return result;
- });
- }
- return result;
- } return this.next.call(iterator, arg);
-});
-
-$({ target: 'AsyncIterator', proto: true, real: true }, {
- take: function take(limit) {
- return new AsyncIteratorProxy({
- iterator: anObject(this),
- remaining: toPositiveInteger(limit)
- });
- }
-});
diff --git a/node_modules/core-js/modules/esnext.async-iterator.to-array.js b/node_modules/core-js/modules/esnext.async-iterator.to-array.js
deleted file mode 100644
index 04e3e7f..0000000
--- a/node_modules/core-js/modules/esnext.async-iterator.to-array.js
+++ /dev/null
@@ -1,10 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var $toArray = require('../internals/async-iterator-iteration').toArray;
-
-$({ target: 'AsyncIterator', proto: true, real: true }, {
- toArray: function toArray() {
- return $toArray(this);
- }
-});
diff --git a/node_modules/core-js/modules/esnext.bigint.range.js b/node_modules/core-js/modules/esnext.bigint.range.js
deleted file mode 100644
index 3ce603e..0000000
--- a/node_modules/core-js/modules/esnext.bigint.range.js
+++ /dev/null
@@ -1,14 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var RangeIterator = require('../internals/range-iterator');
-
-// `BigInt.range` method
-// https://github.com/tc39/proposal-Number.range
-if (typeof BigInt == 'function') {
- $({ target: 'BigInt', stat: true }, {
- range: function range(start, end, option) {
- // eslint-disable-next-line no-undef
- return new RangeIterator(start, end, option, 'bigint', BigInt(0), BigInt(1));
- }
- });
-}
diff --git a/node_modules/core-js/modules/esnext.composite-key.js b/node_modules/core-js/modules/esnext.composite-key.js
deleted file mode 100644
index 43bedae..0000000
--- a/node_modules/core-js/modules/esnext.composite-key.js
+++ /dev/null
@@ -1,16 +0,0 @@
-var $ = require('../internals/export');
-var getCompositeKeyNode = require('../internals/composite-key');
-var getBuiltIn = require('../internals/get-built-in');
-var create = require('../internals/object-create');
-
-var initializer = function () {
- var freeze = getBuiltIn('Object', 'freeze');
- return freeze ? freeze(create(null)) : create(null);
-};
-
-// https://github.com/tc39/proposal-richer-keys/tree/master/compositeKey
-$({ global: true }, {
- compositeKey: function compositeKey() {
- return getCompositeKeyNode.apply(Object, arguments).get('object', initializer);
- }
-});
diff --git a/node_modules/core-js/modules/esnext.composite-symbol.js b/node_modules/core-js/modules/esnext.composite-symbol.js
deleted file mode 100644
index 06d1b22..0000000
--- a/node_modules/core-js/modules/esnext.composite-symbol.js
+++ /dev/null
@@ -1,11 +0,0 @@
-var $ = require('../internals/export');
-var getCompositeKeyNode = require('../internals/composite-key');
-var getBuiltIn = require('../internals/get-built-in');
-
-// https://github.com/tc39/proposal-richer-keys/tree/master/compositeKey
-$({ global: true }, {
- compositeSymbol: function compositeSymbol() {
- if (arguments.length === 1 && typeof arguments[0] === 'string') return getBuiltIn('Symbol')['for'](arguments[0]);
- return getCompositeKeyNode.apply(null, arguments).get('symbol', getBuiltIn('Symbol'));
- }
-});
diff --git a/node_modules/core-js/modules/esnext.global-this.js b/node_modules/core-js/modules/esnext.global-this.js
deleted file mode 100644
index c62786d..0000000
--- a/node_modules/core-js/modules/esnext.global-this.js
+++ /dev/null
@@ -1,2 +0,0 @@
-// TODO: Remove from `core-js@4`
-require('./es.global-this');
diff --git a/node_modules/core-js/modules/esnext.iterator.as-indexed-pairs.js b/node_modules/core-js/modules/esnext.iterator.as-indexed-pairs.js
deleted file mode 100644
index fb3bf85..0000000
--- a/node_modules/core-js/modules/esnext.iterator.as-indexed-pairs.js
+++ /dev/null
@@ -1,20 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var anObject = require('../internals/an-object');
-var createIteratorProxy = require('../internals/iterator-create-proxy');
-
-var IteratorProxy = createIteratorProxy(function (arg) {
- var result = anObject(this.next.call(this.iterator, arg));
- var done = this.done = !!result.done;
- if (!done) return [this.index++, result.value];
-});
-
-$({ target: 'Iterator', proto: true, real: true }, {
- asIndexedPairs: function asIndexedPairs() {
- return new IteratorProxy({
- iterator: anObject(this),
- index: 0
- });
- }
-});
diff --git a/node_modules/core-js/modules/esnext.iterator.constructor.js b/node_modules/core-js/modules/esnext.iterator.constructor.js
deleted file mode 100644
index a481dff..0000000
--- a/node_modules/core-js/modules/esnext.iterator.constructor.js
+++ /dev/null
@@ -1,48 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var global = require('../internals/global');
-var anInstance = require('../internals/an-instance');
-var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');
-var fails = require('../internals/fails');
-var has = require('../internals/has');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-var IteratorPrototype = require('../internals/iterators-core').IteratorPrototype;
-var IS_PURE = require('../internals/is-pure');
-
-var ITERATOR = wellKnownSymbol('iterator');
-var TO_STRING_TAG = wellKnownSymbol('toStringTag');
-
-var NativeIterator = global.Iterator;
-
-// FF56- have non-standard global helper `Iterator`
-var FORCED = IS_PURE
- || typeof NativeIterator != 'function'
- || NativeIterator.prototype !== IteratorPrototype
- // FF44- non-standard `Iterator` passes previous tests
- || !fails(function () { NativeIterator({}); });
-
-var IteratorConstructor = function Iterator() {
- anInstance(this, IteratorConstructor);
-};
-
-if (IS_PURE) {
- IteratorPrototype = {};
- createNonEnumerableProperty(IteratorPrototype, ITERATOR, function () {
- return this;
- });
-}
-
-if (!has(IteratorPrototype, TO_STRING_TAG)) {
- createNonEnumerableProperty(IteratorPrototype, TO_STRING_TAG, 'Iterator');
-}
-
-if (FORCED || !has(IteratorPrototype, 'constructor') || IteratorPrototype.constructor === Object) {
- createNonEnumerableProperty(IteratorPrototype, 'constructor', IteratorConstructor);
-}
-
-IteratorConstructor.prototype = IteratorPrototype;
-
-$({ global: true, forced: FORCED }, {
- Iterator: IteratorConstructor
-});
diff --git a/node_modules/core-js/modules/esnext.iterator.drop.js b/node_modules/core-js/modules/esnext.iterator.drop.js
deleted file mode 100644
index 62cc89d..0000000
--- a/node_modules/core-js/modules/esnext.iterator.drop.js
+++ /dev/null
@@ -1,30 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var anObject = require('../internals/an-object');
-var toPositiveInteger = require('../internals/to-positive-integer');
-var createIteratorProxy = require('../internals/iterator-create-proxy');
-
-var IteratorProxy = createIteratorProxy(function (arg) {
- var iterator = this.iterator;
- var next = this.next;
- var result, done;
- while (this.remaining) {
- this.remaining--;
- result = anObject(next.call(iterator));
- done = this.done = !!result.done;
- if (done) return;
- }
- result = anObject(next.call(iterator, arg));
- done = this.done = !!result.done;
- if (!done) return result.value;
-});
-
-$({ target: 'Iterator', proto: true, real: true }, {
- drop: function drop(limit) {
- return new IteratorProxy({
- iterator: anObject(this),
- remaining: toPositiveInteger(limit)
- });
- }
-});
diff --git a/node_modules/core-js/modules/esnext.iterator.every.js b/node_modules/core-js/modules/esnext.iterator.every.js
deleted file mode 100644
index 6c1f894..0000000
--- a/node_modules/core-js/modules/esnext.iterator.every.js
+++ /dev/null
@@ -1,16 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var iterate = require('../internals/iterate');
-var aFunction = require('../internals/a-function');
-var anObject = require('../internals/an-object');
-
-$({ target: 'Iterator', proto: true, real: true }, {
- every: function every(fn) {
- anObject(this);
- aFunction(fn);
- return !iterate(this, function (value, stop) {
- if (!fn(value)) return stop();
- }, { IS_ITERATOR: true, INTERRUPTED: true }).stopped;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.iterator.filter.js b/node_modules/core-js/modules/esnext.iterator.filter.js
deleted file mode 100644
index db45c9b..0000000
--- a/node_modules/core-js/modules/esnext.iterator.filter.js
+++ /dev/null
@@ -1,30 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var aFunction = require('../internals/a-function');
-var anObject = require('../internals/an-object');
-var createIteratorProxy = require('../internals/iterator-create-proxy');
-var callWithSafeIterationClosing = require('../internals/call-with-safe-iteration-closing');
-
-var IteratorProxy = createIteratorProxy(function (arg) {
- var iterator = this.iterator;
- var filterer = this.filterer;
- var next = this.next;
- var result, done, value;
- while (true) {
- result = anObject(next.call(iterator, arg));
- done = this.done = !!result.done;
- if (done) return;
- value = result.value;
- if (callWithSafeIterationClosing(iterator, filterer, value)) return value;
- }
-});
-
-$({ target: 'Iterator', proto: true, real: true }, {
- filter: function filter(filterer) {
- return new IteratorProxy({
- iterator: anObject(this),
- filterer: aFunction(filterer)
- });
- }
-});
diff --git a/node_modules/core-js/modules/esnext.iterator.find.js b/node_modules/core-js/modules/esnext.iterator.find.js
deleted file mode 100644
index 1d65ea4..0000000
--- a/node_modules/core-js/modules/esnext.iterator.find.js
+++ /dev/null
@@ -1,16 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var iterate = require('../internals/iterate');
-var aFunction = require('../internals/a-function');
-var anObject = require('../internals/an-object');
-
-$({ target: 'Iterator', proto: true, real: true }, {
- find: function find(fn) {
- anObject(this);
- aFunction(fn);
- return iterate(this, function (value, stop) {
- if (fn(value)) return stop(value);
- }, { IS_ITERATOR: true, INTERRUPTED: true }).result;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.iterator.flat-map.js b/node_modules/core-js/modules/esnext.iterator.flat-map.js
deleted file mode 100644
index 38ffb3f..0000000
--- a/node_modules/core-js/modules/esnext.iterator.flat-map.js
+++ /dev/null
@@ -1,52 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var aFunction = require('../internals/a-function');
-var anObject = require('../internals/an-object');
-var getIteratorMethod = require('../internals/get-iterator-method');
-var createIteratorProxy = require('../internals/iterator-create-proxy');
-var iteratorClose = require('../internals/iterator-close');
-
-var IteratorProxy = createIteratorProxy(function (arg) {
- var iterator = this.iterator;
- var mapper = this.mapper;
- var result, mapped, iteratorMethod, innerIterator;
-
- while (true) {
- try {
- if (innerIterator = this.innerIterator) {
- result = anObject(this.innerNext.call(innerIterator));
- if (!result.done) return result.value;
- this.innerIterator = this.innerNext = null;
- }
-
- result = anObject(this.next.call(iterator, arg));
-
- if (this.done = !!result.done) return;
-
- mapped = mapper(result.value);
- iteratorMethod = getIteratorMethod(mapped);
-
- if (iteratorMethod === undefined) {
- throw TypeError('.flatMap callback should return an iterable object');
- }
-
- this.innerIterator = innerIterator = anObject(iteratorMethod.call(mapped));
- this.innerNext = aFunction(innerIterator.next);
- } catch (error) {
- iteratorClose(iterator);
- throw error;
- }
- }
-});
-
-$({ target: 'Iterator', proto: true, real: true }, {
- flatMap: function flatMap(mapper) {
- return new IteratorProxy({
- iterator: anObject(this),
- mapper: aFunction(mapper),
- innerIterator: null,
- innerNext: null
- });
- }
-});
diff --git a/node_modules/core-js/modules/esnext.iterator.for-each.js b/node_modules/core-js/modules/esnext.iterator.for-each.js
deleted file mode 100644
index 0fa67dc..0000000
--- a/node_modules/core-js/modules/esnext.iterator.for-each.js
+++ /dev/null
@@ -1,11 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var iterate = require('../internals/iterate');
-var anObject = require('../internals/an-object');
-
-$({ target: 'Iterator', proto: true, real: true }, {
- forEach: function forEach(fn) {
- iterate(anObject(this), fn, { IS_ITERATOR: true });
- }
-});
diff --git a/node_modules/core-js/modules/esnext.iterator.from.js b/node_modules/core-js/modules/esnext.iterator.from.js
deleted file mode 100644
index 10fa7f2..0000000
--- a/node_modules/core-js/modules/esnext.iterator.from.js
+++ /dev/null
@@ -1,32 +0,0 @@
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var path = require('../internals/path');
-var aFunction = require('../internals/a-function');
-var anObject = require('../internals/an-object');
-var toObject = require('../internals/to-object');
-var createIteratorProxy = require('../internals/iterator-create-proxy');
-var getIteratorMethod = require('../internals/get-iterator-method');
-
-var Iterator = path.Iterator;
-
-var IteratorProxy = createIteratorProxy(function (arg) {
- var result = anObject(this.next.call(this.iterator, arg));
- var done = this.done = !!result.done;
- if (!done) return result.value;
-}, true);
-
-$({ target: 'Iterator', stat: true }, {
- from: function from(O) {
- var object = toObject(O);
- var usingIterator = getIteratorMethod(object);
- var iterator;
- if (usingIterator != null) {
- iterator = aFunction(usingIterator).call(object);
- if (iterator instanceof Iterator) return iterator;
- } else {
- iterator = object;
- } return new IteratorProxy({
- iterator: iterator
- });
- }
-});
diff --git a/node_modules/core-js/modules/esnext.iterator.map.js b/node_modules/core-js/modules/esnext.iterator.map.js
deleted file mode 100644
index 054a7d1..0000000
--- a/node_modules/core-js/modules/esnext.iterator.map.js
+++ /dev/null
@@ -1,23 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var aFunction = require('../internals/a-function');
-var anObject = require('../internals/an-object');
-var createIteratorProxy = require('../internals/iterator-create-proxy');
-var callWithSafeIterationClosing = require('../internals/call-with-safe-iteration-closing');
-
-var IteratorProxy = createIteratorProxy(function (arg) {
- var iterator = this.iterator;
- var result = anObject(this.next.call(iterator, arg));
- var done = this.done = !!result.done;
- if (!done) return callWithSafeIterationClosing(iterator, this.mapper, result.value);
-});
-
-$({ target: 'Iterator', proto: true, real: true }, {
- map: function map(mapper) {
- return new IteratorProxy({
- iterator: anObject(this),
- mapper: aFunction(mapper)
- });
- }
-});
diff --git a/node_modules/core-js/modules/esnext.iterator.reduce.js b/node_modules/core-js/modules/esnext.iterator.reduce.js
deleted file mode 100644
index d9be4d5..0000000
--- a/node_modules/core-js/modules/esnext.iterator.reduce.js
+++ /dev/null
@@ -1,25 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var iterate = require('../internals/iterate');
-var aFunction = require('../internals/a-function');
-var anObject = require('../internals/an-object');
-
-$({ target: 'Iterator', proto: true, real: true }, {
- reduce: function reduce(reducer /* , initialValue */) {
- anObject(this);
- aFunction(reducer);
- var noInitial = arguments.length < 2;
- var accumulator = noInitial ? undefined : arguments[1];
- iterate(this, function (value) {
- if (noInitial) {
- noInitial = false;
- accumulator = value;
- } else {
- accumulator = reducer(accumulator, value);
- }
- }, { IS_ITERATOR: true });
- if (noInitial) throw TypeError('Reduce of empty iterator with no initial value');
- return accumulator;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.iterator.some.js b/node_modules/core-js/modules/esnext.iterator.some.js
deleted file mode 100644
index 147a016..0000000
--- a/node_modules/core-js/modules/esnext.iterator.some.js
+++ /dev/null
@@ -1,16 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var iterate = require('../internals/iterate');
-var aFunction = require('../internals/a-function');
-var anObject = require('../internals/an-object');
-
-$({ target: 'Iterator', proto: true, real: true }, {
- some: function some(fn) {
- anObject(this);
- aFunction(fn);
- return iterate(this, function (value, stop) {
- if (fn(value)) return stop();
- }, { IS_ITERATOR: true, INTERRUPTED: true }).stopped;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.iterator.take.js b/node_modules/core-js/modules/esnext.iterator.take.js
deleted file mode 100644
index 93e3604..0000000
--- a/node_modules/core-js/modules/esnext.iterator.take.js
+++ /dev/null
@@ -1,27 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var anObject = require('../internals/an-object');
-var toPositiveInteger = require('../internals/to-positive-integer');
-var createIteratorProxy = require('../internals/iterator-create-proxy');
-var iteratorClose = require('../internals/iterator-close');
-
-var IteratorProxy = createIteratorProxy(function (arg) {
- var iterator = this.iterator;
- if (!this.remaining--) {
- this.done = true;
- return iteratorClose(iterator);
- }
- var result = anObject(this.next.call(iterator, arg));
- var done = this.done = !!result.done;
- if (!done) return result.value;
-});
-
-$({ target: 'Iterator', proto: true, real: true }, {
- take: function take(limit) {
- return new IteratorProxy({
- iterator: anObject(this),
- remaining: toPositiveInteger(limit)
- });
- }
-});
diff --git a/node_modules/core-js/modules/esnext.iterator.to-array.js b/node_modules/core-js/modules/esnext.iterator.to-array.js
deleted file mode 100644
index 471ea49..0000000
--- a/node_modules/core-js/modules/esnext.iterator.to-array.js
+++ /dev/null
@@ -1,15 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-iterator-helpers
-var $ = require('../internals/export');
-var iterate = require('../internals/iterate');
-var anObject = require('../internals/an-object');
-
-var push = [].push;
-
-$({ target: 'Iterator', proto: true, real: true }, {
- toArray: function toArray() {
- var result = [];
- iterate(anObject(this), push, { that: result, IS_ITERATOR: true });
- return result;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.map.delete-all.js b/node_modules/core-js/modules/esnext.map.delete-all.js
deleted file mode 100644
index 4554b47..0000000
--- a/node_modules/core-js/modules/esnext.map.delete-all.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var collectionDeleteAll = require('../internals/collection-delete-all');
-
-// `Map.prototype.deleteAll` method
-// https://github.com/tc39/proposal-collection-methods
-$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {
- deleteAll: function deleteAll(/* ...elements */) {
- return collectionDeleteAll.apply(this, arguments);
- }
-});
diff --git a/node_modules/core-js/modules/esnext.map.emplace.js b/node_modules/core-js/modules/esnext.map.emplace.js
deleted file mode 100644
index 621d0c6..0000000
--- a/node_modules/core-js/modules/esnext.map.emplace.js
+++ /dev/null
@@ -1,10 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var $emplace = require('../internals/map-emplace');
-
-// `Map.prototype.emplace` method
-// https://github.com/thumbsupep/proposal-upsert
-$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {
- emplace: $emplace
-});
diff --git a/node_modules/core-js/modules/esnext.map.every.js b/node_modules/core-js/modules/esnext.map.every.js
deleted file mode 100644
index 5a8f881..0000000
--- a/node_modules/core-js/modules/esnext.map.every.js
+++ /dev/null
@@ -1,20 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var anObject = require('../internals/an-object');
-var bind = require('../internals/function-bind-context');
-var getMapIterator = require('../internals/get-map-iterator');
-var iterate = require('../internals/iterate');
-
-// `Map.prototype.every` method
-// https://github.com/tc39/proposal-collection-methods
-$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {
- every: function every(callbackfn /* , thisArg */) {
- var map = anObject(this);
- var iterator = getMapIterator(map);
- var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);
- return !iterate(iterator, function (key, value, stop) {
- if (!boundFunction(value, key, map)) return stop();
- }, { AS_ENTRIES: true, IS_ITERATOR: true, INTERRUPTED: true }).stopped;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.map.filter.js b/node_modules/core-js/modules/esnext.map.filter.js
deleted file mode 100644
index 3215729..0000000
--- a/node_modules/core-js/modules/esnext.map.filter.js
+++ /dev/null
@@ -1,26 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var getBuiltIn = require('../internals/get-built-in');
-var anObject = require('../internals/an-object');
-var aFunction = require('../internals/a-function');
-var bind = require('../internals/function-bind-context');
-var speciesConstructor = require('../internals/species-constructor');
-var getMapIterator = require('../internals/get-map-iterator');
-var iterate = require('../internals/iterate');
-
-// `Map.prototype.filter` method
-// https://github.com/tc39/proposal-collection-methods
-$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {
- filter: function filter(callbackfn /* , thisArg */) {
- var map = anObject(this);
- var iterator = getMapIterator(map);
- var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);
- var newMap = new (speciesConstructor(map, getBuiltIn('Map')))();
- var setter = aFunction(newMap.set);
- iterate(iterator, function (key, value) {
- if (boundFunction(value, key, map)) setter.call(newMap, key, value);
- }, { AS_ENTRIES: true, IS_ITERATOR: true });
- return newMap;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.map.find-key.js b/node_modules/core-js/modules/esnext.map.find-key.js
deleted file mode 100644
index d60e6ba..0000000
--- a/node_modules/core-js/modules/esnext.map.find-key.js
+++ /dev/null
@@ -1,20 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var anObject = require('../internals/an-object');
-var bind = require('../internals/function-bind-context');
-var getMapIterator = require('../internals/get-map-iterator');
-var iterate = require('../internals/iterate');
-
-// `Map.prototype.findKey` method
-// https://github.com/tc39/proposal-collection-methods
-$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {
- findKey: function findKey(callbackfn /* , thisArg */) {
- var map = anObject(this);
- var iterator = getMapIterator(map);
- var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);
- return iterate(iterator, function (key, value, stop) {
- if (boundFunction(value, key, map)) return stop(key);
- }, { AS_ENTRIES: true, IS_ITERATOR: true, INTERRUPTED: true }).result;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.map.find.js b/node_modules/core-js/modules/esnext.map.find.js
deleted file mode 100644
index 21a5495..0000000
--- a/node_modules/core-js/modules/esnext.map.find.js
+++ /dev/null
@@ -1,20 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var anObject = require('../internals/an-object');
-var bind = require('../internals/function-bind-context');
-var getMapIterator = require('../internals/get-map-iterator');
-var iterate = require('../internals/iterate');
-
-// `Map.prototype.find` method
-// https://github.com/tc39/proposal-collection-methods
-$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {
- find: function find(callbackfn /* , thisArg */) {
- var map = anObject(this);
- var iterator = getMapIterator(map);
- var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);
- return iterate(iterator, function (key, value, stop) {
- if (boundFunction(value, key, map)) return stop(value);
- }, { AS_ENTRIES: true, IS_ITERATOR: true, INTERRUPTED: true }).result;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.map.from.js b/node_modules/core-js/modules/esnext.map.from.js
deleted file mode 100644
index 9aa6aac..0000000
--- a/node_modules/core-js/modules/esnext.map.from.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var $ = require('../internals/export');
-var from = require('../internals/collection-from');
-
-// `Map.from` method
-// https://tc39.github.io/proposal-setmap-offrom/#sec-map.from
-$({ target: 'Map', stat: true }, {
- from: from
-});
diff --git a/node_modules/core-js/modules/esnext.map.group-by.js b/node_modules/core-js/modules/esnext.map.group-by.js
deleted file mode 100644
index a34c6a0..0000000
--- a/node_modules/core-js/modules/esnext.map.group-by.js
+++ /dev/null
@@ -1,22 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var iterate = require('../internals/iterate');
-var aFunction = require('../internals/a-function');
-
-// `Map.groupBy` method
-// https://github.com/tc39/proposal-collection-methods
-$({ target: 'Map', stat: true }, {
- groupBy: function groupBy(iterable, keyDerivative) {
- var newMap = new this();
- aFunction(keyDerivative);
- var has = aFunction(newMap.has);
- var get = aFunction(newMap.get);
- var set = aFunction(newMap.set);
- iterate(iterable, function (element) {
- var derivedKey = keyDerivative(element);
- if (!has.call(newMap, derivedKey)) set.call(newMap, derivedKey, [element]);
- else get.call(newMap, derivedKey).push(element);
- });
- return newMap;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.map.includes.js b/node_modules/core-js/modules/esnext.map.includes.js
deleted file mode 100644
index cf088b8..0000000
--- a/node_modules/core-js/modules/esnext.map.includes.js
+++ /dev/null
@@ -1,17 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var anObject = require('../internals/an-object');
-var getMapIterator = require('../internals/get-map-iterator');
-var sameValueZero = require('../internals/same-value-zero');
-var iterate = require('../internals/iterate');
-
-// `Map.prototype.includes` method
-// https://github.com/tc39/proposal-collection-methods
-$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {
- includes: function includes(searchElement) {
- return iterate(getMapIterator(anObject(this)), function (key, value, stop) {
- if (sameValueZero(value, searchElement)) return stop();
- }, { AS_ENTRIES: true, IS_ITERATOR: true, INTERRUPTED: true }).stopped;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.map.key-by.js b/node_modules/core-js/modules/esnext.map.key-by.js
deleted file mode 100644
index 0204bf2..0000000
--- a/node_modules/core-js/modules/esnext.map.key-by.js
+++ /dev/null
@@ -1,18 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var iterate = require('../internals/iterate');
-var aFunction = require('../internals/a-function');
-
-// `Map.keyBy` method
-// https://github.com/tc39/proposal-collection-methods
-$({ target: 'Map', stat: true }, {
- keyBy: function keyBy(iterable, keyDerivative) {
- var newMap = new this();
- aFunction(keyDerivative);
- var setter = aFunction(newMap.set);
- iterate(iterable, function (element) {
- setter.call(newMap, keyDerivative(element), element);
- });
- return newMap;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.map.key-of.js b/node_modules/core-js/modules/esnext.map.key-of.js
deleted file mode 100644
index cd1bbf9..0000000
--- a/node_modules/core-js/modules/esnext.map.key-of.js
+++ /dev/null
@@ -1,16 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var anObject = require('../internals/an-object');
-var getMapIterator = require('../internals/get-map-iterator');
-var iterate = require('../internals/iterate');
-
-// `Map.prototype.includes` method
-// https://github.com/tc39/proposal-collection-methods
-$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {
- keyOf: function keyOf(searchElement) {
- return iterate(getMapIterator(anObject(this)), function (key, value, stop) {
- if (value === searchElement) return stop(key);
- }, { AS_ENTRIES: true, IS_ITERATOR: true, INTERRUPTED: true }).result;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.map.map-keys.js b/node_modules/core-js/modules/esnext.map.map-keys.js
deleted file mode 100644
index 430e5fe..0000000
--- a/node_modules/core-js/modules/esnext.map.map-keys.js
+++ /dev/null
@@ -1,26 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var getBuiltIn = require('../internals/get-built-in');
-var anObject = require('../internals/an-object');
-var aFunction = require('../internals/a-function');
-var bind = require('../internals/function-bind-context');
-var speciesConstructor = require('../internals/species-constructor');
-var getMapIterator = require('../internals/get-map-iterator');
-var iterate = require('../internals/iterate');
-
-// `Map.prototype.mapKeys` method
-// https://github.com/tc39/proposal-collection-methods
-$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {
- mapKeys: function mapKeys(callbackfn /* , thisArg */) {
- var map = anObject(this);
- var iterator = getMapIterator(map);
- var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);
- var newMap = new (speciesConstructor(map, getBuiltIn('Map')))();
- var setter = aFunction(newMap.set);
- iterate(iterator, function (key, value) {
- setter.call(newMap, boundFunction(value, key, map), value);
- }, { AS_ENTRIES: true, IS_ITERATOR: true });
- return newMap;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.map.map-values.js b/node_modules/core-js/modules/esnext.map.map-values.js
deleted file mode 100644
index c112a3f..0000000
--- a/node_modules/core-js/modules/esnext.map.map-values.js
+++ /dev/null
@@ -1,26 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var getBuiltIn = require('../internals/get-built-in');
-var anObject = require('../internals/an-object');
-var aFunction = require('../internals/a-function');
-var bind = require('../internals/function-bind-context');
-var speciesConstructor = require('../internals/species-constructor');
-var getMapIterator = require('../internals/get-map-iterator');
-var iterate = require('../internals/iterate');
-
-// `Map.prototype.mapValues` method
-// https://github.com/tc39/proposal-collection-methods
-$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {
- mapValues: function mapValues(callbackfn /* , thisArg */) {
- var map = anObject(this);
- var iterator = getMapIterator(map);
- var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);
- var newMap = new (speciesConstructor(map, getBuiltIn('Map')))();
- var setter = aFunction(newMap.set);
- iterate(iterator, function (key, value) {
- setter.call(newMap, key, boundFunction(value, key, map));
- }, { AS_ENTRIES: true, IS_ITERATOR: true });
- return newMap;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.map.merge.js b/node_modules/core-js/modules/esnext.map.merge.js
deleted file mode 100644
index 859e45f..0000000
--- a/node_modules/core-js/modules/esnext.map.merge.js
+++ /dev/null
@@ -1,21 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var anObject = require('../internals/an-object');
-var aFunction = require('../internals/a-function');
-var iterate = require('../internals/iterate');
-
-// `Map.prototype.merge` method
-// https://github.com/tc39/proposal-collection-methods
-$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {
- // eslint-disable-next-line no-unused-vars
- merge: function merge(iterable /* ...iterbles */) {
- var map = anObject(this);
- var setter = aFunction(map.set);
- var i = 0;
- while (i < arguments.length) {
- iterate(arguments[i++], setter, { that: map, AS_ENTRIES: true });
- }
- return map;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.map.of.js b/node_modules/core-js/modules/esnext.map.of.js
deleted file mode 100644
index 4f84d89..0000000
--- a/node_modules/core-js/modules/esnext.map.of.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var $ = require('../internals/export');
-var of = require('../internals/collection-of');
-
-// `Map.of` method
-// https://tc39.github.io/proposal-setmap-offrom/#sec-map.of
-$({ target: 'Map', stat: true }, {
- of: of
-});
diff --git a/node_modules/core-js/modules/esnext.map.reduce.js b/node_modules/core-js/modules/esnext.map.reduce.js
deleted file mode 100644
index 2b22fda..0000000
--- a/node_modules/core-js/modules/esnext.map.reduce.js
+++ /dev/null
@@ -1,29 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var anObject = require('../internals/an-object');
-var aFunction = require('../internals/a-function');
-var getMapIterator = require('../internals/get-map-iterator');
-var iterate = require('../internals/iterate');
-
-// `Map.prototype.reduce` method
-// https://github.com/tc39/proposal-collection-methods
-$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {
- reduce: function reduce(callbackfn /* , initialValue */) {
- var map = anObject(this);
- var iterator = getMapIterator(map);
- var noInitial = arguments.length < 2;
- var accumulator = noInitial ? undefined : arguments[1];
- aFunction(callbackfn);
- iterate(iterator, function (key, value) {
- if (noInitial) {
- noInitial = false;
- accumulator = value;
- } else {
- accumulator = callbackfn(accumulator, value, key, map);
- }
- }, { AS_ENTRIES: true, IS_ITERATOR: true });
- if (noInitial) throw TypeError('Reduce of empty map with no initial value');
- return accumulator;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.map.some.js b/node_modules/core-js/modules/esnext.map.some.js
deleted file mode 100644
index 077bb22..0000000
--- a/node_modules/core-js/modules/esnext.map.some.js
+++ /dev/null
@@ -1,20 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var anObject = require('../internals/an-object');
-var bind = require('../internals/function-bind-context');
-var getMapIterator = require('../internals/get-map-iterator');
-var iterate = require('../internals/iterate');
-
-// `Set.prototype.some` method
-// https://github.com/tc39/proposal-collection-methods
-$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {
- some: function some(callbackfn /* , thisArg */) {
- var map = anObject(this);
- var iterator = getMapIterator(map);
- var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);
- return iterate(iterator, function (key, value, stop) {
- if (boundFunction(value, key, map)) return stop();
- }, { AS_ENTRIES: true, IS_ITERATOR: true, INTERRUPTED: true }).stopped;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.map.update-or-insert.js b/node_modules/core-js/modules/esnext.map.update-or-insert.js
deleted file mode 100644
index a75f36a..0000000
--- a/node_modules/core-js/modules/esnext.map.update-or-insert.js
+++ /dev/null
@@ -1,11 +0,0 @@
-'use strict';
-// TODO: remove from `core-js@4`
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var $upsert = require('../internals/map-upsert');
-
-// `Map.prototype.updateOrInsert` method (replaced by `Map.prototype.emplace`)
-// https://github.com/thumbsupep/proposal-upsert
-$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {
- updateOrInsert: $upsert
-});
diff --git a/node_modules/core-js/modules/esnext.map.update.js b/node_modules/core-js/modules/esnext.map.update.js
deleted file mode 100644
index 97358e8..0000000
--- a/node_modules/core-js/modules/esnext.map.update.js
+++ /dev/null
@@ -1,22 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var anObject = require('../internals/an-object');
-var aFunction = require('../internals/a-function');
-
-// `Set.prototype.update` method
-// https://github.com/tc39/proposal-collection-methods
-$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {
- update: function update(key, callback /* , thunk */) {
- var map = anObject(this);
- var length = arguments.length;
- aFunction(callback);
- var isPresentInMap = map.has(key);
- if (!isPresentInMap && length < 3) {
- throw TypeError('Updating absent value');
- }
- var value = isPresentInMap ? map.get(key) : aFunction(length > 2 ? arguments[2] : undefined)(key, map);
- map.set(key, callback(value, key, map));
- return map;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.map.upsert.js b/node_modules/core-js/modules/esnext.map.upsert.js
deleted file mode 100644
index 7dc458c..0000000
--- a/node_modules/core-js/modules/esnext.map.upsert.js
+++ /dev/null
@@ -1,11 +0,0 @@
-'use strict';
-// TODO: remove from `core-js@4`
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var $upsert = require('../internals/map-upsert');
-
-// `Map.prototype.upsert` method (replaced by `Map.prototype.emplace`)
-// https://github.com/thumbsupep/proposal-upsert
-$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {
- upsert: $upsert
-});
diff --git a/node_modules/core-js/modules/esnext.math.clamp.js b/node_modules/core-js/modules/esnext.math.clamp.js
deleted file mode 100644
index c69b122..0000000
--- a/node_modules/core-js/modules/esnext.math.clamp.js
+++ /dev/null
@@ -1,12 +0,0 @@
-var $ = require('../internals/export');
-
-var min = Math.min;
-var max = Math.max;
-
-// `Math.clamp` method
-// https://rwaldron.github.io/proposal-math-extensions/
-$({ target: 'Math', stat: true }, {
- clamp: function clamp(x, lower, upper) {
- return min(upper, max(lower, x));
- }
-});
diff --git a/node_modules/core-js/modules/esnext.math.deg-per-rad.js b/node_modules/core-js/modules/esnext.math.deg-per-rad.js
deleted file mode 100644
index b1c09b8..0000000
--- a/node_modules/core-js/modules/esnext.math.deg-per-rad.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var $ = require('../internals/export');
-
-// `Math.DEG_PER_RAD` constant
-// https://rwaldron.github.io/proposal-math-extensions/
-$({ target: 'Math', stat: true }, {
- DEG_PER_RAD: Math.PI / 180
-});
diff --git a/node_modules/core-js/modules/esnext.math.degrees.js b/node_modules/core-js/modules/esnext.math.degrees.js
deleted file mode 100644
index e91de91..0000000
--- a/node_modules/core-js/modules/esnext.math.degrees.js
+++ /dev/null
@@ -1,11 +0,0 @@
-var $ = require('../internals/export');
-
-var RAD_PER_DEG = 180 / Math.PI;
-
-// `Math.degrees` method
-// https://rwaldron.github.io/proposal-math-extensions/
-$({ target: 'Math', stat: true }, {
- degrees: function degrees(radians) {
- return radians * RAD_PER_DEG;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.math.fscale.js b/node_modules/core-js/modules/esnext.math.fscale.js
deleted file mode 100644
index 3db68ef..0000000
--- a/node_modules/core-js/modules/esnext.math.fscale.js
+++ /dev/null
@@ -1,12 +0,0 @@
-var $ = require('../internals/export');
-
-var scale = require('../internals/math-scale');
-var fround = require('../internals/math-fround');
-
-// `Math.fscale` method
-// https://rwaldron.github.io/proposal-math-extensions/
-$({ target: 'Math', stat: true }, {
- fscale: function fscale(x, inLow, inHigh, outLow, outHigh) {
- return fround(scale(x, inLow, inHigh, outLow, outHigh));
- }
-});
diff --git a/node_modules/core-js/modules/esnext.math.iaddh.js b/node_modules/core-js/modules/esnext.math.iaddh.js
deleted file mode 100644
index 2323031..0000000
--- a/node_modules/core-js/modules/esnext.math.iaddh.js
+++ /dev/null
@@ -1,13 +0,0 @@
-var $ = require('../internals/export');
-
-// `Math.iaddh` method
-// https://gist.github.com/BrendanEich/4294d5c212a6d2254703
-// TODO: Remove from `core-js@4`
-$({ target: 'Math', stat: true }, {
- iaddh: function iaddh(x0, x1, y0, y1) {
- var $x0 = x0 >>> 0;
- var $x1 = x1 >>> 0;
- var $y0 = y0 >>> 0;
- return $x1 + (y1 >>> 0) + (($x0 & $y0 | ($x0 | $y0) & ~($x0 + $y0 >>> 0)) >>> 31) | 0;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.math.imulh.js b/node_modules/core-js/modules/esnext.math.imulh.js
deleted file mode 100644
index f7a558e..0000000
--- a/node_modules/core-js/modules/esnext.math.imulh.js
+++ /dev/null
@@ -1,18 +0,0 @@
-var $ = require('../internals/export');
-
-// `Math.imulh` method
-// https://gist.github.com/BrendanEich/4294d5c212a6d2254703
-// TODO: Remove from `core-js@4`
-$({ target: 'Math', stat: true }, {
- imulh: function imulh(u, v) {
- var UINT16 = 0xFFFF;
- var $u = +u;
- var $v = +v;
- var u0 = $u & UINT16;
- var v0 = $v & UINT16;
- var u1 = $u >> 16;
- var v1 = $v >> 16;
- var t = (u1 * v0 >>> 0) + (u0 * v0 >>> 16);
- return u1 * v1 + (t >> 16) + ((u0 * v1 >>> 0) + (t & UINT16) >> 16);
- }
-});
diff --git a/node_modules/core-js/modules/esnext.math.isubh.js b/node_modules/core-js/modules/esnext.math.isubh.js
deleted file mode 100644
index cbe0b4e..0000000
--- a/node_modules/core-js/modules/esnext.math.isubh.js
+++ /dev/null
@@ -1,13 +0,0 @@
-var $ = require('../internals/export');
-
-// `Math.isubh` method
-// https://gist.github.com/BrendanEich/4294d5c212a6d2254703
-// TODO: Remove from `core-js@4`
-$({ target: 'Math', stat: true }, {
- isubh: function isubh(x0, x1, y0, y1) {
- var $x0 = x0 >>> 0;
- var $x1 = x1 >>> 0;
- var $y0 = y0 >>> 0;
- return $x1 - (y1 >>> 0) - ((~$x0 & $y0 | ~($x0 ^ $y0) & $x0 - $y0 >>> 0) >>> 31) | 0;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.math.rad-per-deg.js b/node_modules/core-js/modules/esnext.math.rad-per-deg.js
deleted file mode 100644
index 6515cbe..0000000
--- a/node_modules/core-js/modules/esnext.math.rad-per-deg.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var $ = require('../internals/export');
-
-// `Math.RAD_PER_DEG` constant
-// https://rwaldron.github.io/proposal-math-extensions/
-$({ target: 'Math', stat: true }, {
- RAD_PER_DEG: 180 / Math.PI
-});
diff --git a/node_modules/core-js/modules/esnext.math.radians.js b/node_modules/core-js/modules/esnext.math.radians.js
deleted file mode 100644
index 0b25512..0000000
--- a/node_modules/core-js/modules/esnext.math.radians.js
+++ /dev/null
@@ -1,11 +0,0 @@
-var $ = require('../internals/export');
-
-var DEG_PER_RAD = Math.PI / 180;
-
-// `Math.radians` method
-// https://rwaldron.github.io/proposal-math-extensions/
-$({ target: 'Math', stat: true }, {
- radians: function radians(degrees) {
- return degrees * DEG_PER_RAD;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.math.scale.js b/node_modules/core-js/modules/esnext.math.scale.js
deleted file mode 100644
index 400a9ed..0000000
--- a/node_modules/core-js/modules/esnext.math.scale.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var $ = require('../internals/export');
-var scale = require('../internals/math-scale');
-
-// `Math.scale` method
-// https://rwaldron.github.io/proposal-math-extensions/
-$({ target: 'Math', stat: true }, {
- scale: scale
-});
diff --git a/node_modules/core-js/modules/esnext.math.seeded-prng.js b/node_modules/core-js/modules/esnext.math.seeded-prng.js
deleted file mode 100644
index 6e39688..0000000
--- a/node_modules/core-js/modules/esnext.math.seeded-prng.js
+++ /dev/null
@@ -1,33 +0,0 @@
-var $ = require('../internals/export');
-var anObject = require('../internals/an-object');
-var numberIsFinite = require('../internals/number-is-finite');
-var createIteratorConstructor = require('../internals/create-iterator-constructor');
-var InternalStateModule = require('../internals/internal-state');
-
-var SEEDED_RANDOM = 'Seeded Random';
-var SEEDED_RANDOM_GENERATOR = SEEDED_RANDOM + ' Generator';
-var setInternalState = InternalStateModule.set;
-var getInternalState = InternalStateModule.getterFor(SEEDED_RANDOM_GENERATOR);
-var SEED_TYPE_ERROR = 'Math.seededPRNG() argument should have a "seed" field with a finite value.';
-
-var $SeededRandomGenerator = createIteratorConstructor(function SeededRandomGenerator(seed) {
- setInternalState(this, {
- type: SEEDED_RANDOM_GENERATOR,
- seed: seed % 2147483647
- });
-}, SEEDED_RANDOM, function next() {
- var state = getInternalState(this);
- var seed = state.seed = (state.seed * 1103515245 + 12345) % 2147483647;
- return { value: (seed & 1073741823) / 1073741823, done: false };
-});
-
-// `Math.seededPRNG` method
-// https://github.com/tc39/proposal-seeded-random
-// based on https://github.com/tc39/proposal-seeded-random/blob/78b8258835b57fc2100d076151ab506bc3202ae6/demo.html
-$({ target: 'Math', stat: true, forced: true }, {
- seededPRNG: function seededPRNG(it) {
- var seed = anObject(it).seed;
- if (!numberIsFinite(seed)) throw TypeError(SEED_TYPE_ERROR);
- return new $SeededRandomGenerator(seed);
- }
-});
diff --git a/node_modules/core-js/modules/esnext.math.signbit.js b/node_modules/core-js/modules/esnext.math.signbit.js
deleted file mode 100644
index 3ece8ea..0000000
--- a/node_modules/core-js/modules/esnext.math.signbit.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var $ = require('../internals/export');
-
-// `Math.signbit` method
-// https://github.com/tc39/proposal-Math.signbit
-$({ target: 'Math', stat: true }, {
- signbit: function signbit(x) {
- return (x = +x) == x && x == 0 ? 1 / x == -Infinity : x < 0;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.math.umulh.js b/node_modules/core-js/modules/esnext.math.umulh.js
deleted file mode 100644
index 5f0e70f..0000000
--- a/node_modules/core-js/modules/esnext.math.umulh.js
+++ /dev/null
@@ -1,18 +0,0 @@
-var $ = require('../internals/export');
-
-// `Math.umulh` method
-// https://gist.github.com/BrendanEich/4294d5c212a6d2254703
-// TODO: Remove from `core-js@4`
-$({ target: 'Math', stat: true }, {
- umulh: function umulh(u, v) {
- var UINT16 = 0xFFFF;
- var $u = +u;
- var $v = +v;
- var u0 = $u & UINT16;
- var v0 = $v & UINT16;
- var u1 = $u >>> 16;
- var v1 = $v >>> 16;
- var t = (u1 * v0 >>> 0) + (u0 * v0 >>> 16);
- return u1 * v1 + (t >>> 16) + ((u0 * v1 >>> 0) + (t & UINT16) >>> 16);
- }
-});
diff --git a/node_modules/core-js/modules/esnext.number.from-string.js b/node_modules/core-js/modules/esnext.number.from-string.js
deleted file mode 100644
index 85f1498..0000000
--- a/node_modules/core-js/modules/esnext.number.from-string.js
+++ /dev/null
@@ -1,30 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var toInteger = require('../internals/to-integer');
-var parseInt = require('../internals/number-parse-int');
-
-var INVALID_NUMBER_REPRESENTATION = 'Invalid number representation';
-var INVALID_RADIX = 'Invalid radix';
-var valid = /^[\da-z]+$/;
-
-// `Number.fromString` method
-// https://github.com/tc39/proposal-number-fromstring
-$({ target: 'Number', stat: true }, {
- fromString: function fromString(string, radix) {
- var sign = 1;
- var R, mathNum;
- if (typeof string != 'string') throw TypeError(INVALID_NUMBER_REPRESENTATION);
- if (!string.length) throw SyntaxError(INVALID_NUMBER_REPRESENTATION);
- if (string.charAt(0) == '-') {
- sign = -1;
- string = string.slice(1);
- if (!string.length) throw SyntaxError(INVALID_NUMBER_REPRESENTATION);
- }
- R = radix === undefined ? 10 : toInteger(radix);
- if (R < 2 || R > 36) throw RangeError(INVALID_RADIX);
- if (!valid.test(string) || (mathNum = parseInt(string, R)).toString(R) !== string) {
- throw SyntaxError(INVALID_NUMBER_REPRESENTATION);
- }
- return sign * mathNum;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.number.range.js b/node_modules/core-js/modules/esnext.number.range.js
deleted file mode 100644
index 183e745..0000000
--- a/node_modules/core-js/modules/esnext.number.range.js
+++ /dev/null
@@ -1,11 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var RangeIterator = require('../internals/range-iterator');
-
-// `Number.range` method
-// https://github.com/tc39/proposal-Number.range
-$({ target: 'Number', stat: true }, {
- range: function range(start, end, option) {
- return new RangeIterator(start, end, option, 'number', 0, 1);
- }
-});
diff --git a/node_modules/core-js/modules/esnext.object.iterate-entries.js b/node_modules/core-js/modules/esnext.object.iterate-entries.js
deleted file mode 100644
index b882ca3..0000000
--- a/node_modules/core-js/modules/esnext.object.iterate-entries.js
+++ /dev/null
@@ -1,11 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var ObjectIterator = require('../internals/object-iterator');
-
-// `Object.iterateEntries` method
-// https://github.com/tc39/proposal-object-iteration
-$({ target: 'Object', stat: true }, {
- iterateEntries: function iterateEntries(object) {
- return new ObjectIterator(object, 'entries');
- }
-});
diff --git a/node_modules/core-js/modules/esnext.object.iterate-keys.js b/node_modules/core-js/modules/esnext.object.iterate-keys.js
deleted file mode 100644
index e74dc37..0000000
--- a/node_modules/core-js/modules/esnext.object.iterate-keys.js
+++ /dev/null
@@ -1,11 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var ObjectIterator = require('../internals/object-iterator');
-
-// `Object.iterateKeys` method
-// https://github.com/tc39/proposal-object-iteration
-$({ target: 'Object', stat: true }, {
- iterateKeys: function iterateKeys(object) {
- return new ObjectIterator(object, 'keys');
- }
-});
diff --git a/node_modules/core-js/modules/esnext.object.iterate-values.js b/node_modules/core-js/modules/esnext.object.iterate-values.js
deleted file mode 100644
index 1d18fe0..0000000
--- a/node_modules/core-js/modules/esnext.object.iterate-values.js
+++ /dev/null
@@ -1,11 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var ObjectIterator = require('../internals/object-iterator');
-
-// `Object.iterateValues` method
-// https://github.com/tc39/proposal-object-iteration
-$({ target: 'Object', stat: true }, {
- iterateValues: function iterateValues(object) {
- return new ObjectIterator(object, 'values');
- }
-});
diff --git a/node_modules/core-js/modules/esnext.observable.js b/node_modules/core-js/modules/esnext.observable.js
deleted file mode 100644
index edc52b8..0000000
--- a/node_modules/core-js/modules/esnext.observable.js
+++ /dev/null
@@ -1,207 +0,0 @@
-'use strict';
-// https://github.com/tc39/proposal-observable
-var $ = require('../internals/export');
-var DESCRIPTORS = require('../internals/descriptors');
-var setSpecies = require('../internals/set-species');
-var aFunction = require('../internals/a-function');
-var anObject = require('../internals/an-object');
-var isObject = require('../internals/is-object');
-var anInstance = require('../internals/an-instance');
-var defineProperty = require('../internals/object-define-property').f;
-var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');
-var redefineAll = require('../internals/redefine-all');
-var getIterator = require('../internals/get-iterator');
-var iterate = require('../internals/iterate');
-var hostReportErrors = require('../internals/host-report-errors');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-var InternalStateModule = require('../internals/internal-state');
-
-var OBSERVABLE = wellKnownSymbol('observable');
-var getInternalState = InternalStateModule.get;
-var setInternalState = InternalStateModule.set;
-
-var getMethod = function (fn) {
- return fn == null ? undefined : aFunction(fn);
-};
-
-var cleanupSubscription = function (subscriptionState) {
- var cleanup = subscriptionState.cleanup;
- if (cleanup) {
- subscriptionState.cleanup = undefined;
- try {
- cleanup();
- } catch (error) {
- hostReportErrors(error);
- }
- }
-};
-
-var subscriptionClosed = function (subscriptionState) {
- return subscriptionState.observer === undefined;
-};
-
-var close = function (subscription, subscriptionState) {
- if (!DESCRIPTORS) {
- subscription.closed = true;
- var subscriptionObserver = subscriptionState.subscriptionObserver;
- if (subscriptionObserver) subscriptionObserver.closed = true;
- } subscriptionState.observer = undefined;
-};
-
-var Subscription = function (observer, subscriber) {
- var subscriptionState = setInternalState(this, {
- cleanup: undefined,
- observer: anObject(observer),
- subscriptionObserver: undefined
- });
- var start;
- if (!DESCRIPTORS) this.closed = false;
- try {
- if (start = getMethod(observer.start)) start.call(observer, this);
- } catch (error) {
- hostReportErrors(error);
- }
- if (subscriptionClosed(subscriptionState)) return;
- var subscriptionObserver = subscriptionState.subscriptionObserver = new SubscriptionObserver(this);
- try {
- var cleanup = subscriber(subscriptionObserver);
- var subscription = cleanup;
- if (cleanup != null) subscriptionState.cleanup = typeof cleanup.unsubscribe === 'function'
- ? function () { subscription.unsubscribe(); }
- : aFunction(cleanup);
- } catch (error) {
- subscriptionObserver.error(error);
- return;
- } if (subscriptionClosed(subscriptionState)) cleanupSubscription(subscriptionState);
-};
-
-Subscription.prototype = redefineAll({}, {
- unsubscribe: function unsubscribe() {
- var subscriptionState = getInternalState(this);
- if (!subscriptionClosed(subscriptionState)) {
- close(this, subscriptionState);
- cleanupSubscription(subscriptionState);
- }
- }
-});
-
-if (DESCRIPTORS) defineProperty(Subscription.prototype, 'closed', {
- configurable: true,
- get: function () {
- return subscriptionClosed(getInternalState(this));
- }
-});
-
-var SubscriptionObserver = function (subscription) {
- setInternalState(this, { subscription: subscription });
- if (!DESCRIPTORS) this.closed = false;
-};
-
-SubscriptionObserver.prototype = redefineAll({}, {
- next: function next(value) {
- var subscriptionState = getInternalState(getInternalState(this).subscription);
- if (!subscriptionClosed(subscriptionState)) {
- var observer = subscriptionState.observer;
- try {
- var nextMethod = getMethod(observer.next);
- if (nextMethod) nextMethod.call(observer, value);
- } catch (error) {
- hostReportErrors(error);
- }
- }
- },
- error: function error(value) {
- var subscription = getInternalState(this).subscription;
- var subscriptionState = getInternalState(subscription);
- if (!subscriptionClosed(subscriptionState)) {
- var observer = subscriptionState.observer;
- close(subscription, subscriptionState);
- try {
- var errorMethod = getMethod(observer.error);
- if (errorMethod) errorMethod.call(observer, value);
- else hostReportErrors(value);
- } catch (err) {
- hostReportErrors(err);
- } cleanupSubscription(subscriptionState);
- }
- },
- complete: function complete() {
- var subscription = getInternalState(this).subscription;
- var subscriptionState = getInternalState(subscription);
- if (!subscriptionClosed(subscriptionState)) {
- var observer = subscriptionState.observer;
- close(subscription, subscriptionState);
- try {
- var completeMethod = getMethod(observer.complete);
- if (completeMethod) completeMethod.call(observer);
- } catch (error) {
- hostReportErrors(error);
- } cleanupSubscription(subscriptionState);
- }
- }
-});
-
-if (DESCRIPTORS) defineProperty(SubscriptionObserver.prototype, 'closed', {
- configurable: true,
- get: function () {
- return subscriptionClosed(getInternalState(getInternalState(this).subscription));
- }
-});
-
-var $Observable = function Observable(subscriber) {
- anInstance(this, $Observable, 'Observable');
- setInternalState(this, { subscriber: aFunction(subscriber) });
-};
-
-redefineAll($Observable.prototype, {
- subscribe: function subscribe(observer) {
- var length = arguments.length;
- return new Subscription(typeof observer === 'function' ? {
- next: observer,
- error: length > 1 ? arguments[1] : undefined,
- complete: length > 2 ? arguments[2] : undefined
- } : isObject(observer) ? observer : {}, getInternalState(this).subscriber);
- }
-});
-
-redefineAll($Observable, {
- from: function from(x) {
- var C = typeof this === 'function' ? this : $Observable;
- var observableMethod = getMethod(anObject(x)[OBSERVABLE]);
- if (observableMethod) {
- var observable = anObject(observableMethod.call(x));
- return observable.constructor === C ? observable : new C(function (observer) {
- return observable.subscribe(observer);
- });
- }
- var iterator = getIterator(x);
- return new C(function (observer) {
- iterate(iterator, function (it, stop) {
- observer.next(it);
- if (observer.closed) return stop();
- }, { IS_ITERATOR: true, INTERRUPTED: true });
- observer.complete();
- });
- },
- of: function of() {
- var C = typeof this === 'function' ? this : $Observable;
- var length = arguments.length;
- var items = new Array(length);
- var index = 0;
- while (index < length) items[index] = arguments[index++];
- return new C(function (observer) {
- for (var i = 0; i < length; i++) {
- observer.next(items[i]);
- if (observer.closed) return;
- } observer.complete();
- });
- }
-});
-
-createNonEnumerableProperty($Observable.prototype, OBSERVABLE, function () { return this; });
-
-$({ global: true }, {
- Observable: $Observable
-});
-
-setSpecies('Observable');
diff --git a/node_modules/core-js/modules/esnext.promise.all-settled.js b/node_modules/core-js/modules/esnext.promise.all-settled.js
deleted file mode 100644
index 0b9d7ee..0000000
--- a/node_modules/core-js/modules/esnext.promise.all-settled.js
+++ /dev/null
@@ -1,2 +0,0 @@
-// TODO: Remove from `core-js@4`
-require('./es.promise.all-settled.js');
diff --git a/node_modules/core-js/modules/esnext.promise.any.js b/node_modules/core-js/modules/esnext.promise.any.js
deleted file mode 100644
index 7a1c12b..0000000
--- a/node_modules/core-js/modules/esnext.promise.any.js
+++ /dev/null
@@ -1,2 +0,0 @@
-// TODO: Remove from `core-js@4`
-require('./es.promise.any');
diff --git a/node_modules/core-js/modules/esnext.promise.try.js b/node_modules/core-js/modules/esnext.promise.try.js
deleted file mode 100644
index 7a7b93b..0000000
--- a/node_modules/core-js/modules/esnext.promise.try.js
+++ /dev/null
@@ -1,15 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var newPromiseCapabilityModule = require('../internals/new-promise-capability');
-var perform = require('../internals/perform');
-
-// `Promise.try` method
-// https://github.com/tc39/proposal-promise-try
-$({ target: 'Promise', stat: true }, {
- 'try': function (callbackfn) {
- var promiseCapability = newPromiseCapabilityModule.f(this);
- var result = perform(callbackfn);
- (result.error ? promiseCapability.reject : promiseCapability.resolve)(result.value);
- return promiseCapability.promise;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.reflect.define-metadata.js b/node_modules/core-js/modules/esnext.reflect.define-metadata.js
deleted file mode 100644
index 2596439..0000000
--- a/node_modules/core-js/modules/esnext.reflect.define-metadata.js
+++ /dev/null
@@ -1,15 +0,0 @@
-var $ = require('../internals/export');
-var ReflectMetadataModule = require('../internals/reflect-metadata');
-var anObject = require('../internals/an-object');
-
-var toMetadataKey = ReflectMetadataModule.toKey;
-var ordinaryDefineOwnMetadata = ReflectMetadataModule.set;
-
-// `Reflect.defineMetadata` method
-// https://github.com/rbuckton/reflect-metadata
-$({ target: 'Reflect', stat: true }, {
- defineMetadata: function defineMetadata(metadataKey, metadataValue, target /* , targetKey */) {
- var targetKey = arguments.length < 4 ? undefined : toMetadataKey(arguments[3]);
- ordinaryDefineOwnMetadata(metadataKey, metadataValue, anObject(target), targetKey);
- }
-});
diff --git a/node_modules/core-js/modules/esnext.reflect.delete-metadata.js b/node_modules/core-js/modules/esnext.reflect.delete-metadata.js
deleted file mode 100644
index ec510d3..0000000
--- a/node_modules/core-js/modules/esnext.reflect.delete-metadata.js
+++ /dev/null
@@ -1,21 +0,0 @@
-var $ = require('../internals/export');
-var ReflectMetadataModule = require('../internals/reflect-metadata');
-var anObject = require('../internals/an-object');
-
-var toMetadataKey = ReflectMetadataModule.toKey;
-var getOrCreateMetadataMap = ReflectMetadataModule.getMap;
-var store = ReflectMetadataModule.store;
-
-// `Reflect.deleteMetadata` method
-// https://github.com/rbuckton/reflect-metadata
-$({ target: 'Reflect', stat: true }, {
- deleteMetadata: function deleteMetadata(metadataKey, target /* , targetKey */) {
- var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]);
- var metadataMap = getOrCreateMetadataMap(anObject(target), targetKey, false);
- if (metadataMap === undefined || !metadataMap['delete'](metadataKey)) return false;
- if (metadataMap.size) return true;
- var targetMetadata = store.get(target);
- targetMetadata['delete'](targetKey);
- return !!targetMetadata.size || store['delete'](target);
- }
-});
diff --git a/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js b/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js
deleted file mode 100644
index d4b5615..0000000
--- a/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js
+++ /dev/null
@@ -1,33 +0,0 @@
-var $ = require('../internals/export');
-// TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env`
-var Set = require('../modules/es.set');
-var ReflectMetadataModule = require('../internals/reflect-metadata');
-var anObject = require('../internals/an-object');
-var getPrototypeOf = require('../internals/object-get-prototype-of');
-var iterate = require('../internals/iterate');
-
-var ordinaryOwnMetadataKeys = ReflectMetadataModule.keys;
-var toMetadataKey = ReflectMetadataModule.toKey;
-
-var from = function (iter) {
- var result = [];
- iterate(iter, result.push, { that: result });
- return result;
-};
-
-var ordinaryMetadataKeys = function (O, P) {
- var oKeys = ordinaryOwnMetadataKeys(O, P);
- var parent = getPrototypeOf(O);
- if (parent === null) return oKeys;
- var pKeys = ordinaryMetadataKeys(parent, P);
- return pKeys.length ? oKeys.length ? from(new Set(oKeys.concat(pKeys))) : pKeys : oKeys;
-};
-
-// `Reflect.getMetadataKeys` method
-// https://github.com/rbuckton/reflect-metadata
-$({ target: 'Reflect', stat: true }, {
- getMetadataKeys: function getMetadataKeys(target /* , targetKey */) {
- var targetKey = arguments.length < 2 ? undefined : toMetadataKey(arguments[1]);
- return ordinaryMetadataKeys(anObject(target), targetKey);
- }
-});
diff --git a/node_modules/core-js/modules/esnext.reflect.get-metadata.js b/node_modules/core-js/modules/esnext.reflect.get-metadata.js
deleted file mode 100644
index fd344e8..0000000
--- a/node_modules/core-js/modules/esnext.reflect.get-metadata.js
+++ /dev/null
@@ -1,24 +0,0 @@
-var $ = require('../internals/export');
-var ReflectMetadataModule = require('../internals/reflect-metadata');
-var anObject = require('../internals/an-object');
-var getPrototypeOf = require('../internals/object-get-prototype-of');
-
-var ordinaryHasOwnMetadata = ReflectMetadataModule.has;
-var ordinaryGetOwnMetadata = ReflectMetadataModule.get;
-var toMetadataKey = ReflectMetadataModule.toKey;
-
-var ordinaryGetMetadata = function (MetadataKey, O, P) {
- var hasOwn = ordinaryHasOwnMetadata(MetadataKey, O, P);
- if (hasOwn) return ordinaryGetOwnMetadata(MetadataKey, O, P);
- var parent = getPrototypeOf(O);
- return parent !== null ? ordinaryGetMetadata(MetadataKey, parent, P) : undefined;
-};
-
-// `Reflect.getMetadata` method
-// https://github.com/rbuckton/reflect-metadata
-$({ target: 'Reflect', stat: true }, {
- getMetadata: function getMetadata(metadataKey, target /* , targetKey */) {
- var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]);
- return ordinaryGetMetadata(metadataKey, anObject(target), targetKey);
- }
-});
diff --git a/node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js b/node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js
deleted file mode 100644
index 090bb8d..0000000
--- a/node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js
+++ /dev/null
@@ -1,15 +0,0 @@
-var $ = require('../internals/export');
-var ReflectMetadataModule = require('../internals/reflect-metadata');
-var anObject = require('../internals/an-object');
-
-var ordinaryOwnMetadataKeys = ReflectMetadataModule.keys;
-var toMetadataKey = ReflectMetadataModule.toKey;
-
-// `Reflect.getOwnMetadataKeys` method
-// https://github.com/rbuckton/reflect-metadata
-$({ target: 'Reflect', stat: true }, {
- getOwnMetadataKeys: function getOwnMetadataKeys(target /* , targetKey */) {
- var targetKey = arguments.length < 2 ? undefined : toMetadataKey(arguments[1]);
- return ordinaryOwnMetadataKeys(anObject(target), targetKey);
- }
-});
diff --git a/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js b/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js
deleted file mode 100644
index 81c40d0..0000000
--- a/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js
+++ /dev/null
@@ -1,15 +0,0 @@
-var $ = require('../internals/export');
-var ReflectMetadataModule = require('../internals/reflect-metadata');
-var anObject = require('../internals/an-object');
-
-var ordinaryGetOwnMetadata = ReflectMetadataModule.get;
-var toMetadataKey = ReflectMetadataModule.toKey;
-
-// `Reflect.getOwnMetadata` method
-// https://github.com/rbuckton/reflect-metadata
-$({ target: 'Reflect', stat: true }, {
- getOwnMetadata: function getOwnMetadata(metadataKey, target /* , targetKey */) {
- var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]);
- return ordinaryGetOwnMetadata(metadataKey, anObject(target), targetKey);
- }
-});
diff --git a/node_modules/core-js/modules/esnext.reflect.has-metadata.js b/node_modules/core-js/modules/esnext.reflect.has-metadata.js
deleted file mode 100644
index 4b81771..0000000
--- a/node_modules/core-js/modules/esnext.reflect.has-metadata.js
+++ /dev/null
@@ -1,23 +0,0 @@
-var $ = require('../internals/export');
-var ReflectMetadataModule = require('../internals/reflect-metadata');
-var anObject = require('../internals/an-object');
-var getPrototypeOf = require('../internals/object-get-prototype-of');
-
-var ordinaryHasOwnMetadata = ReflectMetadataModule.has;
-var toMetadataKey = ReflectMetadataModule.toKey;
-
-var ordinaryHasMetadata = function (MetadataKey, O, P) {
- var hasOwn = ordinaryHasOwnMetadata(MetadataKey, O, P);
- if (hasOwn) return true;
- var parent = getPrototypeOf(O);
- return parent !== null ? ordinaryHasMetadata(MetadataKey, parent, P) : false;
-};
-
-// `Reflect.hasMetadata` method
-// https://github.com/rbuckton/reflect-metadata
-$({ target: 'Reflect', stat: true }, {
- hasMetadata: function hasMetadata(metadataKey, target /* , targetKey */) {
- var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]);
- return ordinaryHasMetadata(metadataKey, anObject(target), targetKey);
- }
-});
diff --git a/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js b/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js
deleted file mode 100644
index 87774b1..0000000
--- a/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js
+++ /dev/null
@@ -1,15 +0,0 @@
-var $ = require('../internals/export');
-var ReflectMetadataModule = require('../internals/reflect-metadata');
-var anObject = require('../internals/an-object');
-
-var ordinaryHasOwnMetadata = ReflectMetadataModule.has;
-var toMetadataKey = ReflectMetadataModule.toKey;
-
-// `Reflect.hasOwnMetadata` method
-// https://github.com/rbuckton/reflect-metadata
-$({ target: 'Reflect', stat: true }, {
- hasOwnMetadata: function hasOwnMetadata(metadataKey, target /* , targetKey */) {
- var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]);
- return ordinaryHasOwnMetadata(metadataKey, anObject(target), targetKey);
- }
-});
diff --git a/node_modules/core-js/modules/esnext.reflect.metadata.js b/node_modules/core-js/modules/esnext.reflect.metadata.js
deleted file mode 100644
index 7e1caa6..0000000
--- a/node_modules/core-js/modules/esnext.reflect.metadata.js
+++ /dev/null
@@ -1,16 +0,0 @@
-var $ = require('../internals/export');
-var ReflectMetadataModule = require('../internals/reflect-metadata');
-var anObject = require('../internals/an-object');
-
-var toMetadataKey = ReflectMetadataModule.toKey;
-var ordinaryDefineOwnMetadata = ReflectMetadataModule.set;
-
-// `Reflect.metadata` method
-// https://github.com/rbuckton/reflect-metadata
-$({ target: 'Reflect', stat: true }, {
- metadata: function metadata(metadataKey, metadataValue) {
- return function decorator(target, key) {
- ordinaryDefineOwnMetadata(metadataKey, metadataValue, anObject(target), toMetadataKey(key));
- };
- }
-});
diff --git a/node_modules/core-js/modules/esnext.set.add-all.js b/node_modules/core-js/modules/esnext.set.add-all.js
deleted file mode 100644
index 5de5089..0000000
--- a/node_modules/core-js/modules/esnext.set.add-all.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var collectionAddAll = require('../internals/collection-add-all');
-
-// `Set.prototype.addAll` method
-// https://github.com/tc39/proposal-collection-methods
-$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {
- addAll: function addAll(/* ...elements */) {
- return collectionAddAll.apply(this, arguments);
- }
-});
diff --git a/node_modules/core-js/modules/esnext.set.delete-all.js b/node_modules/core-js/modules/esnext.set.delete-all.js
deleted file mode 100644
index 43e4195..0000000
--- a/node_modules/core-js/modules/esnext.set.delete-all.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var collectionDeleteAll = require('../internals/collection-delete-all');
-
-// `Set.prototype.deleteAll` method
-// https://github.com/tc39/proposal-collection-methods
-$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {
- deleteAll: function deleteAll(/* ...elements */) {
- return collectionDeleteAll.apply(this, arguments);
- }
-});
diff --git a/node_modules/core-js/modules/esnext.set.difference.js b/node_modules/core-js/modules/esnext.set.difference.js
deleted file mode 100644
index 0bb6562..0000000
--- a/node_modules/core-js/modules/esnext.set.difference.js
+++ /dev/null
@@ -1,22 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var getBuiltIn = require('../internals/get-built-in');
-var anObject = require('../internals/an-object');
-var aFunction = require('../internals/a-function');
-var speciesConstructor = require('../internals/species-constructor');
-var iterate = require('../internals/iterate');
-
-// `Set.prototype.difference` method
-// https://github.com/tc39/proposal-set-methods
-$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {
- difference: function difference(iterable) {
- var set = anObject(this);
- var newSet = new (speciesConstructor(set, getBuiltIn('Set')))(set);
- var remover = aFunction(newSet['delete']);
- iterate(iterable, function (value) {
- remover.call(newSet, value);
- });
- return newSet;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.set.every.js b/node_modules/core-js/modules/esnext.set.every.js
deleted file mode 100644
index 48397bd..0000000
--- a/node_modules/core-js/modules/esnext.set.every.js
+++ /dev/null
@@ -1,20 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var anObject = require('../internals/an-object');
-var bind = require('../internals/function-bind-context');
-var getSetIterator = require('../internals/get-set-iterator');
-var iterate = require('../internals/iterate');
-
-// `Set.prototype.every` method
-// https://github.com/tc39/proposal-collection-methods
-$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {
- every: function every(callbackfn /* , thisArg */) {
- var set = anObject(this);
- var iterator = getSetIterator(set);
- var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);
- return !iterate(iterator, function (value, stop) {
- if (!boundFunction(value, value, set)) return stop();
- }, { IS_ITERATOR: true, INTERRUPTED: true }).stopped;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.set.filter.js b/node_modules/core-js/modules/esnext.set.filter.js
deleted file mode 100644
index 2e24f8a..0000000
--- a/node_modules/core-js/modules/esnext.set.filter.js
+++ /dev/null
@@ -1,26 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var getBuiltIn = require('../internals/get-built-in');
-var anObject = require('../internals/an-object');
-var aFunction = require('../internals/a-function');
-var bind = require('../internals/function-bind-context');
-var speciesConstructor = require('../internals/species-constructor');
-var getSetIterator = require('../internals/get-set-iterator');
-var iterate = require('../internals/iterate');
-
-// `Set.prototype.filter` method
-// https://github.com/tc39/proposal-collection-methods
-$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {
- filter: function filter(callbackfn /* , thisArg */) {
- var set = anObject(this);
- var iterator = getSetIterator(set);
- var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);
- var newSet = new (speciesConstructor(set, getBuiltIn('Set')))();
- var adder = aFunction(newSet.add);
- iterate(iterator, function (value) {
- if (boundFunction(value, value, set)) adder.call(newSet, value);
- }, { IS_ITERATOR: true });
- return newSet;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.set.find.js b/node_modules/core-js/modules/esnext.set.find.js
deleted file mode 100644
index a23f95e..0000000
--- a/node_modules/core-js/modules/esnext.set.find.js
+++ /dev/null
@@ -1,20 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var anObject = require('../internals/an-object');
-var bind = require('../internals/function-bind-context');
-var getSetIterator = require('../internals/get-set-iterator');
-var iterate = require('../internals/iterate');
-
-// `Set.prototype.find` method
-// https://github.com/tc39/proposal-collection-methods
-$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {
- find: function find(callbackfn /* , thisArg */) {
- var set = anObject(this);
- var iterator = getSetIterator(set);
- var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);
- return iterate(iterator, function (value, stop) {
- if (boundFunction(value, value, set)) return stop(value);
- }, { IS_ITERATOR: true, INTERRUPTED: true }).result;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.set.from.js b/node_modules/core-js/modules/esnext.set.from.js
deleted file mode 100644
index 3ca34f4..0000000
--- a/node_modules/core-js/modules/esnext.set.from.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var $ = require('../internals/export');
-var from = require('../internals/collection-from');
-
-// `Set.from` method
-// https://tc39.github.io/proposal-setmap-offrom/#sec-set.from
-$({ target: 'Set', stat: true }, {
- from: from
-});
diff --git a/node_modules/core-js/modules/esnext.set.intersection.js b/node_modules/core-js/modules/esnext.set.intersection.js
deleted file mode 100644
index 2d59f0d..0000000
--- a/node_modules/core-js/modules/esnext.set.intersection.js
+++ /dev/null
@@ -1,23 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var getBuiltIn = require('../internals/get-built-in');
-var anObject = require('../internals/an-object');
-var aFunction = require('../internals/a-function');
-var speciesConstructor = require('../internals/species-constructor');
-var iterate = require('../internals/iterate');
-
-// `Set.prototype.intersection` method
-// https://github.com/tc39/proposal-set-methods
-$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {
- intersection: function intersection(iterable) {
- var set = anObject(this);
- var newSet = new (speciesConstructor(set, getBuiltIn('Set')))();
- var hasCheck = aFunction(set.has);
- var adder = aFunction(newSet.add);
- iterate(iterable, function (value) {
- if (hasCheck.call(set, value)) adder.call(newSet, value);
- });
- return newSet;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.set.is-disjoint-from.js b/node_modules/core-js/modules/esnext.set.is-disjoint-from.js
deleted file mode 100644
index 12f7d40..0000000
--- a/node_modules/core-js/modules/esnext.set.is-disjoint-from.js
+++ /dev/null
@@ -1,18 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var anObject = require('../internals/an-object');
-var aFunction = require('../internals/a-function');
-var iterate = require('../internals/iterate');
-
-// `Set.prototype.isDisjointFrom` method
-// https://tc39.github.io/proposal-set-methods/#Set.prototype.isDisjointFrom
-$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {
- isDisjointFrom: function isDisjointFrom(iterable) {
- var set = anObject(this);
- var hasCheck = aFunction(set.has);
- return !iterate(iterable, function (value, stop) {
- if (hasCheck.call(set, value) === true) return stop();
- }, { INTERRUPTED: true }).stopped;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.set.is-subset-of.js b/node_modules/core-js/modules/esnext.set.is-subset-of.js
deleted file mode 100644
index 9ac513f..0000000
--- a/node_modules/core-js/modules/esnext.set.is-subset-of.js
+++ /dev/null
@@ -1,25 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var getBuiltIn = require('../internals/get-built-in');
-var anObject = require('../internals/an-object');
-var aFunction = require('../internals/a-function');
-var getIterator = require('../internals/get-iterator');
-var iterate = require('../internals/iterate');
-
-// `Set.prototype.isSubsetOf` method
-// https://tc39.github.io/proposal-set-methods/#Set.prototype.isSubsetOf
-$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {
- isSubsetOf: function isSubsetOf(iterable) {
- var iterator = getIterator(this);
- var otherSet = anObject(iterable);
- var hasCheck = otherSet.has;
- if (typeof hasCheck != 'function') {
- otherSet = new (getBuiltIn('Set'))(iterable);
- hasCheck = aFunction(otherSet.has);
- }
- return !iterate(iterator, function (value, stop) {
- if (hasCheck.call(otherSet, value) === false) return stop();
- }, { IS_ITERATOR: true, INTERRUPTED: true }).stopped;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.set.is-superset-of.js b/node_modules/core-js/modules/esnext.set.is-superset-of.js
deleted file mode 100644
index 14f1532..0000000
--- a/node_modules/core-js/modules/esnext.set.is-superset-of.js
+++ /dev/null
@@ -1,18 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var anObject = require('../internals/an-object');
-var aFunction = require('../internals/a-function');
-var iterate = require('../internals/iterate');
-
-// `Set.prototype.isSupersetOf` method
-// https://tc39.github.io/proposal-set-methods/#Set.prototype.isSupersetOf
-$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {
- isSupersetOf: function isSupersetOf(iterable) {
- var set = anObject(this);
- var hasCheck = aFunction(set.has);
- return !iterate(iterable, function (value, stop) {
- if (hasCheck.call(set, value) === false) return stop();
- }, { INTERRUPTED: true }).stopped;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.set.join.js b/node_modules/core-js/modules/esnext.set.join.js
deleted file mode 100644
index d7bba50..0000000
--- a/node_modules/core-js/modules/esnext.set.join.js
+++ /dev/null
@@ -1,19 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var anObject = require('../internals/an-object');
-var getSetIterator = require('../internals/get-set-iterator');
-var iterate = require('../internals/iterate');
-
-// `Set.prototype.join` method
-// https://github.com/tc39/proposal-collection-methods
-$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {
- join: function join(separator) {
- var set = anObject(this);
- var iterator = getSetIterator(set);
- var sep = separator === undefined ? ',' : String(separator);
- var result = [];
- iterate(iterator, result.push, { that: result, IS_ITERATOR: true });
- return result.join(sep);
- }
-});
diff --git a/node_modules/core-js/modules/esnext.set.map.js b/node_modules/core-js/modules/esnext.set.map.js
deleted file mode 100644
index 94bf6bd..0000000
--- a/node_modules/core-js/modules/esnext.set.map.js
+++ /dev/null
@@ -1,26 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var getBuiltIn = require('../internals/get-built-in');
-var anObject = require('../internals/an-object');
-var aFunction = require('../internals/a-function');
-var bind = require('../internals/function-bind-context');
-var speciesConstructor = require('../internals/species-constructor');
-var getSetIterator = require('../internals/get-set-iterator');
-var iterate = require('../internals/iterate');
-
-// `Set.prototype.map` method
-// https://github.com/tc39/proposal-collection-methods
-$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {
- map: function map(callbackfn /* , thisArg */) {
- var set = anObject(this);
- var iterator = getSetIterator(set);
- var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);
- var newSet = new (speciesConstructor(set, getBuiltIn('Set')))();
- var adder = aFunction(newSet.add);
- iterate(iterator, function (value) {
- adder.call(newSet, boundFunction(value, value, set));
- }, { IS_ITERATOR: true });
- return newSet;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.set.of.js b/node_modules/core-js/modules/esnext.set.of.js
deleted file mode 100644
index 744698e..0000000
--- a/node_modules/core-js/modules/esnext.set.of.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var $ = require('../internals/export');
-var of = require('../internals/collection-of');
-
-// `Set.of` method
-// https://tc39.github.io/proposal-setmap-offrom/#sec-set.of
-$({ target: 'Set', stat: true }, {
- of: of
-});
diff --git a/node_modules/core-js/modules/esnext.set.reduce.js b/node_modules/core-js/modules/esnext.set.reduce.js
deleted file mode 100644
index a066b10..0000000
--- a/node_modules/core-js/modules/esnext.set.reduce.js
+++ /dev/null
@@ -1,29 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var anObject = require('../internals/an-object');
-var aFunction = require('../internals/a-function');
-var getSetIterator = require('../internals/get-set-iterator');
-var iterate = require('../internals/iterate');
-
-// `Set.prototype.reduce` method
-// https://github.com/tc39/proposal-collection-methods
-$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {
- reduce: function reduce(callbackfn /* , initialValue */) {
- var set = anObject(this);
- var iterator = getSetIterator(set);
- var noInitial = arguments.length < 2;
- var accumulator = noInitial ? undefined : arguments[1];
- aFunction(callbackfn);
- iterate(iterator, function (value) {
- if (noInitial) {
- noInitial = false;
- accumulator = value;
- } else {
- accumulator = callbackfn(accumulator, value, value, set);
- }
- }, { IS_ITERATOR: true });
- if (noInitial) throw TypeError('Reduce of empty set with no initial value');
- return accumulator;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.set.some.js b/node_modules/core-js/modules/esnext.set.some.js
deleted file mode 100644
index e32b779..0000000
--- a/node_modules/core-js/modules/esnext.set.some.js
+++ /dev/null
@@ -1,20 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var anObject = require('../internals/an-object');
-var bind = require('../internals/function-bind-context');
-var getSetIterator = require('../internals/get-set-iterator');
-var iterate = require('../internals/iterate');
-
-// `Set.prototype.some` method
-// https://github.com/tc39/proposal-collection-methods
-$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {
- some: function some(callbackfn /* , thisArg */) {
- var set = anObject(this);
- var iterator = getSetIterator(set);
- var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);
- return iterate(iterator, function (value, stop) {
- if (boundFunction(value, value, set)) return stop();
- }, { IS_ITERATOR: true, INTERRUPTED: true }).stopped;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.set.symmetric-difference.js b/node_modules/core-js/modules/esnext.set.symmetric-difference.js
deleted file mode 100644
index ccd326f..0000000
--- a/node_modules/core-js/modules/esnext.set.symmetric-difference.js
+++ /dev/null
@@ -1,23 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var getBuiltIn = require('../internals/get-built-in');
-var anObject = require('../internals/an-object');
-var aFunction = require('../internals/a-function');
-var speciesConstructor = require('../internals/species-constructor');
-var iterate = require('../internals/iterate');
-
-// `Set.prototype.symmetricDifference` method
-// https://github.com/tc39/proposal-set-methods
-$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {
- symmetricDifference: function symmetricDifference(iterable) {
- var set = anObject(this);
- var newSet = new (speciesConstructor(set, getBuiltIn('Set')))(set);
- var remover = aFunction(newSet['delete']);
- var adder = aFunction(newSet.add);
- iterate(iterable, function (value) {
- remover.call(newSet, value) || adder.call(newSet, value);
- });
- return newSet;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.set.union.js b/node_modules/core-js/modules/esnext.set.union.js
deleted file mode 100644
index c448add..0000000
--- a/node_modules/core-js/modules/esnext.set.union.js
+++ /dev/null
@@ -1,19 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var getBuiltIn = require('../internals/get-built-in');
-var anObject = require('../internals/an-object');
-var aFunction = require('../internals/a-function');
-var speciesConstructor = require('../internals/species-constructor');
-var iterate = require('../internals/iterate');
-
-// `Set.prototype.union` method
-// https://github.com/tc39/proposal-set-methods
-$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {
- union: function union(iterable) {
- var set = anObject(this);
- var newSet = new (speciesConstructor(set, getBuiltIn('Set')))(set);
- iterate(iterable, aFunction(newSet.add), { that: newSet });
- return newSet;
- }
-});
diff --git a/node_modules/core-js/modules/esnext.string.at-alternative.js b/node_modules/core-js/modules/esnext.string.at-alternative.js
deleted file mode 100644
index 5158e2e..0000000
--- a/node_modules/core-js/modules/esnext.string.at-alternative.js
+++ /dev/null
@@ -1,23 +0,0 @@
-// TODO: disabled by default because of the conflict with another proposal
-'use strict';
-var $ = require('../internals/export');
-var requireObjectCoercible = require('../internals/require-object-coercible');
-var toLength = require('../internals/to-length');
-var toInteger = require('../internals/to-integer');
-var fails = require('../internals/fails');
-
-var FORCED = fails(function () {
- return '𠮷'.at(0) !== '\uD842';
-});
-
-// `String.prototype.at` method
-// https://github.com/tc39/proposal-relative-indexing-method
-$({ target: 'String', proto: true, forced: FORCED }, {
- at: function at(index) {
- var S = String(requireObjectCoercible(this));
- var len = toLength(S.length);
- var relativeIndex = toInteger(index);
- var k = relativeIndex >= 0 ? relativeIndex : len + relativeIndex;
- return (k < 0 || k >= len) ? undefined : S.charAt(k);
- }
-});
diff --git a/node_modules/core-js/modules/esnext.string.at.js b/node_modules/core-js/modules/esnext.string.at.js
deleted file mode 100644
index be0ce40..0000000
--- a/node_modules/core-js/modules/esnext.string.at.js
+++ /dev/null
@@ -1,16 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var charAt = require('../internals/string-multibyte').charAt;
-var fails = require('../internals/fails');
-
-var FORCED = fails(function () {
- return '𠮷'.at(0) !== '𠮷';
-});
-
-// `String.prototype.at` method
-// https://github.com/mathiasbynens/String.prototype.at
-$({ target: 'String', proto: true, forced: FORCED }, {
- at: function at(pos) {
- return charAt(this, pos);
- }
-});
diff --git a/node_modules/core-js/modules/esnext.string.code-points.js b/node_modules/core-js/modules/esnext.string.code-points.js
deleted file mode 100644
index fcf15d6..0000000
--- a/node_modules/core-js/modules/esnext.string.code-points.js
+++ /dev/null
@@ -1,38 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var createIteratorConstructor = require('../internals/create-iterator-constructor');
-var requireObjectCoercible = require('../internals/require-object-coercible');
-var InternalStateModule = require('../internals/internal-state');
-var StringMultibyteModule = require('../internals/string-multibyte');
-
-var codeAt = StringMultibyteModule.codeAt;
-var charAt = StringMultibyteModule.charAt;
-var STRING_ITERATOR = 'String Iterator';
-var setInternalState = InternalStateModule.set;
-var getInternalState = InternalStateModule.getterFor(STRING_ITERATOR);
-
-// TODO: unify with String#@@iterator
-var $StringIterator = createIteratorConstructor(function StringIterator(string) {
- setInternalState(this, {
- type: STRING_ITERATOR,
- string: string,
- index: 0
- });
-}, 'String', function next() {
- var state = getInternalState(this);
- var string = state.string;
- var index = state.index;
- var point;
- if (index >= string.length) return { value: undefined, done: true };
- point = charAt(string, index);
- state.index += point.length;
- return { value: { codePoint: codeAt(point, 0), position: index }, done: false };
-});
-
-// `String.prototype.codePoints` method
-// https://github.com/tc39/proposal-string-prototype-codepoints
-$({ target: 'String', proto: true }, {
- codePoints: function codePoints() {
- return new $StringIterator(String(requireObjectCoercible(this)));
- }
-});
diff --git a/node_modules/core-js/modules/esnext.string.match-all.js b/node_modules/core-js/modules/esnext.string.match-all.js
deleted file mode 100644
index b01996d..0000000
--- a/node_modules/core-js/modules/esnext.string.match-all.js
+++ /dev/null
@@ -1,2 +0,0 @@
-// TODO: Remove from `core-js@4`
-require('./es.string.match-all');
diff --git a/node_modules/core-js/modules/esnext.string.replace-all.js b/node_modules/core-js/modules/esnext.string.replace-all.js
deleted file mode 100644
index 574c678..0000000
--- a/node_modules/core-js/modules/esnext.string.replace-all.js
+++ /dev/null
@@ -1,2 +0,0 @@
-// TODO: Remove from `core-js@4`
-require('./es.string.replace-all');
diff --git a/node_modules/core-js/modules/esnext.symbol.async-dispose.js b/node_modules/core-js/modules/esnext.symbol.async-dispose.js
deleted file mode 100644
index 776608e..0000000
--- a/node_modules/core-js/modules/esnext.symbol.async-dispose.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var defineWellKnownSymbol = require('../internals/define-well-known-symbol');
-
-// `Symbol.asyncDispose` well-known symbol
-// https://github.com/tc39/proposal-using-statement
-defineWellKnownSymbol('asyncDispose');
diff --git a/node_modules/core-js/modules/esnext.symbol.dispose.js b/node_modules/core-js/modules/esnext.symbol.dispose.js
deleted file mode 100644
index ac7691d..0000000
--- a/node_modules/core-js/modules/esnext.symbol.dispose.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var defineWellKnownSymbol = require('../internals/define-well-known-symbol');
-
-// `Symbol.dispose` well-known symbol
-// https://github.com/tc39/proposal-using-statement
-defineWellKnownSymbol('dispose');
diff --git a/node_modules/core-js/modules/esnext.symbol.observable.js b/node_modules/core-js/modules/esnext.symbol.observable.js
deleted file mode 100644
index dc4a4f5..0000000
--- a/node_modules/core-js/modules/esnext.symbol.observable.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var defineWellKnownSymbol = require('../internals/define-well-known-symbol');
-
-// `Symbol.observable` well-known symbol
-// https://github.com/tc39/proposal-observable
-defineWellKnownSymbol('observable');
diff --git a/node_modules/core-js/modules/esnext.symbol.pattern-match.js b/node_modules/core-js/modules/esnext.symbol.pattern-match.js
deleted file mode 100644
index 0120063..0000000
--- a/node_modules/core-js/modules/esnext.symbol.pattern-match.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var defineWellKnownSymbol = require('../internals/define-well-known-symbol');
-
-// `Symbol.patternMatch` well-known symbol
-// https://github.com/tc39/proposal-pattern-matching
-defineWellKnownSymbol('patternMatch');
diff --git a/node_modules/core-js/modules/esnext.symbol.replace-all.js b/node_modules/core-js/modules/esnext.symbol.replace-all.js
deleted file mode 100644
index 82cbd29..0000000
--- a/node_modules/core-js/modules/esnext.symbol.replace-all.js
+++ /dev/null
@@ -1,4 +0,0 @@
-// TODO: remove from `core-js@4`
-var defineWellKnownSymbol = require('../internals/define-well-known-symbol');
-
-defineWellKnownSymbol('replaceAll');
diff --git a/node_modules/core-js/modules/esnext.typed-array.at.js b/node_modules/core-js/modules/esnext.typed-array.at.js
deleted file mode 100644
index f6da023..0000000
--- a/node_modules/core-js/modules/esnext.typed-array.at.js
+++ /dev/null
@@ -1,17 +0,0 @@
-'use strict';
-var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
-var toLength = require('../internals/to-length');
-var toInteger = require('../internals/to-integer');
-
-var aTypedArray = ArrayBufferViewCore.aTypedArray;
-var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;
-
-// `%TypedArray%.prototype.at` method
-// https://github.com/tc39/proposal-relative-indexing-method
-exportTypedArrayMethod('at', function at(index) {
- var O = aTypedArray(this);
- var len = toLength(O.length);
- var relativeIndex = toInteger(index);
- var k = relativeIndex >= 0 ? relativeIndex : len + relativeIndex;
- return (k < 0 || k >= len) ? undefined : O[k];
-});
diff --git a/node_modules/core-js/modules/esnext.typed-array.filter-out.js b/node_modules/core-js/modules/esnext.typed-array.filter-out.js
deleted file mode 100644
index d283790..0000000
--- a/node_modules/core-js/modules/esnext.typed-array.filter-out.js
+++ /dev/null
@@ -1,20 +0,0 @@
-'use strict';
-var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
-var $filterOut = require('../internals/array-iteration').filterOut;
-var speciesConstructor = require('../internals/species-constructor');
-
-var aTypedArray = ArrayBufferViewCore.aTypedArray;
-var aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor;
-var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;
-
-// `%TypedArray%.prototype.filterOut` method
-// https://github.com/tc39/proposal-array-filtering
-exportTypedArrayMethod('filterOut', function filterOut(callbackfn /* , thisArg */) {
- var list = $filterOut(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);
- var C = speciesConstructor(this, this.constructor);
- var index = 0;
- var length = list.length;
- var result = new (aTypedArrayConstructor(C))(length);
- while (length > index) result[index] = list[index++];
- return result;
-});
diff --git a/node_modules/core-js/modules/esnext.weak-map.delete-all.js b/node_modules/core-js/modules/esnext.weak-map.delete-all.js
deleted file mode 100644
index ef56f99..0000000
--- a/node_modules/core-js/modules/esnext.weak-map.delete-all.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var collectionDeleteAll = require('../internals/collection-delete-all');
-
-// `WeakMap.prototype.deleteAll` method
-// https://github.com/tc39/proposal-collection-methods
-$({ target: 'WeakMap', proto: true, real: true, forced: IS_PURE }, {
- deleteAll: function deleteAll(/* ...elements */) {
- return collectionDeleteAll.apply(this, arguments);
- }
-});
diff --git a/node_modules/core-js/modules/esnext.weak-map.emplace.js b/node_modules/core-js/modules/esnext.weak-map.emplace.js
deleted file mode 100644
index 268f012..0000000
--- a/node_modules/core-js/modules/esnext.weak-map.emplace.js
+++ /dev/null
@@ -1,10 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var $emplace = require('../internals/map-emplace');
-
-// `WeakMap.prototype.emplace` method
-// https://github.com/tc39/proposal-upsert
-$({ target: 'WeakMap', proto: true, real: true, forced: IS_PURE }, {
- emplace: $emplace
-});
diff --git a/node_modules/core-js/modules/esnext.weak-map.from.js b/node_modules/core-js/modules/esnext.weak-map.from.js
deleted file mode 100644
index 8dc7b01..0000000
--- a/node_modules/core-js/modules/esnext.weak-map.from.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var $ = require('../internals/export');
-var from = require('../internals/collection-from');
-
-// `WeakMap.from` method
-// https://tc39.github.io/proposal-setmap-offrom/#sec-weakmap.from
-$({ target: 'WeakMap', stat: true }, {
- from: from
-});
diff --git a/node_modules/core-js/modules/esnext.weak-map.of.js b/node_modules/core-js/modules/esnext.weak-map.of.js
deleted file mode 100644
index efea513..0000000
--- a/node_modules/core-js/modules/esnext.weak-map.of.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var $ = require('../internals/export');
-var of = require('../internals/collection-of');
-
-// `WeakMap.of` method
-// https://tc39.github.io/proposal-setmap-offrom/#sec-weakmap.of
-$({ target: 'WeakMap', stat: true }, {
- of: of
-});
diff --git a/node_modules/core-js/modules/esnext.weak-map.upsert.js b/node_modules/core-js/modules/esnext.weak-map.upsert.js
deleted file mode 100644
index a642ffc..0000000
--- a/node_modules/core-js/modules/esnext.weak-map.upsert.js
+++ /dev/null
@@ -1,11 +0,0 @@
-'use strict';
-// TODO: remove from `core-js@4`
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var $upsert = require('../internals/map-upsert');
-
-// `WeakMap.prototype.upsert` method (replaced by `WeakMap.prototype.emplace`)
-// https://github.com/tc39/proposal-upsert
-$({ target: 'WeakMap', proto: true, real: true, forced: IS_PURE }, {
- upsert: $upsert
-});
diff --git a/node_modules/core-js/modules/esnext.weak-set.add-all.js b/node_modules/core-js/modules/esnext.weak-set.add-all.js
deleted file mode 100644
index e8bb4c9..0000000
--- a/node_modules/core-js/modules/esnext.weak-set.add-all.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var collectionAddAll = require('../internals/collection-add-all');
-
-// `WeakSet.prototype.addAll` method
-// https://github.com/tc39/proposal-collection-methods
-$({ target: 'WeakSet', proto: true, real: true, forced: IS_PURE }, {
- addAll: function addAll(/* ...elements */) {
- return collectionAddAll.apply(this, arguments);
- }
-});
diff --git a/node_modules/core-js/modules/esnext.weak-set.delete-all.js b/node_modules/core-js/modules/esnext.weak-set.delete-all.js
deleted file mode 100644
index b262821..0000000
--- a/node_modules/core-js/modules/esnext.weak-set.delete-all.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-var IS_PURE = require('../internals/is-pure');
-var collectionDeleteAll = require('../internals/collection-delete-all');
-
-// `WeakSet.prototype.deleteAll` method
-// https://github.com/tc39/proposal-collection-methods
-$({ target: 'WeakSet', proto: true, real: true, forced: IS_PURE }, {
- deleteAll: function deleteAll(/* ...elements */) {
- return collectionDeleteAll.apply(this, arguments);
- }
-});
diff --git a/node_modules/core-js/modules/esnext.weak-set.from.js b/node_modules/core-js/modules/esnext.weak-set.from.js
deleted file mode 100644
index e13acec..0000000
--- a/node_modules/core-js/modules/esnext.weak-set.from.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var $ = require('../internals/export');
-var from = require('../internals/collection-from');
-
-// `WeakSet.from` method
-// https://tc39.github.io/proposal-setmap-offrom/#sec-weakset.from
-$({ target: 'WeakSet', stat: true }, {
- from: from
-});
diff --git a/node_modules/core-js/modules/esnext.weak-set.of.js b/node_modules/core-js/modules/esnext.weak-set.of.js
deleted file mode 100644
index aee9920..0000000
--- a/node_modules/core-js/modules/esnext.weak-set.of.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var $ = require('../internals/export');
-var of = require('../internals/collection-of');
-
-// `WeakSet.of` method
-// https://tc39.github.io/proposal-setmap-offrom/#sec-weakset.of
-$({ target: 'WeakSet', stat: true }, {
- of: of
-});
diff --git a/node_modules/core-js/modules/web.dom-collections.for-each.js b/node_modules/core-js/modules/web.dom-collections.for-each.js
deleted file mode 100644
index 941a583..0000000
--- a/node_modules/core-js/modules/web.dom-collections.for-each.js
+++ /dev/null
@@ -1,15 +0,0 @@
-var global = require('../internals/global');
-var DOMIterables = require('../internals/dom-iterables');
-var forEach = require('../internals/array-for-each');
-var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');
-
-for (var COLLECTION_NAME in DOMIterables) {
- var Collection = global[COLLECTION_NAME];
- var CollectionPrototype = Collection && Collection.prototype;
- // some Chrome versions have non-configurable methods on DOMTokenList
- if (CollectionPrototype && CollectionPrototype.forEach !== forEach) try {
- createNonEnumerableProperty(CollectionPrototype, 'forEach', forEach);
- } catch (error) {
- CollectionPrototype.forEach = forEach;
- }
-}
diff --git a/node_modules/core-js/modules/web.dom-collections.iterator.js b/node_modules/core-js/modules/web.dom-collections.iterator.js
deleted file mode 100644
index b2ecd17..0000000
--- a/node_modules/core-js/modules/web.dom-collections.iterator.js
+++ /dev/null
@@ -1,33 +0,0 @@
-var global = require('../internals/global');
-var DOMIterables = require('../internals/dom-iterables');
-var ArrayIteratorMethods = require('../modules/es.array.iterator');
-var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-
-var ITERATOR = wellKnownSymbol('iterator');
-var TO_STRING_TAG = wellKnownSymbol('toStringTag');
-var ArrayValues = ArrayIteratorMethods.values;
-
-for (var COLLECTION_NAME in DOMIterables) {
- var Collection = global[COLLECTION_NAME];
- var CollectionPrototype = Collection && Collection.prototype;
- if (CollectionPrototype) {
- // some Chrome versions have non-configurable methods on DOMTokenList
- if (CollectionPrototype[ITERATOR] !== ArrayValues) try {
- createNonEnumerableProperty(CollectionPrototype, ITERATOR, ArrayValues);
- } catch (error) {
- CollectionPrototype[ITERATOR] = ArrayValues;
- }
- if (!CollectionPrototype[TO_STRING_TAG]) {
- createNonEnumerableProperty(CollectionPrototype, TO_STRING_TAG, COLLECTION_NAME);
- }
- if (DOMIterables[COLLECTION_NAME]) for (var METHOD_NAME in ArrayIteratorMethods) {
- // some Chrome versions have non-configurable methods on DOMTokenList
- if (CollectionPrototype[METHOD_NAME] !== ArrayIteratorMethods[METHOD_NAME]) try {
- createNonEnumerableProperty(CollectionPrototype, METHOD_NAME, ArrayIteratorMethods[METHOD_NAME]);
- } catch (error) {
- CollectionPrototype[METHOD_NAME] = ArrayIteratorMethods[METHOD_NAME];
- }
- }
- }
-}
diff --git a/node_modules/core-js/modules/web.immediate.js b/node_modules/core-js/modules/web.immediate.js
deleted file mode 100644
index 0a0f1ef..0000000
--- a/node_modules/core-js/modules/web.immediate.js
+++ /dev/null
@@ -1,15 +0,0 @@
-var $ = require('../internals/export');
-var global = require('../internals/global');
-var task = require('../internals/task');
-
-var FORCED = !global.setImmediate || !global.clearImmediate;
-
-// http://w3c.github.io/setImmediate/
-$({ global: true, bind: true, enumerable: true, forced: FORCED }, {
- // `setImmediate` method
- // http://w3c.github.io/setImmediate/#si-setImmediate
- setImmediate: task.set,
- // `clearImmediate` method
- // http://w3c.github.io/setImmediate/#si-clearImmediate
- clearImmediate: task.clear
-});
diff --git a/node_modules/core-js/modules/web.queue-microtask.js b/node_modules/core-js/modules/web.queue-microtask.js
deleted file mode 100644
index 181643a..0000000
--- a/node_modules/core-js/modules/web.queue-microtask.js
+++ /dev/null
@@ -1,15 +0,0 @@
-var $ = require('../internals/export');
-var global = require('../internals/global');
-var microtask = require('../internals/microtask');
-var IS_NODE = require('../internals/engine-is-node');
-
-var process = global.process;
-
-// `queueMicrotask` method
-// https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-queuemicrotask
-$({ global: true, enumerable: true, noTargetGet: true }, {
- queueMicrotask: function queueMicrotask(fn) {
- var domain = IS_NODE && process.domain;
- microtask(domain ? domain.bind(fn) : fn);
- }
-});
diff --git a/node_modules/core-js/modules/web.timers.js b/node_modules/core-js/modules/web.timers.js
deleted file mode 100644
index 0a4a7fc..0000000
--- a/node_modules/core-js/modules/web.timers.js
+++ /dev/null
@@ -1,28 +0,0 @@
-var $ = require('../internals/export');
-var global = require('../internals/global');
-var userAgent = require('../internals/engine-user-agent');
-
-var slice = [].slice;
-var MSIE = /MSIE .\./.test(userAgent); // <- dirty ie9- check
-
-var wrap = function (scheduler) {
- return function (handler, timeout /* , ...arguments */) {
- var boundArgs = arguments.length > 2;
- var args = boundArgs ? slice.call(arguments, 2) : undefined;
- return scheduler(boundArgs ? function () {
- // eslint-disable-next-line no-new-func
- (typeof handler == 'function' ? handler : Function(handler)).apply(this, args);
- } : handler, timeout);
- };
-};
-
-// ie9- setTimeout & setInterval additional parameters fix
-// https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers
-$({ global: true, bind: true, forced: MSIE }, {
- // `setTimeout` method
- // https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-settimeout
- setTimeout: wrap(global.setTimeout),
- // `setInterval` method
- // https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-setinterval
- setInterval: wrap(global.setInterval)
-});
diff --git a/node_modules/core-js/modules/web.url-search-params.js b/node_modules/core-js/modules/web.url-search-params.js
deleted file mode 100644
index a25b91f..0000000
--- a/node_modules/core-js/modules/web.url-search-params.js
+++ /dev/null
@@ -1,347 +0,0 @@
-'use strict';
-// TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env`
-require('../modules/es.array.iterator');
-var $ = require('../internals/export');
-var getBuiltIn = require('../internals/get-built-in');
-var USE_NATIVE_URL = require('../internals/native-url');
-var redefine = require('../internals/redefine');
-var redefineAll = require('../internals/redefine-all');
-var setToStringTag = require('../internals/set-to-string-tag');
-var createIteratorConstructor = require('../internals/create-iterator-constructor');
-var InternalStateModule = require('../internals/internal-state');
-var anInstance = require('../internals/an-instance');
-var hasOwn = require('../internals/has');
-var bind = require('../internals/function-bind-context');
-var classof = require('../internals/classof');
-var anObject = require('../internals/an-object');
-var isObject = require('../internals/is-object');
-var create = require('../internals/object-create');
-var createPropertyDescriptor = require('../internals/create-property-descriptor');
-var getIterator = require('../internals/get-iterator');
-var getIteratorMethod = require('../internals/get-iterator-method');
-var wellKnownSymbol = require('../internals/well-known-symbol');
-
-var $fetch = getBuiltIn('fetch');
-var Headers = getBuiltIn('Headers');
-var ITERATOR = wellKnownSymbol('iterator');
-var URL_SEARCH_PARAMS = 'URLSearchParams';
-var URL_SEARCH_PARAMS_ITERATOR = URL_SEARCH_PARAMS + 'Iterator';
-var setInternalState = InternalStateModule.set;
-var getInternalParamsState = InternalStateModule.getterFor(URL_SEARCH_PARAMS);
-var getInternalIteratorState = InternalStateModule.getterFor(URL_SEARCH_PARAMS_ITERATOR);
-
-var plus = /\+/g;
-var sequences = Array(4);
-
-var percentSequence = function (bytes) {
- return sequences[bytes - 1] || (sequences[bytes - 1] = RegExp('((?:%[\\da-f]{2}){' + bytes + '})', 'gi'));
-};
-
-var percentDecode = function (sequence) {
- try {
- return decodeURIComponent(sequence);
- } catch (error) {
- return sequence;
- }
-};
-
-var deserialize = function (it) {
- var result = it.replace(plus, ' ');
- var bytes = 4;
- try {
- return decodeURIComponent(result);
- } catch (error) {
- while (bytes) {
- result = result.replace(percentSequence(bytes--), percentDecode);
- }
- return result;
- }
-};
-
-var find = /[!'()~]|%20/g;
-
-var replace = {
- '!': '%21',
- "'": '%27',
- '(': '%28',
- ')': '%29',
- '~': '%7E',
- '%20': '+'
-};
-
-var replacer = function (match) {
- return replace[match];
-};
-
-var serialize = function (it) {
- return encodeURIComponent(it).replace(find, replacer);
-};
-
-var parseSearchParams = function (result, query) {
- if (query) {
- var attributes = query.split('&');
- var index = 0;
- var attribute, entry;
- while (index < attributes.length) {
- attribute = attributes[index++];
- if (attribute.length) {
- entry = attribute.split('=');
- result.push({
- key: deserialize(entry.shift()),
- value: deserialize(entry.join('='))
- });
- }
- }
- }
-};
-
-var updateSearchParams = function (query) {
- this.entries.length = 0;
- parseSearchParams(this.entries, query);
-};
-
-var validateArgumentsLength = function (passed, required) {
- if (passed < required) throw TypeError('Not enough arguments');
-};
-
-var URLSearchParamsIterator = createIteratorConstructor(function Iterator(params, kind) {
- setInternalState(this, {
- type: URL_SEARCH_PARAMS_ITERATOR,
- iterator: getIterator(getInternalParamsState(params).entries),
- kind: kind
- });
-}, 'Iterator', function next() {
- var state = getInternalIteratorState(this);
- var kind = state.kind;
- var step = state.iterator.next();
- var entry = step.value;
- if (!step.done) {
- step.value = kind === 'keys' ? entry.key : kind === 'values' ? entry.value : [entry.key, entry.value];
- } return step;
-});
-
-// `URLSearchParams` constructor
-// https://url.spec.whatwg.org/#interface-urlsearchparams
-var URLSearchParamsConstructor = function URLSearchParams(/* init */) {
- anInstance(this, URLSearchParamsConstructor, URL_SEARCH_PARAMS);
- var init = arguments.length > 0 ? arguments[0] : undefined;
- var that = this;
- var entries = [];
- var iteratorMethod, iterator, next, step, entryIterator, entryNext, first, second, key;
-
- setInternalState(that, {
- type: URL_SEARCH_PARAMS,
- entries: entries,
- updateURL: function () { /* empty */ },
- updateSearchParams: updateSearchParams
- });
-
- if (init !== undefined) {
- if (isObject(init)) {
- iteratorMethod = getIteratorMethod(init);
- if (typeof iteratorMethod === 'function') {
- iterator = iteratorMethod.call(init);
- next = iterator.next;
- while (!(step = next.call(iterator)).done) {
- entryIterator = getIterator(anObject(step.value));
- entryNext = entryIterator.next;
- if (
- (first = entryNext.call(entryIterator)).done ||
- (second = entryNext.call(entryIterator)).done ||
- !entryNext.call(entryIterator).done
- ) throw TypeError('Expected sequence with length 2');
- entries.push({ key: first.value + '', value: second.value + '' });
- }
- } else for (key in init) if (hasOwn(init, key)) entries.push({ key: key, value: init[key] + '' });
- } else {
- parseSearchParams(entries, typeof init === 'string' ? init.charAt(0) === '?' ? init.slice(1) : init : init + '');
- }
- }
-};
-
-var URLSearchParamsPrototype = URLSearchParamsConstructor.prototype;
-
-redefineAll(URLSearchParamsPrototype, {
- // `URLSearchParams.prototype.append` method
- // https://url.spec.whatwg.org/#dom-urlsearchparams-append
- append: function append(name, value) {
- validateArgumentsLength(arguments.length, 2);
- var state = getInternalParamsState(this);
- state.entries.push({ key: name + '', value: value + '' });
- state.updateURL();
- },
- // `URLSearchParams.prototype.delete` method
- // https://url.spec.whatwg.org/#dom-urlsearchparams-delete
- 'delete': function (name) {
- validateArgumentsLength(arguments.length, 1);
- var state = getInternalParamsState(this);
- var entries = state.entries;
- var key = name + '';
- var index = 0;
- while (index < entries.length) {
- if (entries[index].key === key) entries.splice(index, 1);
- else index++;
- }
- state.updateURL();
- },
- // `URLSearchParams.prototype.get` method
- // https://url.spec.whatwg.org/#dom-urlsearchparams-get
- get: function get(name) {
- validateArgumentsLength(arguments.length, 1);
- var entries = getInternalParamsState(this).entries;
- var key = name + '';
- var index = 0;
- for (; index < entries.length; index++) {
- if (entries[index].key === key) return entries[index].value;
- }
- return null;
- },
- // `URLSearchParams.prototype.getAll` method
- // https://url.spec.whatwg.org/#dom-urlsearchparams-getall
- getAll: function getAll(name) {
- validateArgumentsLength(arguments.length, 1);
- var entries = getInternalParamsState(this).entries;
- var key = name + '';
- var result = [];
- var index = 0;
- for (; index < entries.length; index++) {
- if (entries[index].key === key) result.push(entries[index].value);
- }
- return result;
- },
- // `URLSearchParams.prototype.has` method
- // https://url.spec.whatwg.org/#dom-urlsearchparams-has
- has: function has(name) {
- validateArgumentsLength(arguments.length, 1);
- var entries = getInternalParamsState(this).entries;
- var key = name + '';
- var index = 0;
- while (index < entries.length) {
- if (entries[index++].key === key) return true;
- }
- return false;
- },
- // `URLSearchParams.prototype.set` method
- // https://url.spec.whatwg.org/#dom-urlsearchparams-set
- set: function set(name, value) {
- validateArgumentsLength(arguments.length, 1);
- var state = getInternalParamsState(this);
- var entries = state.entries;
- var found = false;
- var key = name + '';
- var val = value + '';
- var index = 0;
- var entry;
- for (; index < entries.length; index++) {
- entry = entries[index];
- if (entry.key === key) {
- if (found) entries.splice(index--, 1);
- else {
- found = true;
- entry.value = val;
- }
- }
- }
- if (!found) entries.push({ key: key, value: val });
- state.updateURL();
- },
- // `URLSearchParams.prototype.sort` method
- // https://url.spec.whatwg.org/#dom-urlsearchparams-sort
- sort: function sort() {
- var state = getInternalParamsState(this);
- var entries = state.entries;
- // Array#sort is not stable in some engines
- var slice = entries.slice();
- var entry, entriesIndex, sliceIndex;
- entries.length = 0;
- for (sliceIndex = 0; sliceIndex < slice.length; sliceIndex++) {
- entry = slice[sliceIndex];
- for (entriesIndex = 0; entriesIndex < sliceIndex; entriesIndex++) {
- if (entries[entriesIndex].key > entry.key) {
- entries.splice(entriesIndex, 0, entry);
- break;
- }
- }
- if (entriesIndex === sliceIndex) entries.push(entry);
- }
- state.updateURL();
- },
- // `URLSearchParams.prototype.forEach` method
- forEach: function forEach(callback /* , thisArg */) {
- var entries = getInternalParamsState(this).entries;
- var boundFunction = bind(callback, arguments.length > 1 ? arguments[1] : undefined, 3);
- var index = 0;
- var entry;
- while (index < entries.length) {
- entry = entries[index++];
- boundFunction(entry.value, entry.key, this);
- }
- },
- // `URLSearchParams.prototype.keys` method
- keys: function keys() {
- return new URLSearchParamsIterator(this, 'keys');
- },
- // `URLSearchParams.prototype.values` method
- values: function values() {
- return new URLSearchParamsIterator(this, 'values');
- },
- // `URLSearchParams.prototype.entries` method
- entries: function entries() {
- return new URLSearchParamsIterator(this, 'entries');
- }
-}, { enumerable: true });
-
-// `URLSearchParams.prototype[@@iterator]` method
-redefine(URLSearchParamsPrototype, ITERATOR, URLSearchParamsPrototype.entries);
-
-// `URLSearchParams.prototype.toString` method
-// https://url.spec.whatwg.org/#urlsearchparams-stringification-behavior
-redefine(URLSearchParamsPrototype, 'toString', function toString() {
- var entries = getInternalParamsState(this).entries;
- var result = [];
- var index = 0;
- var entry;
- while (index < entries.length) {
- entry = entries[index++];
- result.push(serialize(entry.key) + '=' + serialize(entry.value));
- } return result.join('&');
-}, { enumerable: true });
-
-setToStringTag(URLSearchParamsConstructor, URL_SEARCH_PARAMS);
-
-$({ global: true, forced: !USE_NATIVE_URL }, {
- URLSearchParams: URLSearchParamsConstructor
-});
-
-// Wrap `fetch` for correct work with polyfilled `URLSearchParams`
-// https://github.com/zloirock/core-js/issues/674
-if (!USE_NATIVE_URL && typeof $fetch == 'function' && typeof Headers == 'function') {
- $({ global: true, enumerable: true, forced: true }, {
- fetch: function fetch(input /* , init */) {
- var args = [input];
- var init, body, headers;
- if (arguments.length > 1) {
- init = arguments[1];
- if (isObject(init)) {
- body = init.body;
- if (classof(body) === URL_SEARCH_PARAMS) {
- headers = init.headers ? new Headers(init.headers) : new Headers();
- if (!headers.has('content-type')) {
- headers.set('content-type', 'application/x-www-form-urlencoded;charset=UTF-8');
- }
- init = create(init, {
- body: createPropertyDescriptor(0, String(body)),
- headers: createPropertyDescriptor(0, headers)
- });
- }
- }
- args.push(init);
- } return $fetch.apply(this, args);
- }
- });
-}
-
-module.exports = {
- URLSearchParams: URLSearchParamsConstructor,
- getState: getInternalParamsState
-};
diff --git a/node_modules/core-js/modules/web.url.js b/node_modules/core-js/modules/web.url.js
deleted file mode 100644
index c6b0372..0000000
--- a/node_modules/core-js/modules/web.url.js
+++ /dev/null
@@ -1,1007 +0,0 @@
-'use strict';
-// TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env`
-require('../modules/es.string.iterator');
-var $ = require('../internals/export');
-var DESCRIPTORS = require('../internals/descriptors');
-var USE_NATIVE_URL = require('../internals/native-url');
-var global = require('../internals/global');
-var defineProperties = require('../internals/object-define-properties');
-var redefine = require('../internals/redefine');
-var anInstance = require('../internals/an-instance');
-var has = require('../internals/has');
-var assign = require('../internals/object-assign');
-var arrayFrom = require('../internals/array-from');
-var codeAt = require('../internals/string-multibyte').codeAt;
-var toASCII = require('../internals/string-punycode-to-ascii');
-var setToStringTag = require('../internals/set-to-string-tag');
-var URLSearchParamsModule = require('../modules/web.url-search-params');
-var InternalStateModule = require('../internals/internal-state');
-
-var NativeURL = global.URL;
-var URLSearchParams = URLSearchParamsModule.URLSearchParams;
-var getInternalSearchParamsState = URLSearchParamsModule.getState;
-var setInternalState = InternalStateModule.set;
-var getInternalURLState = InternalStateModule.getterFor('URL');
-var floor = Math.floor;
-var pow = Math.pow;
-
-var INVALID_AUTHORITY = 'Invalid authority';
-var INVALID_SCHEME = 'Invalid scheme';
-var INVALID_HOST = 'Invalid host';
-var INVALID_PORT = 'Invalid port';
-
-var ALPHA = /[A-Za-z]/;
-var ALPHANUMERIC = /[\d+-.A-Za-z]/;
-var DIGIT = /\d/;
-var HEX_START = /^(0x|0X)/;
-var OCT = /^[0-7]+$/;
-var DEC = /^\d+$/;
-var HEX = /^[\dA-Fa-f]+$/;
-// eslint-disable-next-line no-control-regex
-var FORBIDDEN_HOST_CODE_POINT = /[\u0000\u0009\u000A\u000D #%/:?@[\\]]/;
-// eslint-disable-next-line no-control-regex
-var FORBIDDEN_HOST_CODE_POINT_EXCLUDING_PERCENT = /[\u0000\u0009\u000A\u000D #/:?@[\\]]/;
-// eslint-disable-next-line no-control-regex
-var LEADING_AND_TRAILING_C0_CONTROL_OR_SPACE = /^[\u0000-\u001F ]+|[\u0000-\u001F ]+$/g;
-// eslint-disable-next-line no-control-regex
-var TAB_AND_NEW_LINE = /[\u0009\u000A\u000D]/g;
-var EOF;
-
-var parseHost = function (url, input) {
- var result, codePoints, index;
- if (input.charAt(0) == '[') {
- if (input.charAt(input.length - 1) != ']') return INVALID_HOST;
- result = parseIPv6(input.slice(1, -1));
- if (!result) return INVALID_HOST;
- url.host = result;
- // opaque host
- } else if (!isSpecial(url)) {
- if (FORBIDDEN_HOST_CODE_POINT_EXCLUDING_PERCENT.test(input)) return INVALID_HOST;
- result = '';
- codePoints = arrayFrom(input);
- for (index = 0; index < codePoints.length; index++) {
- result += percentEncode(codePoints[index], C0ControlPercentEncodeSet);
- }
- url.host = result;
- } else {
- input = toASCII(input);
- if (FORBIDDEN_HOST_CODE_POINT.test(input)) return INVALID_HOST;
- result = parseIPv4(input);
- if (result === null) return INVALID_HOST;
- url.host = result;
- }
-};
-
-var parseIPv4 = function (input) {
- var parts = input.split('.');
- var partsLength, numbers, index, part, radix, number, ipv4;
- if (parts.length && parts[parts.length - 1] == '') {
- parts.pop();
- }
- partsLength = parts.length;
- if (partsLength > 4) return input;
- numbers = [];
- for (index = 0; index < partsLength; index++) {
- part = parts[index];
- if (part == '') return input;
- radix = 10;
- if (part.length > 1 && part.charAt(0) == '0') {
- radix = HEX_START.test(part) ? 16 : 8;
- part = part.slice(radix == 8 ? 1 : 2);
- }
- if (part === '') {
- number = 0;
- } else {
- if (!(radix == 10 ? DEC : radix == 8 ? OCT : HEX).test(part)) return input;
- number = parseInt(part, radix);
- }
- numbers.push(number);
- }
- for (index = 0; index < partsLength; index++) {
- number = numbers[index];
- if (index == partsLength - 1) {
- if (number >= pow(256, 5 - partsLength)) return null;
- } else if (number > 255) return null;
- }
- ipv4 = numbers.pop();
- for (index = 0; index < numbers.length; index++) {
- ipv4 += numbers[index] * pow(256, 3 - index);
- }
- return ipv4;
-};
-
-// eslint-disable-next-line max-statements
-var parseIPv6 = function (input) {
- var address = [0, 0, 0, 0, 0, 0, 0, 0];
- var pieceIndex = 0;
- var compress = null;
- var pointer = 0;
- var value, length, numbersSeen, ipv4Piece, number, swaps, swap;
-
- var char = function () {
- return input.charAt(pointer);
- };
-
- if (char() == ':') {
- if (input.charAt(1) != ':') return;
- pointer += 2;
- pieceIndex++;
- compress = pieceIndex;
- }
- while (char()) {
- if (pieceIndex == 8) return;
- if (char() == ':') {
- if (compress !== null) return;
- pointer++;
- pieceIndex++;
- compress = pieceIndex;
- continue;
- }
- value = length = 0;
- while (length < 4 && HEX.test(char())) {
- value = value * 16 + parseInt(char(), 16);
- pointer++;
- length++;
- }
- if (char() == '.') {
- if (length == 0) return;
- pointer -= length;
- if (pieceIndex > 6) return;
- numbersSeen = 0;
- while (char()) {
- ipv4Piece = null;
- if (numbersSeen > 0) {
- if (char() == '.' && numbersSeen < 4) pointer++;
- else return;
- }
- if (!DIGIT.test(char())) return;
- while (DIGIT.test(char())) {
- number = parseInt(char(), 10);
- if (ipv4Piece === null) ipv4Piece = number;
- else if (ipv4Piece == 0) return;
- else ipv4Piece = ipv4Piece * 10 + number;
- if (ipv4Piece > 255) return;
- pointer++;
- }
- address[pieceIndex] = address[pieceIndex] * 256 + ipv4Piece;
- numbersSeen++;
- if (numbersSeen == 2 || numbersSeen == 4) pieceIndex++;
- }
- if (numbersSeen != 4) return;
- break;
- } else if (char() == ':') {
- pointer++;
- if (!char()) return;
- } else if (char()) return;
- address[pieceIndex++] = value;
- }
- if (compress !== null) {
- swaps = pieceIndex - compress;
- pieceIndex = 7;
- while (pieceIndex != 0 && swaps > 0) {
- swap = address[pieceIndex];
- address[pieceIndex--] = address[compress + swaps - 1];
- address[compress + --swaps] = swap;
- }
- } else if (pieceIndex != 8) return;
- return address;
-};
-
-var findLongestZeroSequence = function (ipv6) {
- var maxIndex = null;
- var maxLength = 1;
- var currStart = null;
- var currLength = 0;
- var index = 0;
- for (; index < 8; index++) {
- if (ipv6[index] !== 0) {
- if (currLength > maxLength) {
- maxIndex = currStart;
- maxLength = currLength;
- }
- currStart = null;
- currLength = 0;
- } else {
- if (currStart === null) currStart = index;
- ++currLength;
- }
- }
- if (currLength > maxLength) {
- maxIndex = currStart;
- maxLength = currLength;
- }
- return maxIndex;
-};
-
-var serializeHost = function (host) {
- var result, index, compress, ignore0;
- // ipv4
- if (typeof host == 'number') {
- result = [];
- for (index = 0; index < 4; index++) {
- result.unshift(host % 256);
- host = floor(host / 256);
- } return result.join('.');
- // ipv6
- } else if (typeof host == 'object') {
- result = '';
- compress = findLongestZeroSequence(host);
- for (index = 0; index < 8; index++) {
- if (ignore0 && host[index] === 0) continue;
- if (ignore0) ignore0 = false;
- if (compress === index) {
- result += index ? ':' : '::';
- ignore0 = true;
- } else {
- result += host[index].toString(16);
- if (index < 7) result += ':';
- }
- }
- return '[' + result + ']';
- } return host;
-};
-
-var C0ControlPercentEncodeSet = {};
-var fragmentPercentEncodeSet = assign({}, C0ControlPercentEncodeSet, {
- ' ': 1, '"': 1, '<': 1, '>': 1, '`': 1
-});
-var pathPercentEncodeSet = assign({}, fragmentPercentEncodeSet, {
- '#': 1, '?': 1, '{': 1, '}': 1
-});
-var userinfoPercentEncodeSet = assign({}, pathPercentEncodeSet, {
- '/': 1, ':': 1, ';': 1, '=': 1, '@': 1, '[': 1, '\\': 1, ']': 1, '^': 1, '|': 1
-});
-
-var percentEncode = function (char, set) {
- var code = codeAt(char, 0);
- return code > 0x20 && code < 0x7F && !has(set, char) ? char : encodeURIComponent(char);
-};
-
-var specialSchemes = {
- ftp: 21,
- file: null,
- http: 80,
- https: 443,
- ws: 80,
- wss: 443
-};
-
-var isSpecial = function (url) {
- return has(specialSchemes, url.scheme);
-};
-
-var includesCredentials = function (url) {
- return url.username != '' || url.password != '';
-};
-
-var cannotHaveUsernamePasswordPort = function (url) {
- return !url.host || url.cannotBeABaseURL || url.scheme == 'file';
-};
-
-var isWindowsDriveLetter = function (string, normalized) {
- var second;
- return string.length == 2 && ALPHA.test(string.charAt(0))
- && ((second = string.charAt(1)) == ':' || (!normalized && second == '|'));
-};
-
-var startsWithWindowsDriveLetter = function (string) {
- var third;
- return string.length > 1 && isWindowsDriveLetter(string.slice(0, 2)) && (
- string.length == 2 ||
- ((third = string.charAt(2)) === '/' || third === '\\' || third === '?' || third === '#')
- );
-};
-
-var shortenURLsPath = function (url) {
- var path = url.path;
- var pathSize = path.length;
- if (pathSize && (url.scheme != 'file' || pathSize != 1 || !isWindowsDriveLetter(path[0], true))) {
- path.pop();
- }
-};
-
-var isSingleDot = function (segment) {
- return segment === '.' || segment.toLowerCase() === '%2e';
-};
-
-var isDoubleDot = function (segment) {
- segment = segment.toLowerCase();
- return segment === '..' || segment === '%2e.' || segment === '.%2e' || segment === '%2e%2e';
-};
-
-// States:
-var SCHEME_START = {};
-var SCHEME = {};
-var NO_SCHEME = {};
-var SPECIAL_RELATIVE_OR_AUTHORITY = {};
-var PATH_OR_AUTHORITY = {};
-var RELATIVE = {};
-var RELATIVE_SLASH = {};
-var SPECIAL_AUTHORITY_SLASHES = {};
-var SPECIAL_AUTHORITY_IGNORE_SLASHES = {};
-var AUTHORITY = {};
-var HOST = {};
-var HOSTNAME = {};
-var PORT = {};
-var FILE = {};
-var FILE_SLASH = {};
-var FILE_HOST = {};
-var PATH_START = {};
-var PATH = {};
-var CANNOT_BE_A_BASE_URL_PATH = {};
-var QUERY = {};
-var FRAGMENT = {};
-
-// eslint-disable-next-line max-statements
-var parseURL = function (url, input, stateOverride, base) {
- var state = stateOverride || SCHEME_START;
- var pointer = 0;
- var buffer = '';
- var seenAt = false;
- var seenBracket = false;
- var seenPasswordToken = false;
- var codePoints, char, bufferCodePoints, failure;
-
- if (!stateOverride) {
- url.scheme = '';
- url.username = '';
- url.password = '';
- url.host = null;
- url.port = null;
- url.path = [];
- url.query = null;
- url.fragment = null;
- url.cannotBeABaseURL = false;
- input = input.replace(LEADING_AND_TRAILING_C0_CONTROL_OR_SPACE, '');
- }
-
- input = input.replace(TAB_AND_NEW_LINE, '');
-
- codePoints = arrayFrom(input);
-
- while (pointer <= codePoints.length) {
- char = codePoints[pointer];
- switch (state) {
- case SCHEME_START:
- if (char && ALPHA.test(char)) {
- buffer += char.toLowerCase();
- state = SCHEME;
- } else if (!stateOverride) {
- state = NO_SCHEME;
- continue;
- } else return INVALID_SCHEME;
- break;
-
- case SCHEME:
- if (char && (ALPHANUMERIC.test(char) || char == '+' || char == '-' || char == '.')) {
- buffer += char.toLowerCase();
- } else if (char == ':') {
- if (stateOverride && (
- (isSpecial(url) != has(specialSchemes, buffer)) ||
- (buffer == 'file' && (includesCredentials(url) || url.port !== null)) ||
- (url.scheme == 'file' && !url.host)
- )) return;
- url.scheme = buffer;
- if (stateOverride) {
- if (isSpecial(url) && specialSchemes[url.scheme] == url.port) url.port = null;
- return;
- }
- buffer = '';
- if (url.scheme == 'file') {
- state = FILE;
- } else if (isSpecial(url) && base && base.scheme == url.scheme) {
- state = SPECIAL_RELATIVE_OR_AUTHORITY;
- } else if (isSpecial(url)) {
- state = SPECIAL_AUTHORITY_SLASHES;
- } else if (codePoints[pointer + 1] == '/') {
- state = PATH_OR_AUTHORITY;
- pointer++;
- } else {
- url.cannotBeABaseURL = true;
- url.path.push('');
- state = CANNOT_BE_A_BASE_URL_PATH;
- }
- } else if (!stateOverride) {
- buffer = '';
- state = NO_SCHEME;
- pointer = 0;
- continue;
- } else return INVALID_SCHEME;
- break;
-
- case NO_SCHEME:
- if (!base || (base.cannotBeABaseURL && char != '#')) return INVALID_SCHEME;
- if (base.cannotBeABaseURL && char == '#') {
- url.scheme = base.scheme;
- url.path = base.path.slice();
- url.query = base.query;
- url.fragment = '';
- url.cannotBeABaseURL = true;
- state = FRAGMENT;
- break;
- }
- state = base.scheme == 'file' ? FILE : RELATIVE;
- continue;
-
- case SPECIAL_RELATIVE_OR_AUTHORITY:
- if (char == '/' && codePoints[pointer + 1] == '/') {
- state = SPECIAL_AUTHORITY_IGNORE_SLASHES;
- pointer++;
- } else {
- state = RELATIVE;
- continue;
- } break;
-
- case PATH_OR_AUTHORITY:
- if (char == '/') {
- state = AUTHORITY;
- break;
- } else {
- state = PATH;
- continue;
- }
-
- case RELATIVE:
- url.scheme = base.scheme;
- if (char == EOF) {
- url.username = base.username;
- url.password = base.password;
- url.host = base.host;
- url.port = base.port;
- url.path = base.path.slice();
- url.query = base.query;
- } else if (char == '/' || (char == '\\' && isSpecial(url))) {
- state = RELATIVE_SLASH;
- } else if (char == '?') {
- url.username = base.username;
- url.password = base.password;
- url.host = base.host;
- url.port = base.port;
- url.path = base.path.slice();
- url.query = '';
- state = QUERY;
- } else if (char == '#') {
- url.username = base.username;
- url.password = base.password;
- url.host = base.host;
- url.port = base.port;
- url.path = base.path.slice();
- url.query = base.query;
- url.fragment = '';
- state = FRAGMENT;
- } else {
- url.username = base.username;
- url.password = base.password;
- url.host = base.host;
- url.port = base.port;
- url.path = base.path.slice();
- url.path.pop();
- state = PATH;
- continue;
- } break;
-
- case RELATIVE_SLASH:
- if (isSpecial(url) && (char == '/' || char == '\\')) {
- state = SPECIAL_AUTHORITY_IGNORE_SLASHES;
- } else if (char == '/') {
- state = AUTHORITY;
- } else {
- url.username = base.username;
- url.password = base.password;
- url.host = base.host;
- url.port = base.port;
- state = PATH;
- continue;
- } break;
-
- case SPECIAL_AUTHORITY_SLASHES:
- state = SPECIAL_AUTHORITY_IGNORE_SLASHES;
- if (char != '/' || buffer.charAt(pointer + 1) != '/') continue;
- pointer++;
- break;
-
- case SPECIAL_AUTHORITY_IGNORE_SLASHES:
- if (char != '/' && char != '\\') {
- state = AUTHORITY;
- continue;
- } break;
-
- case AUTHORITY:
- if (char == '@') {
- if (seenAt) buffer = '%40' + buffer;
- seenAt = true;
- bufferCodePoints = arrayFrom(buffer);
- for (var i = 0; i < bufferCodePoints.length; i++) {
- var codePoint = bufferCodePoints[i];
- if (codePoint == ':' && !seenPasswordToken) {
- seenPasswordToken = true;
- continue;
- }
- var encodedCodePoints = percentEncode(codePoint, userinfoPercentEncodeSet);
- if (seenPasswordToken) url.password += encodedCodePoints;
- else url.username += encodedCodePoints;
- }
- buffer = '';
- } else if (
- char == EOF || char == '/' || char == '?' || char == '#' ||
- (char == '\\' && isSpecial(url))
- ) {
- if (seenAt && buffer == '') return INVALID_AUTHORITY;
- pointer -= arrayFrom(buffer).length + 1;
- buffer = '';
- state = HOST;
- } else buffer += char;
- break;
-
- case HOST:
- case HOSTNAME:
- if (stateOverride && url.scheme == 'file') {
- state = FILE_HOST;
- continue;
- } else if (char == ':' && !seenBracket) {
- if (buffer == '') return INVALID_HOST;
- failure = parseHost(url, buffer);
- if (failure) return failure;
- buffer = '';
- state = PORT;
- if (stateOverride == HOSTNAME) return;
- } else if (
- char == EOF || char == '/' || char == '?' || char == '#' ||
- (char == '\\' && isSpecial(url))
- ) {
- if (isSpecial(url) && buffer == '') return INVALID_HOST;
- if (stateOverride && buffer == '' && (includesCredentials(url) || url.port !== null)) return;
- failure = parseHost(url, buffer);
- if (failure) return failure;
- buffer = '';
- state = PATH_START;
- if (stateOverride) return;
- continue;
- } else {
- if (char == '[') seenBracket = true;
- else if (char == ']') seenBracket = false;
- buffer += char;
- } break;
-
- case PORT:
- if (DIGIT.test(char)) {
- buffer += char;
- } else if (
- char == EOF || char == '/' || char == '?' || char == '#' ||
- (char == '\\' && isSpecial(url)) ||
- stateOverride
- ) {
- if (buffer != '') {
- var port = parseInt(buffer, 10);
- if (port > 0xFFFF) return INVALID_PORT;
- url.port = (isSpecial(url) && port === specialSchemes[url.scheme]) ? null : port;
- buffer = '';
- }
- if (stateOverride) return;
- state = PATH_START;
- continue;
- } else return INVALID_PORT;
- break;
-
- case FILE:
- url.scheme = 'file';
- if (char == '/' || char == '\\') state = FILE_SLASH;
- else if (base && base.scheme == 'file') {
- if (char == EOF) {
- url.host = base.host;
- url.path = base.path.slice();
- url.query = base.query;
- } else if (char == '?') {
- url.host = base.host;
- url.path = base.path.slice();
- url.query = '';
- state = QUERY;
- } else if (char == '#') {
- url.host = base.host;
- url.path = base.path.slice();
- url.query = base.query;
- url.fragment = '';
- state = FRAGMENT;
- } else {
- if (!startsWithWindowsDriveLetter(codePoints.slice(pointer).join(''))) {
- url.host = base.host;
- url.path = base.path.slice();
- shortenURLsPath(url);
- }
- state = PATH;
- continue;
- }
- } else {
- state = PATH;
- continue;
- } break;
-
- case FILE_SLASH:
- if (char == '/' || char == '\\') {
- state = FILE_HOST;
- break;
- }
- if (base && base.scheme == 'file' && !startsWithWindowsDriveLetter(codePoints.slice(pointer).join(''))) {
- if (isWindowsDriveLetter(base.path[0], true)) url.path.push(base.path[0]);
- else url.host = base.host;
- }
- state = PATH;
- continue;
-
- case FILE_HOST:
- if (char == EOF || char == '/' || char == '\\' || char == '?' || char == '#') {
- if (!stateOverride && isWindowsDriveLetter(buffer)) {
- state = PATH;
- } else if (buffer == '') {
- url.host = '';
- if (stateOverride) return;
- state = PATH_START;
- } else {
- failure = parseHost(url, buffer);
- if (failure) return failure;
- if (url.host == 'localhost') url.host = '';
- if (stateOverride) return;
- buffer = '';
- state = PATH_START;
- } continue;
- } else buffer += char;
- break;
-
- case PATH_START:
- if (isSpecial(url)) {
- state = PATH;
- if (char != '/' && char != '\\') continue;
- } else if (!stateOverride && char == '?') {
- url.query = '';
- state = QUERY;
- } else if (!stateOverride && char == '#') {
- url.fragment = '';
- state = FRAGMENT;
- } else if (char != EOF) {
- state = PATH;
- if (char != '/') continue;
- } break;
-
- case PATH:
- if (
- char == EOF || char == '/' ||
- (char == '\\' && isSpecial(url)) ||
- (!stateOverride && (char == '?' || char == '#'))
- ) {
- if (isDoubleDot(buffer)) {
- shortenURLsPath(url);
- if (char != '/' && !(char == '\\' && isSpecial(url))) {
- url.path.push('');
- }
- } else if (isSingleDot(buffer)) {
- if (char != '/' && !(char == '\\' && isSpecial(url))) {
- url.path.push('');
- }
- } else {
- if (url.scheme == 'file' && !url.path.length && isWindowsDriveLetter(buffer)) {
- if (url.host) url.host = '';
- buffer = buffer.charAt(0) + ':'; // normalize windows drive letter
- }
- url.path.push(buffer);
- }
- buffer = '';
- if (url.scheme == 'file' && (char == EOF || char == '?' || char == '#')) {
- while (url.path.length > 1 && url.path[0] === '') {
- url.path.shift();
- }
- }
- if (char == '?') {
- url.query = '';
- state = QUERY;
- } else if (char == '#') {
- url.fragment = '';
- state = FRAGMENT;
- }
- } else {
- buffer += percentEncode(char, pathPercentEncodeSet);
- } break;
-
- case CANNOT_BE_A_BASE_URL_PATH:
- if (char == '?') {
- url.query = '';
- state = QUERY;
- } else if (char == '#') {
- url.fragment = '';
- state = FRAGMENT;
- } else if (char != EOF) {
- url.path[0] += percentEncode(char, C0ControlPercentEncodeSet);
- } break;
-
- case QUERY:
- if (!stateOverride && char == '#') {
- url.fragment = '';
- state = FRAGMENT;
- } else if (char != EOF) {
- if (char == "'" && isSpecial(url)) url.query += '%27';
- else if (char == '#') url.query += '%23';
- else url.query += percentEncode(char, C0ControlPercentEncodeSet);
- } break;
-
- case FRAGMENT:
- if (char != EOF) url.fragment += percentEncode(char, fragmentPercentEncodeSet);
- break;
- }
-
- pointer++;
- }
-};
-
-// `URL` constructor
-// https://url.spec.whatwg.org/#url-class
-var URLConstructor = function URL(url /* , base */) {
- var that = anInstance(this, URLConstructor, 'URL');
- var base = arguments.length > 1 ? arguments[1] : undefined;
- var urlString = String(url);
- var state = setInternalState(that, { type: 'URL' });
- var baseState, failure;
- if (base !== undefined) {
- if (base instanceof URLConstructor) baseState = getInternalURLState(base);
- else {
- failure = parseURL(baseState = {}, String(base));
- if (failure) throw TypeError(failure);
- }
- }
- failure = parseURL(state, urlString, null, baseState);
- if (failure) throw TypeError(failure);
- var searchParams = state.searchParams = new URLSearchParams();
- var searchParamsState = getInternalSearchParamsState(searchParams);
- searchParamsState.updateSearchParams(state.query);
- searchParamsState.updateURL = function () {
- state.query = String(searchParams) || null;
- };
- if (!DESCRIPTORS) {
- that.href = serializeURL.call(that);
- that.origin = getOrigin.call(that);
- that.protocol = getProtocol.call(that);
- that.username = getUsername.call(that);
- that.password = getPassword.call(that);
- that.host = getHost.call(that);
- that.hostname = getHostname.call(that);
- that.port = getPort.call(that);
- that.pathname = getPathname.call(that);
- that.search = getSearch.call(that);
- that.searchParams = getSearchParams.call(that);
- that.hash = getHash.call(that);
- }
-};
-
-var URLPrototype = URLConstructor.prototype;
-
-var serializeURL = function () {
- var url = getInternalURLState(this);
- var scheme = url.scheme;
- var username = url.username;
- var password = url.password;
- var host = url.host;
- var port = url.port;
- var path = url.path;
- var query = url.query;
- var fragment = url.fragment;
- var output = scheme + ':';
- if (host !== null) {
- output += '//';
- if (includesCredentials(url)) {
- output += username + (password ? ':' + password : '') + '@';
- }
- output += serializeHost(host);
- if (port !== null) output += ':' + port;
- } else if (scheme == 'file') output += '//';
- output += url.cannotBeABaseURL ? path[0] : path.length ? '/' + path.join('/') : '';
- if (query !== null) output += '?' + query;
- if (fragment !== null) output += '#' + fragment;
- return output;
-};
-
-var getOrigin = function () {
- var url = getInternalURLState(this);
- var scheme = url.scheme;
- var port = url.port;
- if (scheme == 'blob') try {
- return new URL(scheme.path[0]).origin;
- } catch (error) {
- return 'null';
- }
- if (scheme == 'file' || !isSpecial(url)) return 'null';
- return scheme + '://' + serializeHost(url.host) + (port !== null ? ':' + port : '');
-};
-
-var getProtocol = function () {
- return getInternalURLState(this).scheme + ':';
-};
-
-var getUsername = function () {
- return getInternalURLState(this).username;
-};
-
-var getPassword = function () {
- return getInternalURLState(this).password;
-};
-
-var getHost = function () {
- var url = getInternalURLState(this);
- var host = url.host;
- var port = url.port;
- return host === null ? ''
- : port === null ? serializeHost(host)
- : serializeHost(host) + ':' + port;
-};
-
-var getHostname = function () {
- var host = getInternalURLState(this).host;
- return host === null ? '' : serializeHost(host);
-};
-
-var getPort = function () {
- var port = getInternalURLState(this).port;
- return port === null ? '' : String(port);
-};
-
-var getPathname = function () {
- var url = getInternalURLState(this);
- var path = url.path;
- return url.cannotBeABaseURL ? path[0] : path.length ? '/' + path.join('/') : '';
-};
-
-var getSearch = function () {
- var query = getInternalURLState(this).query;
- return query ? '?' + query : '';
-};
-
-var getSearchParams = function () {
- return getInternalURLState(this).searchParams;
-};
-
-var getHash = function () {
- var fragment = getInternalURLState(this).fragment;
- return fragment ? '#' + fragment : '';
-};
-
-var accessorDescriptor = function (getter, setter) {
- return { get: getter, set: setter, configurable: true, enumerable: true };
-};
-
-if (DESCRIPTORS) {
- defineProperties(URLPrototype, {
- // `URL.prototype.href` accessors pair
- // https://url.spec.whatwg.org/#dom-url-href
- href: accessorDescriptor(serializeURL, function (href) {
- var url = getInternalURLState(this);
- var urlString = String(href);
- var failure = parseURL(url, urlString);
- if (failure) throw TypeError(failure);
- getInternalSearchParamsState(url.searchParams).updateSearchParams(url.query);
- }),
- // `URL.prototype.origin` getter
- // https://url.spec.whatwg.org/#dom-url-origin
- origin: accessorDescriptor(getOrigin),
- // `URL.prototype.protocol` accessors pair
- // https://url.spec.whatwg.org/#dom-url-protocol
- protocol: accessorDescriptor(getProtocol, function (protocol) {
- var url = getInternalURLState(this);
- parseURL(url, String(protocol) + ':', SCHEME_START);
- }),
- // `URL.prototype.username` accessors pair
- // https://url.spec.whatwg.org/#dom-url-username
- username: accessorDescriptor(getUsername, function (username) {
- var url = getInternalURLState(this);
- var codePoints = arrayFrom(String(username));
- if (cannotHaveUsernamePasswordPort(url)) return;
- url.username = '';
- for (var i = 0; i < codePoints.length; i++) {
- url.username += percentEncode(codePoints[i], userinfoPercentEncodeSet);
- }
- }),
- // `URL.prototype.password` accessors pair
- // https://url.spec.whatwg.org/#dom-url-password
- password: accessorDescriptor(getPassword, function (password) {
- var url = getInternalURLState(this);
- var codePoints = arrayFrom(String(password));
- if (cannotHaveUsernamePasswordPort(url)) return;
- url.password = '';
- for (var i = 0; i < codePoints.length; i++) {
- url.password += percentEncode(codePoints[i], userinfoPercentEncodeSet);
- }
- }),
- // `URL.prototype.host` accessors pair
- // https://url.spec.whatwg.org/#dom-url-host
- host: accessorDescriptor(getHost, function (host) {
- var url = getInternalURLState(this);
- if (url.cannotBeABaseURL) return;
- parseURL(url, String(host), HOST);
- }),
- // `URL.prototype.hostname` accessors pair
- // https://url.spec.whatwg.org/#dom-url-hostname
- hostname: accessorDescriptor(getHostname, function (hostname) {
- var url = getInternalURLState(this);
- if (url.cannotBeABaseURL) return;
- parseURL(url, String(hostname), HOSTNAME);
- }),
- // `URL.prototype.port` accessors pair
- // https://url.spec.whatwg.org/#dom-url-port
- port: accessorDescriptor(getPort, function (port) {
- var url = getInternalURLState(this);
- if (cannotHaveUsernamePasswordPort(url)) return;
- port = String(port);
- if (port == '') url.port = null;
- else parseURL(url, port, PORT);
- }),
- // `URL.prototype.pathname` accessors pair
- // https://url.spec.whatwg.org/#dom-url-pathname
- pathname: accessorDescriptor(getPathname, function (pathname) {
- var url = getInternalURLState(this);
- if (url.cannotBeABaseURL) return;
- url.path = [];
- parseURL(url, pathname + '', PATH_START);
- }),
- // `URL.prototype.search` accessors pair
- // https://url.spec.whatwg.org/#dom-url-search
- search: accessorDescriptor(getSearch, function (search) {
- var url = getInternalURLState(this);
- search = String(search);
- if (search == '') {
- url.query = null;
- } else {
- if ('?' == search.charAt(0)) search = search.slice(1);
- url.query = '';
- parseURL(url, search, QUERY);
- }
- getInternalSearchParamsState(url.searchParams).updateSearchParams(url.query);
- }),
- // `URL.prototype.searchParams` getter
- // https://url.spec.whatwg.org/#dom-url-searchparams
- searchParams: accessorDescriptor(getSearchParams),
- // `URL.prototype.hash` accessors pair
- // https://url.spec.whatwg.org/#dom-url-hash
- hash: accessorDescriptor(getHash, function (hash) {
- var url = getInternalURLState(this);
- hash = String(hash);
- if (hash == '') {
- url.fragment = null;
- return;
- }
- if ('#' == hash.charAt(0)) hash = hash.slice(1);
- url.fragment = '';
- parseURL(url, hash, FRAGMENT);
- })
- });
-}
-
-// `URL.prototype.toJSON` method
-// https://url.spec.whatwg.org/#dom-url-tojson
-redefine(URLPrototype, 'toJSON', function toJSON() {
- return serializeURL.call(this);
-}, { enumerable: true });
-
-// `URL.prototype.toString` method
-// https://url.spec.whatwg.org/#URL-stringification-behavior
-redefine(URLPrototype, 'toString', function toString() {
- return serializeURL.call(this);
-}, { enumerable: true });
-
-if (NativeURL) {
- var nativeCreateObjectURL = NativeURL.createObjectURL;
- var nativeRevokeObjectURL = NativeURL.revokeObjectURL;
- // `URL.createObjectURL` method
- // https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL
- // eslint-disable-next-line no-unused-vars
- if (nativeCreateObjectURL) redefine(URLConstructor, 'createObjectURL', function createObjectURL(blob) {
- return nativeCreateObjectURL.apply(NativeURL, arguments);
- });
- // `URL.revokeObjectURL` method
- // https://developer.mozilla.org/en-US/docs/Web/API/URL/revokeObjectURL
- // eslint-disable-next-line no-unused-vars
- if (nativeRevokeObjectURL) redefine(URLConstructor, 'revokeObjectURL', function revokeObjectURL(url) {
- return nativeRevokeObjectURL.apply(NativeURL, arguments);
- });
-}
-
-setToStringTag(URLConstructor, 'URL');
-
-$({ global: true, forced: !USE_NATIVE_URL, sham: !DESCRIPTORS }, {
- URL: URLConstructor
-});
diff --git a/node_modules/core-js/modules/web.url.to-json.js b/node_modules/core-js/modules/web.url.to-json.js
deleted file mode 100644
index 7e38169..0000000
--- a/node_modules/core-js/modules/web.url.to-json.js
+++ /dev/null
@@ -1,10 +0,0 @@
-'use strict';
-var $ = require('../internals/export');
-
-// `URL.prototype.toJSON` method
-// https://url.spec.whatwg.org/#dom-url-tojson
-$({ target: 'URL', proto: true, enumerable: true }, {
- toJSON: function toJSON() {
- return URL.prototype.toString.call(this);
- }
-});
diff --git a/node_modules/core-js/package.json b/node_modules/core-js/package.json
deleted file mode 100644
index 4bdd6cc..0000000
--- a/node_modules/core-js/package.json
+++ /dev/null
@@ -1,86 +0,0 @@
-{
- "_from": "core-js@^3.6.5",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha512-9Id2xHY1W7m8hCl8NkhQn5CufmF/WuR30BTRewvCXc1aZd3kMECwNZ69ndLbekKfakw9Rf2Xyc+QR6E7Gg+obg==",
- "_location": "/core-js",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "core-js@^3.6.5",
- "name": "core-js",
- "escapedName": "core-js",
- "rawSpec": "^3.6.5",
- "saveSpec": null,
- "fetchSpec": "^3.6.5"
- },
- "_requiredBy": [
- "/global-agent"
- ],
- "_resolved": "https://registry.npmjs.org/core-js/-/core-js-3.8.1.tgz",
- "_shasum": "f51523668ac8a294d1285c3b9db44025fda66d47",
- "_spec": "core-js@^3.6.5",
- "_where": "/Users/lucifer/Documents/styx/node_modules/global-agent",
- "bugs": {
- "url": "https://github.com/zloirock/core-js/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Standard library",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/core-js"
- },
- "homepage": "https://github.com/zloirock/core-js#readme",
- "keywords": [
- "ES3",
- "ES5",
- "ES6",
- "ES7",
- "ES2015",
- "ES2016",
- "ES2017",
- "ES2018",
- "ES2019",
- "ES2020",
- "ECMAScript 3",
- "ECMAScript 5",
- "ECMAScript 6",
- "ECMAScript 7",
- "ECMAScript 2015",
- "ECMAScript 2016",
- "ECMAScript 2017",
- "ECMAScript 2018",
- "ECMAScript 2019",
- "ECMAScript 2020",
- "Harmony",
- "Strawman",
- "Map",
- "Set",
- "WeakMap",
- "WeakSet",
- "Promise",
- "Observable",
- "Symbol",
- "TypedArray",
- "URL",
- "URLSearchParams",
- "queueMicrotask",
- "setImmediate",
- "polyfill",
- "ponyfill",
- "shim"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "core-js",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/zloirock/core-js.git"
- },
- "scripts": {
- "postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
- },
- "version": "3.8.1"
-}
diff --git a/node_modules/core-js/postinstall.js b/node_modules/core-js/postinstall.js
deleted file mode 100644
index 96bdc87..0000000
--- a/node_modules/core-js/postinstall.js
+++ /dev/null
@@ -1,58 +0,0 @@
-/* eslint-disable max-len */
-var fs = require('fs');
-var os = require('os');
-var path = require('path');
-var env = process.env;
-
-var ADBLOCK = is(env.ADBLOCK);
-var COLOR = is(env.npm_config_color);
-var DISABLE_OPENCOLLECTIVE = is(env.DISABLE_OPENCOLLECTIVE);
-var SILENT = ['silent', 'error', 'warn'].indexOf(env.npm_config_loglevel) !== -1;
-var OPEN_SOURCE_CONTRIBUTOR = is(env.OPEN_SOURCE_CONTRIBUTOR);
-var MINUTE = 60 * 1000;
-
-// you could add a PR with an env variable for your CI detection
-var CI = [
- 'BUILD_NUMBER',
- 'CI',
- 'CONTINUOUS_INTEGRATION',
- 'DRONE',
- 'RUN_ID'
-].some(function (it) { return is(env[it]); });
-
-var BANNER = '\u001B[96mThank you for using core-js (\u001B[94m https://github.com/zloirock/core-js \u001B[96m) for polyfilling JavaScript standard library!\u001B[0m\n\n' +
- '\u001B[96mThe project needs your help! Please consider supporting of core-js on Open Collective or Patreon: \u001B[0m\n' +
- '\u001B[96m>\u001B[94m https://opencollective.com/core-js \u001B[0m\n' +
- '\u001B[96m>\u001B[94m https://www.patreon.com/zloirock \u001B[0m\n\n' +
- '\u001B[96mAlso, the author of core-js (\u001B[94m https://github.com/zloirock \u001B[96m) is looking for a good job -)\u001B[0m\n';
-
-function is(it) {
- return !!it && it !== '0' && it !== 'false';
-}
-
-function isBannerRequired() {
- if (ADBLOCK || CI || DISABLE_OPENCOLLECTIVE || SILENT || OPEN_SOURCE_CONTRIBUTOR) return false;
- var file = path.join(os.tmpdir(), 'core-js-banners');
- var banners = [];
- try {
- var DELTA = Date.now() - fs.statSync(file).mtime;
- if (DELTA >= 0 && DELTA < MINUTE * 3) {
- banners = JSON.parse(fs.readFileSync(file, 'utf8'));
- if (banners.indexOf(BANNER) !== -1) return false;
- }
- } catch (error) {
- banners = [];
- }
- try {
- banners.push(BANNER);
- fs.writeFileSync(file, JSON.stringify(banners), 'utf8');
- } catch (error) { /* empty */ }
- return true;
-}
-
-function showBanner() {
- // eslint-disable-next-line no-console,no-control-regex
- console.log(COLOR ? BANNER : BANNER.replace(/\u001B\[\d+m/g, ''));
-}
-
-if (isBannerRequired()) showBanner();
diff --git a/node_modules/core-js/proposals/array-filtering.js b/node_modules/core-js/proposals/array-filtering.js
deleted file mode 100644
index 22c0f11..0000000
--- a/node_modules/core-js/proposals/array-filtering.js
+++ /dev/null
@@ -1,3 +0,0 @@
-// https://github.com/tc39/proposal-array-filtering
-require('../modules/esnext.array.filter-out');
-require('../modules/esnext.typed-array.filter-out');
diff --git a/node_modules/core-js/proposals/array-is-template-object.js b/node_modules/core-js/proposals/array-is-template-object.js
deleted file mode 100644
index 37388c4..0000000
--- a/node_modules/core-js/proposals/array-is-template-object.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../modules/esnext.array.is-template-object');
diff --git a/node_modules/core-js/proposals/array-last.js b/node_modules/core-js/proposals/array-last.js
deleted file mode 100644
index c671031..0000000
--- a/node_modules/core-js/proposals/array-last.js
+++ /dev/null
@@ -1,2 +0,0 @@
-require('../modules/esnext.array.last-index');
-require('../modules/esnext.array.last-item');
diff --git a/node_modules/core-js/proposals/array-unique.js b/node_modules/core-js/proposals/array-unique.js
deleted file mode 100644
index 855fe24..0000000
--- a/node_modules/core-js/proposals/array-unique.js
+++ /dev/null
@@ -1,3 +0,0 @@
-// https://github.com/tc39/proposal-array-unique
-require('../modules/es.map');
-require('../modules/esnext.array.unique-by');
diff --git a/node_modules/core-js/proposals/collection-methods.js b/node_modules/core-js/proposals/collection-methods.js
deleted file mode 100644
index 3acb8c0..0000000
--- a/node_modules/core-js/proposals/collection-methods.js
+++ /dev/null
@@ -1,27 +0,0 @@
-require('../modules/esnext.map.group-by');
-require('../modules/esnext.map.key-by');
-require('../modules/esnext.map.delete-all');
-require('../modules/esnext.map.every');
-require('../modules/esnext.map.filter');
-require('../modules/esnext.map.find');
-require('../modules/esnext.map.find-key');
-require('../modules/esnext.map.includes');
-require('../modules/esnext.map.key-of');
-require('../modules/esnext.map.map-keys');
-require('../modules/esnext.map.map-values');
-require('../modules/esnext.map.merge');
-require('../modules/esnext.map.reduce');
-require('../modules/esnext.map.some');
-require('../modules/esnext.map.update');
-require('../modules/esnext.set.add-all');
-require('../modules/esnext.set.delete-all');
-require('../modules/esnext.set.every');
-require('../modules/esnext.set.filter');
-require('../modules/esnext.set.find');
-require('../modules/esnext.set.join');
-require('../modules/esnext.set.map');
-require('../modules/esnext.set.reduce');
-require('../modules/esnext.set.some');
-require('../modules/esnext.weak-map.delete-all');
-require('../modules/esnext.weak-set.add-all');
-require('../modules/esnext.weak-set.delete-all');
diff --git a/node_modules/core-js/proposals/collection-of-from.js b/node_modules/core-js/proposals/collection-of-from.js
deleted file mode 100644
index ade3000..0000000
--- a/node_modules/core-js/proposals/collection-of-from.js
+++ /dev/null
@@ -1,8 +0,0 @@
-require('../modules/esnext.map.from');
-require('../modules/esnext.map.of');
-require('../modules/esnext.set.from');
-require('../modules/esnext.set.of');
-require('../modules/esnext.weak-map.from');
-require('../modules/esnext.weak-map.of');
-require('../modules/esnext.weak-set.from');
-require('../modules/esnext.weak-set.of');
diff --git a/node_modules/core-js/proposals/efficient-64-bit-arithmetic.js b/node_modules/core-js/proposals/efficient-64-bit-arithmetic.js
deleted file mode 100644
index 2043bbe..0000000
--- a/node_modules/core-js/proposals/efficient-64-bit-arithmetic.js
+++ /dev/null
@@ -1,5 +0,0 @@
-// TODO: remove from `core-js@4` as withdrawn
-require('../modules/esnext.math.iaddh');
-require('../modules/esnext.math.isubh');
-require('../modules/esnext.math.imulh');
-require('../modules/esnext.math.umulh');
diff --git a/node_modules/core-js/proposals/global-this.js b/node_modules/core-js/proposals/global-this.js
deleted file mode 100644
index 4cb0f5c..0000000
--- a/node_modules/core-js/proposals/global-this.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../modules/esnext.global-this');
-var global = require('../internals/global');
-
-module.exports = global;
diff --git a/node_modules/core-js/proposals/index.js b/node_modules/core-js/proposals/index.js
deleted file mode 100644
index b87a749..0000000
--- a/node_modules/core-js/proposals/index.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../stage');
diff --git a/node_modules/core-js/proposals/iterator-helpers.js b/node_modules/core-js/proposals/iterator-helpers.js
deleted file mode 100644
index 001a169..0000000
--- a/node_modules/core-js/proposals/iterator-helpers.js
+++ /dev/null
@@ -1,28 +0,0 @@
-require('../modules/esnext.async-iterator.constructor');
-require('../modules/esnext.async-iterator.as-indexed-pairs');
-require('../modules/esnext.async-iterator.drop');
-require('../modules/esnext.async-iterator.every');
-require('../modules/esnext.async-iterator.filter');
-require('../modules/esnext.async-iterator.find');
-require('../modules/esnext.async-iterator.flat-map');
-require('../modules/esnext.async-iterator.for-each');
-require('../modules/esnext.async-iterator.from');
-require('../modules/esnext.async-iterator.map');
-require('../modules/esnext.async-iterator.reduce');
-require('../modules/esnext.async-iterator.some');
-require('../modules/esnext.async-iterator.take');
-require('../modules/esnext.async-iterator.to-array');
-require('../modules/esnext.iterator.constructor');
-require('../modules/esnext.iterator.as-indexed-pairs');
-require('../modules/esnext.iterator.drop');
-require('../modules/esnext.iterator.every');
-require('../modules/esnext.iterator.filter');
-require('../modules/esnext.iterator.find');
-require('../modules/esnext.iterator.flat-map');
-require('../modules/esnext.iterator.for-each');
-require('../modules/esnext.iterator.from');
-require('../modules/esnext.iterator.map');
-require('../modules/esnext.iterator.reduce');
-require('../modules/esnext.iterator.some');
-require('../modules/esnext.iterator.take');
-require('../modules/esnext.iterator.to-array');
diff --git a/node_modules/core-js/proposals/keys-composition.js b/node_modules/core-js/proposals/keys-composition.js
deleted file mode 100644
index 47f5e2e..0000000
--- a/node_modules/core-js/proposals/keys-composition.js
+++ /dev/null
@@ -1,2 +0,0 @@
-require('../modules/esnext.composite-key');
-require('../modules/esnext.composite-symbol');
diff --git a/node_modules/core-js/proposals/map-update-or-insert.js b/node_modules/core-js/proposals/map-update-or-insert.js
deleted file mode 100644
index 2860301..0000000
--- a/node_modules/core-js/proposals/map-update-or-insert.js
+++ /dev/null
@@ -1,2 +0,0 @@
-// TODO: remove from `core-js@4`
-require('./map-upsert');
diff --git a/node_modules/core-js/proposals/map-upsert.js b/node_modules/core-js/proposals/map-upsert.js
deleted file mode 100644
index f43496c..0000000
--- a/node_modules/core-js/proposals/map-upsert.js
+++ /dev/null
@@ -1,9 +0,0 @@
-// https://github.com/thumbsupep/proposal-upsert
-require('../modules/esnext.map.emplace');
-// TODO: remove from `core-js@4`
-require('../modules/esnext.map.update-or-insert');
-// TODO: remove from `core-js@4`
-require('../modules/esnext.map.upsert');
-require('../modules/esnext.weak-map.emplace');
-// TODO: remove from `core-js@4`
-require('../modules/esnext.weak-map.upsert');
diff --git a/node_modules/core-js/proposals/math-extensions.js b/node_modules/core-js/proposals/math-extensions.js
deleted file mode 100644
index 80d86af..0000000
--- a/node_modules/core-js/proposals/math-extensions.js
+++ /dev/null
@@ -1,7 +0,0 @@
-require('../modules/esnext.math.clamp');
-require('../modules/esnext.math.deg-per-rad');
-require('../modules/esnext.math.degrees');
-require('../modules/esnext.math.fscale');
-require('../modules/esnext.math.rad-per-deg');
-require('../modules/esnext.math.radians');
-require('../modules/esnext.math.scale');
diff --git a/node_modules/core-js/proposals/math-signbit.js b/node_modules/core-js/proposals/math-signbit.js
deleted file mode 100644
index e0a51d1..0000000
--- a/node_modules/core-js/proposals/math-signbit.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../modules/esnext.math.signbit');
diff --git a/node_modules/core-js/proposals/number-from-string.js b/node_modules/core-js/proposals/number-from-string.js
deleted file mode 100644
index 094d084..0000000
--- a/node_modules/core-js/proposals/number-from-string.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../modules/esnext.number.from-string');
diff --git a/node_modules/core-js/proposals/number-range.js b/node_modules/core-js/proposals/number-range.js
deleted file mode 100644
index 5427929..0000000
--- a/node_modules/core-js/proposals/number-range.js
+++ /dev/null
@@ -1,3 +0,0 @@
-// https://github.com/tc39/proposal-Number.range
-require('../modules/esnext.bigint.range');
-require('../modules/esnext.number.range');
diff --git a/node_modules/core-js/proposals/object-iteration.js b/node_modules/core-js/proposals/object-iteration.js
deleted file mode 100644
index ebfaaba..0000000
--- a/node_modules/core-js/proposals/object-iteration.js
+++ /dev/null
@@ -1,4 +0,0 @@
-// TODO: remove from `core-js@4` as withdrawn
-require('../modules/esnext.object.iterate-entries');
-require('../modules/esnext.object.iterate-keys');
-require('../modules/esnext.object.iterate-values');
diff --git a/node_modules/core-js/proposals/observable.js b/node_modules/core-js/proposals/observable.js
deleted file mode 100644
index cf59156..0000000
--- a/node_modules/core-js/proposals/observable.js
+++ /dev/null
@@ -1,2 +0,0 @@
-require('../modules/esnext.observable');
-require('../modules/esnext.symbol.observable');
diff --git a/node_modules/core-js/proposals/pattern-matching.js b/node_modules/core-js/proposals/pattern-matching.js
deleted file mode 100644
index d5fce70..0000000
--- a/node_modules/core-js/proposals/pattern-matching.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../modules/esnext.symbol.pattern-match');
diff --git a/node_modules/core-js/proposals/promise-all-settled.js b/node_modules/core-js/proposals/promise-all-settled.js
deleted file mode 100644
index ae35910..0000000
--- a/node_modules/core-js/proposals/promise-all-settled.js
+++ /dev/null
@@ -1,2 +0,0 @@
-// TODO: Remove from `core-js@4`
-require('../modules/esnext.promise.all-settled');
diff --git a/node_modules/core-js/proposals/promise-any.js b/node_modules/core-js/proposals/promise-any.js
deleted file mode 100644
index 9e14736..0000000
--- a/node_modules/core-js/proposals/promise-any.js
+++ /dev/null
@@ -1,2 +0,0 @@
-require('../modules/esnext.aggregate-error');
-require('../modules/esnext.promise.any');
diff --git a/node_modules/core-js/proposals/promise-try.js b/node_modules/core-js/proposals/promise-try.js
deleted file mode 100644
index ce5aca5..0000000
--- a/node_modules/core-js/proposals/promise-try.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../modules/esnext.promise.try');
diff --git a/node_modules/core-js/proposals/reflect-metadata.js b/node_modules/core-js/proposals/reflect-metadata.js
deleted file mode 100644
index 512b1f2..0000000
--- a/node_modules/core-js/proposals/reflect-metadata.js
+++ /dev/null
@@ -1,9 +0,0 @@
-require('../modules/esnext.reflect.define-metadata');
-require('../modules/esnext.reflect.delete-metadata');
-require('../modules/esnext.reflect.get-metadata');
-require('../modules/esnext.reflect.get-metadata-keys');
-require('../modules/esnext.reflect.get-own-metadata');
-require('../modules/esnext.reflect.get-own-metadata-keys');
-require('../modules/esnext.reflect.has-metadata');
-require('../modules/esnext.reflect.has-own-metadata');
-require('../modules/esnext.reflect.metadata');
diff --git a/node_modules/core-js/proposals/relative-indexing-method.js b/node_modules/core-js/proposals/relative-indexing-method.js
deleted file mode 100644
index 95e6814..0000000
--- a/node_modules/core-js/proposals/relative-indexing-method.js
+++ /dev/null
@@ -1,5 +0,0 @@
-// https://github.com/tc39/proposal-relative-indexing-method
-require('../modules/esnext.array.at');
-// TODO: disabled by default because of the conflict with another proposal
-// require('../modules/esnext.string.at-alternative');
-require('../modules/esnext.typed-array.at');
diff --git a/node_modules/core-js/proposals/seeded-random.js b/node_modules/core-js/proposals/seeded-random.js
deleted file mode 100644
index 5bbd904..0000000
--- a/node_modules/core-js/proposals/seeded-random.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../modules/esnext.math.seeded-prng');
diff --git a/node_modules/core-js/proposals/set-methods.js b/node_modules/core-js/proposals/set-methods.js
deleted file mode 100644
index 8105460..0000000
--- a/node_modules/core-js/proposals/set-methods.js
+++ /dev/null
@@ -1,7 +0,0 @@
-require('../modules/esnext.set.difference');
-require('../modules/esnext.set.intersection');
-require('../modules/esnext.set.is-disjoint-from');
-require('../modules/esnext.set.is-subset-of');
-require('../modules/esnext.set.is-superset-of');
-require('../modules/esnext.set.union');
-require('../modules/esnext.set.symmetric-difference');
diff --git a/node_modules/core-js/proposals/string-at.js b/node_modules/core-js/proposals/string-at.js
deleted file mode 100644
index e992e58..0000000
--- a/node_modules/core-js/proposals/string-at.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../modules/esnext.string.at');
diff --git a/node_modules/core-js/proposals/string-code-points.js b/node_modules/core-js/proposals/string-code-points.js
deleted file mode 100644
index 3717523..0000000
--- a/node_modules/core-js/proposals/string-code-points.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../modules/esnext.string.code-points');
diff --git a/node_modules/core-js/proposals/string-match-all.js b/node_modules/core-js/proposals/string-match-all.js
deleted file mode 100644
index be5ba60..0000000
--- a/node_modules/core-js/proposals/string-match-all.js
+++ /dev/null
@@ -1,2 +0,0 @@
-// TODO: Remove from `core-js@4`
-require('../modules/esnext.string.match-all');
diff --git a/node_modules/core-js/proposals/string-replace-all.js b/node_modules/core-js/proposals/string-replace-all.js
deleted file mode 100644
index c36697d..0000000
--- a/node_modules/core-js/proposals/string-replace-all.js
+++ /dev/null
@@ -1,2 +0,0 @@
-require('../modules/esnext.string.replace-all');
-require('../modules/esnext.symbol.replace-all');
diff --git a/node_modules/core-js/proposals/url.js b/node_modules/core-js/proposals/url.js
deleted file mode 100644
index 151dfab..0000000
--- a/node_modules/core-js/proposals/url.js
+++ /dev/null
@@ -1,3 +0,0 @@
-require('../modules/web.url');
-require('../modules/web.url.to-json');
-require('../modules/web.url-search-params');
diff --git a/node_modules/core-js/proposals/using-statement.js b/node_modules/core-js/proposals/using-statement.js
deleted file mode 100644
index 2ac3df7..0000000
--- a/node_modules/core-js/proposals/using-statement.js
+++ /dev/null
@@ -1,3 +0,0 @@
-// https://github.com/tc39/proposal-using-statement
-require('../modules/esnext.symbol.async-dispose');
-require('../modules/esnext.symbol.dispose');
diff --git a/node_modules/core-js/stable/README.md b/node_modules/core-js/stable/README.md
deleted file mode 100644
index 903150c..0000000
--- a/node_modules/core-js/stable/README.md
+++ /dev/null
@@ -1 +0,0 @@
-This folder contains entry points for all stable `core-js` features with dependencies. It's the recommended way for usage only required features.
diff --git a/node_modules/core-js/stable/aggregate-error.js b/node_modules/core-js/stable/aggregate-error.js
deleted file mode 100644
index 05c6d9c..0000000
--- a/node_modules/core-js/stable/aggregate-error.js
+++ /dev/null
@@ -1,6 +0,0 @@
-// TODO: remove from `core-js@4`
-require('../modules/esnext.aggregate-error');
-
-var parent = require('../es/aggregate-error');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array-buffer/constructor.js b/node_modules/core-js/stable/array-buffer/constructor.js
deleted file mode 100644
index 14f239d..0000000
--- a/node_modules/core-js/stable/array-buffer/constructor.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array-buffer/constructor');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array-buffer/index.js b/node_modules/core-js/stable/array-buffer/index.js
deleted file mode 100644
index cb81bbc..0000000
--- a/node_modules/core-js/stable/array-buffer/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array-buffer');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array-buffer/is-view.js b/node_modules/core-js/stable/array-buffer/is-view.js
deleted file mode 100644
index 02091ec..0000000
--- a/node_modules/core-js/stable/array-buffer/is-view.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array-buffer/is-view');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array-buffer/slice.js b/node_modules/core-js/stable/array-buffer/slice.js
deleted file mode 100644
index 1259ebf..0000000
--- a/node_modules/core-js/stable/array-buffer/slice.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array-buffer/slice');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/concat.js b/node_modules/core-js/stable/array/concat.js
deleted file mode 100644
index 56c0625..0000000
--- a/node_modules/core-js/stable/array/concat.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/concat');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/copy-within.js b/node_modules/core-js/stable/array/copy-within.js
deleted file mode 100644
index 3db5361..0000000
--- a/node_modules/core-js/stable/array/copy-within.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/copy-within');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/entries.js b/node_modules/core-js/stable/array/entries.js
deleted file mode 100644
index 735b607..0000000
--- a/node_modules/core-js/stable/array/entries.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/entries');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/every.js b/node_modules/core-js/stable/array/every.js
deleted file mode 100644
index 8831dbc..0000000
--- a/node_modules/core-js/stable/array/every.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/every');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/fill.js b/node_modules/core-js/stable/array/fill.js
deleted file mode 100644
index b640ccd..0000000
--- a/node_modules/core-js/stable/array/fill.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/fill');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/filter.js b/node_modules/core-js/stable/array/filter.js
deleted file mode 100644
index c6fe56a..0000000
--- a/node_modules/core-js/stable/array/filter.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/filter');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/find-index.js b/node_modules/core-js/stable/array/find-index.js
deleted file mode 100644
index 312a7df..0000000
--- a/node_modules/core-js/stable/array/find-index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/find-index');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/find.js b/node_modules/core-js/stable/array/find.js
deleted file mode 100644
index 2fc46a5..0000000
--- a/node_modules/core-js/stable/array/find.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/find');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/flat-map.js b/node_modules/core-js/stable/array/flat-map.js
deleted file mode 100644
index 8e3e81a..0000000
--- a/node_modules/core-js/stable/array/flat-map.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/flat-map');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/flat.js b/node_modules/core-js/stable/array/flat.js
deleted file mode 100644
index f74816e..0000000
--- a/node_modules/core-js/stable/array/flat.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/flat');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/for-each.js b/node_modules/core-js/stable/array/for-each.js
deleted file mode 100644
index a99f12c..0000000
--- a/node_modules/core-js/stable/array/for-each.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/for-each');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/from.js b/node_modules/core-js/stable/array/from.js
deleted file mode 100644
index 9142d6e..0000000
--- a/node_modules/core-js/stable/array/from.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/from');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/includes.js b/node_modules/core-js/stable/array/includes.js
deleted file mode 100644
index 52f040d..0000000
--- a/node_modules/core-js/stable/array/includes.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/includes');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/index-of.js b/node_modules/core-js/stable/array/index-of.js
deleted file mode 100644
index 13b63f1..0000000
--- a/node_modules/core-js/stable/array/index-of.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/index-of');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/index.js b/node_modules/core-js/stable/array/index.js
deleted file mode 100644
index 570f987..0000000
--- a/node_modules/core-js/stable/array/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/is-array.js b/node_modules/core-js/stable/array/is-array.js
deleted file mode 100644
index 89080ec..0000000
--- a/node_modules/core-js/stable/array/is-array.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/is-array');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/iterator.js b/node_modules/core-js/stable/array/iterator.js
deleted file mode 100644
index bfa833f..0000000
--- a/node_modules/core-js/stable/array/iterator.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/iterator');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/join.js b/node_modules/core-js/stable/array/join.js
deleted file mode 100644
index 74fbfc6..0000000
--- a/node_modules/core-js/stable/array/join.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/join');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/keys.js b/node_modules/core-js/stable/array/keys.js
deleted file mode 100644
index 40b2e75..0000000
--- a/node_modules/core-js/stable/array/keys.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/keys');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/last-index-of.js b/node_modules/core-js/stable/array/last-index-of.js
deleted file mode 100644
index bdcd762..0000000
--- a/node_modules/core-js/stable/array/last-index-of.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/last-index-of');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/map.js b/node_modules/core-js/stable/array/map.js
deleted file mode 100644
index 3768704..0000000
--- a/node_modules/core-js/stable/array/map.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/map');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/of.js b/node_modules/core-js/stable/array/of.js
deleted file mode 100644
index d5b74f1..0000000
--- a/node_modules/core-js/stable/array/of.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/of');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/reduce-right.js b/node_modules/core-js/stable/array/reduce-right.js
deleted file mode 100644
index f93b6de..0000000
--- a/node_modules/core-js/stable/array/reduce-right.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/reduce-right');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/reduce.js b/node_modules/core-js/stable/array/reduce.js
deleted file mode 100644
index a3ae7b1..0000000
--- a/node_modules/core-js/stable/array/reduce.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/reduce');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/reverse.js b/node_modules/core-js/stable/array/reverse.js
deleted file mode 100644
index fc9faf1..0000000
--- a/node_modules/core-js/stable/array/reverse.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/reverse');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/slice.js b/node_modules/core-js/stable/array/slice.js
deleted file mode 100644
index 2c098bd..0000000
--- a/node_modules/core-js/stable/array/slice.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/slice');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/some.js b/node_modules/core-js/stable/array/some.js
deleted file mode 100644
index a198c0e..0000000
--- a/node_modules/core-js/stable/array/some.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/some');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/sort.js b/node_modules/core-js/stable/array/sort.js
deleted file mode 100644
index 5741a92..0000000
--- a/node_modules/core-js/stable/array/sort.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/sort');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/splice.js b/node_modules/core-js/stable/array/splice.js
deleted file mode 100644
index e5aeb46..0000000
--- a/node_modules/core-js/stable/array/splice.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/splice');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/values.js b/node_modules/core-js/stable/array/values.js
deleted file mode 100644
index 146bce3..0000000
--- a/node_modules/core-js/stable/array/values.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/array/values');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/virtual/concat.js b/node_modules/core-js/stable/array/virtual/concat.js
deleted file mode 100644
index 9c9481b..0000000
--- a/node_modules/core-js/stable/array/virtual/concat.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/concat');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/virtual/copy-within.js b/node_modules/core-js/stable/array/virtual/copy-within.js
deleted file mode 100644
index 7d43d5c..0000000
--- a/node_modules/core-js/stable/array/virtual/copy-within.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/copy-within');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/virtual/entries.js b/node_modules/core-js/stable/array/virtual/entries.js
deleted file mode 100644
index 008e164..0000000
--- a/node_modules/core-js/stable/array/virtual/entries.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/entries');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/virtual/every.js b/node_modules/core-js/stable/array/virtual/every.js
deleted file mode 100644
index 3c661eb..0000000
--- a/node_modules/core-js/stable/array/virtual/every.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/every');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/virtual/fill.js b/node_modules/core-js/stable/array/virtual/fill.js
deleted file mode 100644
index b0a3b0e..0000000
--- a/node_modules/core-js/stable/array/virtual/fill.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/fill');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/virtual/filter.js b/node_modules/core-js/stable/array/virtual/filter.js
deleted file mode 100644
index b78f806..0000000
--- a/node_modules/core-js/stable/array/virtual/filter.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/filter');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/virtual/find-index.js b/node_modules/core-js/stable/array/virtual/find-index.js
deleted file mode 100644
index 0be7653..0000000
--- a/node_modules/core-js/stable/array/virtual/find-index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/find-index');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/virtual/find.js b/node_modules/core-js/stable/array/virtual/find.js
deleted file mode 100644
index 0f28d7c..0000000
--- a/node_modules/core-js/stable/array/virtual/find.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/find');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/virtual/flat-map.js b/node_modules/core-js/stable/array/virtual/flat-map.js
deleted file mode 100644
index 5adc39b..0000000
--- a/node_modules/core-js/stable/array/virtual/flat-map.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/flat-map');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/virtual/flat.js b/node_modules/core-js/stable/array/virtual/flat.js
deleted file mode 100644
index cfafee6..0000000
--- a/node_modules/core-js/stable/array/virtual/flat.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/flat');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/virtual/for-each.js b/node_modules/core-js/stable/array/virtual/for-each.js
deleted file mode 100644
index ca081fb..0000000
--- a/node_modules/core-js/stable/array/virtual/for-each.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/for-each');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/virtual/includes.js b/node_modules/core-js/stable/array/virtual/includes.js
deleted file mode 100644
index fc9bb00..0000000
--- a/node_modules/core-js/stable/array/virtual/includes.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/includes');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/virtual/index-of.js b/node_modules/core-js/stable/array/virtual/index-of.js
deleted file mode 100644
index aedd505..0000000
--- a/node_modules/core-js/stable/array/virtual/index-of.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/index-of');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/virtual/index.js b/node_modules/core-js/stable/array/virtual/index.js
deleted file mode 100644
index 98d4718..0000000
--- a/node_modules/core-js/stable/array/virtual/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/virtual/iterator.js b/node_modules/core-js/stable/array/virtual/iterator.js
deleted file mode 100644
index 81ca2a2..0000000
--- a/node_modules/core-js/stable/array/virtual/iterator.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/iterator');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/virtual/join.js b/node_modules/core-js/stable/array/virtual/join.js
deleted file mode 100644
index fe784ef..0000000
--- a/node_modules/core-js/stable/array/virtual/join.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/join');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/virtual/keys.js b/node_modules/core-js/stable/array/virtual/keys.js
deleted file mode 100644
index 6ed98ec..0000000
--- a/node_modules/core-js/stable/array/virtual/keys.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/keys');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/virtual/last-index-of.js b/node_modules/core-js/stable/array/virtual/last-index-of.js
deleted file mode 100644
index 697d588..0000000
--- a/node_modules/core-js/stable/array/virtual/last-index-of.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/last-index-of');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/virtual/map.js b/node_modules/core-js/stable/array/virtual/map.js
deleted file mode 100644
index 9475976..0000000
--- a/node_modules/core-js/stable/array/virtual/map.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/map');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/virtual/reduce-right.js b/node_modules/core-js/stable/array/virtual/reduce-right.js
deleted file mode 100644
index cf39fca..0000000
--- a/node_modules/core-js/stable/array/virtual/reduce-right.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/reduce-right');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/virtual/reduce.js b/node_modules/core-js/stable/array/virtual/reduce.js
deleted file mode 100644
index 5a08269..0000000
--- a/node_modules/core-js/stable/array/virtual/reduce.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/reduce');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/virtual/reverse.js b/node_modules/core-js/stable/array/virtual/reverse.js
deleted file mode 100644
index 099d13e..0000000
--- a/node_modules/core-js/stable/array/virtual/reverse.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/reverse');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/virtual/slice.js b/node_modules/core-js/stable/array/virtual/slice.js
deleted file mode 100644
index f308e00..0000000
--- a/node_modules/core-js/stable/array/virtual/slice.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/slice');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/virtual/some.js b/node_modules/core-js/stable/array/virtual/some.js
deleted file mode 100644
index d41a8e7..0000000
--- a/node_modules/core-js/stable/array/virtual/some.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/some');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/virtual/sort.js b/node_modules/core-js/stable/array/virtual/sort.js
deleted file mode 100644
index 5da0daa..0000000
--- a/node_modules/core-js/stable/array/virtual/sort.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/sort');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/virtual/splice.js b/node_modules/core-js/stable/array/virtual/splice.js
deleted file mode 100644
index 4cbb494..0000000
--- a/node_modules/core-js/stable/array/virtual/splice.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/splice');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/array/virtual/values.js b/node_modules/core-js/stable/array/virtual/values.js
deleted file mode 100644
index ebb6375..0000000
--- a/node_modules/core-js/stable/array/virtual/values.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/array/virtual/values');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/clear-immediate.js b/node_modules/core-js/stable/clear-immediate.js
deleted file mode 100644
index 8fbfd12..0000000
--- a/node_modules/core-js/stable/clear-immediate.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../modules/web.immediate');
-var path = require('../internals/path');
-
-module.exports = path.clearImmediate;
diff --git a/node_modules/core-js/stable/data-view/index.js b/node_modules/core-js/stable/data-view/index.js
deleted file mode 100644
index 0387295..0000000
--- a/node_modules/core-js/stable/data-view/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/data-view');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/date/index.js b/node_modules/core-js/stable/date/index.js
deleted file mode 100644
index e9bde08..0000000
--- a/node_modules/core-js/stable/date/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/date');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/date/now.js b/node_modules/core-js/stable/date/now.js
deleted file mode 100644
index a4d8485..0000000
--- a/node_modules/core-js/stable/date/now.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/date/now');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/date/to-iso-string.js b/node_modules/core-js/stable/date/to-iso-string.js
deleted file mode 100644
index a6e6a7f..0000000
--- a/node_modules/core-js/stable/date/to-iso-string.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/date/to-iso-string');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/date/to-json.js b/node_modules/core-js/stable/date/to-json.js
deleted file mode 100644
index 23e8b0c..0000000
--- a/node_modules/core-js/stable/date/to-json.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/date/to-json');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/date/to-primitive.js b/node_modules/core-js/stable/date/to-primitive.js
deleted file mode 100644
index 193421d..0000000
--- a/node_modules/core-js/stable/date/to-primitive.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/date/to-primitive');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/date/to-string.js b/node_modules/core-js/stable/date/to-string.js
deleted file mode 100644
index f5c9592..0000000
--- a/node_modules/core-js/stable/date/to-string.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/date/to-string');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/dom-collections/for-each.js b/node_modules/core-js/stable/dom-collections/for-each.js
deleted file mode 100644
index 3414fd7..0000000
--- a/node_modules/core-js/stable/dom-collections/for-each.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../../modules/web.dom-collections.for-each');
-
-var parent = require('../../internals/array-for-each');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/dom-collections/index.js b/node_modules/core-js/stable/dom-collections/index.js
deleted file mode 100644
index 7d262cb..0000000
--- a/node_modules/core-js/stable/dom-collections/index.js
+++ /dev/null
@@ -1,12 +0,0 @@
-require('../../modules/web.dom-collections.for-each');
-require('../../modules/web.dom-collections.iterator');
-var ArrayIterators = require('../../modules/es.array.iterator');
-var forEach = require('../../internals/array-for-each');
-
-module.exports = {
- keys: ArrayIterators.keys,
- values: ArrayIterators.values,
- entries: ArrayIterators.entries,
- iterator: ArrayIterators.values,
- forEach: forEach
-};
diff --git a/node_modules/core-js/stable/dom-collections/iterator.js b/node_modules/core-js/stable/dom-collections/iterator.js
deleted file mode 100644
index 3bc1e90..0000000
--- a/node_modules/core-js/stable/dom-collections/iterator.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../../modules/web.dom-collections.iterator');
-var entryUnbind = require('../../internals/entry-unbind');
-
-module.exports = entryUnbind('Array', 'values');
diff --git a/node_modules/core-js/stable/function/bind.js b/node_modules/core-js/stable/function/bind.js
deleted file mode 100644
index b916d67..0000000
--- a/node_modules/core-js/stable/function/bind.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/function/bind');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/function/has-instance.js b/node_modules/core-js/stable/function/has-instance.js
deleted file mode 100644
index 9538a80..0000000
--- a/node_modules/core-js/stable/function/has-instance.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/function/has-instance');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/function/index.js b/node_modules/core-js/stable/function/index.js
deleted file mode 100644
index f906e2e..0000000
--- a/node_modules/core-js/stable/function/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/function');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/function/name.js b/node_modules/core-js/stable/function/name.js
deleted file mode 100644
index a7729f5..0000000
--- a/node_modules/core-js/stable/function/name.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/function/name');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/function/virtual/bind.js b/node_modules/core-js/stable/function/virtual/bind.js
deleted file mode 100644
index e7b9a3b..0000000
--- a/node_modules/core-js/stable/function/virtual/bind.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/function/virtual/bind');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/function/virtual/index.js b/node_modules/core-js/stable/function/virtual/index.js
deleted file mode 100644
index 2282ff4..0000000
--- a/node_modules/core-js/stable/function/virtual/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/function/virtual');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/global-this.js b/node_modules/core-js/stable/global-this.js
deleted file mode 100644
index b225b09..0000000
--- a/node_modules/core-js/stable/global-this.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../es/global-this');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/index.js b/node_modules/core-js/stable/index.js
deleted file mode 100644
index f0dc470..0000000
--- a/node_modules/core-js/stable/index.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../es');
-require('../web');
-var path = require('../internals/path');
-
-module.exports = path;
diff --git a/node_modules/core-js/stable/instance/bind.js b/node_modules/core-js/stable/instance/bind.js
deleted file mode 100644
index acb6bbe..0000000
--- a/node_modules/core-js/stable/instance/bind.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/bind');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/code-point-at.js b/node_modules/core-js/stable/instance/code-point-at.js
deleted file mode 100644
index 1d4435e..0000000
--- a/node_modules/core-js/stable/instance/code-point-at.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/code-point-at');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/concat.js b/node_modules/core-js/stable/instance/concat.js
deleted file mode 100644
index 874d87d..0000000
--- a/node_modules/core-js/stable/instance/concat.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/concat');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/copy-within.js b/node_modules/core-js/stable/instance/copy-within.js
deleted file mode 100644
index 9d472b0..0000000
--- a/node_modules/core-js/stable/instance/copy-within.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/copy-within');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/ends-with.js b/node_modules/core-js/stable/instance/ends-with.js
deleted file mode 100644
index aaf2c16..0000000
--- a/node_modules/core-js/stable/instance/ends-with.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/ends-with');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/entries.js b/node_modules/core-js/stable/instance/entries.js
deleted file mode 100644
index 080b814..0000000
--- a/node_modules/core-js/stable/instance/entries.js
+++ /dev/null
@@ -1,16 +0,0 @@
-require('../../modules/web.dom-collections.iterator');
-var entries = require('../array/virtual/entries');
-var classof = require('../../internals/classof');
-var ArrayPrototype = Array.prototype;
-
-var DOMIterables = {
- DOMTokenList: true,
- NodeList: true
-};
-
-module.exports = function (it) {
- var own = it.entries;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.entries)
- // eslint-disable-next-line no-prototype-builtins
- || DOMIterables.hasOwnProperty(classof(it)) ? entries : own;
-};
diff --git a/node_modules/core-js/stable/instance/every.js b/node_modules/core-js/stable/instance/every.js
deleted file mode 100644
index 3dc4296..0000000
--- a/node_modules/core-js/stable/instance/every.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/every');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/fill.js b/node_modules/core-js/stable/instance/fill.js
deleted file mode 100644
index 4e38c42..0000000
--- a/node_modules/core-js/stable/instance/fill.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/fill');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/filter.js b/node_modules/core-js/stable/instance/filter.js
deleted file mode 100644
index 5219c64..0000000
--- a/node_modules/core-js/stable/instance/filter.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/filter');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/find-index.js b/node_modules/core-js/stable/instance/find-index.js
deleted file mode 100644
index b207364..0000000
--- a/node_modules/core-js/stable/instance/find-index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/find-index');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/find.js b/node_modules/core-js/stable/instance/find.js
deleted file mode 100644
index 024fc81..0000000
--- a/node_modules/core-js/stable/instance/find.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/find');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/flags.js b/node_modules/core-js/stable/instance/flags.js
deleted file mode 100644
index 064c9ec..0000000
--- a/node_modules/core-js/stable/instance/flags.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/flags');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/flat-map.js b/node_modules/core-js/stable/instance/flat-map.js
deleted file mode 100644
index bea3d82..0000000
--- a/node_modules/core-js/stable/instance/flat-map.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/flat-map');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/flat.js b/node_modules/core-js/stable/instance/flat.js
deleted file mode 100644
index d61b6ab..0000000
--- a/node_modules/core-js/stable/instance/flat.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/flat');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/for-each.js b/node_modules/core-js/stable/instance/for-each.js
deleted file mode 100644
index 1254e9f..0000000
--- a/node_modules/core-js/stable/instance/for-each.js
+++ /dev/null
@@ -1,16 +0,0 @@
-require('../../modules/web.dom-collections.iterator');
-var forEach = require('../array/virtual/for-each');
-var classof = require('../../internals/classof');
-var ArrayPrototype = Array.prototype;
-
-var DOMIterables = {
- DOMTokenList: true,
- NodeList: true
-};
-
-module.exports = function (it) {
- var own = it.forEach;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.forEach)
- // eslint-disable-next-line no-prototype-builtins
- || DOMIterables.hasOwnProperty(classof(it)) ? forEach : own;
-};
diff --git a/node_modules/core-js/stable/instance/includes.js b/node_modules/core-js/stable/instance/includes.js
deleted file mode 100644
index 1bccfac..0000000
--- a/node_modules/core-js/stable/instance/includes.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/includes');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/index-of.js b/node_modules/core-js/stable/instance/index-of.js
deleted file mode 100644
index 8ddbaba..0000000
--- a/node_modules/core-js/stable/instance/index-of.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/index-of');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/keys.js b/node_modules/core-js/stable/instance/keys.js
deleted file mode 100644
index b83acb7..0000000
--- a/node_modules/core-js/stable/instance/keys.js
+++ /dev/null
@@ -1,16 +0,0 @@
-require('../../modules/web.dom-collections.iterator');
-var keys = require('../array/virtual/keys');
-var classof = require('../../internals/classof');
-var ArrayPrototype = Array.prototype;
-
-var DOMIterables = {
- DOMTokenList: true,
- NodeList: true
-};
-
-module.exports = function (it) {
- var own = it.keys;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.keys)
- // eslint-disable-next-line no-prototype-builtins
- || DOMIterables.hasOwnProperty(classof(it)) ? keys : own;
-};
diff --git a/node_modules/core-js/stable/instance/last-index-of.js b/node_modules/core-js/stable/instance/last-index-of.js
deleted file mode 100644
index c860188..0000000
--- a/node_modules/core-js/stable/instance/last-index-of.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/last-index-of');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/map.js b/node_modules/core-js/stable/instance/map.js
deleted file mode 100644
index 1f18a09..0000000
--- a/node_modules/core-js/stable/instance/map.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/map');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/match-all.js b/node_modules/core-js/stable/instance/match-all.js
deleted file mode 100644
index 54cc6bb..0000000
--- a/node_modules/core-js/stable/instance/match-all.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/match-all');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/pad-end.js b/node_modules/core-js/stable/instance/pad-end.js
deleted file mode 100644
index afe92b0..0000000
--- a/node_modules/core-js/stable/instance/pad-end.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/pad-end');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/pad-start.js b/node_modules/core-js/stable/instance/pad-start.js
deleted file mode 100644
index 6a7db7d..0000000
--- a/node_modules/core-js/stable/instance/pad-start.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/pad-start');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/reduce-right.js b/node_modules/core-js/stable/instance/reduce-right.js
deleted file mode 100644
index 6a1bb34..0000000
--- a/node_modules/core-js/stable/instance/reduce-right.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/reduce-right');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/reduce.js b/node_modules/core-js/stable/instance/reduce.js
deleted file mode 100644
index 908e12e..0000000
--- a/node_modules/core-js/stable/instance/reduce.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/reduce');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/repeat.js b/node_modules/core-js/stable/instance/repeat.js
deleted file mode 100644
index 76f2f4c..0000000
--- a/node_modules/core-js/stable/instance/repeat.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/repeat');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/replace-all.js b/node_modules/core-js/stable/instance/replace-all.js
deleted file mode 100644
index 0e1cac3..0000000
--- a/node_modules/core-js/stable/instance/replace-all.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/replace-all');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/reverse.js b/node_modules/core-js/stable/instance/reverse.js
deleted file mode 100644
index ca634dc..0000000
--- a/node_modules/core-js/stable/instance/reverse.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/reverse');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/slice.js b/node_modules/core-js/stable/instance/slice.js
deleted file mode 100644
index 2722605..0000000
--- a/node_modules/core-js/stable/instance/slice.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/slice');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/some.js b/node_modules/core-js/stable/instance/some.js
deleted file mode 100644
index 3cd6a8b..0000000
--- a/node_modules/core-js/stable/instance/some.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/some');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/sort.js b/node_modules/core-js/stable/instance/sort.js
deleted file mode 100644
index d06c4bb..0000000
--- a/node_modules/core-js/stable/instance/sort.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/sort');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/splice.js b/node_modules/core-js/stable/instance/splice.js
deleted file mode 100644
index 46da42c..0000000
--- a/node_modules/core-js/stable/instance/splice.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/splice');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/starts-with.js b/node_modules/core-js/stable/instance/starts-with.js
deleted file mode 100644
index f2e3a08..0000000
--- a/node_modules/core-js/stable/instance/starts-with.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/starts-with');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/trim-end.js b/node_modules/core-js/stable/instance/trim-end.js
deleted file mode 100644
index 787e52e..0000000
--- a/node_modules/core-js/stable/instance/trim-end.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/trim-end');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/trim-left.js b/node_modules/core-js/stable/instance/trim-left.js
deleted file mode 100644
index 7127d67..0000000
--- a/node_modules/core-js/stable/instance/trim-left.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/trim-left');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/trim-right.js b/node_modules/core-js/stable/instance/trim-right.js
deleted file mode 100644
index 760567e..0000000
--- a/node_modules/core-js/stable/instance/trim-right.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/trim-right');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/trim-start.js b/node_modules/core-js/stable/instance/trim-start.js
deleted file mode 100644
index 3c59472..0000000
--- a/node_modules/core-js/stable/instance/trim-start.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/trim-start');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/trim.js b/node_modules/core-js/stable/instance/trim.js
deleted file mode 100644
index 4d99499..0000000
--- a/node_modules/core-js/stable/instance/trim.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/instance/trim');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/instance/values.js b/node_modules/core-js/stable/instance/values.js
deleted file mode 100644
index febcba3..0000000
--- a/node_modules/core-js/stable/instance/values.js
+++ /dev/null
@@ -1,16 +0,0 @@
-require('../../modules/web.dom-collections.iterator');
-var values = require('../array/virtual/values');
-var classof = require('../../internals/classof');
-var ArrayPrototype = Array.prototype;
-
-var DOMIterables = {
- DOMTokenList: true,
- NodeList: true
-};
-
-module.exports = function (it) {
- var own = it.values;
- return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.values)
- // eslint-disable-next-line no-prototype-builtins
- || DOMIterables.hasOwnProperty(classof(it)) ? values : own;
-};
diff --git a/node_modules/core-js/stable/json/index.js b/node_modules/core-js/stable/json/index.js
deleted file mode 100644
index c53da9f..0000000
--- a/node_modules/core-js/stable/json/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/json');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/json/stringify.js b/node_modules/core-js/stable/json/stringify.js
deleted file mode 100644
index d6d8c52..0000000
--- a/node_modules/core-js/stable/json/stringify.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/json/stringify');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/json/to-string-tag.js b/node_modules/core-js/stable/json/to-string-tag.js
deleted file mode 100644
index 5355956..0000000
--- a/node_modules/core-js/stable/json/to-string-tag.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/json/to-string-tag');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/map/index.js b/node_modules/core-js/stable/map/index.js
deleted file mode 100644
index 6ec56e8..0000000
--- a/node_modules/core-js/stable/map/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/map');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/acosh.js b/node_modules/core-js/stable/math/acosh.js
deleted file mode 100644
index f039937..0000000
--- a/node_modules/core-js/stable/math/acosh.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/acosh');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/asinh.js b/node_modules/core-js/stable/math/asinh.js
deleted file mode 100644
index 95a302a..0000000
--- a/node_modules/core-js/stable/math/asinh.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/asinh');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/atanh.js b/node_modules/core-js/stable/math/atanh.js
deleted file mode 100644
index f1ebad7..0000000
--- a/node_modules/core-js/stable/math/atanh.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/atanh');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/cbrt.js b/node_modules/core-js/stable/math/cbrt.js
deleted file mode 100644
index 2c1f825..0000000
--- a/node_modules/core-js/stable/math/cbrt.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/cbrt');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/clz32.js b/node_modules/core-js/stable/math/clz32.js
deleted file mode 100644
index a0ecd15..0000000
--- a/node_modules/core-js/stable/math/clz32.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/clz32');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/cosh.js b/node_modules/core-js/stable/math/cosh.js
deleted file mode 100644
index bc8a11f..0000000
--- a/node_modules/core-js/stable/math/cosh.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/cosh');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/expm1.js b/node_modules/core-js/stable/math/expm1.js
deleted file mode 100644
index 0527f81..0000000
--- a/node_modules/core-js/stable/math/expm1.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/expm1');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/fround.js b/node_modules/core-js/stable/math/fround.js
deleted file mode 100644
index 5caff7d..0000000
--- a/node_modules/core-js/stable/math/fround.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/fround');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/hypot.js b/node_modules/core-js/stable/math/hypot.js
deleted file mode 100644
index 3db8d78..0000000
--- a/node_modules/core-js/stable/math/hypot.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/hypot');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/imul.js b/node_modules/core-js/stable/math/imul.js
deleted file mode 100644
index 4d31d24..0000000
--- a/node_modules/core-js/stable/math/imul.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/imul');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/index.js b/node_modules/core-js/stable/math/index.js
deleted file mode 100644
index f563253..0000000
--- a/node_modules/core-js/stable/math/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/log10.js b/node_modules/core-js/stable/math/log10.js
deleted file mode 100644
index 07b9704..0000000
--- a/node_modules/core-js/stable/math/log10.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/log10');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/log1p.js b/node_modules/core-js/stable/math/log1p.js
deleted file mode 100644
index b31d730..0000000
--- a/node_modules/core-js/stable/math/log1p.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/log1p');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/log2.js b/node_modules/core-js/stable/math/log2.js
deleted file mode 100644
index 00db8a5..0000000
--- a/node_modules/core-js/stable/math/log2.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/log2');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/sign.js b/node_modules/core-js/stable/math/sign.js
deleted file mode 100644
index c7bef22..0000000
--- a/node_modules/core-js/stable/math/sign.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/sign');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/sinh.js b/node_modules/core-js/stable/math/sinh.js
deleted file mode 100644
index 96f8f8e..0000000
--- a/node_modules/core-js/stable/math/sinh.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/sinh');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/tanh.js b/node_modules/core-js/stable/math/tanh.js
deleted file mode 100644
index c9e8bb8..0000000
--- a/node_modules/core-js/stable/math/tanh.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/tanh');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/to-string-tag.js b/node_modules/core-js/stable/math/to-string-tag.js
deleted file mode 100644
index 02faadf..0000000
--- a/node_modules/core-js/stable/math/to-string-tag.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/to-string-tag');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/trunc.js b/node_modules/core-js/stable/math/trunc.js
deleted file mode 100644
index 7635c17..0000000
--- a/node_modules/core-js/stable/math/trunc.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/trunc');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/number/constructor.js b/node_modules/core-js/stable/number/constructor.js
deleted file mode 100644
index 6b5836e..0000000
--- a/node_modules/core-js/stable/number/constructor.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/number/constructor');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/number/epsilon.js b/node_modules/core-js/stable/number/epsilon.js
deleted file mode 100644
index fe2ccd7..0000000
--- a/node_modules/core-js/stable/number/epsilon.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/number/epsilon');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/number/index.js b/node_modules/core-js/stable/number/index.js
deleted file mode 100644
index 81181a1..0000000
--- a/node_modules/core-js/stable/number/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/number');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/number/is-finite.js b/node_modules/core-js/stable/number/is-finite.js
deleted file mode 100644
index 24b9773..0000000
--- a/node_modules/core-js/stable/number/is-finite.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/number/is-finite');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/number/is-integer.js b/node_modules/core-js/stable/number/is-integer.js
deleted file mode 100644
index b1592d0..0000000
--- a/node_modules/core-js/stable/number/is-integer.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/number/is-integer');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/number/is-nan.js b/node_modules/core-js/stable/number/is-nan.js
deleted file mode 100644
index fcbec50..0000000
--- a/node_modules/core-js/stable/number/is-nan.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/number/is-nan');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/number/is-safe-integer.js b/node_modules/core-js/stable/number/is-safe-integer.js
deleted file mode 100644
index b25eb1c..0000000
--- a/node_modules/core-js/stable/number/is-safe-integer.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/number/is-safe-integer');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/number/max-safe-integer.js b/node_modules/core-js/stable/number/max-safe-integer.js
deleted file mode 100644
index e6689b0..0000000
--- a/node_modules/core-js/stable/number/max-safe-integer.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/number/max-safe-integer');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/number/min-safe-integer.js b/node_modules/core-js/stable/number/min-safe-integer.js
deleted file mode 100644
index 1159a47..0000000
--- a/node_modules/core-js/stable/number/min-safe-integer.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/number/min-safe-integer');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/number/parse-float.js b/node_modules/core-js/stable/number/parse-float.js
deleted file mode 100644
index 3b49c6a..0000000
--- a/node_modules/core-js/stable/number/parse-float.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/number/parse-float');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/number/parse-int.js b/node_modules/core-js/stable/number/parse-int.js
deleted file mode 100644
index 9e44651..0000000
--- a/node_modules/core-js/stable/number/parse-int.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/number/parse-int');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/number/to-fixed.js b/node_modules/core-js/stable/number/to-fixed.js
deleted file mode 100644
index b103de9..0000000
--- a/node_modules/core-js/stable/number/to-fixed.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/number/to-fixed');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/number/to-precision.js b/node_modules/core-js/stable/number/to-precision.js
deleted file mode 100644
index 5183347..0000000
--- a/node_modules/core-js/stable/number/to-precision.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/number/to-precision');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/number/virtual/index.js b/node_modules/core-js/stable/number/virtual/index.js
deleted file mode 100644
index 88eef4b..0000000
--- a/node_modules/core-js/stable/number/virtual/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/number/virtual');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/number/virtual/to-fixed.js b/node_modules/core-js/stable/number/virtual/to-fixed.js
deleted file mode 100644
index a9f83cc..0000000
--- a/node_modules/core-js/stable/number/virtual/to-fixed.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/number/virtual/to-fixed');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/number/virtual/to-precision.js b/node_modules/core-js/stable/number/virtual/to-precision.js
deleted file mode 100644
index adffb86..0000000
--- a/node_modules/core-js/stable/number/virtual/to-precision.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/number/virtual/to-precision');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/object/assign.js b/node_modules/core-js/stable/object/assign.js
deleted file mode 100644
index ed6863e..0000000
--- a/node_modules/core-js/stable/object/assign.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/assign');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/object/create.js b/node_modules/core-js/stable/object/create.js
deleted file mode 100644
index 1e4d353..0000000
--- a/node_modules/core-js/stable/object/create.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/create');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/object/define-getter.js b/node_modules/core-js/stable/object/define-getter.js
deleted file mode 100644
index 9b734ab..0000000
--- a/node_modules/core-js/stable/object/define-getter.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/define-getter');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/object/define-properties.js b/node_modules/core-js/stable/object/define-properties.js
deleted file mode 100644
index e0d074c..0000000
--- a/node_modules/core-js/stable/object/define-properties.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/define-properties');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/object/define-property.js b/node_modules/core-js/stable/object/define-property.js
deleted file mode 100644
index 67a978c..0000000
--- a/node_modules/core-js/stable/object/define-property.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/define-property');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/object/define-setter.js b/node_modules/core-js/stable/object/define-setter.js
deleted file mode 100644
index 9076fd5..0000000
--- a/node_modules/core-js/stable/object/define-setter.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/define-setter');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/object/entries.js b/node_modules/core-js/stable/object/entries.js
deleted file mode 100644
index c7a831a..0000000
--- a/node_modules/core-js/stable/object/entries.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/entries');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/object/freeze.js b/node_modules/core-js/stable/object/freeze.js
deleted file mode 100644
index 0ee7459..0000000
--- a/node_modules/core-js/stable/object/freeze.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/freeze');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/object/from-entries.js b/node_modules/core-js/stable/object/from-entries.js
deleted file mode 100644
index aec2c7a..0000000
--- a/node_modules/core-js/stable/object/from-entries.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/from-entries');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/object/get-own-property-descriptor.js b/node_modules/core-js/stable/object/get-own-property-descriptor.js
deleted file mode 100644
index 9b69cdd..0000000
--- a/node_modules/core-js/stable/object/get-own-property-descriptor.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/get-own-property-descriptor');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/object/get-own-property-descriptors.js b/node_modules/core-js/stable/object/get-own-property-descriptors.js
deleted file mode 100644
index 43a193e..0000000
--- a/node_modules/core-js/stable/object/get-own-property-descriptors.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/get-own-property-descriptors');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/object/get-own-property-names.js b/node_modules/core-js/stable/object/get-own-property-names.js
deleted file mode 100644
index 42c21d7..0000000
--- a/node_modules/core-js/stable/object/get-own-property-names.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/get-own-property-names');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/object/get-own-property-symbols.js b/node_modules/core-js/stable/object/get-own-property-symbols.js
deleted file mode 100644
index 0bc8c26..0000000
--- a/node_modules/core-js/stable/object/get-own-property-symbols.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/get-own-property-symbols');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/object/get-prototype-of.js b/node_modules/core-js/stable/object/get-prototype-of.js
deleted file mode 100644
index b7cf588..0000000
--- a/node_modules/core-js/stable/object/get-prototype-of.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/get-prototype-of');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/object/index.js b/node_modules/core-js/stable/object/index.js
deleted file mode 100644
index d2d658c..0000000
--- a/node_modules/core-js/stable/object/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/object/is-extensible.js b/node_modules/core-js/stable/object/is-extensible.js
deleted file mode 100644
index 694b9a4..0000000
--- a/node_modules/core-js/stable/object/is-extensible.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/is-extensible');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/object/is-frozen.js b/node_modules/core-js/stable/object/is-frozen.js
deleted file mode 100644
index 68fe107..0000000
--- a/node_modules/core-js/stable/object/is-frozen.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/is-frozen');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/object/is-sealed.js b/node_modules/core-js/stable/object/is-sealed.js
deleted file mode 100644
index bbf6472..0000000
--- a/node_modules/core-js/stable/object/is-sealed.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/is-sealed');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/object/is.js b/node_modules/core-js/stable/object/is.js
deleted file mode 100644
index 3ddd76f..0000000
--- a/node_modules/core-js/stable/object/is.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/is');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/object/keys.js b/node_modules/core-js/stable/object/keys.js
deleted file mode 100644
index 2cff0ab..0000000
--- a/node_modules/core-js/stable/object/keys.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/keys');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/object/lookup-getter.js b/node_modules/core-js/stable/object/lookup-getter.js
deleted file mode 100644
index 9f10f6b..0000000
--- a/node_modules/core-js/stable/object/lookup-getter.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/lookup-getter');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/object/lookup-setter.js b/node_modules/core-js/stable/object/lookup-setter.js
deleted file mode 100644
index 97389bf..0000000
--- a/node_modules/core-js/stable/object/lookup-setter.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/lookup-setter');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/object/prevent-extensions.js b/node_modules/core-js/stable/object/prevent-extensions.js
deleted file mode 100644
index 7171f2a..0000000
--- a/node_modules/core-js/stable/object/prevent-extensions.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/prevent-extensions');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/object/seal.js b/node_modules/core-js/stable/object/seal.js
deleted file mode 100644
index fa50038..0000000
--- a/node_modules/core-js/stable/object/seal.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/seal');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/object/set-prototype-of.js b/node_modules/core-js/stable/object/set-prototype-of.js
deleted file mode 100644
index 4885ad3..0000000
--- a/node_modules/core-js/stable/object/set-prototype-of.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/set-prototype-of');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/object/to-string.js b/node_modules/core-js/stable/object/to-string.js
deleted file mode 100644
index 589ffcb..0000000
--- a/node_modules/core-js/stable/object/to-string.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/to-string');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/object/values.js b/node_modules/core-js/stable/object/values.js
deleted file mode 100644
index 9e457fc..0000000
--- a/node_modules/core-js/stable/object/values.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/object/values');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/parse-float.js b/node_modules/core-js/stable/parse-float.js
deleted file mode 100644
index 1bc853c..0000000
--- a/node_modules/core-js/stable/parse-float.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../es/parse-float');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/parse-int.js b/node_modules/core-js/stable/parse-int.js
deleted file mode 100644
index af7cffd..0000000
--- a/node_modules/core-js/stable/parse-int.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../es/parse-int');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/promise/all-settled.js b/node_modules/core-js/stable/promise/all-settled.js
deleted file mode 100644
index 5b99bed..0000000
--- a/node_modules/core-js/stable/promise/all-settled.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/promise/all-settled');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/promise/any.js b/node_modules/core-js/stable/promise/any.js
deleted file mode 100644
index d5aa458..0000000
--- a/node_modules/core-js/stable/promise/any.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/promise/any');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/promise/finally.js b/node_modules/core-js/stable/promise/finally.js
deleted file mode 100644
index 835c6c9..0000000
--- a/node_modules/core-js/stable/promise/finally.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/promise/finally');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/promise/index.js b/node_modules/core-js/stable/promise/index.js
deleted file mode 100644
index 6f19db9..0000000
--- a/node_modules/core-js/stable/promise/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/promise');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/queue-microtask.js b/node_modules/core-js/stable/queue-microtask.js
deleted file mode 100644
index 8afd9c7..0000000
--- a/node_modules/core-js/stable/queue-microtask.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../web/queue-microtask');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/reflect/apply.js b/node_modules/core-js/stable/reflect/apply.js
deleted file mode 100644
index 75bf21e..0000000
--- a/node_modules/core-js/stable/reflect/apply.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/reflect/apply');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/reflect/construct.js b/node_modules/core-js/stable/reflect/construct.js
deleted file mode 100644
index 86ba56e..0000000
--- a/node_modules/core-js/stable/reflect/construct.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/reflect/construct');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/reflect/define-property.js b/node_modules/core-js/stable/reflect/define-property.js
deleted file mode 100644
index 5b66a14..0000000
--- a/node_modules/core-js/stable/reflect/define-property.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/reflect/define-property');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/reflect/delete-property.js b/node_modules/core-js/stable/reflect/delete-property.js
deleted file mode 100644
index 381d7a7..0000000
--- a/node_modules/core-js/stable/reflect/delete-property.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/reflect/delete-property');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/reflect/get-own-property-descriptor.js b/node_modules/core-js/stable/reflect/get-own-property-descriptor.js
deleted file mode 100644
index 0f9c132..0000000
--- a/node_modules/core-js/stable/reflect/get-own-property-descriptor.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/reflect/get-own-property-descriptor');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/reflect/get-prototype-of.js b/node_modules/core-js/stable/reflect/get-prototype-of.js
deleted file mode 100644
index fdc1ccb..0000000
--- a/node_modules/core-js/stable/reflect/get-prototype-of.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/reflect/get-prototype-of');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/reflect/get.js b/node_modules/core-js/stable/reflect/get.js
deleted file mode 100644
index 2914c12..0000000
--- a/node_modules/core-js/stable/reflect/get.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/reflect/get');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/reflect/has.js b/node_modules/core-js/stable/reflect/has.js
deleted file mode 100644
index 26b5f7c..0000000
--- a/node_modules/core-js/stable/reflect/has.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/reflect/has');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/reflect/index.js b/node_modules/core-js/stable/reflect/index.js
deleted file mode 100644
index c0a7563..0000000
--- a/node_modules/core-js/stable/reflect/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/reflect');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/reflect/is-extensible.js b/node_modules/core-js/stable/reflect/is-extensible.js
deleted file mode 100644
index b04239e..0000000
--- a/node_modules/core-js/stable/reflect/is-extensible.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/reflect/is-extensible');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/reflect/own-keys.js b/node_modules/core-js/stable/reflect/own-keys.js
deleted file mode 100644
index 6d56289..0000000
--- a/node_modules/core-js/stable/reflect/own-keys.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/reflect/own-keys');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/reflect/prevent-extensions.js b/node_modules/core-js/stable/reflect/prevent-extensions.js
deleted file mode 100644
index 40a8bbc..0000000
--- a/node_modules/core-js/stable/reflect/prevent-extensions.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/reflect/prevent-extensions');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/reflect/set-prototype-of.js b/node_modules/core-js/stable/reflect/set-prototype-of.js
deleted file mode 100644
index 20fd6f3..0000000
--- a/node_modules/core-js/stable/reflect/set-prototype-of.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/reflect/set-prototype-of');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/reflect/set.js b/node_modules/core-js/stable/reflect/set.js
deleted file mode 100644
index a4cf5f0..0000000
--- a/node_modules/core-js/stable/reflect/set.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/reflect/set');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/reflect/to-string-tag.js b/node_modules/core-js/stable/reflect/to-string-tag.js
deleted file mode 100644
index f04e791..0000000
--- a/node_modules/core-js/stable/reflect/to-string-tag.js
+++ /dev/null
@@ -1,3 +0,0 @@
-require('../../modules/es.reflect.to-string-tag');
-
-module.exports = 'Reflect';
diff --git a/node_modules/core-js/stable/regexp/constructor.js b/node_modules/core-js/stable/regexp/constructor.js
deleted file mode 100644
index 2cd0149..0000000
--- a/node_modules/core-js/stable/regexp/constructor.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/regexp/constructor');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/regexp/flags.js b/node_modules/core-js/stable/regexp/flags.js
deleted file mode 100644
index bdf1c8a..0000000
--- a/node_modules/core-js/stable/regexp/flags.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/regexp/flags');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/regexp/index.js b/node_modules/core-js/stable/regexp/index.js
deleted file mode 100644
index df41f17..0000000
--- a/node_modules/core-js/stable/regexp/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/regexp');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/regexp/match.js b/node_modules/core-js/stable/regexp/match.js
deleted file mode 100644
index c995bbb..0000000
--- a/node_modules/core-js/stable/regexp/match.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/regexp/match');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/regexp/replace.js b/node_modules/core-js/stable/regexp/replace.js
deleted file mode 100644
index b1a9e65..0000000
--- a/node_modules/core-js/stable/regexp/replace.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/regexp/replace');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/regexp/search.js b/node_modules/core-js/stable/regexp/search.js
deleted file mode 100644
index af17062..0000000
--- a/node_modules/core-js/stable/regexp/search.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/regexp/search');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/regexp/split.js b/node_modules/core-js/stable/regexp/split.js
deleted file mode 100644
index fb0471a..0000000
--- a/node_modules/core-js/stable/regexp/split.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/regexp/split');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/regexp/sticky.js b/node_modules/core-js/stable/regexp/sticky.js
deleted file mode 100644
index c1307ad..0000000
--- a/node_modules/core-js/stable/regexp/sticky.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/regexp/sticky');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/regexp/test.js b/node_modules/core-js/stable/regexp/test.js
deleted file mode 100644
index 53f9166..0000000
--- a/node_modules/core-js/stable/regexp/test.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/regexp/test');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/regexp/to-string.js b/node_modules/core-js/stable/regexp/to-string.js
deleted file mode 100644
index e2a4442..0000000
--- a/node_modules/core-js/stable/regexp/to-string.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/regexp/to-string');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/set-immediate.js b/node_modules/core-js/stable/set-immediate.js
deleted file mode 100644
index 0878b64..0000000
--- a/node_modules/core-js/stable/set-immediate.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../modules/web.immediate');
-var path = require('../internals/path');
-
-module.exports = path.setImmediate;
diff --git a/node_modules/core-js/stable/set-interval.js b/node_modules/core-js/stable/set-interval.js
deleted file mode 100644
index cd6eddb..0000000
--- a/node_modules/core-js/stable/set-interval.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../modules/web.timers');
-var path = require('../internals/path');
-
-module.exports = path.setInterval;
diff --git a/node_modules/core-js/stable/set-timeout.js b/node_modules/core-js/stable/set-timeout.js
deleted file mode 100644
index b497a6a..0000000
--- a/node_modules/core-js/stable/set-timeout.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../modules/web.timers');
-var path = require('../internals/path');
-
-module.exports = path.setTimeout;
diff --git a/node_modules/core-js/stable/set/index.js b/node_modules/core-js/stable/set/index.js
deleted file mode 100644
index fe554d6..0000000
--- a/node_modules/core-js/stable/set/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/set');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/anchor.js b/node_modules/core-js/stable/string/anchor.js
deleted file mode 100644
index b9b7905..0000000
--- a/node_modules/core-js/stable/string/anchor.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/anchor');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/big.js b/node_modules/core-js/stable/string/big.js
deleted file mode 100644
index 9c118e5..0000000
--- a/node_modules/core-js/stable/string/big.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/big');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/blink.js b/node_modules/core-js/stable/string/blink.js
deleted file mode 100644
index 23ca24f..0000000
--- a/node_modules/core-js/stable/string/blink.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/blink');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/bold.js b/node_modules/core-js/stable/string/bold.js
deleted file mode 100644
index 322db3e..0000000
--- a/node_modules/core-js/stable/string/bold.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/bold');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/code-point-at.js b/node_modules/core-js/stable/string/code-point-at.js
deleted file mode 100644
index 033b94c..0000000
--- a/node_modules/core-js/stable/string/code-point-at.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/code-point-at');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/ends-with.js b/node_modules/core-js/stable/string/ends-with.js
deleted file mode 100644
index 2ea5594..0000000
--- a/node_modules/core-js/stable/string/ends-with.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/ends-with');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/fixed.js b/node_modules/core-js/stable/string/fixed.js
deleted file mode 100644
index c18b823..0000000
--- a/node_modules/core-js/stable/string/fixed.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/fixed');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/fontcolor.js b/node_modules/core-js/stable/string/fontcolor.js
deleted file mode 100644
index bb30ae6..0000000
--- a/node_modules/core-js/stable/string/fontcolor.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/fontcolor');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/fontsize.js b/node_modules/core-js/stable/string/fontsize.js
deleted file mode 100644
index 49060de..0000000
--- a/node_modules/core-js/stable/string/fontsize.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/fontsize');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/from-code-point.js b/node_modules/core-js/stable/string/from-code-point.js
deleted file mode 100644
index c56ee7c..0000000
--- a/node_modules/core-js/stable/string/from-code-point.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/from-code-point');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/includes.js b/node_modules/core-js/stable/string/includes.js
deleted file mode 100644
index cf7eea4..0000000
--- a/node_modules/core-js/stable/string/includes.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/includes');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/index.js b/node_modules/core-js/stable/string/index.js
deleted file mode 100644
index 9eda7c0..0000000
--- a/node_modules/core-js/stable/string/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/italics.js b/node_modules/core-js/stable/string/italics.js
deleted file mode 100644
index 8bee439..0000000
--- a/node_modules/core-js/stable/string/italics.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/italics');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/iterator.js b/node_modules/core-js/stable/string/iterator.js
deleted file mode 100644
index 64110cc..0000000
--- a/node_modules/core-js/stable/string/iterator.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/iterator');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/link.js b/node_modules/core-js/stable/string/link.js
deleted file mode 100644
index d507726..0000000
--- a/node_modules/core-js/stable/string/link.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/link');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/match-all.js b/node_modules/core-js/stable/string/match-all.js
deleted file mode 100644
index 09cd361..0000000
--- a/node_modules/core-js/stable/string/match-all.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/match-all');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/match.js b/node_modules/core-js/stable/string/match.js
deleted file mode 100644
index 5b728da..0000000
--- a/node_modules/core-js/stable/string/match.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/match');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/pad-end.js b/node_modules/core-js/stable/string/pad-end.js
deleted file mode 100644
index 032903c..0000000
--- a/node_modules/core-js/stable/string/pad-end.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/pad-end');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/pad-start.js b/node_modules/core-js/stable/string/pad-start.js
deleted file mode 100644
index 440785b..0000000
--- a/node_modules/core-js/stable/string/pad-start.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/pad-start');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/raw.js b/node_modules/core-js/stable/string/raw.js
deleted file mode 100644
index 2ac2b74..0000000
--- a/node_modules/core-js/stable/string/raw.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/raw');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/repeat.js b/node_modules/core-js/stable/string/repeat.js
deleted file mode 100644
index 6d6848b..0000000
--- a/node_modules/core-js/stable/string/repeat.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/repeat');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/replace-all.js b/node_modules/core-js/stable/string/replace-all.js
deleted file mode 100644
index ae503aa..0000000
--- a/node_modules/core-js/stable/string/replace-all.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/replace-all');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/replace.js b/node_modules/core-js/stable/string/replace.js
deleted file mode 100644
index 48389e6..0000000
--- a/node_modules/core-js/stable/string/replace.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/replace');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/search.js b/node_modules/core-js/stable/string/search.js
deleted file mode 100644
index aaf356f..0000000
--- a/node_modules/core-js/stable/string/search.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/search');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/small.js b/node_modules/core-js/stable/string/small.js
deleted file mode 100644
index 47b79e0..0000000
--- a/node_modules/core-js/stable/string/small.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/small');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/split.js b/node_modules/core-js/stable/string/split.js
deleted file mode 100644
index 5ffbab7..0000000
--- a/node_modules/core-js/stable/string/split.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/split');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/starts-with.js b/node_modules/core-js/stable/string/starts-with.js
deleted file mode 100644
index f718778..0000000
--- a/node_modules/core-js/stable/string/starts-with.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/starts-with');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/strike.js b/node_modules/core-js/stable/string/strike.js
deleted file mode 100644
index 6c625c8..0000000
--- a/node_modules/core-js/stable/string/strike.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/strike');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/sub.js b/node_modules/core-js/stable/string/sub.js
deleted file mode 100644
index a4a66a0..0000000
--- a/node_modules/core-js/stable/string/sub.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/sub');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/sup.js b/node_modules/core-js/stable/string/sup.js
deleted file mode 100644
index abb1f6a..0000000
--- a/node_modules/core-js/stable/string/sup.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/sup');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/trim-end.js b/node_modules/core-js/stable/string/trim-end.js
deleted file mode 100644
index 37e8d3f..0000000
--- a/node_modules/core-js/stable/string/trim-end.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/trim-end');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/trim-left.js b/node_modules/core-js/stable/string/trim-left.js
deleted file mode 100644
index e11e7b7..0000000
--- a/node_modules/core-js/stable/string/trim-left.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/trim-left');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/trim-right.js b/node_modules/core-js/stable/string/trim-right.js
deleted file mode 100644
index 290f4fd..0000000
--- a/node_modules/core-js/stable/string/trim-right.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/trim-right');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/trim-start.js b/node_modules/core-js/stable/string/trim-start.js
deleted file mode 100644
index 9698852..0000000
--- a/node_modules/core-js/stable/string/trim-start.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/trim-start');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/trim.js b/node_modules/core-js/stable/string/trim.js
deleted file mode 100644
index 7a3a3b2..0000000
--- a/node_modules/core-js/stable/string/trim.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/string/trim');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/anchor.js b/node_modules/core-js/stable/string/virtual/anchor.js
deleted file mode 100644
index 52f270c..0000000
--- a/node_modules/core-js/stable/string/virtual/anchor.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/anchor');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/big.js b/node_modules/core-js/stable/string/virtual/big.js
deleted file mode 100644
index e2c481b..0000000
--- a/node_modules/core-js/stable/string/virtual/big.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/big');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/blink.js b/node_modules/core-js/stable/string/virtual/blink.js
deleted file mode 100644
index b804fd6..0000000
--- a/node_modules/core-js/stable/string/virtual/blink.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/blink');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/bold.js b/node_modules/core-js/stable/string/virtual/bold.js
deleted file mode 100644
index fbe2f42..0000000
--- a/node_modules/core-js/stable/string/virtual/bold.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/bold');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/code-point-at.js b/node_modules/core-js/stable/string/virtual/code-point-at.js
deleted file mode 100644
index 1a7e0f6..0000000
--- a/node_modules/core-js/stable/string/virtual/code-point-at.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/code-point-at');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/ends-with.js b/node_modules/core-js/stable/string/virtual/ends-with.js
deleted file mode 100644
index e35b5d0..0000000
--- a/node_modules/core-js/stable/string/virtual/ends-with.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/ends-with');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/fixed.js b/node_modules/core-js/stable/string/virtual/fixed.js
deleted file mode 100644
index 8c16126..0000000
--- a/node_modules/core-js/stable/string/virtual/fixed.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/fixed');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/fontcolor.js b/node_modules/core-js/stable/string/virtual/fontcolor.js
deleted file mode 100644
index 5434150..0000000
--- a/node_modules/core-js/stable/string/virtual/fontcolor.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/fontcolor');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/fontsize.js b/node_modules/core-js/stable/string/virtual/fontsize.js
deleted file mode 100644
index f4b7144..0000000
--- a/node_modules/core-js/stable/string/virtual/fontsize.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/fontsize');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/includes.js b/node_modules/core-js/stable/string/virtual/includes.js
deleted file mode 100644
index a6aee44..0000000
--- a/node_modules/core-js/stable/string/virtual/includes.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/includes');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/index.js b/node_modules/core-js/stable/string/virtual/index.js
deleted file mode 100644
index 48250fb..0000000
--- a/node_modules/core-js/stable/string/virtual/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/italics.js b/node_modules/core-js/stable/string/virtual/italics.js
deleted file mode 100644
index d35da33..0000000
--- a/node_modules/core-js/stable/string/virtual/italics.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/italics');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/iterator.js b/node_modules/core-js/stable/string/virtual/iterator.js
deleted file mode 100644
index ffdb591..0000000
--- a/node_modules/core-js/stable/string/virtual/iterator.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/iterator');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/link.js b/node_modules/core-js/stable/string/virtual/link.js
deleted file mode 100644
index 4c0c0cf..0000000
--- a/node_modules/core-js/stable/string/virtual/link.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/link');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/match-all.js b/node_modules/core-js/stable/string/virtual/match-all.js
deleted file mode 100644
index 1fbccd4..0000000
--- a/node_modules/core-js/stable/string/virtual/match-all.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/match-all');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/pad-end.js b/node_modules/core-js/stable/string/virtual/pad-end.js
deleted file mode 100644
index f1dcdf3..0000000
--- a/node_modules/core-js/stable/string/virtual/pad-end.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/pad-end');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/pad-start.js b/node_modules/core-js/stable/string/virtual/pad-start.js
deleted file mode 100644
index 1e2afbc..0000000
--- a/node_modules/core-js/stable/string/virtual/pad-start.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/pad-start');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/repeat.js b/node_modules/core-js/stable/string/virtual/repeat.js
deleted file mode 100644
index b8db5fc..0000000
--- a/node_modules/core-js/stable/string/virtual/repeat.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/repeat');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/replace-all.js b/node_modules/core-js/stable/string/virtual/replace-all.js
deleted file mode 100644
index 4485cc8..0000000
--- a/node_modules/core-js/stable/string/virtual/replace-all.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/replace-all');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/small.js b/node_modules/core-js/stable/string/virtual/small.js
deleted file mode 100644
index 1dd357b..0000000
--- a/node_modules/core-js/stable/string/virtual/small.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/small');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/starts-with.js b/node_modules/core-js/stable/string/virtual/starts-with.js
deleted file mode 100644
index 9a9145d..0000000
--- a/node_modules/core-js/stable/string/virtual/starts-with.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/starts-with');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/strike.js b/node_modules/core-js/stable/string/virtual/strike.js
deleted file mode 100644
index 4aa28cc..0000000
--- a/node_modules/core-js/stable/string/virtual/strike.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/strike');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/sub.js b/node_modules/core-js/stable/string/virtual/sub.js
deleted file mode 100644
index a1b2c3a..0000000
--- a/node_modules/core-js/stable/string/virtual/sub.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/sub');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/sup.js b/node_modules/core-js/stable/string/virtual/sup.js
deleted file mode 100644
index dc604fe..0000000
--- a/node_modules/core-js/stable/string/virtual/sup.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/sup');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/trim-end.js b/node_modules/core-js/stable/string/virtual/trim-end.js
deleted file mode 100644
index 04e5ad9..0000000
--- a/node_modules/core-js/stable/string/virtual/trim-end.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/trim-end');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/trim-left.js b/node_modules/core-js/stable/string/virtual/trim-left.js
deleted file mode 100644
index 571fb01..0000000
--- a/node_modules/core-js/stable/string/virtual/trim-left.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/trim-left');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/trim-right.js b/node_modules/core-js/stable/string/virtual/trim-right.js
deleted file mode 100644
index aab8b09..0000000
--- a/node_modules/core-js/stable/string/virtual/trim-right.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/trim-right');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/trim-start.js b/node_modules/core-js/stable/string/virtual/trim-start.js
deleted file mode 100644
index c7fd1b2..0000000
--- a/node_modules/core-js/stable/string/virtual/trim-start.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/trim-start');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/string/virtual/trim.js b/node_modules/core-js/stable/string/virtual/trim.js
deleted file mode 100644
index d95c2e1..0000000
--- a/node_modules/core-js/stable/string/virtual/trim.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../../es/string/virtual/trim');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/symbol/async-iterator.js b/node_modules/core-js/stable/symbol/async-iterator.js
deleted file mode 100644
index a624329..0000000
--- a/node_modules/core-js/stable/symbol/async-iterator.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/async-iterator');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/symbol/description.js b/node_modules/core-js/stable/symbol/description.js
deleted file mode 100644
index 7bb4b2b..0000000
--- a/node_modules/core-js/stable/symbol/description.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.symbol.description');
diff --git a/node_modules/core-js/stable/symbol/for.js b/node_modules/core-js/stable/symbol/for.js
deleted file mode 100644
index 28b29ae..0000000
--- a/node_modules/core-js/stable/symbol/for.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/for');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/symbol/has-instance.js b/node_modules/core-js/stable/symbol/has-instance.js
deleted file mode 100644
index 0334558..0000000
--- a/node_modules/core-js/stable/symbol/has-instance.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/has-instance');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/symbol/index.js b/node_modules/core-js/stable/symbol/index.js
deleted file mode 100644
index 2fb7ba5..0000000
--- a/node_modules/core-js/stable/symbol/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/symbol/is-concat-spreadable.js b/node_modules/core-js/stable/symbol/is-concat-spreadable.js
deleted file mode 100644
index 7dc1d26..0000000
--- a/node_modules/core-js/stable/symbol/is-concat-spreadable.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/is-concat-spreadable');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/symbol/iterator.js b/node_modules/core-js/stable/symbol/iterator.js
deleted file mode 100644
index 78f0139..0000000
--- a/node_modules/core-js/stable/symbol/iterator.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/iterator');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/symbol/key-for.js b/node_modules/core-js/stable/symbol/key-for.js
deleted file mode 100644
index 4f76f82..0000000
--- a/node_modules/core-js/stable/symbol/key-for.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/key-for');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/symbol/match-all.js b/node_modules/core-js/stable/symbol/match-all.js
deleted file mode 100644
index 6be4444..0000000
--- a/node_modules/core-js/stable/symbol/match-all.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/match-all');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/symbol/match.js b/node_modules/core-js/stable/symbol/match.js
deleted file mode 100644
index 2a502e4..0000000
--- a/node_modules/core-js/stable/symbol/match.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/match');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/symbol/replace.js b/node_modules/core-js/stable/symbol/replace.js
deleted file mode 100644
index 225f7fe..0000000
--- a/node_modules/core-js/stable/symbol/replace.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/replace');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/symbol/search.js b/node_modules/core-js/stable/symbol/search.js
deleted file mode 100644
index dd25b55..0000000
--- a/node_modules/core-js/stable/symbol/search.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/search');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/symbol/species.js b/node_modules/core-js/stable/symbol/species.js
deleted file mode 100644
index 6d3c418..0000000
--- a/node_modules/core-js/stable/symbol/species.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/species');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/symbol/split.js b/node_modules/core-js/stable/symbol/split.js
deleted file mode 100644
index 209b212..0000000
--- a/node_modules/core-js/stable/symbol/split.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/split');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/symbol/to-primitive.js b/node_modules/core-js/stable/symbol/to-primitive.js
deleted file mode 100644
index cd15ff5..0000000
--- a/node_modules/core-js/stable/symbol/to-primitive.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/to-primitive');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/symbol/to-string-tag.js b/node_modules/core-js/stable/symbol/to-string-tag.js
deleted file mode 100644
index 6948350..0000000
--- a/node_modules/core-js/stable/symbol/to-string-tag.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/to-string-tag');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/symbol/unscopables.js b/node_modules/core-js/stable/symbol/unscopables.js
deleted file mode 100644
index a9d7820..0000000
--- a/node_modules/core-js/stable/symbol/unscopables.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/symbol/unscopables');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/typed-array/copy-within.js b/node_modules/core-js/stable/typed-array/copy-within.js
deleted file mode 100644
index 1352cec..0000000
--- a/node_modules/core-js/stable/typed-array/copy-within.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.copy-within');
diff --git a/node_modules/core-js/stable/typed-array/entries.js b/node_modules/core-js/stable/typed-array/entries.js
deleted file mode 100644
index 66cc6dc..0000000
--- a/node_modules/core-js/stable/typed-array/entries.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.iterator');
diff --git a/node_modules/core-js/stable/typed-array/every.js b/node_modules/core-js/stable/typed-array/every.js
deleted file mode 100644
index 681164b..0000000
--- a/node_modules/core-js/stable/typed-array/every.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.every');
diff --git a/node_modules/core-js/stable/typed-array/fill.js b/node_modules/core-js/stable/typed-array/fill.js
deleted file mode 100644
index 4d92ac6..0000000
--- a/node_modules/core-js/stable/typed-array/fill.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.fill');
diff --git a/node_modules/core-js/stable/typed-array/filter.js b/node_modules/core-js/stable/typed-array/filter.js
deleted file mode 100644
index 7d0a630..0000000
--- a/node_modules/core-js/stable/typed-array/filter.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.filter');
diff --git a/node_modules/core-js/stable/typed-array/find-index.js b/node_modules/core-js/stable/typed-array/find-index.js
deleted file mode 100644
index 039cd5e..0000000
--- a/node_modules/core-js/stable/typed-array/find-index.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.find-index');
diff --git a/node_modules/core-js/stable/typed-array/find.js b/node_modules/core-js/stable/typed-array/find.js
deleted file mode 100644
index b3251b9..0000000
--- a/node_modules/core-js/stable/typed-array/find.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.find');
diff --git a/node_modules/core-js/stable/typed-array/float32-array.js b/node_modules/core-js/stable/typed-array/float32-array.js
deleted file mode 100644
index c16ee63..0000000
--- a/node_modules/core-js/stable/typed-array/float32-array.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/typed-array/float32-array');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/typed-array/float64-array.js b/node_modules/core-js/stable/typed-array/float64-array.js
deleted file mode 100644
index 445dc3d..0000000
--- a/node_modules/core-js/stable/typed-array/float64-array.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/typed-array/float64-array');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/typed-array/for-each.js b/node_modules/core-js/stable/typed-array/for-each.js
deleted file mode 100644
index defe03a..0000000
--- a/node_modules/core-js/stable/typed-array/for-each.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.for-each');
diff --git a/node_modules/core-js/stable/typed-array/from.js b/node_modules/core-js/stable/typed-array/from.js
deleted file mode 100644
index e0f3444..0000000
--- a/node_modules/core-js/stable/typed-array/from.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.from');
diff --git a/node_modules/core-js/stable/typed-array/includes.js b/node_modules/core-js/stable/typed-array/includes.js
deleted file mode 100644
index 5ff65f9..0000000
--- a/node_modules/core-js/stable/typed-array/includes.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.includes');
diff --git a/node_modules/core-js/stable/typed-array/index-of.js b/node_modules/core-js/stable/typed-array/index-of.js
deleted file mode 100644
index 87081c0..0000000
--- a/node_modules/core-js/stable/typed-array/index-of.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.index-of');
diff --git a/node_modules/core-js/stable/typed-array/index.js b/node_modules/core-js/stable/typed-array/index.js
deleted file mode 100644
index 20a271d..0000000
--- a/node_modules/core-js/stable/typed-array/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/typed-array');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/typed-array/int16-array.js b/node_modules/core-js/stable/typed-array/int16-array.js
deleted file mode 100644
index 7ffdbae..0000000
--- a/node_modules/core-js/stable/typed-array/int16-array.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/typed-array/int16-array');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/typed-array/int32-array.js b/node_modules/core-js/stable/typed-array/int32-array.js
deleted file mode 100644
index bd2e75a..0000000
--- a/node_modules/core-js/stable/typed-array/int32-array.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/typed-array/int32-array');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/typed-array/int8-array.js b/node_modules/core-js/stable/typed-array/int8-array.js
deleted file mode 100644
index 8f1a54b..0000000
--- a/node_modules/core-js/stable/typed-array/int8-array.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/typed-array/int8-array');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/typed-array/iterator.js b/node_modules/core-js/stable/typed-array/iterator.js
deleted file mode 100644
index 66cc6dc..0000000
--- a/node_modules/core-js/stable/typed-array/iterator.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.iterator');
diff --git a/node_modules/core-js/stable/typed-array/join.js b/node_modules/core-js/stable/typed-array/join.js
deleted file mode 100644
index 431129c..0000000
--- a/node_modules/core-js/stable/typed-array/join.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.join');
diff --git a/node_modules/core-js/stable/typed-array/keys.js b/node_modules/core-js/stable/typed-array/keys.js
deleted file mode 100644
index 66cc6dc..0000000
--- a/node_modules/core-js/stable/typed-array/keys.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.iterator');
diff --git a/node_modules/core-js/stable/typed-array/last-index-of.js b/node_modules/core-js/stable/typed-array/last-index-of.js
deleted file mode 100644
index 5682bf4..0000000
--- a/node_modules/core-js/stable/typed-array/last-index-of.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.last-index-of');
diff --git a/node_modules/core-js/stable/typed-array/map.js b/node_modules/core-js/stable/typed-array/map.js
deleted file mode 100644
index db08fed..0000000
--- a/node_modules/core-js/stable/typed-array/map.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.map');
diff --git a/node_modules/core-js/stable/typed-array/of.js b/node_modules/core-js/stable/typed-array/of.js
deleted file mode 100644
index 121bf5e..0000000
--- a/node_modules/core-js/stable/typed-array/of.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.of');
diff --git a/node_modules/core-js/stable/typed-array/reduce-right.js b/node_modules/core-js/stable/typed-array/reduce-right.js
deleted file mode 100644
index cbd321f..0000000
--- a/node_modules/core-js/stable/typed-array/reduce-right.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.reduce-right');
diff --git a/node_modules/core-js/stable/typed-array/reduce.js b/node_modules/core-js/stable/typed-array/reduce.js
deleted file mode 100644
index e2a6f28..0000000
--- a/node_modules/core-js/stable/typed-array/reduce.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.reduce');
diff --git a/node_modules/core-js/stable/typed-array/reverse.js b/node_modules/core-js/stable/typed-array/reverse.js
deleted file mode 100644
index 14995f4..0000000
--- a/node_modules/core-js/stable/typed-array/reverse.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.reverse');
diff --git a/node_modules/core-js/stable/typed-array/set.js b/node_modules/core-js/stable/typed-array/set.js
deleted file mode 100644
index 5330e22..0000000
--- a/node_modules/core-js/stable/typed-array/set.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.set');
diff --git a/node_modules/core-js/stable/typed-array/slice.js b/node_modules/core-js/stable/typed-array/slice.js
deleted file mode 100644
index 37fb8c1..0000000
--- a/node_modules/core-js/stable/typed-array/slice.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.slice');
diff --git a/node_modules/core-js/stable/typed-array/some.js b/node_modules/core-js/stable/typed-array/some.js
deleted file mode 100644
index 495c322..0000000
--- a/node_modules/core-js/stable/typed-array/some.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.some');
diff --git a/node_modules/core-js/stable/typed-array/sort.js b/node_modules/core-js/stable/typed-array/sort.js
deleted file mode 100644
index d6c7e30..0000000
--- a/node_modules/core-js/stable/typed-array/sort.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.sort');
diff --git a/node_modules/core-js/stable/typed-array/subarray.js b/node_modules/core-js/stable/typed-array/subarray.js
deleted file mode 100644
index dbad4ca..0000000
--- a/node_modules/core-js/stable/typed-array/subarray.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.subarray');
diff --git a/node_modules/core-js/stable/typed-array/to-locale-string.js b/node_modules/core-js/stable/typed-array/to-locale-string.js
deleted file mode 100644
index 12c809e..0000000
--- a/node_modules/core-js/stable/typed-array/to-locale-string.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.to-locale-string');
diff --git a/node_modules/core-js/stable/typed-array/to-string.js b/node_modules/core-js/stable/typed-array/to-string.js
deleted file mode 100644
index bf94160..0000000
--- a/node_modules/core-js/stable/typed-array/to-string.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.to-string');
diff --git a/node_modules/core-js/stable/typed-array/uint16-array.js b/node_modules/core-js/stable/typed-array/uint16-array.js
deleted file mode 100644
index f35dc05..0000000
--- a/node_modules/core-js/stable/typed-array/uint16-array.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/typed-array/uint16-array');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/typed-array/uint32-array.js b/node_modules/core-js/stable/typed-array/uint32-array.js
deleted file mode 100644
index 197c8de..0000000
--- a/node_modules/core-js/stable/typed-array/uint32-array.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/typed-array/uint32-array');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/typed-array/uint8-array.js b/node_modules/core-js/stable/typed-array/uint8-array.js
deleted file mode 100644
index 7d853e4..0000000
--- a/node_modules/core-js/stable/typed-array/uint8-array.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/typed-array/uint8-array');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/typed-array/uint8-clamped-array.js b/node_modules/core-js/stable/typed-array/uint8-clamped-array.js
deleted file mode 100644
index a1e131c..0000000
--- a/node_modules/core-js/stable/typed-array/uint8-clamped-array.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/typed-array/uint8-clamped-array');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/typed-array/values.js b/node_modules/core-js/stable/typed-array/values.js
deleted file mode 100644
index 66cc6dc..0000000
--- a/node_modules/core-js/stable/typed-array/values.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/es.typed-array.iterator');
diff --git a/node_modules/core-js/stable/url-search-params/index.js b/node_modules/core-js/stable/url-search-params/index.js
deleted file mode 100644
index bf9b50d..0000000
--- a/node_modules/core-js/stable/url-search-params/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../web/url-search-params');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/url/index.js b/node_modules/core-js/stable/url/index.js
deleted file mode 100644
index 750f27f..0000000
--- a/node_modules/core-js/stable/url/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../web/url');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/url/to-json.js b/node_modules/core-js/stable/url/to-json.js
deleted file mode 100644
index 0d841b6..0000000
--- a/node_modules/core-js/stable/url/to-json.js
+++ /dev/null
@@ -1 +0,0 @@
-require('../../modules/web.url.to-json');
diff --git a/node_modules/core-js/stable/weak-map/index.js b/node_modules/core-js/stable/weak-map/index.js
deleted file mode 100644
index 0722356..0000000
--- a/node_modules/core-js/stable/weak-map/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/weak-map');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/weak-set/index.js b/node_modules/core-js/stable/weak-set/index.js
deleted file mode 100644
index 0dd555c..0000000
--- a/node_modules/core-js/stable/weak-set/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/weak-set');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stage/0.js b/node_modules/core-js/stage/0.js
deleted file mode 100644
index bdcf27a..0000000
--- a/node_modules/core-js/stage/0.js
+++ /dev/null
@@ -1,6 +0,0 @@
-require('../proposals/efficient-64-bit-arithmetic');
-require('../proposals/string-at');
-require('../proposals/url');
-var parent = require('./1');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stage/1.js b/node_modules/core-js/stage/1.js
deleted file mode 100644
index af1220a..0000000
--- a/node_modules/core-js/stage/1.js
+++ /dev/null
@@ -1,19 +0,0 @@
-require('../proposals/array-filtering');
-require('../proposals/array-last');
-require('../proposals/array-unique');
-require('../proposals/collection-methods');
-require('../proposals/collection-of-from');
-require('../proposals/keys-composition');
-require('../proposals/math-extensions');
-require('../proposals/math-signbit');
-require('../proposals/number-from-string');
-require('../proposals/number-range');
-require('../proposals/object-iteration');
-require('../proposals/observable');
-require('../proposals/pattern-matching');
-require('../proposals/promise-try');
-require('../proposals/seeded-random');
-require('../proposals/string-code-points');
-var parent = require('./2');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stage/2.js b/node_modules/core-js/stage/2.js
deleted file mode 100644
index ce3af1a..0000000
--- a/node_modules/core-js/stage/2.js
+++ /dev/null
@@ -1,8 +0,0 @@
-require('../proposals/array-is-template-object');
-require('../proposals/iterator-helpers');
-require('../proposals/map-upsert');
-require('../proposals/set-methods');
-require('../proposals/using-statement');
-var parent = require('./3');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stage/3.js b/node_modules/core-js/stage/3.js
deleted file mode 100644
index 7f4ea87..0000000
--- a/node_modules/core-js/stage/3.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../proposals/relative-indexing-method');
-var parent = require('./4');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stage/4.js b/node_modules/core-js/stage/4.js
deleted file mode 100644
index e10d5ab..0000000
--- a/node_modules/core-js/stage/4.js
+++ /dev/null
@@ -1,8 +0,0 @@
-require('../proposals/global-this');
-require('../proposals/promise-all-settled');
-require('../proposals/promise-any');
-require('../proposals/string-match-all');
-require('../proposals/string-replace-all');
-var path = require('../internals/path');
-
-module.exports = path;
diff --git a/node_modules/core-js/stage/README.md b/node_modules/core-js/stage/README.md
deleted file mode 100644
index 0da7eae..0000000
--- a/node_modules/core-js/stage/README.md
+++ /dev/null
@@ -1 +0,0 @@
-This folder contains entry points for [ECMAScript proposals](https://github.com/zloirock/core-js/tree/v3#ecmascript-proposals) with dependencies.
diff --git a/node_modules/core-js/stage/index.js b/node_modules/core-js/stage/index.js
deleted file mode 100644
index 942545c..0000000
--- a/node_modules/core-js/stage/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var proposals = require('./pre');
-
-module.exports = proposals;
diff --git a/node_modules/core-js/stage/pre.js b/node_modules/core-js/stage/pre.js
deleted file mode 100644
index e37249e..0000000
--- a/node_modules/core-js/stage/pre.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../proposals/reflect-metadata');
-var parent = require('./0');
-
-module.exports = parent;
diff --git a/node_modules/core-js/web/README.md b/node_modules/core-js/web/README.md
deleted file mode 100644
index 40ff72a..0000000
--- a/node_modules/core-js/web/README.md
+++ /dev/null
@@ -1 +0,0 @@
-This folder contains entry points for features from [WHATWG / W3C](https://github.com/zloirock/core-js/tree/v3#web-standards) with dependencies.
diff --git a/node_modules/core-js/web/dom-collections.js b/node_modules/core-js/web/dom-collections.js
deleted file mode 100644
index 0a5fe03..0000000
--- a/node_modules/core-js/web/dom-collections.js
+++ /dev/null
@@ -1,5 +0,0 @@
-require('../modules/web.dom-collections.for-each');
-require('../modules/web.dom-collections.iterator');
-var path = require('../internals/path');
-
-module.exports = path;
diff --git a/node_modules/core-js/web/immediate.js b/node_modules/core-js/web/immediate.js
deleted file mode 100644
index 2f0c025..0000000
--- a/node_modules/core-js/web/immediate.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../modules/web.immediate');
-var path = require('../internals/path');
-
-module.exports = path;
diff --git a/node_modules/core-js/web/index.js b/node_modules/core-js/web/index.js
deleted file mode 100644
index 9f13832..0000000
--- a/node_modules/core-js/web/index.js
+++ /dev/null
@@ -1,11 +0,0 @@
-require('../modules/web.dom-collections.for-each');
-require('../modules/web.dom-collections.iterator');
-require('../modules/web.immediate');
-require('../modules/web.queue-microtask');
-require('../modules/web.timers');
-require('../modules/web.url');
-require('../modules/web.url.to-json');
-require('../modules/web.url-search-params');
-var path = require('../internals/path');
-
-module.exports = path;
diff --git a/node_modules/core-js/web/queue-microtask.js b/node_modules/core-js/web/queue-microtask.js
deleted file mode 100644
index 10f9f30..0000000
--- a/node_modules/core-js/web/queue-microtask.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../modules/web.queue-microtask');
-var path = require('../internals/path');
-
-module.exports = path.queueMicrotask;
diff --git a/node_modules/core-js/web/timers.js b/node_modules/core-js/web/timers.js
deleted file mode 100644
index 9c4106f..0000000
--- a/node_modules/core-js/web/timers.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../modules/web.timers');
-var path = require('../internals/path');
-
-module.exports = path;
diff --git a/node_modules/core-js/web/url-search-params.js b/node_modules/core-js/web/url-search-params.js
deleted file mode 100644
index 9434608..0000000
--- a/node_modules/core-js/web/url-search-params.js
+++ /dev/null
@@ -1,4 +0,0 @@
-require('../modules/web.url-search-params');
-var path = require('../internals/path');
-
-module.exports = path.URLSearchParams;
diff --git a/node_modules/core-js/web/url.js b/node_modules/core-js/web/url.js
deleted file mode 100644
index 2faed2e..0000000
--- a/node_modules/core-js/web/url.js
+++ /dev/null
@@ -1,6 +0,0 @@
-require('../modules/web.url');
-require('../modules/web.url.to-json');
-require('../modules/web.url-search-params');
-var path = require('../internals/path');
-
-module.exports = path.URL;